*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5
6 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7
8 2008-04-08 Glenn Morris <rgm@gnu.org>
9
10 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
11 * textmodes/remember.el (remember-diary-convert-entry):
12 Require calendar.
13
14 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
15 diary-file, since it is the default for make-diary-entry anyway.
16
17 * calendar/cal-menu.el (cal-menu-event-to-date):
18 Rename calendar-event-to-date. Update callers.
19 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
20 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
21 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
22 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
23 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
24 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
25 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
26 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
27 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
28 (calendar-mouse-tex-month-landscape):
29 Rename cal-tex-mouse-month-landscape.
30 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
31 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
32 (calendar-mouse-tex-year-landscape):
33 Rename cal-tex-mouse-year-landscape.
34 (cal-menu-context-mouse-menu): Update for above name changes.
35
36 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
37 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
38 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
39 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
40 * calendar/holidays.el: Replace int-to-string with number-to-string.
41
42 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
43
44 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
45 region if point moves.
46
47 2008-04-08 Kenichi Handa <handa@m17n.org>
48
49 * faces.el (font-slant-table): Change numeric values for `r',
50 `roman', and `normal'.
51
52 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
53
54 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
55
56 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
57
58 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
59 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
60
61 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
62
63 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
64 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
65
66 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
69
70 2008-04-07 Sam Steingold <sds@gnu.org>
71
72 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
73 Add helper functions.
74 (lisp-do-defun): Extract the common part of lisp-eval-defun and
75 lisp-compile-defun; DEFVAR forms reset the variables to the init
76 values, just like in emacs-lisp mode eval-defun.
77 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
78 (lisp-compile-region): Use lisp-compile-string.
79
80 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * subr.el (combine-and-quote-strings): Also quote strings that contain
83 the separator.
84
85 * pcvs-util.el (cvs-map): Avoid recursion :-(
86
87 2008-04-07 Glenn Morris <rgm@gnu.org>
88
89 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
90
91 * calendar.el (diary-view-entries-initially-flag): Rename
92 view-diary-entries-initially. Keep old name as alias, update users.
93 (calendar-mark-diary-entries-flag): Rename
94 mark-diary-entries-in-calendar. Keep old name as alias, update users.
95 (calendar-view-holidays-initially-flag): Rename
96 view-calendar-holidays-initially. Keep old name as alias, update users.
97 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
98 Keep old name as alias, update users.
99 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
100 Keep old name as alias, update users.
101 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
102 Keep old name as alias, update users.
103 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
104 Keep old name as alias, update users.
105 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
106 (diary-american-date-forms): Rename american-date-diary-pattern.
107 Keep old name as alias, update users.
108 (diary-european-date-forms): Rename european-date-diary-pattern.
109 Keep old name as alias, update users.
110 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
111 Keep old name as alias, update users.
112 (calendar-european-date-display-form): Rename
113 european-calendar-display-form. Keep old name as alias, update users.
114 (calendar-american-date-display-form): Rename
115 european-calendar-display-form. Keep old name as alias, update users.
116 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
117 Keep old name as alias, update users.
118 (holiday-general-holidays): Rename general-holidays.
119 Keep old name as alias, update users.
120 (holiday-oriental-holidays): Rename oriental-holidays.
121 Keep old name as alias, update users.
122 (holiday-local-holidays): Rename local-holidays.
123 Keep old name as alias, update users.
124 (holiday-other-holidays): Rename other-holidays.
125 Keep old name as alias, update users.
126 (holiday-hebrew-holidays): Rename hebrew-holidays.
127 Keep old name as alias, update users.
128 (holiday-christian-holidays): Rename christian-holidays.
129 Keep old name as alias, update users.
130 (holiday-islamic-holidays): Rename islamic-holidays.
131 Keep old name as alias, update users.
132 (holiday-bahai-holidays): Rename bahai-holidays.
133 Keep old name as alias, update users.
134 (holiday-solar-holidays): Rename solar-holidays.
135 Keep old name as alias, update users.
136 (diary-fancy-buffer): Rename fancy-diary-buffer.
137 Keep old name as alias, update users.
138 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
139 Update users.
140 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
141 Update users.
142 (calendar-increment-month): Rename increment-calendar-month.
143 Keep old name as alias, update callers.
144 (calendar-increment-month-cons): Rename old calendar-increment-month.
145 Update callers.
146 (calendar-extract-month): Rename extract-calendar-month.
147 Keep old name as alias, update callers
148 (calendar-extract-day): Rename extract-calendar-day.
149 Keep old name as alias, update callers.
150 (calendar-extract-year): Rename extract-calendar-year.
151 Keep old name as alias, update callers.
152 (calendar-generate-window): Rename generate-calendar-window.
153 Update callers.
154 (calendar-generate): Rename generate-calendar. Update callers.
155 (calendar-generate-month): Rename generate-calendar-month.
156 Update callers.
157 (calendar-redraw): Rename redraw-calendar. Update callers.
158 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
159 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
160 Update callers.
161 (calendar-update-mode-line): Rename update-calendar-mode-line.
162 Update callers.
163 (calendar-exit): Rename exit-calendar. Keep old name as alias,
164 update callers.
165 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
166 Keep old name as alias, update callers.
167 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
168 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
169 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
170 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
171 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
172 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
173 * calendar/solar.el: Update for calendar.el name changes.
174 * org/org.el (org-agenda-format-date-aligned)
175 (org-agenda-execute-calendar-command): Access date elements directly
176 rather than using calendar functions.
177 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
178 Also set calendar-view-diary-initially-flag,
179 calendar-view-holidays-initially-flag
180 (org-get-entries-from-diary): Also set diary-fancy-buffer.
181 (org-agenda-execute-calendar-command): No need to set displayed-day.
182
183 2008-04-06 Alan Mackenzie <acm@muc.de>
184
185 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
186 typo in the doc string.
187
188 * progmodes/cc-mode.el (c-basic-common-init):
189 Set font-lock-extend-after-change-region-function.
190 (c-extend-after-change-region): New function, used in
191 font-lock-extend-after-change-region-function, thus superseding
192 advice on the Font Lock after change functions.
193 (c-advise-fl-for-region): Remove this macro.
194
195 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
196
197 * textmodes/flyspell.el (flyspell-duplicate-distance):
198 Improve custom type.
199
200 2008-04-06 Glenn Morris <rgm@gnu.org>
201
202 * calendar/diary-lib.el (diary-sexp-entry-symbol):
203 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
204 (diary-list-entries-hook): Rename list-diary-entries-hook.
205 Keep old name as alias, update users.
206 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
207 Keep old name as alias, update users.
208 (diary-nongregorian-listing-hook): Rename
209 nongregorian-diary-listing-hook. Keep old name as alias, update users.
210 (diary-nongregorian-marking-hook): Rename
211 nongregorian-diary-marking-hook. Keep old name as alias, update users.
212 (diary-print-entries-hook): Rename print-diary-entries-hook.
213 Keep old name as alias, update users.
214 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
215 Keep old name as alias, update users.
216 (diary-number-of-entries): Rename number-of-diary-entries.
217 Keep old name as alias, update users.
218 (view-diary-entries, list-diary-entries, show-all-diary-entries):
219 Give version of obsolescence.
220 (diary-view-other-diary-entries): Rename view-other-diary-entries.
221 Keep old name as alias, update callers.
222 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
223 update callers.
224 (diary-include-other-diary-files): Rename include-other-diary-files.
225 Keep old name as alias, update callers.
226 (diary-simple-display): Rename simple-diary-display.
227 Keep old name as alias, update callers.
228 (diary-fancy-display): Rename fancy-diary-display.
229 Keep old name as alias, update callers.
230 (diary-print-entries): Rename print-diary-entries.
231 Keep old name as alias, update callers.
232 (diary-marking-entries-flag): Rename marking-diary-entries.
233 Update users.
234 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
235 (diary-mark-entries): Rename mark-diary-entries.
236 Keep old name as alias, update callers.
237 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
238 Keep old name as alias, update callers.
239 (diary-mark-included-diary-files): Rename mark-included-diary-files.
240 Keep old name as alias, update callers.
241 (calendar-mark-days-named): Rename mark-calendar-days-named.
242 Keep old name as alias, update callers.
243 (calendar-mark-month): Rename mark-calendar-month.
244 Keep old name as alias, update callers.
245 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
246 Keep old name as alias, update callers.
247 (diary-sort-entries): Rename sort-diary-entries.
248 Keep old name as alias, update callers.
249 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
250 Keep old name as alias, update callers.
251 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
252 update callers.
253 (diary-insert-entry): Rename insert-diary-entry.
254 Keep old name as alias.
255 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
256 Keep old name as alias.
257 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
258 Keep old name as alias.
259 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
260 Keep old name as alias.
261 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
262 Keep old name as alias.
263 (diary-insert-block-entry): Rename insert-block-diary-entry.
264 Keep old name as alias.
265 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
266 Keep old name as alias.
267 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
268 Keep old name as alias, update users.
269 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
270 Keep old name as alias, update callers.
271 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
272 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
273 * calendar/icalendar.el: Update for diary-lib name changes.
274
275 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
276
277 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
278
279 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
280 for copy, move, and link operations.
281
282 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
283
284 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
285 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
286
287 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
288 'require' statements with 1-argument ones (wrapped in if's).
289 For compatibility with the current stable version of XEmacs.
290
291 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
292
293 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
294
295 2008-04-06 Jason Rumney <jasonr@gnu.org>
296
297 * language/burmese.el ("Burmese"): Make sample text consistent with
298 language name.
299
300 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
301
302 * progmodes/gdb-ui.el (gdb): New group.
303 (gdb-debug-log-max, gdb-enable-debug)
304 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
305 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
306 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
307 (gdb-show-changed-values, gdb-max-children)
308 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
309 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
310 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
311 (gdb-memory-unit): Move to new group from GUD group.
312 (menu): Allow customization from GDB-UI menu-item.
313
314 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
315
316 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
317
318 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
321 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
322 Revision numbers can include ".".
323
324 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
325 "+" lines not accounted for by counting "-" and context lines.
326
327 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
328
329 * term/mac-win.el (mac-service-open-file): Use file URL instead of
330 file name string.
331
332 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
335 (vc-bzr-annotate-time): Accept space used to preserve alignment.
336
337 2008-04-05 Richard Stallman <rms@gnu.org>
338
339 * emacs-lisp/advice.el (defadvice): Add usage pattern.
340
341 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
342
343 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
344 thread in [h-e-w]).
345
346 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
347
348 * files.el (abort-if-file-too-large): Fix typo in docstring.
349
350 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * subr.el (functionp): Return nil for special forms.
353
354 2008-04-05 Glenn Morris <rgm@gnu.org>
355
356 * emacs-lisp/autoload.el (autoload-ensure-default-file):
357 Provide a feature.
358 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
359 Require loaddef file rather than loading it.
360 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
361 autoload-ensure-default-file provides a feature.
362
363 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
364 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
365 (compile, compile-always, recompile): Use $LOADDEFS.
366 (cal-autoloads): Remove.
367
368 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
369 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
370
371 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
372 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
373
374 * calendar/calendar.el (diary-hebrew-entry-symbol):
375 Rename hebrew-diary-entry-symbol. Keep old name as alias.
376 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
377 Keep old name as alias.
378 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
379 Keep old name as alias.
380 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
381 to diary-bahai-entry-symbol.
382 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
383 to diary-hebrew-entry-symbol.
384 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
385 to diary-islamic-entry-symbol.
386 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
387
388 * calendar/solar.el (diary-sabbath-candles-minutes)
389 (diary-sabbath-candles): Move to cal-hebrew.
390 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
391 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
392 Doc fix. Keep old name as alias.
393 (diary-hebrew-sabbath-candles): Simplify.
394 (solar-setup, solar-sunrise-sunset, calendar-latitude)
395 (calendar-longitude, calendar-time-zone): Declare for compiler.
396 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
397 rename.
398
399 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
400 Rename coptic-calendar-month-name-array. Update callers.
401 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
402 (calendar-coptic-name): Rename coptic-name. Update callers.
403 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
404 Update callers.
405 (calendar-coptic-last-day-of-month):
406 Rename coptic-calendar-last-day-of-month. Update callers.
407 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
408 Keep old name as alias, update callers.
409 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
410 Keep old name as alias, update callers.
411 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
412 Keep old name as alias.
413 (calendar-ethiopic-month-name-array):
414 Rename ethiopic-calendar-month-name-array. Update callers.
415 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
416 Update callers.
417 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
418 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
419 Keep old name as alias, update callers.
420 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
421 Keep old name as alias, update callers.
422 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
423 Keep old name as alias.
424
425 * calendar/cal-french.el (calendar-french-epoch):
426 Rename french-calendar-epoch. Update callers.
427 (calendar-french-month-name-array): Rename variable and function
428 french-calendar-month-name-array. Update callers.
429 (calendar-french-multibyte-month-name-array):
430 Rename french-calendar-multibyte-month-name-array. Update callers.
431 (calendar-french-day-name-array): Rename variable and function
432 french-calendar-day-name-array. Update callers.
433 (calendar-french-special-days-array): Rename variable and function
434 french-calendar-special-days-array. Update callers.
435 (calendar-french-multibyte-special-days-array):
436 Rename french-calendar-multibyte-special-days-array. Update callers.
437 (calendar-french-accents-p): Rename french-calendar-accents.
438 Update callers.
439 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
440 Update callers.
441 (calendar-french-last-day-of-month):
442 Rename french-calendar-last-day-of-month. Update callers.
443 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
444 Keep old name as alias, update callers.
445 (calendar-french-print-date): Rename calendar-print-french-date.
446 Keep old name as alias, update callers.
447 (calendar-french-goto-date): Rename calendar-goto-french-date.
448 Keep old name as alias.
449
450 * calendar/cal-menu.el, calendar/calendar.el:
451 Update for Coptic and French name changes.
452
453 * calendar/cal-china.el (calendar-chinese): Rename custom group
454 from chinese-calendar. Update users.
455 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
456 Keep old name as alias, update users.
457 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
458 Keep old name as alias.
459 (calendar-chinese-daylight-time-offset):
460 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
461 update users.
462 (calendar-chinese-standard-time-zone-name):
463 Rename chinese-calendar-standard-time-zone-name.
464 Keep old name as alias, update users.
465 (calendar-chinese-daylight-saving-start):
466 Rename chinese-calendar-daylight-savings-starts.
467 Keep old name as alias, update users.
468 (calendar-chinese-daylight-saving-end):
469 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
470 update users.
471 (calendar-chinese-daylight-saving-start-time):
472 Rename chinese-calendar-daylight-savings-starts-time.
473 Keep old name as alias, update users.
474 (calendar-chinese-daylight-saving-end-time):
475 Rename chinese-calendar-daylight-savings-ends-time.
476 Keep old name as alias, update users.
477 (calendar-chinese-celestial-stem): Rename
478 calendar-chinese-celestial-stem. Keep old name as alias, update users.
479 (calendar-chinese-terrestrial-branch):
480 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
481 update users.
482 (calendar-chinese-zodiac-sign-on-or-after):
483 Rename chinese-zodiac-sign-on-or-after. Update callers.
484 (calendar-chinese-new-moon-on-or-after):
485 Rename chinese-new-moon-on-or-after. Update callers.
486 (calendar-chinese-month-list): Rename chinese-month-list.
487 Update callers.
488 (calendar-chinese-number-months): Rename number-chinese-months.
489 Update callers.
490 (calendar-chinese-compute-year): Rename compute-chinese-year.
491 Update callers.
492 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
493 (calendar-chinese-year): Rename chinese-year. Update callers.
494 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
495 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
496 Keep old name as alias, update callers.
497 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
498 Keep old name as alias, update callers.
499 (calendar-chinese-months-to-alist):
500 Rename make-chinese-month-assoc-list. Update callers.
501 (calendar-chinese-months): Rename chinese-months. Update callers.
502 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
503 Keep old name as alias, update callers.
504
505 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
506 Rename hebrew-calendar-leap-year-p. Update callers.
507 (calendar-hebrew-last-month-of-year):
508 Rename hebrew-calendar-last-month-of-year. Update callers.
509 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
510 Update callers.
511 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
512 Update callers.
513 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
514 Update callers.
515 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
516 Update callers.
517 (calendar-hebrew-last-day-of-month):
518 Rename hebrew-calendar-last-day-of-month. Update callers.
519 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
520 Keep old name as alias, update callers.
521 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
522 Keep old name as alias, update callers.
523 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
524 Keep old name as alias, update callers.
525 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
526 Keep old name as alias.
527 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
528 Keep old name as alias.
529 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
530 Keep old name as alias.
531 (holiday-hebrew-passover): Rename holiday-passover-etc.
532 Keep old name as alias.
533 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
534 Keep old name as alias, update callers.
535 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
536 Keep old name as alias.
537 (calendar-hebrew-mark-date-pattern):
538 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
539 update callers.
540 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
541 Keep old name as alias.
542 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
543 Keep old name as alias.
544 (diary-hebrew-insert-monthly-entry):
545 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
546 (diary-hebrew-insert-yearly-entry):
547 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
548 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
549 Keep old name as alias.
550 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
551 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
552 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
553 Keep old name as alias.
554 (calendar-hebrew-parashiot-names):
555 Rename hebrew-calendar-parashiot-names. Update callers.
556 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
557 (calendar-hebrew-year-Saturday-incomplete-Sunday):
558 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
559 (calendar-hebrew-year-Saturday-complete-Tuesday):
560 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
561 (calendar-hebrew-year-Monday-incomplete-Tuesday):
562 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
563 (calendar-hebrew-year-Monday-complete-Thursday):
564 Rename hebrew-calendar-year-Monday-complete-Thursday.
565 (calendar-hebrew-year-Tuesday-regular-Thursday):
566 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
567 (calendar-hebrew-year-Thursday-regular-Saturday):
568 Rename hebrew-calendar-year-Thursday-regular-Saturday.
569 (calendar-hebrew-year-Thursday-complete-Sunday):
570 Rename hebrew-calendar-year-Thursday-complete-Sunday.
571 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
572 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
573 (calendar-hebrew-year-Saturday-complete-Thursday):
574 Rename hebrew-calendar-year-Saturday-complete-Thursday.
575 (calendar-hebrew-year-Monday-incomplete-Thursday):
576 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
577 (calendar-hebrew-year-Monday-complete-Saturday):
578 Rename hebrew-calendar-year-Monday-complete-Saturday.
579 (calendar-hebrew-year-Tuesday-regular-Saturday):
580 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
581 (calendar-hebrew-year-Thursday-incomplete-Sunday):
582 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
583 (calendar-hebrew-year-Thursday-complete-Tuesday):
584 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
585 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
586 Update for above name changes of constants.
587
588 * calendar/cal-menu.el, calendar/calendar.el:
589 Update for chinese and hebrew name changes.
590 * calendar/diary-lib.el: Update for hebrew name changes.
591
592 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * subr.el (keymap-canonicalize): Correct thinko.
595
596 * server.el: Undo part of the multi-tty change, which is only
597 needed if server.el is preloaded, and broke server-running-p.
598 (server-socket-dir): Initialize in the defvar, as before.
599 (server-start): Remove initialization of server-socket-dir.
600
601 2008-04-05 Eli Zaretskii <eliz@gnu.org>
602
603 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
604 3-member cons cells.
605
606 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
607
608 * cus-face.el (custom-face-attributes): Handle roman slant.
609
610 * faces.el (default): Ensure the face-defface-spec property is set.
611
612 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
613
614 * files.el (abort-if-file-too-large): New function.
615 (find-file-noselect, insert-file-1): Use it.
616
617 2008-04-05 Reto Zimmermann <reto@gnu.org>
618
619 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
620 Replace C-c[a-zA-Z] key bindings.
621
622 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * progmodes/hideif.el (hif-token-alist): New var.
625 (hif-token-regexp, hif-tokenize): Use it.
626 (hif-mathify-binop): New macro.
627 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
628 (hif-greater-equal, hif-less-equal): Use it.
629 (hif-logior, hif-logand): New functions.
630 (hif-math): Accept | and & as well.
631
632 * progmodes/etags.el: Fix problem with completion for buffer-local
633 tables. Reported by Radey Shouman <shouman@comcast.net>.
634 (tags-complete-tag): Remove.
635 (tags-lazy-completion-table): New function to replace it.
636 (find-tag-tag, complete-tag): Update users.
637
638 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
639
640 * vc-rcs.el (vc-rcs-dir-status):
641 * vc-sccs.el (vc-sccs-dir-status): New function.
642
643 * outline.el (outline-mode-menu-bar-map):
644 * term.el (terminal-signal-menu): Add :help.
645
646 * net/eudc.el (eudc-mode-map): Declare and define in one step.
647 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
648
649 * emacs-lisp/re-builder.el (reb-mode-map):
650 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
651
652 * diff-mode.el (diff-file-junk-re): Recognize the git format for
653 new files, deleted files and for changing permissions.
654 (diff-mode): Set beginning-of-defun-function and
655 end-of-defun-function.
656
657 * vc-bzr.el (vc-bzr-state): Use when instead of if.
658
659 * vc.el (vc-default-status-fileinfo-extra): New function.
660 (vc-status-mark-buffer-changed): Use it.
661 (vc-update-vc-status-buffer): Allow for partial updates.
662
663 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * net/tramp.el (after-init-hook): Don't wrap a lambda around
666 tramp-register-completion-file-name-handler.
667
668 * subr.el (keymap-canonicalize): New function.
669 * mouse.el (mouse-menu-non-singleton): Use it.
670 (mouse-major-mode-menu): Remove hack made unnecessary.
671
672 * simple.el (set-fill-column): Prompt rather than error by default.
673
674 2008-04-04 Andreas Schwab <schwab@suse.de>
675
676 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
677 Reset new-rules after each round.
678
679 * Makefile.in (cal-autoloads): New target.
680 (compile, compile-always, recompile): Depend on it.
681 ($(lisp)/calendar/cal-loaddefs.el)
682 ($(lisp)/calendar/diary-loaddefs.el)
683 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
684
685 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
686
687 * ediff*.el: Replace load with require in eval-when-compile.
688
689 * ediff-hook: Delete all invocations of (autoload ...).
690
691 * ediff-util.el (ediff-setup): Make window-min-height a local variable
692 in ediff control window, and set its min height to 2.
693 (ediff-setup-control-buffer): Dedicate the control window.
694 (ediff-toggle-multiframe): Undedicate control window.
695 Work directly with ediff-setup-windows-multiframe and
696 ediff-setup-windows-plain.
697
698 * ediff-wind (ediff-choose-window-setup-function-automatically):
699 New function.
700 (ediff-window-setup-function): Change initialization.
701 (ediff-setup-windows-automatic): Delete.
702 (ediff-setup-windows-plain-merge): Make control window dedicated.
703 (ediff-destroy-control-frame): Do not skip frames if working in a
704 single frame.
705
706 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
707 eval-when-compile.
708
709 * emulation/viper-util.el: Move provide's forward, prevent recursion in
710 eval-when-compile.
711
712 2008-04-04 Glenn Morris <rgm@gnu.org>
713
714 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
715 calendar-absolute-from-bahai. Update callers, keep old name as alias.
716
717 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
718 Rename islamic-calendar-leap-year-p. Update callers.
719 (calendar-islamic-last-day-of-month):
720 Rename islamic-calendar-last-day-of-month. Update callers.
721 (calendar-islamic-day-number):
722 Rename islamic-calendar-day-number. Update callers.
723 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
724 Update callers, keep old name as alias.
725 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
726 Update callers, keep old name as alias.
727 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
728 Keep old name as alias.
729 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
730 Update callers, keep old name as alias.
731 (calendar-islamic-mark-date-pattern):
732 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
733 name as alias.
734 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
735 Keep old name as alias.
736 (diary-islamic-insert-monthly-entry):
737 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
738 (diary-islamic-insert-yearly-entry):
739 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
740
741 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
742 calendar-absolute-from-iso. Update callers, keep old name as alias.
743 (calendar-iso-print-date): Rename calendar-print-iso-date.
744 Update callers, keep old name as alias.
745 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
746 Keep old name as alias.
747 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
748 Keep old name as alias.
749
750 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
751 calendar-absolute-from-julian. Update callers, keep old name as alias.
752 (calendar-julian-print-date): Rename calendar-print-julian-date.
753 Update callers, keep old name as alias.
754 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
755 Update callers, keep old name as alias.
756 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
757 Update callers, keep old name as alias.
758 (calendar-astro-print-day-number):
759 Rename calendar-print-astro-day-number. Update callers, keep old
760 name as alias.
761 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
762 Update callers, keep old name as alias.
763
764 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
765 Rename calendar-string-to-mayan-long-count. Update callers.
766 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
767 Update callers, keep old name as alias.
768 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
769 Update callers.
770 (calendar-mayan-read-tzolkin-date):
771 Rename calendar-read-mayan-tzolkin-date. Update callers.
772 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
773 Keep old name as alias.
774 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
775 Keep old name as alias.
776 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
777 Keep old name as alias.
778 (calendar-mayan-previous-tzolkin-date):
779 Rename calendar-previous-tzolkin-date. Keep old name as alias.
780 (calendar-mayan-next-round-date):
781 Rename calendar-next-calendar-round-date. Keep old name as alias.
782 (calendar-mayan-previous-round-date):
783 Rename calendar-previous-calendar-round-date. Keep old name as alias.
784 (calendar-mayan-long-count-to-absolute): Rename
785 calendar-absolute-from-mayan-long-count. Keep old name as alias.
786 (calendar-mayan-goto-long-count-date):
787 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
788
789 * calendar/cal-persia.el (calendar-persian-month-name-array):
790 Rename persian-calendar-month-name-array. Update callers.
791 (calendar-persian-epoch): Rename persian-calendar-epoch.
792 Update callers.
793 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
794 Update callers.
795 (calendar-persian-last-day-of-month):
796 Rename persian-calendar-last-day-of-month. Update callers.
797 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
798 Update callers, keep old name as alias.
799 (calendar-persian-print-date): Rename calendar-print-persian-date.
800 Update callers, keep old name as alias.
801 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
802 Keep old name as alias.
803
804 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
805 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
806 * calendar/solar.el: Update for cal-julian name changes.
807
808 * calendar/cal-dst.el: Update for persian name changes.
809
810 * calendar/cal-menu.el, calendar/calendar.el:
811 Update for islamic, iso, julian, mayan, persian name changes.
812
813 * calendar/diary-lib.el: Update for islamic name changes.
814
815 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
816 Rename all-hebrew-calendar-holidays. Update callers, keep old name
817 as alias.
818 (calendar-christian-all-holidays-flag):
819 Rename all-christian-calendar-holidays. Update callers, keep old
820 name as alias.
821 (calendar-islamic-all-holidays-flag):
822 Rename all-islamic-calendar-holidays. Update callers, keep old
823 name as alias.
824 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
825 Update callers, keep old name as alias.
826 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
827 Update for the above name changes.
828
829 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
830
831 * hilit-chg.el (global-highlight-changes-mode)
832 (highlight-changes-passive-string, highlight-changes-active-string):
833 Mark as obsolete since 23.1, not 22.1.
834
835 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
836
837 * hilit-chg.el (highlight-changes-visibility-initial-state)
838 (hilit-chg-update, highlight-changes-mode-turn-on):
839 Fix typos in docstrings.
840
841 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
842
843 * newcomment.el (comment-enter-backward): Be careful to restore
844 position changed during narrowing.
845
846 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
847
848 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
849 Recognize `sub ($$)'.
850
851 2008-04-03 Richard Sharman <rsharman@pobox.com>
852
853 * hilit-chg.el (highlight-changes-mode): Rename from
854 highlight-changes; no longer uses sub-modes active and passive;
855 implemented by define-minor-mode.
856 (highlight-changes-toggle-visibility): New function, to replace
857 the old passive/active submodes of global-highlight-changes-mode;
858 implemented by define-minor-mode.
859 (global-highlight-changes-mode): Rename from global-highlight-changes;
860 rewrite using define-globalized-minor-mode.
861 (hilit-chg-major-mode-hook, hilit-chg-check-global)
862 (hilit-chg-post-command-hook, hilit-chg-check-global)
863 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
864 to use of define-globalized-minor-mode.
865 (highlight-changes-global-initial-state): Change to be boolean.
866 (highlight-changes-visible-string, highlight-changes-invisible-string):
867 Rename from highlight-changes-active-string and
868 highlight-changes-passive-string.
869 (hilit-chg-update, hilit-chg-set): Use them.
870 (global-highlight-changes-mode): Rename from global-highlight-changes.
871 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
872 docstring.
873 (hilit-chg-hide-changes): Rewrite to use dolist.
874 (hilit-chg-set-face-on-change, hilit-chg-update)
875 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
876 variable instead of testing highlight-changes-mode.
877 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
878 to highlight-changes-mode changed.
879 (highlight-compare-with-file): Fix problems with interactive
880 call giving invalid default file.
881
882 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
883
884 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
885 Fix in disassembly buffer (regression in 22.2).
886
887 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
888
889 * emulation/viper-macs.el (viper-read-fast-keysequence):
890 Use viper-read-event instead of viper-read-key.
891
892 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
893
894 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
895 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
896 let-statements.
897
898 * emulation/viper-ex.el, emulation/viper-macs.el:
899 * emulation/viper-mous.el:
900 Replace load with require in eval-when-compile.
901
902 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
905
906 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
907 (archive-try-jka-compr): New function.
908 (archive-set-buffer-as-visiting-file): Use it.
909
910 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
911
912 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
913
914 * simple.el (handle-shift-selection): New arg.
915
916 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
919
920 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
921
922 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
923
924 * shell.el (shell-dynamic-complete-filename): New fun.
925 (shell-dynamic-complete-functions): Use it.
926
927 * help-fns.el (describe-variable): Undo 2008-02-25 change.
928
929 2008-04-03 Kenichi Handa <handa@m17n.org>
930
931 * international/fontset.el (create-fontset-from-x-resource):
932 Handle the error of X resource more gracefully.
933
934 * international/latin1-disp.el (latin1-display): Don't use make-char.
935 Fix the argument to set-char-table-range.
936 (latin1-display-identities): Don't use make-char.
937 (latin1-display-reset): Use map-charset-chars instead of directly
938 calling standard-display-default.
939 (latin1-display-check-font): Don't use make-char.
940 (latin1-display-setup): Likewise.
941 (latin1-display-ucs-per-lynx): Likewise.
942
943 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
946 name the fields, to make the code clearer.
947 Rewrite all `aset' and `aref' using the defined accessors.
948 (timer--time): New pseudo-field.
949 (timer-set-time, timer-set-idle-time, timer-inc-time)
950 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
951 (timer--time-less-p): New function.
952 (timer--activate): New function, extracted from timer-activate.
953 (timer-activate-when-idle, timer-activate): Use it.
954 (cancel-function-timers): Use dolist.
955
956 2008-04-03 Glenn Morris <rgm@gnu.org>
957
958 * add-log.el (c-beginning-of-defun, c-end-of-defun):
959 Remove declarations; no longer used.
960 (c-cpp-define-name, c-defun-name): Declare as functions.
961
962 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
963 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
964
965 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
966 (holiday-passover-etc, holiday-hanukkah): Doc fix.
967 Add optional argument. Simplify.
968 (holiday-tisha-b-av-etc): Use memq rather than unless.
969 (holiday-julian): Autoload it.
970 (holiday-hebrew-misc): New function.
971
972 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
973
974 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
975 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
976 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
977 all-hebrew-calendar-holidays.
978 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
979 Simplify using new functions.
980 (calendar-holidays): Doc fix.
981 (generate-calendar-window): Use bound-and-true-p.
982
983 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
984
985 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
986 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
987 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
988 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
989
990 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
991
992 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
995
996 * vc-bzr.el (vc-bzr-checkout): Simplify.
997
998 * image-mode.el (image-mode-fit-frame): New command.
999
1000 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1001 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1002 (keyboard-escape-quit): Check region-active-p i.s.o
1003 transient-mark-mode.
1004
1005 2008-04-02 Simon Josefsson <simon@josefsson.org>
1006
1007 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1008 (imap-message-copyuid-1): Use it.
1009 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1010 J. Williams in
1011 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1012
1013 2008-04-02 Alan Mackenzie <acm@muc.de>
1014
1015 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1016 New optimised functions to get the name of the current defun/macro.
1017
1018 * add-log.el (add-log-current-defun): Move the functionality which
1019 gets the current function name for C like modes to cc-cmds.el,
1020 thus optimising for speed.
1021
1022 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * simple.el (deactivate-mark): When the mark is temporarily
1025 active, restore the original value of transient-mark-mode.
1026 (set-mark-command): First deactivate the mark if was temporarily active.
1027 (exchange-point-and-mark): Reactivate the mark if it was
1028 temporarily active.
1029 (handle-shift-selection): New fun.
1030 (transient-mark-mode): Move var documentation here from buffer.c.
1031 (next-line, previous-line, backward-word, move-end-of-line)
1032 (move-beginning-of-line, forward-to-indentation)
1033 (backward-to-indentation, back-to-indentation)
1034 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1035
1036 * mouse.el (mouse-set-region-1): Save the old value of
1037 transient-mark-mode.
1038 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1039 transient-mark-mode.
1040
1041 * textmodes/paragraphs.el (forward-paragraph)
1042 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1043 interactive spec.
1044
1045 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1046
1047 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp.el (tramp-make-tramp-temp-file):
1050 Use `tramp-drop-volume-letter' for the local file name part.
1051
1052 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1055 Add menu entries corresponding to all the key bindings.
1056
1057 * emacs-lisp/debug.el (debugger-mode-map):
1058 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1059 (conf-align-assignments): Only work on the region if it is active.
1060 (conf-quote-normal): Use when instead of if. Remove redundant test.
1061
1062 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1063 for tracing and re-builder.
1064
1065 2008-04-02 Glenn Morris <rgm@gnu.org>
1066
1067 * calendar/appt.el (appt-disp-window-function): Doc fix.
1068 (appt-display-message): Move beep before display.
1069 (appt-check): Make interactive. Reduce the number of lets.
1070 Use string-equal to compare mode-line strings.
1071 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1072 read-only.
1073 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1074 (appt-delete): Simplify.
1075
1076 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1077
1078 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1079
1080 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1081 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1082 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1083
1084 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1085 (calendar-holiday-marker, mark-visible-calendar-date):
1086 * calendar/diary-lib.el (fancy-diary-display):
1087 Check for font-lock-mode before using faces.
1088
1089 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1090 (calendar-gregorian-from-absolute): Reduce the number of lets.
1091 (hebrew-holidays-4, generate-calendar-window): Simplify.
1092 (calendar-for-loop): Make obsolete.
1093 (calendar-nth-named-day): Doc fix.
1094
1095 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1096 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1097 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1098 Reduce the number of lets.
1099 (mark-sexp-diary-entries, calendar-mark-complex):
1100 Expand calendar-for-loops.
1101
1102 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * find-dired.el (find-dired-filter): Fix last patch to handle
1105 multi-line process input. Pad link numbers too.
1106
1107 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1108
1109 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1110
1111 2008-04-01 Jason Rumney <jasonr@gnu.org>
1112
1113 * international/characters.el (script-list): Add phonetic script,
1114 covering IPA (previously Latin), Phonetic Extensions and
1115 Phonetic Extensions Supplement (both previously unassigned).
1116
1117 * international/fontset.el (setup-default-fontset): Use unicode fonts
1118 that cover bopomofo script for bopomofo.
1119 Likewise for braille and mathematical.
1120 Use unicode scripts that cover the phonetic script for IPA.
1121
1122 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1123
1124 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1125 return the assigned value.
1126
1127 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * abbrev.el (abbrev-mode): Use define-minor-mode.
1130
1131 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1132 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1133 Use map-keymap.
1134 (minor-mode-menu-from-indicator): Use it. Simplify.
1135
1136 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1137 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1138 Bind the key directly to the menu.
1139 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1140
1141 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1142
1143 * epa.el (epa-decrypt-region): Explain the reason why this
1144 function should not be used in Lisp programs.
1145 (epa-decrypt-armor-in-region): Ditto.
1146 (epa-verify-region): Ditto.
1147 (epa-verify-cleartext-in-region): Ditto.
1148 (epa-sign-region): Ditto.
1149 (epa-encrypt-region): Ditto.
1150
1151 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1152
1153 * epa.el (epa-select-keys): Show menu even if there is no key in
1154 GnuPG's keyring.
1155
1156 2008-04-01 Glenn Morris <rgm@gnu.org>
1157
1158 * calendar/calendar.el (calendar-make-temp-face): New function.
1159 (mark-visible-calendar-date):
1160 * calendar/diary-lib.el (fancy-diary-display): Use it.
1161
1162 * vc-hooks.el (vc-responsible-backend): Declare as function.
1163
1164 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1165 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1166 * calendar/cal-julian.el (holiday-julian): Use it.
1167
1168 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1169 (calendar-hebrew-date-is-visible-p): Extract some common code into
1170 separate function.
1171 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1172
1173 * calendar/cal-menu.el (cal-menu-holidays-menu):
1174 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1175 rather than obsolete alias.
1176
1177 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1178 for mark characters.
1179 (calendar-unmark): Unmark by removing all overlays, rather than
1180 redrawing.
1181 (calendar-starred-day): Remove.
1182 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1183 (calendar-cursor-to-date): No need for special star handling now
1184 using overlays.
1185 (calendar-star-date): Use overlays.
1186
1187 * calendar/cal-french.el (calendar-goto-french-date):
1188 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1189 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1190 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1191 * calendar/cal-persia.el (calendar-persian-date-string):
1192 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1193 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1194 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1195 * calendar/solar.el (solar-equinoxes-solstices):
1196 Reduce nesting of some lets.
1197
1198 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1199 (calendar-goto-mayan-long-count-date): Simplify.
1200
1201 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1202 Simplify by using mapcar.
1203 (calendar-list-holidays): Return holiday-list.
1204 (list-holidays): Use let rather than let*. Remove un-needed locals
1205 `d', `never'.
1206 (calendar-check-holidays): Return result from dolist.
1207 (holiday-float): Use a single let*. Simplify if-and to and.
1208 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1209 single let*.
1210
1211 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1212
1213 * calc/calc.el: Autoload `calc-yank'.
1214 (calc-mode-map): Add keybindings for `calc-yank'.
1215 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1216 assignments for `calc-yank'.
1217
1218 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1219
1220 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1221 (vc-status-mark-buffer-changed): Handle the extra field.
1222
1223 * vc-bzr.el (vc-bzr-after-dir-status):
1224 * vc-cvs.el (vc-cvs-after-dir-status):
1225 * vc-hg.el (vc-hg-after-dir-status):
1226 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1227
1228 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * doc-view.el: Compute displayed pages first (in PDF).
1231 (doc-view-current-converter-processes): Rename from
1232 doc-view-current-converter-process. Update users.
1233 (doc-view-sentinel): Test buffer's liveness.
1234 (doc-view-pdf/ps->png-sentinel): Remove.
1235 (doc-view-start-process): New function.
1236 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1237 (doc-view-ps->pdf): Use it.
1238 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1239 New functions.
1240 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1241 (doc-view-mode): Kill the processes when leaving the mode.
1242
1243 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1246 Use `byte-compile-warning-types'. Add docstring.
1247
1248 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1251 (smerge-resolve): Add various resolution heuristics.
1252
1253 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1254 in 3-way conflicts.
1255
1256 2008-03-31 Glenn Morris <rgm@gnu.org>
1257
1258 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1259 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1260 * calendar/cal-islam.el (mark-islamic-diary-entries):
1261 Fix argument order in call to diary-mark-entries-1.
1262
1263 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1264 pre-Bahai dates.
1265 (holiday-bahai): Use an algorithm actually relevant to this calendar
1266 system.
1267
1268 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1269
1270 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1271 Use and.
1272
1273 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1274 in the last fortnight in Julian October.
1275
1276 * calendar/calendar.el (increment-calendar-month): Optionally handle
1277 systems without 12 months per year.
1278
1279 (calendar-date-is-visible-p): Doc fix. Simplify.
1280
1281 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1282 from dolist.
1283
1284 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1287 (hi-lock-unload-function): New function.
1288
1289 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1292 overwriting when NEWNAME is a local file.
1293
1294 * net/trampver.el: Update release number.
1295
1296 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1297
1298 * vc-git.el: Make vc-status display information about copies,
1299 renames and permission changes.
1300 (vc-git-extra-fileinfo): New defstruct.
1301 (vc-git-escape-file-name, vc-git-file-type-as-string)
1302 (vc-git-rename-as-string, vc-git-permissions-as-string)
1303 (vc-git-status-printer): New functions.
1304 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1305 (vc-git-after-dir-status-stage1): Look for copies, renames and
1306 permission changes.
1307 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1308 (vc-git-dir-status): Ask for staged files and renames.
1309
1310 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1311
1312 * vc.el: Allow backends to display backend specific information in
1313 the vc-status listing.
1314 (vc-status-fileinfo): Add a field for backend specific information.
1315 (vc-status-printer): Rename to ...
1316 (vc-default-status-printer): ... this.
1317 (vc-status-printer): New function.
1318 (vc-update-vc-status-buffer): Set the backend specific file info
1319 if provided.
1320
1321 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1324 change (ill-conceived).
1325
1326 2008-03-29 Glenn Morris <rgm@gnu.org>
1327
1328 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1329 * calendar/cal-julian.el (holiday-julian): Simplify.
1330
1331 * calendar/holidays.el (list-holidays): Use or.
1332
1333 2008-03-29 Juri Linkov <juri@jurta.org>
1334
1335 * window.el (split-window-preferred-horizontally): New function.
1336
1337 * cus-start.el (split-window-preferred-function):
1338 Set choice for "vertically" to nil instead of split-window.
1339 Set choice for "horizontally" to split-window-preferred-horizontally
1340 instead of lambda.
1341
1342 2008-03-29 Juri Linkov <juri@jurta.org>
1343
1344 * simple.el (minibuffer-default-add-function): New variable with
1345 the default to minibuffer-default-add-completions.
1346 (minibuffer-default-add-done): New variable. Make it buffer-local.
1347 (minibuffer-default-add-completions): New function.
1348 (goto-history-element): Set minibuffer-default-add-done to t and
1349 call a function in minibuffer-default-add-function when the
1350 specified absolute history position is greater than the length of
1351 the minibuffer-default list and minibuffer-default-add-done is nil.
1352 Change "^End of history; no next item$" to "^End of defaults;
1353 no next item$".
1354
1355 * bindings.el (debug-ignored-errors): Change "^End of history;
1356 no next item$" to "^End of defaults; no next item$".
1357
1358 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1361
1362 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1363 to with-no-warnings.
1364
1365 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1366
1367 Sync with Tramp 2.1.13.
1368
1369 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1370
1371 * net/trampver.el: Update release number.
1372
1373 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1374
1375 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1376 the current backend.
1377
1378 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1379 (vc-status-refresh): Create a temporary buffer and call the
1380 `dir-status' backend function from that buffer.
1381
1382 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1383 (vc-bzr-after-dir-status): Don't kill the buffer.
1384
1385 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1386 (vc-cvs-after-dir-status): Don't kill the buffer.
1387
1388 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1389 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1390
1391 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1392 (vc-hg-after-dir-status): Don't kill the buffer.
1393
1394 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1395 (vc-svn-after-dir-status): Don't kill the buffer.
1396
1397 2008-03-29 Glenn Morris <rgm@gnu.org>
1398
1399 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1400 (european-date-diary-pattern, european-calendar-display-form)
1401 (american-calendar-display-form, diary-display-hook): Doc fixes.
1402 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1403 custom :set. Mark as obsolete.
1404 (calendar-date-style, iso-date-diary-pattern)
1405 (iso-calendar-display-form): New user variables.
1406 (diary-date-forms, calendar-date-display-form): Set using
1407 calendar-date-style. Doc fix.
1408 (calendar-set-date-style): New command.
1409 (european-calendar, american-calendar): Use calendar-set-date-style.
1410 Mark as obsolete.
1411
1412 * calendar/diary-lib.el (number): Move declaration where needed.
1413 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1414 (diary-make-date): New function.
1415 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1416 Use diary-make-date.
1417 (diary-date-display-form, diary-insert-entry-1): New functions.
1418 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1419 Use diary-insert-entry-1.
1420 (insert-anniversary-diary-entry, insert-block-diary-entry)
1421 (insert-cyclic-diary-entry): Use diary-date-display-form.
1422
1423 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1424 Autoload diary-insert-entry-1.
1425 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1426 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1427 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1428 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1429 * calendar/cal-islam.el (insert-islamic-diary-entry)
1430 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1431 Use diary-insert-entry-1.
1432
1433 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1434 (diary-yahrzeit): Doc fix. Use diary-make-date.
1435
1436 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1437 New name for icalendar--datetime-to-noneuropean-date. Make old name
1438 obsolete alias.
1439 (icalendar--datetime-to-iso-date): New function.
1440 (icalendar--datetime-to-diary-date): Doc fix. Respect
1441 calendar-date-style if bound.
1442
1443 * textmodes/remember.el (remember-diary-convert-entry):
1444 Respect calendar-date-style if bound.
1445
1446 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1449 (xterm-mouse-handle-delete-frame): Delete.
1450
1451 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1452 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1453 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1454 in xterm-modify-other-keys-terminal-list.
1455
1456 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1457 are conflicts.
1458
1459 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1460
1461 * vc.el (vc-update): Check if the buffer is unsaved only if it
1462 actually exists.
1463 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1464 vc-print-log.
1465
1466 2008-03-28 Magnus Henoch <mange@freemail.hu>
1467
1468 * net/dns.el (dns-write): Use set-buffer-multibyte.
1469
1470 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * vc-bzr.el (vc-bzr-sha1): New fun.
1473 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1474 (vc-bzr-registered): Use it.
1475
1476 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1477
1478 * vc.el (vc-status-kill-dir-status-process): Simplify.
1479 (vc-status-refresh): Make sure the buffer is live.
1480 (ring): Don't require it, not used.
1481
1482 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
1483
1484 * progmodes/verilog-mode.el (verilog-auto-inout-module):
1485 Add optional regular expression to AUTOINOUTMODULE.
1486 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1487 (verilog-auto-inst-param, verilog-auto-reg)
1488 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1489 (verilog-auto-output-every, verilog-auto-input)
1490 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1491 (verilog-auto-unused, verilog-auto): Update documentation to use
1492 more obvious instance module names versus cell names.
1493
1494 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
1495
1496 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1497 kill if a process is running.
1498
1499 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1500
1501 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * vc.el: Add new backend function 'status-extra-headers.
1504 (vc-default-status-extra-headers): New function.
1505 (vc-status-headers): Call 'status-extra-headers. Add colors.
1506
1507 * vc-git.el (vc-git-status-extra-headers): New function.
1508
1509 2008-03-28 Glenn Morris <rgm@gnu.org>
1510
1511 * calendar/cal-menu.el (cal-menu-holidays-menu)
1512 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1513 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1514 holiday-list is optional.
1515 (calendar-mouse-holidays): Remove un-needed local `l'.
1516
1517 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1518 Remove un-needed local `date'.
1519 (calendar-cursor-to-visible-date): Use let rather than let*.
1520 Remove un-needed local `first-of-month-weekday'.
1521
1522 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1523
1524 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1525 Doc fixes.
1526 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
1527 (diary-header-line-flag, diary-header-line-format): Declare.
1528 (diary-pull-attrs): Check for multiple matches.
1529 (diary-list-entries-2): Simplify finding start of date.
1530 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1531 pop-up-frames.
1532 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1533 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1534
1535 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
1536
1537 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1538
1539 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1540
1541 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1544
1545 * image-mode.el (image-mode-reapply-winprops): Fix last change.
1546
1547 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1548
1549 * international/mule-conf.el (define-iso-single-byte-charset):
1550 Don't make latin-iso8859-* supplementary.
1551 (#'set-charset-priority): Don't change the priority of charsets
1552 `unicode' and `emacs'.
1553
1554 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1557 temp buffer.
1558
1559 2008-03-27 Glenn Morris <rgm@gnu.org>
1560
1561 * calendar/cal-bahai.el (diary-bahai-list-entries):
1562 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1563 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1564
1565 * calendar/calendar.el (diary-file): Doc fix.
1566
1567 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1568 (list-diary-entries-hook, mark-diary-entries-hook)
1569 (include-other-diary-files, diary-mail-entries)
1570 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1571 (diary-set-header): New function.
1572 (diary-header-line-flag, diary-header-line-format):
1573 Use diary-set-header for custom :set function.
1574 (diary-set-maybe-redraw): Use symbol-value rather than eval.
1575 (diary-attrtype-convert): Use intern-soft rather than read.
1576 (diary-display-no-entries): New function.
1577 (simple-diary-display, fancy-diary-display): Use it.
1578 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
1579 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1580
1581 * calendar/holidays.el (list-holidays): Doc fix.
1582
1583 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
1584
1585 * calc/calc-store.el (calc-read-var-name-history): New variable.
1586 (calc-read-var-name): Use `calc-read-var-name-history'.
1587
1588 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * image-mode.el (image-mode-reapply-winprops): Simplify now that
1591 window-configuration-change-hook works buffer-locally.
1592
1593 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1594
1595 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1596 for Emacs Lisp, not Lisp.
1597
1598 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * help-fns.el (describe-function-1, describe-variable):
1601 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1602
1603 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1604 replacement is provided, don't print "use nil instead".
1605
1606 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1607
1608 * complete.el (PC-do-completion): Use regexp-quote.
1609
1610 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1611
1612 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1613 Detect missing files.
1614
1615 * vc-git.el (vc-git-extra-menu-map): New key map.
1616 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1617 New functions.
1618
1619 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1620 and 'missing files.
1621
1622 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * calendar/holidays.el (list-holidays): Make Y2 optional.
1625
1626 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1627 buffers shown to the user.
1628 (appt-disp-window): Disable undo explicitly now that the leading space
1629 is gone.
1630
1631 * simple.el (activate-mark): New function.
1632 (set-mark-command): Use it with region-active-p to clean up the code.
1633 (exchange-point-and-mark): Invert the meaning of C-u when
1634 transient-mark-mode is active.
1635
1636 * dired-aux.el (dired-create-files): Use dolist.
1637
1638 * bindings.el (mode-line-change-eol): Use with-selected-window.
1639
1640 * apropos.el (apropos-command): Include macros.
1641
1642 2008-03-26 Glenn Morris <rgm@gnu.org>
1643
1644 * calendar/cal-bahai.el: Require calendar, not cal-julian.
1645 (calendar-bahai-epoch): Doc fix.
1646
1647 * calendar/cal-china.el: Explicitly require calendar.
1648
1649 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1650 Require calendar rather than cal-julian.
1651 Autoload calendar-absolute-from-julian.
1652 * calendar/cal-coptic.el (coptic-calendar-epoch):
1653 * calendar/cal-islam.el (calendar-islamic-epoch):
1654 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1655
1656 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1657
1658 * calendar/cal-dst.el: Don't require cal-persia.
1659 (calendar-absolute-from-persian): Autoload it.
1660 (dst-adjust-time): Doc fix.
1661
1662 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1663 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1664 calendar.
1665
1666 * calendar/cal-menu.el: Require calendar rather than declaring
1667 functions.
1668 * calendar/calendar.el: Provide calendar before requiring cal-menu.
1669
1670 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1671 calendar-after-frame-setup-hooks. Update callers, make old name an
1672 obsolete alias. Doc fix.
1673 (calendar-frame-1): Doc fix.
1674
1675 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1676
1677 * calendar/calendar.el (oriental-holidays, solar-holidays):
1678 * calendar/holidays.el (list-holidays): Assume atan always bound.
1679
1680 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1681 Explicitly require calendar, not cal-julian.
1682 * calendar/lunar.el: Explicitly require cal-dst.
1683
1684 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1687
1688 * help-fns.el (describe-function-1, describe-variable): If no
1689 replacement is provided, don't print "use nil instead".
1690
1691 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1692
1693 * proced.el: New file.
1694
1695 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1696
1697 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1698
1699 2008-03-25 Juri Linkov <juri@jurta.org>
1700
1701 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1702 in battery-mode-line-format.
1703
1704 * bindings.el (minibuffer-local-map): For the command
1705 file-cache-minibuffer-complete replace keymap minibuffer-local-map
1706 with map which is already locally bound to minibuffer-local-map.
1707
1708 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1711 Remove `sort-first' argument.
1712
1713 * subr.el (redisplay-end-trigger-functions)
1714 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1715 (process-filter-multibyte-p, set-process-filter-multibyte):
1716 Mark as obsolete.
1717
1718 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1721 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1722 use the LOCAL arg of `add-hook'.
1723 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1724 Remove spurious * from defcustom docstrings.
1725 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1726 Fix typos in messages.
1727 (reb-mode-buffer-p): New function.
1728 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
1729 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1730 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1731 (reb-update-overlays): Use `unless', `when'.
1732 (re-builder-unload-function): New function.
1733
1734 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
1735
1736 * vc-hooks.el (vc-state): Add documentation for 'missing.
1737
1738 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
1739
1740 * progmodes/verilog-mode.el (verilog-auto-output)
1741 (verilog-auto-input, verilog-auto-inout, verilog-auto)
1742 (verilog-delete-auto): Add optional regular expression to
1743 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1744 (verilog-signals-matching-regexp): New internal function for
1745 signal matching.
1746
1747 2008-03-25 Johan Bockgård <bojohan@gnu.org>
1748
1749 * info.el (Info-isearch-search): Always return point.
1750
1751 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * diff-mode.el (diff-remembered-defdir): New var.
1754 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1755
1756 2008-03-25 Glenn Morris <rgm@gnu.org>
1757
1758 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1759 calendar-bahai-prompt-for-date. Update callers, make old name an
1760 obsolete alias. Doc fix.
1761 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1762 coptic-prompt-for-date. Update callers, make old name an
1763 obsolete alias. Doc fix.
1764 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1765 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
1766 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
1767 calendar-islamic-prompt-for-date. Update callers. Doc fix.
1768 * calendar/cal-iso.el (calendar-iso-read-date): New name for
1769 calendar-iso-read-args. Update callers, make old name an obsolete
1770 alias.
1771 * calendar/cal-persia.el (calendar-persian-read-date): New name for
1772 persian-prompt-for-date. Update callers, make old name an
1773 obsolete alias. Doc fix. Move definition before use.
1774
1775 * calendar/cal-x.el (diary-frame-parameters)
1776 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1777 (calendar-frame-1): Doc fixes.
1778 (make-fancy-diary-buffer): Remove declaration.
1779 (calendar-dedicate-diary): Replace call to deleted function
1780 make-fancy-diary-buffer.
1781 (calendar-frame-setup): New function.
1782 (calendar-one-frame-setup, calendar-only-one-frame-setup)
1783 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
1784 work, and mark as obsolete.
1785 (special-display-buffer-names): Don't mess with this; it's not our
1786 business.
1787 (cal-x-load-hook): Defvar it, and mark as obsolete.
1788
1789 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1790 Default to t. Add to 'calendar group.
1791 (calendar): Doc fix. Use calendar-frame-setup.
1792 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
1793 (generate-calendar-window): Doc fix.
1794
1795 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
1798
1799 2008-03-24 Drew Adams <drew.adams@oracle.com>
1800
1801 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
1802 New variables.
1803 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
1804 (finder-exit): Ignore errors rather than avoiding them.
1805 Kill *Finder-package* buffer also.
1806
1807 2008-03-24 Andreas Schwab <schwab@suse.de>
1808
1809 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
1810
1811 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
1812
1813 * vc-hg.el (vc-hg-after-dir-status):
1814 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
1815
1816 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
1817 Detect removed files.
1818
1819 * vc.el (vc-status-printer): Use a different face for missing files.
1820 (vc-status-hide-up-to-date): Rename from
1821 vc-status-remove-up-to-date. Update all callers.
1822 (vc-status-mode-map): Bind C-m.
1823
1824 2008-03-24 Alexandre Julliard <julliard@winehq.org>
1825
1826 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
1827 code ...
1828 (vc-git--state-code): ... to this new function.
1829 (vc-git-state): Use it.
1830
1831 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
1832
1833 * textmodes/remember.el (remember-mail-date)
1834 (remember-store-in-mailbox): Write date and From line in such a
1835 way that Mutt can read it.
1836
1837 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * simple.el (transient-mark-mode): Turn on by default.
1840
1841 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1842
1843 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
1844 'unregistered for unregistered files.
1845
1846 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
1847
1848 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
1849
1850 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
1851 subdirectories.
1852
1853 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
1854 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
1855 Add :enable for vc-status-refresh.
1856 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
1857 (vc-status-tool-bar-map): Add binding for
1858 vc-status-kill-dir-status-process.
1859 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
1860 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
1861 Reset vc-status-process-buffer.
1862 (vc-status-refresh): Don't run two refreshes at a time.
1863 (vc-status): If the buffer is already in vc-status-mode only refresh.
1864 (vc-status-mark-buffer-changed): Add an optional file parameter.
1865 (vc-resynch-buffer): Use it.
1866 (vc-delete-file): Expand the file name before using it.
1867 Be careful to not create a new buffer with the old file contents.
1868 Update the VC state after performing the operation.
1869
1870 2008-03-23 Andreas Schwab <schwab@suse.de>
1871
1872 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1873 Fix radio button condition.
1874 [box]: Likewise.
1875 [customize]: Add radio button.
1876
1877 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
1878
1879 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
1880 (calc-user-parse-tables, calc-gnuplot-default-device)
1881 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1882 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1883 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1884 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
1885 (calc-undo-list, calc-redo-list, calc-main-buffer)
1886 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
1887 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1888 (calc-said-hello, calc-executing-macro, calc-any-selections)
1889 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1890 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
1891 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
1892 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
1893 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
1894 (calc-create-buffer, calc-quit): Add docstrings.
1895
1896 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * makefile.w32-in (WINS_ALMOST): Add org.
1899
1900 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1901
1902 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1903 New functions to implement vc-status support.
1904
1905 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1906
1907 * vc.el (vc-status-prepare-status-buffer): New function.
1908 (vc-status): Use it.
1909
1910 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
1911 appropriate.
1912
1913 2008-03-22 Alexandre Julliard <julliard@winehq.org>
1914
1915 * vc-git.el (vc-git--empty-db-p)
1916 (vc-git-after-dir-status-stage1-empty-db): New functions.
1917 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
1918 Add support for empty repositories.
1919
1920 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1921
1922 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1923 Allow "^" in a version name.
1924
1925 * vc-mtn.el (vc-mtn-state): Support the added state.
1926
1927 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
1928
1929 * org: New directory for Org-mode.
1930
1931 * org/org-export-latex.el: Moved from lisp/texmodes.
1932
1933 * org/org-irc.el: Moved from lisp/texmodes.
1934
1935 * org/org-mac-message.el: Moved from lisp/texmodes.
1936
1937 * org/org-mouse.el: Moved from lisp/texmodes.
1938
1939 * org/org-publish.el: Moved from lisp/texmodes.
1940
1941 2008-03-21 Juri Linkov <juri@jurta.org>
1942
1943 * comint.el (comint-dynamic-simple-complete):
1944 Use variable `stub' for the second arg `common-substring'
1945 of `comint-dynamic-list-completions'.
1946 (comint-dynamic-list-filename-completions):
1947 Use variable `filenondir' for the second arg `common-substring'
1948 of `comint-dynamic-list-completions'.
1949 (comint-dynamic-list-completions): Add new optional arg
1950 `common-substring'. Add `common-substring' as the second arg of
1951 the call to `display-completion-list'. Doc fix.
1952
1953 * comint.el (comint-dynamic-complete-as-filename)
1954 (comint-dynamic-list-filename-completions)
1955 (comint-dynamic-simple-complete): Use `minibuffer-message'
1956 to display message "No completions of %s" when a command
1957 is called in the minibuffer.
1958 (comint-dynamic-simple-complete): Don't display other
1959 completion messages when a command is called in the minibuffer.
1960 (comint-dynamic-list-completions): Use `minibuffer-message'
1961 to display message " [Type space to flush ...]" when a command
1962 is called in the minibuffer.
1963
1964 * shell.el (shell-dynamic-complete-command)
1965 (shell-dynamic-complete-environment-variable): Don't display
1966 completion messages when command is called in the minibuffer.
1967
1968 * emacs-lisp/lisp.el (lisp-complete-symbol):
1969 Use `minibuffer-message' to display message "No completions of %s"
1970 when this command is called in the minibuffer.
1971
1972 * bindings.el (standard-mode-line-modes): Put special help-echo
1973 tooltip on recursive edit %[ %] mode-line constructs.
1974
1975 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
1976 "^No dynamic expansion for .* found$" to allow error messages like
1977 "No dynamic expansion for \"%s\" found in this-buffer".
1978
1979 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
1982 "psftp".
1983
1984 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
1987 * vc.el (vc-default-dired-state-info): Use just "modified".
1988 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
1989 (vc-cvs-mode-line-string): Make use of the better default.
1990 (vc-cvs-parse-entry): Use the new `added'.
1991 (vc-cvs-dired-state-info): Remove.
1992 * vc-svn.el (vc-svn-dired-state-info): Remove.
1993 * vc-hg.el (vc-hg-dired-state-info): Remove.
1994 * vc-git.el (vc-git-dired-state-info): Remove.
1995
1996 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
1997
1998 * vc-git.el (vc-git-status-result): New variable.
1999 (vc-git-dir-status): Split out ...
2000 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2001 ... these new functions and work asynchronously.
2002
2003 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2004
2005 * vc-git.el (vc-git-after-dir-status): Remove.
2006 (vc-git-dired-state-info): Reimplement.
2007
2008 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2009
2010 * replace.el (occur-mode-map): Add :help.
2011
2012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2013 for disassemble.
2014
2015 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2016 the 'added state.
2017 (vc-status-remove-up-to-date): New function.
2018 (vc-status-mode-map, vc-status-menu-map): Bind it.
2019 (vc-status-printer): Use a different face up-to-date files.
2020 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2021 (Todo): Remove solved entries.
2022
2023 * vc-hg.el (vc-hg-state):
2024 * vc-git.el (vc-git-state):
2025 * vc-cvs.el (vc-cvs-parse-status):
2026 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2027 state.
2028
2029 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * progmodes/compile.el (compile):
2032 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2033
2034 * simple.el (minibuffer-local-shell-command-map): New var.
2035 (minibuffer-complete-shell-command, read-shell-command): New funs.
2036 (shell-command, shell-command-on-region): Use them.
2037
2038 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * vc.el (vc-status-mark-buffer-changed): New function to implement
2041 updating of the *vc-status* buffer when a buffer is saved.
2042 (vc-status-mode): Use it for after-change-hook.
2043 (vc-add-to-vc-status-buffer): Rename to ...
2044 (vc-status-add-entry): ... this.
2045 (Todo): Add new entry.
2046
2047 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2050
2051 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2054 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2055 Remove spurious * from defcustom docstrings.
2056 (icomplete-compute-delay): Fix docstring and remove spurious *.
2057 (icomplete-delay-completions-threshold): Fix typo in docstring and
2058 remove spurious *.
2059 (icomplete-completions): While collecting the list of prospective
2060 candidates, don't overshoot `icomplete-prospects-length'.
2061
2062 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 * textmodes/refbib.el:
2065 * textmodes/reftex.el:
2066 * textmodes/reftex-global.el:
2067 * textmodes/reftex-vars.el:
2068 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2069 compiler pacifying defvars.
2070 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2071 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2072 not needed.
2073
2074 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2075
2076 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2077 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2078 (verilog-customize, verilog-font-customize)
2079 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2080 (verilog-mode): Update documentation strings to match tool tips.
2081 (verilog-auto-search-do, verilog-auto-re-search-do)
2082 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2083 expansion when a .* appears inside a string.
2084 (verilog-re-search-forward, verilog-re-search-backward):
2085 Add comment to recall how this works.
2086 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2087
2088 2008-03-20 Glenn Morris <rgm@gnu.org>
2089
2090 * calendar/calendar.el (calendar-other-dates): New function.
2091 (calendar-print-other-dates): Use calendar-other-dates.
2092 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2093 the declarations it replaces.
2094 (calendar-mouse-print-dates): Use calendar-other-dates.
2095
2096 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2097 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2098 (calendar-absolute-from-bahai): Fix the leap-year case.
2099 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2100 (calendar-bahai-date-string, calendar-bahai-print-date):
2101 Handle pre-Bahai dates.
2102
2103 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2104 (chinese-calendar-terrestrial-branch): Make defcustoms.
2105
2106 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2107 (calendar-mouse-view-diary-entries): Use or.
2108 (calendar-mouse-chinese-date): Remove unused command.
2109 (cal-menu-load-hook): Mark as obsolete.
2110
2111 * calendar/solar.el (calendar-location-name, calendar-latitude)
2112 (calendar-longitude, solar-arctan, sunrise-sunset)
2113 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2114
2115 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2116
2117 * calc/calc.el: Remove outdated comments.
2118 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2119 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2120 Add docstrings.
2121
2122 2008-03-19 Jason Rumney <jasonr@gnu.org>
2123
2124 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2125
2126 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2127
2128 * net/tls.el (open-tls-stream): Reindent.
2129
2130 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-let-maybe): Removed.
2133 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2134 It does not exist under XEmacs.
2135 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2136 (tramp-completion-file-name-handler): Let-bind
2137 `directory-sep-char'.
2138
2139 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2140 `directory-sep-char'.
2141
2142 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2145 for autoloaded keymaps.
2146
2147 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2148 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2149 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2150 (verilog-in-comment-p, verilog-in-star-comment-p)
2151 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2152 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2153 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2154 (verilog-skip-forward-comment-p): Use it.
2155
2156 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2157
2158 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2159 (org-remember-templates, org-time-stamp-rounding-minutes)
2160 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2161 (org-columns-new): Fix typos in docstrings.
2162
2163 2008-03-19 Glenn Morris <rgm@gnu.org>
2164
2165 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2166 (tramp-handle-shell-command): Use condition-case rather than
2167 ignore-errors.
2168
2169 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2170
2171 * diff-mode.el (diff-header): Make the color louder.
2172 (diff-refine-change): Tone the color down.
2173
2174 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * descr-text.el (describe-char): When `describe-char-unidata-list'
2177 is set to show all properties, list them in the right order.
2178
2179 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * international/mule.el (load-with-code-conversion): Avoid setting
2182 default-enable-multibyte-characters.
2183
2184 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2185
2186 * vc.el (vc-annotate-background): Fix custom type.
2187
2188 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * descr-text.el (describe-char-unidata-list): Allow specifying
2191 just all properties.
2192 (describe-char): Handle that new value.
2193
2194 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2195
2196 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2197
2198 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2199 instead of file name extension to make docs with uncommon
2200 extensions work.
2201
2202 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2203
2204 * doc-view.el (require): Require cl at compile time because
2205 `assert' needs it.
2206
2207 2008-03-18 Glenn Morris <rgm@gnu.org>
2208
2209 * calendar/calendar.el (initial-calendar-window-hook)
2210 (today-visible-calendar-hook): Doc fixes.
2211
2212 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/tramp.el (tramp-root-regexp): Simplify.
2215 (tramp-completion-file-name-regexp-separate): Don't insist on
2216 leading "[". This prevents method or user or host completion.
2217 (tramp-let-maybe): Autoload it.
2218 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2219 is an alias for `identity'.
2220 (tramp-handle-write-region): Protect `last-coding-system-used'
2221 over the trailing statements.
2222 (tramp-completion-file-name-handler-post-function): Remove.
2223 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2224 instead of calling `tramp-drop-volume-letter'.
2225
2226 * net/tramp.el:
2227 * net/tramp-uu.el:
2228 * net/trampver.el: Move coding cookie at the end.
2229
2230 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2233 elements which may be something else than characters.
2234
2235 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2238 New functions to implement vc-status support.
2239
2240 * vc.el (vc-default-extra-status-menu)
2241 (vc-add-to-vc-status-buffer): New functions.
2242
2243 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2244 for eldoc and ielm.
2245
2246 2008-03-17 Glenn Morris <rgm@gnu.org>
2247
2248 * calendar/cal-x.el (diary-frame-parameters)
2249 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2250 Fix custom type; add options.
2251 (calendar-frame, diary-frame): Doc fixes.
2252 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2253 new functions.
2254 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2255 Use calendar-frame-1 and calendar-dedicate-diary.
2256 (calendar-one-frame-setup): Also handle only-one-frame case.
2257 (calendar-only-one-frame-setup): Doc fix. Just call
2258 calendar-one-frame-setup.
2259
2260 * calendar/diary-lib.el: Re-order some definitions before their use.
2261 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2262 (diary-list-entries): Doc fixes.
2263 (make-fancy-diary-display): Remove function.
2264
2265 * calendar/calendar.el (calendar-today-marker)
2266 (initial-calendar-window-hook, today-visible-calendar-hook)
2267 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2268 (calendar-star-date, calendar-mark-today): Doc fixes.
2269 (today-visible-calendar-hook): Add options.
2270 (calendar-in-read-only-buffer): New macro.
2271 (calendar-basic-setup): Adapt for change in calendar-read-date.
2272 Place holiday let inside if.
2273 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2274 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2275 (calendar-print-other-dates): Use one let rather than many.
2276
2277 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2278 (calendar-print-other-dates):
2279 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2280 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2281 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2282 (calendar-cursor-holidays):
2283 * calendar/lunar.el (calendar-phases-of-moon): Use
2284 calendar-in-read-only-buffer to replace previous code and disable undo.
2285
2286 2008-03-16 Juri Linkov <juri@jurta.org>
2287
2288 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2289 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2290 read-from-minibuffer to provide the correct initial minibuffer
2291 history position in isearch-edit-string when it is called from
2292 isearch-ring-adjust.
2293
2294 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2295 to check if the current buffer is the minibuffer, and in this case
2296 call abort-recursive-edit to kill the minibuffer. Doc fix.
2297 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2298 when the current buffer is the minibuffer.
2299
2300 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2301
2302 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2303
2304 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2305 Use non-nil PARENTS attribute of make-directory instead of
2306 explicitly checking existence the current cache directory.
2307
2308 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2309
2310 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2311 M-x epa-file-select-keys.
2312
2313 2008-03-16 Kenichi Handa <handa@m17n.org>
2314
2315 * international/mule.el (auto-coding-alist):
2316 Use no-conversion-multibyte for archive files.
2317
2318 2008-03-16 Glenn Morris <rgm@gnu.org>
2319
2320 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2321 New functions.
2322 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2323 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2324 Use calendar-mark-1.
2325 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2326 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2327 Use calendar-mark-complex.
2328 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2329 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2330 Use calendar-mark-1.
2331
2332 * calendar/calendar.el (calendar-mod): Remove.
2333 * calendar/cal-china.el (calendar-chinese-from-absolute)
2334 (calendar-chinese-date-string): Expand calendar-mod calls.
2335 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2336 Expand calendar-mod calls.
2337
2338 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2339 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2340 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2341 Move obsolete aliases after the functions that replaced them.
2342
2343 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2344 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2345 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2346 Use let rather than let*.
2347 (calendar-hebrew-prompt-for-date): New function.
2348 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2349 (holiday-tisha-b-av-etc): Use unless, let.
2350
2351 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2352 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2353
2354 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2355
2356 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2357
2358 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2359 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2360 than concat.
2361 (diary): Remove un-needed let.
2362 (view-other-diary-entries): Rename argument.
2363 (diary-list-entries-2): New function.
2364 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2365 (print-diary-entries): Use unless.
2366 (diary-mark-entries-1): Change argument order, make all but
2367 markfunc optional. Handle the standard (Gregorian) case.
2368 Use match-string-no-properties. Handle marks.
2369 (mark-diary-entries): Use diary-mark-entries-1.
2370 (diary-font-lock-keywords-1): New macro.
2371 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2372
2373 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2374
2375 * icalendar.el (icalendar-version): Increase to 0.18.
2376 (icalendar-export-hidden-diary-entries): New variable.
2377 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2378 In case of error, insert full error-val.
2379 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2380 Use calendar-day-of-week. Return the day number.
2381 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2382
2383 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2384
2385 * icalendar.el (icalendar-recurring-start-year): New variable.
2386 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2387 (icalendar-export-region): Ignore hidden diary entries.
2388 (icalendar--convert-ordinary-to-ical): Fix case where event
2389 spans across midnight boundary.
2390 (icalendar-first-weekday-of-year): New function.
2391 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2392 year for recurring events (Mozilla calendars do not propagate
2393 recurring events forever, so year 2000 start date was not working).
2394 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2395 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2396
2397 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2398
2399 * net/tramp.el (tramp-root-regexp): New defconst.
2400 (tramp-completion-file-name-regexp-unified)
2401 (tramp-completion-file-name-regexp-separate)
2402 (tramp-completion-file-name-regexp-url): Use it.
2403 (tramp-do-copy-or-rename-file-via-buffer):
2404 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2405 t for `insert-file-contents-literally'.
2406 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2407 Autoload it.
2408 (tramp-completion-file-name-handler-post-function): New defconst.
2409 (tramp-completion-file-name-handler): Use it.
2410 (tramp-maybe-open-connection): Update calls to
2411 `tramp-flush-connection-property' for removed 2nd argument.
2412
2413 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2416 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2417 New functions.
2418
2419 2008-03-15 Glenn Morris <rgm@gnu.org>
2420
2421 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2422 New functions.
2423 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2424 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2425 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2426 (diary-bahai-list-entries): Use diary-list-entries-1.
2427 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2428 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2429 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2430 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2431 (list-hebrew-diary-entries): Use diary-list-entries-1.
2432 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2433 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2434 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2435 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2436 (list-islamic-diary-entries): Use diary-list-entries-1.
2437 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2438
2439 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2440
2441 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2442
2443 * calendar/cal-china.el (number-chinese-months)
2444 (calendar-chinese-from-absolute): Use nth, caar.
2445
2446 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2447
2448 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2449
2450 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2451 (calendar-hebrew-month-name-array-leap-year)
2452 (hebrew-calendar-parashiot-names): Make constants.
2453 (diary-parasha): Move definition after constants it uses.
2454
2455 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2456 (cal-html-htmlify-list): Doc fix.
2457 (cal-html-htmlify-entry): Use nth.
2458
2459 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2460 (calendar-islamic-epoch): Make constants.
2461 (calendar-islamic-epoch): Doc fix.
2462
2463 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2464
2465 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2466 (cal-tex-month-name): Doc fix.
2467 (cal-tex-last-blank-p): Use zerop.
2468
2469 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2470 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2471 (calendar-cursor-to-date): Doc fix.
2472 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2473 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2474 (calendar-day-number): Use when.
2475 (generate-calendar-month): Use dotimes.
2476 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2477 (calendar-set-mark): Reverse conditional.
2478 (calendar-make-alist): Move definition before use.
2479
2480 * calendar/diary-lib.el (diary-face-attrs)
2481 (diary-glob-file-regexp-prefix, diary-selective-display)
2482 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2483 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2484 (diary-anniversary, diary-cyclic)
2485 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2486 (diary-header-line-format): Change wording.
2487 (diary-list-entries): Set `date-start' in let.
2488 (include-other-diary-files, mark-included-diary-files): Use format.
2489 (simple-diary-display, fancy-diary-display): Use cadr, unless.
2490 (mark-diary-entries): Use 1+.
2491 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2492 (mark-calendar-month): Use dotimes.
2493
2494 * calendar/holidays.el (displayed-month, displayed-year):
2495 Move declarations where needed.
2496 (calendar-list-holidays): Doc fix.
2497
2498 * calendar/parse-time.el (parse-time-string): Simplify.
2499
2500 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2501 Make constants.
2502 (solar-sunrise-sunset): Rename some local variables for clarity.
2503 (sunrise-sunset): Use zerop.
2504 (solar-mean-equinoxes/solstices): Doc fix.
2505
2506 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2507 Use nth.
2508 (timeclock-completing-read, timeclock-generate-report): Use zerop.
2509 (timeclock-mean, timeclock-generate-report): Use dolist.
2510
2511 * calendar/todo-mode.el (todo-add-category): Simplify.
2512 (todo-more-important-p, todo-delete-item, todo-file-item):
2513 Use unless, when.
2514 (todo-top-priorities): Use zerop.
2515
2516 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * buff-menu.el (list-buffers-noselect): Display buffer name in
2519 tooltip instead of mouse binding when it doesn't fit in the list.
2520
2521 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2522
2523 * faces.el (xw-defined-colors):
2524 * simple.el (widget-convert, shell-mode): Declare as functions
2525 instead of autoloading.
2526
2527 * abbrev.el:
2528 * button.el:
2529 * cus-face.el:
2530 * ediff-hook.el:
2531 * emacs-lisp/backquote.el:
2532 * emacs-lisp/timer.el:
2533 * facemenu.el:
2534 * faces.el:
2535 * menu-bar.el:
2536 * simple.el:
2537 * subr.el:
2538 * textmodes/fill.el:
2539 * textmodes/paragraphs.el: Remove autoloads, redundant when the
2540 files are preloaded.
2541
2542 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * desktop.el (desktop-create-buffer): Don't catch errors if
2545 debug-on-error is set.
2546
2547 2008-03-14 Eli Zaretskii <eliz@gnu.org>
2548
2549 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2550 ($(lisp)/calendar/diary-loaddefs.el)
2551 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2552 (LOADDEFS): New macro.
2553 (autoloads): Depend on $(LOADDEFS).
2554
2555 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2556
2557 * font-lock.el (featurep): Remove test, not useful anymore.
2558 (facemenu-keymap): Move key binding ...
2559 * facemenu.el (facemenu-keymap): ... here.
2560
2561 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
2562 for each file in the list.
2563 (vc-bzr-log-view-mode): Recognize the file marker.
2564
2565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2566 for checkdoc and profiling.
2567
2568 2008-03-14 Bastien Guerry <bzg@altern.org>
2569
2570 * textmodes/flyspell.el (nxml-mode): Add the right
2571 `flyspell-mode-predicate'.
2572
2573 * wid-edit.el (link): Use 'mouse-face for :follow-link.
2574
2575 2008-03-14 Glenn Morris <rgm@gnu.org>
2576
2577 * calendar/solar.el: Reorder so that functions are defined before use.
2578 (displayed-month, displayed-year): Move declarations where needed.
2579 (solar-get-number): Move definition before use. Use unless.
2580 (solar-equatorial-coordinates): Simplify.
2581 (solar-sunrise-and-sunset): Use let rather than let*.
2582 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2583
2584 * startup.el (command-line-1): Rename -internal-script back to
2585 -scriptload (reverts previous change).
2586
2587 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2588 (calendar-bahai-leap-base): Add doc strings.
2589 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2590 Move definition before use.
2591 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2592 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2593 variables outside the loop. Use dolist.
2594 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2595
2596 * calendar/cal-china.el: Re-order so that functions are defined before
2597 use.
2598 (displayed-month, displayed-year): Move declarations where needed.
2599 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2600 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2601 Add doc strings.
2602 (chinese-year-cache): Recenter on 2010. Doc fix.
2603 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2604 Doc fix. Simplify.
2605 (chinese-year-cache-init): New function.
2606 (compute-chinese-year, holiday-chinese-new-year)
2607 (calendar-chinese-date-string, calendar-goto-chinese-date)
2608 (make-chinese-month-assoc-list): Use cadr, nth.
2609 (chinese-months): Remove un-needed let.
2610
2611 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2612 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2613 (coptic-prompt-for-date): Move definition before use.
2614
2615 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2616 (calendar-dst-find-data, calendar-daylight-time-offset)
2617 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2618 (calendar-daylight-savings-starts-time)
2619 (calendar-daylight-savings-ends-time): Use cadr, nth.
2620
2621 * calendar/cal-french.el (french-calendar-epoch)
2622 (calendar-goto-french-date): Doc fix.
2623 (french-calendar-month-name-array)
2624 (french-calendar-multibyte-month-name-array)
2625 (french-calendar-day-name-array, french-calendar-special-days-array):
2626 Add doc strings.
2627
2628 * calendar/cal-hebrew.el (displayed-month, displayed-year)
2629 (original-date): Move declarations where needed.
2630 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2631 Doc fix.
2632 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2633 constant variables outside the loop. Use dolist.
2634
2635 * calendar/cal-islam.el (displayed-month, displayed-year)
2636 (original-date): Move declarations where needed.
2637 (islamic-calendar-day-number): Remove unused local variable `day'.
2638 (calendar-goto-islamic-date): Doc fix.
2639 (holiday-islamic): Use unless.
2640 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2641 constant variables outside the loop. Use dolist.
2642 (mark-islamic-calendar-date-pattern): Move definition before use.
2643 Use unless.
2644 (mark-islamic-diary-entries): Doc fix.
2645 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2646 (insert-yearly-islamic-diary-entry): Use let rather than let*.
2647
2648 * calendar/cal-julian.el (calendar-absolute-from-julian):
2649 Move definition before use. Remove un-needed local `day'.
2650 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2651
2652 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2653 (calendar-mayan-tzolkin-names-array): Add doc strings.
2654 (calendar-mayan-long-count-from-absolute): Use a single let.
2655 (calendar-string-to-mayan-long-count): Simplify.
2656 (calendar-next-haab-date, calendar-previous-haab-date)
2657 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2658 (calendar-previous-calendar-round-date)
2659 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2660 Doc fix.
2661 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2662 (calendar-mayan-date-string, calendar-print-mayan-date)
2663 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2664 (calendar-mayan-long-count-common-era): Move definitions before use.
2665
2666 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2667 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2668 Doc fix.
2669 (calendar-mouse-goto-date): Move definition before use.
2670
2671 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2672 Move definition before use.
2673 (calendar-cursor-to-visible-date): Move definition before use.
2674 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
2675 and place inside the conditional.
2676 (calendar-forward-day): Simplify.
2677 (calendar-end-of-month): Use unless.
2678 (calendar-goto-day-of-year): Doc fix.
2679 Relocate obsolete aliases after their replacements.
2680
2681 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2682
2683 * calendar/diary-lib.el (mark-diary-entries): Move some constant
2684 variables outside the diary-date-forms loop.
2685
2686 * calendar/calendar.el (diary-file): Doc fix.
2687 (calendar-buffer-list): Return buffers rather than strings (fixes
2688 previous change).
2689 (hebrew-holidays-4): Fix typo.
2690
2691 * calendar/holidays.el (displayed-month, displayed-year):
2692 Move declarations where needed.
2693 (calendar-holiday-list, calendar-list-holidays)
2694 (holiday-filter-visible-calendar): Move definitions before use.
2695 (list-holidays): Use cadr.
2696 Relocate obsolete aliases after their replacements.
2697
2698 * calendar/lunar.el (date, displayed-month, displayed-year):
2699 Move declarations where needed.
2700 (lunar-phase-list): Move definition after functions it uses.
2701 (calendar-phases-of-moon, diary-phases-of-moon)
2702 (lunar-new-moon-on-or-after): Use cadr, nth.
2703 (lunar-new-moon-on-or-after): Doc fix.
2704
2705 * textmodes/org-irc.el (top-level): CL not required when compiling.
2706 (org-irc-visit-erc): Replace runtime CL functions.
2707
2708 * textmodes/org-publish.el (declare-function): Add compatibility stub.
2709 (org-publish-delete-dups): Declare as function.
2710
2711 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2714 (vc-bzr-show-log-entry): Make regexp match more cases.
2715 (vc-diff-switches-list): Remove autoload, not needed.
2716
2717 2008-03-14 Juri Linkov <juri@jurta.org>
2718
2719 * isearch.el (isearch-edit-string): Remove one call to
2720 `isearch-push-state' not to push an inconsistent state,
2721 but keep another correct call to `isearch-push-state'.
2722 (isearch-ring-adjust): Call `isearch-push-state' only when
2723 `search-ring-update' is non-nil since `isearch-edit-string'
2724 already pushes its state.
2725 (isearch-message): Improve matching the failed part by checking
2726 if the original message starts with the last successful message.
2727
2728 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2729 (dired-perm-write): Rename from `dired-warn-writable'.
2730 Change parent face from `font-lock-warning-face' to
2731 `font-lock-comment-delimiter-face'.
2732 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2733 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2734 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2735 with `dired-perm-write-face'.
2736
2737 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
2738
2739 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2740 Create cache dir only if it doesn't already exist.
2741
2742 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2745 of \ and '.
2746
2747 2008-03-13 Johan Bockgård <bojohan@gnu.org>
2748
2749 * net/browse-url.el (browse-url-text-xterm):
2750 Unquote browse-url-text-browser.
2751
2752 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
2753
2754 * textmodes/org-mouse.el: Version number change.
2755
2756 * textmodes/org-publish.el (org-publish-expand-components):
2757 Remove null projects from the list of components.
2758 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2759 Remove unused retrieval of the :publishing-directory property.
2760 (org-publish-file): Bugfix: when using a relative directory as the
2761 publishing directory, convert it to a directory filename.
2762 (org-publish-project): New alias.
2763 (org-publish-get-files): Protect against empty p.
2764 (org-publish-file): Send an error when file is not part of any project.
2765 (org-publish-file): Offer to refresh the list of files in known
2766 project when the current file is not part of any project.
2767 (org-publish-before-export-hook)
2768 (org-publish-after-export-hook): New hooks.
2769 (org-publish-org-to): Use new hooks and kill buffers.
2770 (org-publish-file): Remove the code for killing buffers.
2771 (org-publish-initialize-files-alist): Use interactive.
2772 (org-publish-file): If the publishing function creates a new
2773 buffer, kill it after publishing.
2774 (org-publish-timestamp-filename): Protect ":" in file name path
2775 under windows.
2776
2777 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
2778 change that killed the LaTeX buffer.
2779
2780 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
2781 in the decision tree.
2782 (org-select-remember-template): Clean the code.
2783 (org-prepare-dblock): Add the extra :content parameter.
2784 (org-write-agenda): New output type ".ics" files.
2785 (org-write-agenda): Call `org-icalendar-verify-function', both for
2786 time stamps and for TODO entries.
2787 (org-agenda-collect-markers, org-create-marker-find-array)
2788 (org-check-agenda-marker-table): New functions.
2789 (org-agenda-marker-table): New variable.
2790 (org-export-as-html): Revert the change that killed the html
2791 buffer. Side effects first need to be studied carefully.
2792 (org-get-tags-at): Fix the structure of the condition-case statement.
2793 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
2794 (org-timestamp-change): Fix regulear expressions to swallow the
2795 extra character for repeat-shift control.
2796 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
2797 (org-get-legal-level): Alias to `org-get-valid-level'.
2798 (org-dblock-write:clocktable): Add a :link parameter, linking
2799 headlines to their location in the Org agenda files.
2800 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
2801 throwing an error when getting tags before headlines.
2802 (org-timestamp-change, org-modify-ts-extra)
2803 (org-ts-regexp1): Fix timestamp editing.
2804 (org-agenda-custom-commands-local-options): New constant.
2805 (org-agenda-custom-commands):
2806 Use `org-agenda-custom-commands-local-options' to improve customize
2807 type. "htmlize": Removed hack to fix face problem with htmlize,
2808 it no longer seem necessary.
2809 (org-follow-link-hook): New hook.
2810 (org-agenda-custom-commands): Add "Component" as a tag for each
2811 item in a command serie.
2812 (org-open-at-point): Run `org-follow-link-hook'.
2813 (org-agenda-schedule): Bugfix: don't display marker type when it
2814 is nil.
2815 (org-store-link): org-irc required.
2816 (org-set-regexps-and-options): Parse the new logging options.
2817 (org-extract-log-state-settings): New function.
2818 (org-todo): Handle the new ways of recording state change stuff.
2819 (org-local-logging): New function.
2820 (org-columns-open-link): Fix bug with opening link in column view.
2821 (org-local-logging): New function
2822 (org-todo): Make sure that LOGGING properties are honoured.
2823 (org-todo-keywords): Improve docstring.
2824 (org-startup-options): Cleanup startup options.
2825 (org-set-regexps-and-options): Process the "!" markers.
2826 (org-todo): Respect the new logging stuff.
2827 (org-log-note-how): New variable.
2828 (org-add-log-maybe): New parameter HOW that defines how logging
2829 should be done and also overrides PURPOSE. Add a docstring.
2830 (org-add-log-note): Check if we really need to ask for a note.
2831 (org-get-current-options): Digest the new keyword.
2832 (org-agenda-reset-markers): Rename from
2833 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
2834 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
2835 function, without force argument.
2836 (org-buffer-property-keys): Bind local variables s and p.
2837 (org-make-tags-matcher): Allow "" to match an empty or
2838 non-existent property value.
2839 (org-export-as-html): Join unsorted lists when they directly
2840 follow each other. Such lists may be created by headlines that
2841 are converted to lists.
2842 (org-nofm-to-completion): New function.
2843 (org-export-as-html): Use :html-extension instead of
2844 org-export-html-extension.
2845 (org-store-link): Support for links from `rmail-summary-mode'.
2846 (org-columns-new, org-complete, org-set-property): Set the
2847 `include-columns' argument in the call to
2848 `org-buffer-property-keys'.
2849 (org-buffer-property-keys): New argument `include-columns', to
2850 include properties expected by any of the COLUMS formats in the
2851 current buffer.
2852 (org-cleaned-string-for-export): Get rid of drawers first, so that
2853 they will be removed also in the text before the first headline.
2854 (org-clock-report): Show the clocktable when found.
2855 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
2856 (org-version): With prefix argument, insert `org-version' at point.
2857 (org-agenda-goto): Recenter the window after finding the target
2858 location, to make sure the correct position will be displayed.
2859 (org-agenda-get-deadlines): Don't scale priority with the warning
2860 period.
2861 (org-insert-heading): Don't break line in the middle of the line.
2862 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
2863 be 0.
2864 (org-update-checkbox-count): Revamp to deal with hierarchical
2865 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
2866 (org-remove-timestamp-with-keyword): New function.
2867 (org-schedule, org-deadline):
2868 Use `org-remove-timestamp-with-keyword' to make sure all such time
2869 stamps are removed.
2870 (org-mode): Support for `align'.
2871 (org-agenda-get-deadlines): Make sure priorities increase as the
2872 due date approaches and is passed.
2873 (org-remember-apply-template): Fix problem with tags that
2874 contain "_" or "@".
2875 (org-make-link-regexps): Improve the regular expression for plain links.
2876 (org-agenda-get-closed): List each clocking entry.
2877 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
2878 (org-special-ctrl-k): New option.
2879 (org-kill-line): New function.
2880 (org-archive-all-done): Fix incorrect number of stars in regexp.
2881 (org-refile-get-location): New function.
2882 (org-refile-goto-last-stored): New function.
2883 (org-global-tags-completion-table): Add the value of org-tag-alist
2884 in each buffer, to make sure that also unused tags will be
2885 available for completion.
2886 (org-columns-edit-value)
2887 (org-columns-next-allowed-value): Only update if not in agenda.
2888 (org-clocktable-steps): New function.
2889 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
2890 (org-archive-subtree): Add the outline tree context as a property.
2891 (org-closest-date): New optional argument `prefer'.
2892 (org-goto-auto-isearch): New option.
2893 (org-goto-map, org-get-location): Implement auto-isearch.
2894 (org-goto-local-auto-isearch-map): New variable.
2895 (org-goto-local-search-forward-headings)
2896 (org-goto-local-auto-isearch): New functions
2897
2898 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
2899
2900 * textmodes/org-irc.el: New file.
2901
2902 2008-03-13 John Wiegley <johnw@gnu.org>
2903
2904 * textmodes/org-mac-message.el: New file.
2905
2906 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * font-lock.el (font-lock-comment-face): Set the foreground for
2909 the light background 8 colors case.
2910
2911 2008-03-13 Glenn Morris <rgm@gnu.org>
2912
2913 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
2914 generate-autoload-cookie patterns.
2915
2916 * startup.el (command-line-1): Rename -scriptload to -internal-script.
2917
2918 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
2919 (MH_E_SRC): Remove variable.
2920 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
2921 Simplify file header. Use $@ for generated-autoload-file.
2922
2923 * Makefile.in (LOADDEFS): New variable.
2924 (AUTOGENEL): Use $LOADDEFS.
2925 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
2926 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
2927 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2928 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2929 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
2930 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2931 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2932 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
2933 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
2934 Add calendar-specific autoload cookies, and remove any setting of
2935 generated-autoload-file.
2936 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
2937 * calendar/diary-lib.el: Replace explicit autoloads with reading of
2938 diary-loaddefs.
2939 * calendar/holidays.el: Replace explicit autoloads with reading of
2940 hol-loaddefs.
2941
2942 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
2943 (calendar-buffer-list): Simplify.
2944 (generate-calendar-window): Use calendar-mark-holidays rather than
2945 obsolete alias.
2946
2947 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2948 Use cal-hebrew-yahrzeit-buffer.
2949
2950 * calendar/cal-x.el (calendar-only-one-frame-setup)
2951 (calendar-two-frame-setup): Doc fixes.
2952 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
2953
2954 * calendar/appt.el (appt-mode-string): Mark as risky.
2955 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
2956
2957 * calendar/cal-html.el (diary-list-entries):
2958 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
2959 (calendar-iso-from-absolute): Fix autoloads.
2960
2961 * calendar/cal-iso.el (calendar-absolute-from-iso)
2962 (calendar-iso-read-args): Simplify.
2963 (calendar-iso-date-string, calendar-iso-read-args)
2964 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
2965
2966 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
2967 (displayed-month, displayed-year): Move declarations where needed.
2968 (calendar-print-astro-day-number): Doc fix.
2969
2970 * calendar/cal-persia.el (persian-calendar-month-name-array)
2971 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
2972 (persian-prompt-for-date): Remove local variable `today'.
2973
2974 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
2975
2976 * calendar/solar.el (solar-moment, solar-exact-local-noon)
2977 (solar-sunrise-sunset, solar-sunrise-sunset-string)
2978 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
2979 (diary-sabbath-candles, solar-equinoxes/solstices)
2980 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
2981 (solar-time-equation, solar-date-to-et): Simplify.
2982
2983 * mail/supercite.el: Remove the `function' in `(function (lambda'.
2984 Replace `(car (cdr' with cadr'.
2985
2986 * progmodes/f90.el (f90-font-lock-n): New function.
2987 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
2988 Use f90-font-lock-n.
2989 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
2990
2991 * progmodes/f90.el (f90-mode-abbrev-table):
2992 * progmodes/fortran.el (fortran-mode-abbrev-table):
2993 Use newer form of define-abbrev, where supported. No need to bind
2994 abbrevs-changed for system abbrevs.
2995
2996 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
2999 delete-frame-functions.
3000
3001 * bookmark.el (Info-current-node): Remove.
3002
3003 2008-03-12 Juri Linkov <juri@jurta.org>
3004
3005 * help.el (describe-project): Remove defaliases for view-todo and
3006 describe-project that are now unnecessary after the merge from
3007 emacs--rel--22 that added define-obsolete-function-alias.
3008
3009 * startup.el (inhibit-startup-screen): Revert incomplete
3010 2008-03-10 merge from emacs--rel--22 that partly reverted
3011 2008-02-28 change that added initial message to *scratch* buffer
3012 regardless of the value of `inhibit-startup-screen'.
3013 Now keep this change in the trunk, but not in the 22 branch.
3014
3015 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * international/quail.el (quail-setup-completion-buf, quail-help):
3018 * mail/binhex.el (binhex-decode-region-internal):
3019 * mail/uudecode.el (uudecode-decode-region-internal):
3020 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3021 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3022 setting default-enable-multibyte-characters.
3023
3024 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3025
3026 * comint.el: Fix up indentation and comment style. Remove `function'.
3027
3028 * international/mule-cmds.el (reset-language-environment)
3029 (set-language-environment-nonascii-translation):
3030 Don't set-unibyte-charset.
3031
3032 * doc-view.el: Remove all cb-args, use closures instead.
3033 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3034 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3035 doing an incorrect check). Update all callers to use the new name.
3036 (doc-view-doc->txt): Add missing `txt' argument.
3037
3038 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3039
3040 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3041 md5 sum calculation to single-byte.
3042
3043 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * doc-view.el (doc-view-new-window-function): Add assertion.
3046 (doc-view-doc-type): New var.
3047 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3048 (doc-view-intersection): New fun.
3049 (doc-view-mode): Use it to set the new var.
3050
3051 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3052
3053 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3054 (doc-view-already-converted-p): New functions.
3055 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3056 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3057 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3058 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3059 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3060 (doc-view-convert-current-doc): Don't hardwire the functions the
3061 sentinels call. Now they're provided by two args CALLBACK and
3062 CB-ARGS to the functions.
3063 (doc-view-search): Use doc-view-doc->txt.
3064 (doc-view-initiate-display): Use doc-view-already-converted-p.
3065 Mention new binding C-c C-t if doc-view-mode doesn't work.
3066
3067 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3068
3069 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3070
3071 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3074 Mark " outside of tags as punctuation.
3075
3076 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * menu-bar.el (minibuffer-local-map): Use the same command for the
3079 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3080 Prefer RET over C-j for exit-minibuffer.
3081
3082 * files.el (display-buffer-other-frame): Eliminate problematic code.
3083
3084 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3085 (menu-bar-select-buffer): Remove.
3086 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3087 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3088
3089 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * icomplete.el (icomplete-completions): Remove obsolete code.
3092
3093 * net/net-utils.el (iwconfig-program-options): Doc fix.
3094 (net-utils-run-program, run-network-program): Define as functions.
3095
3096 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3099
3100 2008-03-11 Glenn Morris <rgm@gnu.org>
3101
3102 * faces.el (mode-line-emphasis): New face.
3103 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3104
3105 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3106
3107 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * simple.el (set-mark-command): Doc fix.
3110
3111 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3114
3115 * emacs-lisp/autoload.el (autoload-find-destination):
3116 Don't force raw-text.
3117
3118 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3119 * calendar/cal-loaddefs.el: Don't version control.
3120
3121 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3122
3123 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3124 entries and add :help to the existing ones.
3125
3126 2008-03-10 Glenn Morris <rgm@gnu.org>
3127
3128 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3129 to where they are needed.
3130
3131 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3132 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3133 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3134 (calendar-version): Doc fixes.
3135 (calendar-absolute-from-gregorian): Use zerop.
3136 (calendar-mode-line-format): Make it a defcustom.
3137
3138 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3139 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3140 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3141 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3142 (mark-included-diary-files, mark-calendar-days-named)
3143 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3144 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3145 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3146 (insert-anniversary-diary-entry, insert-block-diary-entry)
3147 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3148 (diary-font-lock-sexps): Doc fixes.
3149 (diary-remind-message, mark-calendar-month): Use zerop.
3150 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3151 (diary-list-entries): Revert let to let* (previous change).
3152
3153 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3154
3155 2008-03-10 Kim F. Storm <storm@cua.dk>
3156
3157 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3158 function aliases for the old names.
3159
3160 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * iswitchb.el (iswitchb-use-faces): Doc fix.
3163 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3164 Fix typos in docstrings.
3165
3166 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3169 Fix typo.
3170 (verilog-type-font-keywords): Reindent.
3171
3172 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3173
3174 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3175 grouping-keyword regular expression.
3176 (verilog-font-lock-keywords): Allow users to toggle special
3177 highlight of grouping-keywords.
3178 (verilog-highlight-grouping-keywords): The toggle for special
3179 highlighting of grouping keywords.
3180
3181 2008-03-10 Juri Linkov <juri@jurta.org>
3182
3183 * startup.el: Revert 2008-02-28 change that adds initial message
3184 to *scratch* buffer regardless of the value of
3185 `inhibit-startup-screen'.
3186
3187 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3190 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3191 * progmodes/verilog-mode.el (verilog-mode):
3192 * net/socks.el (socks):
3193 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3194
3195 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3198 (doc-view-bookmark-make-record): Use them.
3199 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3200 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3201
3202 * bookmark.el (bookmark-make-record-function): Change expected return
3203 value to include a suggested bookmark name.
3204 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3205 Fix reversed `overwrite' semantics.
3206 (bookmark-set): Call bookmark-make-record before prompting the user.
3207 Then pass the result to bookmark-store later on.
3208 (bookmark-make-name-function): Remove.
3209 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3210 * info.el (bookmark-make-name-function): Remove.
3211 (Info-mode): Don't set it.
3212 (Info-bookmark-make-name): Remove.
3213 (Info-bookmark-make-record): Use Info-current-node as suggested default
3214 bookmark name.
3215
3216 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3217 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3218 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3219 (bookmark-annotation-buffer, bookmark-annotation-file)
3220 (bookmark-annotation-point, bookmark-send-annotation)
3221 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3222 (bookmark-edit-annotation-text-func): Rename from
3223 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3224 (bookmark-edit-annotation-mode-map): Move initialization into
3225 declaration.
3226
3227 * bookmark.el: Remove spurious * in docstrings.
3228 (bookmark-minibuffer-read-name-map): New var.
3229 (bookmark-set): Use it. Also pass the default value as it should.
3230 (bookmark-send-edited-annotation): Take no chances with text properties.
3231 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3232 (bookmark-insert-buffer-name): Remove.
3233 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3234
3235 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3236
3237 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3238
3239 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 * diff-mode.el (diff-mode-menu): Add :help.
3242
3243 2008-03-09 Glenn Morris <rgm@gnu.org>
3244
3245 * calendar/calendar.el (general-holidays, oriental-holidays)
3246 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3247 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3248 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3249 (calendar-holidays): Restore autoload cookies, because people are
3250 used to using these variables without loading calendar.el.
3251
3252 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3253 (date, number): Declare where needed.
3254
3255 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3256 (list-sexp-diary-entries): Doc fixes.
3257 (diary-list-entries): Doc fix. Remove free variable `entry'.
3258 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3259 Simplify setting of `date-holiday-list'.
3260 (mark-diary-entries): Remove free variable `entry'.
3261 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3262 Use let where let* is not needed.
3263
3264 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3267 make-record function, instead paste it in afterwards.
3268 (bookmark-make-record-for-text-file):
3269 * doc-view.el (doc-view-bookmark-make-record):
3270 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3271
3272 2008-03-08 Glenn Morris <rgm@gnu.org>
3273
3274 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3275
3276 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * calendar/diary-lib.el (diary-list-entries)
3279 (include-other-diary-files, mark-diary-entries)
3280 (mark-sexp-diary-entries, mark-included-diary-files)
3281 (diary-entry-time, list-sexp-diary-entries): Remove the special
3282 handling of ^M that dates back to the use of selective-display.
3283 (simple-diary-display): Obey setting of pop-up-frames.
3284 (body, entry): Remove unnecessary declarations.
3285
3286 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3287 (bookmark-get-annotation, bookmark-set-annotation)
3288 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3289 (bookmark-set-position, bookmark-get-front-context-string)
3290 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3291 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3292 * info.el (Info-bookmark-make-record): Don't bother recording point.
3293 (bookmark-get-filename, bookmark-get-front-context-string)
3294 (bookmark-get-rear-context-string, bookmark-get-position):
3295 Don't declare any more.
3296 (bookmark-get-info-node): Remove.
3297 (bookmark-prop-get): Declare.
3298 (Info-bookmark-jump): Use it.
3299
3300 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3301
3302 * subr.el (while-no-input): Don't splice BODY directly into the
3303 `or' form.
3304
3305 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3306
3307 * diff-mode.el (diff-ignore-whitespace-hunk):
3308 Bind inhibit-read-only before trying to change the buffer.
3309
3310 2008-03-08 Glenn Morris <rgm@gnu.org>
3311
3312 * calendar/appt.el (appt): Move custom group here from calendar.el.
3313 (appt-disp-window, appt-convert-time): Doc fixes.
3314
3315 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3316 (calendar-bahai-mark-date-pattern):
3317 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3318 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3319 * calendar/cal-julian.el (calendar-absolute-from-julian):
3320 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3321
3322 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3323 calendar.el.
3324 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3325 Make constants.
3326 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3327 (chinese-calendar-daylight-savings-starts)
3328 (chinese-calendar-daylight-savings-ends)
3329 (chinese-calendar-daylight-savings-starts-time)
3330 (chinese-calendar-daylight-savings-ends-time)
3331 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3332 Doc fixes.
3333
3334 * calendar/cal-coptic.el (coptic-name): Add doc string.
3335
3336 * calendar/cal-french.el (french-calendar-month-name-array)
3337 (french-calendar-day-name-array, french-calendar-special-days-array):
3338 Add doc strings.
3339
3340 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3341 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3342 (diary-bahai-insert-yearly-entry):
3343 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3344 (calendar-time-zone):
3345 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3346 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3347 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3348 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3349 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3350 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3351 (list-islamic-diary-entries, mark-islamic-diary-entries)
3352 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3353 (insert-yearly-islamic-diary-entry):
3354 * calendar/cal-iso.el (calendar-iso-read-args):
3355 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3356 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3357 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3358 (calendar-next-calendar-round-date)
3359 (calendar-mayan-long-count-common-era):
3360 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3361 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3362 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3363 (calendar-mouse-goto-date):
3364 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3365 * calendar/holidays.el (holidays):
3366 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3367 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3368 (safe-date-to-time): Doc fixes.
3369
3370 * calendar/cal-persia.el (persian-calendar-month-name-array)
3371 (persian-calendar-epoch): Make constants.
3372
3373 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3374 calendar.el.
3375
3376 * calendar/cal-x.el (diary-frame-parameters)
3377 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3378 (calendar-after-frame-setup-hooks): Make defcustoms.
3379 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3380 (calendar-two-frame-setup): Doc fix.
3381
3382 * calendar/cal-loaddefs.el: New file.
3383
3384 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3385 * calendar/cal-french.el, calendar/cal-html.el:
3386 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3387 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3388 * calendar/cal-tex.el, calendar/cal-x.el:
3389 Unquote lambda functions. Add autoload cookies to functions formerly
3390 autoloaded in calendar.el. Set `generated-autoload-file' to
3391 "cal-loaddefs.el".
3392
3393 * calendar/calendar.el: Move many autoloads to separate file,
3394 cal-loaddefs.el. Move defcustoms to start and re-order.
3395 (calendar-month-name-array, calendar-starred-day): No need to
3396 declare for compiler.
3397 (cal-loaddefs): Require it.
3398 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3399 appropriate file.
3400 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3401 Reverse logic.
3402 (diary-face, diary-file-name-prefix-function, diary-include-string)
3403 (diary-glob-file-regexp-prefix, diary-face-attrs)
3404 (diary-file-name-prefix, sexp-diary-entry-symbol)
3405 (print-diary-entries-hook, list-diary-entries-hook)
3406 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3407 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3408 Move to diary-lib.
3409 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3410 (all-bahai-calendar-holidays): Doc fix.
3411 (calendar-insert-indented): Doc fix. Use when rather than if.
3412 (exit-calendar): Use mapc rather than mapcar.
3413 (calendar-cursor-to-date): Use zerop.
3414 (calendar-mark-ring): Add doc-string.
3415 (calendar-starred-day): Defvar it.
3416 (calendar-mode): Make calendar-starred-day local.
3417 (calendar-star-date): No need to make calendar-starred-day local.
3418
3419 * calendar/diary-lib.el: Move defcustoms to start.
3420 (diary-include-string, diary-list-include-blanks)
3421 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3422 (diary-file-name-prefix, diary-file-name-prefix-function)
3423 (sexp-diary-entry-symbol, list-diary-entries-hook)
3424 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3425 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3426 Move here from calendar.el.
3427 (diary-file-name-prefix-function): Use 'identity.
3428 (diary-face): Make it a defcustom, and mark as obsolete.
3429 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3430 (calendar-hebrew-month-name-array-leap-year)
3431 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3432 Define for compiler.
3433 (diary-font-lock-keywords): Use format rather than concat.
3434 Add bahai-diary-entry-symbol.
3435
3436 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3437 * calendar/solar.el: Unquote lambda functions.
3438
3439 * calendar/solar.el (calendar-location-name, calendar-latitude)
3440 (calendar-longitude, solar-setup, solar-sin-degrees)
3441 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3442 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3443 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3444 (solar-exact-local-noon, solar-julian-ut-centuries)
3445 (solar-ephemeris-time, solar-date-next-longitude)
3446 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3447 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3448 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3449 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3450 Doc fixes.
3451 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3452 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3453 (solar-ecliptic-coordinates): Use unless.
3454 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3455 Use or.
3456
3457 * calendar/timeclock.el: Add doc-strings to all functions.
3458 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3459 (timeclock-entry-list-length, timeclock-entry-list-projects)
3460 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3461
3462 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3463
3464 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3465 (org-get-entries-from-diary): Require diary-lib.
3466
3467 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3470 Pacify byte-compiler.
3471
3472 2008-03-07 Alan Mackenzie <acm@muc.de>
3473
3474 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3475 paren/bracket pairs parsed, to solve performance problem.
3476
3477 2008-03-07 Bastien Guerry <bzg@altern.org>
3478
3479 * bookmark.el (bookmark-set): Don't check for
3480 `bookmark-make-name-function' since `bookmark-buffer-file-name'
3481 already takes care of this.
3482 (bookmark-buffer-name, bookmark-buffer-file-name):
3483 Remove Info-mode specific code.
3484
3485 * info.el (bookmark-get-info-node): Define this function in
3486 info.el, not in bookmark.el.
3487 (Info-mode): Set `bookmark-make-name-function' to
3488 `Info-bookmark-make-name' locally.
3489 (Info-bookmark-make-name): New function.
3490
3491 * bookmark.el (bookmark-make-name-function): New variable.
3492
3493 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3494
3495 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3496 buffer-local, not `bookmark-make-cell-function' (the old name).
3497
3498 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
3499
3500 * doc-view.el (doc-view-bookmark-make-record):
3501 * image-mode.el (image-bookmark-make-record):
3502 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3503
3504 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
3505
3506 * vc.el (vc-status-menu-map-filter): Return orig-binding if
3507 boundp 'vc-ignore-menu-filter.
3508 (vc-status-tool-bar-map): Make it defvar.
3509 (vc-status-mode): vc-status-tool-bar-map now variable.
3510 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3511
3512 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3513
3514 Give a better name to part of the bookmark interface.
3515
3516 This was originally a much larger change, but halfway through I
3517 updated and discovered that Stefan Monnier had done the rest.
3518 It looks like he anticipated the new name too, because he used
3519 `the-record' instead of `the-cell' for some internal variable names.
3520
3521 * bookmark.el (bookmark-make-record-function): Was
3522 `bookmark-make-cell-function'.
3523 (bookmark-make, bookmark-send-annotation): Update for above.
3524 (bookmark-make-record-for-text-file):
3525 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3526
3527 * info.el: Adjust accordingly.
3528 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3529
3530 * image-mode.el: Adjust accordingly.
3531 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3532
3533 * doc-view.el: Adjust accordingly.
3534 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3535
3536 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3539 Move initialization into declaration.
3540 (bookmark-get-info-node, bookmark-set-info-node): Remove.
3541 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3542 (bookmark-info-current-node): Remove.
3543 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3544 Add relocation fallback. Set bookmark-current-bookmark.
3545 (bookmark-default-handler): Rename from bookmark-jump-noselect.
3546 Remove relocation fallback. Don't set bookmark-current-bookmark.
3547 (bookmark-set): Let it be used even if there's no buffer-file-name
3548 as long as there is a bookmark-make-cell-function.
3549 * info.el (Info-bookmark-jump): Remove relocation fallback.
3550 Don't set bookmark-current-bookmark.
3551
3552 2008-03-07 Glenn Morris <rgm@gnu.org>
3553
3554 * calendar/appt.el (appt-issue-message)
3555 (appt-message-warning-time, appt-audible, appt-visible)
3556 (appt-msg-window, appt-display-mode-line, appt-display-duration)
3557 (appt-display-diary): Remove autoload cookies.
3558
3559 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3560 Remove leading `*' from defcustom doc-strings.
3561
3562 * calendar/cal-dst.el (calendar-dst): New custom group.
3563 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3564 (calendar-time-zone, calendar-daylight-time-offset)
3565 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3566 (calendar-daylight-savings-starts-time)
3567 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3568 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3569 Move to start.
3570
3571 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3572
3573 * calendar/calendar.el (calendar-version): Use emacs-version and
3574 make it obsolete. Move to end.
3575 (calendar-offset, view-diary-entries-initially)
3576 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3577 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3578 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3579 (all-bahai-calendar-holidays, calendar-load-hook)
3580 (initial-calendar-window-hook, today-visible-calendar-hook)
3581 (today-invisible-calendar-hook, calendar-move-hook)
3582 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3583 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3584 (diary-include-string, sexp-diary-entry-symbol)
3585 (abbreviated-calendar-year, american-date-diary-pattern)
3586 (european-date-diary-pattern, european-calendar-display-form)
3587 (american-calendar-display-form, print-diary-entries-hook)
3588 (list-diary-entries-hook, diary-hook, diary-display-hook)
3589 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3590 (nongregorian-diary-marking-hook, diary-list-include-blanks)
3591 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3592 (local-holidays, other-holidays, hebrew-holidays-1)
3593 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3594 (hebrew-holidays, christian-holidays, islamic-holidays)
3595 (bahai-holidays, solar-holidays, calendar-setup)
3596 (calendar-week-start-day): Remove autoload cookies.
3597 (diary-glob-file-regexp-prefix): Doc fix.
3598 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3599 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3600 (calendar-week-start-day, calendar-debug-sexp): Move to start.
3601
3602 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3603 (calendar-time-display-form, calendar-latitude)
3604 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3605 cookies.
3606 (calendar-latitude, calendar-longitude): Move functions after
3607 variables.
3608 (diary-sabbath-candles-minutes): Move to start.
3609 (solar-setup): Use or rather than if.
3610 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3611 Remove condition-case.
3612 (solar-atn2): Use zerop.
3613 (solar-equinoxes-solstices): Doc fix.
3614
3615 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3616 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
3617
3618 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3619 (calendar-longitude, calendar-latitude, calendar-location-name):
3620 Declare for compiler.
3621
3622 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * arc-mode.el (archive-ar-file-header-re): New const.
3625 (archive-ar-summarize, archive-ar-extract): New funs.
3626 (archive-find-type): Recognize ar archives.
3627
3628 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3629 New functions.
3630
3631 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3632
3633 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
3634
3635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3636 Replace :enable (mark-active) with :enable mark-active.
3637
3638 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * vms-patch.el (make-legal-file-name): New obsolete alias.
3641 (make-valid-file-name): Rename from `make-legal-file-name'.
3642 (make-auto-save-file-name): Use it.
3643
3644 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3645 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3646 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3647
3648 * textmodes/org.el (org-export-html-style): Doc fix.
3649 (org-get-legal-level): New obsolete alias.
3650 (org-get-valid-level): Rename from `org-get-legal-level'.
3651 (org-promote, org-demote, org-archive-subtree)
3652 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3653
3654 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
3655
3656 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3657
3658 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3659 (vc-status-toggle-mark): New functions.
3660 (vc-status-mode): Set tool bar map.
3661
3662 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3665 Reported by Drew Adams <drew.adams@oracle.com>.
3666
3667 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
3668
3669 * subr.el (read-quoted-char): Resolve modifers of the character
3670 event.
3671
3672 * comint.el (comint-exec-1): Don't change the coding-system for
3673 decoding to dos-like EOL.
3674 (comint-carriage-motion): Fully rewrite.
3675
3676 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * epg.el (epg-context-include-certs): Reflow docstring.
3679 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3680 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3681 (epg-context-set-signers, epg-context-set-sig-notations)
3682 (epg-make-import-status, epg-make-import-result)
3683 (epg-start-delete-keys): Fix typos in docstrings.
3684 (epg-start-sign-keys, epg-sign-keys):
3685 Fix typos in obsolescence declarations.
3686
3687 * iswitchb.el: Don't check for `cadr' and `last'.
3688 (iswitchb-define-mode-map, iswitchb-default-keybindings):
3689 Add obsolescence declaration and remove redundant info from docstring.
3690 (iswitchb-set-common-completion, iswitchb-set-matches)
3691 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3692 (recentf-list, most-len, most-is-exact):
3693 Don't wrap defvars within `eval-when-compile'.
3694
3695 2008-03-05 Glenn Morris <rgm@gnu.org>
3696
3697 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3698 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3699 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3700 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3701 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3702
3703 * ediff-hook.el (ediff-window-setup-function): Don't autoload
3704 declaration for compiler.
3705 (ediff-xemacs-init-menus): Use when rather than if.
3706
3707 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3708 if+and to just and.
3709 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3710 (ediff-delete-overlay): Move the XEmacs test inside the definition.
3711
3712 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3713
3714 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3715 test inside XEmacs test.
3716 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3717 since it was doing nothing on Emacs.
3718 (ediff-make-bullet-proof-overlay): Use when rather than if.
3719
3720 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3721 (ediff-setup-control-frame): Remove
3722 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3723 a (featurep 'xemacs) test.
3724
3725 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
3726
3727 * calc/calc-ext.el (calc-extended-command-history): New variable.
3728 (calc-exectute-extended-command): Use `calc-extended-command-history'.
3729
3730 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
3731
3732 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
3733 (standard-mode-line-position): Add mouse-face.
3734
3735 * progmodes/compile.el (compilation-menu-map):
3736 (compilation-mode-map):
3737 * progmodes/grep.el (grep-mode-map): Add :help.
3738
3739 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3740 initialize in one step. Add :help. Use :enable to activate menu
3741 items. Show the key binding for edebug-defun.
3742 (lisp-interaction-mode-map): Add a menu.
3743
3744 * term.el (term-mode-map): Define and initialize in one step.
3745
3746 * ediff-init.el (ediff-color-display-p): Simplify.
3747 (Xor): Remove unused function.
3748 (ediff-with-syntax-table): Simplify for Emacs.
3749
3750 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3751 menu-bar being loaded, it always is.
3752
3753 2008-03-05 Glenn Morris <rgm@gnu.org>
3754
3755 * textmodes/tex-mode.el (tex-mode): Suppress warning about
3756 multiple definitions when compiling.
3757
3758 2008-03-04 Alan Mackenzie <acm@muc.de>
3759
3760 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3761
3762 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3763 doc-string, "c-old-LEN" -> "c-old-END".
3764
3765 2008-03-04 Jason Rumney <jasonr@gnu.org>
3766
3767 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
3768 namespaces.
3769
3770 2008-03-04 Glenn Morris <rgm@gnu.org>
3771
3772 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
3773
3774 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
3775 than mapcar.
3776
3777 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3780 (byte-compile-nilconstp): Can't use recursion in a defsubst.
3781
3782 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
3783 so that M-q can fill comments.
3784 (tex-executable-exists-p, tex-compile): Extend with special syntax for
3785 commands implemented in elisp.
3786 (tex-compile-commands): Add an entry to use doc-view for pdf files.
3787 (tex-format-cmd): New function.
3788 (tex-compile): Use it to let the user specify default arguments.
3789 (tex-cmd-bibtex-args): New var.
3790 (tex-cmd-doc-view): New function.
3791
3792 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * faces.el (face-spec-set): Fix typos in docstring.
3795
3796 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
3797
3798 * bindings.el (mode-line-column-line-number-mode-map): New variable.
3799 (standard-mode-line-position): Use it to add a menu for toggling
3800 column number and line number display.
3801
3802 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3805 Remove optimization that was working around the form-code-walker bug.
3806
3807 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3808 Walk into the body of lambdas after byte-compile-unfold-lambda.
3809
3810 2008-03-03 Glenn Morris <rgm@gnu.org>
3811
3812 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
3813 value, if set, over frame value.
3814
3815 * simple.el (transient-mark-mode): Don't turn on by default.
3816
3817 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
3818 accidentally removed by the 2007-12-05 merge from Gnus.
3819
3820 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * progmodes/compile.el (compilation-menu-map): Add menu entries
3823 for useful options.
3824
3825 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
3826 Glenn Morris <rgm@gnu.org>
3827
3828 * emacs-lisp/bytecomp.el (byte-recompile-directory)
3829 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
3830 Give a `bytecomp-' prefix to local variables with common names.
3831
3832 2008-03-01 Glenn Morris <rgm@gnu.org>
3833
3834 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
3835 code commented out 2007-11-10.
3836
3837 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
3838
3839 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3840 Delete macro.
3841 * emulation/viper-cmd.el, emulation/viper-ex.el:
3842 * emulation/viper-init.el, emulation/viper-keym.el:
3843 * emulation/viper-mous.el, emulation/viper-util.el:
3844 * emulation/viper.el:
3845 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
3846 featurep test.
3847
3848 Replace obselete frame-local variables with frame-parameters.
3849 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
3850 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
3851 (viper-vi-state-cursor-color): Only call make-variable-frame-local
3852 on XEmacs.
3853 * emulation/viper-util.el (viper-frame-value): New macro.
3854 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
3855 (viper-R-state-post-command-sentinel)
3856 (viper-replace-state-post-command-sentinel)
3857 (viper-change-state-to-insert, viper-change-state-to-emacs):
3858 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
3859 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
3860 (viper-get-saved-cursor-color-in-insert-mode)
3861 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
3862 Use viper-frame-value for viper-replace-overlay-cursor-color,
3863 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
3864 viper-vi-state-cursor-color values.
3865
3866 * emulation/viper-cmd.el (zmacs-region-stays):
3867 * emulation/viper-util.el (zmacs-region-stays): No need to define
3868 for compiler.
3869
3870 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
3871 mapcar on Emacs.
3872
3873 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
3874 on XEmacs.
3875
3876 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
3877 rather than if.
3878
3879 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3880
3881 * whitespace.el: New version 9.3. As the glyph code generation was
3882 fixed, it is possible now to use character code above ?\x1FFFF in the
3883 display table. Fix `whitespace-indentation-regexp' to not include an
3884 extra ending character. Reported by Michael Welsh Duggan
3885 <mwd@cert.org>. Added hook actions when buffer is written or killed as
3886 the original whitespace package had. Suggested by Eric Cooper
3887 <ecc@cmu.edu>. Doc fix.
3888 (whitespace-action): New option.
3889 (whitespace-display-mappings): Changed default newline visualization to
3890 display downwards arrow, as the glyph code generation was fixed.
3891 (whitespace-unload-function): Assure that all local whitespace mode is
3892 turned off.
3893 (whitespace-global-modes): Fix type customization.
3894 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
3895 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3896 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
3897 Fix code.
3898 (whitespace-buffer): Command removed.
3899 (whitespace-trailing-regexp, whitespace-mark-x)
3900 (whitespace-display-window, whitespace-action-when-on)
3901 (whitespace-add-local-hook, whitespace-remove-local-hook)
3902 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
3903 (whitespace-action): New funs.
3904 (whitespace-report-list, whitespace-report-text)
3905 (whitespace-report-buffer-name): New consts.
3906 (whitespace-report, whitespace-report-region): New commands.
3907
3908 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * disp-table.el (make-glyph-code): Don't test the result of
3911 `face-id', which already signals an error for invalid faces.
3912 (glyph-face): Simplify.
3913
3914 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
3915 running `desktop-not-loaded-hook' to allow modifying it.
3916 Don't show warning message if `desktop-dirname' was modified.
3917
3918 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
3921 we still expect more lines.
3922
3923 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
3924 comment-paragraph filling if the commark doesn't match
3925 comment-start-skip.
3926
3927 2008-03-01 Daiki Ueno <ueno@unixuser.org>
3928
3929 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
3930 the `imap' variant.
3931
3932 2008-03-01 Jason Rumney <jasonr@gnu.org>
3933
3934 * files.el (make-auto-save-file-name): Encode more characters in
3935 non-file buffer names. Use url-encoding.
3936
3937 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * net/net-utils.el (ftp-program): Fix typo in docstring.
3940 (ifconfig-program-options, netstat-program-options)
3941 (arp-program-options, route-program-options, nslookup-program-options)
3942 (ftp-program-options, smbclient-program-options)
3943 (dns-lookup-program-options, arp, route): Doc fixes.
3944
3945 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
3946 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
3947 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
3948 Fix typos in docstrings.
3949 (gdb-pending-triggers): Reflow docstring.
3950 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
3951
3952 2008-03-01 Alan Mackenzie <acm@muc.de>
3953
3954 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
3955 typing "#" at EOB.
3956
3957 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
3960
3961 2008-02-29 Kim F. Storm <storm@cua.dk>
3962
3963 * emulation/cua-base.el (cua-remap-control-v)
3964 (cua-remap-control-z): New defcustoms.
3965 (cua-mode): Add them to set-after property.
3966 (cua--init-keymaps): Use them.
3967 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
3968
3969 * help.el (view-emacs-todo): Rename from view-todo.
3970 (describe-gnu-project): Rename from describe-project. Users changed.
3971 (view-help-file): New helper function.
3972 (describe-distribution, describe-copying, describe-gnu-project)
3973 (view-todo, view-order-manuals, view-emacs-problems): Use it.
3974 (view-emacs-debugging, view-external-packages): New commands.
3975 (help-map): Move describe-distribution to C-h C-o (ordering).
3976 Move view-emacs-problems to C-h C-p (problems).
3977 Bind view-emacs-debugging to C-h C-d (debugging).
3978 Bind view-external-packages to C-h C-e (extras).
3979 (help-for-help-internal): Cleanup and align descriptions.
3980 Remove command names to reduce clutter.
3981
3982 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
3985 and quieter face (not a warning).
3986
3987 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
3988
3989 * vc.el (vc-status-crt-marked): New variable.
3990 (vc-status-mode): Make it local.
3991 (vc-status-refresh): Use it to save the marked files.
3992 (vc-update-vc-status-buffer): Use it to restore the marked files.
3993
3994 * vc-svn.el (vc-svn-after-dir-status):
3995 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
3996
3997 2008-02-29 Glenn Morris <rgm@gnu.org>
3998
3999 * allout.el (allout-topic-encryption-bullet)
4000 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4001 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4002 from 22.0 to 22.1.
4003
4004 * net/imap.el (imap-ping-server):
4005 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4006 Change defcustom :version from 23.0 to 23.1.
4007
4008 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4009
4010 * desktop.el (desktop-save): Save the buffer name if the
4011 uniquified base name is empty.
4012
4013 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4014
4015 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4016 correctly when user has "set print address off".
4017
4018 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4021 version number of the next major Emacs release, not 23.0.
4022
4023 * longlines.el (longlines-unload-function): New function.
4024
4025 2008-02-28 Juri Linkov <juri@jurta.org>
4026
4027 * startup.el (normal-splash-screen): Add argument `concise'.
4028 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4029 to the created buffer. If `concise' is non-nil, call
4030 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4031 (display-startup-screen): Add argument `concise' to the call to
4032 `normal-splash-screen'.
4033
4034 2008-02-28 Kim F. Storm <storm@cua.dk>
4035
4036 * startup.el (startup-echo-area-message): Check for about-emacs.
4037
4038 2008-02-28 Juri Linkov <juri@jurta.org>
4039
4040 * startup.el: Always add initial message to *scratch* buffer if
4041 `initial-scratch-message' is non-nil regardless of the value of
4042 `inhibit-startup-screen'.
4043 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4044 (command-line-1): Move code that inserts `initial-scratch-message'
4045 up before the if-form that checks for `inhibit-startup-screen'.
4046 Suggested by Jonathan Rockway <jon@jrock.us>.
4047
4048 2008-02-28 Juri Linkov <juri@jurta.org>
4049
4050 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4051 Rename `custom-mode' to `Custom-mode' in docstrings.
4052 (custom-buffer-create-internal, customize-browse):
4053 Rename `custom-mode' to `Custom-mode'.
4054 (custom-mode-hook): Rename to `Custom-mode-hook'.
4055 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4056 (custom-mode): Rename to `Custom-mode'.
4057 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4058 (custom-mode): Add backward-compatible non-interactive variant of
4059 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4060 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4061
4062 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4063
4064 * emulation/viper.el (viper-emacs-state-mode-list):
4065 Rename `custom-mode' to `Custom-mode'.
4066
4067 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4068 Capitalize "Tagged Files".
4069 (minibuffer-local-map): Add menu items for next/previous
4070 history elements and isearch history forward/backward.
4071
4072 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4073 `hs-isearch-open' with t instead of `comment' in :selected
4074 for "Code and Comment blocks" menu item.
4075
4076 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4079 Should be done in desktop.el instead.
4080
4081 2008-02-28 Glenn Morris <rgm@gnu.org>
4082
4083 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4084
4085 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4086
4087 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4088 (Info-menu, Info-goto-node): Remove declarations.
4089 (report-emacs-bug-info): Use info rather than Info-goto-node.
4090
4091 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4092 (idlwave-convert-xml-system-routine-info): Don't require xml.
4093 (idlwave-show-commentary, idlwave-shell-show-commentary):
4094 Don't require finder.
4095 (idlwave-info): Don't require info. Use info rather than
4096 Info-goto-node.
4097
4098 * textmodes/org.el (Info-goto-node): Remove declaration.
4099 (org-info): Use info rather than Info-goto-node.
4100
4101 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4102 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4103
4104 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4105
4106 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4107 the menu.
4108
4109 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4110 (vc-finish-logentry): Check for vc-status-mode, not only for
4111 vc-dired-mode.
4112
4113 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4114
4115 * isearch.el (isearch-printing-char): Don't check
4116 keyboard-coding-system.
4117 Call isearch-process-search-multibyte-characters only when
4118 current-input-method is non-nil.
4119
4120 2008-02-27 Kim F. Storm <storm@cua.dk>
4121
4122 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4123 (glyph-char, glyph-face): Handle cons encoding.
4124
4125 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4128 empty string, return nil to allow the caller to default to the
4129 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4130
4131 * tool-bar.el (tool-bar-setup): Doc fix.
4132
4133 * mail/supercite.el (sc-describe):
4134 Fix typos in obsolescence declaration.
4135
4136 2008-02-27 Glenn Morris <rgm@gnu.org>
4137
4138 * autoinsert.el (auto-insert-alist): Change permission text to
4139 match FSF's GPLv3 form.
4140
4141 * mail/supercite.el (sc-cite-original): Doc fix.
4142 (sc-version): Make obsolete.
4143 (sc-describe): Show the SC info page. Make obsolete.
4144
4145 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4148 when using transient-mark-mode.
4149 (default-indicate-unused-lines): Remove unused var.
4150
4151 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4152
4153 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4154 and previous.
4155
4156 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4157
4158 2008-02-26 Glenn Morris <rgm@gnu.org>
4159
4160 * net/net-utils.el (top-level): Don't require comint when compiling.
4161 (nslookup-font-lock-keywords): Don't require font-lock.
4162 Use font-lock faces rather than variables.
4163 (nslookup, ftp, smbclient, network-service-connection):
4164 Don't require comint.
4165 (comint-prompt-regexp, comint-input-autoexpand)
4166 (comint-input-ring): Declare for compiler.
4167 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4168 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4169
4170 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4171 doc-string.
4172
4173 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * doc-view.el (doc-view-current-page): Add a `win' argument.
4176
4177 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4180 Demote it to plain defvar.
4181 (doc-view-conversion-refresh-interval): Reduce interval.
4182 (doc-view-goto-page): Allow moving to pages not yet rendered.
4183 (doc-view-goto-page): Construct a file name rather than extracting it
4184 from doc-view-current-files.
4185 (doc-view-kill-proc): Ignore errors from kill-process.
4186 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4187 (doc-view-insert-image): Use appropriate text if the page hasn't been
4188 rendered yet. Adjust scrolling so the text is displayed.
4189 (doc-view-display): Detect not just that a page is available, but also
4190 that it wasn't available before, so as to avoid refreshing all pages
4191 repeatedly.
4192 (doc-view-mode): Make doc-view-cache-directory if needed.
4193
4194 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4195
4196 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4197 toggle-read-only.
4198
4199 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4200 refering to a missing required field with the OPT prefix.
4201 Make unwindform more robust.
4202
4203 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4204 it duplicates the bibtex support in progmodes/hideshow.el.
4205 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4206 entries that do not start at the beginning of a line.
4207
4208 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4211
4212 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4213
4214 * help-fns.el (describe-variable): Add phrases about
4215 initialization file with and without customization;
4216 use new button type help-info-variable.
4217
4218 * help-mode.el (help-info-variable):
4219 New button able to read Info files for help-fns.el.
4220
4221 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4222
4223 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4224 (grep-mode): Use grep-mode-tool-bar-map.
4225
4226 * progmodes/compile.el (tool-bar): Require tool-bar.
4227 (compilation-mode-tool-bar-map): New variable.
4228 (compilation-mode): Use compilation-mode-tool-bar-map.
4229
4230 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4231
4232 2008-02-25 Glenn Morris <rgm@gnu.org>
4233
4234 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4235
4236 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * diff-mode.el (diff-file-junk-re): New const.
4239 (diff-beginning-of-file-and-junk): Use it.
4240 (diff-file-kill): Make sure we were really inside a file diff.
4241
4242 * diff-mode.el: Make it more robust in the presence of empty context
4243 lines in unified hunks.
4244 (diff-valid-unified-empty-line): New var.
4245 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4246 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4247 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4248 (diff-hunk-header-re-unified): New const.
4249 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4250 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4251 (diff-sanity-check-hunk): Use it.
4252
4253 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4254 Index: line, don't search backward for the previous one.
4255
4256 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4257
4258 * international/fontset.el (setup-default-fontset): Add non-OTF
4259 lao font for lao script.
4260
4261 * language/tibetan.el: Register tibetan-composition-function in
4262 composition-function-table.
4263
4264 * language/tibet-util.el (tibetan-composition-function):
4265 Adjust for the new calling way (argument changed). Try font-shape-text
4266 if possible.
4267
4268 * language/lao.el: Register lao-composition-function in
4269 composition-function-table.
4270
4271 * language/lao-util.el (lao-composition-function): Adjust for the new
4272 calling way (argument changed). Try font-shape-text if possible.
4273
4274 2008-02-25 Jason Rumney <jasonr@gnu.org>
4275
4276 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4277
4278 2008-02-25 Juri Linkov <juri@jurta.org>
4279
4280 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4281 background, "red4" for a dark background, "red" for 16 and
4282 8 colors, "grey" for grayscale, and inverse video otherwise.
4283 Add :version tag.
4284 (isearch-message): Keep the original isearch-message intact, and
4285 add text properties to it where necessary. Add `isearch-error' to
4286 the condition that checks if isearch is unsuccessful.
4287
4288 2008-02-24 Juri Linkov <juri@jurta.org>
4289
4290 * progmodes/compile.el (compilation-handle-exit):
4291 Use compilation-error face instead of font-lock-warning-face.
4292 Display the same message in the minibuffer as is inserted
4293 at the end of the compilation buffer.
4294
4295 2008-02-24 Glenn Morris <rgm@gnu.org>
4296
4297 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4298 multiple file case.
4299
4300 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4301
4302 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4303 multiple file case. Use a single `let' rather than two.
4304
4305 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * progmodes/compile.el (compilation-start): Specify a face for
4308 mode-line-process.
4309 (compilation-handle-exit): Specify a face and a tooltip for
4310 mode-line-process.
4311
4312 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4315 (hilit-chg-make-ov): Simplify.
4316 (hilit-chg-fixup): Use remove-overlays.
4317 (hilit-chg-set-face-on-change): Remove redundant call to
4318 `remove-text-properties'.
4319
4320 * dired.el (dired-mark-prompt): Don't count/display the t element.
4321 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4322
4323 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4326 add-submenu.
4327 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4328 Remove. Move contents to the only use ...
4329 (verilog-menu): ... here.
4330 (verilog-statement-menu): Remove. Move contents to the only use ...
4331 (verilog-stmt-menu): ... here.
4332 (verilog-mark-defun): Simply call mark-defun for emacs.
4333 (occur-pos-list): Declare for byte compiler.
4334 (mode-popup-menu): Don't defvar.
4335 (verilog-add-statement-menu): Remove.
4336 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4337 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4338
4339 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4340
4341 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4342 conditional.
4343 (verilog-font-grouping-keywords-face): Make the begin..end
4344 keywords standout more than other verilog keywords.
4345 (verilog-type-font-keywords): Move the begin..end out of this list
4346 to facilitate making them to (potentially) stand out more.
4347 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4348 function & task blocks.
4349 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4350 initial, function & task blocks.
4351 (verilog-forward-sexp): Handle the new "disable fork" statement of
4352 IEEE-1800 Verilog.
4353 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4354 statement of IEEE-1800 Verilog.
4355 (verilog-calc-1): Handle the new "disable fork" statement of
4356 IEEE-1800 Verilog.
4357 (verilog-disable-fork-re): Add const to help handle the new
4358 "disable fork" statement of IEEE-1800 Verilog.
4359 (verilog-declaration-core-re): Add port directions by themselves,
4360 with no qualification, as base item of a declaration.
4361 (verilog-pretty-declarations): Add new flag to ask it to refrain
4362 from printing to the message buffer.
4363 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4364 printing to the message buffer. Improve handling of the many
4365 types of expression line up.
4366 (verilog-just-one-space): Remove printing of an empty message.
4367 (verilog-get-lineup-indent): Rework to support the better handling
4368 of expression lineup for verilog-pretty-expr.
4369 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4370
4371 2008-02-24 Alan Mackenzie <acm@muc.de>
4372
4373 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4374 yesterday's commit.
4375
4376 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4377
4378 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4379 to mouse-set-point in buffers that aren't associated with files.
4380
4381 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4382
4383 2008-02-24 Alan Mackenzie <acm@muc.de>
4384
4385 Set of changes so that "obtrusive" syntactic elements in a
4386 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4387 unmatched paren) don't interact syntactically with stuff outside
4388 the CPP line.
4389
4390 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4391 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4392 off-by-one bug.
4393 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4394 a bit of refactoring.
4395 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4396 functionality of c-awk-advise-fl-for-awk-region, which has been
4397 refactored away.
4398
4399 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4400 (c-clear-char-property-with-value): New function and macro which
4401 remove text-properties `equal' to a supplied value.
4402
4403 * progmodes/cc-engine.el: Comment about text properties amended.
4404
4405 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4406 parens around "error\\|warning".
4407
4408 * progmodes/cc-langs.el (c-get-state-before-change-function)
4409 (c-before-font-lock-function, c-anchored-cpp-prefix):
4410 New language variables.
4411 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4412
4413 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4414 syntax-table text properties.
4415 (c-common-init): Call language specific before/after-change
4416 functions at mode initialisation.
4417 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4418 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4419 (c-neutralize-syntax-in-CPP): New functions.
4420 (c-before-change, c-after-change): Call the new language specific
4421 change functions defined in cc-langs.el.
4422 (c-advise-fl-for-region): New macro.
4423 (awk-mode): Remove AWK specific stuff which has been refactored
4424 into language independent stuff.
4425
4426 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4429 (gdb): (Re)set gdb-flush-pending-output to nil here...
4430 (gdb-init-1): ...instead of here (before gdb-prompt).
4431
4432 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4435 Recognize ''' just like any other char-constant.
4436
4437 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4440 careful enough. Detect the uid-change all within the main loop.
4441
4442 2008-02-24 Stefan Monnier <monnier@pastel.home>
4443
4444 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4445
4446 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * hilit-chg.el (highlight-save-buffer-state): New macro.
4449 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4450 (hilit-chg-clear): Use it to preserve the modified-p flag.
4451 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4452
4453 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4456 when needed.
4457
4458 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4459
4460 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4461 from gnus-button-url-regexp.
4462
4463 2008-02-24 Eli Zaretskii <eliz@gnu.org>
4464
4465 * progmodes/compile.el (compilation-next-error): Doc fix.
4466 (compilation-find-file): Doc fix.
4467
4468 2008-02-24 Glenn Morris <rgm@gnu.org>
4469
4470 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4471 Add obsolete aliases to the old names.
4472
4473 2008-02-24 Richard Stallman <rms@gnu.org>
4474
4475 * net/net-utils.el (ifconfig): Rename from ipconfig.
4476 (ipconfig): Alias to ifconfig.
4477 (ifconfig-program): Rename from ipconfig-program.
4478 (ifconfig-program-options): Rename from ipconfig-program-options.
4479
4480 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4481
4482 * progmodes/verilog-mode.el (verilog-declaration-core-re):
4483 Add port directions by themselves, with no qualification, as base
4484 item of a declaration.
4485 (verilog-pretty-declarations): Add new flag that inhibits printing
4486 to the message buffer.
4487 (verilog-pretty-expr): Add new flag that inhibits printing to the
4488 message buffer. Improve handling of the many types of expression
4489 line up.
4490 (verilog-just-one-space): Don't print an empty message.
4491 (verilog-get-lineup-indent): Rework to support the better handling
4492 of expression lineup for verilog-pretty-expr.
4493 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4494 (verilog-mode-version, verilog-mode-release-date): Update.
4495
4496 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * subr.el (cancel-change-group): Don't move point.
4499
4500 2008-02-23 Markus Triska <markus.triska@gmx.at>
4501
4502 * linum.el (linum-after-config): Update all visible windows.
4503
4504 2008-02-23 Glenn Morris <rgm@gnu.org>
4505
4506 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4507 Add :help for Solitaire and Tetris.
4508
4509 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4510
4511 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4512 (smtpmail-code-conv-from): Doc fix. Fix custom type.
4513 (smtpmail-queue-index-file): Make it a defcustom.
4514 (smtpmail-queue-index): Delete.
4515 (smtpmail-send-it, smtpmail-send-queued-mail):
4516 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4517 smtpmail-queue-index.
4518
4519 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4520 Add :version.
4521
4522 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
4523
4524 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4525 New variables.
4526 (iwconfig): New function.
4527
4528 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
4529
4530 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4531 setting it.
4532 (vc-status-menu-map): Do not define using easy-menu.
4533 (vc-status-menu-map): New defalias.
4534 (vc-status-mode-map): Hook up the menu.
4535 (top-level): Update TODO.
4536
4537 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4538
4539 * vc-bzr.el (vc-bzr-init-version): Rename to ...
4540 (vc-bzr-init-revision): ... this.
4541
4542 2008-02-23 Jason Rumney <jasonr@gnu.org>
4543
4544 * makefile.w32-in (WINS_ALMOST): Remove term.
4545 (WINS): Add term here.
4546 (custom-deps, finder-data): Use WINS_ALMOST.
4547
4548 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
4549
4550 * faces.el (font-weight-table): Fix value of `semi-light'.
4551
4552 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4555 Make those tables bijective.
4556
4557 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
4558
4559 Finish pdbtrack integration cleanup, settling missing-functions
4560 byte compiler warnings appropriately.
4561
4562 * progmodes/python.el (python-point): Remove this - beginning-of-line
4563 was all that was necessary for `python-pdbtrack-overlay-arrow'.
4564 (python-end-of-def-or-class, python-beginning-of-def-or-class)
4565 (python-goto-initial-line): Drop these - they were only needed for
4566 python-point.
4567 (python-comint-output-filter-function): Use condition-case and
4568 beginning-of-line directly, instead of python-mode.el functions
4569 which require all sorts of baggage.
4570 (point-safe): Unnecessary - we're using condition-case directly,
4571 instead.
4572 (python-execute-file): Include for python-shell, which I'm leaving
4573 in keeping despite it being unnecessary for pdb tracking.
4574
4575 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
4576
4577 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4578 Add SRFI 11 support.
4579 (let-values, let*-values): Specify scheme-indent-function.
4580
4581 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4582
4583 * vc.el (vc-exec-after): Move setting mode-line-process in the
4584 busy case ...
4585 (vc-set-mode-line-busy-indicator): ... in this new function.
4586 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4587 (vc-update-vc-status-buffer): Reset mode-line-process.
4588 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4589 mark/unmark all the files with the same state as the current one.
4590 With a prefix argument mark/unmark all files.
4591 (vc-status-mode-menu): Adjust strings.
4592 (vc-update-vc-status-buffer): Only do something when the argument
4593 is not nil.
4594 (vc-status-kill-dir-status-process): New function.
4595 (vc-status-mode-map): Bind it.
4596 (vc-status-process-buffer): New variable.
4597 (vc-status-mode): Make it local.
4598 (vc-status-refresh): Set it.
4599
4600 * vc-hg.el (vc-hg-dir-status):
4601 * vc-git.el (vc-git-dir-status):
4602 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4603 command is run.
4604
4605 2008-02-22 Glenn Morris <rgm@gnu.org>
4606
4607 * json.el (top-level): No need to require thingatpt.
4608 (json-read-keyword): Use thing-at-point rather than word-at-point.
4609
4610 * time.el (top-level): No need to require time-date when compiling.
4611
4612 * emacs-lisp/copyright.el (copyright-update-year):
4613 Fix subexpression numbering for the case when years are split over
4614 lines, and for the replace case.
4615
4616 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
4617 (tpu-caar, tpu-cadr): Delete functions.
4618 (zmacs-regions): No need to declare for compiler.
4619 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4620 (tpu-spell-check): Rewrite, and handle mark after point.
4621 (tpu-special-insert): Use or rather than if.
4622
4623 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4624 rather than spell-region.
4625
4626 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4627 warnings about spell-region.
4628
4629 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4630
4631 * ldefs-boot.el: Regenerated.
4632
4633 * loadup.el: Don't load language/devanagari, language/kannanda,
4634 language/malayalam, and language/tamil. Load language/sinhala.
4635
4636 * language/indian.el (indian-font-foundry)
4637 (indian-script-language-alist, indian-font-char-index-table)
4638 (indian-font-char, indian-font-char-range, indian-script-table)
4639 (indian-default-script, indian-composable-pattern): Delete them.
4640 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4641 language environments moved to here.
4642 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4643 New language environments.
4644
4645 * language/devanagari.el, language/devan-util.el,
4646 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4647 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4648 Delete them.
4649
4650 * language/sinhala.el: New file.
4651
4652 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
4653
4654 Update Nick Robert's port of pdb tracking from python-mode.el.
4655
4656 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4657 Clarify docstring.
4658 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4659 tracking is happening.
4660 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4661 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4662 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4663 Tracking is plugged in to all comint buffers once python.el is loaded.
4664 (python-pdbtrack-overlay-arrow): Toggle activation of
4665 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4666 (python-pdbtrack-track-stack-file): Use new
4667 `python-pdbtrack-get-source-buffer' for more flexible access to
4668 debugging source files.
4669 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4670 according to pdb stack trace, optionally using new
4671 `python-pdbtrack-grub-for-buffer' if file is not locally available.
4672 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4673 named buffer, or having function with indicated name.
4674 (python-shell): Remove comint-output-filter-functions hook
4675 addition, it's being done elsewhere. Wrap long line.
4676
4677 2008-02-21 Michael Olson <mwolson@gnu.org>
4678
4679 * json.el: Replace XEmacs compatibility code to get rid of
4680 compiler warnings.
4681
4682 * time.el: Fix compiler warning.
4683
4684 2008-02-21 Edward O'Connor <ted@oconnor.cx>
4685
4686 * json.el: New file (JavaScript Object Notation parser / generator).
4687
4688 2008-02-21 Dave Love <fx@gnu.org>
4689
4690 * progmodes/sym-comp.el: New file.
4691
4692 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4693 Require sym-comp. Add Python buffer to same-window-buffer-names.
4694 Fixup whitespaces.
4695 (python-font-lock-keywords): Add highlighting for Python builtins.
4696 (python-font-lock-syntactic-keywords): Rewrite.
4697 (python-quote-syntax): Use syntax-ppss-context instead of parsing
4698 ppss directly.
4699 (python-mode-map): Add binding for python-find-function.
4700 (python-calculate-indentation): Clean up the logic.
4701 (python-beginning-of-defun): Explicitly set return value.
4702 (python-beginning-of-statement): Stop looping if we get stuck
4703 going backwards.
4704 (python-next-statement): Stop looping if we somehow end up inside
4705 a string while advancing.
4706 (python-preoutput-continuation, python-version-checked): New vars.
4707 (python-check-version): New function.
4708 (run-python): Set default command to python-command instead of
4709 python-python-command.
4710 (run-python): Use python-check-version. Give PYTHONPATH
4711 precedence over data-directory in the process environment.
4712 Load function definitions in python process after.
4713 (python-check-comint-prompt): New function.
4714 (python-send-command, python-send-receive): Use it.
4715 (python-complete-symbol, python-try-complete): Functions deleted.
4716 Use symbol-complete instead of python-complete-symbol throughout.
4717 (python-fill-paragraph): Further refine the fenced-string regexp.
4718 (def-python-skeleton): Expand to the original abbrev instead if in
4719 a comment or string. Tweak skeletons for `if', `while', `for',
4720 `try/except', `try/finally', `name'.
4721 (python-pea-hook, python-abbrev-pc-hook): New functions.
4722 (python-abbrev-syntax-table): New var.
4723 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4724 Use symbol-completion-try-complete for hippie expansion.
4725 Turn on font lock unconditionally.
4726 (python-mode-hook): Defcustom it. No need to use make-local
4727 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4728 option, since it's buffer-local.
4729
4730 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4733
4734 2008-02-21 Drew Adams <drew.adams@oracle.com>
4735
4736 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4737 "Turn off" and a "Help" entry when the minor mode has no menu.
4738
4739 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 * vc.el (vc-status-mark, vc-status-unmark): New functions.
4742 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4743 vc-status-mark-file and vc-status-unmark-file.
4744 (vc-status-mark-unmark): New function.
4745 (vc-status-previous-line, vc-status-next-line): No longer interactive.
4746
4747 2008-02-21 Glenn Morris <rgm@gnu.org>
4748
4749 * composite.el (encode-composition-rule): Fix typo in error message.
4750 (composition-function-table, auto-composition-mode): Doc fixes.
4751
4752 * subr.el (sit-for): Fix obsolete form for nil second argument.
4753
4754 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4755 (spell-string): Make obsolete, in favor of ispell.
4756
4757 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4758
4759 * language/devanagari.el: Don't setup composition-function-table
4760 here.
4761 ("Devanagari"): Change charset, coding-system, coding-priority to
4762 Unicode-based ones. Don't require the feature devan-util.
4763
4764 * composite.el (compose-chars-after): Fix arguments for a function
4765 in composition-function-table.
4766 (auto-compose-region): Likewise.
4767
4768 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
4769 for Ethiopic.
4770 (ps-mule-plot-string): Ignore glyph-string based compositions.
4771
4772 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * doc-view.el: Allow different windows to show different pages.
4775 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
4776 (doc-view-current-image, doc-view-current-overlay): Remove variables,
4777 add them back as macros instead, using image-mode-winprops instead.
4778 Update all users of those variables.
4779 (doc-view-new-window-function): New function to create a new overlay
4780 for each new window.
4781 (doc-view-mode): Use it and image-mode-setup-winprops.
4782 (doc-view-clone-buffer-hook): Rewrite accordingly.
4783
4784 * image-mode.el: Extend [hv]scroll support to per-window properties.
4785 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
4786 (image-mode-winprops-alist): New var to replace them.
4787 (image-mode-new-window-functions): New hook.
4788 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
4789 New funs.
4790 (image-set-window-vscroll, image-set-window-hscroll): Use them.
4791 Remove the `window' argument, update callers.
4792 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
4793 Use the new functions.
4794 (image-mode-reapply-winprops): New fun.
4795 (image-mode): Use it.
4796
4797 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
4798
4799 * calc/calc-math.el (math-sin-raw): Add optional argument
4800 to keep track of original argument.
4801 (math-cos-raw): Use optional argument when calling math-sin-raw.
4802 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
4803 with close to original precision.
4804
4805 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4806
4807 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
4808 args in calls of sit-for.
4809
4810 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * vc-svn.el (vc-svn-program): Fix typo in docstring.
4813 (vc-svn-checkin): Fix typo in error message.
4814
4815 * help-mode.el: Require easymenu when compiling.
4816
4817 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
4818
4819 * help-mode.el (help-mode-menu): New menu.
4820
4821 2008-02-20 Glenn Morris <rgm@gnu.org>
4822
4823 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
4824 on Windows.
4825
4826 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
4827
4828 * ps-mule.el (ps-mule-encode-region): Return a single string.
4829 (ps-mule-plot-string): Adjust for the above change.
4830 (ps-mule-encode-header-string): Likewise.
4831
4832 * international/latin1-disp.el (latin1-display): Don't use
4833 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
4834 standard-display-table.
4835 (latin1-display-identities): Adjust for the change of what is
4836 returned by (get-language-info charset 'charset).
4837
4838 * international/mule-util.el (char-displayable-p): Fix for Latin-1
4839 characters and terminal case.
4840
4841 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
4842
4843 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
4844
4845 * progmodes/python.el: Also require comint when loading.
4846 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
4847 Replace python-shell with run-python on menu bar.
4848 (python-shell-map): New map.
4849 (python-default-interpreter, python-python-command-args)
4850 (python-jython-command-args, python-pdbtrack-do-tracking-p):
4851 New options.
4852 (python-which-shell, python-which-args, python-which-bufname):
4853 New buffer local variables.
4854 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
4855
4856 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
4857 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
4858 New constants.
4859
4860 Pdbtrack features:
4861
4862 (python-point, python-end-of-def-or-class)
4863 (python-beginning-of-def-or-class, python-goto-initial-line)
4864 (python-comint-output-filter-function)
4865 (python-pdbtrack-overlay-arrow)
4866 (python-pdbtrack-track-stack-file, python-toggle-shells)
4867 (python-shell, python-pdbtrack-toggle-stack-tracking)
4868 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
4869 New functions.
4870
4871 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4872
4873 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
4874 when the argument is nil.
4875
4876 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * vc.el (dir-status): Add a brief description.
4879
4880 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
4881
4882 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
4883 If non-nil, reverse the sense of the check.
4884
4885 * vc-rcs.el (vc-rcs-root): New func.
4886 * vc-cvs.el (vc-cvs-root): New func.
4887 * vc-svn.el (vc-svn-root): New func.
4888 * vc-sccs.el (vc-sccs-root): New func.
4889
4890 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
4891
4892 * language/japan-util.el (setup-japanese-environment-internal):
4893 Call use-cjk-char-width-table.
4894
4895 * language/japanese.el ("Japanese"): Set exit-function to
4896 use-default-char-width-table.
4897
4898 * international/characters.el: Delete occurrences of non-Unicode
4899 tibetan and ethiopic characters.
4900 (cjk-char-width-table): New variable.
4901 (use-cjk-char-width-table, use-default-char-width-table):
4902 New functions.
4903
4904 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4905
4906 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
4907 (vc-status-mode-menu): Add a :filter.
4908 (vc-status-printer): Add faces.
4909
4910 * vc-hg.el (vc-hg-extra-status-menu): New function.
4911 (vc-hg-dir-status): Clean up the buffer before using it.
4912
4913 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
4916 (gdb): Initialize it here instead.
4917
4918 * files.el (locate-dominating-file): Fix thinko in last change.
4919 Reported by Bruce Stephens <bruce.stephens@isode.com>.
4920
4921 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4922
4923 * vc.el (vc-status-mode-menu): New menu for vc-status.
4924
4925 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
4926
4927 * progmodes/verilog-mode.el (customize): Fix typo in error message.
4928 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
4929 (verilog-mode-auto, verilog-indent-level-module)
4930 (verilog-minimum-comment-distance, verilog-library-flags)
4931 (verilog-library-directories, verilog-library-files)
4932 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
4933 (verilog-xemacs-menu, verilog-set-compile-command)
4934 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
4935 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
4936 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
4937 (verilog-batch-inject-auto, verilog-batch-indent)
4938 (verilog-continued-line, verilog-type-keywords)
4939 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
4940 (verilog-read-inst-pins, verilog-read-arg-pins)
4941 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
4942 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
4943 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
4944 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
4945 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
4946 (verilog-mode-version, verilog-mode-release-date)
4947 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
4948 (verilog-simulator, verilog-compiler)
4949 (verilog-auto-sense-defines-constant, verilog-company)
4950 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
4951 Fix typos in docstrings.
4952 (verilog-set-auto-endcomments, verilog-calculate-indent)
4953 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
4954 Reflow docstrings.
4955 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
4956 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
4957 (electric-verilog-forward-sexp, verilog-in-case-region-p)
4958 (verilog-in-struct-region-p, verilog-in-generate-region-p)
4959 (verilog-leap-to-head, verilog-current-indent-level)
4960 (verilog-case-indent-level, verilog-cpp-keywords)
4961 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
4962 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
4963 (verilog-signals-not-in, verilog-symbol-detick-text)
4964 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
4965 (verilog-forward-close-paren, verilog-backward-open-paren)
4966 (verilog-backward-open-bracket): Doc fixes.
4967
4968 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
4969 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
4970 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
4971 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
4972 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
4973 Fix typos in docstrings.
4974
4975 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
4976
4977 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
4978
4979 * info.el (Info-read-node-name): Removed unused `default' arg.
4980
4981 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4982
4983 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
4984
4985 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * image-mode.el (image-get-display-property): New fun.
4988 (image-forward-hscroll, image-next-line, image-eol, image-eob)
4989 (image-mode, image-minor-mode, image-toggle-display-text)
4990 (image-toggle-display): Use it.
4991
4992 2008-02-18 Jason Rumney <jasonr@gnu.org>
4993
4994 * international/mule.el (xml-find-file-coding-system): Don't warn
4995 about utf-16 with BOM.
4996
4997 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
4998
4999 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5000 warn if file encoding is not utf-8 and encoding not specified.
5001 (xml-find-file-coding-system): New function.
5002 * international/mule-conf.el (file-coding-system-alist): Use it.
5003
5004 2008-02-17 Glenn Morris <rgm@gnu.org>
5005
5006 * international/mule-cmds.el (set-locale-environment):
5007 Pass `frame' to getenv for LC_MESSAGES.
5008
5009 2008-02-17 Juri Linkov <juri@jurta.org>
5010
5011 * time.el (emacs-init-time): Use format instead of format-seconds.
5012
5013 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5014
5015 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5016 bibtex-find-entry. Add autoload cookie.
5017 (bibtex-find-entry): Alias for bibtex-search-entry.
5018 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5019 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5020 (bibtex-clean-entry): atomic-change-group removed.
5021 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5022 to locate buffer location where error occurred.
5023 Make error messages more specific.
5024 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5025
5026 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5027
5028 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5029 top level.
5030
5031 * simple.el (transient-mark-mode): Add an :init-value.
5032
5033 * startup.el (command-line): Use custom-reevaluate-setting for
5034 transient-mark-mode.
5035
5036 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5037
5038 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5039
5040 2008-02-16 Juri Linkov <juri@jurta.org>
5041
5042 * startup.el (after-init-time): New variable.
5043 (command-line): Set `after-init-time' to the current time.
5044
5045 * time.el (emacs-init-time): New function.
5046
5047 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * files.el (locate-dominating-file): Remove initial loop because it's
5050 not careful enough. Detect the uid-change all within the main loop.
5051
5052 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5053
5054 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5055
5056 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5057
5058 * vc.el (vc-annotate): Add new argument.
5059 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5060
5061 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5062 Move make-variable-buffer-local code after the corresponding defvar.
5063 (hs-minor-mode-map): Define and initialize in one step.
5064 (hs-minor-mode): Change from defun to define-minor-mode.
5065
5066 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5069 (gdb-ready): Move declaration...
5070
5071 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5072 (gdb-early-user-input): New variable.
5073 (gdb): Reset gdb-flush-pending-output to nil and set
5074 comint-input-sender here (before gdb-prompt), instead of...
5075 (gdb-init-1): ...here.
5076 (gdb-send): If Emacs is not ready, defer user input to...
5077 (gdb-prompt): ...here.
5078
5079 2008-02-16 Glenn Morris <rgm@gnu.org>
5080
5081 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5082
5083 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5084 (before-init-time): New name for `emacs-startup-time'.
5085 (command-line): Use before-init-time rather than emacs-startup-time.
5086 * time.el (emacs-uptime): Use before-init-time rather than
5087 emacs-startup-time.
5088
5089 * composite.el (composition-function-table): Doc fix.
5090
5091 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5092 in favor of `%z' specifier.
5093 (emacs-uptime): Move to time.el.
5094 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5095 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5096 argument of format-seconds.
5097
5098 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5099
5100 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5101
5102 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5103
5104 * ielm.el (ielm-is-whitespace): Remove.
5105 (ielm-is-whitespace-or-comment): New function.
5106 (ielm-eval-input): Use it.
5107
5108 2008-02-15 Jason Rumney <jasonr@gnu.org>
5109
5110 * term/mac-win.el: Fix coding tag.
5111
5112 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5113
5114 * vc-hooks.el (vc-menu-map):
5115 * bindings.el (mode-line-mode-menu): Add tooltips.
5116
5117 * bindings.el (help-echo): Add more tooltips. Use a less
5118 telegraphic style for existing tooltips.
5119
5120 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5123 from the auto-generated one.
5124
5125 2008-02-14 Glenn Morris <rgm@gnu.org>
5126
5127 * mail/rmail-spam-filter.el (rmail-spam-filter):
5128 Let-bind message-spam-status.
5129
5130 * mail/smtpmail.el (password-cache-add): Declare as function.
5131
5132 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5133
5134 * mail/smtpmail.el: Use password-cache.
5135
5136 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * uniquify.el (uniquify-buffer-base-name): New function.
5139 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5140
5141 * desktop.el (uniquify-managed): Don't defvar.
5142 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5143 `uniquify-managed'. Return also the buffer's base name.
5144 (desktop-save): When saving the buffer info, filter out the base name,
5145 and save it as buffer name if the buffer is managed by uniquify.
5146 (uniquify-item-base): Don't declare; not called anymore.
5147
5148 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5149
5150 * vc.el (vc-annotate-find-revision-at-line): New function.
5151 (vc-annotate-mode-map): Bind it.
5152 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5153 some entries.
5154
5155 2008-02-14 Glenn Morris <rgm@gnu.org>
5156
5157 * calendar/time-date.el (format-seconds): New function.
5158 (emacs-uptime): Use format-seconds.
5159
5160 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5161 Remove `LC_ALL=C', since it's included in $(emacs) now.
5162
5163 2008-02-14 Zhang Wei <id.brep@gmail.com>
5164
5165 * textmodes/org-publish.el (org-publish-timestamp-filename):
5166 Replace colon characters in filename too.
5167
5168 2008-02-13 Bastien Guerry <bzg@altern.org>
5169
5170 * mail/rmail.el (rmail-header-name): New face.
5171 (rmail-font-lock-keywords): Use rmail-header-name.
5172
5173 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5174 against X-Spam-Status header field.
5175 (rmail-spam-filter): Also check X-Spam-Status header field.
5176
5177 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5178
5179 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5180 Add support for .pm files and .php files.
5181 (flymake-err-line-patterns): Add pattern for PHP errors.
5182 (flymake-php-init): New function. PHP support for flymake.
5183
5184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5185 Add regular expression for PHP errors.
5186
5187 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5188
5189 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5190 This DTRT even on w32 machines.
5191 (ange-ftp-cf1): Quote FILENAME.
5192
5193 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5196 (smerge-auto-combine): New fun.
5197
5198 2008-02-12 Juri Linkov <juri@jurta.org>
5199
5200 * startup.el (fancy-startup-screen, normal-splash-screen):
5201 Set default-directory to command-line-default-directory.
5202
5203 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5204 after reading the desktop.
5205
5206 * progmodes/compile.el (compilation-auto-jump):
5207 Call compile-goto-error only when compilation-auto-jump-to-first-error
5208 is non-nil.
5209 (compilation-scroll-output): Replace :type 'boolean with a choice
5210 that has three options including a third option `first-error'.
5211 Doc fix.
5212 (compilation-start, compilation-forget-errors): Add an alternate
5213 condition comparing compilation-scroll-output with `first-error'
5214 in addition to compilation-auto-jump-to-first-error (to call
5215 compilation-auto-jump in the proper place).
5216
5217 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * international/mule.el (sgml-html-meta-auto-coding-function):
5220 Make sure the search limit is ahead.
5221
5222 * tar-mode.el: Fix broken indentation.
5223 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5224 Use with-current-buffer.
5225
5226 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5227
5228 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5229 it is already automatically buffer-local.
5230
5231 2008-02-11 Drew Adams <drew.adams@oracle.com>
5232
5233 * help.el (describe-key): Join some split lines to facilitate filling.
5234 * help-fns.el (describe-function-1): Fill text of overlong lines.
5235
5236 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5237
5238 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5239 Use unibyte-string instead of string-make-unibyte.
5240
5241 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5242
5243 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5246 works also for buffers w/o buffer-file-name. Update callers.
5247 (doc-view-clone-buffer-hook): New fun.
5248 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5249 the `doc-view' property so they can be recognized.
5250
5251 * simple.el (clone-indirect-buffer-hook): New hook.
5252 (clone-indirect-buffer): Run it.
5253
5254 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5255
5256 * epa.el (epa-menu-mode): Merge into epa-mode.
5257 (epa-menu-items): Rename the label "EasyPG Assistant" to
5258 "Encryption/Decryption".
5259
5260 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5261 (epa-dired-mode-map): Rename from epa-dired-map.
5262 (epa-global-dired-mode): Rename the global minor mode.
5263
5264 2008-02-11 Drew Adams <drew.adams@oracle.com>
5265
5266 * isearch.el (isearch-fail): New face.
5267 (isearch-message): Highlight failure part of input.
5268
5269 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * ibuffer.el (ibuffer-header-line-format): New var.
5272 (ibuffer-mode): Set it instead of header-line-format.
5273 (ibuffer-update): Use it to set header-line-format.
5274
5275 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5276 properties like self-insert-command.
5277
5278 2008-02-11 Drew Adams <drew.adams@oracle.com>
5279
5280 * progmodes/etags.el: Add many doc strings.
5281
5282 2008-02-11 Jason Rumney <jasonr@gnu.org>
5283
5284 * ldefs-boot.el: Regenerated.
5285
5286 2008-02-11 Glenn Morris <rgm@gnu.org>
5287
5288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5289 Shorten some names.
5290
5291 * ffap.el (ffap-rfc-directories): Add :version.
5292
5293 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5294
5295 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5296 files, and backup files of same.
5297
5298 2008-02-11 Kevin Ryde <user42@zip.com.au>
5299
5300 * ffap.el (ffap-rfc-directories): New variable.
5301 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5302
5303 * info.el (Info-next-reference, Info-prev-reference)
5304 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5305
5306 * simple.el (completion-list-mode): Show full completion-list-mode-map
5307 in the docstring.
5308
5309 2008-02-11 Sam Steingold <sds@gnu.org>
5310
5311 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5312
5313 2008-02-11 Glenn Morris <rgm@gnu.org>
5314
5315 * startup.el (emacs-startup-time): New variable.
5316 (command-line): Set emacs-startup-time.
5317
5318 * calendar/time-date.el (emacs-uptime): New function.
5319
5320 2008-02-10 Bastien Guerry <bzg@altern.org>
5321
5322 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5323 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5324 it is nil.
5325
5326 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5327
5328 * epg-config.el: Expand the contents of epg-package-info.el.
5329 (epg-package-name): New constant.
5330 (epg-version-number): New constant.
5331 (epg-bug-report-address): New constant.
5332
5333 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5334 (epa-global-mail-mode): New global minor mode.
5335
5336 * epa-file.el (epa-file-mode): New global minor mode.
5337
5338 * epa-dired.el (epa-dired-mode): New global minor mode.
5339
5340 * epa.el (epa-menu): New variable.
5341 (epa-menu-items): New variable.
5342 (epa-menu-mode): New global minor mode.
5343 (epa-global-minor-modes): New user option.
5344 (epa-mode): New global minor mode.
5345
5346 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5347
5348 * net/dbus.el: Remove `no-byte-compile' cookie.
5349 (dbus-call-method, dbus-register-signal, dbus-debug)
5350 (dbus-registered-functions-table): Declare them with
5351 `declare-function' or `defvar', respectively.
5352 (top): Don't assert any longer. Require 'cl when compiling.
5353 Apply `ignore-errors' but `dbus-ignore-errors'.
5354
5355 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5356
5357 * diff-mode.el (diff-add-change-log-entries-other-window):
5358 Use add-change-log-entry.
5359
5360 2008-02-09 Jason Rumney <jasonr@gnu.org>
5361
5362 * button.el (button-map):
5363 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5364 * ldefs-boot.el: Regenerate.
5365
5366 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5367
5368 * epa.el (epa-faces, epa):
5369 * epa-file.el (epa-file):
5370 * epg-config.el (epg): Add :version.
5371
5372 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5373
5374 * vc.el (vc-exec-after): Append CODE to previous fragments.
5375 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5376 take MESSAGES instead of VERBOSE; use it when non-nil.
5377 (vc-diff-internal): Compute messages once; use them;
5378 update call to vc-diff-finish.
5379
5380 2008-02-09 Michael Olson <mwolson@gnu.org>
5381
5382 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5383 buffer has been killed, such as by
5384 `tramp-cleanup-all-connections'.
5385
5386 2008-02-09 Miles Bader <miles@gnu.org>
5387
5388 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5389
5390 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5393 splitter in context hunks.
5394
5395 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5396
5397 * international/fontset.el (setup-default-fontset): Fix arabic otf
5398 font specification.
5399
5400 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5401
5402 * epa-dired.el:
5403 * epa-file.el:
5404 * epa-mail.el:
5405 * epa-setup.el:
5406 * epa.el:
5407 * epg-config.el:
5408 * epg-package-info.el:
5409 * epg.el: Initial check-in of EasyPG.
5410
5411 2008-02-08 Glenn Morris <rgm@gnu.org>
5412
5413 * woman.el (woman-locale): New defcustom.
5414 (woman-expand-locale, woman-manpath-add-locales): New functions.
5415 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5416
5417 * international/mule-cmds.el (locale-translate): New function,
5418 with old code extracted from set-locale-environment.
5419 (set-locale-environment): Use locale-translate. Set woman-locale.
5420
5421 * cus-start.el (selection-coding-system): Remove, since it's now
5422 defined in select.el rather than in xselect.c.
5423 * select.el (selection-coding-system): Make it a defcustom, and
5424 add the properties from cus-start.el. Bump :version.
5425
5426 * custom.el (custom-theme-set-variables): Sort symbols that are
5427 dependencies before symbols that depend on them.
5428 (custom-enabled-themes): Set after custom-theme-directory.
5429
5430 * pcmpl-unix.el (top-level): Move provide statement to end.
5431 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5432 `*' from doc-string. Allow to be nil.
5433 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5434 Allow to be nil. Add :version.
5435 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5436 without hostnames, and multiple hostnames per line.
5437
5438 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5439
5440 2008-02-08 Phil Hagelberg <phil@evri.com>
5441
5442 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5443 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5444
5445 2008-02-07 Timo Savola <timo.savola@iki.fi>
5446
5447 * startup.el (command-line-x-option-alist): Add --parent-id.
5448
5449 * term/x-win.el (x-handle-parent-id): New function.
5450
5451 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5452
5453 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5454 "Font Menu".
5455
5456 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5457
5458 * net/dbus.el (dbus-interface-peer): New defconst.
5459 (dbus-ping): New defun.
5460
5461 2008-02-06 Sam Steingold <sds@gnu.org>
5462
5463 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5464
5465 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5468 Just return nil and let the C code provide a fallback.
5469
5470 2008-02-05 Glenn Morris <rgm@gnu.org>
5471
5472 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5473 tramp-flush-connection-property for removed 2nd argument.
5474
5475 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * diff-mode.el (diff-add-change-log-entries-other-window):
5478 Rename from diff-create-changelog. Change users.
5479 Minor change to hopefully work with plain diffs.
5480 (diff-mode-map): Add binding for it.
5481
5482 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * diff-mode.el: Add new TODO entry.
5485 (diff-create-changelog): New function.
5486 (diff-mode-menu): Bind it.
5487
5488 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5489
5490 * international/mule-diag.el (print-fontset-element): Handle the
5491 case of inhibiting the fallback fonts.
5492
5493 2008-02-04 Kim F. Storm <storm@cua.dk>
5494
5495 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5496 (ido-magic-delete-char): Use prefix arg.
5497
5498 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
5499
5500 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5501 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5502 of today, the most recent libpng is 1.2.24).
5503
5504 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
5505
5506 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5507
5508 * net/dbus.el (top): Check (featurep 'dbusbind).
5509
5510 * net/tramp.el (tramp-process-sentinel): New defun.
5511 (tramp-do-copy-or-rename-file-out-of-band)
5512 (tramp-maybe-open-connection): Use it as process sentinel.
5513 (tramp-handle-delete-directory): Don't use the "-f" option; it
5514 isn't portable.
5515 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5516 after the command.
5517 (tramp-handle-shell-command): Set `mode-line-process' in the
5518 asynchronous case.
5519
5520 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5521
5522 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5523 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5524 Use `tramp-process-sentinel' as process sentinel.
5525
5526 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * whitespace.el (global-whitespace-mode): Revert last change.
5529 (whitespace-unload-function): Force `global-whitespace-mode'
5530 to deactivate local modes in a slightly less intrusive way.
5531
5532 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5533
5534 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5535
5536 2008-02-02 Glenn Morris <rgm@gnu.org>
5537
5538 * international/latin1-disp.el (latin1-display):
5539 * progmodes/fortran.el (fortran-comment-indent-char):
5540 * progmodes/idlw-shell.el (top-level):
5541 * term/mac-win.el (mac-keyboard-translate-char):
5542 * whitespace.el (whitespace-char-valid-p):
5543 * wid-edit.el (widget-key-sequence-read-event):
5544 Use characterp rather than char-valid-p.
5545
5546 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5547 to capitalized-find-word-boundary. Doc fix. Update callers.
5548 (capitalized-next-word-boundary-function-table): Rename to
5549 capitalized-find-word-boundary-function-table. Doc fix. Update users.
5550
5551 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5552 string-to-int.
5553
5554 * ps-def.el (declare-function): Add compatibility definition.
5555 (ps-plot-with-face, ps-plot-string): Declare as functions.
5556 (ps-bold-faces, ps-italic-faces): Declare variables.
5557
5558 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5559 (ps-mule-end-job): Declare as functions.
5560
5561 * wid-edit.el (widget-string-complete): Use assoc-string rather
5562 than assoc-ignore-case.
5563
5564 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
5565
5566 * progmodes/etags.el (next-file): Improve revert message.
5567
5568 2008-02-01 Andreas Schwab <schwab@suse.de>
5569
5570 * loadup.el: Load language/burmese instead of language/myanmar.
5571
5572 2008-02-01 Richard Stallman <rms@gnu.org>
5573
5574 * language/burmese.el: Rename from myanmar.el.
5575 ("Burmese"): Rename from "Myanmar".
5576
5577 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5578
5579 * international/fontset.el (script-representative-chars): Add cham
5580 and tai-viet.
5581 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5582 Add fontconfig spec for cjk-misc. Explicitly specify font font
5583 for U+E000..U+F8FF.
5584
5585 * international/characters.el (script-list): Add cham.
5586
5587 * language/cham.el: New file.
5588
5589 2008-02-01 Mark A. Hershberger <mah@everybody.org>
5590
5591 * xml.el (xml-escape-string): Don't do any encoding changes on the
5592 string.
5593
5594 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5595
5596 * language/ind-util.el (in-is13194-post-read-conversion):
5597 Delete unnecessary call of indian-compose-region.
5598
5599 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5600
5601 * ps-print.el: Some face attributes (like :strike-through) were not
5602 being recognised. Reported by Leo <sdl.web@gmail.com>.
5603 (ps-print-version): New version 7.3.2.
5604 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
5605 ps-face-overline-p and ps-face-box-p functions.
5606
5607 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5608 New functions.
5609
5610 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5611
5612 * international/fontset.el (font-encoding-alist): Add an entry for
5613 iso8859-16.
5614 (setup-default-fontset): Add iso8859-16 to latin.
5615
5616 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5617 hexadigit string.
5618 (describe-char): Adjust for the above change.
5619
5620 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5621
5622 * international/fontset.el (font-encoding-alist): Don't set the
5623 repertory of GB18030 fonts.
5624
5625 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5626
5627 * language/indian.el: Set font-shape-text for all Indic characters
5628 in composition-function-table.
5629
5630 * language/khmer.el: New file.
5631
5632 * language/myanmar.el: New file.
5633
5634 * loadup.el: Load "language/khmer" and "language/myanmar".
5635
5636 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5637
5638 * international/fontset.el (setup-default-fontset): Fix lao OTF
5639 script name.
5640
5641 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5642
5643 * composite.el (terminal-composition-modification): Delete it.
5644
5645 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5646
5647 * international/fontset.el (x-complement-fontset-spec):
5648 Complement size too.
5649
5650 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5651
5652 * international/fontset.el (font-encoding-charset-alist):
5653 Initialize it.
5654 (otf-script-alist): Fix typo of canadian-aboriginal.
5655 (setup-default-fontset): Specify font-specs for many more scripts.
5656 (x-complement-fontset-spec): Change the first argument to a
5657 font-spec object.
5658 (create-fontset-from-fontset-spec): Adjust for the above change.
5659
5660 2008-02-01 Kenichi Handa <handa@m17n.org>
5661
5662 * language/devanagari.el: Register font-shape-text in
5663 composition-function-table.
5664
5665 * language/tibetan.el: Register font-shape-text in
5666 composition-function-table.
5667
5668 * language/thai-util.el (thai-composition-function): Fix arguments.
5669
5670 * language/tamil.el: Register font-shape-text in
5671 composition-function-table.
5672
5673 * language/malayalam.el: Register font-shape-text in
5674 composition-function-table.
5675
5676 * language/lao.el: Register font-shape-text in
5677 composition-function-table.
5678
5679 * language/kannada.el: Register font-shape-text in
5680 composition-function-table.
5681
5682 * language/european.el (diacritic-composition-function): Fix arguments.
5683
5684 * language/ethio-util.el (ethio-composition-function): Fix arguments.
5685
5686 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5687
5688 * composite.el (composition-function-table): Fix docstring.
5689 (terminal-composition-function): Fix arguments.
5690 (auto-compose-current-font): Delete it.
5691 (auto-compose-chars): Adjust for the change of
5692 composition-function-table.
5693
5694 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5695
5696 * international/fontset.el (font-encoding-alist): Add the entry of
5697 "unicode-bmp".
5698
5699 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5700
5701 * composite.el (auto-compose-chars): Be sure to calculate
5702 composition at least at POS.
5703
5704 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5705
5706 * printing.el: Fix pr-interface-map initialization code.
5707 (pr-version): New version 6.9.3.
5708 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5709 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5710 (pr-f-read-string): Replace by pr-read-string.
5711 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5712 New function name.
5713 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5714
5715 2008-02-01 Kenichi Handa <handa@m17n.org>
5716
5717 * language/tv-util.el (tai-viet-re): Include '-'.
5718 (tai-viet-glyph-info): Handle '-'.
5719
5720 2008-02-01 Kenichi Handa <handa@m17n.org>
5721
5722 * descr-text.el (describe-char): Handle a composition of the new
5723 format. Show font name.
5724
5725 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5726
5727 * language/tibet-util.el (tibetan-composition-function): Use
5728 font-shape-text if auto-compose-current-font is non-nil.
5729
5730 * language/tibetan.el: Fix the range for recording
5731 tibetan-composition-function in composition-function-table.
5732
5733 * language/mlm-util.el (malayalam-composition-function): Use
5734 font-shape-text if auto-compose-current-font is non-nil.
5735
5736 * international/mule-conf.el: Flag many charsets as supplementary.
5737
5738 * international/mule.el (define-charset): Update the docstring for
5739 :supplementary-p.
5740
5741 * international/fontset.el (setup-default-fontset): Add OpenType
5742 fonts for malayalam and tibetan.
5743
5744 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5745
5746 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5747
5748 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5749
5750 * international/fontset.el (otf-script-alist): Make all otf tags
5751 4-letters.
5752 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5753
5754 * language/tml-util.el (tamil-composition-function): Use
5755 font-shape-text if auto-compose-current-font is non-nil.
5756
5757 * language/devan-util.el (devanagari-composition-function): Use
5758 font-shape-text if auto-compose-current-font is non-nil.
5759
5760 * composite.el (auto-compose-chars): Change argument font-object
5761 to window.
5762
5763 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5764
5765 * ps-print.el (ps-lpr-switches): Docstring fix.
5766 (ps-string-list): New function.
5767 (ps-do-despool): Code fix.
5768
5769 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5770
5771 * international/utf-7.el (utf-7-imap-post-read-conversion)
5772 (utf-7-imap-pre-write-conversion): New functions.
5773
5774 * international/mule-conf.el (utf-7-imap): New coding system.
5775
5776 2008-02-01 Kenichi Handa <handa@m17n.org>
5777
5778 * term/x-win.el (x-selection-value): If x-select-request-type is
5779 nil, try also STRING at last.
5780 (x-select-request-type): Doc fix for the change of x-selection-value.
5781
5782 * select.el (selection-coding-system, next-selection-coding-system):
5783 Move declarations from xselect.c.
5784 (x-get-selection): Decode by selection-coding-system if it is non-nil.
5785 If it is nil, decode by a proper coding system. Handle C_STRING.
5786 (ccl-check-utf-8, string-utf-8-p): Delete them.
5787 (xselect-convert-to-string): Fix determining data-type in the case
5788 that TEXT is requested. Don't use selection-coding-system if it's
5789 not proper for the data-type.
5790
5791 2008-02-01 Kenichi Handa <handa@m17n.org>
5792
5793 * term/x-win.el (x-selection-value): If x-select-request-type is
5794 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
5795
5796 2008-02-01 Jason Rumney <jasonr@gnu.org>
5797
5798 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
5799 to signify default fontset.
5800
5801 2008-02-01 Kenichi Handa <handa@m17n.org>
5802
5803 * international/mule-cmds.el (describe-language-environment):
5804 Check if the specified input method exists or not.
5805
5806 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5807
5808 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
5809 (ps-face-background-name): Remove this function. It's already defined
5810 in ps-def.el file.
5811
5812 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5813
5814 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
5815 Epoch emacsen.
5816
5817 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5818
5819 * ps-print.el: Now detect if text foreground and background colors are
5820 equals and replace the foreground color by another color, so the text
5821 becomes visible. Doc fix.
5822 (ps-print-version): New version 7.3.
5823 (ps-default-fg, ps-default-bg): Docstring fix.
5824 (ps-fg-list, ps-fg-validate-p): New options.
5825 (ps-foreground-list): New variable.
5826 (ps-generate-header-line): Replace fboundp by functionp.
5827 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5828
5829 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5830
5831 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5832 Move (again) some variable definitions before use, define some
5833 function aliases, no code change.
5834 (pr-version): New version 6.9.2.
5835 (pr-path-style, pr-auto-region, pr-menu-char-height)
5836 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5837 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5838 via (defvar VAR).
5839 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5840 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5841 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5842 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5843 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
5844 (pr-menu-print-item, pr-ps-printer-menu-modified)
5845 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5846 (pr-even-or-odd-alist): Move variable definitions.
5847
5848 2008-02-01 Kenichi Handa <handa@m17n.org>
5849
5850 * language/chinese.el (cp936): Delete duplicated alias.
5851
5852 * international/mule-diag.el (list-block-of-chars): Don't insert
5853 non-Unicode characters.
5854
5855 2008-02-01 Jason Rumney <jasonr@gnu.org>
5856
5857 * loadup.el [windows-nt]: Don't load code-pages and ccl.
5858 * term/w32-win.el: Don't require code-pages.
5859
5860 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 Fix up multi-tty merge.
5863
5864 * version.el (emacs-version): Bump to 23.0.60.
5865
5866 * term/x-win.el (x-initialize-window-system): Don't try to create
5867 a fontset from a font-specification anymore. This was removed on the
5868 unicode branch and mistakenly re-added by the multi-tty merge.
5869
5870 * term/w32-win.el: Remove duplicate code that's now in
5871 w32-initialize-window-system.
5872 (w32-initialize-window-system): Don't try to create a fontset from
5873 a font-specification anymore. This was removed on the unicode branch
5874 and mistakenly re-added by the multi-tty merge.
5875
5876 * term/mac-win.el: Remove duplicate top-level code.
5877
5878 * language/ethio-util.el:
5879 * international/characters.el: Use utf-8 rather than utf-8-emacs
5880 since it works as well and has the advantage of working with
5881 non-unicode versions of Emacs.
5882
5883 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
5884 multi-tty code, which includes the previous local change.
5885
5886 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5887
5888 * ps-print.el (ps-print-version): New version 7.2.5.
5889 (ps-background, ps-begin-file, ps-build-reference-face-lists):
5890 Use `mapc' rather than `mapcar'.
5891
5892 2008-02-01 Kenichi Handa <handa@m17n.org>
5893
5894 * skeleton.el (skeleton-internal-1): Use integerp and stringp
5895 instead of char-or-string-p to catch -1.
5896
5897 2008-02-01 Kenichi Handa <handa@m17n.org>
5898
5899 * international/mule-cmds.el (inactivate-input-method):
5900 Set input-method-function to nil before calling
5901 inactivate-current-input-method-function.
5902
5903 2008-02-01 Kenichi Handa <handa@m17n.org>
5904
5905 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
5906 height that doesn't exceed the requested height by rounding off.
5907
5908 2008-02-01 Andreas Schwab <schwab@suse.de>
5909
5910 * international/mule-diag.el (print-fontset-element):
5911 Use fontp only if defined.
5912
5913 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5914
5915 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
5916 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
5917 (ps-mule-prologue-generated): Code fix.
5918
5919 2008-02-01 Kenichi Handa <handa@m17n.org>
5920
5921 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
5922 with FIXEDCASE t.
5923
5924 2008-02-01 Kenichi Handa <handa@m17n.org>
5925
5926 * international/mule-diag.el (print-fontset-element): Fix for the
5927 format change of a fontset element for font-backend feature.
5928
5929 2008-02-01 Kenichi Handa <handa@m17n.org>
5930
5931 * descr-text.el (describe-char): Fix for the case that a component
5932 character is TAB.
5933
5934 2008-02-01 Kenichi Handa <handa@m17n.org>
5935
5936 * international/mule-cmds.el (select-safe-coding-system-interactively):
5937 Fix printing of rejected and unsafe coding-systems.
5938
5939 * international/fontset.el (setup-default-fontset): Add tai-viet.
5940
5941 * international/characters.el: Setup syntax/category table for Tai Viet.
5942 (script-list): Add tai-viet.
5943
5944 * loadup.el: Load "language/tai-viet".
5945
5946 * language/tai-viet.el: New file.
5947
5948 * language/tv-util.el: New file.
5949
5950 2008-02-01 Jason Rumney <jasonr@gnu.org>
5951
5952 * faces.el (font-weight-table): Use defaults on w32 that match
5953 LOGFONT.lfWeight.
5954
5955 * term/w32-win.el: Don't create fontset from command-line font.
5956
5957 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * international/mule-cmds.el (toggle-enable-multibyte-characters)
5960 (sort-coding-systems, search-unencodable-char): Doc fixes.
5961 (default-input-method, input-method-verbose-flag)
5962 (input-method-highlight-flag): Remove * in defcustom's docstrings.
5963 (exit-language-environment-hook, set-default-coding-systems)
5964 (coding-system-change-eol-conversion, prefer-coding-system)
5965 (find-multibyte-characters, leim-list-entry-regexp)
5966 (set-input-method, input-method-exit-on-first-char, princ-list)
5967 (locale-language-names, locale-charset-language-names)
5968 (define-char-code-property): Fix typos in docstrings.
5969
5970 2008-02-01 Kenichi Handa <handa@m17n.org>
5971
5972 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
5973 Fix for a new character code space (22-bit).
5974
5975 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
5978
5979 2008-02-01 Kenichi Handa <handa@m17n.org>
5980
5981 * international/characters.el: Add more cases/syntaxes from Latin
5982 characters.
5983
5984 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5985
5986 * ps-def.el (installation-directory): Must be initialized when defining
5987 it in XEmacs.
5988 (coding-system-for-read): Eliminate duplicated definition.
5989
5990 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5991
5992 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5993
5994 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5995
5996 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5997 (ps-print-emacs-type): Eliminate variable.
5998 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
5999 running ps-print package.
6000
6001 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6002 (ps-frame-parameter): Replace defun by defalias.
6003 (mark-active): Eliminate defvar.
6004
6005 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6006 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6007 (ps-jts-ps-setup): Replace macros by vector key definition.
6008
6009 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6010
6011 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6012 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6013 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6014 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6015 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6016 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6017 New command actions for EPS header and EPS footer.
6018
6019 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6020 footer. Fix some problems with one-or-more, zero-or-more and
6021 alternative constructions generation. Some implementation of log
6022 messages. Doc fix.
6023 (ebnf-version): New version 4.4.
6024 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6025 (ebnf-eps-footer, ebnf-log): New options.
6026 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6027 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6028 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6029 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6030 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6031 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6032 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6033 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6034 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6035 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6036 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6037 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6038 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6039 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6040 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6041 (ebnf-except-dimension, ebnf-alternative-dimension)
6042 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6043 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6044 Insert log message function.
6045 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6046 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6047 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6048 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6049 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6050 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6051 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6052 compatibility with Emacs 20 & 21.
6053 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6054 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6055 (ebnf-basic-empty-height): New variables.
6056 (ebnf-prologue): Fix PostScript code.
6057 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6058 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6059 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6060 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6061
6062 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6063
6064 * printing.el: Group together all XEmacs/Emacs definitions.
6065 (pr-version): New version 6.9.
6066 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6067 New functions.
6068 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6069 (pr-menu-bind): Fix code.
6070 (pr-e-frame-char-height, pr-e-frame-char-width)
6071 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6072 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6073 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6074 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6075 (pr-x-event-y-pixel): Eliminate aliases.
6076 (pr-xemacs-global-menubar): Move macro.
6077 (current-menubar, current-mouse-event, zmacs-region-stays)
6078 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6079 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6080 Move variables.
6081 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6082 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6083 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6084 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6085 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6086 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6087 Move functions.
6088
6089 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6090
6091 * ps-print.el: The ps-print commands without face printing should not
6092 print background color. Reported by Leo <sdl.web@gmail.com>.
6093 (ps-print-version): New version 7.2.2.
6094 (ps-begin-job): New arg. Fix ps-default-background and
6095 ps-default-foreground initialization.
6096 (ps-face-attributes): Fix doc string.
6097 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6098
6099 * printing.el: Fix ps-print link.
6100
6101 2008-02-01 Kenichi Handa <handa@m17n.org>
6102
6103 * international/mule-diag.el (list-character-sets-2): Don't print width.
6104
6105 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6106
6107 * ps-print.ps: Fix background height.
6108 (ps-print-version): New version 7.2.1.
6109
6110 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6111
6112 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6113 into separate files.
6114 (ps-print-version): New version 7.2.
6115 (ps-postscript-code-directory): Fix XEmacs initialization.
6116 (ps-generate-postscript-with-faces):
6117 Call ps-generate-postscript-with-faces1 (new function).
6118 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6119 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6120 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6121 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6122 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6123 Move functions to ps-def.el.
6124 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6125 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6126 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6127 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6128 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6129 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6130 Move functions to ps-samp.el.
6131
6132 * ps-bdf.el (installation-directory, coding-system-for-read):
6133 Move variables to ps-def.el.
6134
6135 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6136 (charset-bytes, charset-dimension, charset-id, charset-width)
6137 (find-charset-region, char-width, chars-in-region, forward-point)
6138 (decompose-composite-char, encode-coding-string, coding-system-p)
6139 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6140 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6141
6142 * ps-def.el: New file. XEmacs/Emacs definitions.
6143 (ps-generate-postscript-with-faces1): New function.
6144 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6145 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6146 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6147 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6148 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6149 Move functions from ps-print.el.
6150 (installation-directory, coding-system-for-read):
6151 Move variables from ps-bdf.el.
6152 (leading-code-private-22): Move variable from ps-mule.el.
6153 (charset-bytes, charset-dimension, charset-id, charset-width)
6154 (find-charset-region, char-width, chars-in-region, forward-point)
6155 (decompose-composite-char, encode-coding-string, coding-system-p)
6156 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6157 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6158
6159 * ps-samp.el: New file. Sample setup code.
6160 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6161 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6162 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6163 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6164 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6165 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6166 Move functions from ps-print.el.
6167
6168 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6169
6170 * ps-print.el: Handle frame parameters (background and/or foreground
6171 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6172 (ps-print-version): New version 7.1.
6173 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6174 (ps-frame-parameter): New function.
6175 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6176 Fix doc and customization.
6177 (ps-begin-job): Get frame parameters (background and/or foreground
6178 colors).
6179 (ps-do-despool): Ensure ps-printer-name has a valid value.
6180
6181 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6182
6183 * progmodes/ebnf-abn.el:
6184 * progmodes/ebnf-bnf.el:
6185 * progmodes/ebnf-dtd.el:
6186 * progmodes/ebnf-ebx.el:
6187 * progmodes/ebnf-iso.el:
6188 * progmodes/ebnf-otz.el:
6189 * progmodes/ebnf-yac.el:
6190 * progmodes/ebnf2ps.el:
6191 * delim-col.el:
6192 * printing.el:
6193 * ps-bdf.el:
6194 * ps-mule.el:
6195 * ps-print.el: Remove 'Time-stamp' comment mark.
6196
6197 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6198 'easy-menu-add-item' when called in Emacs 21 or higher.
6199
6200 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6201
6202 * ps-print.el : Fix doc.
6203 (ps-print-version): New version 7.0.
6204
6205 2008-02-01 Kenichi Handa <handa@m17n.org>
6206
6207 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6208 XMODIFIERS.
6209
6210 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6211
6212 * ps-print.el: Fix maintainer email. Eliminate function declaration
6213 that kept compatibility with older Emacs version.
6214 (ps-print-version): New version 6.7.
6215
6216 2008-02-01 Kenichi Handa <handa@m17n.org>
6217
6218 * international/quail.el (quail-get-translations):
6219 Make quail-current-key multibyte if not yet done.
6220
6221 2008-02-01 Zhang Wei <id.brep@gmail.com>
6222
6223 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6224 ("Chinese-GB18030"): Add sample-text and tutorial.
6225
6226 * international/fontset.el (font-encoding-alist)
6227 (setup-default-fontset): Add gb18030.
6228 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6229 (charset-script-alist): Add gbk and gb18030.
6230
6231 * international/characters.el: Put property
6232 preferred-coding-system on gbk and gb18030.
6233
6234 * international/mule-cmds.el (locale-language-names): Add an entry
6235 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6236
6237 * faces.el (face-font-registry-alternatives): Add gb18030.
6238
6239 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6240
6241 * ps-mule.el: Fix maintainer email.
6242
6243 2008-02-01 Kenichi Handa <handa@m17n.org>
6244
6245 * international/quail.el (quail-insert-kbd-layout): Check the
6246 length of (cdr translation).
6247 (quail-get-current-str): Check the length of (cdr def).
6248
6249 2008-02-01 Kenichi Handa <handa@m17n.org>
6250
6251 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6252
6253 2008-02-01 Kenichi Handa <handa@m17n.org>
6254
6255 * international/mule-cmds.el (ucs-insert): Re-implement.
6256
6257 2008-02-01 Kenichi Handa <handa@m17n.org>
6258
6259 * composite.el (terminal-composition-modification): New function.
6260 (terminal-composition-function): Create composition with the above
6261 modification function.
6262
6263 2008-02-01 Zhang Wei <id.brep@gmail.com>
6264
6265 * international/characters.el: Add more full-width characters in
6266 char-width-table.
6267
6268 2008-02-01 Kenichi Handa <handa@m17n.org>
6269
6270 * international/fontset.el (create-fontset-from-fontset-spec):
6271 Fix script name handling.
6272
6273 2008-02-01 Kenichi Handa <handa@m17n.org>
6274
6275 * composite.el (terminal-composition-function): New function.
6276 (terminal-composition-function-table): New variable.
6277 (auto-compose-chars): If running on a terminal, use
6278 terminal-composition-function-table.
6279
6280 * loadup.el: Load "composite" after "international/characters".
6281
6282 * international/characters.el: Delete codes for setting up charset
6283 property nospace-between-words. Fix setting up of
6284 char-width-table. Don't make ethiopic and tibetan double column.
6285
6286 * textmodes/fill.el (fill-find-break-point-function-table):
6287 Don't set it up in defvar.
6288 (fill-nospace-between-words-table): New variable.
6289 (fill-delete-newlines): Check fill-nospace-between-words-table
6290 instead of charset property nospcae-between-words.
6291
6292 2008-02-01 Kenichi Handa <handa@m17n.org>
6293
6294 * composite.el (global-auto-composition-mode): Make the initial
6295 value not depend on emacs-basic-display.
6296
6297 * textmodes/fill.el: Don't use charset property
6298 `fill-find-break-point-function'.
6299 (fill-find-break-point-function-table): New variable.
6300 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6301
6302 2008-02-01 Kenichi Handa <handa@m17n.org>
6303
6304 * international/mule.el (coding-system-list): Be sure to exclude
6305 subsidiary coding systems.
6306
6307 2008-02-01 Kenichi Handa <handa@m17n.org>
6308
6309 * composite.el (auto-composition-after-change)
6310 (toggle-auto-composition): Remove `auto-composed' property instead
6311 of setting it to nil.
6312
6313 2008-02-01 Kenichi Handa <handa@m17n.org>
6314
6315 * language/misc-lang.el (iso-8859-6): New coding system.
6316
6317 2008-02-01 Kenichi Handa <handa@m17n.org>
6318
6319 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6320 replace-regexp-in-string as replacement.
6321
6322 2008-02-01 Kenichi Handa <handa@m17n.org>
6323
6324 * international/fontset.el (otf-script-alist): Add byzm, math,
6325 musc, and nko.
6326
6327 * international/characters.el (script-list): Add nko,
6328 byzantine-musical-symbol, musical-symbol, and mathematical.
6329
6330 2008-02-01 Kenichi Handa <handa@m17n.org>
6331
6332 * composite.el (auto-compose-current-font): New variable.
6333 (auto-compose-chars): New arg FONT-OBJECT.
6334
6335 2008-02-01 Kenichi Handa <handa@m17n.org>
6336
6337 * international/characters.el: Modify category-table and
6338 script-table for new Ethiopic character range.
6339
6340 2008-02-01 Kenichi Handa <handa@m17n.org>
6341
6342 * international/mule-cmds.el (set-language-environment-fontset):
6343 Delete it.
6344
6345 2008-02-01 Kenichi Handa <handa@m17n.org>
6346
6347 * international/fontset.el (otf-script-alist): Set it.
6348
6349 2008-02-01 Kenichi Handa <handa@m17n.org>
6350
6351 * international/fontset.el (font-encoding-alist):
6352 Fix for "ethiopic-unicode".
6353
6354 2008-02-01 Kenichi Handa <handa@m17n.org>
6355
6356 * international/fontset.el (script-representative-chars):
6357 Add an entry for latin script.
6358
6359 2008-02-01 Kenichi Handa <handa@m17n.org>
6360
6361 * faces.el (font-weight-table): Treat regular and normal as the
6362 same as medium.
6363 (font-slant-table): Add (roman . 100).
6364
6365 2008-02-01 Kenichi Handa <handa@m17n.org>
6366
6367 These changes are for the new font handling codes.
6368
6369 * faces.el (font-weight-table, font-slant-table)
6370 (font-swidth-table): New customizable variables.
6371
6372 * international/fontset.el (font-encoding-alist): Add koi8-4.
6373 (script-representative-chars): Set the default value.
6374 (create-fontset-from-x-resource): Delete `message'.
6375
6376 2008-02-01 Kenichi Handa <handa@m17n.org>
6377
6378 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6379 Call set-buffer-multibyte with arg `to'.
6380
6381 2008-02-01 Kenichi Handa <handa@m17n.org>
6382
6383 * info.el (Info-fontify-node): Check if already fontified or not
6384 by next-single-property-change.
6385
6386 2008-02-01 Kenichi Handa <handa@m17n.org>
6387
6388 * international/mule.el (ctext-pre-write-conversion): Produce
6389 extra designation sequence for ASCII at the end off extended segment.
6390
6391 2008-02-01 Kenichi Handa <handa@m17n.org>
6392
6393 * international/mule.el (ctext-non-standard-encodings-table):
6394 Reverse the returning list.
6395 (ctext-pre-write-conversion): Fix encoding with extended segments.
6396
6397 * international/mule-conf.el (compound-text)
6398 (compound-text-with-extensions): Add long-form in :flags.
6399
6400 2008-02-01 Kenichi Handa <handa@m17n.org>
6401
6402 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6403 regexp for paring FONTSET-SPEC (allow spaces after `:').
6404
6405 2008-02-01 Kenichi Handa <handa@m17n.org>
6406
6407 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6408 for the case that a charset is specified as target.
6409
6410 2008-02-01 Kenichi Handa <handa@m17n.org>
6411
6412 * international/ccl.el (ccl-embed-string): Check string length.
6413 Set special flag for multibyte character sequence.
6414 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6415 str unibyte.
6416 (ccl-compile-write): If the character code doesn't fit in 22-bit
6417 (ccl-dump-write-const-string): Check special flag for multibyte
6418 character sequence.
6419
6420 2008-02-01 Kenichi Handa <handa@m17n.org>
6421
6422 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6423 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6424 ps-mule-eight-bit-char.
6425
6426 2008-02-01 Kenichi Handa <handa@m17n.org>
6427
6428 * language/chinese.el ("Chinese-BIG5"):
6429 Set ctext-non-standard-encodings property to "big5-0".
6430
6431 * international/mule.el (ctext-non-standard-encodings):
6432 Initialize to nil.
6433 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6434 entry for "big5-0".
6435 (ctext-non-standard-encodings-table): Return a list instead of
6436 char-table.
6437 (ctext-pre-write-conversion): Adjust for the above change.
6438
6439 2008-02-01 Zhang Wei <id.brep@gmail.com>
6440
6441 * international/mule.el (ctext-non-standard-encodings-alist):
6442 Add an entry for gbk-0.
6443 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6444 a row 8-bit.
6445
6446 * language/chinese.el ("Chinese-GBK"):
6447 Set ctext-non-standard-encodings property to "gbk-0".
6448 Add sample-text property.
6449
6450 2008-02-01 Kenichi Handa <handa@m17n.org>
6451
6452 * international/kkc.el (kkc-region): Use
6453 this-single-command-raw-keys on pushing back an unhandled key sequence.
6454
6455 2008-02-01 Kenichi Handa <handa@m17n.org>
6456
6457 * international/encoded-kb.el (encoded-kbd-mode):
6458 Check saved-input-mode on turning off Encoded Kbd mode.
6459
6460 * composite.el (auto-composition-after-change): Use save-buffer-state.
6461 (turn-on-auto-composition-if-enabled): Don't turn on
6462 auto-composition-mode in a unibyte buffer.
6463
6464 2008-02-01 Kenichi Handa <handa@m17n.org>
6465
6466 * startup.el (command-line): Use custom-reevaluate-setting for
6467 global-auto-composition-mode.
6468
6469 * composite.el (auto-composition-function): Make it buffer local.
6470 (auto-composition-mode): New minor mode.
6471 (turn-on-auto-composition-if-enabled): New function.
6472 (global-auto-composition-mode): New global minor mode.
6473
6474 2008-02-01 Kenichi Handa <handa@m17n.org>
6475
6476 * descr-text.el (describe-char): Use insert-text-button instead of
6477 widget-create for "customize what to show" button.
6478
6479 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6480
6481 * language/ethiopic.el: Fix copyright.
6482 (composition-function-table): Support a new character in Unicode 4.1.
6483
6484 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6485 (ethio-tex-to-fidel-buffer, ethio-composition-function)
6486 ("ethiopic-tex"): Support new characters in Unicode 4.1.
6487
6488 2008-02-01 Kenichi Handa <handa@m17n.org>
6489
6490 * international/characters.el: Register characters in
6491 auto-fill-chars. Put nospace-between-words to more charsets.
6492
6493 2008-02-01 Zhang Wei <id.brep@gmail.com>
6494
6495 * international/mule-cmds.el (locale-language-names): Add entries
6496 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6497 (locale-preferred-coding-systems): Fix entries for Chinese locales.
6498
6499 2008-02-01 Kenichi Handa <handa@etlken>
6500
6501 * international/utf-7.el: Delete the definition of utf-7.
6502 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6503 Add autoload cookies.
6504
6505 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6506
6507 * term/mac-win.el: Delete the code to create a fontset from the X
6508 resource "Font".
6509
6510 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6511
6512 * international/robin.el (robin-define-package): Be sure to call
6513 put-char-code-property.
6514
6515 2008-02-01 Kenichi Handa <handa@m17n.org>
6516
6517 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6518 property to 1.
6519
6520 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6521 property to t.
6522
6523 * international/mule.el (coding-system-get):
6524 Check `ascii-incompatible' for backward compatiblity.
6525 (set-file-name-coding-system): Signal an error for a coding system
6526 not suitable for file name.
6527 (set-keyboard-coding-system): Signal an error for a coding system
6528 not suitable for keyboard.
6529
6530 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6531 Set :suitable-for-keyboard property to 1.
6532
6533 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6534 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6535
6536 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6537 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6538
6539 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6540
6541 * international/robin.el (robin-define-package): Delete redundant code.
6542 (robin-add-rule): Allow N-1 reverse conversion.
6543
6544 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6545
6546 * international/robin.el (robin-define-package): Make the
6547 expanded form shorter.
6548
6549 2008-02-01 Zhang Wei <id.brep@gmail.com>
6550
6551 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6552 chiense-iso-8bit.
6553
6554 2008-02-01 Kenichi Handa <handa@m17n.org>
6555
6556 * loadup.el: If we are byte-compiling unidata-gen.el or running
6557 unidata-ge-files, set purify-flag to nil.
6558
6559 2008-02-01 Kenichi Handa <handa@m17n.org>
6560
6561 * loadup.el: Load international/charprop.el with NOERROR t.
6562
6563 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6564
6565 2008-02-01 Kenichi Handa <handa@m17n.org>
6566
6567 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6568 New charsets and coding systems.
6569 (mac-symbol, mac-dingbats): New charsets.
6570
6571 2008-02-01 Kenichi Handa <handa@m17n.org>
6572
6573 * international/characters.el: Set syntax of NBSP to punctuation.
6574
6575 2008-02-01 Kenichi Handa <handa@m17n.org>
6576
6577 * international/mule-cmds.el: Don't require wid-edit.
6578
6579 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6580
6581 * international/robin.el: New file.
6582
6583 * language/ethiopic.el: Change encoding to utf-8-emacs.
6584 Register ethio-composition-function in composition-function-table.
6585 ("Ethiopic"): Change coding-systems to utf-8-emacs.
6586
6587 * language/ethio-util.el: Change encoding to utf-8-emacs.
6588 Rewrite all transliteration functions to use robin.el.
6589 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6590 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6591 (ethio-prefer-ascii-punctuation): Delete variables.
6592 (ethio-char-to-ethiocode, ethio-convert-digit)
6593 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6594 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6595 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6596 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6597 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6598 (ethio-adjust-robin, ethio-composition-function)
6599 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6600 (ethio-sera-to-fidel-region-ethio)
6601 (ethio-sera-to-fidel-region-noethio)
6602 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6603 New functions.
6604
6605 2008-02-01 Miles Bader <miles@gnu.org>
6606
6607 * international/mule.el (auto-coding-regexp-alist)
6608 (ctext-pre-write-conversion): Replace embedded control characters
6609 with octal escapes; this prevents diff from thinking the file is binary.
6610
6611 2008-02-01 Miles Bader <miles@gnu.org>
6612
6613 * descr-text.el (describe-char-unidata-list):
6614 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6615 (byte-compile-insert-header):
6616 * international/mule.el (charset-list, set-coding-priority)
6617 (ignore-relative-composition):
6618 * international/mule-util.el (detect-coding-with-priority):
6619 * international/mule-diag.el:
6620 * international/mule-cmds.el (language-info-custom-alist):
6621 * international/codepage.el (codepage-setup):
6622 Replace references to Emacs version "22" with "23".
6623
6624 2008-02-01 Kenichi Handa <handa@m17n.org>
6625
6626 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6627
6628 * international/fontset.el (font-encoding-alist): Add an entry for
6629 microsoft-cp1251.
6630 (setup-default-fontset): Add entries for microsoft-cp1251 and
6631 koi8-r for cyrillic.
6632
6633 * international/mule-cmds.el (char-code-property-alist): New variable.
6634 (define-char-code-property): New function.
6635 (get-char-code-property, put-char-code-property): Handle a
6636 char-table registerd in char-code-property-alist.
6637 (set-language-environment): Check :ascii-compatible-p property of
6638 nonascii charset instead of its dimension.
6639
6640 * international/uni-bidi.el, international/uni-category.el:
6641 * international/uni-combining.el, international/uni-comment.el:
6642 * international/uni-decimal.el, international/uni-decomposition.el:
6643 * international/uni-digit.el, international/uni-lowercase.el:
6644 * international/uni-mirrored.el, international/uni-name.el:
6645 * international/uni-numeric.el, international/uni-old-name.el:
6646 * international/uni-titlecase.el, international/uni-uppercase.el:
6647 * international/charprop.el: New files automatically generated by
6648 admin/unidata/Makefile.
6649
6650 * loadup.el: Load internationnal/charprop.el.
6651
6652 * descr-text.el (describe-char-unidata-list): New variable.
6653 (describe-char-unicode-data): Use char-code-property-description.
6654 (describe-char): Add lines for describing Unicode-based character
6655 properties.
6656
6657 2008-02-01 Kenichi Handa <handa@m17n.org>
6658
6659 * textmodes/ispell.el: These changes are to fix the code merged
6660 from trunk for the change on 2008-02-01.
6661 (ispell-unified-chars-table): Delete it.
6662 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6663
6664 2008-02-01 Kenichi Handa <handa@m17n.org>
6665
6666 * international/mule-util.el (char-displayable-p): Check
6667 :charset-list property of CODING.
6668
6669 2008-02-01 Kenichi Handa <handa@m17n.org>
6670
6671 * international/mule-cmds.el (select-safe-coding-system-interactively):
6672 Change 'mime-charset to :mime-charset.
6673 (select-safe-coding-system): Use above.
6674 (set-language-environment): Delete unnecessary code for handling
6675 overriding-fontspec.
6676
6677 2008-02-01 Kenichi Handa <handa@m17n.org>
6678
6679 * international/mule-conf.el: New coding system aliases unix, dos,
6680 and mac.
6681
6682 2008-02-01 Kenichi Handa <handa@m17n.org>
6683
6684 * international/titdic-cnv.el (tit-process-header): Fix embedded
6685 coding tag.
6686 (titdic-convert): Bind coding-system-for-write to the coding
6687 system specfied in the map file. Remove `charset' property after
6688 decoding.
6689 (miscdic-convert): Bind coding-system-for-write to the coding
6690 system specfied for the map file. Fix LANGUAGE arg to
6691 quail-define-package.
6692 (batch-miscdic-convert): Check if a file is directory or not.
6693
6694 2008-02-01 Kenichi Handa <handa@m17n.org>
6695
6696 * international/mule.el (coding-system-equal): Move from mule-util.el.
6697
6698 * international/mule-util.el (coding-system-equal): Move to mule.el.
6699
6700 2008-02-01 Kenichi Handa <handa@m17n.org>
6701
6702 * international/encoded-kb.el (encoded-kbd-decode-code-list):
6703 New function.
6704 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6705 Support multibyte charsets.
6706
6707 2008-02-01 Kenichi Handa <handa@m17n.org>
6708
6709 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6710 to eight-bit chars.
6711
6712 * international/mule-conf.el: Don't define coding system
6713 `undecided' here.
6714
6715 2008-02-01 Kenichi Handa <handa@m17n.org>
6716
6717 * international/mule-cmds.el (locale-language-names): Fix for
6718 gb18030 and gdk.
6719
6720 2008-02-01 Kenichi Handa <handa@m17n.org>
6721
6722 * international/fontset.el (font-encoding-alist): Add gbk.
6723 (charset-script-alist): Add chinese-gbk.
6724
6725 2008-02-01 Kenichi Handa <handa@m17n.org>
6726
6727 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6728
6729 2008-02-01 Kenichi Handa <handa@m17n.org>
6730
6731 * language/japanese.el ("Japanese"): Fix ordering of charsets.
6732
6733 2008-02-01 Kenichi Handa <handa@m17n.org>
6734
6735 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6736 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6737 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6738
6739 2008-02-01 Kenichi Handa <handa@m17n.org>
6740
6741 * descr-text.el (describe-char): Fix for the case CODE is a cons
6742 of integers.
6743
6744 2008-02-01 Steven Tamm <steventamm@mac.com>
6745
6746 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6747 (mac-standard-fontset-spec): Create.
6748
6749 2008-02-01 Kenichi Handa <handa@m17n.org>
6750
6751 * international/mule-diag.el (unicode-data):
6752 Call find-file-noselect with NOWARN t.
6753
6754 2008-02-01 Kenichi Handa <handa@m17n.org>
6755
6756 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6757
6758 2008-02-01 Kenichi Handa <handa@m17n.org>
6759
6760 * international/characters.el: Give more CJK characters the
6761 category `|'.
6762
6763 * descr-text.el (describe-char): Make it work on *Help* buffer.
6764 Suppress auto-composition on a region describing about composition.
6765
6766 * language/european.el (diacritic-compose-region)
6767 (diacritic-compose-string, diacritic-composition-function):
6768 Compose diacritical marks only with a character whose syntax is
6769 word constituent.
6770 (diacritic-post-read-conversion): Delete it.
6771
6772 2008-02-01 Kenichi Handa <handa@m17n.org>
6773
6774 * composite.el (auto-compose-chars): Execute the main code in
6775 condition-case.
6776
6777 2008-02-01 Kenichi Handa <handa@m17n.org>
6778
6779 * international/fontset.el (x-complement-fontset-spec):
6780 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
6781
6782 2008-02-01 Kenichi Handa <handa@m17n.org>
6783
6784 * international/characters.el (next-word-boundary-kana):
6785 Handle half-width kana.
6786
6787 2008-02-01 Kenichi Handa <handa@m17n.org>
6788
6789 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
6790
6791 2008-02-01 Kenichi Handa <handa@m17n.org>
6792
6793 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
6794
6795 * mail/rmail.el (rmail-decode-babyl-format):
6796 Use with-coding-priority instead of detect-coding-with-priority.
6797
6798 2008-02-01 Kenichi Handa <handa@m17n.org>
6799
6800 * international/mule.el (make-translation-table)
6801 (make-translation-table-from-vector): Set the second extra slot of
6802 the char table to 1.
6803 (make-translation-table-from-alist): Fix handling of multiple entries.
6804
6805 2008-02-01 Kenichi Handa <handa@m17n.org>
6806
6807 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
6808 New translation tables.
6809
6810 * international/mule.el (make-translation-table-from-alist):
6811 New function.
6812
6813 2008-02-01 Kenichi Handa <handa@m17n.org>
6814
6815 * international/mule.el (translate-region): Re-implement it here.
6816 Make it interactive.
6817
6818 2008-02-01 Kenichi Handa <handa@m17n.org>
6819
6820 * ps-mule.el (ps-mule-font-info-database): Doc fix.
6821
6822 2008-02-01 Kenichi Handa <handa@m17n.org>
6823
6824 * international/mule-conf.el (chinese-cns11643-15): New charset.
6825
6826 2008-02-01 Kenichi Handa <handa@m17n.org>
6827
6828 * international/fontset.el (font-encoding-alist): Add entries for
6829 variations of cns11643 fonts.
6830 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
6831
6832 2008-02-01 Kenichi Handa <handa@m17n.org>
6833
6834 * international/mule-diag.el (list-charset-chars): Put charset
6835 text property.
6836
6837 * international/fontset.el (setup-default-fontset): Delete the
6838 entry for symbol script, add JISX0213 to kana script, specify
6839 fallback fonts.
6840
6841 2008-02-01 Kenichi Handa <handa@m17n.org>
6842
6843 * international/fontset.el (setup-default-fontset)
6844 (font-encoding-alist): Register "JISX0213.2004-1".
6845
6846 * international/mule-diag.el (list-character-sets): Fix the first
6847 line message.
6848 (sort-listed-character-sets): Adjust for the change of
6849 list-characters-sets-1.
6850 (list-character-sets-1): List supplementary character sets in a
6851 different section.
6852 (list-charset-chars): Validate charset at early stage.
6853
6854 * international/characters.el: Fix `han' script range.
6855
6856 * international/mule-conf.el (japanese-jisx0213.2004-1):
6857 Specify :code-space.
6858 (cp932-2-byte): Fix :code-space.
6859 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
6860
6861 2008-02-01 Kenichi Handa <handa@m17n.org>
6862
6863 * international/mule-conf.el (japanese-jisx0213.2004-1):
6864 Specify :dimension 2.
6865
6866 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
6867 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
6868 New coding systems.
6869 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
6870 aliases.
6871 ("Japanese"): Add new charsets and coding systems.
6872
6873 2008-02-01 Kenichi Handa <handa@m17n.org>
6874
6875 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
6876 Rename from japanese-ucs-cp932-map.
6877 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
6878 (japanese-ucs-glibc-map): Delete this translation table.
6879 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
6880 New translation tables.
6881
6882 2008-02-01 Kenichi Handa <handa@m17n.org>
6883
6884 * cus-start.el: Handle charset-map-path, not charset-map-directory.
6885
6886 2008-02-01 Kenichi Handa <handa@m17n.org>
6887
6888 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6889
6890 2008-02-01 Kenichi Handa <handa@m17n.org>
6891
6892 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
6893 tables japanese-ucs-*-map.
6894
6895 2008-02-01 Kenichi Handa <handa@m17n.org>
6896
6897 * international/eucjp-ms.el: New file (automatically generated by
6898 admin/charsets/Makefile).
6899
6900 * international/cp51932.el: New file (automatically generated by
6901 admin/charsets/Makefile).
6902
6903 * language/japanese.el: Load cp51932 and eucjp-ms.
6904 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
6905 (japanese-ucs-glibc-map): New translation tables.
6906 (eucjp-ms): New coding system.
6907
6908 * international/mule.el (coding-system-put): Delete it.
6909 It's implemented in C now.
6910
6911 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
6912 (japanese-jisx0213-a): New supplementary charset.
6913 (japanese-jisx0213.2004-1): New charset.
6914
6915 2008-02-01 Kenichi Handa <handa@m17n.org>
6916
6917 * language/japanese.el (japanese-cp932): New coding system.
6918 (cp932): New alias of it.
6919
6920 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
6921 (cp932): New charsets.
6922
6923 * international/mule.el (define-charset): If :code-space is not
6924 given, generate it from :dimension.
6925
6926 2008-02-01 Kenichi Handa <handa@m17n.org>
6927
6928 * composite.el (reference-point-alist): Doc fix.
6929 (encode-composition-rule, decode-composition-rule):
6930 Handle a rule (GREF NREF XOFF YOFF).
6931
6932 2008-02-01 Kenichi Handa <handa@m17n.org>
6933
6934 * language/european.el (diacritic-composition-function): Fix for
6935 the case that POS is at the head. Allow combining with more characters.
6936
6937 2008-02-01 Kenichi Handa <handa@m17n.org>
6938
6939 * descr-text.el (describe-char): Check `charset' property.
6940 Show the code point in the charset in hexadigits.
6941
6942 * international/mule-diag.el (stretches-for-character-list):
6943 Delete it.
6944 (list-block-of-chars): Use tabs instead of `display' property for
6945 aligning characters.
6946 (print-fontset-element): Fix the printing of XLFD.
6947
6948 2008-02-01 Kenichi Handa <handa@m17n.org>
6949
6950 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6951 New function.
6952 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
6953 handling utf-8.
6954
6955 2008-02-01 Kenichi Handa <handa@m17n.org>
6956
6957 * faces.el (read-face-font): Include fontsets in the completion list.
6958
6959 * international/mule-cmds.el (set-locale-environment):
6960 Insert locale-translation-file-name in a unibyte buffer.
6961
6962 * international/characters.el: Fix setting of category `|'.
6963
6964 2008-02-01 Kenichi Handa <handa@m17n.org>
6965
6966 * language/chinese.el (chinese-gb18030): Fix :charset-list.
6967
6968 2008-02-01 Kenichi Handa <handa@m17n.org>
6969
6970 * international/mule-cmds.el (select-safe-coding-system): Fix for
6971 the case that the first element of default-coding-system is t.
6972 Fix a message when some coding systems are rejected.
6973
6974 2008-02-01 Kenichi Handa <handa@m17n.org>
6975
6976 * international/mule-cmds.el (set-language-environment): Put
6977 higher priority to charsets listed in `charset' property of the
6978 language environment.
6979
6980 2008-02-01 Kenichi Handa <handa@m17n.org>
6981
6982 * composite.el (auto-compose-chars): Don't do unnecessary
6983 save-exclusion and save-restriction.
6984
6985 2008-02-01 Kenichi Handa <handa@m17n.org>
6986
6987 * international/mule-conf.el (ctext-no-compositions):
6988 Remove garbage arguments.
6989
6990 * international/mule.el (make-coding-system): Fix generation of
6991 properties.
6992
6993 * international/fontset.el (setup-default-fontset): Specify fonts
6994 for `symbol' script.
6995
6996 * international/characters.el (script-list): Include `currency'
6997 in `symbol'.
6998
6999 2008-02-01 Alex Schroeder <alex@gnu.org>
7000
7001 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7002 8601 format (a capital T between the date and the time).
7003
7004 2008-02-01 Kenichi Handa <handa@m17n.org>
7005
7006 * international/mule.el (private-char-area-1-min)
7007 (private-char-area-1-max, private-char-area-2-min)
7008 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7009 (convert-define-charset-argument): New function.
7010 (define-charset): Handle the old calling style.
7011 Update emacs-mule-charset-table.
7012 (make-char-internal): New function.
7013
7014 2008-02-01 Jason Rumney <jasonr@gnu.org>
7015
7016 * w32-charset-info-alist: Define iso10646-1 always.
7017
7018 2008-02-01 Kenichi Handa <handa@m17n.org>
7019
7020 * composite.el (compose-region): Doc fix (delete duplicated line).
7021
7022 2008-02-01 Kenichi Handa <handa@m17n.org>
7023
7024 * international/characters.el: Fix syntax for Ethiopic.
7025
7026 2008-02-01 Jason Rumney <jasonr@gnu.org>
7027
7028 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7029
7030 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7031 Add international/latin1-disp.el.
7032 (LC_ALL): Define as C.
7033
7034 2008-02-01 Jason Rumney <jasonr@gnu.org>
7035
7036 * term/w32-win.el: Don't set fontsets to use sjis.
7037
7038 2008-02-01 Kenichi Handa <handa@m17n.org>
7039
7040 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7041 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7042
7043 2008-02-01 Kenichi Handa <handa@m17n.org>
7044
7045 * composite.el (auto-composition-chunk-size): Delete variable.
7046 (auto-compose-chars): Always stop after processing a newline.
7047
7048 2008-02-01 Kenichi Handa <handa@m17n.org>
7049
7050 * international/mule.el (define-coding-system): Fix attribute
7051 name :for-unibyte.
7052
7053 2008-02-01 Kenichi Handa <handa@m17n.org>
7054
7055 * ps-bdf.el: Largely re-write.
7056
7057 * ps-mule.el: Largely re-write.
7058
7059 * ps-print.el (ps-generate-string-list): Delete function.
7060 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7061 (ps-header-footer-string): Delete function.
7062 (ps-encode-header-string-function): New variable.
7063 (ps-generate-header-line): Call ps-encode-header-string-function.
7064 (ps-basic-plot-string-function): New variable
7065 (ps-begin-job): Set ps-basic-plot-string-function and
7066 ps-encode-header-string-function. For setting up headers and
7067 footers, don't use caches such as ps-rh-cache. Don't call
7068 ps-mule-begin-page.
7069 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7070 Don't call ps-mule-prepare-ascii-font.
7071 (ps-plot-region): Don't pay attention to composition and
7072 non-ASCII characters.
7073 (ps-generate): Call ps-mule-end-job.
7074 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7075 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7076 (ps-mule-end-job): Declare autoload.
7077
7078 * composite.el (auto-compose-region): New function.
7079
7080 2008-02-01 Dave Love <fx@gnu.org>
7081
7082 * international/mule-util.el
7083 (detect-coding-with-language-environment): Doc fix.
7084
7085 * composite.el: Doc fixes.
7086 (auto-compose-chars): Use functionp, not fboundp.
7087
7088 * international/mule-diag.el (list-charset-chars): Set buffer file
7089 coding system.
7090
7091 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7092 cookie. Doc fix.
7093
7094 2008-02-01 Dave Love <fx@gnu.org>
7095
7096 * international/mule-diag.el (list-charset-chars): Set buffer file
7097 coding system.
7098
7099 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7100 cookie. Doc fix.
7101
7102 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7103 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7104 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7105 * eshell/esh-opt.el (eshell-process-option):
7106 * emulation/keypad.el (keypad-setup):
7107 * emacs-lisp/lisp-mode.el (prin1-char):
7108 * emacs-lisp/generic.el (generic-mode-set-comments):
7109 * edmacro.el (edmacro-parse-keys):
7110 * disp-table.el (standard-display-default): Use characterp.
7111
7112 2008-02-01 Kenichi Handa <handa@m17n.org>
7113
7114 * international/mule-conf.el (utf-16-be): Make it an alias of
7115 utf-16be-with-signature.
7116 (utf-16-le): Make it an alias of utf-16le-with-signature.
7117 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7118 coding system aliases.
7119
7120 * international/utf-7.el (utf-7-decode, utf-7-encode):
7121 Use utf-16be, not utf-16-be.
7122
7123 2008-02-01 Kenichi Handa <handa@m17n.org>
7124
7125 * international/mule.el (coding-system-category): New function.
7126 (set-coding-priority): Re-write.
7127 (make-translation-table): Re-write.
7128
7129 * international/mule-cmds.el (universal-coding-system-argument):
7130 Check the coding system type `undecided', not `t'.
7131 (sort-coding-systems): Fix for iso-2022 coding systems.
7132 (find-multibyte-characters): Fix for eight-bit chars.
7133 (set-language-environment): Set charset priorities according to
7134 the charsets supported by the coding systems of higher priorities.
7135
7136 2008-02-01 Kenichi Handa <handa@m17n.org>
7137
7138 * font-lock.el
7139 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7140 Check (match-end 2) before going there.
7141
7142 2008-02-01 Kenichi Handa <handa@m17n.org>
7143
7144 * international/mule.el (ctext-non-standard-designations-alist):
7145 Exclude entries for iso8859-1[03456]. Fix docstring.
7146 (ctext-pre-write-conversion): Make it work for the case that FROM
7147 is a string. Don't do unnecessary save-restriction and
7148 narrow-to-region.
7149
7150 2008-02-01 Kenichi Handa <handa@m17n.org>
7151
7152 * international/mule.el (ctext-non-standard-encodings-alist):
7153 Rename from non-standard-icccm-encodings-alist.
7154 (ctext-non-standard-encodings-regexp): New variable
7155 (ctext-post-read-conversion): Full rewrite.
7156 (ctext-non-standard-designations-alist): Rename from
7157 non-standard-designations-alist.
7158 (ctext-pre-write-conversion): Full rewrite.
7159 (define-coding-system): Doc fix (escape '"' by '\').
7160
7161 2008-02-01 Dave Love <fx@gnu.org>
7162
7163 * international/mule-conf.el (utf-16le, utf-16be-16be)
7164 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7165 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7166 `-16-{b,l}e-' and define aliases for the old names.
7167
7168 * international/mule.el (define-coding-system): Doc fix.
7169
7170 2008-02-01 Dave Love <fx@gnu.org>
7171
7172 * international/utf-7.el: New file.
7173
7174 * international/mule-conf.el (utf-7): New.
7175
7176 2008-02-01 Kenichi Handa <handa@m17n.org>
7177
7178 * international/mule-conf.el (utf-16): Add :endian 'big.
7179
7180 * international/mule.el (define-coding-system): Fix docstring
7181 about :bom and :endian.
7182
7183 2008-02-01 Dave Love <fx@gnu.org>
7184
7185 * international/mule-diag.el (describe-character-set):
7186 Fix printing dimensions. Use `×', not `x'.
7187
7188 2008-02-01 Kenichi Handa <handa@m17n.org>
7189
7190 * international/fontset.el: Register CDAC fonts in
7191 face-font-rescale-alist instead of face-resizing-fonts.
7192
7193 2008-02-01 Kenichi Handa <handa@m17n.org>
7194
7195 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7196 (utf-16-be): Rename from utf-16-be-nosig.
7197 (utf-16-le-with-signature): Rename from utf-16-le.
7198 (utf-16-be-with-signature): Rename from utf-16-be.
7199 (utf-16): Set :bom to (utf-16-le-with-signature .
7200 utf-16-be-with-signature).
7201
7202 2008-02-01 Dave Love <fx@gnu.org>
7203
7204 * language/georgian.el (georgian-ps, georgian-academy): New coding
7205 system.
7206
7207 * language/chinese.el (chinese-big5-hkscs): New coding system.
7208 (big5-hkscs, cn-big5-hkscs): New aliases.
7209
7210 * international/mule-conf.el (big5-hkscs, georgian-academy):
7211 New charset.
7212 (ibm1047): Doc fix.
7213 (pt154): Add mime-charset.
7214 (ptcp154, cp154): New aliases.
7215
7216 2008-02-01 Dave Love <fx@gnu.org>
7217
7218 * international/mule.el (charset-iso-final-char, define-coding-system):
7219 Doc fix.
7220
7221 2008-02-01 Kenichi Handa <handa@m17n.org>
7222
7223 * international/ccl.el (define-ccl-program): Fset charset-id
7224 to charset-id-internal temporarily.
7225
7226 2008-02-01 Kenichi Handa <handa@m17n.org>
7227
7228 * international/mule-diag.el (list-block-of-chars):
7229 Use decode-char instead of make-char.
7230
7231 2008-02-01 Kenichi Handa <handa@m17n.org>
7232
7233 * international/fontset.el: Enable the default fontset to use
7234 unicode fonts for ASCII characters.
7235 (x-decompose-font-name): Don't try to resolve PATTERN by
7236 x-resolve-font-name.
7237 (x-complement-fontset-spec): Never prepend an ASCII font.
7238 (create-fontset-from-fontset-spec): If a fontset of the same name
7239 already exists, override it instead of signalling an error. Don't
7240 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7241
7242 * international/mule-conf.el (unicode-bmp): Delete duplicated
7243 definition. Give it :code-offset 0.
7244
7245 * international/mule-diag.el (print-fontset-element): New function.
7246 (print-fontset): Use print-fontset-element to print the elements
7247 of a fontset. Use it also to print fonts fallen back to the
7248 default fontsets.
7249
7250 * term/x-win.el: Delete the code to create a fontset from the X
7251 resource "Font".
7252
7253 2008-02-01 Kenichi Handa <handa@m17n.org>
7254
7255 * international/mule-diag.el (print-fontset): Insert proper
7256 newline and indentation spaces.
7257
7258 2008-02-01 Dave Love <fx@gnu.org>
7259
7260 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7261 multibyte-char-to-unibyte.
7262
7263 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7264
7265 * international/mule-cmds.el (find-coding-systems-for-charsets):
7266 Use coding-system-type, coding-system-charset-list.
7267 (standard-keyboard-coding-systems): Delete.
7268 (set-locale-environment): Maybe set keyboard coding system.
7269 Avoid typical warning about codeset in C locale.
7270
7271 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7272
7273 * international/fontset.el (x-complement-fontset-spec): If a
7274 fontname doesn't conform to XLFD format, try to get XLFD name by
7275 x-list-fonts.
7276
7277 2008-02-01 Dave Love <fx@gnu.org>
7278
7279 * international/mule-conf.el (mik, pt154): New charsets.
7280
7281 * language/cyrillic.el (mik, pt154): New coding systems.
7282
7283 2008-02-01 Dave Love <fx@gnu.org>
7284
7285 * international/characters.el: Move parts around so that syntax
7286 definitions aren't overwritten wrongly.
7287
7288 * international/mule-diag.el (unicode-data): Fix treatment of
7289 numeric-value fields.
7290
7291 2008-02-01 Dave Love <fx@gnu.org>
7292
7293 * progmodes/cap-words.el: New file.
7294
7295 2008-02-01 Kenichi Handa <handa@m17n.org>
7296
7297 The following changes are to make character composition happen
7298 automatically on displaying.
7299
7300 * composite.el: Remove all autoload cookies.
7301 (composition-function-table): Move variable declaration from
7302 composite.c. Change format.
7303 (save-buffer-state): Copy from font-lock.el.
7304 (auto-composition-chunk-size): New variable.
7305 (auto-compose-chars): New function. Set
7306 auto-composition-function to it.
7307 (toggle-auto-composition): New function.
7308
7309 * international/characters.el: Make all chararacters in the
7310 charset tibetan to tibetan script.
7311
7312 * international/mule-conf.el (tibetan): Fix :code-space property.
7313 (tibetan-1-column): Delete :superset property, add :code-offset
7314 property.
7315
7316 * international/quail.el (quail-input-string-to-events): Don't
7317 generate compose-chars-after events.
7318
7319 * language/devanagari.el: Register devanagari-composable-function
7320 in composition-function-table for Devanagari characters.
7321
7322 * language/devan-util.el: Register devanagari-composable-pattern
7323 in indian-composable-pattern.
7324 (devanagari-composition-function): Add autoload cookie. Change
7325 arguments to conform to composition-function-table.
7326
7327 * language/european.el: Register combining characters in
7328 composition-function-table.
7329 (diacritic-composition-function): Change arguments to conform to
7330 composition-function-table.
7331
7332 * language/indian.el (indian-composable-pattern): New variable.
7333
7334 * language/ind-util.el (indian-compose-region): Don't call
7335 compose-chars-after, instead call a function registered in
7336 composition-function-table.
7337
7338 * language/lao.el: Register lao-composition-function in
7339 composition-function-table for Lao vowels and tones.
7340 (lao): Don't use lao-post-read-conversion.
7341
7342 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7343 (lao-composition-function): Change arguments to conform to
7344 composition-function-table.
7345
7346 * language/thai.el: Register thai-composition-function in
7347 composition-function-table for Thai vowels and tones.
7348 (thai-tis620): Don't use thai-post-read-conversion.
7349
7350 * language/thai-util.el (thai-post-read-conversion): Delete function.
7351 (thai-composition-function): Change arguments to conform to
7352 composition-function-table.
7353
7354 * language/tibetan.el: Register tibetan-composition-function in
7355 composition-function-table for Tibetan characters.
7356
7357 * language/tibet-util.el (tibetan-composition-function):
7358 Change arguments to conform to composition-function-table.
7359
7360 * loadup.el: Load composite.
7361
7362 2008-02-01 Dave Love <fx@gnu.org>
7363
7364 * international/mule-diag.el (unicode-data): Find unicodedata-file
7365 literally.
7366
7367 2008-02-01 Dave Love <fx@gnu.org>
7368
7369 * international/fontset.el: Doc fixes.
7370 ("fontset-default"): Add iso8859-15.
7371
7372 2008-02-01 Kenichi Handa <handa@m17n.org>
7373
7374 * international/fontset.el ("fontset-default"): Add an entry for
7375 `indian-is13194' charset.
7376
7377 * international/mule-conf.el (indian-is13194): Delete :unify-map
7378 property. Don't unify this charset.
7379 (indian-2-column): Delete :superset property, add :code-offset property.
7380
7381 * language/devan-util.el: Delete the superfluous autoload cookie
7382 near the head of the file.
7383 (devanagari-compose-region): Add autoload cookie.
7384
7385 * language/ind-util.el (indian-2-column-to-ucs-region):
7386 Add autoload cookie.
7387
7388 2008-02-01 Kenichi Handa <handa@m17n.org>
7389
7390 * international/fontset.el ("fontset-default"): Add an entry for
7391 `devanagari' script and `malayalam-glyph' charset.
7392 (face-resizing-fonts): Register CDAC fonts.
7393
7394 * international/mule-conf.el (malayalam-glyph): New charset.
7395
7396 2008-02-01 Dave Love <fx@gnu.org>
7397
7398 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7399
7400 2008-02-01 Dave Love <fx@gnu.org>
7401
7402 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7403
7404 * term/x-win.el: Remove some ancient compatibility code. Populate
7405 x-keysym-table.
7406
7407 * international/mule-cmds.el (wid-edit): Require when compiling.
7408 (set-locale-environment): Check locale against coding system
7409 aliases too.
7410
7411 2008-02-01 Kenichi Handa <handa@m17n.org>
7412
7413 * language/indian.el (in-is13194-devanagari):
7414 Fix :post-read-conversion and :pre-write-conversion.
7415
7416 2008-02-01 Dave Love <fx@gnu.org>
7417
7418 * international/mule-cmds.el (charset): Supply doc, :tag.
7419
7420 2008-02-01 Kenichi Handa <handa@m17n.org>
7421
7422 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7423 return a unibyte string.
7424
7425 2008-02-01 Kenichi Handa <handa@m17n.org>
7426
7427 * international/mule-cmds.el (set-locale-environment):
7428 Delete superfluous ')'s at the tail.
7429
7430 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7431
7432 * international/mule.el (define-coding-system): Fix typo;
7433 "docode" -> "decode".
7434
7435 2008-02-01 Dave Love <fx@gnu.org>
7436
7437 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7438 Add string-make-unibyte string-make-multibyte string-to-multibyte
7439 string-as-multibyte string-as-unibyte.
7440
7441 2008-02-01 Dave Love <fx@gnu.org>
7442
7443 * language/english.el (ibm1047, cp1047): New.
7444
7445 * international/mule-conf.el (alternativnyj): Use new table.
7446 (cp866): Define standalone, not as alias.
7447 (ibm866): Change alias.
7448 (ibm1047): New.
7449
7450 * language/cyrillic.el (cyrillic-alternativnyj):
7451 Remove mime-charset. Use alternativnj charset.
7452 (cp866): Remove alias. Define standalone.
7453
7454 2008-02-01 Dave Love <fx@gnu.org>
7455
7456 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7457
7458 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7459 ("Tajik", "Belarusian"): Fix charset.
7460
7461 * international/mule-cmds.el (describe-language-environment):
7462 Be case-insensitive when looking for input methods.
7463 (locale-name-match): Doc fix.
7464 (locale-charset-match-p): New.
7465 (set-locale-environment): Warn if coding system doesn't agree
7466 with system locale.
7467
7468 2008-02-01 Kenichi Handa <handa@m17n.org>
7469
7470 * international/mule-cmds.el (select-safe-coding-system): If
7471 :mime-charset property of a coding system is not equal to that
7472 coding system, don't show that :mime-charset name.
7473
7474 2008-02-01 Dave Love <fx@gnu.org>
7475
7476 * international/quail.el (quail-help): Fix underlining.
7477
7478 * language/chinese.el (chinese-gb18030, gb18030)
7479 ("Chinese-GB18030"): New.
7480
7481 * international/mule-cmds.el (locale-language-names): Add GB18030.
7482
7483 * international/swedish.el: Don't require latin-1.
7484
7485 2008-02-01 Dave Love <fx@gnu.org>
7486
7487 * language/czech.el ("Czech"):
7488 * language/slovak.el ("Slovak"):
7489 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7490
7491 * language/greek.el ("Greek"): Remove unibyte-syntax property.
7492 (cp737): New coding system.
7493
7494 * language/european.el: Remove unibyte-syntax properties.
7495 Augment some coding-system properties.
7496
7497 * international/mule-cmds.el (set-language-environment):
7498 Check for charset property of environment.
7499 (language-info-alist): Doc fix.
7500
7501 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7502
7503 * international/characters.el: Add Latin-1.
7504
7505 * international/latin-1.el, international/latin-2.el,
7506 * international/latin-3.el, international/latin-4.el,
7507 * international/latin-5.el, international/latin-8.el,
7508 * international/latin-9.el: Delete.
7509
7510 * loadup.el: Remove international/latin-N.el.
7511
7512 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7513 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7514 Undo last changes.
7515
7516 * international/mule-diag.el (unicode-data): Check that
7517 `unicodedata-file' exists.
7518
7519 2008-02-01 Kenichi Handa <handa@m17n.org>
7520
7521 * international/fontset.el (charset-script-alist): Fix script names.
7522
7523 2008-02-01 Kenichi Handa <handa@m17n.org>
7524
7525 * international/latin-1.el: Bind set-case-syntax-charset to
7526 iso-8859-1. Never provide latin-1.
7527
7528 * international/latin-2.el: Bind set-case-syntax-charset to
7529 iso-8859-2. Never provide latin-2.
7530
7531 * international/latin-3.el: Bind set-case-syntax-charset to
7532 iso-8859-3. Never provide latin-3.
7533
7534 * international/latin-4.el: Bind set-case-syntax-charset to
7535 iso-8859-4. Never provide latin-4.
7536
7537 * international/latin-5.el: Bind set-case-syntax-charset to
7538 iso-8859-9. Never provide latin-5.
7539
7540 * international/latin-8.el: Bind set-case-syntax-charset to
7541 iso-8859-14. Never provide latin-8.
7542
7543 * international/latin-9.el: Bind set-case-syntax-charset to
7544 iso-8859-15. Never provide latin-9.
7545
7546 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7547 (set-case-syntax-charset): New variable.
7548 (set-case-syntax-1): New function.
7549 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7550 Call set-case-syntax-1 on arguments.
7551
7552 * international/mule-cmds.el (set-language-environment): Delete
7553 unnecessary setup of syntax/case for unibyte case.
7554
7555 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7556
7557 * international/fontset.el (generate-fontset-menu): Exclude the
7558 default fontset.
7559
7560 * faces.el (describe-face): Describe :fontset property too.
7561
7562 2008-02-01 Dave Love <fx@gnu.org>
7563
7564 * international/characters.el: Don't set char width of CJK
7565 charsets generally. Add some non-word syntax cases.
7566 (korean-ksc5601): Fix ranges with symbol syntax.
7567
7568 2008-02-01 Dave Love <fx@gnu.org>
7569
7570 * Makefile.in (DONTCOMPILE): Add indian.el.
7571
7572 * language/ind-util.el:
7573 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7574 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7575 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7576 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7577 Remove declarations and let-bind them in re-written top-level loop
7578 over scripts, including ucs-devanagari-to-is13194-alist.
7579
7580 2008-02-01 Dave Love <fx@gnu.org>
7581
7582 * international/mule-cmds.el (charset): Move.
7583 (language-info-custom-alist): Move. Alter :set.
7584 (find-coding-systems-for-charsets): Check charset type before
7585 getting :charset-list.
7586
7587 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7588
7589 2008-02-01 Dave Love <fx@gnu.org>
7590
7591 * wid-edit.el (widget-string-complete): New.
7592 (widget-coding-system-prompt-value-history): Delete.
7593 (coding-system): Use coding-system-value-history.
7594
7595 * international/mule-cmds.el (charset): New widget.
7596 (language-info-custom-alist): Use it.
7597 (default-input-method): Modify :type.
7598
7599 2008-02-01 Dave Love <fx@gnu.org>
7600
7601 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7602 (indian-glyph-char, indian-char-glyph): Delete.
7603 (is13194-default-repertory): Rename from is13194-default-repartory.
7604 (iscii-to-ucs-region): Hoist evals from loop.
7605
7606 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7607
7608 * language/indian.el (indian-script-table)
7609 (ccl-encode-indian-glyph-font): Delete.
7610
7611 * international/mule-cmds.el (language-info-custom-alist): New.
7612 (input-method-activate-hook, input-method-inactivate-hook)
7613 (input-method-after-insert-chunk-hook)
7614 (input-method-use-echo-area, set-language-environment-hook)
7615 (exit-language-environment-hook): Customize.
7616 (find-coding-systems-for-charsets): Rewrite.
7617 (default-input-method): Add :link.
7618
7619 2008-02-01 Dave Love <fx@gnu.org>
7620
7621 * international/mule-conf.el (eight-bit): Add :docstring,
7622 :short-name properties.
7623 (cp851): Doc fix.
7624 (unicode-bmp): New.
7625
7626 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7627
7628 * language/european.el (cp858): New.
7629 ("Turkish"): Add special case rules.
7630
7631 2008-02-01 Dave Love <fx@gnu.org>
7632
7633 * international/characters.el: Make Ÿ and ÿ a case pair.
7634
7635 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7636
7637 * international/mule-conf.el: Don't define the charset iso-8859-1
7638 here, just setup its properties.
7639
7640 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7641
7642 * international/mule-conf.el (utf-8): Give :mime-charset property.
7643
7644 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7645
7646 * international/characters.el: Remove duplicated case setting for
7647 Cyrillic and Greek letters. Don't setup printable-chars here.
7648
7649 * case-table.el (describe-buffer-case-table): Handle the case
7650 that KEY is a cons within map-char-table.
7651
7652 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7653
7654 * international/characters.el: Fix categories ?A and ?C.
7655 Treat ASCII characters as `latin' script.
7656
7657 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7658
7659 * international/fontset.el (fontset-plain-name): If the fontset
7660 name doesn't ends with "-fontset-*", use family name as the first
7661 part of the plain name.
7662 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7663 created, use that name for the fontset. Fix arguments to
7664 subst-char-in-string.
7665
7666 2008-02-01 Dave Love <fx@gnu.org>
7667
7668 * term.el (term-char-mode): Remove generic-character-list code.
7669
7670 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7671
7672 * wid-edit.el (character): Use characterp.
7673
7674 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7675
7676 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7677
7678 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7679 Add charset.
7680 ("Ukrainian"): New.
7681
7682 * language/georgian.el (georgian-ps): New coding system.
7683
7684 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7685
7686 * international/mule-cmds.el (reset-language-environment):
7687 Don't set nonascii-translation-table and nonascii-insert-offset.
7688 Call set-unibyte-charset, not set-primary-charset.
7689 (nonascii-translation-table, nonascii-insert-offset):
7690 Declare these variable as obsolete ones.
7691 (set-language-environment): Call set-unibyte-charset, not
7692 set-primary-charset. Call set-charset-priority with `charset'
7693 info of the language environment.
7694
7695 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7696
7697 * international/characters.el (next-word-boundary-han):
7698 Don't treat katakana following han characters as a part of a word.
7699
7700 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7701
7702 * international/characters.el: Call map-charset-chars on big5 (not
7703 chinese-big5-1/2) to set categories `c', `C', and `|'.
7704 (next-word-boundary-han, next-word-boundary-kana): New function.
7705 Register it in next-word-boundary-function-table.
7706
7707 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7708
7709 * arc-mode.el (archive-file-name-coding-system): New variable.
7710 Make it permanent-local.
7711 (byte-after, bref, insert-unibyte): New function. Change most of
7712 char-after, aref, insert to them respectively.
7713 (archive-mode): Set archive-file-name-coding-system.
7714 (archive-summarize): Don't change the buffer's multibyteness.
7715 (archive-extract): Inherit archive-file-name-coding-system from
7716 archive-superior-buffer. Bind coding-system-for-write to
7717 archive-file-name-coding-system.
7718 (archive-*-write-file-member): Encode ENAME by
7719 archive-file-name-coding-system. Bind coding-system-for-write to
7720 no-conversion.
7721 (archive-rename-entry): Encode the filename by
7722 archive-file-name-coding-system.
7723 (archive-mode-revert): Don't change the buffer's multibyteness.
7724 (archive-arc-summarize, archive-lzh-summarize)
7725 (archive-zoo-summarize): Don't change the buffer's multibyteness.
7726 Decode filenames by archive-file-name-coding-system.
7727 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7728 the buffer's multibyteness.
7729
7730 * tar-mode.el (tar-file-name-coding-system): New variable.
7731 Make it permanent-local.
7732 (tar-header-block-tokenize): Decode filename and linkname by
7733 tar-file-name-coding-system.
7734 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7735 the byte value of eight-bit chars.
7736 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7737 `to'. Delete unnecessary call of position-bytes.
7738 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
7739 call of position-bytes.
7740 (tar-extract): Simplify by calling decode-coding-region with
7741 DESTINATION argument. Don't toggle multibyteness of tar buffer.
7742 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7743 (tar-clear-modification-flags): Delete unnecessary call of
7744 position-bytes.
7745 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7746 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7747 Convert new-data-string by string-to-multibyte before inserting it.
7748 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7749 buffer. Simplify by calling encoding-coding-region with
7750 DESTINATION argument.
7751 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7752
7753 2008-02-01 Dave Love <fx@gnu.org>
7754
7755 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7756
7757 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7758
7759 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7760
7761 * international/characters.el: Setup char-script-table.
7762
7763 * international/fontset.el: Setup the default fontset by the new
7764 script-based way.
7765 (x-complement-fontset-spec): Change the format of arg FONTLIST to
7766 an alist of charsets vs font name lists.
7767 (charset-script-alist): New variable.
7768 (create-fontset-from-fontset-spec): Allow script name in
7769 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
7770 to the corresponding script name.
7771 (create-fontset-from-ascii-font): Slight tuning.
7772
7773 * international/mule-conf.el (devanagari-glyph): New charset.
7774 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
7775 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
7776 japanese-jisx0213-2.
7777
7778 * international/mule-diag.el (print-fontset): Use describe-vector
7779 to handle a char table returned by fontset-info.
7780
7781 * language/indian.el: Don't register ccl-encode-indian-glyph-font
7782 and ccl-encode-unicode-font in font-ccl-encoder-alist.
7783
7784 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7785
7786 * international/mule-util.el (detect-coding-with-priority):
7787 Fix the place of using `,' marker in backquote form.
7788
7789 2008-02-01 Dave Love <fx@gnu.org>
7790
7791 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
7792
7793 * international/mule-util.el (with-coding-priority): Fix.
7794
7795 * international/mule.el (set-coding-priority): Fix obsolete spec.
7796
7797 2008-02-01 Dave Love <fx@gnu.org>
7798
7799 * international/mule-cmds.el (leim-list-header): Add coding tag.
7800
7801 2008-02-01 Dave Love <fx@gnu.org>
7802
7803 * international/mule-cmds.el (find-coding-systems-region)
7804 (language-info-alist, reset-language-environment, princ-list): Doc fix.
7805 (input-method-verbose-flag): Fix :type.
7806
7807 2008-02-01 Dave Love <fx@gnu.org>
7808
7809 * international/mule.el (set-char-table-default): Make obsolete.
7810
7811 2008-02-01 Dave Love <fx@gnu.org>
7812
7813 * language/devanagari.el ("Devanagari"): Fix coding-system,
7814 coding-priority.
7815
7816 * international/mule-diag.el (describe-char-after): Modify display
7817 list processing.
7818 (unicodedata-file, unicodedata-find): New.
7819
7820 2008-02-01 Dave Love <fx@gnu.org>
7821
7822 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
7823 autoload cookie.
7824
7825 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
7826
7827 2008-02-01 Dave Love <fx@gnu.org>
7828
7829 * international/mule-util.el (detect-coding-with-priority): Rewrite.
7830
7831 2008-02-01 Dave Love <fx@gnu.org>
7832
7833 * composite.el (compose-string): Doc fix.
7834
7835 * language/georgian.el ("Georgian"): Delete code-pages feature,
7836 add nonascii-translation.
7837
7838 * language/european.el ("German", "French", "Spanish"):
7839 Add latin-9 as alternative coding system.
7840 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
7841 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
7842 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
7843 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
7844 system.
7845
7846 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
7847 encode-coding-char.
7848 (side-effect-and-error-free-fns): Add charsetp, max-char,
7849 primary-charset.
7850
7851 * simple.el: Don't require cl when compiling.
7852
7853 * Makefile.in (DONTCOMPILE): Fix duplicates.
7854
7855 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
7856
7857 * international/mule.el: Doc fixes.
7858 (load-with-code-conversion): Fix coding-system-type test.
7859
7860 * international/mule-cmds.el (sort-coding-systems): Comment out
7861 iso-2022 case.
7862 (encoded-string-description): Fix coding-system-type test.
7863
7864 2008-02-01 Dave Love <fx@gnu.org>
7865
7866 * international/characters.el: Make korean-ksc5601 double-width.
7867
7868 * international/mule.el (auto-coding-regexp-alist):
7869 Recognize Emacs 20/1 byte-compiled files.
7870
7871 * international/mule-conf.el (file-coding-system-alist):
7872 Change .elc to utf-8-emacs.
7873
7874 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
7875 of utf-8-emacs.
7876 (byte-compile-insert-header): Update magic number. Add ballast.
7877 (map-char-table): Use byte-compile-funarg-2.
7878
7879 2008-02-01 Dave Love <fx@gnu.org>
7880
7881 * language/cyrillic.el ("Belarusian"): Doc fix.
7882 (cp1125, koi8-t): Doc fix.
7883
7884 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7885 (find-multibyte-characters): Don't test for charset `unknown'.
7886 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
7887 ru, sr_YU, tg, wa, zh.gbk.
7888 (locale-language-names): Change sp to Cyrillic.
7889 (locale-charset-language-names): Match @euro after utf-8.
7890
7891 2008-02-01 Dave Love <fx@gnu.org>
7892
7893 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
7894 New coding systems.
7895 ("Chinese-GBK"): New environment.
7896
7897 * language/thai-util.el: Remove redundant unicodes in category-setting.
7898
7899 * language/lao-util.el: Remove redundant unicodes in category-setting.
7900
7901 * international/mule-conf.el (japanese-jisx0213-1)
7902 (japanese-jisx0213-2): Add unify-map.
7903
7904 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7905
7906 * international/quail.el (quail-update-leim-list-file):
7907 Force writing the file by iso-2022-7bit.
7908
7909 * international/titdic-cnv.el (miscdic-convert): Force writing the
7910 file by iso-2022-7bit.
7911
7912 * international/mule.el (define-charset): Change the attribute
7913 :parents to :subset or :superset.
7914
7915 * international/mule-conf.el: Adjust for the change of
7916 define-charset (:parent -> :subset or :superset).
7917
7918 * international/characters.el: Fix the last change.
7919
7920 2008-02-01 Dave Love <fx@gnu.org>
7921
7922 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7923 (cyrillic-encode-alternativnyj-char): Fix.
7924 (standard-display-cyrillic-translit): Remove redundant unicodes.
7925
7926 2008-02-01 Dave Love <fx@gnu.org>
7927
7928 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7929 New environments.
7930
7931 * international/mule-conf.el (control-1): New charset.
7932 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
7933 (korean-ksc5601): Redefine to use code-offset and unify-map.
7934
7935 2008-02-01 Dave Love <fx@gnu.org>
7936
7937 * international/mule-conf.el (tcvn-5712): New charset.
7938
7939 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
7940 ("Vietnamese"): Doc fix.
7941
7942 2008-02-01 Dave Love <fx@gnu.org>
7943
7944 * international/mule-conf.el (windows-936): New alias.
7945
7946 * cus-start.el: Add scalable-fonts-allowed.
7947
7948 * international/characters.el: Reinstate various CJK syntax and
7949 category setup. Remove obsolete syntax setting in Greek section.
7950 Optimize the char tables.
7951
7952 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
7953
7954 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
7955
7956 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
7957 coding systems.
7958
7959 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
7960
7961 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7962
7963 * international/characters.el (printable-chars): Setup correctly.
7964
7965 2008-02-01 Dave Love <fx@gnu.org>
7966
7967 * cus-start.el: Add selection-coding-system.
7968
7969 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
7970
7971 * language/china-util.el (post-read-decode-hz)
7972 (pre-write-encode-hz): Move from chinese.el.
7973 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
7974 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
7975
7976 * language/chinese.el (post-read-decode-hz)
7977 (pre-write-encode-hz): Move to china-util.el.
7978
7979 * case-table.el (set-case-syntax-pair): Test again for equal byte
7980 lengths of the pair.
7981
7982 * international/characters.el: Add Vietnamese category to
7983 equivalent unicodes.
7984
7985 2008-02-01 Dave Love <fx@gnu.org>
7986
7987 * international/mule-conf.el (chinese-sisheng, ipa)
7988 (indian-is13194, tibetan, ethiopic): Add :unify-map.
7989
7990 * international/mule-diag.el (describe-character-set): Account for
7991 more than two dimensions of possibly different size.
7992 (describe-current-coding-system): Add selection-coding-system.
7993
7994 * international/mule-cmds.el (unify-8859-on-encoding-mode)
7995 (unify-8859-on-decoding-mode): Move from mule.el.
7996
7997 * international/mule.el (unify-8859-on-encoding-mode)
7998 (unify-8859-on-decoding-mode): Remove :init-value.
7999 (charset-chars): Add optional dimension arg.
8000 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8001 Move to mule-cmds.el.
8002
8003 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8004
8005 * international/fontset.el: Change registry for japanese-jisx0208
8006 to "JISX0208*" in the default fontset.
8007 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8008 "ISO10646.indian-1".
8009
8010 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8011
8012 * language/japanese.el (japanese-iso-7bit-1978-irv):
8013 Add `designation' to :flags, `ascii' to :charset-list.
8014
8015 * international/mule.el (define-charset): New args :min-code and
8016 :max-code.
8017 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8018
8019 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8020 #x160000.
8021 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8022 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8023
8024 2008-02-01 Dave Love <fx@gnu.org>
8025
8026 * language/thai.el (iso-8859-11): New coding system.
8027
8028 * international/mule-conf.el: Doc fixes.
8029 (iso-8859-11): New.
8030
8031 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8032
8033 * cus-start.el (scalable-fonts-allowed): Add.
8034
8035 2008-02-01 Dave Love <fx@gnu.org>
8036
8037 * international/mule.el (unify-8859-on-encoding-mode)
8038 (unify-8859-on-decoding-mode): Dummy versions.
8039
8040 * international/ucs-tables.el: Remove.
8041
8042 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8043 language/japanese.el.
8044
8045 * international/mule-conf.el: Doc fixes.
8046 (cp936): New alias.
8047 (cp720, cp858): New charsets.
8048
8049 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8050 coding system, not emacs-mule.
8051
8052 * files.el (revert-buffer, recover-file): Likewise.
8053
8054 * desktop.el (desktop-save): Likewise.
8055
8056 2008-02-01 Dave Love <fx@gnu.org>
8057
8058 * international/mule.el (with-category-table): Use make-symbol.
8059 (coding-system-list): Use coding-system-aliases.
8060 (make-translation-table): Don't deal with generic characters.
8061
8062 * international/mule-util.el (coding-system-post-read-conversion)
8063 (coding-system-pre-write-conversion)
8064 (coding-system-translation-table-for-decode)
8065 (coding-system-translation-table-for-encode): Get the right properties.
8066 (with-coding-priority): New macro.
8067 (detect-coding-with-language-environment): Use it.
8068 (coding-system-equal): Use coding-system-plist.
8069
8070 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8071 Use :valid property.
8072
8073 * international/mule-cmds.el (encode-coding-char):
8074 Use find-coding-systems-string. Don't use make-char.
8075 (describe-language-environment): Use coding-system-aliases.
8076 (prefer-coding-system): Doc fix.
8077
8078 * international/mule-diag.el (describe-current-coding-system):
8079 Fix aliases listing.
8080 (print-iso-2022-flags): Delete.
8081 (print-designation): Partial re-write.
8082 (describe-coding-system): Deal with iso-2022 designations, flags.
8083 Fix shift_jis case.
8084 (describe-char-after): Use characterp. Print explicit unicode.
8085 Remove some obsolete code.
8086 (print-coding-system-briefly): Fix printing aliases.
8087 (print-coding-system): Use coding-system-aliases.
8088 (mule-diag): Don't list coding categories.
8089
8090 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8091 Re-order charset priorities.
8092 (binary): New alias.
8093 (iso-8859-16): Fix nickname.
8094 (define-iso-single-byte-charset): Un-define after use.
8095
8096 2008-02-01 Dave Love <fx@gnu.org>
8097
8098 * international/characters.el: Additional double width specifications.
8099
8100 * international/mule-diag.el (print-coding-system): Incomplete updates.
8101 (describe-character-set): List more properties.
8102 (print-fontset): Fix case of vector font-spec.
8103 (describe-current-coding-system): Fix iso-7, iso-7-else.
8104
8105 * international/mule-conf.el (ibm866): Fix alias.
8106 (iso-8859-16): Fix nickname.
8107
8108 2008-02-01 Dave Love <fx@gnu.org>
8109
8110 * language/ind-util.el: Avoid decode-char.
8111 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8112 Use characterp, not char-valid-p.
8113
8114 * language/devan-util.el: Add coding tag, avoid decode-char.
8115
8116 * international/titdic-cnv.el: Add coding tag.
8117 (tit-process-header): Add coding tag to output.
8118
8119 * language/thai.el (cp874, ibm874): New coding systems.
8120
8121 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8122 Add character-p.
8123
8124 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8125 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8126 New coding systems.
8127 <set-language-info-alist>: Avoid decode-char.
8128
8129 * language/hebrew.el (cp862, ibm862): New coding systems.
8130
8131 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8132
8133 * language/cyrillic.el (cp855, ibm855): New coding systems.
8134
8135 * international/mule-conf.el: Avoid decode-char in top-level code
8136 for self-inserting multibyte chars.
8137 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8138 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8139 New charsets.
8140
8141 * international/characters.el: Various simplifications and additions.
8142
8143 2008-02-01 Dave Love <fx@gnu.org>
8144
8145 * international/mule-conf.el (code-pages): Provide, for compatibility.
8146
8147 * international/code-pages.el: Remove.
8148
8149 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8150
8151 * Makefile.in: Cancel the 2008-02-01 change of mine.
8152
8153 * international/fontset.el: Add setting for unicode font at the
8154 end of the default fontset.
8155
8156 2008-02-01 Dave Love <fx@gnu.org>
8157
8158 * international/mule-conf.el (adobe-standard-encoding, symbol):
8159 Adjust :code-space.
8160 (ibm850): Add :ascii-compatible-p.
8161
8162 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8163
8164 * international/mule-conf.el (vietnamese-viscii-lower)
8165 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8166 mapping table.
8167
8168 2008-02-01 Dave Love <fx@gnu.org>
8169
8170 * cus-start.el: Add charset-map-directory.
8171
8172 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8173
8174 * format.el (format-alist): Remove ibm, mac, hp entries (available
8175 natively).
8176
8177 * language/romanian.el (iso-latin-10): Add :mime-charset.
8178 ("Romanian"): Add doc.
8179
8180 * international/mule-conf.el (iso-8859-10, symbol)
8181 (adobe-standard-encoding, ibm850): New charsets.
8182 (iso-8859-13): Fix IR number, final char.
8183 (file-coding-system-alist): Add .xml.
8184
8185 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8186 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8187 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8188 ("Latin-6", "Latin-7"): New language environments.
8189
8190 2008-02-01 Dave Love <fx@gnu.org>
8191
8192 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8193 utf-8-subst; add vietnamese, cyrillic, czech.
8194
8195 * language/romanian.el (iso-latin-10): New coding system.
8196
8197 * international/mule-conf.el (emacs-mule): Set :charset-list,
8198 consistent with coding-system-charset-list doc.
8199 (iso-8859-16): New charset.
8200
8201 * international/mule-diag.el (describe-coding-system): Avoid error
8202 for iso-2022, emacs-mule.
8203
8204 2008-02-01 Dave Love <fx@gnu.org>
8205
8206 * international/codepage.el: Remove or comment out most of code.
8207 (codepage-setup): Re-write as trivial, obsolete function.
8208
8209 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8210 Remove setup function.
8211
8212 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8213
8214 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8215 language/cyrillic.el, language/czech.el.
8216
8217 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8218 (font-ccl-encoder-alist): Remove viscii, vscii.
8219
8220 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8221
8222 * language/european.el (windows-1254, cp1254, windows-1257)
8223 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8224 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8225
8226 * language/greek.el (windows-1253, cp1253): New coding systems.
8227
8228 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8229 file name.
8230 (windows-1253, windows-1254, windows-1255, windows-1256)
8231 (windows-1257, windows-1258, next): New charsets.
8232
8233 * international/utf-8.el, international/utf-8-subst.el: Remove.
8234
8235 * international/mule.el: Doc fixes.
8236 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8237 (coding-system-get): Try to convert old-style symbol to keyword.
8238 (define-charset): Purecopy strings in property list.
8239 (define-coding-system): Purecopy docstring.
8240
8241 * international/mule-diag.el (list-character-sets-2): Avoid
8242 charset-bytes.
8243 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8244 (list-block-of-chars): Re-write.
8245 (describe-character-set): Show more properties.
8246 (describe-char-after): Correct codepoint display.
8247 (print-coding-system): Use symbolic types.
8248
8249 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8250
8251 * Makefile.in: Be sure also to run emacs with LANG=C.
8252
8253 2008-02-01 Dave Love <fx@gnu.org>
8254
8255 * international/mule-diag.el: Doc fixes.
8256 (sort-charset-list, charset-multibyte-form-string): Remove.
8257 (list-character-sets, list-character-sets-1)
8258 (list-character-sets-2): Re-write.
8259 (non-iso-charset-alist): Set to nil and made obsolete.
8260 (decode-codepage-char): Re-write and made obsolete.
8261 (read-charset): Don't use non-iso-charset-alist.
8262 (describe-coding-system): Use keyword properties.
8263 (describe-character-set): Re-write.
8264
8265 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8266 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8267 (ebcdic-uk): New charsets.
8268
8269 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8270 New coding systems.
8271
8272 * language/european.el (windows-1252): New coding system.
8273
8274 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8275
8276 * Makefile.in: By sure to run emacs with LC_ALL=C.
8277
8278 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8279 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8280 (encoded-kbd-self-insert-charset): New function.
8281 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8282 coding-system of type charset.
8283
8284 2008-02-01 Dave Love <fx@gnu.org>
8285
8286 * international/mule-cmds.el (set-locale-environment): Comment out
8287 set-keyboard-coding-system stuff.
8288
8289 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8290
8291 * international/mule.el (define-coding-system): Doc fix;
8292 sjis->shift-jis.
8293
8294 * international/mule-conf.el: Use decode-char instead of make-char.
8295
8296 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8297 New arg ARG. Directly call self-insert-command. This is a
8298 temporary workaround to make it work with latin-1.
8299 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8300
8301 * international/characters.el: Setup char-width-table for CJK
8302 characters.
8303
8304 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8305
8306 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8307 Fix the initial value to specify character range of
8308 japanese-jisx0208, not unicode.
8309
8310 * international/characters.el: Set syntax/category for
8311 japanese-jisx0208.
8312
8313 2008-02-01 Dave Love <fx@gnu.org>
8314
8315 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8316 mime-charset.
8317
8318 * language/vietnamese.el, language/korean.el, language/japanese.el:
8319 * language/hebrew.el, language/greek.el, language/chinese.el:
8320 Fix :mime-charset properties.
8321
8322 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8323 (cyrillic-alternativnyj): Fix :mime-charset.
8324 (cp878, cp866): New alias.
8325
8326 * language/european.el: Fix mime-charset properties.
8327
8328 * international/mule-cmds.el (sort-coding-systems)
8329 (select-safe-coding-system, select-message-coding-system): Use
8330 :mime-charset, not 'mime-charset.
8331
8332 * international/mule-conf.el: Add various :mime-charset properties.
8333
8334 2008-02-01 Dave Love <fx@gnu.org>
8335
8336 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8337 getting decoder.
8338 (encoded-kbd-mode): Fix code for coding system type and designations.
8339
8340 * international/mule-conf.el: Spelling fixes.
8341
8342 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8343
8344 * international/fontset.el (fontset-plain-name): Handle the case
8345 that size, weight, slant are not specified in the fontset name.
8346
8347 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8348
8349 * language/greek.el (greek-iso-8bit): Fix typo.
8350
8351 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8352
8353 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8354
8355 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8356
8357 * international/characters.el: Change encoding to utf-8-emacs.
8358 Remove apparent duplicate codes.
8359
8360 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8361
8362 * international/fontset.el: Change the registry for
8363 chinese-gb2312 and add the registry for chinese-gbk.
8364
8365 * international/mule.el (charset-chars): Fix typo.
8366
8367 * international/mule-conf.el (chinese-gbk): New charset.
8368
8369 * international/titdic-cnv.el (titdic-convert): Read into a
8370 unibyte buffer then make the buffer multibyte.
8371
8372 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8373
8374 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8375 instead of :signature.
8376
8377 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8378
8379 * language/czech.el ("Czech"): Set `iso-8859-2' for
8380 `nonascii-translation'.
8381
8382 * language/romanian.el ("Romanian"): Likewise.
8383
8384 * language/slovak.el ("Slovak"): Likewise.
8385
8386 * international/characters.el: Optimize calls of modify-category-entry.
8387
8388 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8389
8390 * bindings.el: Don't bind multibyte characters to
8391 self-insert-command here. It's done in mule-conf.el.
8392
8393 * case-table.el (set-case-syntax-offset): Delete variable.
8394 (set-case-syntax-1): Delete function. Change callers.
8395 (set-case-syntax-delims): Don't check byte length of characters.
8396
8397 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8398 characters to isearch-printing-char.
8399
8400 * loadup.el: Don't load "international/utf-8". Don't call
8401 update-coding-systems-internal. Bind coding-system-for-write to
8402 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8403 dumping.
8404
8405 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8406 change of map-char-table.
8407
8408 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8409
8410 * international/characters.el: Adjust for the deletion of
8411 generic characters.
8412
8413 * international/code-pages.el (cp-make-translation-table)
8414 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8415 (cp-make-coding-system): Call define-coding-system.
8416
8417 * international/fontset.el: Rewrite most code.
8418
8419 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8420 Call encode-char instead of split-char.
8421
8422 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8423 Change value.
8424 (skkdic-lookup-key): Call encode-char instead of split-char.
8425
8426 * international/titdic-cnv.el (titdic-convert): Bind
8427 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8428 buffer.
8429
8430 * international/latin-1.el: Don't bind set-case-syntax-offset.
8431
8432 * international/latin-2.el: Don't bind set-case-syntax-offset.
8433
8434 * international/latin-3.el: Don't bind set-case-syntax-offset.
8435
8436 * international/latin-4.el: Don't bind set-case-syntax-offset.
8437
8438 * international/latin-5.el: Don't bind set-case-syntax-offset.
8439
8440 * international/latin-8.el: Don't bind set-case-syntax-offset.
8441
8442 * international/latin-9.el: Don't bind set-case-syntax-offset.
8443
8444 * international/mule-cmds.el: Don't use coding category.
8445 Call set-coding-system-priority instead of set-coding-priority.
8446 (sort-coding-systems, select-safe-coding-system):
8447 Call coding-system-priority-list to get the most preferred one.
8448 (reset-language-environment): Order of coding system priority
8449 changed. Set primary charset to iso-8859-1.
8450 (set-language-environment-coding-systems):
8451 Call set-coding-system-priority instead of set-coding-priority.
8452 (get-charset-property, put-charset-property): Move to mule.el.
8453
8454 * international/mule-conf.el: Ful re-write.
8455
8456 * international/mule-diag.el (print-designation): Change arguments.
8457 (print-iso-2022-flags): New function.
8458 (describe-coding-system, describe-current-coding-system):
8459 Adjust for the new structure of coding system.
8460
8461 * international/mule.el (char-valid-p): Make it an alias of characterp.
8462 (define-charset): Full re-design.
8463 (charset-quoted-standard-p): Delete.
8464 (charsetp): Move to charset.c.
8465 (charset-info, charset-id, charset-bytes, charset-width)
8466 (charset-directioin, charset-iso-graphic-plane)
8467 (charset-reverse-charset): Delete.
8468 (charset-dimension, charset-chars, charset-iso-final-char)
8469 (charset-description, charset-short-name, charset-long-name):
8470 Call charset-plist instead of charset-info.
8471 (charset-plist, set-charset-plist): Move to charset.c.
8472 (get-charset-property, put-charset-property): Move from
8473 mule-cmds.el. Call charset-plist and set-charset-plist.
8474 (make-char): Delete.
8475 (generic-char-p): Make it always return nil.
8476 (decode-char, encode-char): Move to charset.c.
8477 (coding-spec-XXX-idx): Delete variables.
8478 (coding-system-iso-2022-flags): New variable.
8479 (define-coding-system): New function.
8480 (transform-make-coding-system-args, make-coding-system): Delete.
8481 (set-coding-priority): Make it obsolete.
8482 (after-insert-file-set-buffer-file-coding-system)
8483 (find-new-buffer-file-coding-system): Adjust for the new coding
8484 system structure.
8485
8486 * language/chinese.el, language/cyrillic.el, language/european.el:
8487 * language/greek.el, language/hebrew.el, language/indian.el:
8488 * language/japanese.el, language/korean.el, language/lao.el:
8489 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8490 Call define-coding-system instead of make-coding-system.
8491 Delete all CCL program.
8492
8493 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8494 of make-char.
8495 (sgml-char-names-table): Fix iteration limit.
8496
8497 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8498 (ccl-encode-mac-roman-font): Delete.
8499
8500 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8501 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8502 currently. This is just a temporary workaround.
8503
8504 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8505
8506 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8507 of `find-file-hooks'.
8508 (global-whitespace-toggle-options): Doc fix.
8509
8510 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * whitespace.el (whitespace): Set :version tag to 23.1.
8513 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8514 (whitespace-style, whitespace-chars, whitespace-space)
8515 (whitespace-hspace, whitespace-tab, whitespace-newline)
8516 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8517 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8518 (whitespace-hspace-regexp, whitespace-space-regexp)
8519 (whitespace-tab-regexp, whitespace-trailing-regexp)
8520 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8521 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8522 (whitespace-space-after-tab-regexp, whitespace-line-column)
8523 (whitespace-display-mappings, global-whitespace-toggle-options)
8524 (whitespace-cleanup, whitespace-cleanup-region)
8525 (whitespace-interactive-char): Doc fixes.
8526
8527 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8528
8529 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8530 When turning off the global mode, turn off the local modes too
8531 if whitespace is being unloaded.
8532 (whitespace-unload-function): New function.
8533
8534 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8535
8536 * vc.el (vc-update): Fix bug: Specify branch tip as
8537 vc-checkout REVISION. Reported by Dan Nicolaescu.
8538
8539 2008-02-01 Glenn Morris <rgm@gnu.org>
8540
8541 * info.el (bookmark-make-cell-function, bookmark-search-size)
8542 (bookmark-current-bookmark): Declare variables for compiler.
8543 (bookmark-buffer-file-name, bookmark-get-filename)
8544 (bookmark-get-front-context-string)
8545 (bookmark-get-rear-context-string, bookmark-get-position)
8546 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8547 (bookmark-jump-noselect): Declare functions for compiler.
8548 (Info-bookmark-make-cell): Fix argument list to match example of
8549 `bookmark-make-cell-for-text-file'.
8550 (Info-bookmark-jump): Don't require info inside info.el.
8551
8552 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8553
8554 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8555 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8556 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8557 (verilog-sk-state-machine): Quote all calls to
8558 "auxiliary skeleton"s to prevent infloops.
8559
8560 2008-02-01 Jason Rumney <jasonr@gnu.org>
8561
8562 * w32-fns.el: Partially revert 2007-11-10 change.
8563
8564 2008-02-01 Martin Rudalics <rudalics@gmx.at>
8565
8566 * mail/rmail.el (rmail-highlight): Fix specification.
8567 Reported by pod <pod@herald.ox.ac.uk>.
8568
8569 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * image-mode.el (image-mode-current-vscroll)
8572 (image-mode-current-hscroll): Make buffer-local.
8573 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8574 (image-reset-current-vhscroll): Use the latest setting when displaying
8575 for the first time in a window. Apply to all windows in the frame.
8576 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8577
8578 * progmodes/grep.el (grep-compute-defaults):
8579 Don't mix up defaults for different connections to the same host.
8580
8581 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8582
8583 * blank-mode.el: Rename to whitespace.el.
8584
8585 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8586
8587 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * net/rcompile.el (remote-compile): Remove broken code.
8590
8591 2008-01-31 Jason Rumney <jasonr@gnu.org>
8592
8593 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8594
8595 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
8596
8597 * linum.el (linum-unload-function): New function.
8598
8599 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8600
8601 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8602 (gdb-var-set-format-handler): New function.
8603 (gdb-var-set-format): Use it.
8604
8605 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * emacs-lisp/check-declare.el (check-declare-directory):
8608 * emacs-lisp/authors.el (authors): Use `find-program' and
8609 `grep-program' instead of hardcoded program names.
8610
8611 * emacs-lisp/cl-loaddefs.el: Update.
8612
8613 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
8614
8615 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8616 Implement bookmark support the new make-cell/handler way.
8617 (Info-mode): Bind bookmark-make-cell-function to
8618 Info-bookmark-make-cell buffer locally.
8619
8620 2008-01-30 Richard Stallman <rms@gnu.org>
8621
8622 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8623 Doc fix.
8624
8625 * files.el (hack-local-variables): Don't query about fake variables.
8626
8627 2008-01-30 Markus Triska <markus.triska@gmx.at>
8628
8629 * linum.el: New file.
8630
8631 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
8632
8633 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8634 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
8635 a single element in "plinkx".
8636 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8637 "*Shell Command Output*" buffers. Check, whether there is already
8638 an asynchronous process running. Display always the buffer of the
8639 asynchronous process.
8640 (tramp-compute-multi-hops): Adapt error message.
8641
8642 2008-01-29 Alan Mackenzie <acm@muc.de>
8643
8644 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8645 from this regexp; part of same fix as next change to cc-engine.el.
8646
8647 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8648 Anchor the "{" of a template function correctly on "template", not the
8649 following "<".
8650
8651 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8652
8653 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8654
8655 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8656 and image-mode-current-hscroll being alists now.
8657
8658 * image-mode.el (image-mode-current-vscroll)
8659 (image-mode-current-hscroll): Add doc strings.
8660 (image-set-window-vscroll, image-set-window-hscroll)
8661 (image-reset-current-vhscroll, image-mode): Adapt to
8662 image-mode-current-vscroll and image-mode-current-hscroll being
8663 alists now.
8664
8665 2008-01-29 Martin Rudalics <rudalics@gmx.at>
8666
8667 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8668 Strip extension from .emacs.el to make sure symbol is searched
8669 in .emacs too.
8670
8671 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8672
8673 * doc-view.el (doc-view-mode): Use facilities below to
8674 restore [vh]scroll when switching buffers.
8675
8676 * image-mode.el (image-mode-current-vscroll)
8677 (image-mode-current-hscroll): New variables.
8678 (image-set-window-hscroll, image-set-window-vscroll): New functions.
8679 (image-forward-hscroll, image-next-line, image-bol, image-eol)
8680 (image-bob, image-eob): Use them.
8681 (image-reset-current-vhscroll): New function.
8682 (image-mode): Make new variables buffer-local and reset [vh]scroll
8683 on window configuration changes.
8684
8685 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8688 gdb-cpp-define-alist-program if file is nil (currently only
8689 " *partial-output-...").
8690
8691 2008-01-27 Richard Stallman <rms@gnu.org>
8692
8693 * allout.el: Many doc fixes.
8694 (allout-encrypt-string): Fix error message.
8695
8696 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8697
8698 * progmodes/etags.el (tags-query-replace): Doc fix.
8699
8700 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8701
8702 * allout.el (allout-unload-function): New function.
8703
8704 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * allout.el (allout-prefix-data): Doc fix.
8707 (allout-show-current-subtree): Reflow docstring.
8708 (allout-use-mode-specific-leader, allout-use-hanging-indents)
8709 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8710 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8711 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8712 (allout-copy-topic-as-kill, allout-listify-exposed)
8713 (allout-process-exposed, allout-encrypted-key-info)
8714 (allout-update-passphrase-mnemonic-aids)
8715 (allout-next-topic-pending-encryption)
8716 (allout-tests-globally-true): Fix typos in docstrings.
8717
8718 2008-01-23 Jason Rumney <jasonr@gnu.org>
8719
8720 * lpr.el (printer-name): Do not set on MS Windows.
8721
8722 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
8723
8724 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8725 the command.
8726
8727 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8728
8729 * whitespace.el: Moved to obsolete dir.
8730
8731 * blank-mode.el: New version 9.2. Replace whitespace functions by
8732 aliases in blank-mode.
8733 (whitespace-buffer): New fun.
8734 (whitespace-region): Alias for whitespace-buffer, because there is no
8735 blank-region fun.
8736 (whitespace-cleanup): Alias for blank-cleanup.
8737 (whitespace-cleanup-region): Alias for blank-cleanup-region.
8738
8739 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
8740
8741 * server.el (server-log-time-function): Doc fix.
8742 (server-buffer): Fix typo in docstring.
8743
8744 2008-01-27 Martin Rudalics <rudalics@gmx.at>
8745
8746 * view.el (view-buffer): Explain in doc-string why exit-action
8747 should not be set to kill-buffer.
8748
8749 * arc-mode.el (archive-extract):
8750 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8751 exit-action when viewing the buffer.
8752
8753 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8754
8755 * add-log.el (change-log-search-file-name): Work harder to find
8756 the correct file name.
8757 (change-log-find-file): Fix typo.
8758 (change-log-start-entry-re): Move definition earlier.
8759
8760 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
8761
8762 * add-log.el (change-log-search-file-name, change-log-find-file):
8763 New function.
8764 (change-log-font-lock-keywords): Move file name matching ...
8765 (change-log-file-names-re): ... here. New defconst.
8766 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
8767
8768 2008-01-27 Alan Mackenzie <acm@muc.de>
8769
8770 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
8771 enhance comments.
8772
8773 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
8774
8775 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
8776 methods, the host name must be a local host.
8777
8778 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8779
8780 * vc.el: Add TODO item about not defaulting to RCS.
8781
8782 * server.el (server-process-filter): Check for non-nil before
8783 calling file-directory-p.
8784
8785 2008-01-27 Alan Mackenzie <acm@muc.de>
8786
8787 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
8788 arglist-cont-nonempty.
8789
8790 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
8791 for a brace with syntax arglist-cont-nonempty.
8792
8793 * progmodes/cc-styles.el (c-style-alist): Add elements for
8794 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
8795
8796 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8797
8798 * button.el (define-button-type): Clarify type of NAME in docstring.
8799
8800 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * server.el (server-buffer): New const.
8803 (server-log): New var.
8804 (server-log): Use them.
8805 (server-process-filter): (Try to) run the continuation in the same cwd
8806 as the client's.
8807
8808 2008-01-26 Alan Mackenzie <acm@muc.de>
8809
8810 * progmodes/cc-defs.el (c-save-buffer-state):
8811 Bind buffer-file-name and buffer-file-truename to nil, to prevent
8812 primitives generating "buffer is read only" messages.
8813
8814 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
8815
8816 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
8817 (icalendar-import-format): Doc fix. Allow function type.
8818 (icalendar--read-element): Doc fix.
8819 (icalendar--parse-summary-and-rest): Doc fix. Handle function
8820 type icalendar-import-format. Make regexps non-greedy.
8821 (icalendar--format-ical-event): Handle function type
8822 icalendar-import-format.
8823 (icalendar-import-format-sample): New function.
8824
8825 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8826
8827 * vc.el (vc-exec-after): For mode-line-process highlighting, if
8828 `compile' is not available, fall back to font-lock-warning-face.
8829
8830 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
8831
8832 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
8833 that the filename end is found even when the filename is empty.
8834 Fixes error and spurious newlines when marking files for deletion.
8835
8836 2008-01-26 Martin Rudalics <rudalics@gmx.at>
8837
8838 * subr.el (find-tag-default): Simplify using exclusively
8839 skip-syntax-backward/-forward.
8840
8841 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
8842
8843 * vc.el (vc-directory, vc-update-change-log): Remove check for
8844 Tramp. Both functions work for it, though pretty slow
8845 (`vc-directory'). Maybe the implementation can be optimized.
8846
8847 * net/tramp.el (tramp-dissect-file-name): Raise an error when
8848 Tramp 2.0 syntax is used.
8849 Suggested by Trent W. Buck <trentbuck@gmail.com>.
8850
8851 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8852
8853 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
8854 invoke directory-files-and-attributes with last argument `integer'
8855 instead of `string'.
8856 (insert-directory): Add -n to the list of supported switches
8857 mentioned in the doc string.
8858
8859 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8860
8861 * blank-mode.el: New version 9.1. Handle "long" line tail
8862 visualization. Doc fix.
8863 (blank-line-length): Rename to blank-line-column.
8864 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
8865 Initialization fix.
8866 (blank-replace-spaces-by-tabs): New fun.
8867 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
8868
8869 2008-01-25 Richard Stallman <rms@gnu.org>
8870
8871 * subr.el (add-hook): Implement `permanent-local-hook' property.
8872
8873 * loadhist.el (file-provides, file-requires): Push the filename right.
8874
8875 2008-01-25 Martin Rudalics <rudalics@gmx.at>
8876
8877 * emacs-lisp/find-func.el (find-library): Wrap search for
8878 library name in condition-case to avoid reporting a scan-error.
8879
8880 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8881
8882 * server.el (server-process-filter): Don't force
8883 the authentication string to be followed by "\n".
8884
8885 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8886
8887 * blank-mode.el: New version 9.0. New commands to clean up some blank
8888 problems like trailing blanks. New faces and regexp for visualizing
8889 the blank problems. Doc fix.
8890 (blank-chars, blank-global-modes, blank-chars-value-list)
8891 (blank-toggle-option-alist, blank-help-text): Initialization fix.
8892 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
8893 (blank-indentation, blank-empty, blank-space-after-tab)
8894 (blank-indentation-regexp, blank-empty-at-bob-regexp)
8895 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
8896 (blank-cleanup, blank-cleanup-region): New commands.
8897 (blank-color-on): Code fix.
8898
8899 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8900
8901 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
8902 file name.
8903 (ibuffer-mode-map): Add binding to sort by file name.
8904 (ibuffer-filename/process-header-map): New variable.
8905 (filename-and-process): Add a header that sorts by file name.
8906 (ibuffer-mode): Mention sorting by file name.
8907
8908 * ibuf-ext.el (filename/process): New sorter.
8909
8910 2008-01-25 Sven Joachim <svenjoac@gmx.de>
8911
8912 * view.el (kill-buffer-if-not-modified): Don't pass t to
8913 buffer-modified-p.
8914
8915 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
8918 the source file in case of `rename'.
8919 Reported by Pete Forman <pete.forman@westerngeco.com>.
8920
8921 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
8922
8923 * allout.el (allout-keybindings-list): In initial setting, express
8924 meta-prefixed allout keys as vectors instead of strings, since the
8925 string form is interpreted in some cases as composed key
8926 modifiers, eg, accented keys.
8927
8928 (allout-line-boundary-regexp): Clarify description.
8929
8930 (set-allout-regexp): Repair the expressions so that the formfeed
8931 part is identified as one of the top-level groups, and is
8932 included in all the forms, not just the -line-boundary-regexp one.
8933
8934 (allout-prefix-data): Incorporate information from the various
8935 allout regexp's formfeed alternative group, when present.
8936
8937 (allout-write-file-hook-handler): Rectify mangling of the error
8938 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
8939 condition-case handler was apparently reformatted as if it was a
8940 call to the error function. An apparent repair attempt in version
8941 1.101 situated the original body of the error handling code as
8942 bogus condition-case handlers. I've returned to just about the
8943 working code that was originally there, removing an unnecessary -
8944 but benign - enclosing 'progn'. (Automated or cursory code fixes
8945 often aren't.)
8946
8947 (allout-region-active-p): Fallback to value of mark-active if
8948 neither use-region-p nor region-active-p are present, for
8949 compatability with current and recent emacs major releases.
8950
8951 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8952
8953 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
8954 (reftex-toc-restore-region):
8955 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
8956 (reftex-index-phrases-apply-to-region):
8957 * textmodes/ispell.el (ispell-word):
8958 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
8959 * progmodes/pascal.el (pascal-mark-defun):
8960 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
8961 (f90-fill-region):
8962 * emulation/tpu-edt.el (tpu-set-mark):
8963 * emulation/crisp.el (crisp-region-active):
8964 * winner.el (winner-active-region):
8965 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
8966 of bound tests in order to resolve conditionals at compile time.
8967
8968 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
8969
8970 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
8971 not autoloaded, and we wouldn't want to load CL just to unload
8972 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
8973
8974 2008-01-24 Martin Rudalics <rudalics@gmx.at>
8975
8976 * delsel.el (delete-selection-pre-hook): Avoid clearing out
8977 pre-command-hook when text is read-only.
8978
8979 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8980
8981 * vc.el (vc-process-filter): Do nothing if buffer not live.
8982 (vc-diff-finish): Rename from vc-diff-sentinel.
8983 No longer take REV1-NAME and REV2-NAME.
8984 Instead, take BUFFER-NAME. Do nothing if buffer not live.
8985 Don't do window resize if no window displays buffer.
8986 (vc-diff-internal): Use vc-diff-finish.
8987
8988 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
8989 In both cases, convert single call to one wrapped in dolist.
8990
8991 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8992
8993 * vc.el: Add a TODO item about missing files.
8994 (vc-exec-after): Add a tooltip to the new mode-line item.
8995
8996 2008-01-24 Glenn Morris <rgm@gnu.org>
8997
8998 * t-mouse.el (gpm-mouse-start): Declare as a function.
8999
9000 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9001
9002 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9003 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9004 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9005 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9006 prompt.
9007 (tramp-wait-for-output): Distinguish different prompt formats.
9008 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9009 (tramp-local-host-p): Check whether temp directory is writable.
9010
9011 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9012
9013 * vc.el: Add TODO items.
9014
9015 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9016
9017 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9018 be used to reveal or highlight the location of a match.
9019 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9020 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9021
9022 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9023
9024 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9025 for defcustom.
9026 (hide-ifdef-shadow): Add version number for defface.
9027
9028 2008-01-23 Glenn Morris <rgm@gnu.org>
9029
9030 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9031
9032 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9033
9034 * progmodes/sh-script.el (sh-basic-offset):
9035 * progmodes/cc-vars.el (c-syntactic-indentation)
9036 (c-syntactic-indentation-in-macros): Mark as safe.
9037
9038 2008-01-23 Richard Stallman <rms@gnu.org>
9039
9040 * icomplete.el (icomplete-get-keys):
9041 Look up KEYS using all maps in proper buffer.
9042
9043 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9044
9045 * frame.el (display-mm-height, display-mm-width):
9046 * whitespace.el (whitespace-check-leading-whitespace)
9047 (whitespace-check-trailing-whitespace)
9048 (whitespace-check-spacetab-whitespace)
9049 (whitespace-check-indent-whitespace)
9050 (whitespace-check-ateol-whitespace):
9051 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9052
9053 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9054
9055 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9056 after-save-hook so that it is not called multiple times.
9057
9058 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9059
9060 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9061
9062 * view.el (view-file-other-window, view-file-other-frame):
9063 Don't kill the buffer if it is modified. Doc fixes.
9064 (kill-buffer-if-not-modified): New function.
9065 (view-file): Don't kill the buffer if it is modified.
9066
9067 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9068 (ebrowse-view/find-file-and-search-pattern):
9069 Call view-file-other-window instead of ebrowse-view-file-other-window.
9070 (ebrowse-view-file-other-frame): Don't call
9071 current-window-configuration. Fix second argument in the call to
9072 view-mode-enter. Doc fix.
9073
9074 2008-01-23 Richard Stallman <rms@gnu.org>
9075
9076 * subr.el (atomic-change-group): Prevent undo list truncation.
9077
9078 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9079
9080 * files.el (safe-local-eval-forms):
9081 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9082
9083 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9084
9085 * comint.el (comint-insert-input): Set point first.
9086
9087 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9088 session doesn't hang because gdb-pending-triggers is non-nil.
9089 (gdb-frame-handler): Use buffer-file-name instead of
9090 buffer-name in case of duplicate file names.
9091
9092 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9093
9094 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9095 C-M-e and C-M-h for emacs, they work by default.
9096 (verilog-emacs-features): Remove.
9097 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9098 Remove. Move syntax table initialization ...
9099 (verilog-mode-syntax-table): ... here.
9100 (verilog-mode): Don't initialize the syntax table here.
9101 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9102 does not need it.
9103
9104 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9105
9106 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9107 backward compatibility. Replace all uses of booleanp with
9108 verilog-booleanp.
9109
9110 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9111
9112 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9113
9114 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9115
9116 * progmodes/verilog-mode.el (top-level): Fix spacing.
9117 (verilog-mode-version, verilog-mode-release-date):
9118 Update version number.
9119 (verilog-mode-release-emacs): New variable.
9120 (compile-command, reporter-prompt-for-summary-p):
9121 Define for byte compiler.
9122 (verilog-startup-message-lines, verilog-startup-message-displayed)
9123 (verilog-display-startup-message): Remove.
9124 (verilog-highlight-p1800-keywords): Improve docstring.
9125 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9126 (vector-skip-list): Only defvar at compile time.
9127 (verilog-highlight-translate-off, verilog-indent-level)
9128 (verilog-indent-level-module, verilog-indent-level-declaration)
9129 (verilog-indent-declaration-macros, verilog-indent-lists)
9130 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9131 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9132 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9133 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9134 (verilog-align-ifelse, verilog-minimum-comment-distance)
9135 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9136 (verilog-auto-endcomments, verilog-auto-read-includes)
9137 (verilog-auto-star-expand, verilog-auto-star-save)
9138 (verilog-library-flags, verilog-library-directories)
9139 (verilog-library-files, verilog-library-extensions)
9140 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9141 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9142 (verilog-assignment-delay, verilog-auto-inst-vector)
9143 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9144 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9145 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9146 Add safe-local-variable properties.
9147 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9148 (verilog-re-search-backward, verilog-error-regexp-add)
9149 (verilog-end-block-re, verilog-emacs-features)
9150 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9151 (verilog-type-font-keywords, verilog-inside-comment-p)
9152 (electric-verilog-backward-sexp, verilog-backward-sexp)
9153 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9154 (electric-verilog-terminate-line, electric-verilog-semi)
9155 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9156 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9157 (verilog-beg-of-statement, verilog-in-case-region-p)
9158 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9159 (verilog-in-fork-region-p, verilog-backward-case-item)
9160 (verilog-set-auto-endcomments, verilog-get-expr)
9161 (verilog-expand-vector-internal, verilog-surelint-off)
9162 (verilog-batch-execute-func, verilog-calculate-indent)
9163 (verilog-calc-1, verilog-calculate-indent-directive)
9164 (verilog-leap-to-head, verilog-continued-line)
9165 (verilog-backward-token, verilog-backward-syntactic-ws)
9166 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9167 (verilog-forward-ws&directives, verilog-at-constraint-p)
9168 (verilog-skip-backward-comments, verilog-indent-line-relative)
9169 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9170 (verilog-pretty-declarations, verilog-pretty-expr)
9171 (verilog-just-one-space, verilog-indent-declaration)
9172 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9173 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9174 (verilog-read-always-signals-recurse, verilog-read-instants)
9175 (verilog-read-auto-template, verilog-set-define)
9176 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9177 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9178 (verilog-modi-cache-results, verilog-insert-one-definition)
9179 (verilog-make-width-expression, verilog-delete-autos-lined)
9180 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9181 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9182 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9183 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9184 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9185 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9186 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9187 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9188 (verilog-library-files): Cleanup spacing of )'s they should not be
9189 on unique lines. Fix checkdoc warnings.
9190
9191 2008-01-22 Glenn Morris <rgm@gnu.org>
9192
9193 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9194 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9195 from defcustoms.
9196 (hide-ifdef-shadow): Remove autoload cookie from defface.
9197
9198 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9199 differences.
9200
9201 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9202
9203 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9204 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9205 manual entry.
9206
9207 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9208
9209 * net/dbus.el (dbus-ignore-errors): New macro.
9210 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9211 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9212 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9213 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9214
9215 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9216
9217 * outline.el (outline-up-heading): Fix check for top level to
9218 avoid infinite looping in hide-other.
9219
9220 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9221
9222 * vc.el (vc-process-sentinel): After calling the previous
9223 sentinel, do nothing if the process' buffer is not live.
9224
9225 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9226
9227 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9228 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9229 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9230 blank-mode faces. Doc fix. New version 8.1.
9231 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9232 CONDITION BODY).
9233 (blank-space-face): Face/option name replaced by blank-space.
9234 (blank-hspace-face): Face/option name replaced by blank-hspace.
9235 (blank-tab-face): Face/option name replaced by blank-tab.
9236 (blank-newline-face): Face/option name replaced by blank-newline.
9237 (blank-trailing-face): Face/option name replaced by blank-trailing.
9238 (blank-line-face): Face/option name replaced by blank-line.
9239 (blank-space-before-tab-face): Face/option name replaced by
9240 blank-space-before-tab.
9241 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9242
9243 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9244
9245 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9246 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9247 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9248 (global-blank-mode): Doc fixes.
9249 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9250 (blank-newline-face, blank-trailing-face, blank-line-face)
9251 (blank-space-before-tab-face, blank-display-mappings)
9252 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9253 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9254 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9255 Fix typos in docstrings.
9256
9257 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * server.el (server-log-time-function): New variable.
9260 (server-log): Use it.
9261
9262 2008-01-21 Glenn Morris <rgm@gnu.org>
9263
9264 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9265
9266 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9267
9268 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9269
9270 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9271 (org-descriptive-links, org-link-file-path-type)
9272 (org-remember-use-refile-when-interactive)
9273 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9274 (org-export-ascii-bullets, org-agenda-deadline-faces)
9275 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9276 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9277 (org-kill-note-or-show-branches): Fix typos in docstrings.
9278
9279 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9280
9281 * vc.el (vc-process-sentinel): Set mode-line-process.
9282 (vc-exec-after): Likewise, for the `run' process status.
9283
9284 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * ibuffer.el (ibuffer-mode): Fix last change.
9287
9288 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9289
9290 * vc-hg.el (vc-hg-registered):
9291 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9292
9293 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9294
9295 * repeat.el (repeat-undo-count): New variable.
9296 (repeat): For self-insertions make undo boundary only after 20
9297 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9298
9299 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * net/imap.el (imap-ping-server): New variable.
9302 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9303 (imap-ping-server): Minor doc string fixes.
9304
9305 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9306
9307 * net/imap.el (imap-ping-server): New function.
9308 (imap-opened): Call imap-ping-server.
9309
9310 2008-01-20 Glenn Morris <rgm@gnu.org>
9311
9312 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9313 prevent infloops.
9314
9315 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9316
9317 * progmodes/python.el (python-imports): Default to "None".
9318
9319 2008-01-19 Tom Tromey <tromey@redhat.com>
9320
9321 * vc-svn.el (vc-svn-after-dir-status): New function.
9322 (vc-svn-dir-status): Run svn asynchronously.
9323
9324 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9325
9326 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9327 (hide-ifdef-shadow): New face.
9328 (hide-ifdef-toggle-shadowing): New function to toggle between
9329 shadowing and making code invisible.
9330 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9331 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9332 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9333 property. Shadow text when hide-ifdef-shadow is non-nil.
9334 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9335 (hif-hide-line): Use when instead of if.
9336 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9337 Remove unneeded * from doc-strings.
9338
9339 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9342 the hscroll behavior was fixed.
9343 (doc-view-mode): Disable auto-hscroll-mode.
9344
9345 2008-01-18 Tom Tromey <tromey@redhat.com>
9346
9347 * vc-svn.el (vc-svn-dir-status): New function.
9348
9349 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9350
9351 * vc.el: Make vc-status asynchronous.
9352 (vc-update-vc-status-buffer): New function broken out of ...
9353 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9354 the dir-status backend function.
9355
9356 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9357 Move the output processing to ...
9358 (vc-hg-after-dir-status): ... here. Call the function passed as
9359 an argument with the results.
9360
9361 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9364 (doc-view-insert-image): Do something if the image is missing.
9365 (doc-view-mode): Don't use file-remote-p.
9366
9367 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9368
9369 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9370 (org-export-latex-special-chars): Convert "..." in \ldots
9371 and skip tables.
9372 (org-export-latex-fontify-headline): Change parameter name.
9373 (org-export-as-latex): Handle export of subtrees.
9374 (org-export-latex-make-header): New argument TITLE.
9375 (org-export-latex-content): New argument EXCLUDE-LIST.
9376 (org-list-parse-list): New name for org-export-latex-parse-list.
9377 (org-export-latex-make-header): New name for
9378 org-export-latex-make-preamble.
9379 (org-list-to-generic): New name of org-export-list-to-generic.
9380 (org-list-to-latex): New name of org-export-list-to-latex.
9381 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9382 (org-list-send-list, org-list-to-texinfo)
9383 (org-list-to-html): New functions.
9384 (org-export-latex-tables-column-borders)
9385 (org-export-latex-default-class, org-export-latex-classes)
9386 (org-export-latex-classes-sectioning)
9387 (org-list-radio-list-templates): New options.
9388 (org-export-latex-header): New variable.
9389 (org-latex-entities): New constant.
9390 (org-export-latex-default-sectioning, org-export-latex-preamble)
9391 (org-export-latex-prepare-text-option)
9392 (org-export-latex-get-sectioning): Remove.
9393
9394 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9395
9396 * textmodes/org-publish.el (org-publish-current-project):
9397 Fix bug with forcing publication.
9398
9399 * textmodes/org.el (org-export-with-special-strings): New option.
9400 (org-export-html-convert-special-strings): New function.
9401 (org-html-do-expand): `org-export-html-convert-special-strings'
9402 added to the list of conversion.
9403 (org-infile-export-plist, org-get-current-options): Add support
9404 for "-" in the #+OPTION line to let user switch on/off special
9405 strings conversion.
9406 (org-export-plist-vars): New :html-table-tag property.
9407 (org-export-as-html, org-format-org-table-html)
9408 (org-format-table-table-html) Use the :html-table-tag property
9409 instead of the `org-export-html-table-tag' global value.
9410 (org-additional-option-like-keywords): Add "TBLFM".
9411 (org-entry-properties): Include the CLOCKSUM special property.
9412 (org-columns-edit-value): Do not allow to edit the special
9413 CLOCKSUM property.
9414 (org-flag-drawer): Use the original value of `outline-regexp'.
9415 (org-remember-handler): Add invisible-ok flag to call to
9416 `org-end-of-subtree'.
9417 (org-agenda-highlight-todo): Respect
9418 `org-agenda-todo-keyword-format'.
9419 (org-agenda-todo-keyword-format): New option.
9420 (org-infile-export-plist): No restriction while searching for options.
9421 (org-remember-handler): Remove comments at the end of the buffer.
9422 (org-remember-use-refile-when-interactive): New option.
9423 (org-table-sort-lines): Make sure sorting works on link
9424 descritions only, and ignores the link.
9425 (org-sort-entries-or-items): Make sure the end of the subtree is
9426 included.
9427 (org-refile-use-outline-path): New allowed values `file' and
9428 `full-file-path'.
9429 (org-get-refile-targets): Respect new values for
9430 `org-refile-use-outline-path'.
9431 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9432 (org-export-as-xoxo): Restore point when done.
9433 (org-open-file): Allow multiple %s in command.
9434 (org-clock-in-switch-to-state): New option.
9435 (org-first-list-item-p): New function.
9436 (org-last-remember-storage-locations): New variable.
9437 (org-get-refile-targets): Interpret the new maxlevel setting.
9438 (org-refile-targets): New option `:maxlevel'.
9439 (org-copy-subtree): Include empty lines before but not after subtree.
9440 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9441 (org-move-item-down, org-move-item-up): Include empty lines before
9442 but not after item.
9443 (org-first-sibling-p): New function.
9444 (org-remember-apply-template): Defaults, completions and history
9445 for template prompts. Also, interpret new `%!' escape.
9446 (org-context-choices): New constant.
9447 (org-bound-and-true-p): New macro.
9448 (org-imenu-depth): New option.
9449 (org-imenu-markers): New variable.
9450 (org-imenu-new-marker, org-imenu-get-tree)
9451 (org-speedbar-set-agenda-restriction): New functions.
9452 (org-agenda-set-restriction-lock)
9453 (org-agenda-remove-restriction-lock)
9454 (org-agenda-maybe-redo): New functions.
9455 (org-agenda-restriction-lock): New face.
9456 (org-agenda-restriction-lock-overlay)
9457 (org-speedbar-restriction-lock-overlay): New variables.
9458 (org-open-at-point): Remove obsolete way to do redirection in
9459 shell links.
9460 (org-imenu-and-speedbar): New customization group.
9461 (org-entry-properties): Return keyword-less time strings.
9462 (org-clock-heading-function): New option.
9463 (org-clock-in): Use `org-clock-heading-function'.
9464 (org-calendar-holiday): Try to use `calendar-check-holidays'
9465 instead of the obsolete `check-calendar-holidays'.
9466 (org-export-html-special-string-regexps): New constant.
9467 (org-massive-special-regexp): New variable.
9468 (org-compute-latex-and-specials-regexp)
9469 (org-do-latex-and-special-faces): New functions.
9470 (org-latex-and-export-specials): New face.
9471 (org-highlight-latex-fragments-and-specials): New option.
9472 (org-link-escape-chars): Use characters instead of strings.
9473 (org-link-escape-chars-browser, org-link-escape)
9474 (org-link-unescape): Use characters instead of strings.
9475 (org-export-html-convert-sub-super, org-html-do-expand): Check for
9476 protected text.
9477 (org-emphasis-alist): Additional `verbatim' flag.
9478 (org-set-emph-re): Handle the verbatim flag and compute
9479 `org-verbatim-re'.
9480 (org-cleaned-string-for-export): Protect verbatim elements.
9481 (org-verbatim-re): New variable.
9482 (org-hide-emphasis-markers): New option.
9483 (org-additional-option-like-keywords): Add new keywords.
9484 (org-get-entry): Rename from `org-get-cleaned-entry'.
9485 (org-icalendar-cleanup-string): New function for quoting icalendar text.
9486 (org-agenda-skip-scheduled-if-done): New option.
9487 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9488 `org-agenda-skip-scheduled-if-done'.
9489 (org-prepare-agenda-buffers): Allow buffers as arguments.
9490 (org-entry-properties): Add CATEGORY as a special property.
9491 (org-use-property-inheritance): Allow a list of properties as a value.
9492 (org-eval-in-calendar): No longer update the prompt.
9493 (org-read-date-popup-calendar): Rename from
9494 `org-popup-calendar-for-date-prompt'.
9495 (org-read-date-display-live): New variable.
9496 (org-read-date-display): New function.
9497 (org-read-date-analyze): New function.
9498 (org-remember-apply-template): Define `remember-finalize' if it is
9499 not yet defined.
9500 (org-remember-insinuate): New function.
9501 (org-read-date-prefer-future): New option.
9502 (org-read-date): Respect the setting of
9503 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
9504 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9505 hardcoded string.
9506 (org-remember-apply-template): Use `remember-finalize' instead of
9507 `remember-buffer'.
9508 (org-columns-compute, org-column-number-to-string)
9509 (org-columns-uncompile-format, org-columns-compile-format)
9510 (org-columns-compile-format): Handle printf format specifier.
9511 (org-columns-new, org-column-number-to-string)
9512 (org-columns-uncompile-format, org-columns-compile-format):
9513 Support for new currency summary type.
9514 (org-tree-to-indirect-buffer): Do not kill old buffer when
9515 `org-indirect-buffer-display' is `new-frame'.
9516 (org-indirect-buffer-display): Document that `new-frame' leads to
9517 indiret buffer proliferation.
9518 (org-agenda-list): Use `org-extend-today-until'.
9519 (org-extend-today-until): New option.
9520 (org-format-org-table-html): Use lower-case for <col> tag.
9521 (org-agenda-execute): New command.
9522 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9523 (org-select-remember-template): New function.
9524 (org-remember-apply-template): Use `org-select-remember-template'.
9525 (org-go-to-remember-target): New function.
9526
9527 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9528
9529 * vc.el: Add a TODO note about vc-state.
9530 (vc-next-action): Register 'unregistered and 'ignored files.
9531 Use when and unless instead of if where appropriate.
9532 (vc-start-entry): Fix typo.
9533 (vc-status): Autoload it.
9534
9535 2008-01-18 Glenn Morris <rgm@gnu.org>
9536
9537 * ffap.el (ffap-alist): Remove space from RFC regexp.
9538
9539 2008-01-18 Richard Stallman <rms@gnu.org>
9540
9541 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9542 than face-spec-recalc.
9543
9544 2008-01-18 Glenn Morris <rgm@gnu.org>
9545
9546 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9547
9548 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9549 Miles Bader <miles@gnu.org>
9550
9551 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
9552 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
9553 for handling display table (via visws.el package), his code was
9554 modified, but the main idea was kept.
9555
9556 2008-01-17 Glenn Morris <rgm@gnu.org>
9557
9558 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9559 (ibuffer-save-filters): Remove calls to deleted
9560 ibuffer-update-mode-name.
9561
9562 2008-01-16 Martin Rudalics <rudalics@gmx.at>
9563
9564 * longlines.el (longlines-mode, longlines-show-region)
9565 (longlines-unshow-hard-newlines): Bind buffer-file-name and
9566 buffer-file-truename to nil while modifying buffer.
9567
9568 * cus-edit.el (custom-reset-standard-variables-list)
9569 (custom-reset-standard-faces-list): New variables.
9570 (custom-reset-standard-save-and-update): New function.
9571 (Custom-save): Apply custom-mark-to-save before and
9572 custom-state-set-and-redraw after saving options.
9573 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9574 options and call custom-reset-standard-save-and-update.
9575 (custom-variable, custom-face, custom-group): Provide new
9576 entries for custom-mark-to-save, custom-mark-to-reset-standard,
9577 and custom-state-set-and-redraw.
9578 (custom-variable-mark-to-save)
9579 (custom-variable-state-set-and-redraw)
9580 (custom-variable-mark-to-reset-standard)
9581 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9582 (custom-face-mark-to-reset-standard)
9583 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9584 (custom-group-mark-to-reset-standard): New functions.
9585 (custom-variable-save): Move save, state-set, and redraw
9586 functionality to custom-variable-mark-to-save.
9587 (custom-face-save): Move save, state-set, and redraw
9588 functionality to custom-face-mark-to-save.
9589 (custom-group-save): Move save, state-set, and redraw
9590 functionality to custom-group-mark-to-save.
9591 (custom-variable-reset-standard, custom-face-reset-standard)
9592 (custom-group-reset-standard): Move save, state-set, and redraw
9593 functionality to custom-reset-standard-save-and-update.
9594
9595 (custom-buffer-create-internal): Fix text in verbose help.
9596 (custom-face-value-create): Indent doc-strings of faces like
9597 those of variables.
9598
9599 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * server.el (server-process-filter): Replace lineno and columnnno
9602 which defaulted to 1&0 with filepos which defaults to nil.
9603 (server-goto-line-column): Only receive the filepos.
9604 Only move if filepos is non-nil.
9605 (server-visit-files): Slight restructure to consolidate two calls to
9606 server-goto-line-column into just one.
9607
9608 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9609 the use of degraded mode.
9610 (nxml-degrade): Don't change mode-name.
9611
9612 * nxml/rng-nxml.el (rng-nxml-mode-init):
9613 Don't overwrite mode-line-process.
9614
9615 * ibuffer.el (mode): Pass the buffer to format-mode-line.
9616 (ibuffer-update-mode-name): Remove.
9617 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9618 (ibuffer-mode): Use mode-line-process instead.
9619
9620 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9621 Use derived-mode-p.
9622 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9623
9624 * help.el (describe-mode): Pass the right buffer to format-mode-line.
9625
9626 2008-01-16 Glenn Morris <rgm@gnu.org>
9627
9628 * comint.el (comint-regexp-arg): Fix no-input case.
9629
9630 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9633 * pcvs.el (cvs-revert-if-needed):
9634 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9635
9636 * vc-svn.el (vc-svn-find-file-hook):
9637 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9638
9639 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
9640
9641 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9642 (icalendar-export-file, icalendar-import-file):
9643 Restore significant trailing whitespace in `interactive' prompts.
9644
9645 2008-01-16 Tom Tromey <tromey@redhat.com>
9646
9647 * calendar/icalendar.el (icalendar--convert-tz-offset)
9648 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9649 (icalendar--find-time-zone): New functions.
9650 (icalendar--decode-isodatetime): Add `zone' argument, passed to
9651 `decode-time'. Doc fix.
9652 (icalendar--convert-ical-to-diary): Compute zone-map.
9653 Pass timezone to icalendar--decode-isodatetime.
9654
9655 2008-01-16 Alan Mackenzie <acm@muc.de>
9656
9657 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9658 an eval-and-compile, so as to permit byte-compiling (e.g. in
9659 bootstrap).
9660
9661 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9664 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9665 using the same key for different menu entries.
9666
9667 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9668 (smerge-makeup-conflict): New command.
9669
9670 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
9671
9672 * log-edit.el (log-edit): Doc fix.
9673
9674 2008-01-15 Glenn Morris <rgm@gnu.org>
9675
9676 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9677
9678 2008-01-14 Alan Mackenzie <acm@muc.de>
9679
9680 * progmodes/cc-vars.el (c-constant-symbol): New function which
9681 supersedes c-const-symbol. During a customize-.. call it enables
9682 an element of (e.g.) c-hanging-braces alist to have its name
9683 displayed, even when the default value of c-h-b etc. doesn't
9684 include the elemnt. Replace uses of the old function by the new.
9685
9686 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9687 obscure non-working fragment ":value c-".
9688
9689 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9692
9693 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9696 instead of `tramp-file-name-real-host'.
9697
9698 * net/trampver.el: Update release number.
9699
9700 2008-01-14 Alan Mackenzie <acm@muc.de>
9701
9702 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9703 call inside a struct being recognised as a K&R argument.
9704
9705 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9708 Accept "fatal error" from MSFT.
9709 Reported by Jared Finder <jfinder@crypticstudios.com>.
9710
9711 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
9712
9713 * smerge-mode.el (smerge-auto): New function.
9714 * vc-svn.el (vc-svn-find-file-hook):
9715 * vc-arch.el (vc-arch-find-file-hook):
9716 * pcvs.el (cvs-revert-if-needed):
9717 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9718 (top-level): Add a Todo list.
9719
9720 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9721
9722 * vc.el (vc-update): Resolve conflicts if necessary instead of
9723 just updating the buffer.
9724
9725 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9726 update command so that we can parse the output.
9727
9728 2008-01-13 Martin Rudalics <rudalics@gmx.at>
9729
9730 * mail/rmail.el (rmail-convert-to-babyl-format):
9731 Remove save-excursion to avoid infinite looping.
9732 Reported by dnz <dnz@bk.ru>.
9733
9734 2008-01-12 Glenn Morris <rgm@gnu.org>
9735
9736 * woman.el (woman-parse-numeric-arg): Change handling of `==':
9737 can be interned without a function definition.
9738
9739 2008-01-12 Jason Rumney <jasonr@gnu.org>
9740
9741 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9742 (rng-nxml-mode-init): Declare.
9743
9744 2008-01-11 Jason Rumney <jasonr@gnu.org>
9745
9746 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9747 (rng-preferred-prefix-alist-default): Remove.
9748
9749 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9750 Rename from nxml-enable-unicode-char-name-sets-flag.
9751 (nxml-enable-unicode-char-name-sets-1): Merge into
9752 nxml-enable-unicode-char-name-sets.
9753 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9754 nxml-char-name-ignore-case here.
9755
9756 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9757 Update doc string and commentary.
9758 (nxml-char-name-ignore-case): Change default value.
9759 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9760
9761 2008-01-11 Martin Rudalics <rudalics@gmx.at>
9762
9763 * cus-start.el (all): Add missing version entries.
9764
9765 2008-01-11 Glenn Morris <rgm@gnu.org>
9766
9767 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9768 (euc-to-flat-code, flat-code-to-euc):
9769 * textmodes/org.el (elmo-msgdb-overview-get-entity)
9770 (wl-summary-buffer-msgdb): Declare as funtions.
9771
9772 2008-01-10 Martin Rudalics <rudalics@gmx.at>
9773
9774 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
9775 Bind buffer-file-name and buffer-file-truename.
9776
9777 * fringe.el (fringe-mode-explicit): New variable.
9778 (set-fringe-mode): Don't alter default-frame-alist when just
9779 loading this file.
9780
9781 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
9782
9783 * doc-view.el (doc-view-buffer-file-name): New variable.
9784 (doc-view-convert-current-doc, doc-view-search)
9785 (doc-view-current-cache-dir, doc-view-initiate-display)
9786 (doc-view-mode): Use it.
9787 (doc-view-bookmark-make-cell): Use variable buffer-file-name
9788 instead of function.
9789
9790 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9791
9792 * vc-svn.el (vc-svn-registered): Return the correct value for
9793 ignored and unregistered files.
9794
9795 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
9796
9797 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
9798
9799 2008-01-10 Tom Tromey <tromey@redhat.com>
9800
9801 * vc.el (vc-status-unmark-all-files): New function.
9802 (vc-status-unmark-all-files): Likewise.
9803 (vc-status-mode-map): Add bindings.
9804
9805 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
9806
9807 * ediff*.el: Uncomment declare-function.
9808
9809 * emulation/viper*.el: Uncomment declare-function.
9810
9811 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
9812
9813 * doc-view.el (doc-view-mode): Support tramp, compressed files and
9814 files inside archives uniformly.
9815
9816 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
9817
9818 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
9819 constant with a computation on sgml-specials rather than a literal
9820 list. Without this change the syntax table is generated
9821 incorrectly, and the mode will think it's in a comment following
9822 any instance of the string "--".
9823
9824 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
9825
9826 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
9827 (doc-view-mode): Support document files inside archives.
9828
9829 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
9830
9831 * vc.el (vc-deduce-fileset): Return the currently selected file if
9832 no files are selected when using vc-status.
9833
9834 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
9835
9836 * ediff*.el: Comment out declare-function. "make bootstrap"
9837 stops with an error and Emacs does not compile with those things in.
9838 Besides, declare-function is not defined in XEmacs.
9839
9840 * ediff-util (eqiff-quit): Autoraise minibuffer.
9841
9842 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
9843
9844 * emulation/viper*.el: Comment out declare-function -- not defined
9845 in XEmacs.
9846
9847 * emulation/viper-ex.el (viper-info-on-file):
9848 Take care of indirect buffers.
9849
9850 * emulation/viper.el (viper-set-hooks, set-cursor-color):
9851 Set viper-vi-state-cursor-color.
9852
9853 2008-01-09 Tom Tromey <tromey@redhat.com>
9854
9855 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
9856 Just return header.
9857 (vc-status-move-to-goal-column): New function.
9858 (vc-status-mode-map): Define more keys.
9859 (vc-status-mode): Use vc-status-refresh. Now 'special.
9860 (vc-status-refresh): New function.
9861 (vc-status-next-line): Likewise.
9862 (vc-status-previous-line): Likewise.
9863 (vc-status-mark-file): Use vc-status-next-line.
9864 (vc-status-unmark-file): Use vc-status-previous-line.
9865 (vc-status-unmark-file-up): New function.
9866 (vc-status-register): Likewise.
9867 (vc-status-find-file): Likewise.
9868 (vc-status-find-file-other-window): Likewise.
9869 (vc-status-current-file): Likewise.
9870 (vc-ensure-vc-buffer): Understand vc-status mode.
9871
9872 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
9873
9874 2008-01-09 Glenn Morris <rgm@gnu.org>
9875
9876 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
9877 entry, for Windows.
9878
9879 2008-01-09 Tom Tromey <tromey@redhat.com>
9880
9881 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
9882
9883 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
9886 add a file-name handler.
9887
9888 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9889
9890 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
9891 Rename from function bibtex-files-expand. New optional arg select.
9892 (bibtex-flash-head): Allow blink-matching-delay being zero.
9893 (bibtex-clean-entry): Use atomic-change-group.
9894 (bibtex-format-entry): Check presence of required fields only
9895 after formatting of fields. Use member-ignore-case. Do not use
9896 bibtex-parse-entry. Do not use booktitle field to set a missing title.
9897 (bibtex-autofill-entry): Do not call undo-boundary.
9898 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
9899 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
9900 Parse keys if necessary.
9901
9902 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9903
9904 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
9905 quotes in case of spaces, e.g. STL containers (not pretty).
9906
9907 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9908
9909 * progmodes/gdb-ui.el (gud-gdb-command-name):
9910 Explain "--annotate=3" option is necessary for the Graphical Interface.
9911
9912 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9913
9914 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
9915 on menu bar.
9916
9917 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
9918
9919 * ffap.el (ffap-read-file-or-url): Let-bind
9920 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
9921
9922 2008-01-08 Sven Joachim <svenjoac@gmx.de>
9923
9924 * vc-bzr.el: Fix typo in header.
9925
9926 2008-01-08 Eli Zaretskii <eliz@gnu.org>
9927
9928 * Makefile.in (custom-deps, finder-data): Depend on autoloads
9929 instead of loaddefs.el.
9930
9931 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
9934 gets inserted out-of-order.
9935
9936 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
9937
9938 * vc-bzr.el: Copyright and version headers update.
9939 Remove some outdated comments through the whole file.
9940 (vc-bzr-program-args): Remove because unused.
9941 (vc-bzr-log-switches): New customization option.
9942 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
9943 use `vc-bzr-program-args'.
9944 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
9945 `vc-find-root' (patch by Andreas Hoenen).
9946 (vc-bzr-status): Update regex to match latest Bzr output.
9947 Remove redundant test.
9948 (vc-bzr-init-version): New function.
9949 (vc-bzr-unregister): Must not delete file.
9950 (vc-bzr-find-version): New function.
9951 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
9952 a non-empty string, otherwise take head revision.
9953 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
9954 (vc-bzr-diff): Simpler build of the revision spec string.
9955 (vc-annotate-convert-time, vc-bzr-annotate-difference):
9956 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
9957 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
9958 (vc-bzr-dired-state-info): Only provide custom strings for
9959 overloaded VC state 'edited; otherwise fallback to
9960 `vc-default-dired-state-info'.
9961
9962 2008-01-08 Richard Stallman <rms@gnu.org>
9963
9964 * delsel.el (delete-selection-mode): Doc fix.
9965
9966 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9967
9968 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
9969 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
9970
9971 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
9972 of watch expressions (only works fully with GDB 6.7 or later).
9973
9974 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 * time-stamp.el (time-stamp-time-zone):
9977 * whitespace.el (whitespace-check-buffer-leading)
9978 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
9979 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
9980 * progmodes/sh-script.el (sh-indentation):
9981 * textmodes/ispell.el (ispell-local-pdict):
9982 Add safe-local-variable properties.
9983
9984 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * vc-git.el (vc-git--call): Apply `process-file' instead of
9987 `call-process'.
9988
9989 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
9990 Reported by Pete Forman <pete.forman@westerngeco.com>.
9991 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
9992 (tramp-handle-process-file): Handle the case where DESTINATION is
9993 a consp with t as car.
9994 (tramp-wait-for-output): We shall remove exactly what has been
9995 find by the search.
9996
9997 2008-01-08 Kevin Ryde <user42@zip.com.au>
9998
9999 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10000 For perl, allow "during global destruction" at end. Add entry for
10001 two-arg form of the Test module ok() func.
10002
10003 2008-01-08 Glenn Morris <rgm@gnu.org>
10004
10005 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10006 unified format.
10007
10008 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10009
10010 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10011
10012 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10013 Simplify selection of frame focusing function.
10014
10015 2008-01-08 Michael Olson <mwolson@gnu.org>
10016
10017 * textmodes/remember.el (remember-region): Fix typo in docstring.
10018
10019 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10020
10021 * textmodes/remember.el (remember): If there is a visible region
10022 [that is, the mark is active and transient mark mode is enabled]
10023 then use this region for the initial contents of the *Remember*
10024 buffer. Use `region-beginning' and `region-end' instead of
10025 `point' and `mark'.
10026
10027 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10028
10029 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10030 argument to vc-hg-command.
10031 (vc-hg-log-view-mode): Handle the user field better.
10032
10033 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10036
10037 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10038
10039 * vc.el (vc-status-fileinfo): New defstruct.
10040 (vc-status): New defvar.
10041 (vc-status-insert-headers, vc-status-printer, vc-status)
10042 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10043 (vc-status-unmark-file, vc-status-marked-files): New functions.
10044
10045 * vc-hg.el (vc-hg-dir-status): New function.
10046
10047 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10048
10049 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10050 keymap from here ...
10051 (custom-mode): ... to here. Reported by Reiner Steib.
10052
10053 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10054
10055 * obsolete/x-apollo.el: Remove file for unsupported system.
10056
10057 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10058 Apollo.
10059
10060 * progmodes/gud.el (gud-dgux-p): Remove.
10061 (dbx): Remove reference to dgux.
10062
10063 * progmodes/ps-mode.el (ps-mode-print-function):
10064 * ps-print.el (ps-lp-system):
10065 * paths.el (rmail-spool-directory):
10066 * ls-lisp.el (ls-lisp-emulation):
10067 * lpr.el (lpr-lp-system):
10068 * dired.el (dired-chown-program): Remove references to dgux.
10069
10070 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * vc.el (vc-process-sentinel): Fix apparent typo.
10073 (vc-do-command): Forcefully kill any left over process.
10074 Use start-file-process.
10075 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10076
10077 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * net/dbus.el (dbus-list-hash-table)
10080 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10081 (dbus-check-event): Add serial number to event.
10082 (dbus-handle-event): Apply return message if needed.
10083 (dbus-event-serial-number): New defun.
10084 (dbus-event-service-name, dbus-event-path-name)
10085 (dbus-event-interface-name, dbus-event-member-name):
10086 Adapt implementation to serial number.
10087
10088 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10089
10090 * bs.el (bs--get-mode-name): Fix typo in previous change.
10091
10092 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * mouse.el (mouse-popup-menubar): Fix typo.
10095
10096 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10097 form inside with-current-buffer.
10098
10099 * progmodes/antlr-mode.el (provide): Move to the end of file.
10100 (require): Don't require font-lock and compile.
10101 (outline-level, imenu-use-markers, imenu-create-index-function):
10102 Move declarations to top level.
10103 (cond-emacs-xemacs-macfn): Declare for compiler.
10104
10105 * vc-bzr.el (vc-bzr-root):
10106 * vc-arch.el (vc-arch-root): Only set a property if the file is
10107 managed by this backend.
10108
10109 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10110
10111 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10112
10113 * doc-view.el (doc-view-scroll-up-or-next-page)
10114 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10115 top/bottom again when on the first/last page.
10116
10117 * doc-view.el (doc-view-scroll-up-or-next-page)
10118 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10119 image-scroll-down instead of the non-image equivalents.
10120 Don't rely on a signalled condition but switch pages when scrolling
10121 doesn't change the vertical position anymore.
10122 (doc-view-mode-map): Remap scroll-{up,down} to
10123 image-scroll-{up,down}.
10124
10125 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10126
10127 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10128 tpu-mapper command rather than load the tpu-mapper package.
10129
10130 * emulation/tpu-mapper.el (tpu-mapper): New command.
10131 Contains all the code previously at top-level.
10132
10133 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10136 * imenu.el (imenu-add-to-menubar):
10137 * makesum.el (make-command-summary):
10138 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10139 (mouse-buffer-menu):
10140 * msb.el (msb--mode-menu-cond):
10141 * calc/calc-embed.el (calc-do-embedded):
10142 * emacs-lisp/helper.el (Helper-describe-mode):
10143 * mail/emacsbug.el (report-emacs-bug):
10144 * progmodes/hideshow.el (hs-grok-mode-type):
10145 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10146 * textmodes/table.el (*table--cell-describe-mode):
10147 Pass mode-name through format-mode-line.
10148
10149 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10152 * progmodes/ada-mode.el (comment-region):
10153 * calendar/todo-mode.el (todo-insert-item):
10154 * bookmark.el (bookmark-buffer-name):
10155 Test major-mode rather than mode-name.
10156
10157 2008-01-04 Richard Stallman <rms@gnu.org>
10158
10159 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10160 Call byte-compile-warn-about-unresolved-functions outside
10161 the with-current-buffer.
10162 (byte-compile-insert-header): Use with-current-buffer.
10163
10164 2008-01-04 Glenn Morris <rgm@gnu.org>
10165
10166 * startup.el (fancy-about-screen): Remove reference to deleted
10167 `fancy-splash-help-echo' variable.
10168
10169 * version.el (emacs-copyright): Update to 2008.
10170
10171 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10172 rather than mapcar.
10173
10174 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10175 change (merge mistake).
10176
10177 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10178
10179 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10180 (bookmark-get-bookmark-record):
10181 * image-mode.el (bookmark-make-cell-function)
10182 (bookmark-get-filename, bookmark-get-bookmark-record)
10183 (bookmark-get-position):
10184 * log-view.el (vc-modify-change-comment):
10185 * progmodes/grep.el (find-name-arg): Declare for compiler.
10186
10187 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10188
10189 * savehist.el (savehist-coding-system): Default to a variant coding
10190 system with explicit unix end-of-line conversion, which is safer.
10191
10192 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10195 * ibuffer.el (mode column): Use format-mode-line.
10196
10197 * server.el (server-create-window-system-frame): Remove workaround for
10198 a bug that has been fixed.
10199
10200 2008-01-03 Magnus Henoch <magnus@zemdatav>
10201
10202 * net/dbus.el (dbus-name-owner-changed-handler):
10203 Use dbus-unregister-object instead of dbus-unregister-signal.
10204
10205 2008-01-03 Drew Adams <drew.adams@oracle.com>
10206
10207 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10208
10209 2008-01-03 Richard Stallman <rms@gnu.org>
10210
10211 * replace.el (occur-context-lines): New subroutine,
10212 broken out of occur-engine.
10213 (occur-engine): Call it.
10214
10215 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10216
10217 * vc-git.el (vc-git--ls-files-state): New function.
10218 (vc-git-dir-state): Use it instead of processing the status
10219 results here.
10220
10221 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10222
10223 * progmodes/grep.el (grep-find-ignored-directories):
10224 Initialize from the value of vc-directory-exclusion-list.
10225
10226 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10227 even though we don't have a back end for darcs yet.
10228
10229 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10230
10231 Change a return type, for greater extensibility.
10232 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10233 and its thread for discussion leading to this change.
10234
10235 * bookmark.el (bookmark-jump-noselect):
10236 Return an alist instead of a dotted pair.
10237 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10238 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10239 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10240 (bookmark-make-cell-function): Adjust documentation accordingly.
10241
10242 * image-mode.el (image-bookmark-jump):
10243 Adjust return type accordingly; document.
10244
10245 * doc-view.el (doc-view-bookmark-jump):
10246 Adjust return type accordingly; document.
10247
10248 2008-01-02 Miles Bader <miles@gnu.org>
10249
10250 * net/rcirc.el (rcirc-log-filename-function): New variable.
10251 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10252 log-file name. Don't log anything if it returns nil.
10253 (rcirc-log-write): Use `expand-file-name' when merging the
10254 log-file name from the alist with rcirc-log-directory; this does
10255 the right thing if the name in the alist already an absolute
10256 filename. Make the log-file directory if necessary.
10257
10258 2007-12-29 Richard Stallman <rms@gnu.org>
10259
10260 * font-lock.el (font-lock-prepend-text-property)
10261 (font-lock-append-text-property): Canonicalize the face and
10262 font-lock-face properties.
10263
10264 * faces.el (facep): Doc fix.
10265
10266 * startup.el (fancy-startup-tail, fancy-about-text)
10267 (fancy-startup-text): Regularize format of face property.
10268
10269 * facemenu.el (list-colors-print): Use :background and :foreground
10270 instead of background-color and foreground-color.
10271
10272 2007-12-29 Drew Adams <drew.adams@oracle.com>
10273
10274 * cus-edit.el (custom-add-parent-links):
10275 Fill the "Parent documentation" text.
10276
10277 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10278
10279 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10280 MS-Windows and MS-DOS.
10281 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10282
10283 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10284
10285 * vc-svn.el (vc-svn-modify-change comment): New function.
10286
10287 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10290 Do not disable undo, with-temp-buffer does it by default.
10291
10292 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10293
10294 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10295 correctly.
10296
10297 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10298 with vc-state.
10299 (vc-next-action): Fix vc-transfer-file call.
10300
10301 2007-12-31 Tom Tromey <tromey@redhat.com>
10302
10303 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10304 Move point to the start of the buffer.
10305
10306 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10307
10308 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10309
10310 * vc.el: State that dir-state is required to set the vc-state and
10311 vc-backend properties.
10312
10313 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10314
10315 * man.el (Man-default-man-entry): Make this a defun.
10316 Improve guessing mechanism and handling of section numbers.
10317
10318 2007-12-31 Richard Stallman <rms@gnu.org>
10319
10320 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10321
10322 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10323
10324 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10325 are on the result even when the result is zero.
10326
10327 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10328
10329 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10330 resistent towards wrong parameters.
10331 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10332
10333 2007-12-30 Richard Stallman <rms@gnu.org>
10334
10335 * faces.el (face-all-attributes): New function.
10336
10337 * faces.el (face-differs-from-default-p): Compute list of attr names
10338 from face-attribute-name-alist.
10339
10340 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10341 (custom-face-save): Likewise.
10342 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10343
10344 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10345 (custom-theme-set-faces): Clear `face-override-spec' property.
10346 Call `face-spec-set' with FOR-DEFFACE.
10347
10348 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10349
10350 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10351 Use of frame as third arg is deprecated.
10352 Handle `face-override-spec' property.
10353 (face-spec-recalc): New function.
10354 (face-spec-set-2): New function.
10355 (frame-set-background-mode): Handle `face-override-spec' property.
10356 Use `face-spec-recalc'.
10357 (face-set-after-frame-default): Use `face-spec-recalc'.
10358
10359 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10360
10361 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10362
10363 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10366
10367 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10368
10369 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10370 'added, 'removed.
10371
10372 * vc.el (header coment): Better description of dir-state.
10373 (vc-compatible-state): New function. Checks whether two states
10374 can be in the same changeset; used with 'edited it can test whether
10375 the next action for a state should be commit.
10376 (vc-default-dired-state-info): Display 'removed state.
10377 (vc-dired-hook): Turn off undo, this is a speed tweak.
10378
10379 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10380
10381 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10382 Cope with the possibility that the 'C' status flag might change
10383 in 0.9,6.
10384
10385 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10386
10387 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10388
10389 * files.el (cd-absolute): Fix omission bug:
10390 Make `list-buffers-directory' buffer-local.
10391
10392 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10393
10394 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10395
10396 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10397
10398 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10399
10400 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10401 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10402 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10403 (math-maxima-parse-subst, math-maxima-parse-taylor)
10404 (math-maxima-compose-taylor, math-maxima-compose-subst)
10405 (math-maxima-compose-if, math-lang-switch-args)
10406 (math-lang-compose-switch-args, math-read-giac-subscr):
10407 New functions.
10408 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10409 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10410 Add languages.
10411 (math-vector-brackets, math-complex-format, math-variable-table)
10412 (math-parse-table, math-oper-table, math-function-table)
10413 (math-special-function-table, math-compose-subscr):
10414 Add values for new languages.
10415
10416 * calc/calccomp.el (math-compose-expr): Add new languages.
10417
10418 * calc/calc.el (calc-language): Add languages to docstring.
10419
10420 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10421 for new languages. Autoload commands to change languages.
10422
10423 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10424
10425 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10426 (calc-arithmetic-menu, calc-scientific-function-menu)
10427 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10428 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10429 Add :active keywords.
10430
10431 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10432
10433 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10434 returns 'ignored or 'unregistered.
10435 (vc-hg-state): Pass "-A" to the status command and deal with the
10436 output.
10437 (vc-hg-dir-state): Pass "-A" to the status command.
10438
10439 2007-12-29 Richard Stallman <rms@gnu.org>
10440
10441 * progmodes/compile.el (compilation-start): Set initial visible
10442 point properly even when compilation buffer already current.
10443
10444 2007-12-29 Richard Stallman <rms@gnu.org>
10445
10446 * files.el (conf-mode-maybe): New function.
10447 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10448
10449 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10450
10451 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10452
10453 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10456
10457 2007-12-29 Richard Stallman <rms@gnu.org>
10458
10459 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10460 so they never do EOF.
10461
10462 2007-12-29 Richard Stallman <rms@gnu.org>
10463
10464 * faces.el (copy-face): Create the new face explicitly if it
10465 does not exist already.
10466
10467 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10468
10469 * simple.el (minibuffer-history, shell-command-history)
10470 (set-variable-value-history):
10471 * replace.el (regexp-history):
10472 * international/mule-cmds.el (input-method-history):
10473 * files.el (file-name-history): Add reference to history-length in
10474 the doc string.
10475
10476 2007-12-29 Richard Stallman <rms@gnu.org>
10477
10478 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10479
10480 2007-12-29 Jason Rumney <jasonr@gnu.org>
10481
10482 * find-dired.el (find-name-arg): New custom variable.
10483 (find-name-dired): Use it.
10484 (find-dired-find-program): Remove.
10485 (find-dired): Use find-program.
10486 (find-grep-dired): Use grep-program.
10487
10488 * progmodes/grep.el (rgrep): Use find-name-arg.
10489
10490 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10491
10492 * progmodes/cc-vars.el (defcustom-c-stylevar):
10493 Revert to pre-2007-12-12 version.
10494
10495 2007-12-29 Richard Stallman <rms@gnu.org>
10496
10497 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10498
10499 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10500 Use changed.
10501
10502 * startup.el (fancy-splash-help-echo): Var deleted.
10503 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10504 (fancy-about-screen): Don't display fancy-splash-help-echo.
10505
10506 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10507
10508 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
10509
10510 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10511 to vc-hooks.el so it will be available to other modes, such as
10512 speedbar.el. Also, teach it to recognize monotone state directories.
10513
10514 * speedbar.el: Remove this mode's fragile assumptions about
10515 version-control systems. Instead, make it use logic from
10516 vc-hooks.el so it will become smarter whenever VC mode does.
10517
10518 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10519 Fix the documentation.
10520
10521 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10522 Modify all instances of the dir-state back-end method to suppress
10523 keeping undo lists on the buffers holding status output, which
10524 can get extremely large.
10525
10526 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10527 so they don't do work that the default one can do instead.
10528
10529 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10530 states, and the new return-value convention. These are not
10531 actually used yet, just set.
10532
10533 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10534 states when appropriate.
10535
10536 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10537 'unregistered when appropriate.
10538
10539 * vc-git.el: Document that we don't set the new states yet.
10540
10541 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10542 'ignored states.
10543
10544 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10545 appropriate.
10546
10547 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10548 when appropriate.
10549
10550 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
10551
10552 * thumbs.el (thumbs-call-convert): Use call-process directly
10553 with thumbs-conversion-program instead of through shell-file-name
10554 for better error reporting.
10555
10556 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
10557
10558 * calc/calc-aent.el (math-remove-percentsigns):
10559 * calc/calccomp.el (math-to-percentsigns): Change placeholder
10560 for percent signs.
10561
10562 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10563
10564 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10565 use completion-ignored-extensions to detect files that should be
10566 ignorted in VC-Dired listings, heading off lots of expensive calls
10567 to (vc-state).
10568
10569 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10570 non-terse mode.
10571 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10572 Makefile.in or Makefile.am.
10573
10574 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10575
10576 * ps-print.el (ps-mark-active-p): Fun returned back.
10577 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10578 `region-active-p' for error checking.
10579
10580 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10581
10582 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10583 Put new machinery in place to support editing of change comments
10584 with 'e' in a log-view buffer. Not documented yet as this
10585 only works for SCCS, RCS, and maybe CVS if you have admin
10586 privileges. When we have backend support for Subversion and
10587 more modern systems it will be time to write this up.
10588
10589 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
10590
10591 * international/mule-cmds.el (select-safe-coding-system):
10592 When a buffer is modified, cancel the writing.
10593
10594 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
10595
10596 * log-view.el: Add Subversion and Mercurial log format samples.
10597
10598 * vc.el (vc-dired-hook): Significantly speed up by arranging for
10599 it to call the backend dir-state hook (if it exists)
10600 exactly *once*, rather than once per each subdirectory (with
10601 dired-state-info calls on all toplevel files slowing it down even
10602 further). For this to work, backend dir-state methods have to
10603 recurse to subdirectories. Most of them already did anyway; a few
10604 needed *non*-recursion switches removed. This change mostly
10605 removed code that was perversely bad and should have been shot
10606 through the head years ago.
10607
10608 * vc-bzr.el (vc-bzr-dir-state):
10609 * vc-cvs.el (vc-cvs-dir-state):
10610 * vc-mcvs.el (vc-mcvs-dir-state):
10611 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10612
10613 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10614 multiple arguments, so generate logs sequentially when we get them.
10615 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10616 headers so the various log bindings can do the right thing.
10617 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10618
10619 2007-12-26 Andreas Schwab <schwab@suse.de>
10620
10621 * font-lock.el (save-buffer-state): Make sure the state of the
10622 buffer is always restored.
10623
10624 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
10625
10626 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10627
10628 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10629 a variable.
10630
10631 * calc/calccomp.el (math-to-percentsigns): New function.
10632 (math-compose-var): Handle variables with percent signs.
10633 (math-compose-expr): Handle function names with percent signs.
10634
10635 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10636 (math-read-exprs): Handle percent signs in languages that
10637 allow them.
10638 (math-restore-underscores): Remove function.
10639 (math-remove-percentsigns, math-restore-placeholders):
10640 New functions.
10641
10642 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10643
10644 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10645 of `mark' for error checking.
10646
10647 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
10648
10649 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10650 New functions.
10651 (image-mode): Set bookmark-make-cell-function appropriately.
10652
10653 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10654
10655 * bookmark.el (bookmark-make-cell-function): New variable.
10656 (bookmark-make): Call bookmark-make-cell-function's function
10657 instead of bookmark-make-cell.
10658 (bookmark-get-handler, bookmark-jump-internal): New functions.
10659 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10660 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10661 Use bookmark-jump-internal.
10662 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10663
10664 * doc-view.el (doc-view-bookmark-make-cell)
10665 (doc-view-bookmark-jump): New functions.
10666 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10667
10668 2007-12-25 Miles Bader <miles@gnu.org>
10669
10670 * indent.el (indent-for-tab-command): Rigidly indent the following
10671 sexp along with the current line when a prefix arg is given in the
10672 non-active-region case. Specify raw prefix in interactive spec.
10673 Simplify main indentation logic to get rid of the conditional call
10674 to `indent-according-to-mode' (it just ended up calling
10675 `indent-line-function' in all cases anyway, which can be done more
10676 simply here). Remove unnecessary test of ARG in active region case.
10677
10678 2007-12-25 Richard Stallman <rms@gnu.org>
10679
10680 * allout.el (allout-region-active-p): Rename from my-region-active-p.
10681 Use `use-region-p'.
10682 (allout-write-file-hook-handler): Simplify code.
10683
10684 * ps-print.el (ps-mark-active-p): Function deleted.
10685 (ps-print-preprint-region): Use (mark) for the error check.
10686
10687 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10688
10689 * winner.el (winner-active-region): Use `mark-active' if it's defined.
10690
10691 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10692
10693 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10694
10695 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10696
10697 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10698
10699 * progmodes/cc-defs.el (c-region-is-active-p):
10700 Use `mark-active' if it's defined.
10701
10702 * progmodes/cc-cmds.el (c-indent-line-or-region):
10703 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
10704
10705 * simple.el (select-active-regions): New option.
10706 (set-mark): Obey it.
10707 (yank-pop-change-selection): New option.
10708 (current-kill): Obey it.
10709
10710 * simple.el (use-region-p): Rename from `region-active-p'.
10711 (region-active-p): New function.
10712
10713 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
10714
10715 * term/x-win.el (x-select-enable-primary): New option.
10716 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10717
10718 * mouse.el (mouse-yank-primary): New function (almost same
10719 as mouse-yank-secondary).
10720
10721 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
10722
10723 * calculator.el:
10724 * dframe.el:
10725 * iswitchb.el:
10726 * whitespace.el:
10727 * winner.el:
10728 * emacs-lisp/checkdoc.el:
10729 * mail/feedmail.el:
10730 * net/quickurl.el:
10731 * obsolete/fast-lock.el:
10732 * play/5x5.el:
10733 * progmodes/delphi.el:
10734 * progmodes/idlw-shell.el:
10735 * progmodes/idlwave.el:
10736 * textmodes/artist.el:
10737 * textmodes/ispell.el:
10738 * textmodes/texinfmt.el:
10739 * textmodes/texinfo.el: Remove obsolete definitions of backward
10740 compatibility macros for defcustom, defgroup, defface, when,
10741 unless, with-current-buffer and with-temp-message.
10742
10743 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
10744
10745 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10746
10747 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10750 indeed a process.
10751
10752 2007-12-23 Richard Stallman <rms@gnu.org>
10753
10754 * simple.el (region-active-p): New function.
10755 (use-empty-active-region): New variable.
10756
10757 * dired-aux.el (dired): Load dired.el at run time too.
10758
10759 2007-12-23 Juri Linkov <juri@jurta.org>
10760
10761 * man.el (Man-follow-manual-reference): Fill the minibuffer's
10762 default list with a full list of references.
10763
10764 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10765
10766 2007-12-23 Andreas Schwab <schwab@suse.de>
10767
10768 * files.el (switch-to-buffer-other-frame): Return the buffer
10769 switched to.
10770
10771 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
10772
10773 Sync with Tramp 2.1.12.
10774
10775 * net/tramp.el: New todo item.
10776
10777 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
10778 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
10779
10780 * net/trampver.el: Update release number.
10781
10782 2007-12-22 Richard Stallman <rms@gnu.org>
10783
10784 * newcomment.el (comment-region-default): Don't triple the
10785 comment starter if the first region line isn't indented enough.
10786
10787 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10788
10789 * net/imap.el (imap-authenticate): Use current-buffer instead of
10790 buffer, for the cases where imap-authenticate is called with a nil
10791 buffer parameter.
10792
10793 2007-12-21 Martin Rudalics <rudalics@gmx.at>
10794
10795 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
10796 specifier from format-string. Reported by Ye Wenbin.
10797
10798 2007-12-20 Jason Rumney <jasonr@gnu.org>
10799
10800 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
10801 Parent group is font-lock-faces.
10802 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
10803 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
10804 (nxml-version): Remove.
10805 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
10806 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
10807 (nxml-processing-instruction-delimiter)
10808 (nxml-processing-instruction-target)
10809 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
10810 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
10811 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
10812 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
10813 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
10814 (nxml-attribute-prefix, nxml-attribute-colon)
10815 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
10816 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
10817 (nxml-attribute-value, nxml-attribute-value-delimiter)
10818 (nxml-namespace-attibute-value)
10819 (nxml-namespace-attribure-value-delimiter)
10820 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
10821 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
10822 (nxml-glyph): Rename, removing -face suffix.
10823 Inherit from existing font-lock faces.
10824 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
10825 Use new face names.
10826
10827 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10828 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10829 Rename, removing -face suffix.
10830 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
10831 (nxml-highlighted-colon, nxml-highlighted-slash)
10832 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
10833 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
10834 (nxml-highlighted-qname, nxml-outline-display-heading):
10835 Use new face names.
10836
10837 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
10838
10839 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
10840
10841 2007-12-19 Martin Rudalics <rudalics@gmx.at>
10842
10843 * cus-start.el (all): Use correct group name for members of
10844 mode-line group.
10845
10846 * man.el (Man-default-man-entry): When looking for default man
10847 entry title search text preceding point. Use when instead of if.
10848
10849 * indent.el (indent-for-tab-command): Fix doc-string typo.
10850
10851 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
10852 vc-parent-buffer is the current buffer.
10853
10854 * info-look.el (info-lookup, info-lookup-setup-mode)
10855 (info-lookup-make-completions): Avoid clobbering Info-history and
10856 Info-history-list.
10857
10858 2007-12-19 Glenn Morris <rgm@gnu.org>
10859
10860 * progmodes/verilog-mode.el (top-level): Don't require compile.
10861 (compilation-error-regexp-alist, compilation-last-buffer):
10862 Define for compiler.
10863 (verilog-insert-1): New function.
10864 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
10865 Use verilog-insert-1.
10866 (verilog-surelint-off): Use next-error-last-buffer if bound.
10867 Check compile buffer is live.
10868
10869 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
10870
10871 * progmodes/compile.el (compilation-start): Don't pass a FRAME
10872 argument to display-buffer.
10873
10874 2007-12-19 Jason Rumney <jasonr@gnu.org>
10875
10876 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
10877 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
10878 (rng-byte-compile-load, rng-write-version): Remove.
10879
10880 * nxml/rng-loc.el (rng-schema-locating-files-default)
10881 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
10882 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
10883
10884 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
10885
10886 * files.el (cd-absolute): Set `list-buffers-directory' in order to
10887 show correct path in buffer list.
10888
10889 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
10890 (tramp-find-shell): Send only single prompt setting commands, in
10891 order to avoid double-prompt.
10892
10893 * net/tramp-compat.el (top): Require cl only when compiling.
10894 Reported by Glenn Morris <rgm@gnu.org>.
10895
10896 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10897
10898 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
10899 (c-comment-continuation-stars): No longer declare with
10900 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
10901 (c-block-comment-prefix): Use symbol-value to
10902 access c-comment-continuation-stars.
10903 * progmodes/cc-mode.el (c-initialize-cc-mode):
10904 Use symbol-value to access c-comment-continuation-stars.
10905
10906 2007-12-18 Mark A. Hershberger <mah@everybody.org>
10907
10908 * xml.el (xml-escape-string): New function. Escape string using
10909 xml-entity-alist.
10910 (xml-debug-print-internal): Use xml-escape-string to escape
10911 characters in attributes and in text children of elements.
10912
10913 2007-12-18 Glenn Morris <rgm@gnu.org>
10914
10915 * progmodes/cc-subword.el (c-subword-mode): Drop support for
10916 systems without define-minor-mode.
10917
10918 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
10919
10920 * progmodes/verilog-mode.el: Replace all instances of
10921 string-to-int with string-to-number, insert-string with insert,
10922 and read-input with read-string.
10923 (top-level): No need to require imenu, reporter, dinotrace, vc,
10924 font-lock when compiling. Always require compile. Relegate remaining
10925 compatibility cruft to XEmacs. Don't require font-lock.
10926 (verilog-version): Remove superfluous concat.
10927 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
10928 No need to define.
10929 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
10930 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
10931 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
10932 (verilog-startup-message-displayed): These are variables, not constants.
10933 (verilog-batch-execute-func, verilog-auto-inst)
10934 (verilog-auto-inst-param): Use mapc rather than mapcar.
10935 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
10936 actually defining.
10937 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
10938 (verilog-modi-get-outputs, verilog-modi-get-inouts)
10939 (verilog-modi-get-inputs, verilog-modi-get-wires)
10940 (verilog-modi-get-regs, verilog-modi-get-assigns)
10941 (verilog-modi-get-consts, verilog-modi-get-gparams)
10942 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
10943 (verilog-modi-get-sub-inputs): Move inline functions earlier in
10944 the file.
10945 (sigs-in, sigs-out): Don't declare multiple times.
10946 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
10947 `defvar'.
10948 (verilog-auto): Call dinotrace-unannotate-all only if bound.
10949 (verilog-module-inside-filename-p): No need to wrap fboundp test
10950 in condition-case.
10951 (reporter-submit-bug-report): Autoload it.
10952 (verilog-mark-defun): Call zmacs-activate-region only if bound.
10953 (verilog-font-customize): Call customize-apropos only if bound.
10954 (verilog-getopt-flags, verilog-auto-reeval-locals):
10955 Use make-local-variable rather than make-variable-buffer-local.
10956 (verilog-company, verilog-project, verilog-modi-cache-list):
10957 Move make-variable-buffer-local calls to top-level.
10958 (font-lock-defaults-alist): Don't define it.
10959 (verilog-need-fld): Remove.
10960 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
10961 (verilog-mode): Only call make-local-hook on XEmacs.
10962 Set font-lock-defaults rather than using verilog-font-lock-init.
10963
10964 2007-12-17 Andreas Schwab <schwab@suse.de>
10965
10966 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
10967 Fix comment typo.
10968
10969 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
10970
10971 * net/dbus.el (dbus-name-owner-changed-handler):
10972 Use `dbus-unregister-signal' for removing old rules.
10973 Obey new structure of `dbus-registered-functions-table'.
10974
10975 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
10976
10977 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
10978
10979 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10980
10981 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
10982 function.
10983 (add-submenu): Only define for XEmacs.
10984 (verilog-regexp-words): Revert previous change, keep the other
10985 definition.
10986
10987 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
10988
10989 * progmodes/perl-mode.el (perl-continued-statement-offset)
10990 (perl-continued-brace-offset, perl-brace-offset)
10991 (perl-brace-imaginary-offset, perl-label-offset):
10992 * progmodes/cperl-mode.el (cperl-brace-offset)
10993 (cperl-continued-brace-offset, cperl-label-offset)
10994 (cperl-continued-statement-offset)
10995 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
10996 Add safe-local-variable properties.
10997
10998 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10999
11000 * progmodes/verilog-mode.el (verilog-mode-map)
11001 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11002 (verilog-colorize-include-files): Use only overlay functions so
11003 that it can work on both emacs and XEmacs.
11004 (set-extent-keymap): Remove unused defun.
11005 (verilog-kill-existing-comment, verilog-insert-date)
11006 (verilog-insert-year): Rename in order not to pollute the global
11007 namespace from kill-existing-comment, insert-date and
11008 insert-year, respectively.
11009 (verilog-set-auto-endcomments, verilog-header): Update callers.
11010
11011 * files.el (auto-mode-alist): Recognize verilog files.
11012
11013 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11014 (verilog-string-remove-spaces, verilog-re-search-forward)
11015 (verilog-re-search-backward, verilog-re-search-forward-quick)
11016 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11017 (verilog-get-end-of-line, verilog-within-string): Move definitions
11018 before first use. No code changes.
11019
11020 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11021
11022 * progmodes/verilog-mode.el (verilog-mode-version)
11023 (verilog-mode-release-date): Don't use expanding keywords.
11024 (provide): Move to the end of file.
11025 (fboundp): Don't check if eval-when-compile is bound, it is used
11026 later in the file without checking.
11027 (when, unless): Copy definitions from subr.el.
11028 (char-before, defcustom, defface, customize-group)
11029 (verilog-batch-error-wrapper): Don't use old style backquotes.
11030 (verilog-regexp-opt): Avoid using the cl function case.
11031 (verilog-regexp-words): Remove duplicated definition.
11032 (verilog-mode-abbrev-table): Remove, duplicate.
11033 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11034 Declare and initialize in one step.
11035 (verilog-declaration-prefix-re, verilog-declaration-re)
11036 (verilog-end-of-statement, verilog-indent-declaration)
11037 (verilog-get-lineup-indent): Remove trailing whitespace.
11038 (verilog-mode): Fix autoload cookie.
11039 Set beginning-of-defun-function and end-of-defun-function. Use when
11040 instead of if.
11041 (verilog-emacs-features, verilog-auto-ascii-enum)
11042 (verilog-insert-indices): Escape braces in doc strings.
11043
11044 2007-12-08 Michael McNamara <mac@verilog.com>
11045 Wilson Snyder <wsnyder@wsnyder.org>
11046
11047 * progmodes/verilog-mode.el: New file.
11048
11049 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11050
11051 * international/latexenc.el (latexenc-find-file-coding-system):
11052 If both coding-system-for-write and buffer-file-coding-system of
11053 latex-main-file are nil, use `undecided'.
11054
11055 2007-12-06 Jason Rumney <jasonr@gnu.org>
11056
11057 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11058
11059 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11060
11061 * files.el (revert-buffer): Docstring fix.
11062
11063 2007-12-11 Glenn Morris <rgm@gnu.org>
11064
11065 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11066
11067 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11068
11069 * calc/calc-aent.el (math-restore-underscores)
11070 (math-string-restore-underscores): New functions.
11071 (math-read-factor): Properly check variable names with underscores
11072 for entries in `math-expr-variable-mapping'.
11073
11074 * calc/calc-lang.el (math-lang-name): New property name.
11075
11076 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11077 to set language name.
11078
11079 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11080
11081 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11082
11083 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * server.el (server-select-display): Fix important typo.
11086 (server-process-filter): Turn a "" display into nil.
11087
11088 2007-12-09 Juri Linkov <juri@jurta.org>
11089
11090 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11091 Check search-upper-case before calling isearch-no-upper-case-p
11092 to set case-fold-search.
11093 (occur): Doc fix.
11094 (occur-1, perform-replace): Check search-upper-case before calling
11095 isearch-no-upper-case-p to set case-fold-search.
11096
11097 * isearch.el (search-upper-case): Doc fix.
11098 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11099 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11100 (isearch-query-replace-regexp): Doc fix.
11101 (isearch-occur): New function.
11102
11103 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11104
11105 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11106 backward compatibility.
11107
11108 * net/imap.el (imap-string-to-integer): New function.
11109
11110 2007-12-09 David Kastrup <dak@gnu.org>
11111
11112 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11113 directories. Not sure anybody uses this anymore, though.
11114
11115 2007-12-09 Glenn Morris <rgm@gnu.org>
11116
11117 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11118 in make-variable-frame-local call.
11119
11120 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * mail/hashcash.el (declare-function):
11123 * net/imap.el (declare-function): New no-op macro for backward
11124 compatibility.
11125
11126 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11127
11128 Sync makefile.w32-in with Makefile.in.
11129
11130 * makefile.w32-in (check-declare): New target.
11131 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11132 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11133 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11134 ($(lisp)/progmodes/cc-mode.elc): Use it.
11135 ($(lisp)/progmodes/cc-mode.elc): New rule.
11136
11137 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11138
11139 * indent.el (tab-stop-list): Mark as safe-local-variable.
11140
11141 * generic-x.el (etc-sudoers-generic-mode): New mode.
11142 (generic-unix-modes): Add it.
11143
11144 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11145
11146 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11147 apply wildcards in a hash table key; there is no usable hash code then.
11148 (dbus-registered-functions-table): Use `equal' as test function.
11149 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11150 structure.
11151
11152 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11153
11154 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11155 bound error in block comment branch.
11156
11157 2007-12-08 David Kastrup <dak@gnu.org>
11158
11159 * textmodes/reftex.el (reftex-select-with-char):
11160 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11161 (reftex-toc-visit-location, reftex-toc-find-section):
11162 * textmodes/reftex-index.el (reftex-index-show-entry):
11163 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11164 (org-table-rotate-recalc-marks, org-mark-ring-push)
11165 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11166 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11167 (org-evaluate-time-range, org-edit-agenda-file-list):
11168 * textmodes/artist.el (artist-select-next-op-in-list)
11169 (artist-select-prev-op-in-list):
11170 * term/mac-win.el (mac-service-insert-text):
11171 * startup.el (fancy-about-screen):
11172 * progmodes/vhdl-mode.el (vhdl-decision-query):
11173 * progmodes/idlwave.el (idlwave-template)
11174 (idlwave-scroll-completions, idlwave-display-completion-list):
11175 * progmodes/ebrowse.el (ebrowse-show-progress):
11176 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11177 * progmodes/antlr-mode.el (antlr-insert-option-do):
11178 * play/mpuz.el (mpuz-close-game):
11179 * net/rcirc.el (rcirc-next-active-buffer):
11180 * mail/reporter.el (reporter-update-status):
11181 * kmacro.el (kmacro-display):
11182 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11183 * emulation/viper-util.el (viper-save-setting):
11184 * emacs-lisp/lisp-mnt.el (lm-verify):
11185 * emacs-lisp/edebug.el (edebug-set-mode):
11186 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11187 * calendar/calendar.el (calendar-print-day-of-year):
11188 * calc/calcalg3.el (calc-curve-fit):
11189 * calc/calcalg2.el (math-integral):
11190 * calc/calc.el (calc-read-key-sequence, calc-version):
11191 * calc/calc-mode.el (calc-set-simplify-mode):
11192 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11193
11194 2007-12-07 D. Goel <deego3@gmail.com>
11195
11196 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11197 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11198 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11199 * mail/uce.el (uce-reply-to-uce)
11200 * progmodes/vhdl-mode.el (vhdl-template-modify)
11201 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11202 to `error' (as suggested by RMS.)
11203
11204 2007-12-07 Glenn Morris <rgm@gnu.org>
11205
11206 * allout.el (allout-write-file-hook-handler):
11207 * textmodes/reftex.el (reftex-TeX-master-file):
11208 * textmodes/reftex-parse.el (reftex-short-context):
11209 Revert previous change.
11210
11211 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11212
11213 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11214 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11215 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11216 (dbus-event-service-name, dbus-event-path-name)
11217 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11218 event structure.
11219 (dbus-list-activatable-names, dbus-list-names)
11220 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11221 Reorder `dbus-call-method' arguments.
11222
11223 2007-12-06 D. Goel <deego3@gmail.com>
11224
11225 * allout.el (allout-write-file-hook-handler):
11226 * textmodes/reftex.el (reftex-TeX-master-file):
11227 * textmodes/org.el (org-paste-subtree):
11228 * progmodes/vhdl-mode.el (vhdl-template-modify):
11229 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11230 (idlwave-shell-display-line):
11231 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11232 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11233 * net/trampver.el (x):
11234 * mail/uce.el (uce-reply-to-uce):
11235 * mail/rmailout.el (rmail-output):
11236 * mail/feedmail.el (feedmail-dump-message-to-queue):
11237 * whitespace.el (whitespace-write-file-hook):
11238 * wdired.el (wdired-check-kill-buffer):
11239 * vc.el (vc-update):
11240 * vc-mcvs.el (vc-mcvs-checkin):
11241 * vc-cvs.el (vc-cvs-checkin):
11242 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11243 * ibuffer.el (ibuffer-current-buffer):
11244 * dired.el (dired-move-to-end-of-filename):
11245 * bindings.el (complete-symbol):
11246 * textmodes/org-publish.el (org-publish-file):
11247 (org-publish-current-project):
11248 * textmodes/reftex-parse.el (reftex-short-context):
11249 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11250
11251 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * doc-view.el (doc-view-dvi->pdf-sentinel)
11254 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11255 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11256 within a sentinel or timer.
11257 (doc-view-display): Don't try to display before the requested page
11258 is available, unless told to do so explicitly.
11259 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11260 Force display even if the requested page is not available.
11261
11262 2007-12-06 Richard Stallman <rms@gnu.org>
11263
11264 * help-fns.el (describe-function-1): Call ad-get-advice-info
11265 only on symbols.
11266
11267 2007-12-06 Glenn Morris <rgm@gnu.org>
11268
11269 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11270 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11271 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11272 faces in non-light-background case.
11273
11274 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11275 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11276 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11277 * emulation/vi.el, emulation/viper-cmd.el:
11278 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11279 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11280 * textmodes/fill.el: Remove directory part from filenames in
11281 function declarations.
11282
11283 * dired-aux.el (mailcap-mime-info): Update declaration.
11284
11285 2007-12-05 Richard Stallman <rms@gnu.org>
11286
11287 * wid-edit.el (widget-type): Doc fix.
11288
11289 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11292 Don't match "sub { (...) ... }".
11293
11294 2007-12-05 Richard Stallman <rms@gnu.org>
11295
11296 * international/mule-cmds.el (toggle-input-method-active): New var.
11297 (toggle-input-method): Bind toggle-input-method-active to t.
11298 Error if it was already non-nil.
11299
11300 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11301
11302 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11303
11304 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11305
11306 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11307 see if certs should be verified and what is to be done in the
11308 event of a verification failure.
11309
11310 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11311
11312 * net/tls.el (tls-program): Provide more custom choices from
11313 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11314 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11315 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11316 version. Minor improvement to doc strings.
11317 (tls-program): Add comment.
11318
11319 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11320
11321 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11322 (tls-checktrust): New variable. Check if GNU TLS complained about a
11323 mismatch between the hostname provided in the certificate and the name
11324 of the host connnecting to.
11325 (open-tls-stream): Use them. Check certificates against trusted root
11326 certificates.
11327
11328 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11329
11330 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11331 (imap-parse-status): Upcase status-att for broken servers that sends
11332 them lower-case (e.g., MS Exchange 2007).
11333
11334 2007-12-05 D. Goel <deego3@gmail.com>
11335
11336 * simple.el (undo):
11337 * image-dired.el (image-dired-display-thumb-properties):
11338 (image-dired-modify-mark-on-thumb-original-file):
11339 (image-dired-dired-display-properties):
11340 * help.el (help-window-display-message):
11341 * files.el (hack-local-variables-confirm):
11342 * ediff.el (ediff-version):
11343 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11344 `message' and `error': Ensure that first arg is a format string.
11345
11346 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11347 ".el" suffix over "".
11348
11349 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11350
11351 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11352 interface and member fields.
11353
11354 2007-12-05 Glenn Morris <rgm@gnu.org>
11355
11356 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11357 (pcomplete-here): Autoload it.
11358
11359 * eshell/em-basic.el (print-func): No need to define for compiler.
11360
11361 * eshell/esh-cmd.el (eshell-debug-command):
11362 * eshell/esh-io.el (eshell-print): Move definitions before use.
11363
11364 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11365
11366 * eshell/esh-util.el (top-level): Don't require pp.
11367 Use condition-case rather than ignore-errors.
11368
11369 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11370
11371 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11372 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11373 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11374 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11375 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11376 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11377 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11378 if needed when compiling, rather than esh-maint. Collect any
11379 require statements. Move provide statement to end. Move any
11380 commentary to start.
11381
11382 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11383 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11384 * eshell/esh-proc.el, eshell/esh-var.el:
11385 Require individual files if needed when compiling, rather than
11386 esh-maint. Collect any require statements. Leave provide at start.
11387 Move any commentary to start.
11388
11389 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11390 Remove declared function from byte-compile-noruntime-functions.
11391
11392 * ediff-util.el (ediff-version):
11393 * progmodes/python.el (compilation-shell-minor-mode):
11394 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11395 (calendar-bahai-date-string, calendar-check-holidays)
11396 (calendar-chinese-date-string, calendar-coptic-date-string)
11397 (calendar-ethiopic-date-string, calendar-forward-day)
11398 (calendar-french-date-string, calendar-goto-date)
11399 (calendar-goto-today, calendar-hebrew-date-string)
11400 (calendar-islamic-date-string, calendar-iso-date-string)
11401 (calendar-julian-date-string, calendar-mayan-date-string)
11402 (calendar-persian-date-string, gnus-summary-last-subject)
11403 (parse-time-string, rmail-show-message): Declare as functions.
11404
11405 2007-12-05 Michael Olson <mwolson@gnu.org>
11406
11407 * textmodes/remember.el: Merge contents of remember-diary.el here,
11408 updating header. Add autoload cookie so that byte-compilation
11409 works without warning.
11410 (remember-diary-file): Default to nil, since diary might not yet
11411 be loaded at this point, which would deny us access to diary-file.
11412 (remember-diary-extract-entries): If remember-diary-file is nil,
11413 then use diary-file instead.
11414
11415 * textmodes/remember-diary.el: Remove, due to the issue of needing
11416 the first 8 characters of a filename to be unique.
11417
11418 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11419
11420 * net/dbus.el (dbus-hash-table=): New defun.
11421 (dbus-hash-table-test): New hash table test function, used in
11422 `dbus-registered-functions-table'.
11423 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11424 (dbus-event-service-name, dbus-event-path-name)
11425 (dbus-event-interface-name, dbus-event-member-name):
11426 Rewrite, due to new structure of `dbus-event'.
11427
11428 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11429
11430 * ido.el (ido-save-history): Set the `coding' local
11431 variable in the first line of the file.
11432
11433 2007-12-04 Glenn Morris <rgm@gnu.org>
11434
11435 * password-cache.el: Move here from gnus/password.el.
11436 (top-level): Don't require cl when compiling.
11437 (password-read-and-add): Doc fix. Make obsolete.
11438
11439 * net/tramp.el: Require password-cache or password.
11440
11441 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11442 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11443 compiling.
11444 (cua-set-rectangle-mark): Add doc string to autoload.
11445 (cua--rectangle, cua--last-killed-rectangle)
11446 (cua--global-mark-active): Always define for compiler.
11447 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11448 (cua--delete-rectangle, cua--insert-rectangle)
11449 (cua--rectangle-corner, cua--rectangle-assert)
11450 (cua--insert-at-global-mark, cua--global-mark-post-command):
11451 Declare as functions.
11452
11453 * emulation/cua-gmrk.el (top-level): Move provide to end.
11454
11455 * emulation/cua-rect.el (top-level): Move provide to end.
11456 Don't require cua-gmrk when compiling.
11457 (cua--cut-rectangle-to-global-mark)
11458 (cua--copy-rectangle-to-global-mark): Declare as functions.
11459
11460 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11461 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11462 (viper-vi-state-cursor-color):
11463 Consolidate make-variable-frame-local calls.
11464
11465 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11466 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11467 than bbdb-address-street1,2,3.
11468
11469 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11470 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
11471
11472 2007-12-03 Karl Fogel <kfogel@red-bean.com>
11473
11474 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11475 (save-place-alist-to-file, load-save-place-alist-from-file):
11476 Don't print non-error messages at all, there's really no need.
11477 Do print if there's a problem, and clarify message in that case.
11478
11479 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11480
11481 * ediff-diff.el (ediff-prepare-error-list):
11482 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11483
11484 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
11485
11486 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11487 (doc-view-current-overlay, doc-view-pending-cache-flush):
11488 Add doc string.
11489
11490 2007-12-03 Richard Stallman <rms@gnu.org>
11491
11492 * subr.el (declare-function): Move from byte-run.el.
11493
11494 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11495
11496 * window.el (recenter-top-bottom): Don't use `ecase'.
11497
11498 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11499
11500 * saveplace.el (save-place-alist-to-file):
11501 Set coding-system-for-write once and refer to it throughout.
11502 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11503
11504 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11505
11506 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11507 system when writing, and set it in the first-line file variables.
11508 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11509 Juanma Barranquero.
11510
11511 2007-12-02 Glenn Morris <rgm@gnu.org>
11512
11513 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11514 Reverse branches of if statement.
11515
11516 * emulation/viper-cmd.el (top-level): Don't require advice.
11517 Don't load viper-util, viper-keym, viper-mous, viper-macs,
11518 viper-ex when compiling.
11519
11520 * emulation/viper-ex.el (top-level): Don't load viper-util,
11521 viper-keym when compiling.
11522
11523 * emulation/viper-init.el (top-level): Move provide statement to end.
11524
11525 * emulation/viper-keym.el (top-level): Don't load viper-util when
11526 compiling. Move provide statement to end.
11527
11528 * emulation/viper-macs.el (top-level): Don't load viper-util,
11529 viper-keym, viper-mous when compiling.
11530
11531 * emulation/viper-mous.el (top-level): Don't load viper-util when
11532 compiling.
11533
11534 * emulation/viper-util.el (top-level): Don't load viper-init when
11535 compiling.
11536
11537 * emulation/viper.el (top-level): Don't require ring.
11538 Don't load viper-init, viper-cmd when compiling.
11539
11540 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11541 Move here from gnus/.
11542
11543 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11544
11545 Offer option for saveplace to be quiet about loading and saving.
11546 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11547
11548 * saveplace.el (save-place-quiet): New customizable boolean.
11549 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11550 to determine whether to print loading/saving messages.
11551
11552 2007-12-02 Glenn Morris <rgm@gnu.org>
11553
11554 * mail/binhex.el: Move here from gnus/.
11555 (binhex): New custom group.
11556 (binhex-decoder-program, binhex-decoder-switches)
11557 (binhex-use-external): Move to the binhex custom group.
11558
11559 * mail/uudecode.el: Move here from gnus/.
11560 (uudecode): New custom group.
11561 (uudecode-decoder-program, uudecode-decoder-switches)
11562 (uudecode-use-external): Move to the uudecode custom group.
11563
11564 * net/netrc.el (top-level): Don't load `encrypt' features.
11565 (netrc-parse): Don't use encrypt.
11566 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11567
11568 * progmodes/python.el (top-level): Don't require cl when compiling.
11569
11570 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
11571
11572 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11573 encoding for aspell process and for communication with it.
11574 Only add "-d" option if not already present.
11575 Use ispell-current-dictionary and ispell-current-personal-dictionary.
11576 General reorganization.
11577
11578 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11579 encoding here.
11580 (ispell-start-process): Explicitly set encoding here if using aspell.
11581
11582 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11585 function to log-edit.
11586
11587 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
11588
11589 * net/dbus.el: New file.
11590
11591 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
11592
11593 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11594 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11595 (calc-lang-parens-are-subscripts): New variables.
11596 (math-expr-special-function-mapping): Remove variable.
11597 (math-eqn-ignore-words, math-tex-ignore-words)
11598 (math-latex-ignore-words): Move to calc-lang.el.
11599
11600 * calc/calc-lang.el (math-compose-vector, math-compose-var)
11601 (math-tex-expr-is-flat): Declare as functions.
11602 (calc-lang-slash-idiv, calc-lang-allow-underscores)
11603 (math-comp-left-bracket, math-comp-right-bracket)
11604 (math-comp-comma, math-comp-vector-prec): Declare as variables.
11605 (math-var-formatter, math-matrix-formatter)
11606 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11607 (math-punc-table, math-compose-subscr, math-dots)
11608 (math-func-formatter): New property names to store language
11609 specific information.
11610 (math-compose-tex-var, math-compose-tex-intv)
11611 (math-compose-maple-intv, math-compose-eqn-intv)
11612 (math-compose-tex-sum, math-compose-tex-func)
11613 (math-compose-tex-intv): New functions.
11614 (math-eqn-ignore-words, math-tex-ignore-words)
11615 (math-latex-ignore-words): Move from calc.el.
11616 (math-special-function-table): Add entries for tex.
11617 (calc-lang-slash-idiv, calc-lang-allows-underscores):
11618 New variables.
11619 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11620 (math-compose-tex-matrix, math-compose-eqn-matrix)
11621 (math-eqn-special-functions): Move from calccomp.el.
11622
11623 * calc/calccomp.el (math-compose-var): New function.
11624 (math-compose-expr): Allow more special functions to be used.
11625 Change test for formatting fractions. Use variables and property
11626 names to help with language specific formatting.
11627 (math-compose-tex-matrix, math-compose-eqn-matrix)
11628 (math-eqn-special-functions): Move to calc-lang.el.
11629 (math-compose-rows): Use property names to help with language
11630 specific formatting.
11631
11632 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11633 into nested subscripts.
11634 (math-read-token): Use variables and property names to help with
11635 language specific parsing.
11636 (math-read-expression-level): Use variables to help with language
11637 specific parsing.
11638
11639 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11642 (archive-rar-summarize): Allow the file name to be passed as argument.
11643 Remove unused vars `header' and `footer'.
11644 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11645
11646 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11647
11648 * log-edit.el (log-edit-show-diff): New function.
11649 (log-edit-mode-map, log-edit-menu): Bind it.
11650 (log-edit-diff-function): New variable.
11651 (log-edit): Change the 3rd param to be an alist and accept a
11652 function that computes a diff for the files involved.
11653
11654 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11655
11656 2007-12-01 Martin Rudalics <rudalics@gmx.at>
11657
11658 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11659 wrap next-/previous-line in with-no-warnings.
11660
11661 2007-12-01 Glenn Morris <rgm@gnu.org>
11662
11663 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11664
11665 * net/dig.el: Move here from gnus/.
11666 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11667
11668 * net/dns.el: Move here from gnus/.
11669 (top-level): Don't require mm-util, or cl when compiling.
11670 (dns-write-name, dns-read, dns-read-type, query-dns):
11671 Replace mm-with-unibyte-buffer with its expansion.
11672 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11673
11674 * progmodes/gdb-ui.el (gud-remove, gud-break):
11675 * progmodes/gud.el (gdb-create-define-alist)
11676 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11677 (hl-line-highlight, gdb-display-source-buffer)
11678 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11679 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11680
11681 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11682
11683 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11684 Move args on defun line.
11685
11686 * textmodes/org.el (org-calendar-holiday):
11687 Use calendar-check-holidays instead of the obsolete
11688 check-calendar-holidays.
11689 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11690 (bbdb-company, bbdb-current-record, bbdb-name)
11691 (bbdb-record-getprop, bbdb-record-name)
11692 (bibtex-beginning-of-entry, bibtex-generate-autokey)
11693 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11694 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11695 (mh-find-path, mh-get-header-field, mh-get-msg-num)
11696 (mh-header-display, mh-index-previous-folder)
11697 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11698 (mh-show-buffer-message-number, mh-show-header-display)
11699 (mh-show-msg, mh-show-show, mh-visit-folder)
11700 (org-export-latex-cleaned-string, remember)
11701 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11702 (rmail-what-message, elmo-folder-exists-p)
11703 (elmo-message-entity-field, elmo-message-field)
11704 (vm-beginning-of-message, vm-follow-summary-cursor)
11705 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11706 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11707 (vm-summarize, wl-folder-get-elmo-folder)
11708 (wl-summary-goto-folder-subr)
11709 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11710 (wl-summary-line-subject, wl-summary-message-number)
11711 (wl-summary-redisplay): Declare as functions.
11712
11713 2007-11-30 Martin Rudalics <rudalics@gmx.at>
11714
11715 * longlines.el (longlines-show-hard-newlines): Remove handling of
11716 buffer-undo-list and buffer-modified status.
11717 (longlines-show-region, longlines-unshow-hard-newlines):
11718 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11719 inhibit-modification-hooks here to avoid that a buffer appears
11720 modified when toggling visibility of hard newlines.
11721
11722 2007-11-30 Glenn Morris <rgm@gnu.org>
11723
11724 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11725
11726 * progmodes/idlw-complete-structtag.el
11727 (idlwave-sintern-structtag):
11728 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11729 (idlwave-sintern-sysvartag):
11730 * progmodes/idlwave.el (idlwave-sintern-class-tag)
11731 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11732 functions.
11733
11734 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11735
11736 * textmodes/reftex-index.el (texmathp):
11737 * textmodes/reftex-auc.el (TeX-argument-insert)
11738 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11739 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11740 (LaTeX-label-list):
11741 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11742 (rng-clear-conditional-region, rng-do-some-validation): Declare as
11743 functions.
11744 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11745
11746 2007-11-30 Glenn Morris <rgm@gnu.org>
11747
11748 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11749 argument and document it.
11750
11751 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11752 Third argument to declare-function must be a list to specify arglist.
11753
11754 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11755 Handle declare-function third argument `t' and fourth argument.
11756 (check-declare-verify): Doc fix. Handle `fileonly' case.
11757 Use progn rather than prog1.
11758
11759 * desktop.el (uniquify-item-base):
11760 * term/mac-win.el (url-type): Declare as functions.
11761
11762 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11763 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11764 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11765 fourth arg to declare-function.
11766
11767 * play/dunnet.el: Don't require cl when compiling.
11768 (byte-compile-warnings): Set via file local variables.
11769 (dun-parse): Let-bind `beg' and `line'.
11770
11771 2007-11-29 Alexandre Julliard <julliard@winehq.org>
11772
11773 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
11774
11775 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11776
11777 * calendar/time-date.el (encode-time-value): Doc fix.
11778
11779 2007-11-29 Glenn Morris <rgm@gnu.org>
11780
11781 * calendar/time-date.el (with-decoded-time-value): Doc fix.
11782
11783 * textmodes/css-mode.el (prog-mode): Remove.
11784 (css-mode): Derive from fundamental-mode rather than prog-mode.
11785
11786 * emacs-lisp/byte-run.el (declare-function): Doc fix.
11787
11788 * emacs-lisp/check-declare.el (check-declare-locate)
11789 (check-declare-verify): Handle `external' files.
11790 (check-declare-errmsg): New function.
11791 (check-declare-verify, check-declare-file, check-declare-directory):
11792 Use check-declare-errmsg to report the number of problems.
11793
11794 * ffap.el (w3-view-this-url)
11795 * mail/mspools.el (vm-visit-folder)
11796 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
11797 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
11798 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
11799 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
11800 (bbdb-records)
11801 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
11802 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
11803 (sasl-make-client, sasl-next-step, sasl-step-data)
11804 (sasl-step-set-data)
11805 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
11806 (htmlr-step): Declare as functions.
11807
11808 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
11809 Use bbdb-address-zip rather than bbdb-address-zip-string.
11810
11811 2007-11-28 Richard Stallman <rms@gnu.org>
11812
11813 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
11814 Move here from gnus/.
11815
11816 2007-11-28 Martin Rudalics <rudalics@gmx.at>
11817
11818 * newcomment.el (comment-region-internal): Fix newline insertion
11819 in `block' case.
11820
11821 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
11824
11825 2007-11-28 Glenn Morris <rgm@gnu.org>
11826
11827 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
11828 delete .elc files.
11829
11830 * nxml/char-name/unicode: Move to etc/nxml/.
11831 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
11832
11833 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
11834 Declare as a function.
11835
11836 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
11837 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
11838 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
11839
11840 * nxml/nxml-outln.el (nxml-token-start-tag-p)
11841 (nxml-token-end-tag-p): Move definitions before use.
11842
11843 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
11844
11845 * nxml/nxml-uchnm.el (top-level)
11846 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
11847 (nxml-enabled-unicode-blocks): Add custom group.
11848
11849 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
11850 Use string-to-number rather than string-to-int.
11851
11852 * dired-x.el (dired-omit-old-add-entry): Declare as function.
11853 Move definition before use.
11854 (dired-old-find-buffer-nocreate): Declare as function.
11855
11856 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
11857 (check-declare-verify): Handle fset.
11858
11859 * emulation/edt.el (edt-user-emulation-setup):
11860 Test edt-setup-user-bindings is bound before calling.
11861
11862 * emulation/tpu-edt.el: Don't require cl when compiling.
11863 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
11864 (tpu-edt-off): Use condition-case rather than ignore-errors.
11865 Use with-no-warnings.
11866
11867 * eshell/esh-util.el (top-level): Use require rather than load for
11868 ange-ftp.
11869
11870 * mail/supercite.el (sc-version): Redefine as an alias for
11871 emacs-version.
11872 (sc-help-address): Remove.
11873 (sc-version): Use emacs-version rather than sc-version.
11874 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
11875
11876 * net/socks.el (socks-original-open-network-stream): Declare as
11877 function. Move definition before use.
11878
11879 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
11880
11881 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
11882 (math-make-frac): Declare as functions.
11883
11884 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
11885
11886 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
11887 Pacify byte compiler.
11888 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
11889
11890 * progmodes/idlwave.el (idlwave-shell-get-path-info)
11891 (idlwave-shell-temp-file, idlwave-shell-is-running)
11892 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
11893 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
11894 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
11895 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
11896 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
11897 (idlwave-completing-read, idlwave-current-routine)
11898 (idlwave-downcase-safe, idlwave-entry-find-keyword)
11899 (idlwave-expand-keyword, idlwave-find-class-definition)
11900 (idlwave-find-inherited-class, idlwave-find-struct-tag)
11901 (idlwave-get-buffer-visiting, idlwave-in-quote)
11902 (idlwave-make-full-name, idlwave-members-only)
11903 (idlwave-popup-select, idlwave-routine-source-file)
11904 (idlwave-routines, idlwave-sintern-class)
11905 (idlwave-sintern-keyword, idlwave-sintern-method)
11906 (idlwave-sintern-routine-or-method)
11907 (idlwave-substitute-link-target, idlwave-sys-dir)
11908 (idlwave-this-word, idlwave-what-module-find-class)
11909 (idlwave-where):
11910 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
11911 * mail/uce.el (rmail-msg-is-pruned)
11912 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
11913 (rmail-toggle-header):
11914 * mail/sendmail.el (dired-view-file, dired-get-filename):
11915 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
11916 (rmail-display-labels, rmail-msgbeg)
11917 (rmail-set-message-deleted-p, rmail-message-labels-p)
11918 (rmail-show-message, mail-comma-list-regexp)
11919 (mail-parse-comma-list):
11920 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
11921 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
11922 (rfc822-addresses, mail-abbrev-make-syntax-table)
11923 (mail-sendmail-delimit-header, mail-header-end):
11924 * mail/hashcash.el (message-narrow-to-headers-or-head)
11925 (message-fetch-field, message-goto-eoh)
11926 (message-narrow-to-headers):
11927 * vc.el (view-mode-exit): Declare as functions.
11928
11929 * mail/vms-pmail.el:
11930 * vmsproc.el:
11931 * vms-patch.el: Don't byte compile these files, they don't work.
11932
11933 2007-11-27 Glenn Morris <rgm@gnu.org>
11934
11935 * calc/calc-ext.el (math-read-big-rec):
11936 * calc/calc-nlfit.el (math-map-binop):
11937 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
11938
11939 * eshell/eshell.el (eshell-report-bug): Add version number of
11940 obsolescence.
11941
11942 * emulation/viper.el, emulation/viper-util.el,
11943 emulation/viper-macs.el, emulation/viper-keym.el,
11944 emulation/viper-ex.el, emulation/viper-cmd.el:
11945 Load viper-*.el files silently.
11946
11947 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
11948 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
11949 Load ediff-*.el files silently.
11950
11951 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
11952 compiling.
11953 (Info-goto-node): Declare as a function.
11954
11955 * ediff-init.el: Don't load ange-ftp when compiling.
11956 * ediff-util.el: Don't load reporter when compiling.
11957
11958 * ediff-wind.el (ediff-display-pixel-width)
11959 (ediff-display-pixel-height):
11960 * generic-x.el (ini-generic-mode):
11961 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
11962 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
11963 (ps-mule-initialize, ps-mule-begin-job):
11964 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
11965 (mark-calendar-days-named):
11966 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
11967 (add-to-diary-list, diary-name-pattern)
11968 (mark-calendar-days-named):
11969 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
11970 (mark-calendar-days-named):
11971 * calendar/cal-x.el (make-fancy-diary-buffer):
11972 * calendar/holidays.el (calendar-absolute-from-julian):
11973 * calendar/todo-mode.el (calendar-current-date):
11974 * calendar/cal-menu.el (calendar-increment-month)
11975 (calendar-month-name, extract-calendar-year)
11976 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
11977 (calendar-current-date, calendar-cursor-holidays)
11978 (calendar-date-string, insert-diary-entry, calendar-set-mark)
11979 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11980 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11981 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
11982 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
11983 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
11984 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
11985 (calendar-day-of-year-string, calendar-iso-date-string)
11986 (calendar-julian-date-string, calendar-astro-date-string)
11987 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
11988 (calendar-persian-date-string, calendar-bahai-date-string)
11989 (calendar-islamic-date-string, calendar-chinese-date-string)
11990 (calendar-coptic-date-string, calendar-ethiopic-date-string)
11991 (calendar-french-date-string, calendar-mayan-date-string)
11992 (calendar-print-chinese-date, calendar-goto-date):
11993 Declare as functions.
11994
11995 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
11996 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
11997
11998 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
11999 aliases for report-emacs-bug.
12000 (gnus-summary-select-article, gnus-configure-windows): Declare as
12001 functions.
12002
12003 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12004 compiler.
12005
12006 * pgg.el (pgg-clear-string): Declare as a function.
12007 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12008 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12009
12010 * emacs-lisp/check-declare.el (check-declare-locate):
12011 Handle compressed files.
12012 (check-declare-verify): Handle define-generic-mode,
12013 define-global(ized)-minor-mode, define-obsolete-function-alias.
12014
12015 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12016
12017 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12018 algebraic modes.
12019
12020 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12021 (math-is-true, calc-explain-why, calc-alg-edit)
12022 (math-composite-inequalities, math-flatten-lands)
12023 (math-multi-subst, calcFunc-vmatches, math-simplify)
12024 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12025 (math-read-string, math-read-brackets, math-read-angle-brackets):
12026 Declare as functions.
12027
12028 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12029 (calc-fit-bell-shaped-logistic-curve)
12030 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12031 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12032 (math-max-list): Declare as functions.
12033 (math-map-binop): New function.
12034 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12035
12036 * calc/calc.el (calc-set-language, calc-edit-finish)
12037 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12038 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12039 (math-lessp, calc-embedded-finish-command)
12040 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12041 (calc-push-list-in-macro, calc-replace-selections)
12042 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12043 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12044 (calc-embedded-stack-change, calc-refresh-evaltos)
12045 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12046 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12047 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12048 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12049 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12050 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12051 (math-neg-fancy, math-zerop, calc-add-fractions)
12052 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12053 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12054 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12055 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12056 (math-compose-expr, math-comp-width, math-composition-to-string)
12057 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12058 (math-adjust-fraction, math-format-binary, math-format-radix)
12059 (math-group-float, math-mod, math-format-number-fancy)
12060 (math-format-bignum-fancy, math-read-number-fancy)
12061 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12062 (calc-do-embedded-activate, math-do-defmath)
12063 (calc-load-everything): Declare as functions.
12064
12065 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12066 (math-simplify-extended, math-simplify-units, calc-set-language)
12067 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12068 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12069 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12070 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12071 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12072 (math-infinite-dir, math-calcFunc-to-var)
12073 (calc-embedded-evaluate-expr, math-known-nonzerop)
12074 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12075 (math-format-date, math-vector-is-string, math-vector-to-string)
12076 (math-format-radix-float, math-compose-expr, math-abs)
12077 (math-format-bignum-binary, math-format-bignum-octal)
12078 (math-format-bignum-hex, math-format-bignum-radix)
12079 (math-compute-max-digits): Declare as functions.
12080 (math-provably-realp): Fix typo.
12081
12082 * calc/calc-forms.el (calendar-current-time-zone)
12083 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12084 functions.
12085
12086 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12087
12088 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12089 Declare as functions.
12090
12091 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12092 (math-posp, math-compare, math-bignum, math-compare-bignum):
12093 Declare as functions.
12094
12095 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12096 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12097 (calc-explain-why, calc-clear-command-flag)
12098 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12099 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12100 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12101 (math-trunc-special, math-trunc-fancy, math-floor-special)
12102 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12103 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12104 (math-pow-zero, math-pow-fancy): Declare as functions.
12105
12106 * calc/calc-mode.el (calc-embedded-save-original-modes):
12107 Declare as a function.
12108
12109 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12110 Declare as functions.
12111 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12112 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12113 Replace `mapcar*' by `math-map-binop'.
12114 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12115
12116 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12117 (math-read-expr-level): Declare as functions.
12118
12119 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12120
12121 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12124 end-of-defun-function is called consistently, even for negative
12125 arguments.
12126 (end-of-defun-function): Default to forward-sexp.
12127
12128 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12129
12130 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12131
12132 2007-11-26 Glenn Morris <rgm@gnu.org>
12133
12134 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12135 than :suffix.
12136
12137 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12138
12139 2007-11-26 Simon Josefsson <simon@josefsson.org>
12140
12141 * net/imap.el: Move from ../gnus.
12142
12143 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12144
12145 * doc-view.el (doc-view-mode-p): New function.
12146
12147 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12148
12149 * mail/mspools.el (rmail-get-new-mail):
12150 * mail/reporter.el (mail-position-on-field, mail-text):
12151 * mail/rmail.el (mail-position-on-field, mail-text-start)
12152 (rmail-update-summary):
12153 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12154 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12155 * mail/rmailout.el (rmail-update-summary):
12156 * mail/rmailsort.el (rmail-update-summary):
12157 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12158 (dired-view-file):
12159 * mail/uce.el (mail-strip-quoted-names):
12160 * mail/undigest.el (rmail-update-summary):
12161 * mail/unrmail.el (mail-strip-quoted-names):
12162 * ediff.el (diff-latest-backup-file): Declare as functions.
12163
12164 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12165 (kill-to-end-of-line):
12166 * obsolete/rnews.el (news-set-minor-modes):
12167 Remove non working functions.
12168
12169 2007-11-25 Glenn Morris <rgm@gnu.org>
12170
12171 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12172 pcomplete. Don't mess with load-path.
12173
12174 * eshell/eshell.el (eshell-report-bug-address): Remove.
12175 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12176
12177 2007-11-24 Glenn Morris <rgm@gnu.org>
12178
12179 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12180 (appt-disp-window): Don't require electric.
12181 Simplify minibuffer-avoidance code.
12182 (appt-select-lowest-window): Avoid minibuffer.
12183
12184 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12185 (esh-mode): Require it.
12186 (esh-util): Use require rather than featurep and load.
12187 (eshell): No need to test if eshell-mode is bound; remove obsolete
12188 reference to eshell-auto.
12189 (eshell-command, eshell-command-result): Don't require esh-mode
12190 now that the file does.
12191 (top-level): Move provide statement to the end of the file.
12192 Re-order and update commentary.
12193
12194 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12195
12196 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12197 (vc-annotate-toggle-annotation-visibility): New command.
12198 (vc-annotate-mode-map): Bind "V" to it.
12199 (vc-annotate-mode-menu): Add entry for it.
12200 (vc-annotate-get-time-set-line-props): New func.
12201 (vc-annotate-display-autoscale)
12202 (vc-annotate-display-difference): Use it.
12203
12204 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12205 Also, match one space at end of annotation text, after last paren.
12206
12207 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12208
12209 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12210 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12211 `tramp-completion-mode'.
12212
12213 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12214
12215 * vc-git.el (vc-git-show-log-entry): New func.
12216
12217 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12218 (vc-git-state): Use vc-git--call.
12219 (vc-git-registered, vc-git-working-revision)
12220 (vc-git-previous-revision, vc-git-next-revision)
12221 (vc-git--run-command-string, vc-git-symbolic-commit):
12222 Use vc-git--out-ok.
12223
12224 2007-11-24 Glenn Morris <rgm@gnu.org>
12225
12226 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12227
12228 2007-11-24 Kenichi Handa <handa@m17n.org>
12229
12230 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12231
12232 2007-11-23 David Kastrup <dak@gnu.org>
12233
12234 * server.el (server-process-filter): Use `command-line-args-left'.
12235
12236 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12239
12240 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12241
12242 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12243 buffer if the parent buffer is in vc-dired-mode.
12244
12245 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12246
12247 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12248
12249 2007-11-23 Juri Linkov <juri@jurta.org>
12250
12251 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12252 value for M-n to the visited file name of the current buffer.
12253 Use minibuffer-with-setup-hook to set minibuffer-default to
12254 buffer-file-name inside read-file-name.
12255
12256 * man.el (Man-getpage-in-background): Don't disregard user option
12257 `Man-width' on non-window systems. Remove test for `window-system'
12258 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12259
12260 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12261 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12262 of "--color=always".
12263
12264 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12267 beginning-of-defun-function.
12268
12269 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12272
12273 2007-11-22 Glenn Morris <rgm@gnu.org>
12274
12275 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12276
12277 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12278 (check-declare-scan): Use check-declare-locate.
12279 (check-declare-verify): No longer adjust fnfile, now
12280 check-declare-locate does it.
12281
12282 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12283
12284 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * subr.el (posn-col-row): Make the `default-value' use explicit.
12287
12288 * window.el (balance-windows): Remove unused var `counter'.
12289 (bw-balance-sub): Remove unused var `lastchild'.
12290 (split-window-vertically): Remove unused var `switch'.
12291 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12292
12293 * emacs-lisp/bytecomp.el
12294 (byte-compile-file-form-custom-declare-variable): Simplify.
12295
12296 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12297
12298 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12299 Set `show-trailing-whitespace' to nil.
12300
12301 * dired.el (make-symbolic-link):
12302 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12303 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12304 * dired-x.el (make-symbolic-link):
12305 * frame.el (x-initialize-window-system):
12306 * menu-bar.el (x-menu-bar-open):
12307 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12308 (x-store-cut-buffer-internal):
12309 * wdired.el (make-symbolic-link):
12310 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12311 (x-send-client-message):
12312 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12313
12314 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12315
12316 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12317
12318 2007-11-22 Glenn Morris <rgm@gnu.org>
12319
12320 * dos-fns.el (int86):
12321 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12322
12323 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12324
12325 * calendar/holidays.el (holiday-list): Add autoload cookie.
12326
12327 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12328 files relative to src/ directory.
12329 (check-declare-verify): Handle .c files. Warn if could not find
12330 an arglist to check.
12331
12332 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12333
12334 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12335
12336 * replace.el (occur-mode-map): Add a major mode menu with entries
12337 for all occur operations.
12338
12339 * international/titdic-cnv.el (dos-8+3-filename):
12340 * obsolete/fast-lock.el (msdos-long-file-names):
12341 * frame.el (msdos-mouse-p):
12342 * files.el (msdos-long-file-names, w32-long-file-name):
12343 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12344 (mac-resume-apple-event, mac-font-panel-mode)
12345 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12346 (mac-clear-font-name-table):
12347 * term/pc-win.el (msdos-remember-default-colors)
12348 (w16-set-clipboard-data, w16-get-clipboard-data):
12349 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12350 (set-message-beep):
12351 * net/browse-url.el (w32-shell-execute):
12352 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12353 (w32-get-locale-info, w32-get-valid-locale-ids)
12354 (w32-set-clipboard-data):
12355 * dos-fns.el (int86, msdos-long-file-names):
12356 * dos-w32.el (default-printer-name): Declare as functions.
12357
12358 2007-11-21 Jason Rumney <jasonr@gnu.org>
12359
12360 * emacs-lisp/byte-run.el (declare-function): Return nil.
12361
12362 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12365
12366 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12367
12368 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12369
12370 2007-11-21 Glenn Morris <rgm@gnu.org>
12371
12372 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12373 for now. Handle define-minor-mode, and defalias (with no argument
12374 checking).
12375
12376 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12377
12378 * frame.el (msdos-mouse-p):
12379 * files.el (msdos-long-file-names, w32-long-file-name):
12380 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12381 (mac-resume-apple-event, mac-font-panel-mode)
12382 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12383 (mac-clear-font-name-table):
12384 * term/pc-win.el (msdos-remember-default-colors)
12385 (w16-set-clipboard-data, w16-get-clipboard-data):
12386 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12387 (set-message-beep):
12388 * net/browse-url.el (w32-shell-execute):
12389 * dos-fns.el (int86, msdos-long-file-names):
12390 * dos-w32.el (default-printer-name): Undo previous change.
12391
12392 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12393
12394 * international/mule-cmds.el (set-locale-environment):
12395 Set default-file-name-coding-system _after_ keyboard and terminal
12396 coding systems. This fixes last change.
12397
12398 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12399 one space after "Subject:".
12400
12401 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12404 in order to determine if there's a conflict.
12405
12406 2007-11-21 Richard Stallman <rms@gnu.org>
12407
12408 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12409
12410 * reposition.el (reposition-window):
12411 Binding C-M-l moved to bindings.el.
12412
12413 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12414
12415 * add-log.el (add-change-log-entry-other-window):
12416 Key binding C-x 4 a moved to bindings.el.
12417
12418 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12419 from filecache.el.
12420
12421 * filecache.el: Minibuffer map bindings moved to bindings.el.
12422
12423 2007-11-21 Jason Rumney <jasonr@gnu.org>
12424
12425 * international/mule-cmds.el (set-locale-environment):
12426 Set default-file-name-coding-system from system defaults on Windows.
12427
12428 2007-11-21 Jason Rumney <jasonr@gnu.org>
12429
12430 * term/w32console.el: New term init file for w32 console.
12431
12432 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12433 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12434 (w32-tty-standard-colors): Move to term/w32console.el.
12435
12436 * term/w32-win.el (x-setup-function-keys): Remove.
12437
12438 * term/tty-colors.el (tty-register-default-colors): Remove special
12439 case for w32.
12440
12441 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12442
12443 * frame.el (msdos-mouse-p):
12444 * generic-x.el (w32-shell-name):
12445 * files.el (msdos-long-file-names, w32-long-file-name)
12446 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12447 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12448 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12449 (mac-resume-apple-event, mac-font-panel-mode)
12450 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12451 (mac-clear-font-name-table):
12452 * term/pc-win.el (msdos-remember-default-colors)
12453 (w16-set-clipboard-data, w16-get-clipboard-data):
12454 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12455 (set-message-beep):
12456 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12457 (w32-get-locale-info, w32-get-valid-locale-ids)
12458 (w32-set-clipboard-data):
12459 * help-fns.el (ad-get-advice-info):
12460 * font-lock.el (fast-lock-after-fontify-buffer)
12461 (fast-lock-after-unfontify-buffer, fast-lock-mode)
12462 (lazy-lock-after-fontify-buffer)
12463 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12464 * net/browse-url.el (w32-shell-execute):
12465 * dos-fns.el (int86, msdos-long-file-names):
12466 * dos-w32.el (default-printer-name): Declare as functions.
12467
12468 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * textmodes/paragraphs.el (forward-sentence): Doc fix.
12471 Reported by Drew Adams <drew.adams@oracle.com>.
12472
12473 2007-11-20 Jason Rumney <jasonr@gnu.org>
12474
12475 * term/w32-win.el (x-setup-function-keys): Protect against
12476 multiple calls on the same terminal.
12477
12478 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12479
12480 * term/mac-win.el (x-setup-function-keys): Only setup
12481 local-function-key-map if it has not been setup already for the
12482 current frame. Move the suspend-emacs processing here.
12483
12484 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * progmodes/grep.el (xargs-program): New variable.
12487 (grep-compute-defaults): Use it.
12488 (grep-default-command): Doc fix.
12489 (grep, lgrep, rgrep): Reflow docstrings.
12490
12491 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12492
12493 * vc.el (vc-find-revision): Set the parent buffer.
12494 Use when instead of if.
12495
12496 * progmodes/python.el (info-lookup-maybe-add-help):
12497 * progmodes/ps-mode.el (doc-view-minor-mode):
12498 * mail/emacsbug.el (Info-menu, Info-goto-node):
12499 * emulation/viper-keym.el (viper-ex)
12500 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12501 * emulation/viper-cmd.el (widget-type, widget-button-press)
12502 (viper-set-hooks):
12503 * emacs-lisp/tcover-unsafep.el (unsafep-function):
12504 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12505 (ses-load, ses-vector-delete, ses-create-header-string)
12506 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12507 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12508
12509 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12512
12513 2007-11-20 Glenn Morris <rgm@gnu.org>
12514
12515 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12516 for end of function-name. Handle define-derived-mode.
12517
12518 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12519
12520 * progmodes/idlw-help.el: Require browse-url unconditionally, it
12521 is available by default.
12522 (idlwave-help-browse-url-available): Change default to t.
12523
12524 * emulation/edt.el (defgroup, defcustom): Remove definition.
12525 (eval-when-compile): Remove.
12526 (c-mark-function):
12527 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12528 * textmodes/fill.el (comment-search-forward)
12529 (comment-string-strip):
12530 * progmodes/prolog.el (comint-mode, comint-send-string)
12531 (comint-send-region, comint-send-eof):
12532 * progmodes/dcl-mode.el (imenu-default-create-index-function):
12533 * emulation/viper-util.el (viper-forward-Word):
12534 * emulation/vi.el (c-mark-function):
12535 * emulation/edt-vt100.el (vt100-wide-mode):
12536 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12537
12538 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
12539
12540 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12541 Still some tuning in case of an echoing shell.
12542 (tramp-send-command): Connection property "remote-echo" is not
12543 persistent; cache key is the process therefore.
12544
12545 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * replace.el (map-query-replace-regexp): Doc fix (revert part of
12548 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12549
12550 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
12551
12552 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12553 * play/yow.el (doctor-ret-or-read):
12554 * vc-hooks.el (vc-dired-resynch-file):
12555 * vc-hg.el (log-view-get-marked):
12556 * smerge-mode.el (ediff-cleanup-mess):
12557 * pcvs.el (vc-editable-p, vc-checkout):
12558 * pcomplete.el (comint-bol):
12559 * informat.el (texinfo-format-refill):
12560 * ido.el (tramp-tramp-file-p):
12561 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12562 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12563 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12564 functions.
12565
12566 * textmodes/ispell.el (ispell-int-char): Make it a defalias
12567 instead of fset.
12568 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12569
12570 * ido.el (ido-file-internal): Move with-no-warnings to include the
12571 ffap-string-at-point call.
12572
12573 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12574
12575 * vc-hg.el (vc-hg-revision-table): Fix last change.
12576
12577 2007-11-19 Martin Rudalics <rudalics@gmx.at>
12578
12579 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12580 clipboard-yank when the buffer is read-only.
12581
12582 * cus-edit.el (custom-field-keymap): Move to other Custom mode
12583 keymaps such that it's before the definition of Custom-mode-menu.
12584 (Custom-mode-menu): Show it for custom-field-keymap too.
12585
12586 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
12587
12588 * progmodes/gdb-ui.el: Update commentary.
12589
12590 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
12591
12592 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12593
12594 2007-11-19 Glenn Morris <rgm@gnu.org>
12595
12596 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12597 does not exist, try adding `.el' extension. Also search for defsubsts.
12598
12599 * cus-edit.el (recentf-expand-file-name):
12600 * dired.el (dired-relist-entry):
12601 * subr.el (w32-shell-dos-semantics):
12602 * emacs-lisp/bytecomp.el (compilation-forget-errors):
12603 Declare as functions.
12604
12605 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12608 (prepare-abbrev-list-buffer): Use dolist.
12609 (clear-abbrev-table): Preserve properties.
12610
12611 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
12612
12613 * textmodes/texinfmt.el (texinfo-format-printindex):
12614 Collect combined indexes using texinfo-short-index-format-cmds-alist.
12615 Reported on <bug-texinfo@gnu.org>.
12616
12617 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
12618
12619 * net/tramp.el (tramp-completion-reread-directory-timeout):
12620 New defcustom.
12621 (tramp-handle-file-name-all-completions): Flush directory contents
12622 from cache regularly.
12623 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12624 (tramp-open-connection-setup-interactive-shell):
12625 Call `tramp-cleanup-connection' via funcall.
12626
12627 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12628 created when copying.
12629
12630 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12631
12632 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12633 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12634 * eshell/esh-ext.el (eshell-external-command):
12635 * eshell/esh-cmd.el (require):
12636 * eshell/em-unix.el (eshell-plain-locate-behavior):
12637 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12638 Replace eshell-under-xemacs-p with (featurep 'xemacs).
12639 * eshell/esh-mode.el (characterp, char-int): Remove unused
12640 conditional defaliases.
12641
12642 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12643 Rename from event-matches-key-specifier-p, define unconditionally.
12644 (event-basic-type): Remove unused defalias.
12645 (pcomplete-show-completions):
12646 Use pcomplete-event-matches-key-specifier-p.
12647
12648 2007-11-17 Eli Zaretskii <eliz@gnu.org>
12649
12650 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12651 when saving esh-groups.el.
12652
12653 2007-11-17 Martin Rudalics <rudalics@gmx.at>
12654
12655 * wid-edit.el (widget-default-complete):
12656 * progmodes/flymake.el (flymake-goto-file-and-line):
12657 Fix typo in (doc-)string.
12658
12659 2007-11-17 Glenn Morris <rgm@gnu.org>
12660
12661 * emacs-lisp/byte-run.el (declare-function): New macro.
12662 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12663 New function, byte-hunk-handler for declare-function.
12664 (byte-compile-callargs-warn): Handle declared functions.
12665
12666 * emacs-lisp/check-declare.el: New file.
12667 * Makefile.in (check-declare): New target.
12668
12669 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12670
12671 * subr.el (process-lines): Move here from ../admin/admin.el.
12672 * emacs-lisp/authors.el (authors-process-lines): Remove.
12673 (authors): Use process-lines rather than authors-process-lines.
12674
12675 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12676 Remove these files.
12677
12678 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * emacs-lisp/backquote.el (backquote):
12681 Improve argument/docstring consistency.
12682
12683 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12684 (ring-length, ring-empty-p): Use c[ad]dr.
12685 (ring-plus1): Use `1+'.
12686 (ring-minus1): Use `zerop'.
12687 (ring-remove): Use c[ad]dr. Use `when'.
12688 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
12689 (ring-ref): Use `let', not `let*'.
12690 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
12691 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
12692 (ring-member): Simplify. Doc fix.
12693 (ring-convert-sequence-to-ring): Simplify.
12694
12695 2007-11-17 Juri Linkov <juri@jurta.org>
12696
12697 * dired-aux.el (dired-create-directory): Allow creating
12698 a directory of an arbitrary depth. Add a loop to find the topmost
12699 nonexistent parent dir `new', and call `dired-add-file' on it.
12700 Set the `PARENTS' arg of `make-directory' to t.
12701
12702 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12703
12704 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12705 (math-build-parse-table): Get parse information from math-parse-table.
12706
12707 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * window.el (recenter-last-op): New var.
12710 (recenter-top-bottom): New command.
12711 (global-map): Bind it to C-l.
12712
12713 * abbrev.el (abbrev--write): Fix error in transcription from C.
12714
12715 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12716 (pc-select-ensure-mark): Set mark-active to a special value instead.
12717 Rename from ensure-mark. Update call callers.
12718 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12719 Rewrite. Update all callers.
12720 (pc-selection-mode): Remove redundant var declaration.
12721
12722 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
12723
12724 * doc-view.el (doc-view-search-backward, doc-view-search):
12725 Fix assignment to free variable bug.
12726
12727 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
12728
12729 * emulation/pc-select.el (pc-select-shifted-mark): New var.
12730 (ensure-mark): Set it.
12731 (maybe-deactivate-mark): New fun.
12732 Use it everywhere instead of (setq mark-active nil).
12733
12734 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12735
12736 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12737 Add check for XEmacs.
12738
12739 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12740
12741 * doc-view.el (doc-view-resolution): Add missing :group.
12742
12743 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
12744
12745 * subr.el (make-variable-frame-local):
12746 Fix typo in obsolescence declaration.
12747
12748 2007-11-16 Werner Lemberg <wl@gnu.org>
12749
12750 * files.el (set-auto-mode-1): Check second line for -*- if file
12751 starts with '\" (which is used by man pages to identify needed
12752 troff preprocessors).
12753
12754 2007-11-16 Glenn Morris <rgm@gnu.org>
12755
12756 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12757
12758 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12759
12760 * calc/calc-lang.el (math-oper-table): Fix typo.
12761 Reduce precedence of "/" for TeX.
12762
12763 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12764
12765 2007-11-16 Juri Linkov <juri@jurta.org>
12766
12767 * dired-aux.el (dired-read-shell-command-default): New function.
12768 (dired-read-shell-command): Use its return value for DEFAULT arg.
12769
12770 * replace.el (keep-lines-read-args, occur-read-primary-args):
12771 Use a list of default values for DEFAULT arg of read-from-minibuffer.
12772
12773 * man.el (Man-heading-regexp): Add 0-9.
12774 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
12775
12776 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
12779 (doc-view-resolution): New custom var.
12780 (doc-view-pdf/ps->png): Use it.
12781 (doc-view-shrink-factor): New var.
12782 (doc-view-enlarge, doc-view-shrink): New commands.
12783 (doc-view-mode-map): Use them.
12784
12785 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12786
12787 * ediff-wind.el (ediff-window-setup-function):
12788 * simple.el (normal-erase-is-backspace):
12789 * eshell/em-unix.el (eshell/info):
12790 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12791 Fix typos in docstrings.
12792
12793 * emulation/cua-base.el (cua--keymaps-initialized):
12794 Rename from `cua--keymaps-initalized'. Callers changed.
12795 (cua-highlight-region-shift-only): Doc fix.
12796 (cua-paste-pop): Fix typo in docstring.
12797
12798 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * emulation/cua-base.el (cua--pre-command-handler-1):
12801 Use input-decode-map instead of function-key-map.
12802 Use event-modifiers now that it works reliably.
12803
12804 * vc.el (vc-diff-internal): Pop-to-buffer later.
12805
12806 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
12807
12808 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
12809 did not touch them.
12810
12811 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
12812
12813 * calc/calc-menu.el: New file.
12814 * calc/calc.el (calc-mode): Require calc-menu.
12815
12816 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
12817
12818 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
12819
12820 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
12821
12822 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
12823 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
12824 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
12825 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
12826 locations.
12827 (gdb-info-breakpoints-custom, gdb-assembler-custom)
12828 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
12829 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
12830
12831 2007-11-13 Noah Friedman <friedman@splode.com>
12832
12833 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
12834 bindings to remap when `calc-scan-for-dels' is non-nil.
12835
12836 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
12839 constant forms.
12840 (byte-compile-nilconstp): New function.
12841 (byte-optimize-cond): Kill subsequent branches when a branch is
12842 know to be taken or not taken.
12843 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
12844
12845 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
12846
12847 * vc.el (vc-register): Allow registering a file passed as a
12848 parameter instead of just the current buffer.
12849
12850 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
12851
12852 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12853 Check whether the output of "uname -sr" has been changed.
12854
12855 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12856
12857 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
12858 patterns from compilation-perl.el and compilation-weblint.el files.
12859
12860 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12861
12862 * progmodes/compilation-perl.el:
12863 * progmodes/compilation-weblint.el: Disable autoloads, they cause
12864 a bootstrap failure.
12865
12866 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
12867 instead of doing "cvs diff" in order to avoid accessing the repository.
12868
12869 2007-11-12 Kevin Ryde <user42@zip.com.au>
12870
12871 * progmodes/compilation-perl.el:
12872 * progmodes/compilation-weblint.el: New files.
12873
12874 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
12875
12876 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
12877 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
12878 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
12879 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
12880 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
12881 Rewrite in active voice.
12882
12883 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
12884
12885 * doc-view.el: Add comments about isearch support.
12886
12887 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
12888
12889 * vc.el (vc-start-entry): Fix setting the in the case the function
12890 is called from vc-dired. Use when instead of if where appropriate.
12891
12892 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12893
12894 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
12895 to be a list.
12896 (ps-begin-job): Error if ps-lpr-switches is not a list.
12897
12898 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12899
12900 * faces.el (face-normalize-spec): Remove function.
12901 (frame-set-background-mode): Undo last change.
12902
12903 2007-11-10 Jason Rumney <jasonr@gnu.org>
12904
12905 * w32-fns.el: Sync charset names with setup-default-fontset.
12906 Append "-1" where second part missing.
12907
12908 2007-11-10 Juri Linkov <juri@jurta.org>
12909
12910 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
12911 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
12912
12913 * custom.el (custom-note-var-changed): Remove the `interactive'
12914 spec from this new non-interactive function.
12915
12916 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
12917
12918 * doc-view.el (doc-view-mode-map, doc-view-menu)
12919 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
12920 (doc-view-search-backward): New function.
12921 (doc-view-search): Query new regexp if prefix arg is given, else
12922 jump to next/previous match.
12923 (doc-view-mode): Handle compressed files.
12924 (jka-compr): Required for compressed files.
12925
12926 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
12927
12928 * replace.el (query-replace-show-replacement): New defcustom.
12929 (perform-replace): Use `match-substitute-replacement' if
12930 `query-replace-show-replacement' is non-nil.
12931
12932 2007-11-10 David Kastrup <dak@gnu.org>
12933
12934 * subr.el (match-substitute-replacement): New function.
12935
12936 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
12937
12938 * files.el (auto-mode-alist): Select org-mode for files with the
12939 extension ".org".
12940
12941 2007-11-10 Martin Rudalics <rudalics@gmx.at>
12942
12943 * help.el (help-window, help-window-point-marker): New variables.
12944 (help-window-select): New option.
12945 (with-help-window): New macro for displaying help windows.
12946 (help-window-display-message, help-window-setup-finish)
12947 (help-window-setup): New functions used for setting up help windows.
12948 (print-help-return-message): Reset help-window to nil.
12949 (view-lossage): Use with-help-window instead of
12950 with-output-to-temp-buffer and move help-window-point-marker after
12951 inserted text.
12952 (describe-bindings, describe-key, describe-mode): Use
12953 with-help-window instead of with-output-to-temp-buffer.
12954
12955 * help-mode.el (help-mode): Set view-exit-action to bury the
12956 buffer instead of fiddling with windows. Simplify code.
12957 (help-mode-finish): When help-window eqs t set it to the selected
12958 window and have with-help-window set up view-return-to-alist.
12959 (help-buffer): Add autoload cookie.
12960
12961 * view.el (view-remove-frame-by-deleting): Change default value to t.
12962 Add autoload cookie.
12963 (view-exit-action, view-file, view-file-other-window)
12964 (view-file-other-frame, view-buffer, view-buffer-other-window)
12965 (view-buffer-other-frame): Rewrite doc strings.
12966 (view-return-to-alist-update): New function to remove stale entries
12967 from view-return-to-alist.
12968 (view-mode-enter): Rewrite doc string and simplify code.
12969 (view-mode-exit): Handle new case 'keep-frame. Don't reset
12970 view-exit-action to nil. Simplify code and rewrite doc string.
12971
12972 * apropos.el (apropos-describe-plist):
12973 * descr-text.el (describe-char):
12974 * disp-table.el (describe-display-table):
12975 * faces.el (list-faces-display, describe-face):
12976 * facemenu.el (list-colors-display):
12977 * help-fns.el (describe-function, describe-variable)
12978 (describe-syntax, describe-categories):
12979 Use with-help-window instead of with-output-to-temp-buffer.
12980
12981 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
12982
12983 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
12984 Optimize (featurep 'emacs) to t.
12985
12986 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
12987 New function.
12988 (byte-compile-maybe-guarded): Use it to also look for bound
12989 symbols inside `and' forms. Comment out non-working code that was
12990 trying to avoid warnings for XEmacs code.
12991
12992 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
12993
12994 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
12995 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
12996 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
12997 (vc-cvs-annotate-command):
12998 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
12999 is bound, it always is.
13000
13001 2007-11-10 Jason Rumney <jasonr@gnu.org>
13002
13003 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13004 setup here from global scope.
13005
13006 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * ido.el (ido-save-history): Save the history file in UTF-8, not
13009 the current filename coding system.
13010
13011 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13012
13013 * simple.el (interprogram-cut-function, interprogram-paste-function):
13014 Don't make them frame-local any more.
13015
13016 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13017 Don't set interprogram-(cut|paste)-function on each frame.
13018
13019 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13020 Make them work in tty frames.
13021 (interprogram-cut-function, interprogram-paste-function):
13022 Set them globally.
13023
13024 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13027 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13028 (iso-iso2duden-trans-tab): Add docstring.
13029
13030 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * abbrev.el (define-abbrev-table): Record the variable definition.
13033
13034 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13035 New function.
13036
13037 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13038
13039 * ps-print.el: Clean the code for checking suitable Emacs version.
13040 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13041 (ps-print-version): New version 6.8.1.
13042
13043 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13044
13045 * files.el (enable-local-variables): Doc fix.
13046
13047 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13048
13049 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13050
13051 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13052
13053 * dired-aux.el (dired-copy-file-recursive):
13054 Preserve directory permissions.
13055
13056 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13057
13058 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13059 (whitespace-unload-function): New-style unload function. When run,
13060 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13061 to stop the old hook from messing with the unloading.
13062
13063 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13066 (elp-unset-master, elp-results): Fix typos.
13067 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13068 Doc fixes.
13069
13070 * msb.el (msb--many-menus): Remove variable.
13071 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13072 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13073 (msb--toggle-menu-type): Fix typos in docstrings.
13074
13075 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13076 (shadow-insert-var): Doc fixes.
13077 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13078 Reflow docstrings.
13079 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13080
13081 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13082
13083 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13084 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13085 Fix typos in autoload docstrings.
13086
13087 2007-11-09 Richard Stallman <rms@gnu.org>
13088
13089 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13090
13091 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13092
13093 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13094 (gdb-var-update-handler-1): Use it.
13095
13096 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13097
13098 * loadhist.el (unload-feature): Remove erroneous check for the
13099 FEATURE-unload-function variable; check the existence of the
13100 function (that's what the docstring says, and it makes more sense).
13101
13102 * follow.el (follow-unload-function): Add docstring.
13103 (follow-unload-function): Remove variable.
13104
13105 * server.el (server-unload-function): Remove variable.
13106 (server-unload-function): Unbind `server-edit' from `C-x #'.
13107
13108 * ses.el (ses-unload-function): New function.
13109
13110 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13113 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13114
13115 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13116 before use to avoid a warning in packages that require uniquify.
13117 (uniquify-unload-function): New function and var.
13118
13119 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13120
13121 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13122 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13123 (ediff-current-diff-A, ediff-current-diff-B)
13124 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13125 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13126 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13127 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13128 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13129 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13130 (ediff-setup-windows-plain-merge)
13131 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13132 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13133 * ediff-util.el (ediff-setup-keymap, )
13134 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13135 (ediff-toggle-use-toolbar, ediff-really-quit)
13136 (ediff-good-frame-under-mouse)
13137 (ediff-highlight-diff-in-one-buffer)
13138 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13139 (ediff-make-bullet-proof-overlay):
13140 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13141 (ediff-set-meta-overlay):
13142 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13143 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13144 ediff-emacs-p with their former definitions.
13145
13146 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13147 (viper-has-face-support-p, viper-inactivate-input-method)
13148 (viper-activate-input-method)
13149 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13150 * emulation/viper-mous.el (viper-multiclick-timeout)
13151 (viper-surrounding-word, viper-mouse-click-insert-word)
13152 (viper-mouse-click-search-word, viper-parse-mouse-key):
13153 * emulation/viper-macs.el (viper-char-array-to-macro):
13154 * emulation/viper.el (viper-go-away, viper-set-hooks)
13155 (viper-non-hook-settings):
13156 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13157 (viper-get-saved-cursor-color-in-insert-mode)
13158 (viper-get-saved-cursor-color-in-emacs-mode)
13159 (viper-check-version, viper-get-visible-buffer-window)
13160 (viper-file-checked-in-p, viper-set-replace-overlay)
13161 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13162 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13163 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13164 with their former definitions.
13165 (viper-eventify-list-xemacs): Only do work for XEmacs.
13166 (viper-set-unread-command-events): Only do work for Emacs.
13167 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13168 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13169 (viper-overlay-get, viper-overlay-put, viper-read-event)
13170 (viper-characterp, viper-int-to-char, viper-get-face)
13171 (viper-color-defined-p, viper-iconify): New defaliases replacing
13172 the old fsets.
13173
13174 * progmodes/fortran.el (comment-region-function)
13175 (uncomment-region-function): Pacify byte compiler.
13176
13177 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13178
13179 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13180
13181 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13182 `process-environment'.
13183
13184 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13185
13186 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13187 match dir like "a...b".
13188
13189 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13192
13193 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13194
13195 * net/tramp.el (tramp-handle-substitute-in-file-name):
13196 Don't expand the remote connection identification.
13197 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13198 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13199 before calling stty.
13200
13201 * net/tramp-cache.el (tramp-cache-print)
13202 (tramp-dump-connection-properties): Fix docstring.
13203 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13204
13205 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13206
13207 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13208 remote connection identification when setting connection property.
13209
13210 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13211 "//" substitutes only in the local filename part.
13212
13213 2007-11-07 David Hansen <david.hansen@gmx.net>
13214
13215 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13216
13217 2007-11-07 Glenn Morris <rgm@gnu.org>
13218
13219 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13220 Remove superfluous concats. Move final set-buffer to
13221 non-emacs-specific code.
13222
13223 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13224
13225 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13226
13227 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13228
13229 * eshell/esh-mode.el (eshell-output-filter):
13230 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13231 Use `with-current-buffer'.
13232
13233 2007-11-07 Andreas Schwab <schwab@suse.de>
13234
13235 * server.el (server-start): Only register cleanup after server was
13236 started.
13237
13238 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13239
13240 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13241
13242 * net/tramp-cache.el (tramp-cache-print): Move down.
13243 (tramp-cache-list-connections): New defun.
13244
13245 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13246
13247 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13248
13249 * ido.el (ido-save-history): Write the history file in the current
13250 filename coding system, and add `coding' file-local variable.
13251
13252 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13253
13254 * textmodes/org.el (org-table-formula-substitute-names):
13255 Remove forgotten temporary debugging code.
13256
13257 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13258
13259 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13260 the prompt.
13261
13262 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13263
13264 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13265
13266 2007-11-05 Simon Josefsson <simon@josefsson.org>
13267
13268 * net/tls.el (tls-end-of-info): Doc fix.
13269
13270 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13271
13272 * international/utf-7.el (utf-7-imap): New coding system.
13273 (utf-7-imap-post-read-conversion): New function.
13274 (utf-7-imap-pre-write-conversion): New function.
13275
13276 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * abbrev.el (abbrev--write): Fix up typo.
13279
13280 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * abbrev.el (define-abbrev-table): Doc fix.
13283
13284 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13285
13286 * info.el (Info-revert-buffer-function): New func.
13287 (Info-mode): Arrange to use it for reverting.
13288 (Info-copy-current-node-name): Add space between filename and nodename.
13289
13290 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13293
13294 2007-11-04 Glenn Morris <rgm@gnu.org>
13295
13296 * net/tls.el: Don't require rx when compiling.
13297 (tls-end-of-info): Rewrite without using rx.
13298 (open-tls-stream): Use with-current-buffer.
13299
13300 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13301
13302 * net/tls.el: Require rx when compiling.
13303 (tls-end-of-info): New variable.
13304 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13305 matched.
13306
13307 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13308
13309 * register.el (append-to-register, prepend-to-register):
13310 Don't signal error on empty register; use the text, instead.
13311
13312 2007-11-03 Michael Olson <mwolson@gnu.org>
13313
13314 * textmodes/remember.el (remember-buffer):
13315 Use define-obsolete-function-alias rather than defalias.
13316
13317 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13318
13319 * simple.el (bad-packages-alist): Anchor semantic regexp.
13320
13321 2007-11-03 Glenn Morris <rgm@gnu.org>
13322
13323 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13324 if defined, for blank lines. Doc fix.
13325
13326 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13327 (fortran-mode): Set values for comment-region-function,
13328 uncomment-region-function and comment-insert-comment-function.
13329 (fortran-uncomment-region): New function.
13330
13331 * textmodes/nroff-mode.el (nroff-mode):
13332 Set comment-insert-comment-function rather than indent-line-function.
13333 (nroff-indent-line-function): Remove.
13334 (nroff-insert-comment-function): New function.
13335
13336 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13337
13338 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13339
13340 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13341
13342 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13343
13344 * emulation/viper-cmd.el (viper-prev-destructive-command)
13345 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13346 copy-sequence.
13347
13348 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13349 Got rid of ediff-copy-list.
13350
13351 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13352 use face-name.
13353 (ediff-test-utility, ediff-diff-mandatory-option)
13354 (ediff-reset-diff-options): Remove to simplify the mandatory option
13355 handling on Windows.
13356 (ediff-set-diff-options): Add.
13357 (ediff-diff-options): Set "--binary" option as default in some cases.
13358
13359 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13360 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13361 ediff-vc-working-revision. Require vc-hooks.
13362
13363 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13364
13365 * files.el (hack-local-variables): Fix membership tests to avoid
13366 treating all variables as safe if `enable-local-variables' is
13367 set to :safe (CVE-2007-5795).
13368
13369 2007-11-02 Glenn Morris <rgm@gnu.org>
13370
13371 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13372 if defined, do all the work of inserting a new comment.
13373
13374 * progmodes/etags.el (tags-table-mode): Disable undo.
13375
13376 * simple.el (bad-packages-alist): Revert previous change.
13377
13378 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13381
13382 * obsolete/lselect.el: Do not warn about unknown functions.
13383
13384 2007-11-02 Michael Olson <mwolson@gnu.org>
13385
13386 * textmodes/remember.el (remember-buffer): Make this an alias of
13387 remember-finalize, because Org uses it.
13388
13389 2007-11-01 Michael Olson <mwolson@gnu.org>
13390
13391 * textmodes/remember.el: Improve documentation in heading.
13392 (remember-before-remember-hook): Turn into a customizable option.
13393 (remember): Document INITIAL argument.
13394 (remember-region): Remove autoload cookie. Improve docstring to
13395 mention that it is called from the *Remember* buffer, and does not
13396 have any functional overlap with the `remember' function.
13397 (remember-finalize): Remove autoload cookie. Rename from
13398 remember-buffer to emphasize that this does not have any
13399 functional overlap with the `remember' function.
13400 (remember-destroy): Remove autoload cookie.
13401 (remember-mode-map): Define and initialize in one step.
13402 (remember-mode): Improve docstring.
13403 (remember-annotation-functions): Default to just '(buffer-file-name),
13404 and don't try to take the default value from Planner.
13405
13406 2007-11-01 Glenn Morris <rgm@gnu.org>
13407
13408 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13409
13410 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13411
13412 * emacs-lisp/authors.el (authors-scan-change-log)
13413 (authors-scan-el): Don't enable local eval; enable only safe local
13414 variables, without querying.
13415
13416 * mail/footnote.el (footnote-numeric-regexp)
13417 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13418 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13419 Match multi-character footnotes.
13420
13421 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13422 (nroff-indent-line-function): New function.
13423 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13424 obsolete alias.
13425
13426 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13427
13428 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13429 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13430 (rcirc-print): Only update the line count when not marking the
13431 line as omittable.
13432 (rcirc-log-write): Specify coding system when writing logfile.
13433 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13434
13435 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13436
13437 * printing.el (printing): Fix :version, printing.el was included
13438 for in emacs-22.1.
13439 (pr-path-style, pr-path-alist, pr-txt-name)
13440 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13441 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13442 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13443 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13444 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13445 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13446 (pr-setting-database, pr-visible-entry-list)
13447 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13448 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13449
13450 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13451 top level, make it dependent on the emacs flavor.
13452
13453 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13454 Test for XEmacs not for itimer.
13455
13456 * term/sun-mouse.el:
13457 * obsolete/sun-fns.el:
13458 * obsolete/sun-curs.el: Remove files.
13459
13460 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13461
13462 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
13463
13464 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13465 was given to concat.
13466
13467 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13470 used normally for goto-line. Change `g' to revert the buffer.
13471 Add redundant `r' binding for buffer-revert.
13472
13473 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13474 (mail-abbrevs-setup): Use abbrev-expand-functions.
13475 (build-mail-abbrevs): Use with-temp-buffer.
13476 (define-mail-abbrev): Simplify.
13477 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13478 Change it for use on abbrev-expand-functions.
13479 (mail-abbrev-complete-alias): Use with-syntax-table.
13480
13481 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
13482
13483 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13484 directly. Fix bug in deleting temp file.
13485
13486 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13487
13488 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13489 Merge defvar and define-abbrev-table.
13490 (def-python-skeleton): Use :case-fixed and :enable-function.
13491 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13492 Remove.
13493 (python-mode): Don't modify pre-abbrev-expand-hook.
13494
13495 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13496
13497 * ediff-util.el (ediff-file-checked-out-p)
13498 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13499
13500 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * abbrev.el (abbrev-symbol): Correct let->let*.
13503 (abbrev--before-point): Only use abbrev-start-location if before point.
13504
13505 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
13508 (strokes-unload-hook): Remove function and variable.
13509 (strokes-unload-function): New-style unload function, adapted
13510 from `strokes-unload-hook'.
13511
13512 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13513 (cl-unload-hook): Remove variable.
13514 (cl-unload-function): New-style unload function, adapted
13515 from `cl-cannot-unload'.
13516
13517 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13518 (elp-unload-function): New-style unload function, adapted
13519 from `elp-unload-hook'.
13520
13521 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
13522
13523 * emacs-lisp/find-func.el (find-library): Use library at
13524 point as default interactive argument.
13525
13526 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13527
13528 * shadowfile.el (shadow-join): Remove.
13529 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13530 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13531 (shadowfile-unload-hook): Remove function and variable.
13532 (shadowfile-unload-function): New-style unload function, adapted
13533 from `shadowfile-unload-hook'.
13534
13535 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13536
13537 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13538 only if it is bound.
13539
13540 * textmodes/reftex.el: Move autoloads for before all uses.
13541 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13542 (reftex-delete-overlay): Move to the top level with the condition
13543 in the body.
13544
13545 * progmodes/simula.el: Use when instead of if.
13546
13547 * iimage.el (iimage-locate-file): Define unconditionally.
13548
13549 * mail/mailabbrev.el (mail-abbrev-next-line):
13550 * emulation/vip.el (vip-enlarge-region, vip-line)
13551 (vip-next-line-at-bol, vip-previous-line)
13552 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13553 Wrap with-no-warnings around uses of next-line and previous-line.
13554
13555 * ediff.el (run-ediff-from-cvs-buffer):
13556 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13557 Remove function not used by pcl-cvs anymore.
13558 (noninteractive, generic-sc-get-latest-rev)
13559 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13560 Delete support for long obsolete generic-sc.el.
13561
13562 2007-10-31 Glenn Morris <rgm@gnu.org>
13563
13564 * cvs-status.el: No longer require pcvs when compiling.
13565
13566 * doc-view.el (doc-view-conversion-refresh-interval)
13567 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13568 (doc-view-reset-slice): Doc fixes.
13569 (doc-view-menu): Remove deleted function doc-view-edit-doc.
13570
13571 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * help-at-pt.el (help-at-pt-unload-hook): Remove.
13574 Timers are automatically canceled by `unload-feature'.
13575
13576 * delsel.el (delsel-unload-hook): Remove function and variable.
13577 (delsel-unload-function): New-style unload function, adapted
13578 from `delsel-unload-hook'.
13579
13580 * msb.el (msb-unload-hook): Remove function and variable.
13581 (msb-unload-function): New-style unload function, adapted from
13582 `msb-unload-hook'.
13583
13584 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
13585
13586 * desktop.el (uniquify-managed): Pacify byte compiler.
13587 (desktop-buffer-info): If the buffer name is managed by uniquify,
13588 save the base name, not the uniquified one.
13589 (desktop-create-buffer): Allow `rename-buffer' to generate a new
13590 name in case of conflict.
13591
13592 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * doc-view.el: Use expand-file-name rather than concat.
13595 (doc-view-cache-directory): Add the UID so multiple users won't clash.
13596 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13597 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13598 (doc-view-toggle-display): Use an overlay over the whole buffer so as
13599 not to have to touch the buffer's content.
13600 (doc-view-initiate-display): New function, extracted from doc-view-mode.
13601 (doc-view-mode): Use it. Don't mark as a special mode.
13602 Put the page numbers in the modeline.
13603 Set up the overlay. Hide the cursor. Run the mode hook.
13604 Use after-revert-hook rather than revert-buffer-function.
13605 (doc-view-search-internal): Fix typo.
13606 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13607 image-cache flush.
13608 (doc-view-reconvert-doc): Don't reset the whole mode.
13609 (doc-view-make-safe-dir): New function.
13610 (doc-view-current-cache-dir): Use it.
13611
13612 2007-10-30 Jason Rumney <jasonr@gnu.org>
13613
13614 * time.el (display-time-world-list): Test for zoneinfo support.
13615
13616 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
13617
13618 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13619
13620 * net/tramp-cache.el (tramp-flush-file-function): Check also
13621 `default-directory' if `buffer-file-name' does not return a
13622 string. Added to `eshell-pre-command-hook'.
13623
13624 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 * doc-view.el (doc-view-current-doc): Remove.
13627 Replace all uses by buffer-file-name.
13628 (doc-view-menu): New menu.
13629 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13630 unused var `doc'.
13631 (doc-view-sort): Simplify.
13632 (doc-view-buffer-message): Don't change buffer-modified-p.
13633 (doc-view-mode): Change it here instead.
13634 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
13635 Don't modify the global value of revert-buffer-function.
13636
13637 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13638 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13639 (image-toggle-display): Take overlays into account and don't assume
13640 point-min==1.
13641
13642 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
13643
13644 * vc.el (vc-annotate): Fix omission bug:
13645 Specify value for vc-sentinel-movepoint.
13646
13647 2007-10-30 Michael Olson <mwolson@gnu.org>
13648
13649 * textmodes/remember.el (remember-mode-hook)
13650 (remember-handler-functions, remember-annotation-functions):
13651 Add additional items as options, including some Org functions.
13652
13653 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
13654
13655 * doc-view.el: Remove cl-dependency.
13656 (doc-view-buffer-message): Mention new binding K.
13657 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13658 instead of variable.
13659 (doc-view-current-cache-dir): Better cache dir naming.
13660 (doc-view-current-display): Remove variable.
13661 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13662 (doc-view-kill-proc): Set converter process to nil.
13663 (doc-view-minor-mode): New minor mode.
13664 (doc-view-minor-mode-map): New keymap.
13665 (doc-view-mode): Remove text/image switching code. Use plain defun.
13666 (doc-view-mode-map): New binding K kills converter process.
13667 Remove C-c C-e binding.
13668 (doc-view-mode-text-map): Remove keymap.
13669 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13670 d-v-display-maybe.
13671 (doc-view-previous-major-mode): New variable.
13672 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13673 (doc-view-remove-if): New function.
13674 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13675 (doc-view-toggle-display): Toggle modes instead of display styles.
13676 (doc-view-reconvert-doc): Adapt to new way of doing things.
13677
13678 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13679
13680 2007-10-30 Glenn Morris <rgm@gnu.org>
13681
13682 * dirtrack.el (dirtrack-mode): Doc fix.
13683
13684 * shell.el (shell-dirtrack-verbose, shell-mode)
13685 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13686
13687 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13688 (byte-compile-enable-warning): Doc fix.
13689
13690 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13691 suppress byte-opt warning.
13692
13693 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13694
13695 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13696 (edt-gnu-emacs19-p): Remove.
13697 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13698 (edt-xserver, edt-page-backward, edt-beginning-of-line)
13699 (edt-end-of-line-forward, edt-end-of-line-backward)
13700 (edt-one-word-forward, edt-one-word-backward, edt-character)
13701 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13702 (edt-find-forward, edt-find-backward, edt-find-next-forward)
13703 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13704 (edt-define-key, edt-bottom-check, edt-sentence-forward)
13705 (edt-sentence-backward, edt-paragraph-forward)
13706 (edt-paragraph-backward, edt-restore-key, edt-window-top)
13707 (edt-window-bottom, edt-scroll-window-forward-line)
13708 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13709 (edt-line-to-top-of-window, edt-paragraph-backward)
13710 (edt-restore-key, edt-window-top, edt-window-bottom)
13711 (edt-scroll-window-forward-line)
13712 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13713 (edt-line-to-middle-of-window, edt-goto-percentage)
13714 (edt-display-the-time, edt-remember, edt-split-window)
13715 (edt-emulation-on, edt-emulation-off)
13716 (edt-default-emulation-setup, edt-user-emulation-setup)
13717 (edt-select-default-global-map, edt-select-user-global-map):
13718 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13719 tests.
13720
13721 * textmodes/reftex-index.el (reftex-index-selection-or-word):
13722 Use feature test instead of boundp test so it can be resolved at
13723 compile time.
13724
13725 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13726
13727 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13730 Update all users.
13731 (abbrev-get, abbrev-put): Simplify.
13732 (define-abbrev): Don't store the `force' value in the :system property.
13733 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13734
13735 2007-10-30 Michael Olson <mwolson@gnu.org>
13736
13737 * desktop.el (desktop-minor-mode-table): Add line for ERC.
13738
13739 * textmodes/remember.el: New file that implements a mode for
13740 quickly jotting down things to remember.
13741
13742 * textmodes/remember-diary.el: A backend for remember.el that
13743 implements saving notes to a Diary file.
13744
13745 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13746
13747 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13748 Relocate in file.
13749 (allout-doublecheck-at-and-shallower): Increase to include
13750 slightly greater depths, since yank interaction is now ok.
13751 Also, elaborate the docstring to explain the situation.
13752 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13753 instead of concat, so we accommodate key sequences expressed as
13754 vectors as well as strings and lists.
13755 (allout-flag-region, allout-hide-by-annotation): Make the
13756 hidden-text overlays 'front-advance.
13757 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13758 (allout-aberrant-container-p, allout-on-current-heading-p)
13759 (allout-e-o-prefix-p, allout-next-heading)
13760 (allout-previous-heading, allout-goto-prefix)
13761 (allout-end-of-prefix, allout-next-sibling-leap)
13762 (allout-next-visible-heading, allout-auto-fill)
13763 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13764 (allout-yank-processing, allout-resolve-xref)
13765 (allout-current-topic-collapsed-p, allout-hide-region-body)
13766 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
13767 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
13768 (count-trailing-whitespace-region): Preserve match data, so allout
13769 outline navigation doesn't disrupt other Emacs operations.
13770 (allout-beginning-of-line): Retreat to the beginning of the hidden
13771 text, so fields are respected (for submodes that care).
13772 (allout-end-of-line): Preserve mark activation status when jumping.
13773 (allout-open-topic): Account for opening after a child that
13774 contains a hidden trailing newline. Preserve match data.
13775 Run allout-structure-added-hook
13776 (allout-encrypt-decrypted): Preserve match data.
13777 (allout-toggle-current-subtree-exposure): Add new interactive
13778 function for toggle subtree exposure - suggested by tassilo.
13779 (move-beginning-of-line, move-end-of-line): Don't use
13780 line-move-invisible-p, it's obsolete - substitute the code, instead.
13781
13782 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
13783
13784 * textmodes/flyspell.el (message-signature-separator):
13785 * longlines.el (message-indent-citation-function): Pacify byte
13786 compiler.
13787
13788 * emacs-lisp/cl-loaddefs.el:
13789 * ldefs-boot.el: Regenerate.
13790
13791 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13792 (.el.elc, compile, compile-always, compile-calc)
13793 ($(lisp)/progmodes/cc-mode.elc): Use it.
13794
13795 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
13796 Only do work for XEmacs.
13797 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
13798 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
13799 on XEmacs.
13800 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13801 (ps-x-color-name, ps-x-color-specifier-p)
13802 (ps-x-copy-coding-system, ps-x-device-class)
13803 (ps-x-extent-end-position, ps-x-extent-face)
13804 (ps-x-extent-priority, ps-x-extent-start-position)
13805 (ps-x-face-font-instance, ps-x-find-coding-system)
13806 (ps-x-font-instance-properties, ps-x-make-color-instance)
13807 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
13808 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
13809 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
13810 (ps-generate-postscript-with-faces): Delete defaliases.
13811 (ps-face-foreground-name, ps-face-background-name)
13812 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
13813 Move definitions to top level, make the body conditional on the Emacs
13814 flavor. Replace uses of deleted aliases and renamed functions.
13815 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
13816 of deleted aliases and renamed functions.
13817
13818 * calc/calc.el (calc-emacs-type-lucid): Remove.
13819 (calc-digit-map, calcDigit-start, calc-read-key)
13820 (calc-clear-unread-commands):
13821 * calc/calc-ext.el (calc-user-key-map): Replace uses of
13822 calc-emacs-type-lucid with (featurep 'xemacs)
13823
13824 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
13825 (featurep 'xemacs).
13826 (tpu-lucid-emacs19-p): Remove.
13827 (tpu-map-key): Make it a function instead of using fset. Inline
13828 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
13829 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
13830
13831 * ielm.el: Use featurep 'xemacs.
13832
13833 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
13834 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
13835 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
13836 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
13837 cperl-xemacs-p with (featurep 'xemacs).
13838 (font-lock-cache-position): Pacify byte compiler.
13839
13840 2007-10-29 Drew Adams <drew.adams@oracle.com>
13841
13842 * faces.el (read-color): New function.
13843 (face-at-point, foreground-color-at-point)
13844 (background-color-at-point): New functions.
13845
13846 2007-10-28 Richard Stallman <rms@gnu.org>
13847
13848 * net/browse-url.el (browse-url-text-xterm): Rename from
13849 browse-url-lynx-xterm and made generic.
13850 (browse-url-text-emacs): Likewise.
13851 (browse-url-text-browser): New variable.
13852 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
13853 (browse-url-text-input-field, browse-url-text-input-attempts)
13854 (browse-url-kde-program): Likewise.
13855
13856 2007-10-29 Glenn Morris <rgm@gnu.org>
13857
13858 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13859 Use mapc rather than mapcar (reinstall change deleted without log
13860 entry 2007-10-22).
13861
13862 2007-10-29 Martin Rudalics <rudalics@gmx.at>
13863
13864 * wdired.el (wdired-next-line, wdired-previous-line):
13865 Use next-line and previous-line wrapped in with-no-warnings.
13866
13867 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
13868
13869 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
13870 (rcirc-recent-quit-alist): New function.
13871 (rcirc): Print a better message when there is only one connected server.
13872 (rcirc-complete-nick): Do not update the nick table here.
13873 (rcirc-mode-map): Add M-o.
13874 (rcirc-current-line): Add variable.
13875 (rcirc-mode): Setup variables for line based omit.
13876 (rcirc-edit-multiline): Strip text properties.
13877 (rcirc-omit-responses): Add NICK.
13878 (rcirc-omit-threshold): Add variable.
13879 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
13880 Add functions.
13881 (rcirc-print): Keep track of current line. Do not fill text if
13882 `rcirc-fill-flag' is null. Only omit text if the last activity
13883 from the sender is more than `rcirc-omit-threshold' lines ago.
13884 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
13885 numbers instead of time.
13886 (rcirc-channel-nicks): Sort by line numbers instead of time.
13887 (rcirc-omit-mode): Add `...' when omitting text and recenter.
13888 (rcirc-handler-JOIN): Restore the joiners linestamp.
13889 (rcirc-maybe-remember-nick-quit): Add function.
13890 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
13891
13892 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
13893
13894 * loadhist.el (unload-feature-special-hooks):
13895 Add `delete-frame-functions' and `suspend-tty-functions'.
13896
13897 * server.el (server-unload-function): Rename from `server-unload-hook'
13898 and adapt to new `unload-feature' functionality. Remove hook from
13899 `kill-buffer-hook' buffer-locally.
13900 (server-unload-hook): Remove.
13901 (server-unload-function): New var; replaces `server-unload-hook'.
13902
13903 2007-10-29 Glenn Morris <rgm@gnu.org>
13904
13905 * dirtrack.el (dirtrack-debug): Doc fix.
13906 (dirtrack-mode, dirtrack-debug-mode): New names for
13907 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
13908 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
13909 Make obsolete.
13910 (dirtrack-debug-message): Only print message if
13911 dirtrack-debug-mode is non-nil. Use with-current-buffer.
13912 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
13913 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
13914
13915 2007-10-28 Glenn Morris <rgm@gnu.org>
13916
13917 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
13918 (byte-compile-warnings-safe-p): Handle `not'.
13919 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
13920 (byte-compile-enable-warning): New functions.
13921 (byte-compile-eval-before-compile)
13922 (byte-compile-file-form-require): Use byte-compile-disable-warning.
13923 (byte-compile-close-variables): Locally bind byte-compile-warnings,
13924 but do not modify it.
13925 (byte-compile-eval, byte-compile-obsolete)
13926 (byte-compile-warn-about-unresolved-functions)
13927 (byte-compile-file-form-defvar)
13928 (byte-compile-file-form-custom-declare-variable)
13929 (byte-compile-file-form-require)
13930 (byte-compile-file-form-defmumble, byte-compile-lambda)
13931 (byte-compile-form, byte-compile-normal-call)
13932 (byte-compile-variable-ref, byte-compile-defvar)
13933 (byte-compile-make-variable-buffer-local):
13934 Use byte-compile-warning-enabled-p.
13935 * emacs-lisp/advice.el (ad-compile-function):
13936 Use byte-compile-disable-warning.
13937 * emacs-lisp/cl.el: Move local variables to end of file, and set
13938 byte-compile-warnings to `(not cl-functions)'.
13939 * emacs-lisp/cl-compat.el: Add a local variables section, and set
13940 byte-compile-warnings to `(not cl-functions)'.
13941 * emacs-lisp/cl-macs.el: Unify local variable section, and set
13942 byte-compile-warnings to `(not cl-functions)'.
13943 (cl-do-proclaim): Use byte-compile-disable-warning and
13944 byte-compile-enable-warning.
13945 * emacs-lisp/cl-seq.el: Unify local variable section, and set
13946 byte-compile-warnings to `(not cl-functions)'.
13947 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
13948 Use byte-compile-disable-warning.
13949
13950 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * cus-edit.el (custom-browse-insert-prefix):
13953 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
13954
13955 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
13956
13957 * server.el (server-process-filter): Fix typo in docstring.
13958 (server-log): Reflow docstrings.
13959 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
13960 (server-goto-line-column): Use `when'.
13961
13962 2007-10-28 Juri Linkov <juri@jurta.org>
13963
13964 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
13965 when mouse is clicked on the isearch message.
13966 (isearch-resume): Call `isearch-update' at the end.
13967 Rename argument `search' to `string' to conform to the
13968 isearch terminology.
13969
13970 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 Rewrite abbrev.c in Elisp.
13973 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
13974 (abbrev-table-get, abbrev-table-put, abbrev-get)
13975 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
13976 (define-abbrev, abbrev--check-chars, define-global-abbrev)
13977 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
13978 (abbrev-expansion, abbrev--before-point, expand-abbrev)
13979 (unexpand-abbrev, abbrev--write, abbrev--describe)
13980 (insert-abbrev-table-description, define-abbrev-table):
13981 New funs, largely transcribed from abbrev.c.
13982 (abbrev-with-wrapper-hook): New macro.
13983 (abbrev-table-name-list, global-abbrev-table)
13984 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
13985 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
13986 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
13987 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
13988 New vars, largely transcribed from abbrev.c.
13989 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
13990 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
13991 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
13992
13993 2007-10-27 Glenn Morris <rgm@gnu.org>
13994
13995 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
13996 (shell-dirtrack-toggle): Mark as obsolete.
13997 (dirtrack-toggle, dirtrack-mode): No longer alias to
13998 shell-dirtrack-mode.
13999
14000 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14001
14002 * calc/calc.el (math-standard-opers): Lower the precedence
14003 of negation.
14004 * calc/calc-lang.el (math-oper-table): Lower precedence of
14005 negation for C, TeX, and eqn.
14006
14007 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14008
14009 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14010
14011 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14012
14013 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14014 (desktop-not-loaded-hook): Fix :version tags.
14015
14016 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14017
14018 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14019 (tramp-get-remote-tmpdir): New defun.
14020 (tramp-make-tramp-temp-file): Use it.
14021 (tramp-local-call-process): New defun. Replace all calls of
14022 `call-process' by this when appropriate.
14023 (tramp-handle-write-region): Replace calls of `file-attributes' by
14024 `tramp-compat-file-attributes'.
14025 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14026 Make the first command a `tramp-send-command' call, with let-bind
14027 of `tramp-end-of-output'.
14028 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14029 (tramp-load-report-modules, tramp-append-tramp-buffers):
14030 Move to tramp-cmds.el.
14031
14032 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14033 (tramp-fish-do-copy-or-rename-file)
14034 (tramp-fish-do-copy-or-rename-file-directly):
14035 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14036 Add parameter PRESERVE-UID-GID.
14037
14038 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14039
14040 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14041 New defcustoms.
14042 (display-time-world-list): Use them as appropriate for the current
14043 value of `system-type'.
14044
14045 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14046
14047 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14048 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14049 around uses of previous-line and next-line.
14050
14051 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14052 New defvars.
14053
14054 * textmodes/css-mode.el (comment-continue):
14055 * net/browse-url.el (url-handler-regexp):
14056 * progmodes/idlw-help.el (idlwave-system-routines):
14057 Pacify byte-compiler.
14058
14059 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14060 line-move-invisible-p with its former definition: invisible-p.
14061 line-move-invisible-p was removed on 2007-08-29.
14062
14063 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * files.el (kill-emacs-query-functions): Doc fix;
14066 `save-buffers-kill-emacs' is no longer bound to a key.
14067
14068 2007-10-26 Richard Stallman <rms@gnu.org>
14069
14070 * isearch-multi.el (isearch-buffers-multi): New option.
14071 (isearch-buffers-search-fun): Test it.
14072
14073 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14074 Put ps-run-clear on C-c C-l.
14075
14076 * newcomment.el (comment-styles): New style indent-or-triple.
14077 (comment-style): Make that the default.
14078 (comment-add defvar): Doc fix.
14079 (comment-add): Delete arg EXTRA.
14080 (comment-region-default): Open code call to comment-add.
14081 Handle indent-or-triple style which uses `multi-char' for INDENT.
14082
14083 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14084
14085 * eshell/em-unix.el (nil-blank-string): Doc fix.
14086
14087 2007-10-26 John Wiegley <johnw@newartisans.com>
14088
14089 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14090 function, ensure that the third argument is turned into a nil if
14091 the string is otherwise completely empty (either no characters, or
14092 all tabs/spaces). This fixes a bug from a user who found himself
14093 unable to customize `diff-switches' and still use Eshell's diff
14094 command.
14095
14096 2007-10-26 Glenn Morris <rgm@gnu.org>
14097
14098 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14099 safe-local-variable property.
14100
14101 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14102
14103 * net/browse-url.el (browse-url-browser-function): Delete grail.
14104 (browse-url-grail): Function and variable deleted.
14105 (browse-url-browser-function): Delete IXI Mosaic.
14106 (browse-url-default-browser): Don't try IXI Mosaic.
14107 (browse-url-iximosaic): Function deleted.
14108 (browse-url-browser-function): Delete MMM.
14109 (browse-url-default-browser): Don't try MMM.
14110 (browse-url-mmm): Function deleted.
14111
14112 2007-10-26 Drew Adams <drew.adams@oracle.com>
14113
14114 * custom.el (custom-note-var-changed): New function.
14115
14116 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14117
14118 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14119 use with the definition. Remove.
14120
14121 * add-log.el (change-log-start-entry-re): New defconst.
14122 (change-log-sortable-date-at): Use it.
14123 (change-log-beginning-of-defun, change-log-end-of-defun):
14124 New functions.
14125 (change-log-mode): Use them for beginning-of-defun-function and
14126 end-of-defun-function.
14127
14128 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14129
14130 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14131 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14132 (ses-recalculate-cell): Deal with point being just beyond end of
14133 data area (why does this happen?)
14134 (ses-set-curcell): Ditto.
14135 (ses-column-letter): Handle columns beyond 702. Code written by
14136 Gareth Rees.
14137
14138 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14139
14140 * textmodes/org.el (org-agenda-get-restriction-and-command):
14141 Use `mapc' instead of `mapcar'.
14142 (org-agenda-list): Numeric prefix argument can specify the number
14143 of days.
14144 (remember-register, remember-buffer): Prevent byte compiler from
14145 complaining.
14146 (org-todo): Save and restore match data.
14147 (org-no-warnings): New macro.
14148 (org-columns-eval): Use `org-no-warnings'.
14149
14150 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14151
14152 * comint.el (comint-password-prompt-regexp):
14153 Handle `[sudo] password'-style prompt.
14154
14155 2007-10-25 Glenn Morris <rgm@gnu.org>
14156
14157 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14158 (defcustom): Doc fix.
14159
14160 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14161 Add `non_intrinsic'.
14162 (f90-constants-re): Add ieee modules.
14163 (f90-typedef-matcher, f90-typedec-matcher)
14164 (f90-imenu-type-matcher): New functions.
14165 (f90-font-lock-keywords-1): Give module procedures function-name face.
14166 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14167 Add `use, intrinsic'.
14168 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14169 Move start of `enum' blocks to separate entry.
14170 (f90-start-block-re): Fix `type', `abstract interface'.
14171 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14172 derived types.
14173 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14174 `elemental', change `enumerator'.
14175 (f90-no-block-limit): Fix `abstract interface'.
14176
14177 * progmodes/f90.el (f90-indented-comment-re)
14178 (f90-directive-comment-re, f90-break-delimiters):
14179 * progmodes/fortran.el (fortran-comment-line-start-skip)
14180 (fortran-directive-re):
14181 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14182 as safe if they are strings.
14183
14184 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * startup.el (window-system): Remove. Don't make it frame-local.
14187
14188 2007-10-24 Richard Stallman <rms@gnu.org>
14189
14190 * savehist.el (savehist-save): Omit unreadable elements.
14191
14192 * loadhist.el (unload-function-defs-list): Rename from
14193 unload-function-features-list.
14194 (unload-feature-special-hooks, unload-feature): Doc fixes.
14195
14196 * indent.el (indent-to-left-margin): If point's in the indentation,
14197 move to the end of the indentation.
14198
14199 * cus-edit.el (customize-changed-options): Make arg optional.
14200
14201 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14204
14205 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14206
14207 * textmodes/org-publish.el (org-publish-attachment): Re-install
14208 accidentally deleted change.
14209
14210 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14213
14214 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14215
14216 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14217 (Buffer-menu-mode-map): Initialize in the declaration.
14218 (Buffer-menu-mode): Define with `define-derived-mode'.
14219
14220 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14221
14222 * textmodes/org.el (org-version): Change to 5.13e.
14223 (org-agenda-file-regexp): Fix typo in docstring.
14224 (org-add-planning-info): Fix bug in parenthesis settings.
14225 (org-scan-tags): Catch the case of indirect buffers with no filename.
14226 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14227 Re-install switch to mapc, had been removed by accident.
14228 (org-columns-map): New binding `C-c C-o'.
14229 (org-columns-menu): Change menu text and added new entry.
14230 (org-columns-eval): Document the use of `next-line'.
14231 (org-columns-open-link): New function.
14232 (org-columns-follow-link): Remove function.
14233 (org-open-link-from-string): New function.
14234 (org-read-date-get-relative): Fix typo in docstring.
14235 (org-read-date-get-relative): Leading +/- is not optional.
14236 (org-agenda-get-restriction-and-command): Always resize window on
14237 first loop cycle.
14238 (org-agenda-open-link): Make sure the link abbreviations are
14239 present in the agenda buffer.
14240 (org-agenda-copy-local-variable): New function.
14241
14242 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14245
14246 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * simple.el (reindent-then-newline-and-indent): Use a `move after
14249 insert' kind of marker in the save-excursion.
14250
14251 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * textmodes/css-mode.el: Require CL.
14254 (comment-continue): Declare.
14255
14256 * subr.el (make-variable-frame-localizable): Remove.
14257 (make-variable-frame-local): Mark obsolete.
14258
14259 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14262 of the subdirs is unreadable.
14263
14264 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14265
14266 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14267 when we are local.
14268
14269 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * progmodes/python.el (python-current-defun): Remove left-over
14272 assignment to `start'.
14273
14274 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14277 than `mapcar'; return value is not used.
14278
14279 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14280
14281 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14282 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14283
14284 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14285
14286 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14287 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14288
14289 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14290
14291 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14292
14293 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14294
14295 * emacs-lisp/advice.el (ad-make-advised-docstring):
14296 Add ad-advice-info text property to doc string.
14297
14298 2007-10-23 Glenn Morris <rgm@gnu.org>
14299
14300 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14301 (f90-type-indent, f90-program-indent, f90-associate-indent)
14302 (f90-continuation-indent, f90-comment-region)
14303 (f90-beginning-ampersand, f90-smart-end)
14304 (f90-break-before-delimiters, f90-auto-keyword-case)
14305 (f90-leave-line-no, f90-mode-hook):
14306 Give an appropriate safe-local-variable property.
14307
14308 * progmodes/fortran.el (fortran-tab-mode-default)
14309 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14310 (fortran-structure-indent, fortran-continuation-indent)
14311 (fortran-comment-indent, fortran-comment-line-extra-indent)
14312 (fortran-comment-line-start)
14313 (fortran-minimum-statement-indent-fixed)
14314 (fortran-minimum-statement-indent-tab)
14315 (fortran-comment-indent-char, fortran-line-number-indent)
14316 (fortran-check-all-num-for-matching-do)
14317 (fortran-blink-matching-if, fortran-continuation-string)
14318 (fortran-comment-region, fortran-electric-line-number)
14319 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14320 (fortran-analyze-depth, fortran-break-before-delimiters):
14321 Give an appropriate safe-local-variable property.
14322
14323 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14324
14325 * printing.el: Move variable definitions before use.
14326 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14327
14328 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14331 (tpu-edt-off): Use it.
14332 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14333 the global-map before adding it to global-map.
14334
14335 * menu-bar.el (global-buffers-menu-map): New var.
14336 (global-map, menu-bar-update-buffers): Use it.
14337 * msb.el (msb-menu-bar-update-buffers): Use it.
14338 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14339 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14340 Use with-current-buffer.
14341
14342 2007-10-22 Juri Linkov <juri@jurta.org>
14343
14344 * isearch-multi.el: New file.
14345
14346 * isearch.el (isearch-search-string): After finding the next
14347 occurrence switch to buffer isearch-buffers-current-buffer when
14348 isearch-buffers-next-buffer-function is non-nil and
14349 isearch-buffers-current-buffer is live.
14350
14351 * add-log.el (change-log-mode): Make and set buffer-local variable
14352 isearch-buffers-next-buffer-function to change-log-next-buffer.
14353 Call isearch-buffers-minor-mode.
14354 (change-log-next-buffer): New function.
14355
14356 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14357
14358 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14359 Renaming of `org-latex-protect'.
14360 (org-export-latex-emphasis-alist): By default, don't protect
14361 any emphasis formatter from further conversion.
14362 (org-export-latex-tables): Honor column grouping for tables.
14363 (org-export-latex-title-command): New option.
14364 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14365 export backslash character.
14366
14367 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14368
14369 * textmodes/org.el (org-read-date-get-relative): New function.
14370 (org-agenda-file-regexp): New variable.
14371 (org-agenda-files): Allow directories in the variable.
14372 (org-agenda-get-restriction-and-command): New function.
14373 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14374 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14375 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14376 New functions.
14377 (org-entry-add-to-multivalued-property)
14378 (org-entry-remove-from-multivalued-property)
14379 (org-entry-member-in-multivalued-property): New functions.
14380 (org-remember-apply-template): Catch C-g and make sure window
14381 configuration is restored.
14382 (org-agenda-open-link): Make it work with several links in the line.
14383 (org-drawers, org-set-regexps-and-options)
14384 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14385 (org-agenda-window-frame-fractions): New option.
14386 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14387 (org-columns-cleanup-item, org-find-entry-with-id)
14388 (org-insert-columns-dblock, org-listtable-to-string)
14389 (org-dblock-write:columnview, org-columns-capture-view)
14390 (org-edit-headline): New functions.
14391 (org-agenda-to-appt): Require calendar.
14392 (org-entry-get-with-inheritance): Widen for search.
14393 (org-columns-display-here): Don't mark buffer as modified when
14394 adding space characters to accomodate column overlays.
14395 (org-export-as-html): Better formatting of tags in the toc.
14396 (org-columns-display-here): Make the ITEM column as compact as possible.
14397 (org-remember-templates): Customization interface improved.
14398 (org-export-with-property-drawer): Variable removed.
14399 (org-export-with-drawers): New option.
14400 (org-complex-heading-regexp): New variable.
14401 (org-sort-entries): Rewrite using `sort-subr'.
14402 (org-set-property): More appropriate completion during interactive use.
14403 (org-sort-entries): Allow sorting by property.
14404 (org-additional-option-like-keywords): Add more values.
14405 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14406
14407 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14408
14409 * textmodes/org.el (org-get-date-from-calendar): New function.
14410 (org-at-timestamp-p, org-timestamp-change)
14411 (org-remember-templates): First element of each entry is now a
14412 name for the template.
14413 (org-store-log-note): Check for `org-note-abort'.
14414 (org-kill-note-or-show-branches): New command.
14415 (org-fontify-priorities): New option.
14416 (org-fontify-priorities): New function.
14417 (org-cut-subtree, org-copy-subtree): New argument N to
14418 act on N sequential subtrees.
14419 (org-paste-subtree): Fix the level at which a tree is pasted.
14420 (org-fit-agenda-window): Limitations on window size removed.
14421 (org-agenda-find-same-or-today-or-agenda): Rename from
14422 `org-agenda-find-today-or-agenda'.
14423 (org-scheduled-past-days): New option.
14424 (org-agenda-scheduled-leaders)
14425 (org-agenda-deadline-leaders): New options.
14426 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14427 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14428 (org-export-with-tags, org-export-plist-vars)
14429 (org-infile-export-plist): New "tags" option.
14430 (org-use-property-inheritance): New option.
14431 (org-cached-entry-get): Use `org-use-property-inheritance'.
14432 (org-remember-apply-template): Fix typo.
14433
14434 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14435
14436 * net/tramp.el (tramp-find-shell)
14437 (tramp-open-connection-setup-interactive-shell): Improve sending
14438 initial commands.
14439 (tramp-action-terminal): Send debug message.
14440 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14441 (tramp-barf-if-no-shell-prompt): Insert code of
14442 `tramp-wait-for-shell-prompt'.
14443
14444 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14447
14448 * term/vt200.el (terminal-init-vt200):
14449 * term/vt201.el (terminal-init-vt201):
14450 * term/vt220.el (terminal-init-vt220):
14451 * term/vt240.el (terminal-init-vt240):
14452 * term/vt300.el (terminal-init-vt300):
14453 * term/vt320.el (terminal-init-vt320):
14454 * term/vt400.el (terminal-init-vt400):
14455 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14456
14457 * term/wyse50.el (wyse50-terminal-map): New var.
14458 (terminal-init-wyse50): Use it and input-decode-map.
14459 (enable-arrow-keys): Emasculate.
14460
14461 * term/tvi970.el (tvi970-terminal-map): New var.
14462 (terminal-init-tvi970): Use it and input-decode-map.
14463 (tvi970-keypad-numeric): Remove.
14464 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14465
14466 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14467 (terminal-init-sun): Use it and input-decode-map.
14468
14469 * term/news.el (terminal-init-news):
14470 * term/lk201.el (terminal-init-lk201):
14471 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14472
14473 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14474
14475 * complete.el (PC-expand-many-files): Remove.
14476 (PC-do-completion): Call file-expand-wildcards instead of
14477 PC-expand-many-files.
14478
14479 * net/tramp.el (tramp-handle-expand-many-files): Remove.
14480 (PC-expand-many-files): Remove advice.
14481
14482 2007-10-22 Glenn Morris <rgm@gnu.org>
14483
14484 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14485 Add some support for Fortran 2003 syntax:
14486 (f90-type-indent): Now also applies to `enum'.
14487 (f90-associate-indent): New user option.
14488 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14489 Add some F2003 keywords.
14490 (f90-constants-re): New constant.
14491 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14492 Interface'.
14493 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14494 `class'. Arguments for `type'/`class' may have spaces. Add a new
14495 element for functions with specified types. Add `end enum' and
14496 `select type'. Add `implicit enumerator' and `procedure'.
14497 Add `class default' and `type is', `class is'. Fix `go to' regexp.
14498 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14499 (f90-font-lock-keywords-4): Add `f90-constants-re'.
14500 (f90-blocks-re): Add `enum' and `associate'.
14501 (f90-else-like-re): Add `class is', `type is', and `class default'.
14502 (f90-end-type-re): Add `enum'.
14503 (f90-end-associate-re, f90-typeis-re): New constants.
14504 (f90-end-block-re): Add `enum' and `associate'. Change from
14505 optional whitespace to end-of-word, to avoid `enumerator'.
14506 (f90-start-block-re): Add `select type', `abstract interface', and
14507 `enum'. Avoid `type is', and `type (sometype)'.
14508 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14509 (f90-mode): Doc fix.
14510 (f90-looking-at-select-case): Doc fix. Add `select type'.
14511 (f90-looking-at-associate): New function.
14512 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14513 Add `enum' and `abstract interface'.
14514 (f90-no-block-limit): Add `select type' and `abstract interface'.
14515 (f90-get-correct-indent, f90-calculate-indent)
14516 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14517 (f90-indent-region, f90-match-end): Handle `associate' blocks.
14518
14519 2007-10-22 Martin Rudalics <rudalics@gmx.at>
14520
14521 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14522 Use window-full-width-p.
14523
14524 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
14525
14526 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14527
14528 * tooltip.el: Use featurep 'xemacs.
14529
14530 * printing.el: Move variable definitions before use, no code change.
14531
14532 2007-10-22 Juri Linkov <juri@jurta.org>
14533
14534 * simple.el (goto-history-element): Allow minibuffer-default to be
14535 a list of default values accessible by typing M-n in the minibuffer.
14536
14537 * dired-x.el (dired-guess-shell-command): Put all guesses to the
14538 minibuffer default value list instead of pushing them temporarily
14539 to the history list.
14540
14541 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14542
14543 * hexl.el (hexl-menu): New major mode menu.
14544
14545 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14546
14547 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14548
14549 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14550
14551 * w32-fns.el (w32-quote-process-args):
14552 * dos-w32.el (print-region-function, lpr-headers-switches)
14553 (ps-print-region-function): Pacify byte-compiler.
14554
14555 * emulation/edt-mapper.el (function-key-map):
14556 (edt-map-key): Make it a function instead of using fset.
14557 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
14558 (edt-gnu-map-key, edt-lucid-map-key): Remove.
14559 (edt-x-emacs-p): Remove.
14560 (edt-emacs-variant, edt-window-system, edt-xserver):
14561 Use featurep 'xemacs.
14562
14563 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14564 Replace eudc-xemacs-p with its definition.
14565 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14566 (eudc-emacs-mule-p): Remove.
14567 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14568 eudc-xemacs-p with feature tests.
14569
14570 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14571 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14572 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14573 (eudc-bob-toggle-inline-display):
14574 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14575 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14576
14577 * net/eudcb-ph.el (eudc-ph-open-session):
14578 Replace eudc-xemacs-mule-p with its former definition.
14579
14580 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14581 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14582
14583 * progmodes/vera-mode.el (vera-xemacs): Remove.
14584 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14585
14586 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14587 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14588 (vhdl-speedbar-initialize, vhdl-ps-print-init)
14589 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14590 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14591 with (featurep 'xemacs).
14592
14593 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14594 (save-buffer-state-x):
14595 * obsolete/fast-lock.el (fast-lock-verbose):
14596 * emulation/viper-init.el (viper-xemacs-p)
14597 (viper-cond-compile-for-xemacs-or-emacs):
14598 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14599 * ps-print.el (case-fold-search):
14600 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14601 * calculator.el (calculator-help): Use featurep 'xemacs.
14602
14603 * progmodes/prolog.el: Undo previous change.
14604 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14605
14606 * progmodes/dcl-mode.el:
14607 * play/yow.el:
14608 * calendar/todo-mode.el:
14609 * calendar/cal-hebrew.el:
14610 * vc-hg.el: Undo previous change.
14611
14612 * vms-patch.el: Likewise.
14613 (print-region-function): Pacify byte-compiler.
14614
14615 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
14616
14617 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14618 preserve-uid-gid.
14619
14620 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14621 compatibility. It is not used, though.
14622
14623 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14624 Require tramp-cmds.el.
14625 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14626 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14627 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14628 (tramp-do-copy-or-rename-file-out-of-band)
14629 (tramp-maybe-open-connection): Use `make-temp-name'. This is
14630 possible, because we don't need to create the temporary file, but
14631 we need a prefix for ssh, which has its own temporary file handling.
14632 (tramp-handle-delete-directory): Add "-f" to rmdir.
14633 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14634 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14635 a signal, in order to give the callee a chance to suppress.
14636 (tramp-handle-write-region): Set owner also in case of short
14637 track. Don't use compatibility calls for `write-region' anymore.
14638 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
14639 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14640
14641 * net/tramp-cmds.el: New file.
14642
14643 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14644 `tramp-clear-passwd'.
14645
14646 * net/trampver.el: Update release number.
14647
14648 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14649
14650 * progmodes/gud.el (gud-target-name): Move definition before use.
14651
14652 * progmodes/dcl-mode.el: Require imenu at compile time.
14653
14654 * progmodes/cc-engine.el (c-maybe-stale-found-type):
14655 Pacify byte-compiler.
14656
14657 * obsolete/fast-lock.el: Use featurep test instead of string-match.
14658
14659 * eshell/esh-mode.el (eshell-handle-ansi-color):
14660 Require ansi-color at compile time too.
14661
14662 * eshell/em-unix.el (eshell/info): Require info at compile time too.
14663
14664 * w32-fns.el: Require w32-vars.
14665
14666 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14667 time too.
14668
14669 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14670
14671 * double.el ([ignore]): Use `ignore'.
14672 (double-setup): Inline into double-mode.
14673 (double-mode): Use define-minor-mode.
14674
14675 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14676
14677 * textmodes/reftex.el: Move require easymenu before first use.
14678 (reftex-info): Require info at compile too.
14679
14680 * textmodes/org-publish.el (org-publish-org-to-html)
14681 (org-publish-org-to): Require org at compile time too.
14682 (org-publish-attachment): Require at compile time too.
14683
14684 * term/tty-colors.el (w32-tty-standard-colors):
14685 Pacify byte-compiler.
14686
14687 * term/pc-win.el (frame-creation-function-alist): Add to this
14688 instead of setting frame-creation-function.
14689
14690 * play/blackbox.el (bb-up, bb-down): Use forward-line.
14691
14692 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14693
14694 * calendar/todo-mode.el: Require calendar at compile time.
14695
14696 * calendar/cal-hebrew.el: Require holidays at compile time.
14697
14698 * w32-vars.el: Provide w32-vars.
14699
14700 * term/w32-win.el: Require w32-vars.
14701 (w32-color-map): Pacify byte-compiler.
14702
14703 * loadup.el: Load w32-vars before term/w32-win.
14704
14705 2007-10-20 Juri Linkov <juri@jurta.org>
14706
14707 * textmodes/fill.el (fill-paragraph): When the region is active,
14708 don't try other `or' branches regardless of the value returned by
14709 fill-region; just return t.
14710
14711 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14712
14713 * vc.el (vc-do-command): Condition out a misleading message when
14714 running asynchronously.
14715 (vc-deduce-fileset): New argument enables using an unregistered
14716 visited file as a singleton fileset if nothing else is available.
14717 (vc-next-action): Restore file-registering behavior.
14718
14719 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
14720
14721 * calc/README: Add recent news.
14722
14723 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
14724
14725 * term/x-win.el (x-gtk-stock-map, icon-map-list)
14726 (x-gtk-map-stock): Delete duplicated definitions from merge.
14727
14728 * progmodes/compile.el (compilation-skip-to-next-location)
14729 (compilation-skip-threshold, compilation-skip-visited):
14730 Move definitions earlier.
14731
14732 * play/decipher.el (decipher-keypress):
14733 * play/zone.el (zone-fall-through-ws):
14734 * play/landmark.el (lm-move-down, lm-move-up):
14735 * play/handwrite.el (handwrite):
14736 * mail/mspools.el (mspools-visit-spool):
14737 * wdired.el (wdired-next-line, wdired-previous-line):
14738 * tar-mode.el (tar-subfile-save-buffer):
14739 * scroll-lock.el (scroll-lock-next-line)
14740 (scroll-lock-previous-line):
14741 * image-dired.el (image-dired-next-line)
14742 (image-dired-previous-line):
14743 * ediff-help.el (ediff-help-message-line-length):
14744 Use forward-line.
14745
14746 * smerge-mode.el (smerge-auto-refine):
14747 * diff-mode.el (diff-auto-refine): Add :group.
14748
14749 * play/yow.el: Require doctor at compile time.
14750
14751 * vmsproc.el: Provide vmsproc.
14752 (command-send-input): Use forward-line.
14753
14754 * vms-patch.el: Require ps-print and vmsproc at compile time.
14755
14756 * vc-mtn.el (log-view-message-re, log-view-file-re)
14757 (log-view-font-lock-keywords): Pacify byte-compiler.
14758
14759 * vc-hg.el: Require log-view at compile time.
14760
14761 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14762
14763 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14764
14765 2007-10-20 Glenn Morris <rgm@gnu.org>
14766
14767 * progmodes/f90.el (f90-font-lock-keywords-2)
14768 (f90-looking-at-type-like): Fix regexp typos.
14769
14770 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
14771
14772 * bs.el (bs--track-window-changes): Don't refresh the whole list.
14773 (bs-mode): Set mode-class property to special.
14774
14775 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * diff-mode.el (diff-auto-refine): New var.
14778 (diff-hunk): Use it.
14779 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
14780 (diff-refine-change): Rename from diff-fine-change. Change it.
14781 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
14782 (diff-refine-hunk): Rename from diff-fine-highlight.
14783
14784 2007-10-20 John Paul Wallington <jpw@pobox.com>
14785
14786 * help-fns.el (describe-variable-custom-version-info): New function
14787 to return variable's version or package version note.
14788 (describe-variable): Use it, display result.
14789
14790 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * smerge-mode.el (smerge-auto-refine): New var.
14793 (smerge-next, smerge-prev): Use it.
14794 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
14795
14796 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14797 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
14798
14799 * vc-bzr.el (vc-bzr-diff-tree):
14800 * vc-git.el (vc-git-diff-tree):
14801 * vc-hg.el (vc-hg-diff-tree):
14802 * vc-mcvs.el (vc-mcvs-diff-tree):
14803 * vc-mtn.el (vc-mtn-diff-tree):
14804 * vc-svn.el (vc-svn-diff-tree): Remove.
14805
14806 * vc-mtn.el (vc-mtn-revision-completion-table):
14807 * vc-cvs.el (vc-cvs-revision-completion-table):
14808 * vc-arch.el (vc-arch-revision-completion-table):
14809 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
14810 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
14811 Make it work when the arg is a list of files.
14812
14813 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
14816 Also `revision-completion-table' now takes a list of files.
14817 (vc-deduce-fileset): Remove unused var `regexp'.
14818 Only obey allow-directory-wildcard in dired buffers.
14819 (vc-default-diff-tree): Remove.
14820 (vc-diff-added-files): New var.
14821 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
14822 (vc-version-diff): Revert from `vc-history-diff' to the original name.
14823 Remove the `backend' arg.
14824 (vc-contains-version-controlled-file): Remove.
14825 (vc-diff): Bring it closer to the version in Emacs-22.
14826 (vc-revert): Fix typo in let-binding.
14827 (vc-default-unregister): Remove.
14828 (vc-dired-buffers-for-dir): Remove N^2 behavior.
14829
14830 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14831
14832 * textmodes/two-column.el (2C-split, 2C-merge):
14833 * textmodes/bib-mode.el (bib-find-key, mark-bib):
14834 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14835 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
14836 * progmodes/ada-xref.el (ada-get-all-references):
14837 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
14838 * emulation/vi.el (vi-previous-line-first-nonwhite)
14839 (vi-effective-range, vi-put-before):
14840 * emulation/edt.el (edt-next-line, edt-previous-line)
14841 (edt-paragraph-forward): Use forward-line.
14842
14843 * progmodes/etags.el (tags-apropos): Require apropos at compile
14844 time too.
14845
14846 * progmodes/prolog.el: Require comint when compiling.
14847 (inferior-prolog-flavor): Move defvar before use.
14848
14849 2007-10-19 Richard Stallman <rms@gnu.org>
14850
14851 * font-core.el (turn-on-font-lock-if-desired):
14852 Rename from `turn-on-font-lock-if-enabled'.
14853 Fully obey `font-lock-global-modes'.
14854
14855 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
14858 which will not affect the behavior of things like forward-word.
14859 (diff-fine-highlight): Preserve point.
14860
14861 * doc-view.el (doc-view-mode-map): Use remapping.
14862 Don't rebind C-v, M-v to their default value.
14863 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
14864
14865 * smerge-mode.el: Add word-granularity refinement.
14866 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
14867 (smerge-refine-weight-hack): New vars.
14868 (smerge-refine-forward): New fun.
14869 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
14870 (smerge-refine-subst): Use them as well. Preserve point.
14871
14872 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
14873
14874 * follow.el (follow-unload-function): New function.
14875
14876 * loadhist.el (unload-function-features-list):
14877 Rename from `unload-hook-features-list'.
14878 (unload-hook-features-list): Add as obsolete alias.
14879 (unload-feature): Use `unload-function-features-list'
14880 and new FEATURE-unload-function.
14881
14882 2007-10-19 Glenn Morris <rgm@gnu.org>
14883
14884 * bindings.el (mouse-minor-mode-menu)
14885 (minor-mode-menu-from-indicator): Move to mouse.el.
14886 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14887 Move here from bindings.el.
14888
14889 2007-10-19 Richard Stallman <rms@gnu.org>
14890
14891 * help-fns.el (describe-function-1): Don't use the advice origname
14892 if it has no function definition.
14893
14894 2007-10-18 Johan Bockgård <bojohan@gnu.org>
14895
14896 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
14897 Use `save-restriction' rather than `widen'.
14898
14899 2007-10-18 Richard Stallman <rms@gnu.org>
14900
14901 * time.el (display-time-world-time-format): Display day # not month #.
14902
14903 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14904
14905 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
14906
14907 * doc-view.el: Remove version keyword.
14908 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14909 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
14910 (doc-view-ghostscript-options): Improve custom type.
14911 (doc-view-cache-directory, doc-view-conversion-buffer)
14912 (doc-view-conversion-refresh-interval): Simplify custom type.
14913
14914 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
14915
14916 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14917 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
14918 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14919 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
14920 Remove superfluous messages.
14921 (doc-view-mode-map): Use the image-mode scrolling commands.
14922 Don't rebind C-x k.
14923
14924 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14925
14926 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
14927 Add comment about "-dSAFER".
14928
14929 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * term/xterm.el: Don't require xt-mouse.
14932 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
14933 calling turn-on-xterm-mouse-tracking-on-terminal directly.
14934
14935 * xt-mouse.el: Don't change the global function-key-map anny more.
14936 (xterm-mouse-mode): Use terminal-init-xterm-hook.
14937 Don't use after-make-frame-functions now that term/xterm.el calls
14938 us directly.
14939 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14940 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
14941 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
14942 Setup input-decode-map and remember that xterm-mouse-mode was
14943 enabled in this terminal.
14944 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
14945 terminals where it has been enabled.
14946
14947 * faces.el (tty-create-frame-with-faces): Make sure not only
14948 tty-run-terminal-initialization but also set-locale-environment
14949 are run only once per terminal.
14950 (tty-run-terminal-initialization): Don't check if the terminal was
14951 already initted.
14952
14953 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
14954 not to remove keymaps that just happen to inherit from one of ours.
14955 When setting up our keymap, make sure it won't be accidentally
14956 modified by someone else.
14957
14958 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
14959
14960 * textmodes/artist.el (artist-previous-line, artist-next-line):
14961 * dired.el (dired-next-line, dired-previous-line):
14962 * progmodes/delphi.el (delphi-newline):
14963 * textmodes/org.el (org-columns-eval):
14964 Use forward-line.
14965
14966 * emerge.el (emerge-setup): Use insert-buffer-substring.
14967 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
14968
14969 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
14970
14971 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
14972 (adaptive-fill-function): Doc fix. Remove * from docstring.
14973
14974 2007-10-18 Tom Horsley <tom.horsley@att.net>
14975
14976 * simple.el (interprogram-paste-function): Doc fix.
14977 (current-kill): Accept list of strings as well
14978 as single string from `interprogram-paste-function'.
14979
14980 2007-10-18 Glenn Morris <rgm@gnu.org>
14981
14982 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
14983
14984 2007-10-18 Drew Adams <drew.adams@oracle.com>
14985
14986 * bindings.el (mode-line-minor-mode-keymap):
14987 Add mouse-minor-mode-menu on mouse-1.
14988 (mode-line-modes): Add mouse-1 to help-echo text.
14989 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14990 New functions.
14991 (mode-line-minor-mode-help): Doc fix.
14992
14993 2007-10-17 Juri Linkov <juri@jurta.org>
14994
14995 * textmodes/fill.el (fill-paragraph-or-region): Remove function
14996 at the request of RMS.
14997 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
14998 arg `region'. Fix docstring. At the first `or' branch add call to
14999 `fill-region' if it the region is active in transient-mark-mode.
15000
15001 * bindings.el (esc-map): Bind M-q to fill-paragraph
15002 instead of fill-paragraph-or-region.
15003
15004 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15005 with fill-paragraph.
15006
15007 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15008 Fix docstring.
15009
15010 * indent.el (indent-for-tab-command): Change interactive spec from
15011 "P" to "p". Add check for interactive arg before indenting the
15012 active region.
15013
15014 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15015 Regroup.
15016
15017 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15018
15019 * emacs-lisp/find-func.el: Don't require loadhist.
15020
15021 * loadhist.el (feature-symbols, file-provides, file-requires)
15022 (file-set-intersect, file-dependents): Simplify.
15023 (unload-feature-special-hooks): Update list of special hooks.
15024
15025 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15026
15027 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15028 extensions since they can be viewed with doc-view.
15029
15030 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15031 for pdf, ps and dvi files.
15032
15033 * doc-view.el: Make doc-view-mode the standard mode for viewing
15034 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15035 text and image display. Add binding C-c C-e to switch to an
15036 editing mode.
15037 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15038 avoid security problems when rendering files from untrusted sources.
15039
15040 2007-10-17 Aaron Hawley <aaronh@garden.org>
15041
15042 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15043 position is not saved.
15044
15045 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15046
15047 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15048 (doc-view-ghostscript-options): Fix typo in doc string.
15049
15050 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15051
15052 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15053 handling, so compilation-fake-loc works again.
15054
15055 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15056 (server-process-filter): Revert last change.
15057
15058 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15059 behavior unrelated to filesets.
15060
15061 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15062
15063 * longlines.el (longlines-wrap-follows-window-size): Integer value
15064 specifies wrapping margin.
15065 (longlines-mode, longlines-window-change-function):
15066 Set window-specific wrapping margin based on the above.
15067
15068 2007-10-17 John Wiegley <johnw@newartisans.com>
15069
15070 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15071
15072 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15073
15074 * server.el (server-process-filter): Only set display if X11 is
15075 supported.
15076
15077 2007-10-17 Glenn Morris <rgm@gnu.org>
15078
15079 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15080 Tweak regexp to avoid stack overflow.
15081
15082 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * simple.el (reindent-then-newline-and-indent): Don't assume that
15085 indent-according-to-mode preserves point.
15086
15087 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15088
15089 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15090 (bs--nth-wrapper): Simplify.
15091 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15092 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15093 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15094 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15095 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15096 (bs-configurations, bs-default-configuration)
15097 (bs-alternative-configuration, bs-cycle-configuration-name)
15098 (bs-string-show-always, bs-string-show-never, bs-string-current)
15099 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15100 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15101 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15102 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15103 (bs--window-config-coming-from): Revert 2006-11-09 change.
15104 (bs--restore-window-config): Keep the selected frame.
15105 (bs--track-window-changes, bs--remove-hooks): New functions.
15106 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15107 (bs--create-header): Remove.
15108 (bs--create-header-line): New function, based on `bs--create-header'.
15109 (bs--show-header): Use `bs--create-header-line'.
15110 (bs--show-with-configuration): Revert 2006-11-09 change.
15111 Don't reuse window unless it is visible on the selected frame.
15112 Restore window configuration (possibly in a different frame)
15113 before creating any window.
15114
15115 2007-10-16 Glenn Morris <rgm@gnu.org>
15116
15117 * simple.el (blink-matching-open): Don't report false errors with
15118 the `$' syntax class.
15119
15120 2007-10-16 Richard Stallman <rms@gnu.org>
15121
15122 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15123 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15124 (ad-is-advised, ad-get-advice-info-field)
15125 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15126
15127 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15130 (vc-default-working-revision): Compatibility for backends.
15131
15132 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15133
15134 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15135 (filesets-ormap, filesets-sort-case-sensitive-flag)
15136 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15137 Fix typos in docstrings.
15138 (filesets-conditional-sort, filesets-find-or-display-file)
15139 (filesets-data-get-name, filesets-data-get-data)
15140 (filesets-data-set, filesets-cmd-query-replace-getargs)
15141 (filesets-ingroup-collect): Doc fixes.
15142
15143 2007-10-15 Sam Steingold <sds@gnu.org>
15144
15145 * mail/sendmail.el (sendmail-error-reporting-interactive)
15146 (sendmail-error-reporting-non-interactive): New variables for
15147 sendmail error reporting options to simplify support for imperfect
15148 sendmail emulators.
15149 (sendmail-send-it): Use them instead of list literals.
15150
15151 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15152
15153 * help-fns.el: Revert previous change; it creates a
15154 dependency loop between advice.el and help-fns.el.
15155
15156 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15157
15158 * help-fns.el: Require advice when compiling.
15159
15160 2007-10-14 Drew Adams <drew.adams@oracle.com>
15161
15162 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15163 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15164 (ring-next, ring-previous): New functions.
15165
15166 2007-10-14 Richard Stallman <rms@gnu.org>
15167
15168 * emacs-lisp/advice.el (documentation): Advice deleted.
15169 Doc for advised functions is now handled at C level.
15170 (ad-stop-advice, ad-start-advice): Don't enable or disable
15171 advice for `documentation'.
15172 (ad-advised-definition-docstring-regexp): Var deleted.
15173 (ad-make-advised-definition-docstring): Store orig name
15174 as text property of string.
15175 (ad-advised-definition-p): Check for text property of docstring.
15176
15177 * help-fns.el (describe-function-1): Find source of advised functions.
15178
15179 2007-10-14 Juri Linkov <juri@jurta.org>
15180
15181 * faces.el (describe-face): Allow handling a string as the face name.
15182
15183 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15184 active region in transient-mark-mode.
15185 (ispell-region): Change messages displayed at the start and end of
15186 the spell-checking to be the same.
15187
15188 * startup.el (fancy-startup-tail): Say exactly what does the button
15189 dismiss ("Dismiss this startup screen"). Use text "Never show
15190 it again" for the checkbox after this button.
15191 (fancy-startup-screen, fancy-about-screen): Put point before the
15192 first link, so the user can quickly select links with the keyboard.
15193 (normal-mouse-startup-screen): Add more useful text describing how
15194 to follow a link.
15195
15196 2007-10-14 Glenn Morris <rgm@gnu.org>
15197
15198 * progmodes/etags.el (select-tags-table): Disable undo in the
15199 `*Tags Table List*' buffer.
15200
15201 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15202
15203 * dired.el (dired-warn-writable): New face.
15204 (dired-warn-writable-face): New variable.
15205 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15206 of dired-warning-face, for group- and world-writable files.
15207
15208 2007-10-13 Richard Stallman <rms@gnu.org>
15209
15210 * files.el (directory-abbrev-alist): Doc fix.
15211
15212 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15213
15214 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15215
15216 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15217
15218 * frame.el (set-frame-configuration): Assign name parameter only
15219 if it has been set explicitly before.
15220
15221 2007-10-11 Tom Tromey <tromey@redhat.com>
15222
15223 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15224 frame is visible.
15225
15226 2007-10-10 Richard Stallman <rms@gnu.org>
15227
15228 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15229 in *Backtrace*.
15230
15231 * faces.el (face-font-selection-order): Doc fix.
15232
15233 * loadhist.el (unload-feature): Doc fix.
15234
15235 2007-10-13 Glenn Morris <rgm@gnu.org>
15236
15237 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15238 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15239 Add doc string, and an explicit COUNT argument.
15240 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15241 `inc' to search functions.
15242
15243 * faces.el (face-spec-set): When FRAME is nil, set the default for
15244 new frames (restores pre-2007-09-17 behavior). Doc fix.
15245
15246 2007-10-13 John W. Eaton <jwe@octave.org>
15247
15248 * progmodes/octave-mod.el (octave-looking-at-kw)
15249 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15250 New functions.
15251 (octave-in-defun-p, calculate-octave-indent)
15252 (octave-blink-matching-block-open, octave-beginning-of-defun)
15253 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15254 to search for regexps that contain case-sensitive keywords.
15255 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15256 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15257
15258 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15259
15260 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15261 Do not use a single clause cond.
15262
15263 * cus-start.el (all): Use test that does not match the X11 version
15264 for mac.
15265
15266 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15267
15268 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15269 BROWSE buffer.
15270
15271 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15272
15273 * cus-start.el (all): Undo previous change.
15274
15275 2007-10-13 Glenn Morris <rgm@gnu.org>
15276
15277 * woman.el (woman0-rename): Fix paren typo.
15278
15279 * mail/feedmail.el (feedmail-run-the-queue)
15280 (feedmail-look-at-queue-directory):
15281 * mail/reporter.el (reporter-dump-state):
15282 * net/eudc-hotlist.el (eudc-edit-hotlist):
15283 * net/eudc.el (eudc-display-records)
15284 (eudc-filter-duplicate-attributes)
15285 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15286 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15287 (eudc-bbdb-query-internal):
15288 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15289 * net/socks.el (socks-build-auth-list):
15290 * progmodes/cc-cmds.el (top level):
15291 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15292 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15293 (cperl-write-tags, cperl-tags-treeify):
15294 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15295 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15296 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15297 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15298 (idlwave-toolbar-remove-everywhere):
15299 * progmodes/idlwave.el (idlwave-indent-line)
15300 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15301 (idlwave-write-paths, idlwave-all-method-classes)
15302 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15303 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15304 (idlwave-complete-in-buffer):
15305 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15306 (org-fast-tag-selection):
15307 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15308 than mapcar.
15309
15310 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15311
15312 * diff-mode.el (diff-fine-change): Add :group.
15313
15314 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15315
15316 * cus-start.el (all): Use the same test as the 22.2 branch.
15317
15318 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15319
15320 * diff-mode.el (diff-current-defun): Force recomputation of
15321 change-log-default-name.
15322
15323 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15324
15325 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15326 and some leftover logic regarding dedicated frames. If showing
15327 concise startup screen, fit window to buffer.
15328 (command-line-1): If we will be using the splash screen, use
15329 find-file instead of find-file-other-window to find additional files.
15330 Comment out unused code for coping with the old sit-for behavior.
15331
15332 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15335 `meta' modifier consistently, rather than using sometimes meta
15336 sometimes alt.
15337
15338 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15339
15340 * window.el (handle-select-window): Revert part of 2007-10-08
15341 change setting the input focus.
15342
15343 2007-10-12 Glenn Morris <rgm@gnu.org>
15344
15345 * startup.el (command-line): Do not read abbrev file in batch mode.
15346
15347 * emacs-lisp/byte-opt.el (top level):
15348 * mail/rmail.el (rmail-list-to-menu):
15349 * obsolete/hilit19.el (hilit-mode):
15350 * progmodes/cc-mode.el (c-postprocess-file-styles)
15351 (c-submit-bug-report):
15352 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15353 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15354 (reftex-access-parse-file):
15355 * textmodes/reftex-cite.el (reftex-do-citation)
15356 (reftex-insert-bib-matches):
15357 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15358 * textmodes/reftex-sel.el (reftex-select-unmark):
15359 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15360 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15361
15362 * cus-edit.el (custom-variable-menu, custom-face-menu)
15363 (custom-group-menu): Check init-file-user rather than
15364 user-init-file, in case cus-edit is loaded by site-run-file.
15365
15366 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15367
15368 * vc.el (vc-deduce-fileset): Delete unused code.
15369 (vc-next-action): Fix typos.
15370
15371 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15372
15373 * bs.el (bs--mark-unmark): New function.
15374 (bs-mark-current, bs-unmark-current): Use it.
15375
15376 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15377
15378 * vc.el (vc-diff):
15379 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15380 temporarily disable the check for his edge case of
15381 vc-diff (stopping it from grinding when called from $HOME), as
15382 it's calling some brittle code in vc-hooks.el.
15383 (with-vc-properties): Fix evaluation time of a macro argument.
15384 * ediff-vers.el (ediff-vc-internal):
15385 * vc-hooks.el:
15386 * loaddefs.el: Follow up on VC terminology change.
15387
15388 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * follow.el (follow-stop-intercept-process-output):
15391 Use `follow-call-process-filter' rather than `process-filter'.
15392 Simplify.
15393
15394 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15395
15396 * vc-hooks.el (vc-registered): Robustify this function a bit
15397 against filenames with no directory component.
15398
15399 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * international/characters.el: Undo unwanted and unexplained change.
15402
15403 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15404
15405 * ps-print.el: Fix the usage of :foreground and :background face
15406 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15407 (ps-print-version): New version 6.7.6.
15408 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15409 Fix code.
15410 (ps-face-foreground-color-p, ps-face-background-color-p)
15411 (ps-face-color-p): New inline funs.
15412
15413 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15414
15415 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15416 (org-complete): Use `org-additional-option-like-keywords'.
15417 (org-parse-local-options): New function.
15418
15419 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15420
15421 * textmodes/org.el (org-in-clocktable-p): New function.
15422 (org-clock-report): Only update the table at point, or insert a new one.
15423 (org-clock-goto): New function.
15424 (org-open-file): Use `start-process-shell-command' instead of
15425 `shell-command' with an ampersand.
15426 (org-deadline, org-schedule): New argument REMOVE to remove the
15427 date from the entry.
15428 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15429 argument to `org-schedule' and `org-deadline'.
15430 (org-trim): Use the correct expressions for beginning and end of
15431 the string.
15432 (org-get-cleaned-entry): Trim the string before returning it.
15433 (org-clock-find-position): New function.
15434 (org-clock-into-drawer): New option.
15435 (org-agenda-tags-column): Rename from
15436 `org-agenda-align-tags-to-column'.
15437 (org-agenda-align-tags): Allow negative values for
15438 `org-agenda-tags-column'.
15439 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15440 (org-agenda-to-appt): New optional argument FILTER.
15441 (org-completion-fallback-command): New variable.
15442 (org-complete): Use `org-completion-fallback-command'.
15443 (org-find-base-buffer-visiting): Catch the case that there is no
15444 buffer visiting the file.
15445 (org-property-or-variable-value): New function.
15446 (org-todo): Use `org-property-or-variable-value'
15447 (org-agenda-compact-blocks): New option.
15448 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15449 (org-agenda-schedule, org-agenda-deadline):
15450 Call `org-agenda-show-new-time'.
15451 (org-agenda-show-new-time): New argument PREFIX.
15452 (org-colgroup-info-to-vline-list): Fix but that cause a
15453 shift in the vertical lines.
15454 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15455 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15456 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15457 (org-fix-bullet-type): Remove argument.
15458 (org-read-date): Check for am/pm twice, to catch the end time.
15459 (org-goto-map): Use `suppress-keymap'.
15460 (org-remember-apply-template): Respect the dynamically scoped
15461 selection character.
15462
15463 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * frame.el (frame-inherited-parameters): Remove unused `environment'
15466 parameter, and let server.el add `client' when needed.
15467
15468 * server.el (server-create-tty-frame)
15469 (server-create-window-system-frame): Set frame-inherited-parameters.
15470
15471 * frame.el (frame-inherited-parameters): New var.
15472 (make-frame): Use it.
15473
15474 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15475
15476 * env.el (let-environment): Remove. Unused.
15477 (read-envvar-name): Simplify.
15478 (setenv): Remove unused arg `frame'.
15479
15480 * help-fns.el (describe-variable): Add missing " " for multiline
15481 obsolescence info and missing EOL after global value.
15482
15483 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15484
15485 * add-log.el:
15486 * ediff-vers.el:
15487 * log-view.el:
15488 * pcvs.el:
15489 * vc-arch.el:
15490 * vc-bzr.el:
15491 * vc-cvs.el:
15492 * vc.el:
15493 * vc-git.el:
15494 * vc-hg.el:
15495 * vc-hooks.el:
15496 * vc-mcvs.el:
15497 * vc-mtn.el:
15498 * vc-rcs.el:
15499 * vc-sccs.el:
15500 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15501 {find,init,next,previous,annotate-*,log}-version ->
15502 {find,init,next,previous,annotate-*,log}-revision,
15503 annotate-focus-version -> annotate-working-revision, The term
15504 'focus' is gone. The term 'revision' is now used consistently
15505 everywhere that reference to a revision ID is intended, replacing
15506 older use of 'version'.
15507
15508 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * follow.el: Change all instances of "Follow Mode" to "Follow
15511 mode" in docstrings and messages.
15512 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15513
15514 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15515
15516 * vc.el (vc-next-action): Rewrite completely; this principal
15517 entry point now operates on a current fileset selected either
15518 explicitly via VC-Dired or implicitly by visiting a file buffer,
15519 rather than always operating on the file of the current buffer as
15520 in older versions. Rewrite the rest of the mode to match.
15521 (with-vc-properties): Rewrite to operate on a file list.
15522 (with-vc-file): vc-checkin takes a file list argument now.
15523 (vc-post-command-functions): This hook now receives a file list.
15524 (vc-do-command): Take a either a file or a file list as argument.
15525 (vc-deduce-fileset): New function for deducing a file list to
15526 operate on.
15527 (vc-next-action-on-file, vc-next-action-dired): Remove.
15528 Merge into vc-next-action.
15529 (vc-register): Adapt to the fact that vc-start-entry now takes a
15530 file list.
15531 (vc-register-with): New function.
15532 (vc-start-entry): Take a file list argument rather than a
15533 file argument.
15534 (vc-checkout): Cope with vc-start-entry taking a file list.
15535 (vc-steal-lock): Cope with with-vc-properties taking a
15536 file list.
15537 (vc-checkin): Take a file list argument rather than a file argument.
15538 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15539 (vc-diff-internal): Rewrite for filesets.
15540 (vc-diff-sentinel): New function, tests whether changes were
15541 written into a diff buffer.
15542 (vc-diff): Rewrite for filesets.
15543 (vc-version-diff): Rewrite for filesets.
15544 (vc-print-log): Take a fileset argument.
15545 (vc-revert): Revert the entire selected fileset, not just the
15546 current buffer.
15547 (vc-rollback): Roll back the entire selected fileset, if
15548 possible. No longer accepts a prefix argument.
15549 (vc-update): Merge new changes for the entire selected
15550 fileset, not just the current buffer.
15551 (vc-revert-file): Cope with with-vc-properties taking a file list.
15552 (vc-default-dired-state-info): Add + status suffix if the file is
15553 modified.
15554 (vc-annotate-warp-version): Use the new diff machinery.
15555 (vc-log-edit): Take a file list argument rather than a file argument.
15556
15557 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
15558
15559 Sync with Tramp 2.1.11.
15560
15561 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15562 Pacify byte compiler.
15563
15564 * net/trampver.el: Update release number.
15565
15566 2007-10-09 Richard Stallman <rms@gnu.org>
15567
15568 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15569
15570 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15571
15572 * follow.el: Require easymenu.
15573 (follow-mode-hook, follow-mode): Doc fixes.
15574 (follow-mode-off-hook): Mark as obsolete.
15575
15576 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15577
15578 * window.el (mouse-autoselect-window-cancel): Don't cancel for
15579 select-window or select-frame events.
15580 (handle-select-window): When autoselecting window set input
15581 focus. Restructure.
15582
15583 * frame.el (focus-follows-mouse): Move to frame.c.
15584 * cus-start.el (all): Add focus-follows-mouse.
15585
15586 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15587
15588 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15589 activate font-locking in the *buffer-selection* buffer.
15590 (bs-show-sorted): Doc fix.
15591
15592 * bs.el (bs--get-marked-string, bs--get-modified-string)
15593 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15594 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15595 (bs--format-aux): Doc fix.
15596
15597 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
15598
15599 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15600
15601 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15602
15603 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15604 (gud-gdb): New function for old M-x gdb (text command mode).
15605 (gud-gdb-command-name, gdb): Move to...
15606
15607 * progmodes/gdb-ui.el: ...here and adapt doc string.
15608 (gud-gdba-command-name, gdba): Delete.
15609
15610 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15611
15612 * bs.el: Don't defvar `font-lock-verbose'.
15613 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15614 (bs--get-file-name): Fix typos in docstrings.
15615 (bs--show-header): Use `dolist' instead of `mapcar'.
15616 (bs-mode): Set `show-trailing-whitespace' to nil.
15617 (bs-buffer-sort-function, bs-mouse-select-other-frame)
15618 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15619 Doc fixes.
15620
15621 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
15622
15623 * progmodes/gud.el (pdb): Specify file for gud-break.
15624
15625 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15626
15627 * progmodes/gud.el (gdb): Make graphical mode the default and
15628 switch to text command mode if appropriate, i.e., reverse previous
15629 arrangement.
15630 (gud-gdb-marker-filter): Adapt for above change.
15631
15632 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15633 gud-minor-mode and gud-marker-filter.
15634 (gdb-fullname-regexp): New variable.
15635 (gud-gdba-marker-filter): Use it to switch to text command
15636 mode if appropriate.
15637
15638 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15639
15640 * progmodes/gud.el (gud-display-line): Find source buffer even when
15641 GUD buffer has its own frame.
15642
15643 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15644
15645 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15646
15647 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15648
15649 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15650
15651 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15652
15653 * allout.el (allout-before-change-handler): Replace got-char by
15654 goto-char.
15655
15656 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15659 Used to try and automatically enabled smerge-mode in the presence of
15660 conflicts and to call `svn resolved' when the conflicts are gone.
15661 (vc-svn-parse-status): Remember the svn-specific status.
15662
15663 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15664
15665 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15666 menu-bar-apropos-menu. All users changed.
15667 (menu-bar-help-menu): Change menu symbols to better match the text
15668 displayed by the menu.
15669
15670 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15671
15672 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15673 #, @, : and ^.
15674
15675 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15676
15677 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15678
15679 * log-view.el (log-view-mode-map): Likewise.
15680
15681 * diff-mode.el (diff-mode-shared-map): Likewise.
15682
15683 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15684
15685 * files.el (file-name-sans-versions): Also allow `A-Z'.
15686
15687 * vc.el: Mention all supported VC backends.
15688
15689 2007-10-08 Richard Stallman <rms@gnu.org>
15690
15691 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15692 neighbouring buttons.
15693
15694 2007-10-08 Andreas Schwab <schwab@suse.de>
15695
15696 * files.el (file-name-sans-versions): Also allow `_'.
15697
15698 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15699
15700 * files.el (file-name-sans-versions): Allow - and a-z in version names.
15701
15702 * log-view.el (log-view-mode-map, log-view-mode-menu):
15703 Bind log-view-annotate-version.
15704 (log-view-beginning-of-defun, log-view-end-of-defun)
15705 (log-view-annotate-version): New functions.
15706 (log-view-mode): Use log-view-beginning-of-defun and
15707 log-view-end-of-defun.
15708
15709 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15712
15713 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15714
15715 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15716 neighbouring buttons.
15717
15718 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15719 Recognize gcc's use of "note" for informational messages.
15720
15721 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15724 (css-mode): Update correspondingly.
15725
15726 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15727
15728 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15729 Signed-off-by, Acked-by and Merge.
15730
15731 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * ediff-init.el (ediff-verbose-p): This var is not a constant.
15734
15735 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * vc-mtn.el: New file.
15738
15739 * vc-hooks.el (vc-handled-backends): Add Mtn.
15740
15741 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15742
15743 * files.el (find-file, find-file-other-window)
15744 (find-file-other-frame, find-file-existing, find-file-read-only)
15745 (find-file-read-only-other-window)
15746 (find-file-read-only-other-frame)
15747 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15748
15749 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15750
15751 * progmodes/gud.el (gdb-ready): New variable.
15752 (gdb): Set it to nil. Set gud-running to nil here...
15753 (gud-common-init): ...instead of here.
15754
15755 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15756 Use gdb-ready. Discard input until GDB is ready to accept it.
15757
15758 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15759
15760 * dired.el (dired-warning): Inherit from font-lock-warning-face to
15761 make it show up with eight colors.
15762
15763 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
15766 diffs are concatenated with no intervening line.
15767
15768 2007-10-08 Dave Love <fx@gnu.org>
15769
15770 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
15771 (python-font-lock-keywords): Update to the 2.5 version of the language.
15772 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
15773 (python-backspace): Only behave funny in code.
15774 (python-compilation-regexp-alist): Add PDB stack trace regexp.
15775 (inferior-python-mode): Add PDB prompt regexp.
15776 (python-fill-paragraph): Refine the fenced-string regexp.
15777 (python-find-imports): Handle imports spanning several lines.
15778 (python-mode): Add `class' to hideshow support.
15779
15780 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15781
15782 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15783 Use add-log-buffer-file-name-function rather than binding
15784 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
15785 when `fi' is the ChangeLog file itself.
15786
15787 * outline.el (outline-flag-region): Use front-advance.
15788
15789 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
15790
15791 * progmodes/cperl-mode.el: Merge upstream 5.23.
15792 (cperl-where-am-i): Remove function.
15793 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
15794 (cperl-sniff-for-indent): De-invert [string] and [comment].
15795 When looking for label, skip s:m:y:tr.
15796 (cperl-indent-line): Likewise.
15797 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
15798 (cperl-windowed-init): Wrong `ps-print' handling.
15799 Both thanks to Chong Yidong.
15800 (cperl-look-at-leading-count): Could fail with unfinished RExen.
15801 (cperl-find-pods-heres): If the second part of s()[] is missing,
15802 don't try to highlight delimiters...
15803
15804 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15805
15806 * progmodes/compile.el (compilation-get-file-structure): Complete last
15807 change by also using spec-directory in the puthash.
15808
15809 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
15810
15811 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
15812 (vc-bzr-status): Fix shadowing of variable 'status'.
15813 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
15814 Use `expand-file-name' instead of `concat'.
15815 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
15816 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
15817
15818 2007-10-08 Jason Rumney <jasonr@gnu.org>
15819
15820 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
15821
15822 2007-10-08 Richard Stallman <rms@gnu.org>
15823
15824 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
15825 Add `safe-local-variable' property.
15826 (lisp-body-indent): Likewise.
15827
15828 2007-10-08 Richard Stallman <rms@gnu.org>
15829
15830 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
15831 Add doc string.
15832
15833 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15834
15835 * files.el (backup-buffer-copy): Try to overwrite old backup first.
15836
15837 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15838
15839 * repeat.el (repeat): Use last-repeatable-command instead of
15840 real-last-command. Run pre- and post-command hooks for
15841 self-insertion. Update doc-string.
15842
15843 2007-10-08 Alexandre Julliard <julliard@winehq.org>
15844
15845 * vc-git.el (vc-git-state): Call git-add --refresh to update the
15846 state of the file.
15847 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
15848 (vc-git-create-repo): Fix invalid command.
15849
15850 2007-10-08 Richard Stallman <rms@gnu.org>
15851
15852 * textmodes/flyspell.el (flyspell-mode):
15853 Catch errors in flyspell-mode-on.
15854
15855 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15856
15857 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
15858
15859 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * international/encoded-kb.el (encoded-kbd-setup-display):
15862 Use input-decode-map rather than local-key-translation-map.
15863
15864 * term/rxvt.el (rxvt-alternatives-map): New map.
15865 (terminal-init-rxvt): Use it.
15866 Bind rxvt-function-map in input-decode-map.
15867
15868 * term/xterm.el (xterm-alternatives-map): New map.
15869 (terminal-init-xterm): Use it.
15870 Bind xterm-function-map in input-decode-map.
15871
15872 * term/x-win.el (x-alternatives-map): New var.
15873 (x-setup-function-keys): Use it.
15874
15875 * help-fns.el (describe-variable): Slightly change the layout of
15876 meta-info to separate it better from the docstring.
15877 Standardize insertion of extra empty lines in various circumstances.
15878
15879 * diff-mode.el (diff-hunk-style): New fun.
15880 (diff-end-of-hunk): Use it.
15881 (diff-context->unified): Use the new `apply' undo element,
15882 if applicable, so as to save undo-log space.
15883 (diff-fine-change): New face.
15884 (diff-fine-highlight-preproc): New function.
15885 (diff-fine-highlight): New command.
15886 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
15887
15888 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
15889 (smerge-refine-highlight-change): Add `props' argument.
15890 (smerge-refine-subst): New function holding most of smerge-refine.
15891 (smerge-refine): Use it.
15892
15893 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
15894
15895 * vc.el (vc-default-wash-log): Remove unused code, the
15896 log washers all live in the backends now.
15897 (vc-default-comment-history): Correct for the fact
15898 that wash-log is argumentless in the new API.
15899
15900 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
15901
15902 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
15903 (tramp-maybe-send-script): Apply `member' but `memq'.
15904 (tramp-advice-file-expand-wildcards): Simplify implementation.
15905
15906 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15907
15908 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
15909
15910 * mb-depth.el (minibuf-depth-indicator-function): New variable.
15911 (minibuf-depth-setup-minibuffer): Use it.
15912
15913 2007-10-07 Glenn Morris <rgm@gnu.org>
15914
15915 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
15916 version numbers.
15917
15918 2007-10-06 Juri Linkov <juri@jurta.org>
15919
15920 * textmodes/fill.el (fill-paragraph-or-region): New function.
15921
15922 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
15923 instead of fill-paragraph.
15924
15925 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
15926 with fill-paragraph-or-region. Suspend command is now the same
15927 `suspend-frame' on window systems and on tty.
15928
15929 * image.el (image-type): Check if image-types is bound to not fail
15930 on tty.
15931
15932 * delsel.el (delete-selection-pre-hook):
15933 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
15934 is fbound to not fail on mouseless tty.
15935
15936 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
15937
15938 * net/tramp.el (top): Move loading of tramp-util.el and
15939 tramp-vc.el to tramp-compat.el.
15940 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
15941 temporary file if possible, in order to avoid a security hole.
15942 (tramp-do-copy-or-rename-file-out-of-band)
15943 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
15944 with DONT-CREATE, because the connection is not setup yet.
15945 (tramp-handle-process-file): Rewrite temporary file handling.
15946 (tramp-completion-mode): New defvar.
15947 (tramp-completion-mode-p): Use it.
15948
15949 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
15950
15951 * net/tramp-fish.el (tramp-fish-handle-process-file):
15952 Rewrite temporary file handling.
15953
15954 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
15955
15956 * vc.el: Workfile version -> focus version change. Port various
15957 comments from new VC to reduce the noise in the diff.
15958 Patch in the new vc-create-repo function to go with the
15959 header comment about it already present.
15960 There are no changes to existing logic in this patch.
15961 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
15962
15963 2007-10-06 Aaron Hawley <aaronh@garden.org>
15964
15965 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
15966
15967 2007-10-05 Chris Moore <dooglus@gmail.com>
15968
15969 * server.el (server-kill-new-buffers): Doc fix.
15970
15971 2007-10-05 John W. Eaton <jwe@octave.org>
15972
15973 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
15974 (octave-begin-keywords): Add "do".
15975 (octave-end-keywords): Remove "end".
15976 (octave-reserved-words): Add "end". Remove "all_va_args",
15977 "gplot", and 'gsplot".
15978 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
15979 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
15980 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
15981 "default_return_value", "define_all_return_values",
15982 "do_fortran_indexing", "empty_list_elements_ok",
15983 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
15984 "ok_to_lose_imaginary_part", "prefer_column_vectors",
15985 "prefer_zero_one_indexing", "propagate_empty_matrices",
15986 "resize_on_range_error", "treat_neg_dim_as_zero",
15987 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
15988 "warn_divide_by_zero", "warn_function_name_clash",
15989 "warn_missing_semicolon", "whitespace_in_literal_matrix".
15990 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
15991 "crash_dumps_octave_core", "sighup_dumps_octave_core",
15992 "sigterm_dumps_octave_core".
15993 (octave-block-match-alist): Remove "end" from block-end keywords.
15994 (octave-mode): Update ftp site address.
15995
15996 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15997
15998 * vc.el: Reorder functions, no code changes.
15999
16000 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16001
16002 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16003 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16004 the cond clauses where needed.
16005 (tramp-handle-write-region): Rearrange code for proper handling of
16006 tmpfile.
16007
16008 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16009
16010 * net/tramp.el:
16011 * net/tramp-fish.el:
16012 * net/tramp-ftp.el:
16013 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16014 `tramp-compat-make-temp-file'.
16015
16016 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16017
16018 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16019
16020 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16021
16022 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16023 already uses a more recent copyright version than the "current" one.
16024
16025 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16026
16027 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16028 (doc-view-insert-image): Minor aesthetical docstring changes.
16029
16030 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16031
16032 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16033 completing filename.
16034 (doc-view-search-internal): Docstring change.
16035
16036 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16037
16038 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16039 (tramp-file-name-handler-alist):
16040 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16041 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16042 used before, creates the file already, which is not desired.
16043 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16044 temporary file.
16045 (tramp-handle-insert-file-contents): Assign the result in the
16046 short track case.
16047 (tramp-handle-insert-file-contents-literally): New defun.
16048 (tramp-completion-mode-p): Revert change from 2007-09-24.
16049 Checking for `return' etc as last character is not sufficient, for
16050 example in dired-mode when entering <g> (revert-buffer) or
16051 <s> (dired-sort).
16052
16053 * net/tramp-compat.el (top): Add also compatibility code for loading
16054 appropriate timer package.
16055 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16056 order to avoid autoloading problems.
16057
16058 * net/tramp-fish.el:
16059 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16060
16061 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16062 where the second parameter of `copy-file' or `rename-file' is a
16063 remote file but not via ftp.
16064
16065 2007-10-02 Richard Stallman <rms@gnu.org>
16066
16067 * frame.el (cursor-in-non-selected-windows): Doc fix.
16068
16069 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16070
16071 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16072 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16073
16074 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16075
16076 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16077 when `expt' doesn't give range errors.
16078
16079 2007-10-01 Markus Triska <markus.triska@gmx.at>
16080
16081 * calc/calc-math.el (math-smallest-emacs-expt):
16082 Make the computation more robust.
16083
16084 2007-09-30 David Kastrup <dak@gnu.org>
16085
16086 * startup.el (argv): Alias for `command-line-args-left' to use as
16087 `(pop argv)' inside of --eval command sequences. Allows for
16088 passing shell commands into Emacs verbatim without need for Lisp
16089 quoting.
16090
16091 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16092 check only for changed size.
16093 (auto-revert-tail-handler): Get size from caller. If the file has
16094 shrunk, tail the whole file again (the file presumably has been
16095 rewritten).
16096
16097 * woman.el (woman-topic-all-completions, woman-mini-help):
16098 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16099 actually was being manipulated in the loop.
16100 (woman-Cyg-to-Win, woman-pre-process-region)
16101 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16102 (woman-strings, woman-special-characters, woman1-hc)
16103 (woman-change-fonts, woman-find-next-control-line):
16104 Use `match-beginning' rather than `match-string' when the result is
16105 just used as a flag.
16106
16107 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16108
16109 * net/tramp-compat.el: New file.
16110
16111 * net/tramp.el:
16112 * net/tramp-fish.el:
16113 * net/tramp-smb.el:
16114 * net/tramp-uu.el:
16115 * net/trampver.el: Move compatibility code to tramp-compat.el.
16116 Apply `mapc' instead of `mapcar' when the code needs side effects
16117 only. Move utf-8 coding cookie to the second line.
16118
16119 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16120
16121 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16122 Improve custom type.
16123 (icon-map-list): Make it customizable. Document how to disable
16124 stock icons.
16125
16126 2007-09-30 Richard Stallman <rms@gnu.org>
16127
16128 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16129
16130 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16133 (t-mouse-mode): New compatibility alias.
16134
16135 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16136
16137 * server.el (server-delete-client): Only delete the terminal if it
16138 is non-nil.
16139
16140 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16141
16142 * net/tramp.el (with-file-property, with-connection-property):
16143 Highlight as keyword.
16144 (tramp-rfn-eshadow-setup-minibuffer)
16145 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16146 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16147 (tramp-do-copy-or-rename-file-directly)
16148 (tramp-do-copy-or-rename-file-out-of-band)
16149 (tramp-handle-shell-command, tramp-get-debug-buffer)
16150 (tramp-send-command-and-read, tramp-equal-remote)
16151 (tramp-get-local-gid): Pacify byte-compiler.
16152 (tramp-handle-file-name-directory): Result shall not be expanded.
16153 (tramp-find-foreign-file-name-handler): Rewrite.
16154 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16155
16156 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16157
16158 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16159 Apply `tramp-completion-mode-p'.
16160 (tramp-fish-handle-set-file-times)
16161 (tramp-fish-handle-executable-find)
16162 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16163 (tramp-fish-retrieve-data): Pacify byte-compiler.
16164
16165 * net/tramp-gw.el (tramp-gw-basic-authentication):
16166 Call `tramp-read-passwd' with first parameter `nil'.
16167
16168 2007-09-28 Glenn Morris <rgm@gnu.org>
16169
16170 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16171 than mapcar.
16172
16173 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16174 (tex-suscript-height-minimum): New customizable variables.
16175 (tex-suscript-height): New function.
16176 (superscript, subscript): Set height using tex-suscript-height
16177 rather than fixing at 0.8.
16178 (tex-fontify-script, tex-font-script-display): Add :version tag.
16179
16180 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16181
16182 * progmodes/python.el (python-eldoc-function): Doc fix.
16183
16184 2007-09-27 Glenn Morris <rgm@gnu.org>
16185
16186 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16187 image if it is not in image-type-auto-detectable, or is there with
16188 a nil value.
16189
16190 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16191
16192 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16193 connection more robust.
16194
16195 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16196
16197 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16198 Deal with the case that special &keywords are at the beginning or
16199 end of the argument list. Also add some (incomplete) support for
16200 non-standard arglists.
16201
16202 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16203
16204 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16205 (eldoc-message-commands, eldoc-current-idle-delay)
16206 (eldoc-function-argstring-format): Fix typos in docstrings.
16207
16208 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16209
16210 * calc/calc-units.el (calc-convert-units)
16211 (calc-convert-temperature): Remove unnecessary colons.
16212
16213 2007-09-26 Bastien Guerry <bzg@altern.org>
16214
16215 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16216 New function.
16217 (org-export-latex-remove-from-headlines): Name changed because of typo.
16218 (org-export-latex-quotation-marks-convention): Option removed.
16219 (org-export-latex-make-preamble): Handle the DATE option.
16220 (org-export-latex-cleaned-string): Now the only cleaning function,
16221 synched up with org.el.
16222 (org-export-latex-lists, org-export-latex-parse-list)
16223 (org-export-list-to-latex): New functions.
16224
16225 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16226
16227 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16228 (org-outline-regexp): New constant.
16229 (org-remember-handler): Throw error when the target file is not in
16230 org-mode.
16231 (org-cleaned-string-for-export): No longer call
16232 `org-export-latex-cleaned-string' with an argument.
16233 (org-get-tags): Returns now a list, not a string.
16234 (org-get-tags-string): New function.
16235 (org-archive-subtree): No need to split return of `org-get-tags'.
16236 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16237 instead of `org-get-tags'.
16238 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16239 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16240 (org-compatible-face): New argument INHERITS. Inherit from this
16241 face if possible.
16242 (org-level-1, org-level-2, org-level-3, org-level-4)
16243 (org-level-5, org-level-6, org-level-7, org-level-8)
16244 (org-special-keyword, org-drawer, org-column, org-warning)
16245 (org-archived, org-todo, org-done, org-headline-done, org-table)
16246 (org-formula, org-code, org-agenda-structure)
16247 (org-scheduled-today, org-scheduled-previously)
16248 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16249 in the new way.
16250 (org-get-heading): New argument NO-TAGS.
16251 (org-fast-tag-selection-include-todo): Made defvar instead of
16252 defcustom, feature is not deprecated.
16253 (org-remember-store-without-prompt): New default value t.
16254 (org-todo-log-states): New variable.
16255 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16256 Compute the log states.
16257 (org-goto-map): More commands copied from global map. Also bind
16258 `org-occur'.
16259 (org-goto): Made into a general lookup command.
16260 (org-get-location): Complete rewrite.
16261 (org-goto-exit-command): New variable.
16262 (org-goto-selected-point): New variable.
16263 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16264 Set the new variables.
16265 (org-paste-subtree): Whitespace insertion strategy revised.
16266 (org-remember-apply-template): Protect v-A from the possibility
16267 that v-a might be nil.
16268 (org-remember-handler): Insertion rules revised.
16269 (org-todo): Respect org-todo-log-states.
16270 (org-up-heading-safe): New function.
16271 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16272
16273 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16274
16275 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16276 region if in transient-mark-mode.
16277
16278 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16279
16280 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16281 * calc/calc-help.el (calc-full-help):
16282 * calc/calc-misc.el (another-calc):
16283 * calc/calc-store.el (calc-var-name-map):
16284 * calc/calc-stuff.el (calc-flush-caches):
16285 * calc/calc-units.el (math-build-units-table):
16286 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16287 (calc-quit):
16288 * calendar/icalendar.el (icalendar--format-ical-event)
16289 (icalendar--convert-ical-to-diary):
16290 * emacs-lisp/authors.el (authors):
16291 * emacs-lisp/cust-print.el (custom-print-install)
16292 (custom-print-uninstall):
16293 * emacs-lisp/disass.el (disassemble-1):
16294 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16295 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16296 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16297 (elint-check-let-form, elint-check-condition-case-form)
16298 (elint-initialize):
16299 * emacs-lisp/elp.el (elp-results):
16300 * emacs-lisp/generic.el (generic-mode-internal):
16301 * emacs-lisp/re-builder.el (reb-delete-overlays):
16302 * emacs-lisp/regi.el (regi-interpret):
16303 * emacs-lisp/sregex.el (sregex--char-aux):
16304 * emulation/cua-rect.el (cua--deactivate-rectangle)
16305 (cua--highlight-rectangle, cua--rectangle-post-command):
16306 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16307 * emulation/viper-macs.el (viper-describe-kbd-macros)
16308 (viper-describe-one-macro):
16309 * emulation/viper-util.el (viper-setup-master-buffer):
16310 * emulation/viper.el (set-viper-state-in-major-mode):
16311 * international/mule-diag.el (describe-current-coding-system):
16312 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16313 * mail/emacsbug.el (report-emacs-bug):
16314 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16315 * obsolete/hilit19.el (hilit-unhighlight-region)
16316 (hilit-set-mode-patterns):
16317 * play/solitaire.el (solitaire-check, solitaire-solve):
16318 * play/zone.el (zone-pgm-rotate):
16319 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16320 * progmodes/ada-prj.el (ada-prj-display-page):
16321 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16322 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16323 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16324 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16325 * progmodes/sh-script.el (sh-make-vars-local)
16326 (sh-reset-indent-vars-to-global-values):
16327 * progmodes/sql.el (top):
16328 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16329 * progmodes/xscheme.el (top):
16330 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16331 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16332 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16333 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16334 (artist-submit-bug-report):
16335 * textmodes/flyspell.el (flyspell-delay-commands)
16336 (flyspell-deplacement-commands):
16337 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16338 (table--generate-source-cells-in-a-row, table--make-cell-map)
16339 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16340
16341 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16342
16343 * allout.el (produce-allout-mode-map, allout-process-exposed):
16344 * ansi-color.el (ansi-color-make-color-map):
16345 * autoinsert.el (auto-insert):
16346 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16347 * dired-aux.el (dired-create-files):
16348 * dired.el (dired-restore-desktop-buffer):
16349 * ediff-diff.el (ediff-setup-fine-diff-regions):
16350 * ediff-mult.el (ediff-intersect-directories)
16351 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16352 (ediff-redraw-registry-buffer):
16353 * ediff-ptch.el (ediff-fixup-patch-map):
16354 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16355 (ediff-really-quit, ediff-clear-diff-vector):
16356 * emerge.el (emerge-really-quit):
16357 * ffap.el (ffap-replace-file-component):
16358 * filecache.el (file-cache-add-directory)
16359 (file-cache-add-directory-recursively)
16360 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16361 (file-cache-delete-directory, file-cache-files-matching-internal)
16362 (file-cache-display):
16363 * files.el (cd):
16364 * find-lisp.el (find-lisp-insert-directory):
16365 * finder.el (finder-compile-keywords):
16366 * help.el (view-emacs-news):
16367 * hi-lock.el (hi-lock-write-interactive-patterns):
16368 * ido.el (ido-to-end, ido-set-matches-1):
16369 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16370 (image-dired-mark-tagged-files):
16371 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16372 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16373 * ps-print.el (ps-background, ps-begin-file)
16374 (ps-build-reference-face-lists):
16375 * simple.el (clone-buffer):
16376 * startup.el (command-line):
16377 * tempo.el (tempo-insert-template, tempo-is-user-element)
16378 (tempo-forward-mark, tempo-backward-mark):
16379 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16380
16381 2007-09-25 Glenn Morris <rgm@gnu.org>
16382
16383 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16384
16385 * view.el (view-search-no-match-lines): Add a doc string.
16386 Rewrite to simplify and work better.
16387
16388 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16389
16390 * progmodes/cc-mode.el (c-mode-base-map):
16391 Use c-indent-line-or-region instead of c-indent-line.
16392
16393 * indent.el (indent-for-tab-command): First check if the region is
16394 active.
16395
16396 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16397
16398 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16399 whitespace-rescan-timer-time is 0.
16400
16401 2007-09-24 Karl Berry <karl@gnu.org>
16402
16403 * international/mule.el (coding-system-base): Fix doc string grammar.
16404
16405 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16406
16407 * net/tramp.el (tramp-completion-mode-p): Rename from
16408 `tramp-completion-mode'. Revert logic, check `return', `newline'
16409 and such alike. Packages like Icicles tend to use other completion
16410 characters but `tab' and `space' only.
16411
16412 2007-09-24 Adam Hupp <adam@hupp.org>
16413
16414 * progmodes/python.el (run-python): Import emacs module without
16415 waiting; prevents lockup on error.
16416
16417 2007-09-23 Richard Stallman <rms@gnu.org>
16418
16419 * mail/sendmail.el (mail-bury): Delete the frame
16420 if this frame looks like it was made for this message.
16421
16422 * completion.el (completion-separator-self-insert-command)
16423 (completion-separator-self-insert-autofilling):
16424 If `self-insert-command' has been remapped, use the substitute.
16425
16426 * simple.el (copy-region-as-kill): Doc fix.
16427
16428 * textmodes/org.el (org-confirm-shell-link-function)
16429 (org-confirm-elisp-link-function): Doc fixes.
16430
16431 2007-09-23 Glenn Morris <rgm@gnu.org>
16432
16433 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16434
16435 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16436
16437 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16438
16439 * term/tvi970.el (terminal-init-tvi970): Likewise.
16440
16441 * term/sun-mouse.el (print-mouse-format): Likewise.
16442
16443 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16444 Use forward-line instead of previous-line and next-line.
16445
16446 2007-09-22 Juri Linkov <juri@jurta.org>
16447
16448 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16449
16450 * tutorial.el (tutorial--default-keys): Update standard bindings:
16451 rename `iconify-or-deiconify-frame' to `suspend-frame',
16452 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16453
16454 2007-09-22 Juri Linkov <juri@jurta.org>
16455
16456 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16457 Add help-echo to external links and to links without description.
16458 (fancy-splash-insert): Use help-echo from the 3rd element of the
16459 link specification list, or "Follow this link" if it's nil. Doc fix.
16460
16461 2007-09-22 Juri Linkov <juri@jurta.org>
16462
16463 * startup.el (command-line): Rename `inhibit-startup-message' to
16464 `inhibit-startup-screen'.
16465 (fancy-about-text): Use shorter label for "Ordering Manuals".
16466 (fancy-startup-tail): Add optional arg `concise'. When `concise'
16467 is nil, display a line with "To start..." and 3 links to useful
16468 tasks. Display the "Dismiss" button and "Don't show this message
16469 again" only when concise is non-nil.
16470 (fancy-startup-screen): Call `fancy-startup-tail' with optional
16471 arg `concise'. If CONCISE is non-nil, display a concise version
16472 of the splash screen in another window. Otherwise, switch to the
16473 startup buffer in the same window.
16474 (startup-echo-area-message): Change displayed binding from
16475 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16476 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16477 the GNU system".
16478 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16479 to "*GNU Emacs*".
16480 (display-about-screen): Don't check the existence of the buffer
16481 "*About GNU Emacs*".
16482 (display-splash-screen): Make alias to `display-startup-screen'.
16483 (command-line-1): Rename `inhibit-startup-message' to
16484 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
16485 started with command line options "-f", "-funcall", "-e", "-eval",
16486 "-execute", "-insert", "-find-file", "-file", "-visit".
16487 Inhibit startup screen when Emacs is started with a file name only
16488 on tty (i.e. don't inhibit it when started with a file name like
16489 "emacs FILE..." on a window system).
16490 (command-line-1): Simplify logic of displaying the startup screen:
16491 if file-count > 0, then display the concise version in another
16492 window, otherwise display full version in the same window.
16493
16494 * help.el (help-map): Bind C-h C-a to about-emacs.
16495 (help-for-help-internal): Add C-a description to C-h help text.
16496
16497 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
16498
16499 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16500 (checkdoc-permit-comma-termination-flag): Autoload the
16501 safe-local-variable setting.
16502
16503 * bookmark.el (bookmark-xemacsp): Remove.
16504 (bookmark-make): Don't use bookmark-xemacsp,
16505 use (featurep 'xemacs) instead.
16506
16507 * speedbar.el (speedbar-frame-mode)
16508 (speedbar-frame-reposition-smartly)
16509 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16510 (speedbar-check-vc): Remove use of non-existent variable
16511 dframe-xemacsp, use (featurep 'xemacs) instead.
16512
16513 * indent.el (indent-for-tab-command): Indent the region if
16514 transient-mark-mode and the region is active.
16515
16516 2007-09-21 Francesco Potortì <pot@gnu.org>
16517
16518 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16519 add inferior-octave-directory-tracker to the buffer-local value
16520 of comint-input-filter-functions.
16521
16522 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16523
16524 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16525
16526 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
16527
16528 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16529 on w32 frames.
16530
16531 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16532
16533 * startup.el (normal-top-level): Remove DISPLAY from
16534 process-environment to let it be computed dynamically in callproc.c.
16535
16536 * frame.el (frame-initialize, make-frame):
16537 * faces.el (tty-set-up-initial-frame-faces):
16538 * env.el (setenv): Don't set display-environment-variable.
16539
16540 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
16541 (server-create-tty-frame): Don't set unused `tty' property.
16542 Set `display' instead of display-environment-variable.
16543 (server-create-window-system-frame): No display-environment-variable.
16544
16545 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
16546
16547 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16548 (rfn-eshadow-update-overlay-hook): New defvars.
16549 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16550 Run the hooks.
16551
16552 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16553 (tramp-rfn-eshadow-setup-minibuffer)
16554 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
16555 rfn-eshadow.el.
16556
16557 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16558 timeout.
16559
16560 2007-09-21 Glenn Morris <rgm@gnu.org>
16561
16562 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16563 * term/sun-mouse.el (suspend-emacstool): Remove.
16564 * term/sun.el: Remove emacstool-related code.
16565
16566 * emacs-lisp/bytecomp.el (byte-compile-warnings)
16567 (byte-compile-warnings-safe-p): Add `mapcar'.
16568 (byte-compile-warning-types): Add mapcar and make-local.
16569 (byte-compile-normal-call): Add option to suppress mapcar warning.
16570 (top-level): Use mapc rather than mapcar in eval-when-compile.
16571
16572 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16573 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16574 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16575 Handle escaped parens.
16576 (latex-forward-sexp): Doc fix.
16577
16578 * eshell/esh-mode.el (eshell-output-filter-functions):
16579 Add eshell-postoutput-scroll-to-bottom.
16580
16581 * loadup.el: Remove termdev.
16582
16583 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16584 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16585
16586 2007-09-21 Markus Triska <markus.triska@gmx.at>
16587
16588 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16589 `mapcar' is called for effect.
16590
16591 2007-09-21 Kevin Ryde <user42@zip.com.au>
16592
16593 * international/mule.el (sgml-html-meta-auto-coding-function):
16594 Bind `case-fold-search' to t.
16595
16596 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * termdev.el: Remove.
16599
16600 * frame.el (get-device-terminal): New function. Moved from termdev.el.
16601 (frames-on-display-list): Use it.
16602
16603 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16604
16605 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16606
16607 2007-09-20 Richard Stallman <rms@gnu.org>
16608
16609 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16610
16611 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16614
16615 2007-09-20 Glenn Morris <rgm@gnu.org>
16616
16617 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16618 motion functions, rather than hard-coding "\n\n".
16619 (tex-validate-region): Check for eobp, to speed up.
16620 (tex-next-unmatched-end): Doc fix.
16621
16622 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * files.el (auto-mode-alist): Use archive-mode for .rar files.
16625
16626 * international/mule.el (auto-coding-alist): Rar archives are binary.
16627
16628 * arc-mode.el: Add basic support for Rar.
16629 (archive-find-type): Recognize Rar's signature.
16630 (archive-desummarize): New fun.
16631 (archive-summarize): Use it to restore the buffer's data in case
16632 someone wants to switch to some other major mode.
16633 (archive-resummarize): Use it as well.
16634 (archive-rar-summarize, archive-rar-extract): New functions.
16635
16636 * filesets.el: Remove spurious * in docstrings.
16637 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
16638 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16639 (filesets-ingroup-collect): Remove unused arg `depth'.
16640 (filesets-update): Remove unused arg `version'.
16641
16642 * finder.el (finder-compile-keywords): Fix up comment style.
16643 (finder-mouse-face-on-line): previous-line -> forward-line.
16644
16645 * recentf.el: Remove spurious * in docstrings.
16646 (recentf-save-list): Fix up comment style.
16647
16648 * progmodes/octave-mod.el: Remove spurious * in docstrings.
16649 (octave-mode-map): Move init into declaration and remove \t binding.
16650 (octave-mode-startup-message): Remove unused var.
16651 (octave-scan-blocks): Remove unused arg `from'.
16652 (octave-forward-block, octave-down-block, octave-up-block):
16653 Update callers.
16654
16655 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16656 (meta-mode-map): Likewise and remove \t binding.
16657
16658 * net/snmp-mode.el: Remove spurious * in docstrings.
16659 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16660 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16661 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16662 that completion accepts lists of strings.
16663 (snmp-mode-syntax-table): Move initialization into declaration.
16664 (snmp-mode-map): Likewise and remove \t binding.
16665 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16666 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16667 (snmp-indent-command): Remove.
16668
16669 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16670 binding, so tab-always-indent works right.
16671
16672 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
16673
16674 * net/browse-url.el (browse-url-elinks-new-window): New function.
16675 (browse-url-elinks): Use browse-url-elinks-new-window.
16676 Accept optional second argument `new-window'. Fix typo in doc-string.
16677 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16678 Improve error message.
16679
16680 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
16681
16682 * net/browse-url.el (browse-url-url-encode-chars): Use the right
16683 parameter name in the function body.
16684 Reported by Johannes Weiner.
16685
16686 2007-09-19 Glenn Morris <rgm@gnu.org>
16687
16688 * net/socks.el (socks-open-network-stream): Signal an explicit
16689 error if the port associated with a service string can't be found.
16690
16691 * textmodes/tex-mode.el (tex-terminate-paragraph):
16692 Use backward-paragraph.
16693
16694 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * server.el (server-running-p): New function.
16697
16698 2007-09-18 Jason Rumney <jasonr@gnu.org>
16699
16700 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16701 x-focus-frame.
16702
16703 * frame.el (select-frame-set-input-focus, select-frame-by-name):
16704 Use x-focus-frame for w32.
16705
16706 2007-09-17 David Kastrup <dak@gnu.org>
16707
16708 * textmodes/tex-mode.el (tex-verbatim-environments):
16709 Eliminate CL dependency.
16710
16711 2007-09-17 Richard Stallman <rms@gnu.org>
16712
16713 * newcomment.el (comment-add): New arg EXTRA.
16714 (comment-region-default): Pass EXTRA if not indenting lines.
16715
16716 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
16717
16718 * net/browse-url.el (browse-url-url-encode-chars): New function.
16719 URL-encode some chars in a string.
16720 (browse-url-encode-url): Rewrite using the previous function.
16721 (browse-url-file-url): Use `browse-url-url-encode-chars'.
16722 (browse-url-elinks-sentinel): Fix typo.
16723 (browse-url-new-window-flag): Doc change.
16724
16725 2007-09-17 Glenn Morris <rgm@gnu.org>
16726
16727 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16728 filename from `--file-line-error', if it is available.
16729
16730 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16731
16732 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16733 TeX `--file-line-error' format.
16734
16735 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16736
16737 * xt-mouse.el: Delete add-hook calls that were moved to
16738 xterm-mouse-mode.
16739 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16740 does not work.
16741
16742 2007-09-17 Richard Stallman <rms@gnu.org>
16743
16744 * cus-face.el (custom-theme-set-faces): Undo previous change.
16745
16746 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16747
16748 2007-09-17 Glenn Morris <rgm@gnu.org>
16749
16750 * textmodes/tex-mode.el (tex-region): Simplify previous change,
16751 handling the case where the region is not in `tex-main-file'.
16752 (tex-region-1): Delete.
16753 (tex-region-header): New function, doing the header part of the
16754 old tex-region-1.
16755
16756 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * simple.el (newline): Simplify use of prefix-numeric-value.
16759 (line-move-partial): Remove unused var `ppos'.
16760 (line-move-1): Replace 9999 with most-positive-fixnum.
16761 (move-end-of-line): Use more efficient single-property search.
16762 (move-beginning-of-line): Remove unused var `start'.
16763 (blink-matching-open): Restructure in a more functional style.
16764
16765 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
16766
16767 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
16768
16769 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * server.el (server-clients): Only keep procs, no properties any more.
16772 (server-client): Remove.
16773 (server-client-get, server-client-set): Remove, replace all callers by
16774 process-get and process-put resp.
16775 (server-clients-with, server-add-client, server-delete-client)
16776 (server-create-tty-frame, server-create-window-system-frame)
16777 (server-process-filter, server-execute, server-visit-files)
16778 (server-buffer-done, server-kill-buffer-query-function)
16779 (server-kill-emacs-query-function, server-switch-buffer)
16780 (server-save-buffers-kill-terminal): Update accordingly.
16781
16782 * server.el (server-with-environment): Simplify.
16783 (server-select-display, server-unselect-display): Re-add functions that
16784 seem to have been lost in the multi-tty merge.
16785 (server-eval-and-print, server-create-tty-frame)
16786 (server-create-window-system-frame, server-goto-toplevel)
16787 (server-execute, server-return-error): New functions extracted from
16788 server-process-filter.
16789 (server-execute-continuation): New functions.
16790 (server-process-filter): Restructure so that all arguments are analysed
16791 first and then acted upon in a subsequent stage. This way
16792 server-goto-toplevel can be executed later, when we know if
16793 it's necessary.
16794 Remove the "-version" and "-version-good" support.
16795
16796 2007-09-16 Drew Adams <drew.adams@oracle.com>
16797
16798 * cus-edit.el (custom-face-edit-activate): Doc fix.
16799
16800 2007-09-16 Glenn Morris <rgm@gnu.org>
16801
16802 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
16803 Following cal-bahai renaming, update all instances of
16804 list-bahai-diary-entries to diary-bahai-list-entries,
16805 mark-bahai-diary-entries to diary-bahai-mark-entries,
16806 calendar-goto-bahai-date to calendar-bahai-goto-date,
16807 insert-bahai-diary-entry to diary-bahai-insert-entry,
16808 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
16809 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
16810 calendar-print-bahai-date to calendar-bahai-print-date.
16811
16812 * textmodes/tex-mode.el (tex-region): Handle the case where the
16813 region is not in `tex-main-file'. Move the old code that applies
16814 to both cases...
16815 (tex-region-1): ...to this new function.
16816
16817 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * vc.el (vc-process-sentinel): New function.
16820 (vc-exec-after): Use it instead of using ugly hackish analysis and
16821 construction of Elisp code.
16822 (vc-sentinel-movepoint): New dynamically scoped var.
16823 (vc-print-log, vc-annotate): Set it to move the user's point.
16824
16825 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
16826 inhibit-modification-hooks.
16827
16828 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
16829 (calendar-bahai-print-date, calendar-bahai-goto-date)
16830 (diary-bahai-list-entries, diary-bahai-insert-entry):
16831 New names to clean up the namespace a bit more.
16832 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
16833
16834 2007-09-15 Glenn Morris <rgm@gnu.org>
16835
16836 * calendar/holidays.el (holiday-list): Rename it back to
16837 `list-holidays', but leave `holiday-list' as an alias.
16838
16839 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
16840 custom group.
16841
16842 * textmodes/css-mode.el (css): New custom group.
16843 (css-electrick-keys, css-selector, css-property)
16844 (css-indent-offset): Specify custom group.
16845
16846 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
16849 (cvs-execute-single-file): Use process-file.
16850 (cvs-run-process): Use start-file-process.
16851
16852 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16853
16854 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
16855 level. Remove the hooks when turning off the mode.
16856
16857 * term/xterm.el: Require xt-mouse at compile time.
16858 (terminal-init-xterm): Turn on xterm mouse tracking for this
16859 terminal if xterm-mouse-mode is enabled.
16860
16861 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16862
16863 * term/xterm.el (xterm-function-map): Replace bindings that were
16864 deleted by the merge.
16865
16866 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
16867
16868 * play/bubbles.el (bubbles-version): Bump value to "0.5".
16869 (bubbles-mode-map): Move define-key statements here.
16870 (bubbles-game-theme-menu): Ditto.
16871 (bubbles-graphics-theme-menu): Ditto.
16872 (bubbles-menu): Ditto.
16873 (bubbles-mode): Initialize buffer-undo-list, redisplay.
16874 (bubbles--initialize): Reset buffer-undo-list, redisplay.
16875 (bubbles-plop): Set buffer-undo-list, redisplay.
16876 (bubbles-undo): Reset buffer-undo-list, redisplay.
16877 (bubbles--show-images): Take care of missing text properties.
16878
16879 2007-09-14 Glenn Morris <rgm@gnu.org>
16880
16881 * startup.el (fancy-startup-text, fancy-about-text): Fix face
16882 quoting.
16883
16884 * calendar/cal-hebrew.el, calendar/cal-menu.el
16885 * calendar/calendar.el, calendar/diary-lib.el
16886 * calendar/holidays.el: Rename all instances of
16887 list-calendar-holidays callers to calendar-list-holidays,
16888 list-holidays to holiday-list, check-calendar-holidays to
16889 calendar-check-holidays, mark-calendar-holidays to
16890 calendar-mark-holidays, and filter-visible-calendar-holidays to
16891 holiday-filter-visible-calendar.
16892
16893 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16894
16895 * term/xterm.el (xterm-function-map): Add C-M- bindings.
16896
16897 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
16898
16899 * play/bubbles.el (bubbles--initialize-images): Fix bug:
16900 Use transparent background for empty cells in graphics mode.
16901
16902 2007-09-13 Jari Aalto <jari.aalto@cante.net>
16903
16904 * man.el (Man-default-man-entry): At end of line, continue looking
16905 to the next line for possible end of hyphenated command.
16906
16907 2007-09-13 Chris Moore <dooglus@gmail.com>
16908
16909 * shell.el (shell-resync-dirs): Don't move the cursor relative to
16910 the command being edited.
16911
16912 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
16913
16914 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
16915
16916 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
16917
16918 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
16919 C-M-S- keys.
16920
16921 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
16922
16923 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
16924
16925 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
16926 New argument `filename-p' to use one set of confusing chars or another.
16927 (browse-url-file-url): Use the argument.
16928 Suggested by Johannes Weiner.
16929
16930 2007-09-12 Romain Francoise <romain@orebokech.com>
16931
16932 * cus-start.el (all): Revert 2007-09-08 change.
16933
16934 2007-09-12 Aaron Hawley <aaronh@garden.org>
16935
16936 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
16937 extract .Z files, since it is more common than uncompress.
16938
16939 2007-09-12 Glenn Morris <rgm@gnu.org>
16940
16941 * textmodes/org-publish.el (org-publish-org-to-html): Remove
16942 duplicate function definition.
16943
16944 2007-09-10 Chris Moore <dooglus@gmail.com>
16945
16946 * diff-mode.el (diff-sanity-check-hunk):
16947 Also accept single-line hunks.
16948
16949 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
16950
16951 * startup.el (startup-screen-inhibit-startup-screen)
16952 (pure-space-overflow-message): New vars.
16953 (fancy-splash-insert): Allow functions for face and link specs.
16954 (fancy-splash-head): Remove unused arg. Move splash text...
16955 (fancy-startup-text, fancy-about-text): ...here.
16956 (fancy-startup-tail): Rename from fancy-splash-tail.
16957 (fancy-startup-screen, fancy-about-screen): Split off from
16958 fancy-splash-screens.
16959 (display-startup-screen): New function.
16960 (display-about-screen): Rename from display-splash-screen.
16961 (command-line-1): Use concise startup screen if necessary.
16962
16963 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
16964
16965 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
16966 Reported by Jan Djärv <jan.h.d@swipnet.se>.
16967
16968 2007-09-10 Dave Love <fx@gnu.org>
16969
16970 * outline.el (outline-4, outline-5, outline-7):
16971 Move font-lock-builtin-face down from 4 to 7 to better keep the
16972 progression of color brightness, and to better match Org-mode's faces.
16973
16974 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
16975
16976 * progmodes/meta-mode.el (meta-font-lock-keywords)
16977 (font-lock-match-meta-declaration-item-and-skip-to-next)
16978 (meta-comment-indent, meta-indent-previous-line)
16979 (meta-indent-unfinished-line, meta-beginning-of-defun)
16980 (meta-end-of-defun, meta-common-initialization): Handle \f.
16981 (meta-indent-unfinished-line): Do not handle a `%' in a string as
16982 a comment-start.
16983
16984 * files.el (file-modes-char-to-who, file-modes-char-to-right)
16985 (file-modes-rights-to-number): Auxiliary functions for symbolic to
16986 numeric notation of file modes.
16987 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
16988 numeric value.
16989 (read-file-modes): New. Read either an octal value of a file mode or a
16990 symbolic value, and return its numeric value.
16991
16992 * dired-aux.el (dired-do-chmod): Change to use the built-in
16993 `set-file-modes' and the previous symbolic mode parsing functions.
16994
16995 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * textmodes/texinfo.el: Remove spurious * in docstrings.
16998 (texinfo-mode-syntax-table, texinfo-mode-map):
16999 Initialize in the declaration.
17000
17001 * tmm.el: Remove spurious * in docstrings.
17002 (tmm-prompt): Use with-current-buffer.
17003
17004 * vcursor.el: Remove spurious * in docstrings.
17005 (vcursor-map): Initialize in the declaration.
17006 (vcursor-use-vcursor-map): Use define-minor-mode.
17007 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17008
17009 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17010 Initialize in the declaration.
17011 (widget-minor-mode): Use define-minor-mode.
17012
17013 * woman.el (woman-mode-map, woman-syntax-table):
17014 Initialize in the declaration.
17015
17016 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17017
17018 * doc-view.el: New file.
17019
17020 2007-09-09 Juri Linkov <juri@jurta.org>
17021
17022 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17023
17024 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17025
17026 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17027 to "Startup screen". Fix docstring.
17028 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17029 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17030 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17031 (initial-scratch-message): Fix docstring.
17032 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17033 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17034 Add link to "Customize Startup" and set interval between links to
17035 5 spaces.
17036 (fancy-about-text): Add links "Authors" and "Contributing".
17037 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17038 and "This is " on the about screen. Add link to
17039 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17040 For the about screen move emacs version to the header from
17041 `fancy-splash-tail' (as it's done already for normal about screen).
17042 (fancy-splash-tail): Insert emacs version only for startup screen.
17043 (normal-splash-screen): Remove duplicate empty lines.
17044 (normal-about-screen): Add links "Authors" and "Contributing".
17045
17046 * menu-bar.el (menu-bar-help-menu):
17047 Move "About Emacs" and "About GNU" to the end of the Help menu.
17048 Move "Emacs Psychotherapist" after "Send Bug Report...".
17049 Move "External Packages" after "Find Emacs Packages".
17050
17051 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17052
17053 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17054 they are useless with the byte compiler.
17055 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17056 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17057 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17058 (tramp-file-name-real-host, tramp-file-name-port)
17059 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17060 defuns.
17061
17062 * net/tramp-cache.el (top): Improve error message when
17063 `tramp-persistency-file-name' is corrupted.
17064
17065 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17066
17067 * textmodes/org.el (org-re): Also replace the :alpha: class.
17068 (org-todo-tag-alist): Variable removed.
17069 (org-todo-key-alist, org-todo-key-trigger): New variables.
17070 (org-use-fast-todo-selection): New option.
17071 (org-log-done): Docstring fixed.
17072 (org-deadline-warning-days): New default value 14.
17073 (org-edit-timestamp-down-means-later): New option.
17074 (org-tag-alist): Docstring fixed.
17075 (org-fast-tag-selection-include-todo): New option.
17076 (org-export-language-setup): New languages added.
17077 (org-set-regexps-and-options): Compute the new variables.
17078 (org-paste-subtree): Cleaning up.
17079 (org-remember-apply-template): New escape %A.
17080 (org-todo): Call fast TODO selection.
17081 (org-fast-todo-selection): New function.
17082 (org-add-log-note): Allow prefix for abort exit.
17083 (org-at-property-p, org-entry-properties)
17084 (org-columns-get-autowidth-alist): Use :alpha: class.
17085 (org-get-wdays): New function.
17086 (org-agenda-remove-date): New variable.
17087 (org-agenda-get-deadlines): Use `org-get-wdays'.
17088 (org-agenda-get-deadlines): Reverse ee before returning.
17089 (org-format-agenda-item): New argument REMOVE-RE.
17090 (org-agenda-convert-date): Baha'i calendar added.
17091 (org-infile-export-plist): Also find DATE line.
17092 (org-get-min-level): New function.
17093 (org-export-as-html, org-export-as-ascii): Use the date format.
17094 (org-shiftup, org-shiftdown): Use.
17095 `org-edit-timestamp-down-means-later'.
17096 (org-assign-fast-keys): New function.
17097
17098 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17099
17100 * cus-start.el (all): Add prefer-window-split-horizontally from
17101 window.c.
17102
17103 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17104
17105 * net/browse-url.el (browse-url-galeon): Fix last change.
17106 (top-level): Require cl when compiling.
17107
17108 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17109
17110 * textmodes/org-export-latex.el: arch-tag restored.
17111
17112 * textmodes/org-publish.el: arch-tag restored.
17113
17114 2007-09-08 Masatake YAMATO <jet@gyve.org>
17115
17116 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17117
17118 * progmodes/cc-langs.el: Support new keywords added to
17119 objective-c frontend of gcc.
17120 (c-simple-stmt-kwds): Add @throw.
17121 (c-block-stmt-2-kwds): Add @synchronized.
17122 (c-block-stmt-1-kwds): Add @finally and @try.
17123
17124 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17125
17126 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17127 (org-agenda-after-show-hook): New variable.
17128 (org-columns-compile-format)
17129 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17130 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17131 property names.
17132 (org-get-wdays): New function.
17133
17134 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17137
17138 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17139
17140 * vc-arch.el (vc-arch-checkin): Fix typo.
17141
17142 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17143
17144 * cus-face.el (custom-theme-set-faces): Set face attributes
17145 locally for each frame.
17146
17147 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17148
17149 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17150 via font-lock-defaults.
17151
17152 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17153 derived-mode-p.
17154
17155 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17156
17157 * progmodes/autoconf.el (autoconf-definition-regexp):
17158 Handle optional square brackets around definition name.
17159
17160 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17161
17162 * net/browse-url.el (browse-url-browser-function): Add elinks.
17163 (browse-url-elinks-wrapper): New option.
17164 (browse-url-encode-url, browse-url-elinks)
17165 (browse-url-elinks-sentinel): New functions.
17166 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17167 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17168 Use new function browse-url-encode-url.
17169
17170 2007-09-07 Glenn Morris <rgm@gnu.org>
17171
17172 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17173 say if multi-tty is present.
17174
17175 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * cus-start.el (split-window-preferred-function): Add custom info.
17178
17179 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17180 (calendar-mark-holidays, calendar-list-holidays)
17181 (holiday-filter-visible-calendar): New names to clean up namespace.
17182 (filter-visible-calendar-holidays, list-calendar-holidays)
17183 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17184 Add compatibility aliases.
17185 (calendar-check-holidays, calendar-mark-holidays)
17186 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17187 (holiday-sexp): Replace append with list.
17188 (holiday-filter-visible-calendar): Replace append with push.
17189
17190 * woman.el: Remove spurious * in docstrings.
17191 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17192 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17193 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17194 (woman-write-directory-cache, woman-display-extended-fonts)
17195 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17196 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17197 (woman-mode): Use inhibit-read-only.
17198 (woman-negative-vertical-space): Use dotimes.
17199 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17200
17201 2007-09-06 Romain Francoise <romain@orebokech.com>
17202
17203 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17204 (vc-bzr-workfile-version): Use it.
17205
17206 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17207
17208 * complete.el (PC-do-completion): Don't try to treat
17209 empty string as an abbreviation.
17210
17211 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17212
17213 * help-fns.el (describe-variable): Keep doc's text properties.
17214
17215 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17216
17217 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17218 instead of a file.
17219
17220 2007-09-06 Glenn Morris <rgm@gnu.org>
17221
17222 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17223 (checkdoc-minor-mode): Allow user to specify lighter via
17224 checkdoc-minor-mode-string.
17225
17226 2007-09-05 Richard Stallman <rms@gnu.org>
17227
17228 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17229 Several items removed, simplified, or put on one line.
17230 (fancy-about-text): Add substantial contents, part of startup text.
17231 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17232 (normal-splash-screen): Call normal-mouse-startup-screen,
17233 normal-no-mouse-startup-screen, or normal-about-screen.
17234 (normal-mouse-startup-screen): New fn, broken out, shortened.
17235 (normal-no-mouse-startup-screen): New fn, broken out.
17236 (normal-about-screen): New function, contents all new.
17237
17238 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17239
17240 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17241
17242 2007-09-05 Glenn Morris <rgm@gnu.org>
17243
17244 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17245 is bound.
17246
17247 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17248
17249 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17250 in doc string.
17251
17252 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17253
17254 * server.el (server-start, server-unload-hook): Undo previous change.
17255
17256 * xt-mouse.el: Undo previous change.
17257
17258 2007-09-04 Juri Linkov <juri@jurta.org>
17259
17260 * startup.el (fancy-about-text): New variable.
17261 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17262 (fancy-current-text, fancy-splash-stop-time)
17263 (fancy-splash-outer-buffer): Remove variables.
17264 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17265 `startup' and use it to conditionally display different texts for
17266 Startup and About screens. Don't display Help commands on the About
17267 screen.
17268 (fancy-splash-screens-1): Remove function and move its content to
17269 `fancy-splash-screens' to the part that dislpays the About screen.
17270 (exit-splash-screen): Don't treat specially exiting from
17271 alternating screens.
17272 (fancy-splash-screens): Rename argument `static' to `startup'.
17273 Fix docstring. Remove code for displaying alternating screens.
17274 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17275 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17276 for `inhibit-read-only'.
17277 (normal-splash-screen): Rename argument `static' to `startup'.
17278 Fix docstring. Use argument `startup' to conditionally display
17279 different texts for Startup and About screens. Don't display Help
17280 commands on the About screen. Remove `unwind-protect' `sit-for'
17281 delay and `kill-buffer' after it.
17282 (display-startup-echo-area-message): Remove call to
17283 `use-fancy-splash-screens-p' because image.el is preloaded and
17284 doesn't display "Loading image... done".
17285 (display-splash-screen): Rename argument `static' to `startup'.
17286 Fix docstring.
17287
17288 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17289
17290 * server.el (server-start, server-unload-hook):
17291 suspend-tty-functions has been renamed to suspend-tty-hook.
17292
17293 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17294 resume-tty-hook.
17295
17296 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17297
17298 * loadup.el: Fix merge problem, only load "button" once.
17299
17300 2007-09-03 Glenn Morris <rgm@gnu.org>
17301
17302 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17303 "Working file:" as the prefix, for the sake of
17304 log-view-current-file.
17305
17306 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17307
17308 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17309 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17310 if the selected frames is in
17311 xterm-modify-other-keys-terminal-list.
17312 (xterm-turn-off-modify-other-keys): Add an optional frame
17313 parameter. Only turn off modify-other-keys if FRAME is in
17314 xterm-modify-other-keys-terminal-list.
17315 (xterm-remove-modify-other-keys): New function.
17316 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17317 Add the selected frame to xterm-modify-other-keys-terminal-list.
17318
17319 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17320
17321 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17322 (icon-map-list): New variable.
17323 (x-gtk-map-stock): Use icon-map-list.
17324
17325 2007-09-02 Romain Francoise <romain@orebokech.com>
17326
17327 * log-view.el (log-view-current-file): Balance parens.
17328
17329 2007-09-02 Glenn Morris <rgm@gnu.org>
17330
17331 * comint.el (comint-mode): Don't set scroll-conservatively.
17332
17333 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17334 non-command arguments.
17335
17336 * log-view.el (log-view-current-file): Give a more explicit error
17337 if log-view-file-re fails to find a match.
17338
17339 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17340
17341 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17342 Fix bug: Don't expand top-level file name more than once.
17343 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17344
17345 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * server.el (server-process-filter): Don't display the splash screen.
17348 It's annoying enough on the initial screen and becomes positively
17349 obnoxious here.
17350
17351 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17354 Change naming to use "avl-tree--" for internal functions.
17355
17356 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17357
17358 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17359 the merge.
17360 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17361 (provide): Move to the end of file.
17362
17363 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17364
17365 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17366
17367 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17368 New variable. List of exceptions for the duplicated word rule.
17369 (flyspell-mark-duplications-flag): Mention it.
17370 (flyspell-word): Treat it.
17371
17372 * files.el (create-file-buffer): If the filename sans directory starts
17373 with spaces, remove them.
17374
17375 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17376
17377 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17378 (x-gtk-map-stock): Use two directory elements when matching
17379 file name.
17380
17381 2007-08-31 James Wright <james@chumsley.org>
17382
17383 * eshell/em-unix.el (eshell/info): New function.
17384
17385 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17386
17387 * frame.el (frame-initialize, make-frame):
17388 * server.el (server-process-filter):
17389 * faces.el (tty-set-up-initial-frame-faces): Don't set
17390 term-environment-variable since it's not used any more.
17391
17392 * env.el (setenv): Don't treat $TERM specially.
17393
17394 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17395 stated otherwise, subprocesses do not send back escape sequences
17396 corresponding to the terminal from which Emacs was started.
17397
17398 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17399
17400 * calculator.el: Require cl for compilation.
17401
17402 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17403
17404 * outline.el (outline-font-lock-levels): Comment out unused var.
17405 (outline-font-lock-face): Wrap around face list to handle any
17406 nesting depth gracefully.
17407
17408 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17409
17410 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17411 `set-file-times'.
17412
17413 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17414
17415 * textmodes/org.el (org-export-visible): Fix drawers before export.
17416 (org-do-sort): Allow sorting by priority.
17417 (org-agenda-files): Ignore non-existing files.
17418 (org-agenda-skip-unavailable-files): New variable.
17419 (org-ellipsis): All a face as value.
17420 (org-mode): Interprete the face value of `org-ellipsis'.
17421 (org-archive-save-context-info): New option.
17422 (org-archive-subtree): Store context info in archived entry.
17423 (org-fast-tag-selection-can-set-todo-state): New variable.
17424 (org-fast-tag-selection): Allow setting TODO states through this
17425 interface.
17426 (org-cycle): Docstring updated.
17427 (org-todo-keyword-faces): New option.
17428 (org-get-todo-face): New function.
17429 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17430 Use `org-get-todo-face'.
17431 (org-switch-to-buffer-other-window): New function.
17432 (org-table-edit-field, org-table-show-reference)
17433 (org-table-edit-formulas, org-add-log-note)
17434 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17435 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17436 `switch-to-buffer-other-window' to make sure that the temporary
17437 windows show up on the current frame.
17438 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17439 (org-get-entries-from-diary, org-replace-region-by-html):
17440 Don't allow pop-up frames.
17441 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17442 Fix problems with time-of-day.
17443 (org-export-get-title-from-subtree): New function.
17444 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17445 with listing items that are DONE.
17446 (org-change-tag-in-region): New command.
17447 (org-agenda-skip-scheduled-if-done)
17448 (org-agenda-skip-deadline-if-done): Docstring clarified.
17449 (org-mode): Hide drawers on startup.
17450 (org-get-todo-face): New function.
17451 (org-todo-keyword-faces): New option.
17452 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17453 (org-remove-keyword-keys): New function.
17454
17455 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17456
17457 * progmodes/grep.el (grep-find-ignored-directories):
17458 Add monotone _MTN bookkeeping directory in workspaces.
17459 Add RCS control directory. List items in alphabetical order.
17460
17461 * progmodes/grep.el (grep-files-aliases): Add cc alias.
17462 Sort items in alphabetical order. Fix parens.
17463
17464 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17465
17466 * vc-hg.el (vc-hg-extra-menu-map): New variable.
17467 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17468 (vc-hg-pull): New functions.
17469 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17470
17471 * term/mac-win.el: Don't require url, only autoloaded url
17472 functions are used in this file.
17473
17474 2007-08-29 Andreas Schwab <schwab@suse.de>
17475
17476 * shell.el (shell): Return correct value from interactive spec.
17477
17478 2007-08-29 Glenn Morris <rgm@gnu.org>
17479
17480 * version.el (emacs-version): Increase to 23.0.50.
17481
17482 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
17483
17484 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17485
17486 2007-08-29 Juri Linkov <juri@jurta.org>
17487
17488 * loadup.el: Add "button" loading after "faces" and move "startup"
17489 to load after "button".
17490
17491 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17492
17493 * loadup.el: Load term/mac-win on a Mac using Carbon.
17494
17495 * term/mac-win.el: Provide mac-win.
17496 (mac-initialized): New variable.
17497 (mac-initialize-window-system): New function. Move global setup here.
17498 (handle-args-function-alist, frame-creation-function-alist):
17499 (window-system-initialization-alist): Add mac entries.
17500 (x-setup-function-keys): New function containing all the
17501 top level function key definitions.
17502
17503 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17504
17505 * env.el (read-envvar-name): Don't consider the environment frame param.
17506
17507 * env.el (setenv):
17508 * frame.el (frame-initialize, make-frame):
17509 * faces.el (tty-set-up-initial-frame-faces):
17510 * server.el (server-process-filter): Set
17511 display-environment-variable and term-environment-variable.
17512
17513 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17514
17515 2007-08-29 Jason Rumney <jasonr@gnu.org>
17516
17517 * loadup.el: Only load term/x-win when X is compiled in.
17518 Load term/w32-win and dependencies on windows-nt.
17519
17520 * term/w32-win.el: Reorder to match x-win.el more closely.
17521 Provide w32-win. Don't throw error when global window-system not w32.
17522 (internal-face-interactive): Remove obsolete function.
17523 (x-setup-function-keys): Use local-function-key-map.
17524 (w32-initialized): New variable.
17525 (w32-initialize-window-system): Set it.
17526 Move more global setup here.
17527 (x-setup-function-keys): New function.
17528 (w32-initialize-window-system): Move non function key global setup here.
17529 (x-cut-buffer-max): Remove.
17530 (w32-initialize-window-system): New function.
17531 (handle-args-function-alist, frame-creation-function-alist):
17532 (window-system-initialization-alist): Add w32 entries.
17533
17534 2007-08-29 David Kastrup <dak@gnu.org>
17535
17536 * env.el (getenv): Pass frame to getenv-internal.
17537
17538 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
17539
17540 * version.el (emacs-version): Show if multi-tty is present.
17541
17542 * loadup.el: Delay loading env; mule-conf gets confused by cl
17543 during bootstrap. Also load termdev and term/x-win.
17544
17545 * bindings.el (mode-line-client): New variable.
17546 (help-echo): Add it to the default mode-line format.
17547
17548 * cus-start.el: Remove bogus window-system reference from GTK test.
17549
17550 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17551 (ebrowse-electric-position-mode-map):
17552 * ebuff-menu.el (electric-buffer-menu-mode-map):
17553 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17554 not `suspend-emacs'.
17555
17556 * ediff-wind.el (ediff-setup-windows-automatic): New function.
17557 (ediff-window-setup-function): Use it as default.
17558
17559 * files.el (save-buffers-kill-terminal): New function.
17560 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17561
17562 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17563 and `with-selected-frame'.
17564
17565 * help-fns.el (describe-variable): Describe frame-local variables
17566 correctly.
17567
17568 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17569 display support.
17570 (normal-erase-is-backspace-setup-frame): New function.
17571
17572 * subr.el (with-selected-frame): New function.
17573 (read-quoted-char): Use terminal-local binding of
17574 local-function-key-map instead of function-key-map.
17575
17576 * talk.el (talk): New function.
17577 (talk-handle-delete-frame): New function.
17578 (talk-add-display): Open a new frame only if FRAME was not a frame.
17579
17580 * termdev.el: New file.
17581
17582 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
17583 * term/x-win.el: Don't bind f10.
17584 * tmm.el: Remove autoload binding for f10.
17585
17586 * international/encoded-kb.el (encoded-kbd-setup-display): Use
17587 `set-input-meta-mode'. Fix broken condition before set-input-mode.
17588 Store the saved input method as a terminal parameter. Add keymap
17589 parameter. Use it instead of changing key-translation-map directly.
17590 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17591 Remove.
17592 (encoded-kbd-setup-display): New function.
17593
17594 * international/mule-cmds.el (set-locale-environment): Fix getenv
17595 call. Use save-buffers-kill-terminal. Ignore window-system; always
17596 set the keyboard coding system. Add DISPLAY parameter.
17597 (set-display-table-and-terminal-coding-system): Add DISPLAY
17598 parameter. Pass it to set-terminal-coding-system.
17599
17600 * international/mule.el (keyboard-coding-system): Test for
17601 encoded-kbd-setup-display, not encoded-kbd-mode.
17602 (set-terminal-coding-system, set-keyboard-coding-system): Add
17603 DISPLAY parameter.
17604 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17605
17606 * term/README: Update.
17607
17608 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17609
17610 * term/x-win.el (x-setup-function-keys): New function. Move
17611 function-key-map tweaks here. Protect against multiple calls on
17612 the same terminal. Use terminal-local binding of
17613 local-function-key-map instead of function-key-map.
17614 (x-initialize-window-system): Make a copy of pure list. Pass a
17615 frame getenv.
17616
17617 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17618 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17619 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17620 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17621 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17622 local-function-key-map instead of function-key-map.
17623
17624 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17625 `substitute-key-definition' and `define-key' calls against
17626 multiple execution. Use terminal-local binding of
17627 local-function-key-map instead of function-key-map. Pass a frame
17628 to getenv.
17629
17630 * edmacro.el (edmacro-format-keys):
17631 * emulation/cua-base.el (cua--pre-command-handler):
17632 * isearch.el (isearch-other-meta-char):
17633 * xt-mouse.el: Use terminal-local binding of
17634 local-function-key-map instead of function-key-map.
17635
17636 * fringe.el (set-fringe-mode): Simplify and fix using
17637 `modify-all-frames-parameters'.
17638 * scroll-bar.el (set-scroll-bar-mode): Ditto.
17639 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
17640 check before calling `tool-bar-setup'.
17641 (tool-bar-setup): New variable.
17642 (tool-bar-setup): Use it to guard against multiple calls. Add
17643 optional frame parameter, and select that frame before adding items.
17644 (toggle-tool-bar-mode-from-frame): New function.
17645
17646 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17647 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17648 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17649 "Tool-bar" toggles to reflect the state of the current frame.
17650 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17651
17652 * env.el: Require cl for byte compilation (for `block' and `return').
17653 (environment, setenv-internal): New functions.
17654 (let-environment): New macro.
17655 (setenv, getenv): Add optional terminal parameter. Update docs.
17656 (setenv): Use setenv-internal. Always set process-environment.
17657 Handle `local-environment-variables'.
17658 (read-envvar-name, setenv, getenv): Use frame parameters
17659 to store the local environment, not terminal parameters. Include
17660 `process-environment' as well.
17661
17662 * faces.el (tty-run-terminal-initialization): New function.
17663 (tty-create-frame-with-faces): Use it. Set up faces and
17664 background mode only after the terminal has been initialized.
17665 Call terminal-init-*. Don't load the initialization file more
17666 than once. Call set-locale-environment.
17667 (frame-set-background-mode): Handle the 'background-mode terminal
17668 parameter.
17669 (tty-find-type): New function.
17670 (x-create-frame-with-faces): Remove bogus check for
17671 first frame. Call `tool-bar-setup'. Don't make frame visible
17672 until we are done setting up all its parameters. Call
17673 x-setup-function-keys.
17674
17675 * frame.el (make-frame): Always inherit 'environment and 'client
17676 parameters. Set up the 'environment frame parameter, when needed.
17677 Also inherit 'client parameter. Don't override explicitly
17678 specified values with inherited ones. Add 'terminal frame
17679 parameter. Append window-system-default-frame-alist to parameters
17680 before calling frame-creation-function.
17681 (frame-initialize): Copy the environment from the initial frame.
17682 (window-system-default-frame-alist): Enhance doc string.
17683 (frame-notice-user-settings): Don't put 'tool-bar-lines in
17684 `default-frame-alist' when initial frame is on a tty.
17685 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17686 Remove specified parameters from `window-system-default-frame-alist'.
17687 (make-frame-on-tty, framep-on-display, suspend-frame):
17688 Extend doc string, update parameter names.
17689 (frames-on-display-list): Use terminal-id to get the display id.
17690 (frame-notice-user-settings): Extend to apply
17691 settings in `window-system-default-frame-alist' as well.
17692 (terminal-id, terminal-parameters, terminal-parameter)
17693 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17694 (delete-frame-functions): Add to `delete-frame-functions' hook.
17695 (blink-cursor-mode): Adapt blink-cursor-mode default
17696 value from startup.el.
17697 (make-frame-on-display): Protect condition on x-initialized when
17698 x-win.el is not loaded. Update doc.
17699 (suspend-frame): Use display-controlling-tty-p to decide between
17700 suspend-emacs and suspend-tty.
17701 (frames-on-display-list): Update for display ids.
17702 (framep-on-display): Ditto.
17703 (suspend-frame): Use display-name, not frame-tty-name.
17704 (selected-terminal): New function.
17705
17706 * server.el: Use `device' instead of `display' or `display-id' in
17707 variable and client parameter names.
17708 (server-select-display): Remove (unused).
17709 (server-tty-live-p, server-handle-delete-tty): Remove.
17710 (server-unquote-arg, server-quote-arg, server-buffer-clients):
17711 Update docs.
17712 (server-getenv-from, server-with-environment, server-send-string)
17713 (server-save-buffers-kill-terminal): New functions.
17714 (server-delete-client): Handle quits in kill-buffer. Don't kill
17715 modified buffers. Add extra logging. Delete frames after
17716 deleting the tty. Clear 'client parameter before deleting a frame.
17717 Use delete-display, not delete-tty.
17718 (server-visit-files): Don't set `server-existing-buffer' if the
17719 buffer already has other clients. Return list of buffers
17720 created. Update doc. Don't set client-record when nowait.
17721 (server-handle-delete-frame): Delete the client if this was its
17722 last frame. Check that the frame is alive. Remove bogus comment.
17723 Add note on possible race condition. Delete tty clients, if needed.
17724 (server-handle-suspend-tty): Use server-send-string. Kill the
17725 client in case of errors from process-send-string. Use the display
17726 parameter.
17727 (server-unload-hook): Remove obsolete delete-tty hook.
17728 (server-start): Ask before restarting if the old server still has
17729 clients. Add feedback messages. Remove obsolete delete-tty hook.
17730 (server-process-filter): Use server-send-string. Accept `-dir'
17731 command. Switch to *scratch* immediately after creating the frame,
17732 before evaluating any -evals. Protect `display-splash-screen'
17733 call in a condition-case. Explain why. Call
17734 `display-startup-echo-area-message' before
17735 `display-splash-screen'. Don't display the splash screen when no
17736 frame was created. Show the Emacs splash screen and startup echo
17737 area message. Display the *scratch* buffer by default. Store the
17738 local environment in a frame (not terminal) parameter. Do not try
17739 to decode environment strings. Fix reference to the 'display
17740 frame parameter. Change syntax of environment variables. Put
17741 environment into terminal parameters, not client parameters. Use
17742 a dummy client with --no-wait's X frames. In `-position LINE'
17743 handler, don't ruin the request string until the line number is
17744 extracted. Log opened files. Handle -current-frame command.
17745 Don't create frames when it is given. Don't bind X frames to the
17746 client when we are in -no-wait mode. Set locale environment
17747 variables from client while creating tty frames. Disable call to
17748 configure-display-for-locale. When processing -position command,
17749 don't change the request string until the parameters are
17750 extracted. Don't try to create an X frame when Emacs does not
17751 support it. Improve logging. Temporarily set ncurses-related
17752 environment variables to those of the client while creating a new
17753 tty frame. Select buffers opened by nowait clients, don't leave
17754 them buried under others. Set the display parameter, and use it
17755 when appropriate.
17756
17757 * startup.el (display-startup-echo-area-message): Handle
17758 `inhibit-startup-echo-area-message' here.
17759 (command-line-1): Moved from here.
17760 (fancy-splash-screens): Use `overriding-local-map' instead of
17761 `overriding-terminal-local-map' for now; the latter doesn't work
17762 right, it looses keypresses to another terminal. Use
17763 `overriding-terminal-local-map' to set up keymap. Install a
17764 `delete-frame-functions' hook to catch `delete-frame' events.
17765 Ignore `select-window' events to cope better with
17766 `focus-follows-mouse'. Don't switch back to the original buffer
17767 if the splash frame has been killed. Restore previous buffer, even
17768 if it's *scratch*.
17769 (normal-splash-screen): Don't let-bind `mode-line-format'; it
17770 changes the global binding - setq it instead. Use
17771 `save-buffers-kill-terminal'.
17772 (display-splash-screen): Don't do anything if the splash screen is
17773 already displayed elsewhere.
17774 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
17775 (command-line): Replace duplicated code with a call to
17776 tty-run-terminal-initialization. Don't load the terminal
17777 initialization file more than once. Remove call to nonexistent
17778 function `set-locale-translation-file-name'.
17779
17780 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
17781 parameters.
17782 (xterm-mouse-position-function, xterm-mouse-event): Update.
17783 (xterm-mouse-mode): Don't depend on current value of window-system.
17784 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17785 Update for multi-tty.
17786 (turn-on-xterm-mouse-tracking-on-terminal)
17787 (turn-off-xterm-mouse-tracking-on-terminal)
17788 (xterm-mouse-handle-delete-frame): New functions.
17789 (delete-frame-functions, after-make-frame-functions)
17790 (suspend-tty-functions, resume-tty-functions): Install extra hooks
17791 for multi-tty.
17792
17793 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * simple.el (invisible-p): Remove: implemented in C now.
17796 (line-move-invisible-p): Remove obsolete alias.
17797
17798 2007-08-28 Juri Linkov <juri@jurta.org>
17799
17800 * image-mode.el (image-type): New variable.
17801 (image-mode): Set default major mode name to "Image[text]".
17802 (image-minor-mode): Change LIGHTER to display image-type in the
17803 mode line.
17804 (image-minor-mode): Set default image-type to "text".
17805 (image-toggle-display): After switching to text mode, set
17806 image-type to "text" and major mode name to "Image[text]".
17807 After switching to image mode, set image-type to actual image
17808 type, and add image type to major mode name. Let-bind the same
17809 variable names as arguments of `image-type' and `create-image'.
17810 Bind `type' to the result of `image-type' and use it as arg
17811 of `create-image' to not determine the image type twice.
17812
17813 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
17814
17815 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
17816 (tramp-set-file-uid-gid, tramp-get-local-uid)
17817 (tramp-get-local-gid): New defuns.
17818 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
17819 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
17820 Improve fast track.
17821 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
17822 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
17823 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
17824 (tramp-handle-write-region): Improve fast track.
17825 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
17826 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
17827 be nil.
17828
17829 2007-08-28 Ivan Kanis <apple@kanis.eu>
17830
17831 * time.el: New feature to display several time zones in a buffer.
17832 (display-time-world-mode, display-time-world-display)
17833 (display-time-world, display-time-world-timer): New functions.
17834 (display-time-world-list, display-time-world-time-format)
17835 (display-time-world-buffer-name, display-time-world-timer-enable)
17836 (display-time-world-timer-second, display-time-world-mode-map):
17837 New variables.
17838
17839 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
17840
17841 * term/x-win.el (x-gtk-stock-map): New variable.
17842 (x-gtk-map-stock): New function.
17843
17844 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
17845 prev/next-node.
17846
17847 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
17848
17849 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
17850
17851 2007-08-28 Glenn Morris <rgm@gnu.org>
17852
17853 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
17854
17855 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
17856
17857 * progmodes/modula2.el (m2-definition, m2-module):
17858 Don't use previous-line. Reported by T. V. Raman.
17859
17860 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17861
17862 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
17863 argument to tool-bar-mode call.
17864
17865 2007-08-27 Glenn Morris <rgm@gnu.org>
17866
17867 * diff-mode.el (diff-find-file-name): Only accept regular files,
17868 to rule out /dev/null, directories, etc.
17869
17870 * vc-svn.el (vc-svn-diff): If the repository version of all the
17871 files is the same as the specified OLDVERS, do a local diff.
17872
17873 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
17876 of buffers in uniquify-managed.
17877
17878 * simple.el (invisible-p): Rename from text-invisible-p.
17879 Update callers.
17880
17881 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
17882 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
17883 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
17884 (cperl-etags-goto-tag-location): Use new style backquotes.
17885
17886 * net/browse-url.el: Remove spurious * in custom docstrings.
17887 (browse-url-filename-alist): Use new-style backquote.
17888
17889 * emacs-lisp/backquote.el (backquote-unquote-symbol)
17890 (backquote-splice-symbol): Clarify they're not new-style unquotes.
17891
17892 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
17893 (\,@): Backslash the , and ,@ which are not new-style unquotes.
17894
17895 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
17896
17897 * net/socks.el (socks-username/password-auth-filter):
17898 Remove unused vars `state' and `desired-len'.
17899 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
17900 (socks-wait-for-state-change): Use new-style backquotes.
17901
17902 * pcvs.el (cvs-mode-status): Fix long-standing typo.
17903
17904 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
17905 backquotes after each `read' rather than once per buffer.
17906
17907 * dframe.el: Remove spurious * in custom docstrings.
17908 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
17909 (dframe-xemacs20p): Remove, inline at the sole use point.
17910 (defface): Don't defvar the face, don't use old-style backquote.
17911 (defcustom): Don't use old-style backquote.
17912 (dframe-frame-parameter, dframe-mouse-event-p):
17913 Make it obvious that it's always defined.
17914 (dframe-popup-kludge): New function to replace
17915 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
17916 (dframe-frame-mode, dframe-set-timer-internal)
17917 (dframe-mouse-set-point): Remove use of with-no-warnings from
17918 XEmacs-specific code.
17919 (dframe-set-timer-internal): Fix very old bug with
17920 post-command-idle-hook.
17921
17922 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
17923
17924 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
17925 warning if the file uses old style backquotes.
17926
17927 * emacs-lisp/bytecomp.el (byte-compile-log-file)
17928 (byte-recompile-directory, byte-compile-file)
17929 (byte-compile-from-buffer): Use with-current-buffer.
17930
17931 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
17932 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
17933 (line-move-1, line-move-finish, line-move-to-column)
17934 (move-end-of-line, move-beginning-of-line): Use new name.
17935
17936 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
17937
17938 * progmodes/ada-mode.el: Fix up comment style in header.
17939 (ada-check-emacs-version): Remove.
17940 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
17941 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
17942 to try and quieten the byte-compiler.
17943 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
17944
17945 * vc.el (vc-annotate-warp-version): Don't use previous-line.
17946
17947 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
17948
17949 * net/browse-url.el (browse-url-emacs): New function.
17950
17951 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
17952
17953 * emacs-lisp/avl-tree.el: New file.
17954
17955 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
17956
17957 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
17958 was used.
17959
17960 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
17961
17962 * complete.el (PC-do-completion): Make RET accept a non-unique but
17963 complete expansion again.
17964
17965 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
17966
17967 * eshell/esh-opt.el (eshell-eval-using-options):
17968 Add debug declaration.
17969
17970 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17971
17972 * log-view.el (log-view-toggle-mark-entry): Add docstring.
17973 (log-view-get-marked): Likewise.
17974
17975 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
17976 (vc-delete-automatic-version-backups): Likewise.
17977
17978 * vc.el (vc-dired-buffers-for-dir): Likewise.
17979
17980 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
17981
17982 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
17983 safe-local-variable setting.
17984 * progmodes/perl-mode.el (perl-indent-level): Likewise.
17985
17986 * log-view.el (log-view-marked-list): Delete variable.
17987 (log-view-mode): Don't use it.
17988 (log-view-toggle-mark-entry): Likewise, simplify.
17989 (log-view-current-tag): Don't return properties.
17990 (log-view-get-marked): New function.
17991
17992 2007-08-25 Alexandre Julliard <julliard@winehq.org>
17993
17994 * vc-git.el (vc-git-mode-line-string): New function.
17995
17996 2007-08-25 Alan Mackenzie <acm@muc.de>
17997
17998 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
17999 new language variable.
18000
18001 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18002 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18003 "extern" etc., rather than BOI. Fix addition of spurious
18004 syntactic-symbol 'defun-block-intro, replacing it with
18005 'innamespace, etc.
18006
18007 2007-08-25 Juri Linkov <juri@jurta.org>
18008
18009 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18010
18011 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18012 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18013 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18014
18015 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18016 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18017 (image-type-auto-detectable): Add (svg . maybe).
18018
18019 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18020 to treat it like .tgz.
18021
18022 * calendar/cal-bahai.el: Add file coding cookie.
18023
18024 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18025
18026 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18027 Don't behave differently when executed via M-x. Add doc string.
18028
18029 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18030 safe-local-variable.
18031
18032 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18033
18034 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18035 the default value.
18036 (math-calendar-tzinfo): New variable.
18037 (math-get-calendar-tzinfo): New function.
18038 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18039 to get information when zone is nil.
18040
18041 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18042
18043 * log-view.el (log-view-toggle-mark-entry): New function.
18044 (log-view-mode-map): Bind it.
18045 (log-view-marked-list): New variable.
18046 (log-view-mode): Make it local.
18047
18048 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18049
18050 * play/zone.el (zone-pgm-rat-race): New func.
18051 (zone-programs): Add `zone-pgm-rat-race'.
18052
18053 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18056 a list.
18057
18058 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18059
18060 * progmodes/hideshow.el (hs-match-data): Delete alias.
18061 (hs-hide-block-at-point, hs-find-block-beginning)
18062 (hs-show-block): Use `match-data' directly.
18063
18064 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18065
18066 * format.el (format-alist): Fix typo in doc-string.
18067
18068 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18069
18070 * net/tramp.el (tramp-local-host-p): New defun.
18071 (tramp-handle-file-local-copy, tramp-handle-write-region):
18072 Implement fast track when being on the local host.
18073 (tramp-file-name-handler): Don't set "started" property. It shall
18074 be reserved for the "ftp" method.
18075 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18076
18077 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18078 (tramp-ftp-file-name-handler): Set "started" property.
18079
18080 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18081
18082 * files.el (backup-buffer-copy): Don't wrap delete in
18083 condition-case, only try to delete if file exists.
18084
18085 2007-08-24 Glenn Morris <rgm@gnu.org>
18086
18087 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18088
18089 * startup.el (tutorial-directory): Set with eval-at-startup so it
18090 gets the right value in an installed Emacs.
18091
18092 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18093
18094 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18095 (eldoc-highlight-function-argument): Use it.
18096
18097 2007-08-23 Masatake YAMATO <jet@gyve.org>
18098
18099 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18100 name of parameters in document body.
18101
18102 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18105 (byte-compile-output-as-comment): Use with-current-buffer rather than
18106 a weird set-buffer&prog1 combination.
18107
18108 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18109 test so as to optimise cases where the `progn's result is constant.
18110
18111 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18112
18113 * locate.el (locate-get-file-positions):
18114 Use line-beginning-position and line-end-position.
18115
18116 2007-08-23 John Wiegley <johnw@newartisans.com>
18117
18118 * calendar/cal-bahai.el: Added in the diacriticals that were
18119 missing for many of the month names.
18120
18121 2007-08-22 Jason Rumney <jasonr@gnu.org>
18122
18123 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18124
18125 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18128
18129 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18130
18131 * dabbrev.el (dabbrev--progress-reporter): New variable.
18132 (dabbrev--scanning-message): Delete func.
18133 (dabbrev--find-expansion): Use a progress reporter
18134 instead of dabbrev--scanning-message.
18135
18136 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18137
18138 * comint.el (comint-exec-1): Raise an error if
18139 `start-file-process' does not return a process object.
18140
18141 * shell.el (shell): Prompt for `default-directory' if it is a
18142 remote file name, and if called with a prefix arg.
18143
18144 2007-08-22 Sam Steingold <sds@gnu.org>
18145
18146 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18147
18148 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18149
18150 * textmodes/org-export-latex.el: New file.
18151
18152 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18153
18154 * textmodes/org.el (org-agenda-skip): Allow a form for
18155 `org-agenda-skip-function'.
18156 (org-agenda-redo): Re-use local settings.
18157 (org-agenda): Store local settings.
18158 (org-agenda-deadline-faces): New option.
18159 (org-agenda-deadline-face): New function.
18160 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18161 entries on their due date.
18162 (org-agenda-get-timestamps): No longer handle the due dates of
18163 schedules and deadline items.
18164 (org-insert-link-global, org-open-at-point-global): New commands.
18165 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18166 :for-ascii parameter.
18167 (org-skip-comments): Function removed.
18168 (org-cleaned-string-for-export): Handle special table lines.
18169 (org-global-properties): New option.
18170 (org-entry-get-with-inheritance): Check global properties.
18171 (org-local-properties): New variable.
18172 (org-set-regexps-and-options): Find the #+PROPERTY line.
18173 (org-link-types): Change type into variable (was constant).
18174 (org-make-link-regexps): New function.
18175 (org-link-re-with-space, org-link-re-with-space2)
18176 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18177 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18178 these regular expressions happens now in the function
18179 `org-make-link-regexps'.
18180 (org-store-link): Call the functions in
18181 `org-store-link-functions'.
18182 (org-add-link-type): New function.
18183 (org-store-link-functions): New variable.
18184 (org-activate-tags): Force matches to be in headlines.
18185 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18186 (org-columns-display-here): Make sure this works in a narrowed
18187 buffer by checking for point-min.
18188 (org-columns-display-here): Make the rest of the line intangible,
18189 so that point never can be there.
18190 (org-cleaned-string-for-export): Use `with-current-buffer'.
18191 (org-replace-region-by-html): Use `with-current-buffer'.
18192 (org-unfontify-region, org-do-occur, org-columns-display-here)
18193 (org-columns-remove-overlays, org-columns-quit)
18194 (org-columns-edit-value, org-columns-next-allowed-value)
18195 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18196 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18197 (org-agenda-todo, org-agenda-change-all-lines)
18198 (org-agenda-align-tags, org-agenda-priority)
18199 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18200 (org-agenda-show-new-time, org-cleaned-string-for-export)
18201 (org-export-grab-title-from-buffer)
18202 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18203 instead of `buffer-read-only'.
18204 (org-export-as-html): Set `coding-system-for-write'.
18205 (org-remember-store-without-prompt): New option.
18206 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18207 (org-beginning-of-line): Also treat C-a special in items.
18208 (org-table-convert-refs-to-rc): Fixed problem with column
18209 reference after "..".
18210 (org-columns-compute): Don't mark buffer modified because of text
18211 properties.
18212 (org-batch-store-agenda-views): Use the variable
18213 `default-directory', not the function.
18214 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18215 (org-clock-out-when-done): New option.
18216 (org-html-entities): Added HTML entities for smileys.
18217
18218 2007-08-22 Glenn Morris <rgm@gnu.org>
18219
18220 * image.el (create-image): Doc fix.
18221
18222 * startup.el (tutorial-directory): New constant.
18223 (fancy-splash-text): Tutorials now in tutorial-directory.
18224 * tutorial.el (help-with-tutorial): Tutorials now in
18225 tutorial-directory.
18226
18227 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18228
18229 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18230 otherwise.
18231 (tramp-get-remote-path): New defun. Replace occurrences of
18232 `tramp-default-remote-path' by this function.
18233 (tramp-set-remote-path): Move most of the code to
18234 `tramp-get-remote-path'.
18235 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18236 existing directories, this is done already in
18237 `tramp-get-remote-path'.
18238
18239 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18240
18241 * image-file.el (image-file-name-extensions): Add "svg".
18242 * image.el (image-type-header-regexps): Add svg entry.
18243
18244 2007-08-22 Glenn Morris <rgm@gnu.org>
18245
18246 * files.el (backup-buffer-copy): Check backup directory is
18247 writable, to avoid infloop deleting old backup.
18248
18249 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18250 movemail related variables.
18251 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18252 will now be set before this is called.
18253
18254 2007-08-21 Juri Linkov <juri@jurta.org>
18255
18256 * delsel.el (delete-selection-pre-hook):
18257 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18258 instead of checking last-command.
18259
18260 2007-08-21 Juri Linkov <juri@jurta.org>
18261
18262 * loadup.el: Preload "button".
18263
18264 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18267 Add previous-line and next-line.
18268
18269 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18270 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18271
18272 * vc-hooks.el (vc-menu-entry): New var.
18273 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18274 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18275 (vc-menu-map): Declare and initialize in one step.
18276 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18277
18278 * menu-bar.el (vc-menu-map): Don't setup any more.
18279 Instead, just create the proper spot in the menu.
18280
18281 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * smerge-mode.el (smerge-resolve): New arg `safe'.
18284 (smerge-resolve-all, smerge-batch-resolve): New function.
18285 (smerge-refine): Make sure `diff' returns the expected result.
18286 (smerge-parsep-re): New const.
18287 (smerge-mode): Use it to adjust paragraph-separate.
18288
18289 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18290 Correctly match / regexp matchers as first char on a line when
18291 fontifying only that line.
18292
18293 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18294
18295 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18296
18297 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18298 (vc-bzr-registered): Don't redundantly protect against
18299 file-error. Actually use the format-specific code.
18300 (vc-bzr-buffer-nonblank-p): Remove.
18301 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18302
18303 2007-08-20 Juri Linkov <juri@jurta.org>
18304
18305 * startup.el (fancy-splash-text): Change multiple tabs into one
18306 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18307 and "Recover Crashed Session").
18308 (fancy-splash-screens): Set tab-width to 22.
18309 (normal-splash-screen): Replace literal tabs with \t and
18310 fix whitespace. Remove "Useful File menu items" section (with
18311 "Exit Emacs" and "Recover Crashed Session").
18312
18313 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18314
18315 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18316 extracted from `eval-last-sexp-1'.
18317 (eval-last-sexp-1): Call `preceding-sexp'.
18318
18319 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18320
18321 * vc-rcs.el (vc-rcs-annotate-command):
18322 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18323 Add back :vc-annotate-prefix propertization.
18324
18325 2007-08-20 Andreas Schwab <schwab@suse.de>
18326
18327 * mail/rmail.el (rmail-autodetect): Doc fix.
18328
18329 2007-08-19 Juri Linkov <juri@jurta.org>
18330
18331 * startup.el (normal-splash-screen): Add more links.
18332
18333 2007-08-19 Juri Linkov <juri@jurta.org>
18334
18335 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18336 because it's common to both types of splash screen: fancy and normal.
18337 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18338 (exit-splash-screen): Rename from `fancy-splash-quit'.
18339 Use `quit-window' instead of `kill-buffer'.
18340 (fancy-splash-head): Use make-button to insert GNU image link.
18341 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18342 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18343 (normal-splash-screen): Put "Browse manuals" on the same line with
18344 "Emacs manual". Remove descriptions from "Useful tasks" and put
18345 all links in two columns on two lines.
18346
18347 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18348
18349 * emulation/viper.el (viper-remove-hooks): Remove some additional
18350 viper hooks when the user calls viper-go-away.
18351 (viper-go-away): Restore the default of default-major-mode.
18352 Save the value of default-major-mode before vaperization.
18353
18354 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18355
18356 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18357
18358 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18359 buffer for which file is created.
18360
18361 2007-08-19 Glenn Morris <rgm@gnu.org>
18362
18363 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18364 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18365 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18366 shadow files messing up the compilation.
18367
18368 2007-08-18 Glenn Morris <rgm@gnu.org>
18369
18370 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18371 string. Also apply eldoc-argument-case in the help-split-fundoc
18372 case. Adapt for changed behavior of eldoc-function-argstring,
18373 eldoc-function-argstring-format, and
18374 eldoc-highlight-function-argument.
18375 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18376 just call eldoc-docstring-format-sym-doc in that case.
18377 (eldoc-function-argstring): Change the behavior. Now it converts
18378 an argument list to a string.
18379 (eldoc-function-argstring-format): Change the behavior. Now it
18380 applies `eldoc-argument-case' to a string.
18381
18382 * progmodes/scheme.el (scheme-mode-variables): Set
18383 font-lock-comment-start-skip.
18384
18385 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18386
18387 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18388 set-syntax-table from here to ...
18389 (ada-mode): ... here. Do not change global value of
18390 comment-multi-line. Call new function
18391 ada-initialize-syntax-table-properties and add new function
18392 ada-handle-syntax-table-properties to font-lock-mode-hook.
18393 (ada-deactivate-properties, ada-initialize-properties): Replace
18394 by new functions ...
18395 (ada-handle-syntax-table-properties)
18396 (ada-initialize-syntax-table-properties)
18397 (ada-set-syntax-table-properties): ... to set up syntax-table
18398 properties uniformly, independently from whether font-lock-mode
18399 is enabled or not. Handle read-only buffers and do not change
18400 undo-list when setting syntax-table properties.
18401 (ada-after-change-function): Use ada-set-syntax-table-properties.
18402
18403 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18404
18405 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18406 (meta-indent-current-nesting): Use a computation of the nesting
18407 instead.
18408 (meta-indent-current-indentation): Indentation is given according
18409 to nesting and if the previous line was finished or not.
18410 (meta-indent-unfinished-line): Tell if the current line ends with
18411 a finished expression.
18412 (meta-indent-looking-at-code): Like `looking-at', but checks if
18413 the point is in a string before.
18414 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18415 done in the nesting function.
18416 (meta-indent-in-string-p): Tell if the current point is in a
18417 string.
18418 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18419 previous functions.
18420
18421 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18422
18423 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18424 (copyright-update-year, copyright-update)
18425 (copyright-fix-years): Use it.
18426
18427 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18428
18429 * emacs-lisp/copyright.el (copyright-update-year):
18430 Fix bug: Handle nil copyright-limit.
18431
18432 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18433
18434 * calc/calc-units.el (math-standard-units): Give exact
18435 conversion for tsp.
18436
18437 * calc/calc.el (math-bignum-digit-length): Compute the
18438 appropriate value.
18439
18440 * calc/calc-bin.el (math-bignum-logb-digit-size)
18441 (math-bignum-digit-power-of-two):
18442 * calc/calc-comb.el (math-small-factorial-table):
18443 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18444 (math-approx-gamma-const):
18445 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18446 (math-besY1, math-bernoulli-b-cache):
18447 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18448 Remove `eval-when-compile's.
18449
18450 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18451
18452 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18453 (cperl-find-pods-heres): Fix an error when typing expressions like
18454 `s{a}{b}'.
18455
18456 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18457
18458 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18459 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18460 a special case (there's no build number).
18461
18462 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
18463
18464 * completion.el (symbol-under-point, symbol-before-point)
18465 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18466
18467 2007-08-17 Glenn Morris <rgm@gnu.org>
18468
18469 * progmodes/compile.el (compilation-get-file-structure): Make use
18470 of the directory part when checking for an existing entry, to
18471 handle files with same basename in different directories.
18472
18473 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18474
18475 * calc/calc.el (calc-language-alist): Add texinfo-mode.
18476
18477 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18478
18479 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18480 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18481 (ps-paragraph-spacing): Docstring fix.
18482
18483 2007-08-16 Glenn Morris <rgm@gnu.org>
18484
18485 * ps-print.el (ps-font-size): Doc fix.
18486
18487 2007-08-16 Richard Stallman <rms@gnu.org>
18488
18489 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18490
18491 2007-08-15 Juri Linkov <juri@jurta.org>
18492
18493 * startup.el (initialization): Change parent group from `internal'
18494 to `environment'.
18495 (initial-buffer-choice): New variable.
18496 (command-line): Revert 2007-07-02 change that sets
18497 buffer-offer-save in *scratch* and enables auto-save in it.
18498 (fancy-splash-text): Add links to existing items. Add new items
18499 with links for useful tasks. Move information about Control-g to
18500 fancy-splash-head. Move "Emacs Guided Tour" to the end.
18501 (fancy-splash-keymap): New variable.
18502 (fancy-splash-last-input-event): Remove variable.
18503 (fancy-splash-insert): Add processing of `:link' element.
18504 (fancy-splash-head): Replace "Type Control-l to begin editing"
18505 with "Type `q' to exit".
18506 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18507 (fancy-splash-default-action, fancy-splash-special-event-action):
18508 Remove functions.
18509 (fancy-splash-quit): New function.
18510 (fancy-splash-screens): Rename input arg from `hide-on-input' to
18511 `static' and reverse the condition of its usage. Don't preserve
18512 original values of `minor-mode-map-alist',
18513 `emulation-mode-map-alists', `special-event-map'.
18514 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18515 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18516 Remove processing of special events. Use local key map
18517 `fancy-splash-keymap'. Set buffer to read-only.
18518 (normal-splash-screen): Rename input arg from `hide-on-input' to
18519 `static' and reverse the condition of its usage.
18520 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18521 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18522 Add links to existing items. Add new items with links for useful
18523 tasks. Use local key map `fancy-splash-keymap'.
18524 (display-splash-screen): Rename input arg from `hide-on-input' to
18525 `static'.
18526 (about-emacs): Add alias to display-splash-screen.
18527 (command-line-1): Use `initial-buffer-choice'.
18528
18529 * menu-bar.el (menu-bar-help-menu):
18530 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18531 item to about-emacs instead of display-splash-screen.
18532
18533 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
18534
18535 * calc/calc-units.el (math-standard-units): Update values.
18536 Put in exact, rational values when possible.
18537 (math-unit-prefixes): Replace floats with powers of ten.
18538 (math-standard-units-systems): Replace floats with integers.
18539 (math-make-unit-string): Remove extra spaces in output.
18540
18541 2007-08-15 Glenn Morris <rgm@gnu.org>
18542
18543 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18544 sloppier, for the sake of GNU Mailman.
18545 (rmail-digest-rfc1153): Initialize `result' correctly.
18546
18547 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
18548
18549 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18550 in the mail title. Suggested by Reiner Steib.
18551
18552 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
18553
18554 * calc/calc-aent.el (calc-do-quick-calc): Add binary
18555 representation of integers to the list of outputs.
18556
18557 2007-08-14 Glenn Morris <rgm@gnu.org>
18558
18559 * simple.el (bad-packages-alist): New constant.
18560 (bad-package-check): New function. Together, these two add elements
18561 to `after-load-alist' to check for problematic external packages.
18562 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18563
18564 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
18565
18566 * calc/calc-units.el (math-get-standard-units)
18567 (math-get-units, math-make-unit-string)
18568 (math-get-default-units, math-put-default-units): New functions.
18569 (math-default-units-table): New variable.
18570 (calc-convert-units, calc-convert-temperature): Add machinery
18571 to supply default values.
18572
18573 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
18574
18575 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18576 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18577 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18578 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18579
18580 * emulation/tpu-extras.el: Remove spurious * in docstrings.
18581 Put its autoloads into tpu-edt.el rather than loaddefs.el.
18582 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18583 Make into a proper minor-mode.
18584 (tpu-backward-char, tpu-next-line, tpu-previous-line)
18585 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18586 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18587 (tpu-set-cursor-free, tpu-set-cursor-bound):
18588 Delegate to tpu-cursor-free-mode.
18589 (tpu-next-line, tpu-previous-line, tpu-forward-line)
18590 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18591 Use line-move or forward-line instead of next-line-internal.
18592
18593 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
18594
18595 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18596
18597 2007-08-12 Richard Stallman <rms@gnu.org>
18598
18599 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18600 (cvs-execute-single-file): Use new name split-string-and-unquote.
18601 (cvs-header-msg): Use new name combine-and-quote-strings.
18602
18603 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18604
18605 * progmodes/gud.el (gud-common-init): Use new name
18606 split-string-and-unquote.
18607
18608 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18609 in javac regexp.
18610
18611 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18612 combine-and-quote-strings and split-string-and-unquote.
18613
18614 * subr.el (combine-and-quote-strings): Rename from strings->string.
18615 (split-string-and-unquote): Rename from string->strings.
18616
18617 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18620 to buffer-local settings.
18621
18622 * emacs-lisp/backquote.el (backquote-delay-process): New function.
18623 (backquote-process): Add internal arg `level'. Use the two to
18624 correctly handle nested backquotes.
18625
18626 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
18627
18628 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18629 (vc-bzr-state-words): Add "kind changed" state word.
18630 (vc-bzr-status): New function. Return Bzr idea of file status,
18631 which is different from VC's.
18632 (vc-bzr-state): Use vc-bzr-status.
18633 (vc-workfile-unchanged-p): Use vc-bzr-status.
18634 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18635 (vc-dired-state): Process "kind changed" state word.
18636
18637 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
18638
18639 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18640
18641 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18642 Move from vc-default-find-file-not-found-hook.
18643
18644 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18645
18646 * man.el: Remove spurious * in docstrings.
18647 Merge defvars and toplevel setq-defaults.
18648 (Man-highlight-references0): Limit=nil rather than point-max.
18649 (Man-mode-map): Move initialization into the declaration.
18650 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18651 (Man-view-header-file): Use expand-file-name rather than concat.
18652 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18653
18654 * man.el (Man-next-section): Make sure we do not move backward.
18655
18656 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18657
18658 * files.el (auto-mode-alist): Use the purecopied text (duh!).
18659
18660 2007-08-08 Glenn Morris <rgm@gnu.org>
18661
18662 * Replace `iff' in doc-strings and comments.
18663
18664 2007-08-08 Martin Rudalics <rudalics@gmx.at>
18665
18666 * dired.el (dired-pop-to-buffer):
18667 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18668 * calendar/calendar.el (generate-calendar-window):
18669 * progmodes/compile.el (compilation-set-window-height):
18670 * textmodes/two-column.el (2C-two-columns, 2C-merge):
18671 Use window-full-width-p instead of comparing frame-width and
18672 window-width.
18673
18674 * progmodes/compile.el (compilation-find-buffer): Remove extra
18675 argument in call to compilation-buffer-internal-p.
18676
18677 2007-08-07 Tom Tromey <tromey@redhat.com>
18678
18679 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18680 Add safe-local-variable property.
18681
18682 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18683
18684 * image-mode.el (image-toggle-display): Use image-refresh.
18685
18686 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
18687
18688 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18689 unofficial version.
18690 (vc-bzr-command): Remove redundant setting of process-connection-type.
18691 (vc-bzr-admin-checkout-format-file): Add autoload.
18692 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18693 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18694 (vc-bzr-registered): Compare dirstate format tag with known good
18695 value, abort parsing if match fails. Warn user in docstring.
18696 (vc-bzr-workfile-version): Case for different Bzr branch formats.
18697 See bzrlib/branch.py in Bzr sources.
18698 (vc-bzr-diff): First argument FILES may be a string rather than a list.
18699 (vc-bzr-shell-command): Remove in favor of
18700 vc-bzr-command-discarding-stderr.
18701 (vc-bzr-command-discarding-stderr): New function.
18702
18703 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
18704
18705 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18706 program, and return nil.
18707 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18708 (vc-bzr-state): Look for path names relative to the repository
18709 root after status keyword.
18710 (vc-bzr-file-name-relative): New function.
18711 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18712 depend on it.
18713 (vc-bzr-admin-dirname, ...-checkout-format-file)
18714 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18715 files that we now parse directly for speed.
18716 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18717 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18718 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18719 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
18720 Bzr warnings, so we must discard it.
18721 (vc-bzr-workfile-version): Speedup counting lines from
18722 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18723 if that file doesn't exist.
18724 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18725 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
18726 to `vc-directory-exclusion-list'.
18727 (vc-bzr-shell-command): New function.
18728
18729 2007-08-06 Tom Tromey <tromey@redhat.com>
18730
18731 * diff-mode.el (diff-unified->context, diff-reverse-direction)
18732 (diff-fixup-modifs): Typo in docstring.
18733
18734 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18737 count-screen-lines.
18738 (tpu-edt-off): Disable relevant pieces of advice.
18739
18740 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18741 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
18742 (newline, newline-and-indent, do-auto-fill): Use advice instead of
18743 redefining the function.
18744 (tpu-set-scroll-margins): Activate the pieces of advice.
18745
18746 2007-08-06 Martin Rudalics <rudalics@gmx.at>
18747
18748 * help.el (resize-temp-buffer-window): Use window-full-width-p
18749 instead of comparing frame-width and window-width.
18750
18751 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
18752
18753 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18754 optional quotes around files in NEED-UPDATE . REMOVED case.
18755
18756 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18757 (ada-treat-cmd-string): Improve error message.
18758 (ada-do-file-completion): Call `ada-require-project-file', so
18759 project variables are set properly.
18760 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18761 (ada-gnatfind-buffer-name): New constant.
18762 (ada-find-any-references): Use new constant. Set buffer name
18763 properly in compilation-start. Toggle read-only properly.
18764 (ada-find-in-src-path): Fix spelling error in docstring.
18765
18766 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
18767 by zero error.
18768
18769 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
18772
18773 2007-08-12 Richard Stallman <rms@gnu.org>
18774
18775 * progmodes/sh-script.el (sh): Delete group `unix'.
18776
18777 * progmodes/gud.el (gud): Change to group `processes'.
18778
18779 2007-08-11 Glenn Morris <rgm@gnu.org>
18780
18781 * progmodes/compile.el (compilation-buffer-name): Don't check
18782 compilation-arguments. It is superfluous, and the variable isn't
18783 even set when this function is called.
18784
18785 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18786
18787 * term/mac-win.el (mac-ae-reopen-application): New function.
18788 (mac-apple-event-map): Bind "reopen application" Apple event to it.
18789
18790 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18791
18792 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
18793 take tex-font-script-display into account.
18794 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
18795 cell to a list of 2 elements to simplify the unfontify code.
18796
18797 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18798
18799 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
18800 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
18801 ps-print-color-p is neither nil nor black-white. Reported by Christian
18802 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18803
18804 2007-08-08 Andreas Schwab <schwab@suse.de>
18805
18806 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
18807 self-insert-command, not self-insert.
18808
18809 2007-08-08 Glenn Morris <rgm@gnu.org>
18810
18811 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
18812 argument optional, for backwards compatibility, and only highlight
18813 args when present. Fix symbol name typo (doc/args).
18814
18815 * help-mode.el (help-make-xrefs): Search for symbol constituents,
18816 rather than just `-'.
18817
18818 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
18819
18820 * calc/calc-units.el (calc-convert-temperature):
18821 Use `/' to create fractions.
18822
18823 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
18824
18825 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
18826 global matching.
18827 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
18828 ERROR-BUFFER more robust. Display output.
18829 (tramp-file-name-handler): Add a connection property when we found
18830 a foreign file name handler. This allows backends like ftp to
18831 profit also from usr/host name completion based on connection
18832 cache.
18833 (tramp-send-command-and-read): Search for trash after the regexp
18834 until eol only. In XEmacs, there is a problem with \n.
18835
18836 * net/tramp-cache.el (top): Read persistent connection history
18837 when cache is empty.
18838
18839 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
18840
18841 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
18842 resulting output.
18843
18844 2007-08-07 Sam Steingold <sds@gnu.org>
18845
18846 * progmodes/compile.el (compilation-start): Pass nil as startfile
18847 to comint-exec.
18848
18849 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18850
18851 * longlines.el (longlines-decoded): New variable.
18852 (longlines-mode): Avoid encoding or decoding the buffer twice.
18853
18854 2007-08-07 Martin Rudalics <rudalics@gmx.at>
18855
18856 * format.el (format-insert-file): Make sure that at most one undo
18857 entry is recorded for the insertion. Inhibit point-motion and
18858 modification hooks around call to insert-file-contents.
18859
18860 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
18863 Select the buffer's window before moving point.
18864
18865 2007-08-07 Richard Stallman <rms@gnu.org>
18866
18867 * term.el (term): Remove parent group `unix'.
18868
18869 * simple.el (default-indent-new-line): New function.
18870 It calls comment-line-break-function if there are comments.
18871 (do-auto-fill): Use that.
18872
18873 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
18874
18875 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
18876 (PC-do-completion): Add "acronym completion" for symbols and
18877 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
18878
18879 2007-08-06 Sam Steingold <sds@gnu.org>
18880
18881 * mouse.el (mouse-buffer-menu): Pass mode-name through
18882 format-mode-line because it may be a list,
18883 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
18884
18885 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
18886
18887 * printing.el (pr-update-menus): Docstring fix.
18888
18889 2007-08-06 Jason Rumney <jasonr@gnu.org>
18890
18891 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
18892
18893 * vc-hooks.el (vc-call): Add doc string.
18894
18895 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
18896
18897 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
18898 process-filter.
18899
18900 2007-08-06 Kenichi Handa <handa@m17n.org>
18901
18902 * international/quail.el: Wrap (require 'help-mode) by
18903 eval-when-compile.
18904 (quail-help-init): New function.
18905 (quail-help): Call quail-help-init.
18906 (quail-store-decode-map-key): Change it to a function.
18907
18908 2007-08-05 Jason Rumney <jasonr@gnu.org>
18909
18910 * vc.el (vc-rollback): Add norevert argument back.
18911 (vc-revert-buffer): Add back as obsolete alias.
18912
18913 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
18914
18915 * term.el: Honor term-default-fg-color and term-default-bg-color
18916 settings when modifying term-current-face.
18917 (term-default-fg-color, term-default-bg-color): Initialize from
18918 default term-current-face.
18919 (term-mode, term-reset-terminal): Set term-current-face with
18920 term-default-fg-color and term-default-bg-color.
18921 (term-handle-colors-array): term-current-face has term-default-fg-color
18922 and term-default-bg-color after reset escape sequence.
18923 (term-handle-colors-array): Set term-current-color with
18924 term-default-fg/bg-color instead of ansi-term-color-vector when the
18925 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
18926
18927 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
18928
18929 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
18930 (math-nlfit-givens): Let bind free variables.
18931
18932 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
18933
18934 * printing.el: Require lpr and ps-print when loading printing package.
18935 Reported by Glenn Morris <rgm@gnu.org>.
18936
18937 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
18938
18939 * files.el (set-auto-mode): Handle also remote files wrt
18940 `auto-mode-alist'.
18941
18942 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
18943
18944 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
18945 curves and plotting.
18946
18947 * calc/calc-nlfit.el: New file.
18948
18949 2007-08-04 Glenn Morris <rgm@gnu.org>
18950
18951 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
18952 zero, not nil, when the library is first loaded. Check for a file
18953 that has been modified on disk.
18954
18955 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
18956 Remove duplicate defvar preventing initialization.
18957 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
18958
18959 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
18962 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
18963 may match up to 4 lines.
18964 (diff-beginning-of-file-and-junk): Rewrite.
18965
18966 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18967
18968 * printing.el: Evaluate require only during compilation.
18969 (pr-version): New version 6.9.1.
18970 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
18971 (pr-global-menubar): Fix code.
18972
18973 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
18974
18975 * term.el (term-erase-in-display): Fix case when point is not at
18976 the beginning of the line.
18977
18978 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
18979
18980 * calc/calc-ext.el (math-get-value, math-get-sdev)
18981 (math-contains-sdev): New functions.
18982
18983 * calc/calc-graph.el (calc-graph-format-data)
18984 (calc-graph-add-curve): Check for error forms.
18985 (calc-graph-set-styles): Add option for error forms.
18986
18987 2007-08-03 Miles Bader <miles@gnu.org>
18988
18989 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
18990 backend names for new backends to `Git', `Hg', and `Bzr'.
18991 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
18992 not `HG'.
18993 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
18994 name, not `GIT'.
18995 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
18996 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
18997
18998 2007-08-03 Richard Stallman <rms@gnu.org>
18999
19000 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19001 to update deleted flag.
19002
19003 * cus-edit.el (customize-apropos, customize-apropos-options)
19004 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19005
19006 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19007
19008 * startup.el (fancy-splash-head, startup-echo-area-message):
19009 Change message text.
19010
19011 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19012 All callers use line-move.
19013
19014 * progmodes/compile.el (compilation-find-buffer): Return current
19015 buffer immediately if suitable.
19016 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19017
19018 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19019
19020 * faces.el (face-normalize-spec): New function.
19021 (frame-set-background-mode): Normalize face-spec before calling
19022 face-spec-match-p.
19023
19024 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19025
19026 * server.el (server-window): Add switch-to-buffer-other-frame option.
19027
19028 2007-08-03 Glenn Morris <rgm@gnu.org>
19029
19030 * cus-edit.el (customize-apropos): Make the error message indicate
19031 what kind of thing the user was trying to customize.
19032
19033 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19034
19035 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19036 Fix off-by-one error in previous change.
19037
19038 2007-08-03 Drew Adams <drew.adams@oracle.com>
19039
19040 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19041 Make buffer writable.
19042
19043 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19044
19045 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19046 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19047 Use native Emacs functions, when appropriate.
19048
19049 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19050 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * vc.el: Document new VC operation `extra-menu'.
19053
19054 * vc-hooks.el (vc-default-extra-menu): New function.
19055
19056 * menu-bar.el (menu-bar-vc-filter): New function.
19057 (menu-bar-tools-menu): Use it as a filter.
19058
19059 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19060
19061 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19062
19063 2007-08-01 Glenn Morris <rgm@gnu.org>
19064
19065 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19066 strings.
19067 (fortran-tab-mode-default): Remove needless autoload.
19068 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19069 mark as risky.
19070 (fortran-line-length): New buffer-local variable, safe if integer.
19071 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19072 Change from variables to constants.
19073 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19074 replace with a new function definition.
19075 (fortran-mode): Use fortran-line-length, and
19076 fortran-font-lock-syntactic-keywords as a function. Add a
19077 hack-local-variables-hook function.
19078 (fortran-line-length, fortran-hack-local-variables): New functions.
19079 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19080 Use fortran-line-length rather than 72.
19081 (fortran-window-create-momentarily): Doc fix.
19082
19083 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19084
19085 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19086 Fix parent groups link.
19087
19088 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19089
19090 * progmodes/python.el (python-current-defun): Adjust to never fall
19091 into infinite loop.
19092
19093 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19094
19095 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19096
19097 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19098
19099 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19100 (copyright-fix-years, copyright): Correctly handle the case where
19101 copyright-limit is nil.
19102
19103 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19104
19105 * progmodes/python.el (run-python): Fix path separator under w32.
19106
19107 2007-07-30 Richard Stallman <rms@gnu.org>
19108
19109 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19110 Treat non-break space as whitespace in Lisp.
19111
19112 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * vc.el (vc-dired-hook): Use inhibit-read-only.
19115
19116 * progmodes/compile.el (compilation-forget-errors):
19117 Reset compilation-auto-jump-to-next.
19118
19119 2007-07-30 Michael Olson <mwolson@gnu.org>
19120
19121 * cus-edit.el (custom-group-save): Fix void function definition
19122 error. Thanks to Zhang Wei for the report.
19123
19124 * ps-print.el: Check in trivial changes to the autoloads section
19125 caused by the build process. These autoloads really ought to be
19126 placed in a separate file, methinks.
19127
19128 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * calendar/calendar.el (calendar-mode): Make sure
19131 displayed-(month|year) are set.
19132 (calendar-basic-setup): Display buffer before adjusting window sizes.
19133 (generate-calendar-window): Use inhibit-read-only. Simplify.
19134 Generate buffer and set displayed-month and displayed-year before
19135 calling update-calendar-mode-line.
19136
19137 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19138
19139 * net/tramp.el:
19140 * net/tramp-uu.el:
19141 * net/trampver.el: Use utf-8 encoding with coding cookie.
19142
19143 * net/tramp-cache.el:
19144 * net/tramp-fish.el:
19145 * net/tramp-ftp.el:
19146 * net/tramp-gw.el:
19147 * net/tramp-smb.el: Remove coding cookie.
19148
19149 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19150 Flush buffer file-name's file property.
19151 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19152
19153 * net/trampver.el: Update release number.
19154
19155 2007-07-29 Juri Linkov <juri@jurta.org>
19156
19157 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19158 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19159 when major-mode is not dired-mode.
19160 (dired-toggle-read-only): New function.
19161 (dired-recursive-deletes): Remove obsolete comments about old
19162 default value.
19163 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19164
19165 * wdired.el (wdired-exit): New function.
19166 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19167
19168 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * cus-edit.el (customize-read-group): New fun.
19171 (customize-group-other-window, customize-face-other-window):
19172 Prompt before delegating to customize-(group|face).
19173 Bind pop-up-windows rather than use the other-window argument.
19174 (customize-group, customize-face): Prompt from the interactive spec.
19175 Remove args `prompt-for-group' and `other-window'.
19176
19177 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19178 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19179 last change.
19180
19181 2007-07-28 Masatake YAMATO <jet@gyve.org>
19182
19183 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19184 Use backend name as the menu label. Suggested by David Kastrup.
19185
19186 2007-07-28 Alan Mackenzie <acm@muc.de>
19187
19188 Fix problem with modes derived from CC Mode:
19189 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19190 macro to cc-langs.
19191 (c-init-language-vars-for): Remove call to above macro.
19192 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19193 been moved to here.
19194 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19195
19196 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19197
19198 * net/trampver.el: Fix the `coding' cookie.
19199
19200 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19201
19202 * vc-git.el (vc-git-print-log): Support both the old single file
19203 interface and the new one.
19204
19205 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19206
19207 * bindings.el (mode-line-remote): Use updated %@ construct.
19208
19209 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19212 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19213 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19214 (diary-list-bahai-entries, diary-bahai-mark-entries)
19215 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19216 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19217 New names to clean up namespace.
19218 (list-bahai-diary-entries, mark-bahai-diary-entries)
19219 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19220 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19221 Add compatibility aliases.
19222
19223 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19224
19225 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19226 (calendar-scroll-left-three-months)
19227 (calendar-scroll-right-three-months): Clean up namespace.
19228 (scroll-calendar-left, scroll-calendar-right)
19229 (scroll-calendar-left-three-months)
19230 (scroll-calendar-right-three-months): Add compatibility aliases.
19231
19232 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19233 Behave like mouse-scroll-calendar-* when used from the mouse.
19234
19235 * calendar/cal-menu.el (cal-menu-scroll-menu)
19236 (cal-menu-global-mouse-menu):
19237 * calendar/calendar.el (calendar-mode-map):
19238 Use new calendar-scroll-* names.
19239 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19240 Remove. Use calendar-scroll-* directly instead.
19241
19242 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19243
19244 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19245 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19246 (ad-make-advised-definition, ad-cache-id-verification-code):
19247 Use commandp and interactive-form instead.
19248
19249 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19250
19251 * vc-git.el: Relicense to GPLv3 or later.
19252 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19253
19254 * vc-hooks.el (vc-handled-backends): Add GIT.
19255
19256 * vc.el (vc-directory-exclusion-list): Add .git.
19257
19258 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19259
19260 * vc-git.el (vc-git-revision-table)
19261 (vc-git-revision-completion-table): New functions.
19262
19263 2007-07-25 Glenn Morris <rgm@gnu.org>
19264
19265 * Relicense all FSF files to GPLv3 or later.
19266
19267 * COPYING: Switch to GPLv3.
19268
19269 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19272 Replace it with another one which disables undo before calling
19273 erase-buffer and then turns it back on if needed.
19274
19275 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19276
19277 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19278
19279 2007-07-24 Glenn Morris <rgm@gnu.org>
19280
19281 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19282 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19283 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19284 (cal-tex-cursor-week, cal-tex-cursor-week2)
19285 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19286 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19287 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19288 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19289
19290 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * calendar/calendar.el (calendar-mode-map): Move initialization
19293 into declaration. Add menu bindings (used to be done in cal-menu).
19294 (calendar-mode): Don't add an activate-menubar-hook.
19295
19296 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19297 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19298 can be used on the menu entries.
19299 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19300 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19301 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19302 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19303 (calendar-flatten, cal-menu-update): Remove.
19304 (calendar-mouse-insert-hebrew-diary-entry)
19305 (calendar-mouse-insert-islamic-diary-entry)
19306 (calendar-mouse-insert-bahai-diary-entry):
19307 Remove (fold into cal-menu-diary-menu).
19308 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19309 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19310 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19311 (calendar-mouse-view-diary-entries): Minor simplifications.
19312 (calendar-event-to-date): Use with-current-buffer.
19313
19314 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * add-log.el (change-log-redate): Remove (not needed anymore and
19317 doesn't appear to work).
19318
19319 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * frame.el: Use mapc and dolist instead of mapcar where possible.
19322 (close-display-connection): New command.
19323
19324 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19325
19326 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19327 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19328
19329 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19330
19331 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19332
19333 * ps-mule.el: Doc fix.
19334 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19335 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19336
19337 2007-07-25 Glenn Morris <rgm@gnu.org>
19338
19339 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19340 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19341 (cal-tex-daily-end, cal-tex-hook)
19342 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19343 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19344 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19345 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19346 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19347 (cal-tex-day-prefix, cal-tex-day-name-format)
19348 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19349 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19350 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19351 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19352 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19353 etc, rather than \bf.
19354 (cal-tex-mini-calendar): Fix typos in previous change.
19355 (cal-tex-latexify-list): Remove inner let binding.
19356 (cal-tex-end-document, cal-tex-banner): Use multi-line
19357 cal-tex-comment.
19358 (cal-tex-comment): Handle embedded newlines.
19359 (cal-tex-LaTeXify-string): Use substring-no-properties.
19360
19361 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19362
19363 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19364 Add support for the Maden build tool.
19365
19366 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19367
19368 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19369
19370 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19373
19374 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19375
19376 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19377 C-x C-q.
19378
19379 * vc-git.el (vc-git-print-log): Fix previous change.
19380
19381 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * window.el (save-selected-window): Minor optimization.
19384 (bw-adjust-window): If operation failed, try with a smaller delta.
19385 (window-fixed-size-p): New function.
19386 (window-area-factor): New var.
19387 (balance-windows-area): New command.
19388
19389 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19390 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19391 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19392 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19393 (ps-mule-begin-job): Use dolist.
19394
19395 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19396
19397 * subr.el (start-file-process-shell-command)
19398 (process-file-shell-command): New defuns.
19399
19400 * progmodes/compile.el (compilation-start):
19401 Apply `start-file-process-shell-command'.
19402
19403 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19404
19405 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19406
19407 2007-07-24 Alan Mackenzie <acm@muc.de>
19408
19409 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19410 Initialise byte-compile-unresolved-functions before rather than
19411 after a compilation.
19412 (byte-compile-unresolved-functions): Amplify doc string.
19413
19414 2007-07-24 Glenn Morris <rgm@gnu.org>
19415
19416 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19417
19418 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19419 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19420 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19421 (cal-tex-cursor-week, cal-tex-cursor-week2)
19422 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19423 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19424 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19425 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19426
19427 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19428 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19429 (cal-tex-day-name-format, cal-tex-cal-one-month)
19430 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19431 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19432 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19433 (cal-tex-list-holidays, cal-tex-cursor-year)
19434 (cal-tex-cursor-year-landscape, cal-tex-year)
19435 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19436 (cal-tex-cursor-month, cal-tex-insert-days)
19437 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19438 (cal-tex-first-blank-p, cal-tex-cursor-week)
19439 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19440 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19441 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19442 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19443 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19444 (cal-tex-latexify-list, cal-tex-previous-month)
19445 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19446 modernization, including using dotimes rather than
19447 calendar-for-loop.
19448 (cal-tex-LaTeX-subst-list): Remove `@'.
19449 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19450 Use \textit and \textbf rather than \em and \it.
19451
19452 * calendar/cal-bahai.el (list-bahai-diary-entries)
19453 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19454 * calendar/cal-islam.el (list-islamic-diary-entries)
19455 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19456 * calendar/diary-lib.el (diary-list-entries)
19457 (mark-calendar-date-pattern): Use `dotimes' rather than
19458 `calendar-for-loop'.
19459
19460 * calendar/calendar.el (calendar-for-loop): Doc fix.
19461
19462 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19463
19464 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19465 underlying file is uptodate.
19466
19467 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
19468
19469 * replace.el (perform-replace): Use isearch-no-upper-case-p.
19470
19471 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * vc-hooks.el (vc-mode-line-map): New const.
19474 (vc-mode-line): Use it.
19475
19476 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19477
19478 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19479 (vc-git-unregister): New functions.
19480 (vc-git-find-version): Use the result of ls-files as a parameter
19481 for cat-file.
19482
19483 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
19484
19485 * net/tramp.el (tramp-perl-file-attributes)
19486 (tramp-perl-directory-files-and-attributes)
19487 (tramp-handle-file-attributes-with-stat)
19488 (tramp-handle-directory-files-and-attributes-with-stat)
19489 (tramp-convert-file-attributes): Handle huge file sizes.
19490
19491 2007-07-23 Juri Linkov <juri@jurta.org>
19492
19493 * isearch.el (isearch-message-function): New variable.
19494 (isearch-update, isearch-search): Use it.
19495
19496 * simple.el (goto-history-element): New function created from
19497 next-history-element.
19498 (next-history-element): Most code moved to goto-history-element.
19499 Call goto-history-element with (- minibuffer-history-position n).
19500 (previous-history-element): Call goto-history-element with (+
19501 minibuffer-history-position n).
19502 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19503 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19504 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19505 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19506 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19507 (minibuffer-history-isearch-pop-state): New functions.
19508
19509 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19510
19511 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19512 Also, if FILE is a list, return non-nil if any of its elements
19513 should stay local. Update docstring.
19514
19515 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19516
19517 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19518 change by reverting a small part.
19519
19520 2007-07-23 Richard Stallman <rms@gnu.org>
19521
19522 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19523
19524 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19525
19526 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19527 handling it. Use vc-git-command.
19528 (vc-git-find-version, vc-git-diff-tree): New functions.
19529 (vc-git-revert): Use vc-git-command.
19530 (vc-git--run-command): Delete.
19531
19532 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19533
19534 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19535
19536 2007-07-20 Kenichi Handa <handa@m17n.org>
19537
19538 * international/utf-8.el (utf-8-post-read-conversion):
19539 Temporarily bind utf-8-compose-scripts to nil while running
19540 *-compose-region functions.
19541
19542 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19543
19544 * vc-git.el: Update status.
19545 (vc-directory-exclusion-list): Use eval-after-load.
19546
19547 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
19548
19549 * bindings.el (mode-line-remote): New variable.
19550 (help-echo): Add to default values of mode-line-format.
19551
19552 * files.el: Mark mode-line-remote as risky.
19553
19554 2007-07-22 Juri Linkov <juri@jurta.org>
19555
19556 * isearch.el (isearch-edit-string): Save old point and
19557 isearch-other-end to old-point and old-other-end before reading
19558 the search string from minibuffer. After exiting minibuffer set
19559 point to old-other-end if point and the search direction is the
19560 same as before reading the search string.
19561 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
19562 to isearch-other-end. Instead of isearch-search-and-update call
19563 three functions isearch-search, isearch-push-state and isearch-update.
19564
19565 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19566
19567 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19568 deal with multiple file arguments.
19569 (vc-git-print-log): Deal with multiple file arguments.
19570
19571 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19574 diff-refine-hunk. Adjust users.
19575 (diff-unified-hunk-p, diff-splittable-p): New functions.
19576 (diff-mode-menu): Use it to disable Split when it doesn't work.
19577
19578 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19579
19580 * diff-mode.el (diff-mode-menu): New entries.
19581
19582 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19583
19584 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19585 if applicable, so as to save undo-log space.
19586
19587 * diff-mode.el (diff-find-file-name): Add arg `batch'.
19588
19589 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19590 (diff-file-kill): Use it.
19591 (diff-beginning-of-hunk): Add arg `try-harder' using it.
19592 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19593 Use it so they find the hunk even when we're in the file header.
19594
19595 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19596
19597 * vc-git.el (vc-git-revision-granularity, vc-git-root)
19598 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19599 (vc-git-create-repo): New functions.
19600 (vc-git-registered): New autoloaded function definition.
19601 (vc-git-registered): Use vc-git-root.
19602 (vc-git-responsible-p): New defalias.
19603 (vc-git-annotate-extract-revision-at-line): Uncomment.
19604 (vc-git-print-log): Add the file name to the log.
19605 (vc-git-log-view-mode): New derived mode.
19606 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19607
19608 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19609
19610 * progmodes/grep.el (grep-compute-defaults): Keep default values.
19611
19612 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
19613
19614 * textmodes/reftex.el (reftex-access-parse-file): Create parse
19615 file in a way that does not interfere with recentf mode.
19616 (reftex-access-parse-file): Do not risk destroying an existing
19617 buffer.
19618
19619 2007-07-22 Alexandre Julliard <julliard@winehq.org>
19620
19621 * vc-git.el: New file.
19622
19623 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19624
19625 * textmodes/tex-mode.el (tex-font-script-display): Change default.
19626
19627 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19628
19629 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19630 for branches and new files.
19631
19632 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19633 local-map handling ...
19634 (vc-mode-line): ... here. Improve handling of help-echo.
19635
19636 * vc.el (mode-line-string): Document help-echo usage.
19637
19638 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19639
19640 Sync with Tramp 2.1.10.
19641
19642 * net/tramp.el (tramp-get-ls-command): Fix typo.
19643
19644 * net/trampver.el: Update release number.
19645
19646 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
19647
19648 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19649
19650 * term/x-win.el (x-handle-no-bitmap-icon): New function.
19651
19652 2007-07-22 Martin Rudalics <rudalics@gmx.at>
19653
19654 * add-log.el (change-log-fill-parenthesized-list): New function.
19655 (change-log-indent): Call change-log-fill-parenthesized-list.
19656 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19657 Have lines with leading asterisk start a paragraph.
19658
19659 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19660
19661 * calc/calc-math.el (math-emacs-precision)
19662 (math-largest-emacs-expt, math-smallest-emacs-expt):
19663 New variables.
19664 (math-use-emacs-fn): New function.
19665 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19666 appropriate.
19667
19668 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
19669
19670 * image-dired.el (image-dired-sane-db-file): New func.
19671 (image-dired-write-tags, image-dired-remove-tag)
19672 (image-dired-list-tags, image-dired-write-comments)
19673 (image-dired-get-comment, image-dired-mark-tagged-files)
19674 (image-dired-create-gallery-lists): Call new func.
19675 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19676
19677 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
19678
19679 * vc-hg.el (vc-hg-dir-state): Fix loop.
19680 (vc-hg-print-log): Fix expected return value for vc-hg-command.
19681 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19682 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19683 (vc-hg-revert): Likewise.
19684 (vc-hg-revision-table, vc-hg-revision-completion-table): New
19685 functions.
19686
19687 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19688
19689 * add-log.el (change-log-resolve-conflict): Don't lose data if the
19690 merge fails.
19691
19692 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19693
19694 * progmodes/compile.el (compilation-auto-jump-to-first-error):
19695 Add group and version.
19696
19697 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19698
19699 * add-log.el (add-log-file-name): Use file-relative-name.
19700 (add-change-log-entry): Delay reading
19701 add-log-(full-name|mailing-address) to after we've switched to the
19702 ChangeLog buffer so we get the right value.
19703 (add-change-log-entry, add-log-current-defun, change-log-merge):
19704 Use derived-mode-p rather than checking major-mode directly.
19705
19706 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19707 name for buffer-file-name if it refers to a directory.
19708
19709 * vc-arch.el (vc-arch-diff): Fix last change.
19710
19711 * progmodes/compile.el (compilation-start): Remember the original
19712 directory in a buffer-local compilation-directory.
19713 (compile): Set the global value of compilation-directory.
19714 (recompile): Use compilation-directory even in the compilation buffer.
19715
19716 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19717
19718 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19719
19720 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19721
19722 * ps-print.el: Problem with foreground and background color when
19723 printing a buffer with and without faces. Reported by Christian
19724 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19725 (ps-print-version): New version 6.7.5.
19726 (ps-default-fg): Change default value to nil, so black color is used
19727 when a face does not specify a foreground color.
19728 (ps-default-bg): Change default value to nil, so white color is used
19729 for background color.
19730 (ps-begin-job): Fix code.
19731
19732 2007-07-20 Eli Zaretskii <eliz@gnu.org>
19733
19734 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19735 in $(INSTALL_DIR)/lisp/ if they already exist.
19736
19737 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19738
19739 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19740 in $(INSTALL_DIR)/lisp/ if they already exist.
19741
19742 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * progmodes/vera-mode.el (vera-re-search-forward)
19745 (vera-re-search-backward): Remove use of store-match-data.
19746 (vera-mode-map): Move initialization into declaration.
19747
19748 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19749 (flymake-find-buildfile): Use locate-dominating-file.
19750
19751 * vc.el (vc-delistify): Use mapconcat.
19752 (vc-do-command): Minor simplification.
19753 (vc-expand-dirs): Use push.
19754
19755 * vc-mcvs.el (vc-mcvs-create-repo):
19756 * vc-cvs.el (vc-cvs-create-repo): Remove.
19757
19758 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19759 directory and the root as well.
19760
19761 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19762
19763 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19764 instead of a file.
19765
19766 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
19767 (vc-hg-registered): Replace if with when.
19768 (vc-hg-state): Deal with nonexistent files and handle removed files.
19769 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
19770 (vc-hg-checkout): Re-enable.
19771 (vc-hg-create-repo): Fix typos.
19772 (vc-hg-print-log): Fix for multiple files.
19773 (vc-hg-workfile-unchanged-p): New function.
19774
19775 * vc.el: Fix typo.
19776 (vc-print-log): Fix call to print-log.
19777 (vc-default-comment-history): Likewise.
19778 (vc-directory-exclusion-list): Add .hg and .bzr.
19779 (vc-diff-internal): Pass a list instead of a file.
19780
19781 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
19782
19783 * vc-bzr.el (vc-bzr-create-repo): New function.
19784
19785 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
19788 `file' from which to start the search.
19789
19790 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
19791
19792 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
19793 having a single file argument to having a list of files as the
19794 first argument.
19795
19796 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * files.el (locate-dominating-file): New function.
19799
19800 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
19801
19802 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
19803 (grep-compute-defaults): Use it.
19804
19805 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
19806
19807 * uniquify.el: Docstring fixes.
19808
19809 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
19810
19811 * vc.el (revision-granularity, create-repo): Document new vc
19812 backend properties.
19813 (vc-rollback): Renamed from vc-cancel-version. Update references.
19814 Pass a list instead of a file.
19815 (vc-revert): Renamed from vc-revert-buffer. Update references.
19816 (vc-delistify, vc-expand-dirs): New functions.
19817 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
19818 of files instead of a single file.
19819 (vc-position-context, vc-resync-window, vc-diff-internal)
19820 (vc-print-log): Pass a list instead of a file.
19821
19822 * vc-hooks.el (vc-stay-local-p, vc-backend)
19823 (vc-backend-subdirectory-name): Work on a file list, not a single
19824 file.
19825 (vc-workfile-version): Update docstring.
19826 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
19827 vc-revert instead of vc-revert-buffer.
19828 (vc-prefix-map): Likewise. Bind vc-update.
19829
19830 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
19831 (vc-svn-wash-log): New functions.
19832 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
19833 (vc-svn-command): Deal with a list of files, not a single file.
19834
19835 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
19836 (vc-rcs-wash-log): New functions.
19837 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
19838 Deal with a list of files, not a single file.
19839 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
19840
19841 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
19842 functions.
19843 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
19844 list of files, not a single file.
19845
19846 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
19847 New functions.
19848 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
19849 (vc-mcvs-diff): Deal with a list of files, not a single file.
19850
19851 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
19852 functions.
19853 (vc-hg-print-log): Deal with a list of files, not a single file.
19854 (vc-hg-diff-tree): New function, replace defalias with the same
19855 name.
19856 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
19857 FILES to denote that it is a file list, not a single file.
19858
19859 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
19860 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
19861 a single file.
19862 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
19863 that it is a file list, not a single file.
19864 (vc-cvs-diff): Likewise. Simplify.
19865
19866 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
19867 Deal with a list of files, not a single file.
19868
19869 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
19870 (vc-bzr-print-log): Update FILE parameter name to denote that it
19871 is a file list, not a single file.
19872 (vc-bzr-diff): Likewise. Use the car of files.
19873
19874 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
19875
19876 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
19877 (follow-delete-other-windows-and-split, follow-recenter)
19878 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
19879 (follow-redisplay, follow-estimate-first-window-start)
19880 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
19881 Fix typos in docstrings.
19882
19883 2007-07-18 Martin Rudalics <rudalics@gmx.at>
19884
19885 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
19886 avoid that filling introduces lines with a single asterisk.
19887
19888 * kmacro.el (kmacro-end-macro): When ignoring empty macro
19889 avoid incorrect kmacro-ring-empty-p messages.
19890 Reported by Michael Schierl <schierlm@gmx.de>.
19891
19892 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
19893
19894 * vc.el: Add more info about the vc-registered function.
19895
19896 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
19897
19898 * files.el (file-remote-p): Introduce optional parameter
19899 IDENTIFICATION.
19900
19901 * recentf.el (recentf-keep-default-predicate): Adapt call of
19902 `file-remote-p'.
19903
19904 * progmodes/grep.el (grep-probe): Use `process-file'.
19905 (grep-compute-defaults): Handle variables host specific.
19906
19907 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
19908 parameter IDENTIFICATION.
19909
19910 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
19911 parameter IDENTIFICATION.
19912 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
19913 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19914 Add entry for `set-file-times'.
19915 (tramp-do-copy-or-rename-file-via-buffer)
19916 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
19917 (tramp-handle-unhandled-file-name-directory): Rewrite.
19918 (tramp-convert-file-attributes): Add error handling when inode is
19919 extraordinary big.
19920 (tramp-get-inode): Change parameter from FILE to VEC.
19921 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
19922 is nil. This is according to the specification. Goto (point-max)
19923 when ready.
19924 (tramp-handle-shell-command): Rewrite completely, using
19925 `process-file' and `start-file-process'.
19926 (tramp-methods, tramp-find-shell)
19927 (tramp-open-connection-setup-interactive-shell)
19928 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
19929 var. Reported by Steve Youngs <steve@sxemacs.org>.
19930
19931 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
19932 entry for `set-file-times'. Rename `start-process' into
19933 `start-file-process'. Remove `call-process' entry.
19934 (tramp-fish-handle-set-file-times): New defun.
19935 (tramp-fish-handle-executable-find): Use `process-file'.
19936 (tramp-fish-handle-process-file): New defun. Replaces
19937 `tramp-fish-handle-call-process'.
19938 (tramp-fish-do-copy-or-rename-file-directly): Use
19939 `set-file-times'.
19940 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
19941
19942 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
19943 `tramp-get-inode' parameter.
19944
19945 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
19948 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
19949 nowadays, and by the time Emacs-23 comes out, nobody will even remember
19950 it has ever existed.
19951
19952 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
19953
19954 * vc.el: Undo previous change.
19955
19956 2007-07-16 Eli Zaretskii <eliz@gnu.org>
19957
19958 * makefile.w32-in (clean): Don't delete *~.
19959
19960 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
19961
19962 * textmodes/tex-mode.el (tex-verbatim-environments):
19963 Add safe-local-variable property.
19964 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
19965 when starting font-lock rather than when loading tex-mode.el.
19966
19967 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
19968 whole $( rather than just the $. Rename from sh-quoted-subshell.
19969 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
19970
19971 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
19972
19973 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
19974 bookmark-alist. Instead, if not sorting, simply return it.
19975 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
19976 for its return value, not for its side effect.
19977
19978 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
19979 case of alignment under a constant symbol, find and consider
19980 the sexp actually at indentation to be the "last sexp".
19981
19982 2007-07-16 Drew Adams <drew.adams@oracle.com>
19983
19984 * mouse.el (mouse-yank-secondary): Better error message if no
19985 secondary selection.
19986
19987 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19988
19989 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
19990
19991 * term/xterm.el (xterm-turn-on-modify-other-keys)
19992 (xterm-turn-off-modify-other-keys): New functions.
19993 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
19994 terminal supports it.
19995
19996 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
19997
19998 * bookmark.el (bookmark-show-all-annotations):
19999 Make sure each inserted annotation ends with newline.
20000
20001 2007-07-15 Richard Stallman <rms@gnu.org>
20002
20003 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20004
20005 * tutorial.el (tutorial--find-changed-keys):
20006 Handle C-x specially like ESC.
20007
20008 2007-07-15 Aaron Hawley <aaronh@garden.org>
20009
20010 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20011
20012 2007-07-15 Juri Linkov <juri@jurta.org>
20013
20014 * delsel.el (delete-selection-pre-hook):
20015 * emulation/cua-base.el (cua-paste): Before a yank command,
20016 check also whether last-command is one of mouse-save-then-kill,
20017 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20018
20019 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20020
20021 * recentf.el (recentf-keep-default-predicate): New defun.
20022 (recentf-keep): Use it as initial value.
20023
20024 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20025
20026 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20027 thus restoring bookmark bindings to three slots under C-x r. See
20028 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20029
20030 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20031
20032 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20033
20034 2007-07-15 Jason Rumney <jasonr@gnu.org>
20035
20036 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20037 for input to cmdproxy on all versions of Windows.
20038 Use dos line ends for input to plink.
20039
20040 * comint.el (comint-simple-send): Concat newline before sending.
20041 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20042
20043 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20044
20045 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20046 safe-local-variable setting.
20047
20048 2007-07-14 David Kastrup <dak@gnu.org>
20049
20050 * emacs-lisp/advice.el (defadvice): Doc fix.
20051
20052 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20053
20054 * subr.el (when, unless): Doc fix.
20055
20056 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20057
20058 * replace.el (match): Use yellow1 instead of yellow.
20059
20060 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20061 red.
20062
20063 * pcvs-info.el (cvs-unknown): Likewise.
20064
20065 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20066
20067 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20068 (install): Use them to copy all *.el files before *.elc.
20069
20070 2007-07-13 Drew Adams <drew.adams@oracle.com>
20071
20072 * bookmark.el (bookmark-jump-other-window): New function.
20073 (bookmark-map): Bind it to "o".
20074
20075 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20076 and its thread contains discussion about this change.
20077 The original patch was slightly tweaked by Karl Fogel
20078 <kfogel@red-bean.com> before committing.
20079
20080 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20081
20082 * bookmark.el: Shorten some comments to fit within 80 lines.
20083
20084 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20085
20086 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20087 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20088 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20089 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20090
20091 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20092
20093 * textmodes/org.el: Bug fixes.
20094 (org-end-of-line): Move to end of line if in headline without tags.
20095
20096 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * vc-hooks.el: Remove spurious * in docstrings.
20099 (vc-handled-backends): Add BZR.
20100
20101 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20102
20103 2007-07-12 Davis Herring <herring@lanl.gov>
20104
20105 * desktop.el (desktop-buffer-info, desktop-save):
20106 Use `desktop-dirname' instead of `dirname'.
20107
20108 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20109
20110 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20111
20112 * progmodes/python.el (python-which-func-length-limit): New var.
20113 (python-which-func): New function.
20114 (python-current-defun): Add optional `length-limit' and try to fit
20115 computed function name to that length.
20116 (python-mode): Hook `python-which-func' up.
20117
20118 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20119
20120 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20121
20122 * comint.el (comint-dynamic-complete-as-filename):
20123 Use read-file-name-completion-ignore-case.
20124
20125 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * comint.el (comint-dynamic-list-filename-completions):
20128 Use read-file-name-completion-ignore-case.
20129
20130 * vc-cvs.el: Require CL.
20131 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20132 New functions to provide completion of revision names.
20133
20134 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20135 (vc-cvs-annotate-first-line-re): New const.
20136 (vc-cvs-annotate-process-filter): New fun.
20137 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20138
20139 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20140
20141 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20142 (eldoc-print-current-symbol-info): Adjust for changed helper
20143 function signatures.
20144 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20145 `eldoc-highlight-function-argument'.
20146 (eldoc-highlight-function-argument): New function.
20147 (eldoc-get-var-docstring): Format documentation with
20148 `font-lock-variable-name-face'.
20149 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20150 where suited.
20151 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20152 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20153
20154 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20155
20156 * progmodes/compile.el (compilation-start): `start-process' must
20157 still be redefined when calling `start-process-shell-command'.
20158
20159 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20160 remote file name, prepend its remote part to the filename.
20161 (gud-common-init): When `default-directory' is a remote file name,
20162 make the filename relative to it.
20163 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20164
20165 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20166
20167 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20168 mouse binding and a tooltip.
20169
20170 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20171
20172 * menu-bar.el (vc-menu-map): New defalias.
20173
20174 2007-07-10 Richard Stallman <rms@gnu.org>
20175
20176 * emacs-lisp/lisp-mode.el (eval-defun):
20177 Explain special handling of `defface'.
20178
20179 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20180
20181 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20182
20183 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20184
20185 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20186
20187 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20188
20189 * vc-arch.el (vc-arch-complete): Remove.
20190 (vc-arch-revision-completion-table): Use complete-with-action.
20191
20192 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20193 (complete-with-action): New function.
20194 (dynamic-completion-table): Use it.
20195
20196 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20197
20198 * comint.el (make-comint, make-comint-in-buffer)
20199 (comint-exec-1): Replace `start-process' by `start-file-process'.
20200
20201 * progmodes/compile.el (compilation-start): Revert redefining
20202 `start-process'.
20203
20204 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20207 with EOLs when generating MD5 checksums.
20208
20209 * follow.el: Don't change the global map from the follow-mode-map
20210 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20211 XEmacs code.
20212 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20213 since `follow-mode' should be used instead for that.
20214
20215 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20216 (easy-menu-do-define): Use it.
20217 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20218
20219 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20220 (compilation-auto-jump-to-next): New vars.
20221 (compilation-auto-jump): New function.
20222 (compilation-error-properties): Use them to jump to first error.
20223 (compilation-start): Set the var if requested.
20224
20225 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20226 duplicates without also removing entries from other directories.
20227
20228 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20229
20230 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20231 Remember span as default.
20232 (org-columns-edit-value): Rename from `org-column-edit'.
20233 (org-columns-display-here-title): Rename from
20234 `org-overlay-columns-title'.
20235 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20236 (org-columns-get-autowidth-alist): Rename from
20237 `org-get-columns-autowidth-alist'.
20238 (org-columns-display-here): Rename from `org-overlay-columns'.
20239 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20240 (org-columns-quit): Rename from `org-column-quit'.
20241 (org-columns-show-value): Rename from `org-column-show-value'.
20242 (org-columns-content, org-columns-widen)
20243 (org-columns-next-allowed-value)
20244 (org-columns-edit-allowed, org-columns-store-format)
20245 (org-columns-uncompile-format, org-columns-redo)
20246 (org-columns-edit-attributes, org-delete-property)
20247 (org-set-property, org-columns-update)
20248 (org-columns-compute, org-columns-eval)
20249 (org-columns-not-in-agenda, org-columns-compute-all)
20250 (org-property-next-allowed-value)
20251 (org-columns-compile-format)
20252 (org-fill-paragraph-experimental)
20253 (org-string-to-number, org-property-action)
20254 (org-columns-move-left, org-columns-new)
20255 (org-column-number-to-string)
20256 (org-property-previous-allowed-value)
20257 (org-at-property-p, org-columns-delete)
20258 (org-columns-previous-allowed-value)
20259 (org-columns-move-right, org-columns-narrow)
20260 (org-property-get-allowed-values)
20261 (org-verify-version, org-column-string-to-number)
20262 (org-delete-property-globally): New functions.
20263 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20264 (org-columns-overlays): Rename from `org-column-overlays'.
20265 (org-columns-map): Rename from `org-column-map'.
20266 (org-columns-current-maxwidths): Rename from
20267 `org-current-columns-maxwidths'.
20268 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20269 (org-previous-header-line-format)
20270 (org-columns-inhibit-recalculation)
20271 (org-columns-top-level-marker): New variables.
20272 (org-columns-default-format): Rename from `org-default-columns-format'.
20273 (org-property-re): New constant.
20274
20275 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20276
20277 * subr.el (looking-at-p, string-match-p): New functions.
20278
20279 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20280
20281 * textmodes/tex-mode.el (tex-fontify-script)
20282 (tex-font-script-display): New variables to make display of
20283 superscripts and subscripts customizable.
20284 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20285
20286 2007-07-09 Richard Stallman <rms@gnu.org>
20287
20288 * isearch.el (isearch-edit-string): Call to isearch-push-state
20289 after the search.
20290
20291 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20292
20293 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20294 to 1 as enlarge-window uses the value to resize/shrink windows other
20295 than WINDOW if needed.
20296
20297 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20298
20299 * cus-start.el (file-coding-system-alist): Fix custom type.
20300
20301 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20302
20303 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20304 modified.
20305 (longlines-auto-wrap, longlines-window-change-function):
20306 Remove unnecessary calls to set-buffer-modified-p.
20307
20308 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20309
20310 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20311 (vc-cvs-checkout): Remove last arg now unused; simplify.
20312
20313 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20314
20315 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20316
20317 * net/tramp.el:
20318 * net/tramp-ftp.el:
20319 * net/tramp-smb.el:
20320 * net/tramp-uu.el:
20321 * net/trampver.el: Migrate to Tramp 2.1.
20322
20323 * net/tramp-cache.el:
20324 * net/tramp-fish.el:
20325 * net/tramp-gw.el: New Tramp packages.
20326
20327 * net/tramp-util.el:
20328 * net/tramp-vc.el: Removed.
20329
20330 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20331 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20332
20333 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20334
20335 * progmodes/compile.el (compilation-start): Redefine
20336 `start-process' temporarily when `default-directory' is remote.
20337 Remove case of synchronous compilation, this won't happen ever.
20338 (compilation-setup): Make local variable `comint-file-name-prefix'
20339 for remote compilation.
20340
20341 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20342
20343 * novice.el (disabled-command-function): Fit window to buffer to
20344 make last line visible.
20345 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20346
20347 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20348 when handling the terminating event.
20349
20350 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20351
20352 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20353 (math-bignum-digit-length): Change to optimal value.
20354
20355 * calc/calc-bin.el (math-bignum-logb-digit-size)
20356 (math-bignum-digit-power-of-two): Evaluate when compiled.
20357
20358 * calc/calc-comb.el (math-small-factorial-table)
20359 (math-init-random-base, math-prime-test): Remove unnecessary calls
20360 to `math-read-number-simple'.
20361
20362 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20363 (math-approx-gamma-const): Add docstrings.
20364
20365 * calc/calc-forms.el (math-julian-date-beginning)
20366 (math-julian-date-beginning-int): New constants.
20367 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20368 Use the new constants.
20369
20370 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20371
20372 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20373 Add docstrings.
20374
20375 2007-07-07 Tom Tromey <tromey@redhat.com>
20376
20377 * vc.el (vc-annotate): Jump to line and output message only after the
20378 process is really all done.
20379
20380 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20381
20382 * vc.el (vc-exec-after): Don't move point from the sentinel.
20383 Forcefully read all the remaining text in the pipe upon process exit.
20384 (vc-annotate-display-autoscale, vc-annotate-lines):
20385 Don't stop at the first unrecognized line.
20386 (vc-annotate-display-select): Run autoscale after the process is done
20387 since it depends on the whole result.
20388
20389 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20390
20391 * term/w32-win.el (menu-bar-open): New function.
20392 Bind <f10> to it.
20393
20394 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20395
20396 * simple.el (start-file-process): New defun.
20397
20398 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * files.el (find-file-confirm-nonexistent-file): Rename from
20401 find-file-confirm-inexistent-file. Update users.
20402
20403 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20404 format of autoload block where the file's time-stamp is replaced by its
20405 MD5 checksum.
20406 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20407 time-stamp for secondary autoloads files.
20408 (update-directory-autoloads): Remove duplicate entries.
20409 Use time-less-p for time-stamps, as done in autoload-find-destination.
20410
20411 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20412
20413 * calc/calc.el (math-read-number): Replace number by variable.
20414 (math-read-number-simple): Properly parse small integers.
20415
20416 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20417
20418 * vc.el: Fix doc for the checkout function.
20419
20420 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20421
20422 * vc-hg.el (vc-hg-root): New function.
20423 (vc-hg-registered): Use it.
20424 (vc-hg-diff-tree): New defalias.
20425 (vc-hg-responsible-p): Likewise.
20426 (vc-hg-checkout): Comment out, not needed.
20427 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20428 (vc-hg-find-version, vc-hg-next-version): New functions.
20429
20430 2007-07-06 Andreas Schwab <schwab@suse.de>
20431
20432 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20433 dynamic bindings around the evaluation of the expression.
20434 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20435
20436 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20437
20438 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20439 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20440 Use run-hooks rather than run-mode-hooks.
20441
20442 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20443
20444 * calc/calc-comb.el (math-random-digit): Rename to
20445 `math-random-three-digit-number'.
20446 (math-random-digits): Don't depend on representation of integer.
20447
20448 * calc/calc-bin.el (math-bignum-logb-digit-size)
20449 (math-bignum-digit-power-of-two): New constants.
20450 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20451 (math-not-bignum, math-clip-bignum): Use the constants
20452 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20453 instead of their values.
20454 (math-clip): Use math-small-integer-size instead of its value.
20455
20456 * calc/calc.el (math-add-bignum): Replace number by constant.
20457
20458 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20459
20460 * wid-edit.el (widget-documentation-string-value-create):
20461 Insert indentation spaces.
20462
20463 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20464
20465 * emacs-lisp/byte-opt.el: Revert last change.
20466
20467 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20468
20469 * vc-hooks.el (vc-handled-backends): Add HG.
20470
20471 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20472
20473 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20474
20475 * complete.el (PC-do-complete-and-exit): Add support for the new
20476 `confirm-only' confirmation mode.
20477
20478 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20479
20480 * cus-edit.el (custom-commands): New variable.
20481 (custom-tool-bar-map): New variable. Initialize using
20482 `custom-commands'.
20483 (custom-mode): Use `custom-tool-bar-map'.
20484 (custom-buffer-create-internal): Insert action buttons only if
20485 tool bar is not used. Use `custom-commands'.
20486 (Custom-help, custom-command-apply): New function.
20487 (custom-command-apply, Custom-set, Custom-save)
20488 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20489 Use `custom-command-apply' instead of duplicating code.
20490 (customize-group-other-window): Call `customize-group' instead of
20491 duplicating code.
20492 (customize-face-other-window): Call `customize-face' instead of
20493 duplicating code.
20494 (customize-group, customize-face): Add optional args for opening
20495 in another window.
20496 (custom-variable-tag): Don't inherit `variable-pitch' face.
20497 (custom-group-tag): Inherit `variable-pitch' face.
20498 (custom-variable-value-create): Set documentation indentation.
20499 (custom-group-value-create): Make group name a link, instead of
20500 using an extra "go to group" button.
20501 (custom-prompt-variable, custom-group-set, custom-group-save)
20502 (custom-group-reset-current, custom-group-reset-saved)
20503 (custom-group-reset-standard): Minor cleanup.
20504
20505 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20506
20507 * Makefile.in (bootstrap-prepare): When copying from
20508 ldefs-boot.el, make sure loaddefs.el is writeable.
20509
20510 (bootstrap-prepare): Make $(lisp)/ps-print.el
20511 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20512
20513 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20514
20515 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20516 only caller, and delete.
20517 (vc-hg-state): Deal with exceptions and only parse the output on
20518 successful return.
20519 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20520 caller, and delete.
20521 (vc-hg-workfile-version): Deal with exceptions and only parse the
20522 output on successful return.
20523 (vc-hg-revert): New function.
20524
20525 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
20526
20527 * calculator.el (calculator-expt): Use more cases to determine
20528 the value.
20529
20530 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
20531
20532 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20533 file names.
20534
20535 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20536
20537 * calculator.el (calculator-expt, calculator-integer-p):
20538 New functions.
20539 (calculator-fact): Check to see if the factorial will be too
20540 large before computing it.
20541 (calculator-initial-operators): Use `calculator-expt' to
20542 compute "^".
20543 (calculator-mode): Mention that results which are too large
20544 will return inf.
20545 * calc/calc-comb.el (math-small-factorial-table): Replace list
20546 by vector.
20547
20548 2007-07-03 David Kastrup <dak@gnu.org>
20549
20550 * shell.el: On request of the authors, remove their addresses for
20551 the sake of bug reports, and add the developer list address as
20552 maintainer information.
20553
20554 2007-07-03 Richard Stallman <rms@gnu.org>
20555
20556 * files.el (make-directory): Doc fix.
20557 (find-file-confirm-inexistent-file): Make it a defcustom.
20558 Make nil the default.
20559
20560 2007-07-02 Richard Stallman <rms@gnu.org>
20561
20562 * startup.el (command-line): Set buffer-offer-save in *scratch*
20563 and enable auto-save in it.
20564
20565 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
20566
20567 * textmodes/org.el (orgstruct-mode-map): New variable.
20568 (orgstruct-mode): New minor mode.
20569 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20570 (orgstruct-make-binding, org-context-p, org-get-local-variables)
20571 (org-run-like-in-org-mode): New functions.
20572 (org-cycle-list-bullet): New command.
20573 (org-special-properties, org-property-start-re)
20574 (org-property-end-re): New constants.
20575 (org-with-point-at): New macro.
20576 (org-get-property-block, org-entry-properties, org-entry-get)
20577 (org-entry-delete, org-entry-get-with-inheritance)
20578 (org-entry-put, org-buffer-property-keys): New functions.
20579 (org-insert-property-drawer): New command.
20580 (org-entry-property-inherited-from): New variable.
20581 (org-column): New face.
20582 (org-column-overlays, org-current-columns-fmt)
20583 (org-current-columns-maxwidths, org-column-map): New variables.
20584 (org-column-menu): New menu.
20585 (org-new-column-overlay, org-overlay-columns)
20586 (org-overlay-columns-title, org-remove-column-overlays)
20587 (org-column-show-value, org-column-quit, org-column-edit):
20588 New functions.
20589 (org-columns, org-agenda-columns): New commands.
20590 (org-get-columns-autowidth-alist): New functions.
20591 (org-properties): New customize group.
20592 (org-default-columns-format): New option.
20593 (org-priority): Realign tags after changing priority.
20594 (org-preserve-lc): New macro.
20595 (org-update-checkbox-count): Catch case when there is no headline.
20596 (org-agenda-quit): Remove any column overlays.
20597 (org-beginning-of-item-list): Fixed bug when non-item line is
20598 indented too deep.
20599 (org-cached-props): New variable.
20600 (org-cached-entry-get): New function.
20601 (org-make-tags-matcher): Handle property matches.
20602 (org-table-recalculate): Swap evaluation order: Field formula
20603 first, then column formulas, but don't allow them to overwrite the
20604 field formulas.
20605 (org-table-eval-formula): New argument untouchable.
20606 (org-table-put-field-property): New function.
20607
20608 2007-07-02 Martin Rudalics <rudalics@gmx.at>
20609
20610 * help-mode.el (help-make-xrefs): Skip spaces too when
20611 skipping tabs.
20612
20613 * ffap.el (dired-at-point-prompter): Improve prompt in
20614 list-directory case.
20615
20616 2007-07-01 Richard Stallman <rms@gnu.org>
20617
20618 * files.el (find-file-visit-truename): Fix safe-local-variable value.
20619
20620 2007-07-01 Richard Stallman <rms@gnu.org>
20621
20622 * cus-start.el (max-mini-window-height): Added.
20623
20624 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20625
20626 * complete.el (partial-completion-mode): Remove advice of
20627 read-file-name-internal.
20628 (PC-do-completion): Rebind minibuffer-completion-table.
20629 (PC-read-file-name-internal): New function doing what
20630 read-file-name-internal advice did.
20631
20632 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
20633
20634 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20635 property on a few symbols.
20636 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20637 (byte-optimize-lapcode): Remove bindings that are not referenced
20638 and certainly will not effect through dynamic scoping.
20639
20640 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * files.el (find-file-confirm-inexistent-file): New var.
20643 (find-file, find-file-other-window, find-file-other-frame)
20644 (find-file-read-only, find-file-read-only-other-window)
20645 (find-file-read-only-other-frame): Use it.
20646
20647 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20650
20651 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
20652
20653 * generic-x.el (generic-define-mswindows-modes)
20654 (generic-define-unix-modes, apache-log-generic-mode)
20655 (bat-generic-mode-keymap, java-manifest-generic-mode)
20656 (show-tabs-generic-mode): Fix typos in docstrings.
20657
20658 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
20659
20660 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20661 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20662 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20663 (rcirc-print): Never ignore messages from ourself.
20664
20665 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20666
20667 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20668 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
20669
20670 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
20671
20672 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20673 replace-regexp-in-string.
20674
20675 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20676
20677 * emacs-lisp/cl.el: Set edebug and indentation before loading
20678 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20679
20680 2007-06-28 Andreas Schwab <schwab@suse.de>
20681
20682 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20683 $(lisp)/subdirs.el.
20684
20685 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
20686
20687 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20688 the speedbar frame if nil; that deletes the current frame or
20689 causes an error if it is the only frame.
20690 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20691
20692 2007-06-28 Kevin Ryde <user42@zip.com.au>
20693
20694 * textmodes/nroff-mode.el: Groff \# comments.
20695 (nroff-mode-syntax-table): \# comment intro,
20696 plain # as punct per global table.
20697 (nroff-font-lock-keywords): Add # as a single char escape.
20698 (nroff-mode): In comment-start-skip, match \#.
20699
20700 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20701
20702 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20703 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20704 point-min == 1.
20705
20706 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
20707
20708 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20709 Rename and move to...
20710
20711 * subr.el (strings->string, string->strings): ...here.
20712
20713 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20714 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20715
20716 * progmodes/gud.el (gud-common-init): Call string->strings instead
20717 of split-string.
20718
20719 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
20720
20721 * dired-aux.el: Remove `dired-call-process'.
20722 (dired-check-process): Call `process-file'.
20723
20724 * wdired.el (wdired-do-perm-changes): Call `process-file'.
20725
20726 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20727 `ange-ftp-process-file'.
20728
20729 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20730
20731 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20732
20733 * emacs-lisp/cl-extra.el:
20734 * emacs-lisp/cl-seq.el:
20735 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20736 Add autoload cookies on all defs autoloaded manually in cl.el.
20737
20738 * emacs-lisp/cl-loaddefs.el: New file.
20739
20740 * textmodes/texinfmt.el (texinfo-raisesections-alist)
20741 (texinfo-lowersections-alist): Merge definition and declaration.
20742 (texinfo-start-of-header, texinfo-end-of-header): Remove.
20743 (texinfo-format-syntax-table): Merge init into declaration.
20744 (texinfo-format-parse-line-args, texinfo-format-parse-args)
20745 (texinfo-format-parse-defun-args, texinfo-format-node)
20746 (texinfo-push-stack, texinfo-multitable-widths)
20747 (texinfo-define-info-enclosure, texinfo-alias)
20748 (texinfo-format-defindex, batch-texinfo-format): Use push.
20749 (texinfo-footnote-number): Remove duplicate declaration.
20750
20751 * ps-print.el: Update with auto-generated autoloads.
20752
20753 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20754
20755 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20756
20757 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20758 relative to current dir for file-local settings.
20759 (autoload-generate-file-autoloads): Add `outfile' arg.
20760 (update-directory-autoloads): Use it to directly call
20761 autoload-generate-file-autoloads instead of going through
20762 update-file-autoloads so we avoid redundant searches and so we can know
20763 the set of buffers changed so we can save them all.
20764
20765 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
20766 rather than throwing `up-to-date'.
20767 (autoload-generate-file-autoloads): Adjust correspondingly.
20768 (update-file-autoloads): Be careful to let-bind
20769 autoload-modified-buffers and adjust to new calling conventions.
20770 (autoload-modified-buffers): Make it a dynamically scoped var.
20771 (update-directory-autoloads): Use file-relative-name instead of
20772 autoload-trim-file-name.
20773 (autoload-insert-section-header): Don't use autoload-trim-file-name
20774 since the file is already relative now.
20775 (autoload-trim-file-name): Remove.
20776
20777 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
20778 (vc-arch-complete, vc-arch--version-completion-table)
20779 (vc-arch-revision-completion-table): New functions to provide
20780 completion of revision names.
20781 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
20782 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
20783 to let the user trim the revlib.
20784
20785 * vc.el: Add new VC operation `revision-completion-table'.
20786 (vc-default-revision-completion-table): New function.
20787 (vc-version-diff, vc-version-other-window): Use it to provide
20788 completion of revision names if the backend provides it.
20789
20790 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
20791
20792 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
20793 of newer .svn/entries.
20794
20795 2007-06-25 David Kastrup <dak@gnu.org>
20796
20797 * calc/calc-poly.el (math-padded-polynomial)
20798 (math-partial-fractions): Add some function comments.
20799
20800 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20801
20802 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
20803 Make `outbuf' optional.
20804 (update-file-autoloads): Use it.
20805
20806 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20807
20808 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
20809 (autoload-find-destination): Keep it uptodate.
20810 (autoload-save-buffers): New fun.
20811 (update-file-autoloads): Use it. Re-add the "up to date" message.
20812
20813 * emacs-lisp/autoload.el: Refactor for upcoming changes.
20814 (autoload-find-destination): New function extracted from
20815 update-file-autoloads.
20816 (update-file-autoloads): Use it.
20817 (autoload-generate-file-autoloads): New function extracted from
20818 generate-file-autoloads. Use file-relative-name. Delay computation of
20819 output-start to the first cookie. Remove done-any, replaced by
20820 output-start.
20821 (generate-file-autoloads): Use it.
20822
20823 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
20824
20825 * calc/calc-comb.el (math-init-random-base, math-prime-test):
20826 Use math-read-number-simple to insert constants.
20827 (math-prime-test): Redo calculation of sum.
20828
20829 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
20830
20831 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
20832 math-scale-bignum-3.
20833 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
20834 math-bignum-digit-size.
20835 (math-isqrt-small): Add another possible initial guess.
20836
20837 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20838
20839 * textmodes/bibtex.el (bibtex-entry-format): New options
20840 `whitespace', `braces', and `string'.
20841 (bibtex-field-braces-alist, bibtex-field-strings-alist)
20842 (bibtex-field-braces-opt, bibtex-field-strings-opt)
20843 (bibtex-cite-matcher-alist): New variables.
20844 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
20845 (bibtex-flash-head): Use blink-matching-delay.
20846 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
20847 (bibtex-format-entry, bibtex-reformat): Handle new options of
20848 bibtex-entry-format.
20849 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
20850 New functions.
20851 (bibtex-complete-internal): Do not display messages while
20852 minibuffer is used. Do not leave around a completions buffer
20853 that is out of date.
20854 (bibtex-copy-summary-as-kill): New optional arg.
20855 (bibtex-font-lock-url): New optional arg no-button.
20856 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
20857 (bibtex-url): Allow multiple URLs per entry.
20858
20859 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20860
20861 * emacs-lisp/autoload.el (autoload-generated-file): New function.
20862 (update-file-autoloads, update-directory-autoloads): Use it.
20863 (autoload-file-load-name): New function.
20864 (generate-file-autoloads, update-file-autoloads): Use it.
20865 (autoload-find-file): Accept non-absolute argument. Set default-dir.
20866 (generate-file-autoloads): If the autoloaded form is malformed,
20867 indicate the problem with a warning instead of aborting.
20868
20869 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20870
20871 * simple.el (next-error-recenter): Accept `(4)' as well;
20872 also, specify `integer' instead of `number'.
20873
20874 2007-06-23 Eli Zaretskii <eliz@gnu.org>
20875
20876 * ls-lisp.el (insert-directory): If an invalid regexp error is
20877 thrown, try using FILE as a literal file name, not a wildcard.
20878
20879 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
20880
20881 * ruler-mode.el (ruler-mode): Prevent clobbering the original
20882 `header-line-format' when reentering ruler mode.
20883
20884 2007-06-23 Eli Zaretskii <eliz@gnu.org>
20885
20886 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
20887 FILE exists as a file.
20888
20889 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20890
20891 * calc/calc.el (math-bignum-digit-length)
20892 (math-bignum-digit-size, math-small-integer-size):
20893 New constants.
20894 (math-normalize, math-bignum-big, math-make-float)
20895 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
20896 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
20897 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
20898 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
20899 (math-quotient, math-div-bignum, math-div-bignum-digit)
20900 (math-div-bignum-part, math-format-bignum-decimal)
20901 (math-read-bignum): Use math-bignum-digit-length,
20902 math-bignum-digit-size and math-small-integer-size.
20903
20904 * calc/calc-ext.el (math-fixnum-big): Use the variable
20905 math-bignum-digit-size.
20906
20907 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20908
20909 * log-view.el (log-view-mode-menu): New menu.
20910
20911 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
20914 differently.
20915
20916 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
20917 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
20918
20919 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
20920
20921 * vc-hg.el (vc-hg-print-log): Insert the file name.
20922 (vc-hg-log-view-mode): Fontify the file name.
20923
20924 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20925
20926 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
20927 (calcFunc-julian): Fix incorrect number used in calculations.
20928
20929 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
20930
20931 * simple.el (next-error-recenter): New defcustom.
20932 (next-error, next-error-internal): Recenter if specified,
20933 immediately prior to running `next-error-hook'.
20934
20935 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
20936 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
20937
20938 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
20939
20940 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20941
20942 * calc/calc-comb.el (math-small-factorial-table): New variable.
20943 (calcFunc-fact): Use `math-small-factorial-table'.
20944
20945 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
20946 initial values.
20947 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
20948 New variables to use in caches.
20949
20950 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
20951 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
20952
20953 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
20954 (math-bernoulli-b-cache): Use math-read-number-simple to insert
20955 bignums.
20956
20957 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20958 New variables to use in caches.
20959
20960 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
20961
20962 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
20963
20964 * vc-hg.el (vc-hg-log-view-mode): New mode.
20965
20966 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
20967
20968 * calc/calc.el (math-read-number-simple): New function.
20969
20970 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20971
20972 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
20973 (vera-font-lock-match-item): Fix doc string.
20974 (vera-in-comment-p): Remove unused function.
20975 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
20976 use `syntax-ppss'.
20977 (vera-forward-syntactic-ws): Fix argument order.
20978 (vera-prepare-search): Use `with-syntax-table'.
20979 (vera-indent-line): Fix doc string.
20980 (vera-electric-tab): Fix doc string.
20981 (vera-expand-abbrev): Define alias instead of using `fset'.
20982 (vera-comment-uncomment-region): Use `comment-start-skip'.
20983
20984 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
20985
20986 * textmodes/org.el (org-export-with-footnotes): New option.
20987 (org-export-as-html): Fix replacement bug for XEmacs.
20988 (org-agenda-default-appointment-duration): New option.
20989
20990 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
20991
20992 * vc-hg.el: Add to do items.
20993 (vc-hg-diff): Add support for comparing different revisions.
20994 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
20995 (vc-hg-annotate-extract-revision-at-line)
20996 (vc-hg-previous-version, vc-hg-checkin): New functions.
20997 (vc-hg-annotate-re): New constant.
20998
20999 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21000
21001 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21002
21003 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21004
21005 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21006 buffer-local value of log-view-*-re if applicable.
21007
21008 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21009 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21010 (vc-bzr-command*): Remove both (incompatible) versions.
21011 (vc-bzr-do-command*): Remove.
21012 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21013 Remove by folding into its only caller vc-bzr-command.
21014 (vc-bzr-command): Always set the environment, even when ineffective.
21015 (vc-bzr-version): Minor fix up.
21016 (vc-bzr-admin-dirname): New var.
21017 (vc-bzr-bzr-dir): Remove.
21018 (vc-bzr-root-dir): New fun.
21019 (vc-bzr-registered): Use it. Add an autoloaded version.
21020 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21021 (vc-bzr-view-log-function): Remove.
21022 (vc-bzr-log-view-mode): New major mode to replace it.
21023 (vc-bzr-print-log): Only activate the old hack if needed.
21024
21025 * vc.el (vc-default-log-view-mode): New function.
21026 (vc-print-log): Add new `log-view-mode' VC operation.
21027
21028 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21029
21030 * ido.el (ido-find-file-in-dir): Don't signal an error for
21031 empty directories.
21032
21033 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21034
21035 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21036 directory where the desktop file was found, as the docstring says.
21037 (desktop-kill): Use `read-directory-name'.
21038
21039 2007-06-20 Alan Mackenzie <acm@muc.de>
21040
21041 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21042 When removing lines, also remove the \n. Correction of patch of
21043 2007-04-21.
21044
21045 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21046
21047 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21048 event is not a cons cell. Do not unread drag-mouse-1 events.
21049 Select right window in check whether space was stolen from
21050 window above.
21051
21052 * help-mode.el (help-make-xrefs): Adjust position of new forward
21053 button.
21054
21055 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21056
21057 * vc-bzr.el (vc-bzr-with-process-environment)
21058 (vc-bzr-std-process-invocation): New macros.
21059 (vc-bzr-command, vc-bzr-command*): Use them.
21060 (vc-bzr-with-c-locale): Remove.
21061 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21062 (vc-bzr-buffer-nonblank-p): New function.
21063 (vc-bzr-state-words): New const.
21064 (vc-bzr-state): Look for `bzr status' keywords in output.
21065 Display everything else as a warning message to the user.
21066 Fix status report with bzr >= 0.15.
21067
21068 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21069
21070 * vc-hg.el (vc-hg-global-switches): Simplify.
21071 (vc-hg-state): Handle more states.
21072 (vc-hg-diff): Fix doc-string.
21073 (vc-hg-register): New function.
21074 (vc-hg-checkout): Likewise.
21075
21076 2007-06-20 Reto Zimmermann <reto@gnu.org>
21077
21078 * progmodes/vera-mode.el: New file.
21079
21080 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21081
21082 * calc/calc.el (calc-multiplication-has-precendence):
21083 New variable.
21084 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21085 New functions.
21086 (math-expr-opers): Define using math-standard-ops rather than
21087 math-standard-opers.
21088 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21089 equal the function math-standard-ops rather than the variable
21090 math-standard-opers.
21091 (calc-algebraic-entry): Let math-expr-opers equal
21092 math-standard-ops or math-expr-ops, as appropriate.
21093 (math-expr-read-level, math-read-factor): Let math-expr-opers
21094 equal math-expr-ops.
21095 * calc/calc-embed.el (calc-embedded-finish-edit):
21096 Let math-expr-opers equal the function math-standard-ops
21097 rather than the variable math-standard-opers.
21098 * calc/calc-ext.el (math-read-plain-expr)
21099 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21100 function math-standard-ops rather than the variable
21101 math-standard-opers.
21102 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21103 Let math-expr-opers equal the function math-standard-ops rather
21104 than the variable math-standard-opers.
21105 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21106 equal the function math-standard-ops rather than the variable
21107 math-standard-opers.
21108 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21109 equal the function math-standard-ops rather than the variable
21110 math-standard-opers.
21111 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21112 math-expr-ops.
21113
21114 2007-06-19 Ivan Kanis <apple@kanis.eu>
21115
21116 * vc-hg.el: New file.
21117
21118 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21121 with font-lock-multiline.
21122
21123 2007-06-17 Glenn Morris <rgm@gnu.org>
21124
21125 * lpr.el (lpr-page-header-switches): Move %s to separate element
21126 for correct quoting. Doc fix.
21127
21128 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21131 than setting sgml-xml-mode.
21132 (sgml-mode, html-mode): Set sgml-xml-mode.
21133 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21134 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21135 (sgml-electric-tag-pair-before-change-function)
21136 (sgml-electric-tag-pair-flush-overlays): New functions.
21137 (sgml-electric-tag-pair-mode): New minor mode.
21138 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21139 (sgml-calculate-indent): Use assoc-string.
21140
21141 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21142
21143 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21144 chars before the "@" in an email address. Andreas Roehler noticed
21145 this problem.
21146
21147 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21148
21149 * thingatpt.el: Add support for email addresses (`email').
21150 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21151 (thing-at-point-email-regexp): New variable.
21152 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21153 properties on this symbol, with lambda forms for values.
21154
21155 2007-06-15 Masatake YAMATO <jet@gyve.org>
21156
21157 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21158
21159 * vc.el (vc-dired-hook): Check the backend returned from
21160 `vc-responsible-backend' can really handle `subdir'.
21161
21162 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * wid-edit.el (widget-add-documentation-string-button):
21165 Fix handling of documentation indent.
21166
21167 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21168
21169 * mb-depth.el: New file.
21170
21171 2007-06-15 Masatake YAMATO <jet@gyve.org>
21172
21173 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21174
21175 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21176
21177 * wid-edit.el (widget-default-create): Move ?h handling here...
21178 (widget-default-format-handler): ...from here.
21179 (widget-docstring, widget-add-documentation-string-button): New funs.
21180 (documentation-string): Add :visibility-widget property.
21181 (widget-documentation-string-value-create): Use it.
21182
21183 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21184 (custom-buffer-create-internal): Simplify message.
21185 (custom-variable-tag): Reduce height to normal.
21186 (custom-variable-value-create, custom-face-value-create)
21187 (custom-visibility): New widget.
21188 (custom-visibility): New face.
21189 (custom-group-value-create):
21190 Call widget-add-documentation-string-button, using `custom-visibility'.
21191
21192 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21195 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21196 change. Apparently the "warning even if the group is implicit" is
21197 a feature rather than a bug.
21198
21199 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21200
21201 * emulation/viper.el (viper-describe-key-ad)
21202 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21203 Compile them conditionally.
21204 (viper-version): Belated version change.
21205
21206 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21207
21208 * follow.el (follow-all-followers, follow-generic-filter):
21209 * pcomplete.el (pcomplete-restore-windows):
21210 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21211 (x-dnd-drop-data):
21212 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21213 * progmodes/python.el (python-complete-symbol):
21214 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21215
21216 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21217
21218 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21219 around bright and dim regexps. Make sure bright and dim matches
21220 use word anchors. Send text through rcirc-markup functions.
21221 (rcirc-url-regexp): Add single quote character.
21222 (rcirc-connect): Write logs to disk on auto-save-hook.
21223 Make server a non-optional argument.
21224 (rcirc-log-alist): New variable.
21225 (rcirc-log-directory): Make customizable.
21226 (rcirc-log-flag): New customizable variable.
21227 (rcirc-log): New function.
21228 (rcirc-print): Use above function.
21229 (rcirc-log-write): New function.
21230 (rcirc-generate-new-buffer-name): Strip text properties.
21231 (rcirc-switch-to-buffer-function): Remove variable.
21232 (rcirc-last-non-irc-buffer): Remove variable.
21233 (rcirc-non-irc-buffer): Add function.
21234 (rcirc-next-active-buffer): Use above function.
21235 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21236 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21237 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21238 (rcirc-omit-mode): Add minor-mode.
21239 (rcirc-mode-map): Change C-c C-o binding.
21240 (rcirc-mode): Clear mode-line-process. Use a custom
21241 fill-paragraph-function. Set up buffer-invisibility-spec.
21242 (rcirc-response-formats): Remove timestamp code.
21243 (rcirc-omit-responses): Add variable.
21244 (rcirc-print): Don't put the overlay arrow on potentially omitted
21245 lines. Log line to disk. Record activity for private messages
21246 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21247 (rcirc-jump-to-first-unread-line): Print message if there is no
21248 unread text.
21249 (rcirc-clear-unread): New function.
21250 (rcirc-markup-text-functions): Add variable.
21251 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21252 (rcirc-debug): Don't mess with window configuration.
21253 (rcirc-send-message): Send message before printing locally.
21254 Add SILENT argument, do not print message if non-nil.
21255 (rcirc-visible-buffers): New function and variable.
21256 (rcirc-window-configuration-change-1): Add function.
21257 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21258 server buffer.
21259 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21260 (rcirc-fill-paragraph): Add function.
21261 (rcirc-record-activity, rcirc-window-configuration-change-1):
21262 Only update the activity string if it has actually changed.
21263 (rcirc-update-activity-string): Remove padding characters from the
21264 mode-line string.
21265 (rcirc-disconnect-buffer): New function to be called when a
21266 channel is parted or the user quits.
21267 (rcirc-server-name): Warn when the server-name hasn't been set.
21268 (rcirc-window-configuration-change): Postpone work until
21269 post-command-hook.
21270 (rcirc-window-configuration-change-1): Update mode-line and
21271 overlay arrows here.
21272 (rcirc-authenticate): Fixc hanserv identification.
21273 (rcirc-default-server): Remove variable.
21274 (rcirc): Connect according to rcirc-connections.
21275 (rcirc-connections): Add variable.
21276 (rcirc-startup-channels-alist): Remove variable.
21277 (rcirc-startup-channels): Remove function.
21278
21279 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21280
21281 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21282
21283 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21284
21285 * term/xterm.el (terminal-init-xterm): Escape parens in character
21286 constants.
21287
21288 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21289
21290 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21291 Use [:alpha:] and [:alnum:] where applicable.
21292 (sh-quoted-subshell): Rewrite to correctly
21293 handle nested mixes of `...' and $(...).
21294 (sh-apply-quoted-subshell): Remove.
21295 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21296
21297 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21298
21299 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21300
21301 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21302 previous change.
21303
21304 2007-06-12 Tom Tromey <tromey@redhat.com>
21305
21306 * subr.el (user-emacs-directory): New defconst.
21307 * cmuscheme.el (scheme-start-file):
21308 * shell.el (shell):
21309 * completion.el (save-completions-file-name):
21310 * custom.el (custom-theme-directory):
21311 * term/x-win.el (emacs-session-filename):
21312 * filesets.el (filesets-menu-cache-file):
21313 * thumbs.el (thumbs-thumbsdir):
21314 * server.el (server-auth-dir):
21315 * image-dired.el (image-dired-dir):
21316 (image-dired-db-file):
21317 (image-dired-temp-image-file):
21318 (image-dired-gallery-dir):
21319 (image-dired-temp-rotate-image-file):
21320 * play/gamegrid.el (gamegrid-user-score-file-directory):
21321 * savehist.el (savehist-file):
21322 * tutorial.el (tutorial--saved-dir):
21323 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21324
21325 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21326
21327 * scroll-lock.el (scroll-lock-mode): Doc fix.
21328
21329 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21330
21331 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21332
21333 * ediff-init.el: Doc strings.
21334
21335 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21336
21337 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21338 (byte-compile-file): Bind it.
21339 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21340 group argument is provided implicitly.
21341 (byte-compile-format-warn, byte-compile-from-buffer)
21342 (byte-compile-insert-header): Don't hardcode point-min==1.
21343 (byte-compile-file-form-require): Remove unused var old-load-list.
21344 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21345
21346 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21347
21348 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21349 Display error messages.
21350 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21351 Get rid of cl.el dependencies.
21352
21353 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21354 New variable.
21355 (viper-activate-input-method-action)
21356 (viper-inactivate-input-method-action):
21357 Use viper-suppress-input-method-change-message.
21358
21359 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21360 for C-s, C-r.
21361
21362 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21363 Use viper-replace-overlay-cursor-color instead of
21364 viper-replace-overlay-cursor-color.
21365 (viper-sit-for-short): Use sit-for with 3 arguments.
21366
21367 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21368 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21369 to gud-mode.
21370
21371 * ediff-mult.el (ediff-meta-buffer-brief-message)
21372 (ediff-meta-buffer-verbose-message): New variables.
21373 (ediff-meta-buffer-message): Variable deleted.
21374 (ediff-verbose-help-enabled): New variable.
21375 (ediff-toggle-verbose-help-meta-buffer): New function.
21376 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21377 message options.
21378
21379 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21380 (ediff-fixup-patch-map): Improve heuristic.
21381
21382 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21385 (log-view-font-lock-keywords): Simplify.
21386 (log-view-current-file, log-view-current-tag): Simplify.
21387
21388 2007-06-12 Sam Steingold <sds@gnu.org>
21389
21390 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21391
21392 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21393
21394 * desktop.el (desktop-load-locked-desktop): New option.
21395 (desktop-read): Use it.
21396 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21397 Use `when'.
21398
21399 2007-06-12 Davis Herring <herring@lanl.gov>
21400
21401 * desktop.el (desktop-save-mode-off): New function.
21402 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21403 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21404 (desktop-claim-lock, desktop-release-lock): New functions.
21405 (desktop-kill): Tell `desktop-save' that this is the last save.
21406 Release the lock afterwards.
21407 (desktop-buffer-info): New function.
21408 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21409 says to. Detect conflicts, and manage the lock.
21410 (desktop-read): Detect conflicts. Manage the lock.
21411
21412 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21413
21414 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21415
21416 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21417 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21418 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21419 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21420 keysyms rather than byte sequences.
21421 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21422
21423 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21424
21425 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21426 half-activated, forcefully activate it completely.
21427
21428 2007-06-11 Richard Stallman <rms@gnu.org>
21429
21430 * cus-edit.el (custom-variable-type): Doc fix.
21431
21432 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21435 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21436 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21437 different possible cases for \'.
21438
21439 * complete.el (PC-bindings): Don't bind things already bound in the
21440 parent keymap.
21441
21442 * textmodes/bibtex-style.el: New file.
21443
21444 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21445
21446 * vc-bzr.el: New file.
21447
21448 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21449
21450 * vc-svn.el (vc-svn-program): New var.
21451 (vc-svn-command): Use it.
21452
21453 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21454
21455 * server.el (server-switch-buffer): Remove redundant check.
21456
21457 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21458
21459 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21460 Match against file-name-nondirectory.
21461 Fix text on user customization variables.
21462 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21463
21464 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21465
21466 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21467
21468 2007-06-09 Davis Herring <herring@lanl.gov>
21469
21470 * desktop.el (desktop-minor-mode-table): Doc fix.
21471
21472 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21473
21474 * textmodes/css-mode.el (css-navigation-syntax-table):
21475 Use set-char-table-range so it also works in the unicode branch.
21476
21477 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * help-mode.el (help-xref-forward-stack)
21480 (help-xref-stack-forward-item, help-forward-label): New variables.
21481 (help-forward): New button type.
21482 (help-setup-xref): Initialise help-xref-forward-stack.
21483 (help-make-xrefs): Add forward button, if appropriate.
21484 (help-xref-go-back): Push item on forward stack.
21485 (help-xref-go-forward, help-go-forward): New functions.
21486
21487 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
21488
21489 * dired.el (dired-mode-map): Remove spurious separator.
21490
21491 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21492
21493 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21494
21495 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21496 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21497
21498 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
21499
21500 * textmodes/org.el: Version number fixed.
21501
21502 2007-06-07 Glenn Morris <rgm@gnu.org>
21503
21504 * version.el (emacs-copyright): New constant.
21505 * startup.el (fancy-splash-tail): Use emacs-copyright.
21506 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21507
21508 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21509 `make-local'.
21510 (byte-compile-warnings-safe-p): Add `make-local'.
21511 (byte-compile-make-variable-buffer-local):
21512 Allow byte-compile-warnings to suppress this warning.
21513
21514 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21515 format of "menu" description.
21516 (tutorial--find-changed-keys): Describe the specific menu a
21517 command is in.
21518
21519 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21520 Rewrite compatibility functions to silence byte-compiler.
21521
21522 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21523
21524 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21525 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21526
21527 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
21528
21529 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21530
21531 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21532
21533 * progmodes/ebrowse.el (ebrowse-member-table):
21534 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21535 (org-batch-agenda-csv): Fix typos in docstrings.
21536
21537 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
21538
21539 * pgg.el (pgg-sign-region, pgg-sign):
21540 * ses.el (ses-call-printer):
21541 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21542 * textmodes/org.el (org-cycle): Fix typos in docstrings.
21543
21544 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
21545
21546 * textmodes/org.el (org-export-region-as-html)
21547 (org-replace-region-by-html, org-number-to-letters)
21548 (org-table-fedit-finish, org-normalize-color)
21549 (org-table-fedit-ref-right, org-date-to-gregorian)
21550 (org-table-fedit-move, org-table-convert-refs-to-rc)
21551 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21552 (org-write-agenda, org-colgroup-info-to-vline-list)
21553 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21554 (org-indent-line-function, org-export-as-html-to-buffer)
21555 (org-store-agenda-views, org-update-mode-line)
21556 (org-find-if, org-delete-all)
21557 (org-table-fedit-convert-buffer, org-emphasize)
21558 (org-uniquify, org-table-fedit-lisp-indent)
21559 (org-table-fedit-scroll, org-get-todo-sequence-head)
21560 (org-table-fedit-scroll-down, org-table-fedit-line-down)
21561 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21562 (org-table-fedit-toggle-coordinates, org-dvipng-color)
21563 (org-table-fedit-line-up, org-table-fedit-ref-down)
21564 (org-table-formula-from-user, org-mode-flyspell-verify)
21565 (org-cycle-show-empty-lines, org-ctrl-c-ret)
21566 (org-table-formula-to-user, org-diary-to-ical-string)
21567 (orgtbl-export, org-table-fedit-post-command)
21568 (org-closed-in-range, org-shiftcontrolright)
21569 (org-table-convert-refs-to-an, org-table-hline-and-move)
21570 (org-table-formula-less-p, org-format-table-ascii)
21571 (org-agenda-get-sexps, org-shift-refpart)
21572 (org-diary-sexp-entry, org-time-string-to-absolute)
21573 (org-table-show-reference, org-letters-to-number)
21574 (org-fix-agenda-info, org-table-fedit-ref-up)
21575 (org-table-fedit-shift-reference, org-table-fedit-abort)
21576 (org-closest-date, org-shiftcontrolleft)
21577 (org-at-heading-or-item-p, org-rematch-and-replace)
21578 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21579 New functions.
21580 (org-table-edit-scroll-down, org-finish-edit-formulas)
21581 (org-table-edit-next-field, org-abort-edit-formulas)
21582 (org-font-lock-level, org-export-find-first-heading-line)
21583 (org-table-edit-line-down, org-table-edit-backward-field)
21584 (org-edit-formula-lisp-indent, org-table-edit-move)
21585 (org-check-log-option, org-this-word)
21586 (org-table-edit-line-up, org-table-edit-formulas-post-command)
21587 (org-agenda-file-to-end, org-expand-file-name)
21588 (org-fake-empty-table-line, org-table-edit-scroll)
21589 (org-toggle-log-option, org-show-reference): Function removed.
21590 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21591 New defsubsts.
21592 (org-unmodified, org-batch-store-agenda-views)
21593 (org-batch-agenda-csv): New macro.
21594 (org-agenda-export): New customization group.
21595 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21596 (org-highest-priority, org-agenda-exporter-settings)
21597 (org-log-done-with-time, org-replace-disputed-keys)
21598 (org-format-latex-header, org-export-table-header-tags)
21599 (org-cycle-separator-lines, org-export-table-data-tags)
21600 (org-icalendar-include-sexps)
21601 (org-empty-line-terminates-plain-lists)
21602 (org-log-repeat, org-special-ctrl-a)
21603 (org-table-use-standard-references, org-disputed-keys)
21604 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21605 (org-agenda-export-html-style): New option.
21606 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21607 (org-CUA-compatible): Option removed.
21608 (org-agenda-structure, org-sexp-date): New face.
21609 (org-todo-keywords-for-agenda, org-not-done-keywords)
21610 (org-planning-or-clock-line-re, org-agenda-name)
21611 (org-table-colgroup-info, org-todo-sets)
21612 (constants-unit-system, org-clock-mode-line-entry)
21613 (org-mode-line-timer, org-table-current-begin-pos)
21614 (org-todo-keywords-1, org-mode-line-string)
21615 (org-table-clean-did-remove-column, org-table-fedit-map)
21616 (org-clock-heading, org-table-buffer-is-an)
21617 (org-agenda-info, org-done-keywords)
21618 (org-done-keywords-for-agenda, org-todo-heads)
21619 (org-todo-kwd-alist, org-clock-start-time): New variable.
21620 (org-todo-kwd-priority-p, org-edit-formulas-map)
21621 (org-repeat-re, org-todo-kwd-max-priority)
21622 (org-version, org-done-string)
21623 (org-table-clean-did-remove-column-1, org-disputed-keys):
21624 Remove variables.
21625 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21626 (org-ts-lengths): Constant removed.
21627 (org-follow-gnus-link): Don't ask how many articles to read.
21628 (org-export-find-first-export-line): Rename from
21629 `org-export-find-first-heading'.
21630 Use `org-export-skip-text-before-1st-heading'.
21631 (org-table-fedit-post-command): Rename from
21632 `org-table-edit-formulas-post-command'.
21633 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21634 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21635 (org-table-fedit-lisp-indent): Rename from
21636 `org-edit-formula-lisp-indent'.
21637 (org-table-show-reference): Rename from `org-show-reference'.
21638 (org-table-store-formulas): Use `org-table-formula-less-p'.
21639 (org-table-edit-formulas): Position cursor to current field equation.
21640 (org-update-checkbox-count, org-hide-archived-subtrees)
21641 (org-timestamp-up-day, org-timestamp-down-day)
21642 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21643 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21644 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21645 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21646 Let `org-on-heading-p' also check for invisible heading.
21647 (org-read-date): Match am/pm times.
21648 (org-eval-in-calendar): Fix default date in prompt.
21649
21650 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
21651
21652 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21653 "ChangeLog.a" entries, giving the latter lower priority.
21654
21655 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21656
21657 * faces.el (face-id): If the argument is a face alias,
21658 return the ID of the target face.
21659
21660 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
21661
21662 * net/socks.el (top): Remove unnecessary copyright line.
21663
21664 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
21665
21666 * longlines.el (longlines-auto-wrap): Handle argument correctly.
21667
21668 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
21669
21670 * net/socks.el: New file, taken from w3 repository.
21671 (top): Update Copyright. Don't load cl.el.
21672 (all): Replace `case' by `cond', `string-to-int' by
21673 `string-to-number', and `process-kill-without-query' by
21674 `set-process-query-on-exit-flag'.
21675 (socks-char-int): Remove defalias and all occurrences.
21676
21677 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
21678
21679 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21680 Fix typos in docstrings.
21681 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21682 (compilation-finish-function): Fix typo in obsolescence declaration.
21683
21684 2007-06-03 Sam Steingold <sds@gnu.org>
21685
21686 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21687 handle unending automatic recompilation of changed files (`omake -P').
21688 (compilation-loop): VISITED is now 5th CDR.
21689 (compilation-next-error-function): Set TIMESTAMP.
21690
21691 2007-06-03 Sam Steingold <sds@gnu.org>
21692
21693 * files.el (kill-buffer-ask): New function.
21694 (kill-some-buffers): Use it.
21695 (kill-matching-buffers): New user command.
21696
21697 2007-06-01 David Kastrup <dak@gnu.org>
21698
21699 * dired.el (dired-recursive-deletes, dired-recursive-copies):
21700 Change default to `top'.
21701
21702 2007-05-31 Richard Stallman <rms@gnu.org>
21703
21704 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21705
21706 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21707
21708 * textmodes/css-mode.el: New file.
21709
21710 2007-05-30 Michael Olson <mwolson@gnu.org>
21711
21712 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21713 died and we are trying to send a signal to it. The program using
21714 tq.el should periodically check to see whether the process has
21715 died and react appropriately -- this is not the responsibility of
21716 tq.el, and is consistent with the rest of the tq.el source code.
21717
21718 2007-05-29 Martin Rudalics <rudalics@gmx.at>
21719
21720 * textmodes/table.el (table--point-entered-cell-function)
21721 (table--point-left-cell-function):
21722 Bind `inhibit-point-motion-hooks' to t.
21723
21724 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21725
21726 * emacs-lisp/rx.el (rx): Doc fix.
21727
21728 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
21729
21730 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21731
21732 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
21733
21734 Sync with Tramp 2.0.56.
21735
21736 * net/tramp.el:
21737 * net/tramp-ftp.el:
21738 * net/tramp-smb.el:
21739 * net/tramp-util.el:
21740 * net/tramp-vc.el:
21741 Don't load cl.el, because that pollutes the namespace. Replace cl
21742 macros by their implementations where necessary. Requested by
21743 Richard Stallman <rms@gnu.org>.
21744
21745 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21746 doesn't exist.
21747 (with-parsed-tramp-file-name): Protect debug spec during compilation.
21748 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21749 (tramp-file-name-p, tramp-file-name-multi-method)
21750 (tramp-file-name-method, tramp-file-name-user)
21751 (tramp-file-name-host, tramp-file-name-localname): New defuns,
21752 replacing defstruct `tramp-file-name'.
21753 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21754 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21755 Apply `vector' instead of `make-tramp-file-name'.
21756 (tramp-handle-make-auto-save-file-name):
21757 Apply `tramp-temporary-file-directory' for compatibility reasons.
21758 (tramp-completion-mode): Use `natnump' instead of `wholenump'
21759 because of XEmacs.
21760 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21761 started.
21762
21763 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
21764
21765 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
21766
21767 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
21768
21769 * log-edit.el (log-edit-changelog-paragraph): Return point-max
21770 as the end of the ChangeLog paragraph when it ends without a line
21771 termination.
21772
21773 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
21774
21775 * net/webjump.el (webjump-sample-sites):
21776 Add simple Wikipedia query.
21777
21778 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21779
21780 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
21781 compatibility code.
21782
21783 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
21784 (copyright-update-year): Use it.
21785
21786 * edmacro.el (edmacro-format-keys): Use current-active-maps.
21787
21788 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
21789 Add indentation and debugging info. Fix up comment convention.
21790
21791 * cus-dep.el (custom-make-dependencies): Simplify.
21792
21793 * composite.el (compose-region, decompose-region):
21794 Use inhibit-read-only and restore-buffer-modified-p.
21795
21796 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
21797 (xterm-mouse-event): Use it.
21798
21799 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
21800
21801 * bs.el (bs-cycle-previous): Don't modify the cycle list until
21802 `switch-to-buffer' has returned succesfully.
21803 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
21804 window is dedicated (it could iconify the frame).
21805
21806 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
21807
21808 * vc-hooks.el (vc-find-root): Fix file attribute test.
21809
21810 2007-05-24 Richard Stallman <rms@gnu.org>
21811
21812 * textmodes/flyspell.el (flyspell-correct-word-before-point):
21813 Don't let opoint be nil.
21814 (flyspell-emacs-popup): Explicit error if no dialogs.
21815
21816 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
21817
21818 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
21819 (image-next-line, image-previous-line, image-scroll-up)
21820 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
21821 New functions.
21822 (image-mode-map): Remap motion commands.
21823 (image-mode-text-map): New keymap for viewing images as text.
21824 (image-mode): Use image-mode-map.
21825 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
21826
21827 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21828
21829 * textmodes/fill.el (canonically-space-region): Make the second arg
21830 a marker if it's not already the case.
21831
21832 2007-05-23 Eli Zaretskii <eliz@gnu.org>
21833
21834 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
21835 (tar-get-descriptor): Handle type 55, an extended pax header.
21836
21837 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21838
21839 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
21840 to confuse outline-minor-mode.
21841
21842 2007-05-23 Eli Zaretskii <eliz@gnu.org>
21843
21844 * tar-mode.el (tar-file-name-handler): New function.
21845 (tar-extract): Bind file-name-handler-alist to it to force
21846 find-buffer-file-type-coding-system behave as if the file being
21847 extracted existed. Use last-coding-system-used to force
21848 buffer-file-coding-system to what decode-coding-region actually
21849 used to decode the file.
21850
21851 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21852
21853 * progmodes/compile.el (compilation-handle-exit):
21854 `compilation-finish-function' may change the current buffer.
21855
21856 2007-05-22 Richard Stallman <rms@gnu.org>
21857
21858 * files.el (set-auto-mode): Doc fix.
21859
21860 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
21861
21862 * help-fns.el (find-source-lisp-file): New function.
21863 (describe-function-1): Use find-source-lisp-file to find source
21864 file in compile tree.
21865
21866 2007-05-22 Eli Zaretskii <eliz@gnu.org>
21867
21868 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
21869
21870 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
21871
21872 * emacs-lisp/easy-mmode.el (define-minor-mode)
21873 (easy-mmode-define-navigation): Fix typos in docstrings.
21874
21875 2007-05-22 Glenn Morris <rgm@gnu.org>
21876
21877 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
21878
21879 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
21880
21881 * mail/mail-extr.el (mail-extract-address-components):
21882 Recognize non-ASCII characters except for NBSP as words.
21883
21884 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
21885
21886 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
21887 (rcirc-print): Handle `window-width'.
21888 (rcirc-buffer-maximum-lines): Doc fix.
21889
21890 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21891
21892 * image-mode.el (image-toggle-display): Don't clear image cache.
21893 Only use filename in image spec if the file is readable.
21894 Call image-refresh.
21895
21896 * image.el (image-type-from-file-name, image-type): Simplify.
21897 (image-type-auto-detected-p): Don't scan auto-mode-alist.
21898
21899 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
21900 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
21901
21902 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21903
21904 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
21905 is an error.
21906
21907 * term/linux.el (terminal-init-linux): Don't signal an error
21908 if gpm isn't running.
21909
21910 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21911
21912 * t-mouse.el: Reduce to a minor-mode macro call.
21913 (t-mouse-mode): Remove the lighter.
21914
21915 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
21916
21917 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
21918
21919 * files.el (auto-mode-alist): Change the regexp so that
21920 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
21921
21922 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21923
21924 * Version 22.1 released.
21925
21926 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21927
21928 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
21929 changes.
21930
21931 2007-05-19 Kevin Ryde <user42@zip.com.au>
21932
21933 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
21934
21935 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
21936
21937 * textmodes/sgml-mode.el: Revert last change.
21938
21939 2007-05-18 Richard Stallman <rms@gnu.org>
21940
21941 * simple.el (push-mark): Doc fix.
21942
21943 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
21944
21945 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
21946 tpu-global-map.
21947 (tpu-original-global-map): Variable deleted.
21948 (tpu-control-keys-map): New keymap variable.
21949 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
21950 setting keymapping directly.
21951 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
21952 tpu-global-map.
21953 (tpu-edt-on): Activate the tpu-global-map.
21954 (tpu-edt-off): Deactivate the tpu-global-map.
21955
21956 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
21957
21958 * textmodes/ispell.el (ispell-get-word): Return markers
21959 for start and end positions.
21960 (ispell-word): Assume END is a marker.
21961
21962 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
21963
21964 * textmodes/sgml-mode.el (sgml-tag):
21965 Fix bug: Call sgml-transformation-function.
21966
21967 2007-05-17 Martin Rudalics <rudalics@gmx.at>
21968
21969 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
21970 modified flag of buffer. Use `inhibit-modification-hooks'.
21971
21972 2007-05-16 Richard Stallman <rms@gnu.org>
21973
21974 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
21975
21976 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * files.el (magic-mode-alist, magic-fallback-mode-alist):
21979 Move the *ml, Postscript, and XmCD entries to the fallback part.
21980
21981 * files.el (magic-fallback-mode-alist):
21982 Rename from file-start-mode-alist.
21983
21984 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21985
21986 * progmodes/compile.el (compilation-handle-exit): Quote first
21987 argument of `run-hook-with-args'.
21988
21989 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
21990
21991 * buff-menu.el (Buffer-menu-sort-column):
21992 * dabbrev.el (dabbrev-upcase-means-case-search):
21993 * dired.el (dired-recursive-deletes, dired-recursive-copies):
21994 * info.el (Info-current-subfile):
21995 * ls-lisp.el (ls-lisp-verbosity):
21996 * msb.el (msb-menu-cond):
21997 * pcvs.el (cvs-dired-use-hook):
21998 * simple.el (set-mark-command-repeat-pop):
21999 * time.el (display-time-24hr-format, display-time-mail-file):
22000 Doc fixes.
22001
22002 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22003 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22004
22005 * view.el (view-inhibit-help-message): Fix typo in docstring.
22006 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22007
22008 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22009
22010 * textmodes/ispell.el (ispell-start-process): Defend against bad
22011 default-directory.
22012
22013 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22014
22015 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22016 content-transfer-encoding _last_, because it's its position that
22017 we need as value of base64-header-field-end.
22018
22019 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22020
22021 * files.el (mode-require-final-newline, require-final-newline)
22022 (enable-local-variables, enable-local-eval): Doc fixes.
22023
22024 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22025
22026 * ps-print.el: Use default color when foreground or background color
22027 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22028 (ps-print-version): New version 6.7.4.
22029 (ps-rgb-color): New argument. Use default color when color is
22030 unspecified.
22031 (ps-begin-job): Fix code.
22032
22033 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22034
22035 * longlines.el (longlines-mode): Make longlines-auto-wrap
22036 buffer-local. Add hooks unconditionally.
22037 (longlines-auto-wrap): Toggle wrapping.
22038 (longlines-after-change-function)
22039 (longlines-post-command-function): Check longlines-auto-wrap.
22040
22041 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22042
22043 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22044 (xterm-mouse-translate): Use it.
22045
22046 2007-05-10 Richard Stallman <rms@gnu.org>
22047
22048 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22049 (iso-cvt-write-only): Likewise.
22050
22051 * emacs-lisp/easy-mmode.el (define-minor-mode):
22052 Fix generated doc string.
22053
22054 * startup.el (fancy-splash-text): Add URL of guided tour.
22055 Adjust horizontal and vertical whitespace.
22056
22057 * progmodes/compile.el (compilation-handle-exit):
22058 Use run-hook-with-args to run compilation-finish-functions.
22059
22060 * files.el (file-start-mode-alist): New variable.
22061 (magic-mode-regexp-match-limit): Doc fix.
22062 (set-auto-mode): Handle file-start-mode-alist.
22063 A little cleanup of structure.
22064
22065 * dabbrev.el (dabbrev-eliminate-newlines):
22066 Renamed from dabbrev--eliminate-newlines. All uses changed.
22067
22068 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22069
22070 * man.el (Man-next-section): Don't consider the last line of the page
22071 as being part of any section.
22072
22073 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22074
22075 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22076 can take any number of values.
22077
22078 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22079
22080 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22081 to the list of citation commands.
22082
22083 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22084
22085 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22086
22087 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22088
22089 * progmodes/python.el (python-font-lock-keywords)
22090 (python-open-block-statement-p, python-mode): Add support for the new
22091 "with" keyword.
22092
22093 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22096 the exact opposite of diff-goto-source.
22097
22098 * emacs-lisp/advice.el (ad-special-forms): Remove.
22099 (ad-special-form-p): Use subr-arity.
22100
22101 * newcomment.el (comment-search-forward): Make sure we search forward.
22102 (comment-enter-backward): Try and distinguish the non-matching case at
22103 EOB from the non-matching case with a missing comment-end-skip for
22104 a 2-char comment ender.
22105 (comment-choose-indent): New function extracted from comment-indent.
22106 Improve the alignment algorithm.
22107 (comment-indent): Use it.
22108
22109 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22110 XML style Processing Instructions.
22111 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22112 (sgml-calculate-indent): Handle `pi' context.
22113
22114 * vc.el: Ensure that update-changelog issues an error when used with
22115 a backend that does not implement it.
22116 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22117 Remove `backend' argument. Use expand-file-name.
22118 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22119
22120 * progmodes/python.el (python-end-of-block): Revert last change.
22121 (python-end-of-statement): Make sure we move *forward*.
22122
22123 2007-05-08 Richard Stallman <rms@gnu.org>
22124
22125 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22126 Don't include non-self-insert commands in the exception for `-'.
22127
22128 2007-05-08 David Reitter <david.reitter@gmail.com>
22129
22130 * progmodes/python.el (python-guess-indent): Check non-nullness
22131 before comparing indent against the 2..8 interval.
22132
22133 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22134
22135 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22136 available.
22137
22138 2007-05-06 Richard Stallman <rms@gnu.org>
22139
22140 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22141
22142 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22143
22144 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22145 rather than storing their value in the revert-buffer function.
22146
22147 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22148
22149 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22150 when disabling t-mouse-mode.
22151
22152 2007-05-01 Davis Herring <herring@lanl.gov>
22153
22154 * calendar/timeclock.el: Update version number.
22155 (timeclock-modeline-display): Mention timeclock-use-display-time
22156 in explanatory message.
22157 (timeclock-in): Fix non-interactive workday specifications.
22158 (timeclock-log): Don't kill the log buffer if it already existed.
22159 Suppress warnings when finding the log. Don't check for a nil
22160 project twice. Run hooks after killing the buffer (if applicable).
22161 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22162 was geometric). All uses changed.
22163 (timeclock-generate-report): Support prefix argument.
22164
22165 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22166
22167 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22168 disconnections.
22169
22170 2007-05-01 Romain Francoise <romain@orebokech.com>
22171
22172 * dired-x.el: Revert 2007-04-06 change.
22173
22174 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22175
22176 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22177
22178 2007-04-29 Richard Stallman <rms@gnu.org>
22179
22180 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22181
22182 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22183
22184 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22185 than 1.
22186
22187 2007-04-28 Richard Stallman <rms@gnu.org>
22188
22189 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22190
22191 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22192
22193 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22194 don't put stop on toolbar.
22195
22196 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22197
22198 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22199
22200 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22201
22202 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22203 instead of $(lisp)/mh-e.
22204
22205 2007-04-28 Glenn Morris <rgm@gnu.org>
22206
22207 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22208 (image-dired-cmd-create-temp-image-options): Replace option
22209 +profile "*" with -strip.
22210
22211 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22212
22213 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22214 Use window-start and window-end.
22215
22216 2007-04-27 Andreas Schwab <schwab@suse.de>
22217
22218 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22219
22220 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22221
22222 * textmodes/fill.el (fill-paragraph): Doc fix.
22223
22224 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22225
22226 * locate.el (locate-in-alternate-database): Doc fix.
22227
22228 2007-04-26 Glenn Morris <rgm@gnu.org>
22229
22230 * button.el (button): Use underline if supported, else fall back
22231 to color.
22232
22233 * version.el (emacs-version): Increase to 22.1.50.
22234
22235 2007-04-25 Richard Stallman <rms@gnu.org>
22236
22237 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22238
22239 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22240
22241 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22242 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22243 pushing mark.
22244 (idlwave-current-routine): Don't push mark.
22245
22246 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22247
22248 * image-dired.el (image-dired-display-image): Derive image-type from
22249 filename rather than assuming jpeg, in case no resizing was needed.
22250
22251 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22252
22253 * custom.el (defface): Doc fix.
22254
22255 See ChangeLog.12 for earlier changes.
22256
22257 ;; Local Variables:
22258 ;; coding: utf-8
22259 ;; add-log-time-zone-rule: t
22260 ;; End:
22261
22262 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22263
22264 This file is part of GNU Emacs.
22265
22266 GNU Emacs is free software; you can redistribute it and/or modify
22267 it under the terms of the GNU General Public License as published by
22268 the Free Software Foundation; either version 3, or (at your option)
22269 any later version.
22270
22271 GNU Emacs is distributed in the hope that it will be useful,
22272 but WITHOUT ANY WARRANTY; without even the implied warranty of
22273 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22274 GNU General Public License for more details.
22275
22276 You should have received a copy of the GNU General Public License
22277 along with GNU Emacs; see the file COPYING. If not, write to the
22278 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22279 Boston, MA 02110-1301, USA.
22280
22281 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af