(set-locale-environment): Don't warn if coding system doesn't agree with system
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/mule-cmds.el (set-locale-environment): Don't warn if
4 coding system doesn't agree with system locale (this reverts changes
5 by Dave Love, dated 2002-10-27 and 2002-10-09).
6
7 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
9
10 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
11
12 2008-04-08 Glenn Morris <rgm@gnu.org>
13
14 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
15 * textmodes/remember.el (remember-diary-convert-entry):
16 Require calendar.
17
18 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
19 diary-file, since it is the default for make-diary-entry anyway.
20
21 * calendar/cal-menu.el (cal-menu-event-to-date):
22 Rename calendar-event-to-date. Update callers.
23 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
24 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
25 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
26 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
27 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
28 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
29 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
30 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
31 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
32 (calendar-mouse-tex-month-landscape):
33 Rename cal-tex-mouse-month-landscape.
34 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
35 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
36 (calendar-mouse-tex-year-landscape):
37 Rename cal-tex-mouse-year-landscape.
38 (cal-menu-context-mouse-menu): Update for above name changes.
39
40 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
41 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
42 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
43 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
44 * calendar/holidays.el: Replace int-to-string with number-to-string.
45
46 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
47
48 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
49 region if point moves.
50
51 2008-04-08 Kenichi Handa <handa@m17n.org>
52
53 * faces.el (font-slant-table): Change numeric values for `r',
54 `roman', and `normal'.
55
56 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
57
58 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
59
60 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
61
62 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
63 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
64
65 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
68 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
69
70 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
73
74 2008-04-07 Sam Steingold <sds@gnu.org>
75
76 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
77 Add helper functions.
78 (lisp-do-defun): Extract the common part of lisp-eval-defun and
79 lisp-compile-defun; DEFVAR forms reset the variables to the init
80 values, just like in emacs-lisp mode eval-defun.
81 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
82 (lisp-compile-region): Use lisp-compile-string.
83
84 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * subr.el (combine-and-quote-strings): Also quote strings that contain
87 the separator.
88
89 * pcvs-util.el (cvs-map): Avoid recursion :-(
90
91 2008-04-07 Glenn Morris <rgm@gnu.org>
92
93 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
94
95 * calendar.el (diary-view-entries-initially-flag): Rename
96 view-diary-entries-initially. Keep old name as alias, update users.
97 (calendar-mark-diary-entries-flag): Rename
98 mark-diary-entries-in-calendar. Keep old name as alias, update users.
99 (calendar-view-holidays-initially-flag): Rename
100 view-calendar-holidays-initially. Keep old name as alias, update users.
101 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
102 Keep old name as alias, update users.
103 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
104 Keep old name as alias, update users.
105 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
106 Keep old name as alias, update users.
107 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
108 Keep old name as alias, update users.
109 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
110 (diary-american-date-forms): Rename american-date-diary-pattern.
111 Keep old name as alias, update users.
112 (diary-european-date-forms): Rename european-date-diary-pattern.
113 Keep old name as alias, update users.
114 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
115 Keep old name as alias, update users.
116 (calendar-european-date-display-form): Rename
117 european-calendar-display-form. Keep old name as alias, update users.
118 (calendar-american-date-display-form): Rename
119 european-calendar-display-form. Keep old name as alias, update users.
120 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
121 Keep old name as alias, update users.
122 (holiday-general-holidays): Rename general-holidays.
123 Keep old name as alias, update users.
124 (holiday-oriental-holidays): Rename oriental-holidays.
125 Keep old name as alias, update users.
126 (holiday-local-holidays): Rename local-holidays.
127 Keep old name as alias, update users.
128 (holiday-other-holidays): Rename other-holidays.
129 Keep old name as alias, update users.
130 (holiday-hebrew-holidays): Rename hebrew-holidays.
131 Keep old name as alias, update users.
132 (holiday-christian-holidays): Rename christian-holidays.
133 Keep old name as alias, update users.
134 (holiday-islamic-holidays): Rename islamic-holidays.
135 Keep old name as alias, update users.
136 (holiday-bahai-holidays): Rename bahai-holidays.
137 Keep old name as alias, update users.
138 (holiday-solar-holidays): Rename solar-holidays.
139 Keep old name as alias, update users.
140 (diary-fancy-buffer): Rename fancy-diary-buffer.
141 Keep old name as alias, update users.
142 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
143 Update users.
144 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
145 Update users.
146 (calendar-increment-month): Rename increment-calendar-month.
147 Keep old name as alias, update callers.
148 (calendar-increment-month-cons): Rename old calendar-increment-month.
149 Update callers.
150 (calendar-extract-month): Rename extract-calendar-month.
151 Keep old name as alias, update callers
152 (calendar-extract-day): Rename extract-calendar-day.
153 Keep old name as alias, update callers.
154 (calendar-extract-year): Rename extract-calendar-year.
155 Keep old name as alias, update callers.
156 (calendar-generate-window): Rename generate-calendar-window.
157 Update callers.
158 (calendar-generate): Rename generate-calendar. Update callers.
159 (calendar-generate-month): Rename generate-calendar-month.
160 Update callers.
161 (calendar-redraw): Rename redraw-calendar. Update callers.
162 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
163 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
164 Update callers.
165 (calendar-update-mode-line): Rename update-calendar-mode-line.
166 Update callers.
167 (calendar-exit): Rename exit-calendar. Keep old name as alias,
168 update callers.
169 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
170 Keep old name as alias, update callers.
171 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
172 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
173 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
174 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
175 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
176 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
177 * calendar/solar.el: Update for calendar.el name changes.
178 * org/org.el (org-agenda-format-date-aligned)
179 (org-agenda-execute-calendar-command): Access date elements directly
180 rather than using calendar functions.
181 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
182 Also set calendar-view-diary-initially-flag,
183 calendar-view-holidays-initially-flag
184 (org-get-entries-from-diary): Also set diary-fancy-buffer.
185 (org-agenda-execute-calendar-command): No need to set displayed-day.
186
187 2008-04-06 Alan Mackenzie <acm@muc.de>
188
189 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
190 typo in the doc string.
191
192 * progmodes/cc-mode.el (c-basic-common-init):
193 Set font-lock-extend-after-change-region-function.
194 (c-extend-after-change-region): New function, used in
195 font-lock-extend-after-change-region-function, thus superseding
196 advice on the Font Lock after change functions.
197 (c-advise-fl-for-region): Remove this macro.
198
199 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
200
201 * textmodes/flyspell.el (flyspell-duplicate-distance):
202 Improve custom type.
203
204 2008-04-06 Glenn Morris <rgm@gnu.org>
205
206 * calendar/diary-lib.el (diary-sexp-entry-symbol):
207 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
208 (diary-list-entries-hook): Rename list-diary-entries-hook.
209 Keep old name as alias, update users.
210 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
211 Keep old name as alias, update users.
212 (diary-nongregorian-listing-hook): Rename
213 nongregorian-diary-listing-hook. Keep old name as alias, update users.
214 (diary-nongregorian-marking-hook): Rename
215 nongregorian-diary-marking-hook. Keep old name as alias, update users.
216 (diary-print-entries-hook): Rename print-diary-entries-hook.
217 Keep old name as alias, update users.
218 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
219 Keep old name as alias, update users.
220 (diary-number-of-entries): Rename number-of-diary-entries.
221 Keep old name as alias, update users.
222 (view-diary-entries, list-diary-entries, show-all-diary-entries):
223 Give version of obsolescence.
224 (diary-view-other-diary-entries): Rename view-other-diary-entries.
225 Keep old name as alias, update callers.
226 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
227 update callers.
228 (diary-include-other-diary-files): Rename include-other-diary-files.
229 Keep old name as alias, update callers.
230 (diary-simple-display): Rename simple-diary-display.
231 Keep old name as alias, update callers.
232 (diary-fancy-display): Rename fancy-diary-display.
233 Keep old name as alias, update callers.
234 (diary-print-entries): Rename print-diary-entries.
235 Keep old name as alias, update callers.
236 (diary-marking-entries-flag): Rename marking-diary-entries.
237 Update users.
238 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
239 (diary-mark-entries): Rename mark-diary-entries.
240 Keep old name as alias, update callers.
241 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
242 Keep old name as alias, update callers.
243 (diary-mark-included-diary-files): Rename mark-included-diary-files.
244 Keep old name as alias, update callers.
245 (calendar-mark-days-named): Rename mark-calendar-days-named.
246 Keep old name as alias, update callers.
247 (calendar-mark-month): Rename mark-calendar-month.
248 Keep old name as alias, update callers.
249 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
250 Keep old name as alias, update callers.
251 (diary-sort-entries): Rename sort-diary-entries.
252 Keep old name as alias, update callers.
253 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
254 Keep old name as alias, update callers.
255 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
256 update callers.
257 (diary-insert-entry): Rename insert-diary-entry.
258 Keep old name as alias.
259 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
260 Keep old name as alias.
261 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
262 Keep old name as alias.
263 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
264 Keep old name as alias.
265 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
266 Keep old name as alias.
267 (diary-insert-block-entry): Rename insert-block-diary-entry.
268 Keep old name as alias.
269 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
270 Keep old name as alias.
271 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
272 Keep old name as alias, update users.
273 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
274 Keep old name as alias, update callers.
275 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
276 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
277 * calendar/icalendar.el: Update for diary-lib name changes.
278
279 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
280
281 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
282
283 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
284 for copy, move, and link operations.
285
286 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
287
288 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
289 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
290
291 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
292 'require' statements with 1-argument ones (wrapped in if's).
293 For compatibility with the current stable version of XEmacs.
294
295 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
296
297 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
298
299 2008-04-06 Jason Rumney <jasonr@gnu.org>
300
301 * language/burmese.el ("Burmese"): Make sample text consistent with
302 language name.
303
304 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
305
306 * progmodes/gdb-ui.el (gdb): New group.
307 (gdb-debug-log-max, gdb-enable-debug)
308 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
309 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
310 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
311 (gdb-show-changed-values, gdb-max-children)
312 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
313 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
314 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
315 (gdb-memory-unit): Move to new group from GUD group.
316 (menu): Allow customization from GDB-UI menu-item.
317
318 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
319
320 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
321
322 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
325 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
326 Revision numbers can include ".".
327
328 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
329 "+" lines not accounted for by counting "-" and context lines.
330
331 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
332
333 * term/mac-win.el (mac-service-open-file): Use file URL instead of
334 file name string.
335
336 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
339 (vc-bzr-annotate-time): Accept space used to preserve alignment.
340
341 2008-04-05 Richard Stallman <rms@gnu.org>
342
343 * emacs-lisp/advice.el (defadvice): Add usage pattern.
344
345 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
346
347 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
348 thread in [h-e-w]).
349
350 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
351
352 * files.el (abort-if-file-too-large): Fix typo in docstring.
353
354 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * subr.el (functionp): Return nil for special forms.
357
358 2008-04-05 Glenn Morris <rgm@gnu.org>
359
360 * emacs-lisp/autoload.el (autoload-ensure-default-file):
361 Provide a feature.
362 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
363 Require loaddef file rather than loading it.
364 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
365 autoload-ensure-default-file provides a feature.
366
367 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
368 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
369 (compile, compile-always, recompile): Use $LOADDEFS.
370 (cal-autoloads): Remove.
371
372 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
373 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
374
375 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
376 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
377
378 * calendar/calendar.el (diary-hebrew-entry-symbol):
379 Rename hebrew-diary-entry-symbol. Keep old name as alias.
380 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
381 Keep old name as alias.
382 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
383 Keep old name as alias.
384 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
385 to diary-bahai-entry-symbol.
386 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
387 to diary-hebrew-entry-symbol.
388 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
389 to diary-islamic-entry-symbol.
390 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
391
392 * calendar/solar.el (diary-sabbath-candles-minutes)
393 (diary-sabbath-candles): Move to cal-hebrew.
394 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
395 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
396 Doc fix. Keep old name as alias.
397 (diary-hebrew-sabbath-candles): Simplify.
398 (solar-setup, solar-sunrise-sunset, calendar-latitude)
399 (calendar-longitude, calendar-time-zone): Declare for compiler.
400 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
401 rename.
402
403 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
404 Rename coptic-calendar-month-name-array. Update callers.
405 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
406 (calendar-coptic-name): Rename coptic-name. Update callers.
407 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
408 Update callers.
409 (calendar-coptic-last-day-of-month):
410 Rename coptic-calendar-last-day-of-month. Update callers.
411 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
412 Keep old name as alias, update callers.
413 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
414 Keep old name as alias, update callers.
415 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
416 Keep old name as alias.
417 (calendar-ethiopic-month-name-array):
418 Rename ethiopic-calendar-month-name-array. Update callers.
419 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
420 Update callers.
421 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
422 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
423 Keep old name as alias, update callers.
424 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
425 Keep old name as alias, update callers.
426 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
427 Keep old name as alias.
428
429 * calendar/cal-french.el (calendar-french-epoch):
430 Rename french-calendar-epoch. Update callers.
431 (calendar-french-month-name-array): Rename variable and function
432 french-calendar-month-name-array. Update callers.
433 (calendar-french-multibyte-month-name-array):
434 Rename french-calendar-multibyte-month-name-array. Update callers.
435 (calendar-french-day-name-array): Rename variable and function
436 french-calendar-day-name-array. Update callers.
437 (calendar-french-special-days-array): Rename variable and function
438 french-calendar-special-days-array. Update callers.
439 (calendar-french-multibyte-special-days-array):
440 Rename french-calendar-multibyte-special-days-array. Update callers.
441 (calendar-french-accents-p): Rename french-calendar-accents.
442 Update callers.
443 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
444 Update callers.
445 (calendar-french-last-day-of-month):
446 Rename french-calendar-last-day-of-month. Update callers.
447 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
448 Keep old name as alias, update callers.
449 (calendar-french-print-date): Rename calendar-print-french-date.
450 Keep old name as alias, update callers.
451 (calendar-french-goto-date): Rename calendar-goto-french-date.
452 Keep old name as alias.
453
454 * calendar/cal-menu.el, calendar/calendar.el:
455 Update for Coptic and French name changes.
456
457 * calendar/cal-china.el (calendar-chinese): Rename custom group
458 from chinese-calendar. Update users.
459 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
460 Keep old name as alias, update users.
461 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
462 Keep old name as alias.
463 (calendar-chinese-daylight-time-offset):
464 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
465 update users.
466 (calendar-chinese-standard-time-zone-name):
467 Rename chinese-calendar-standard-time-zone-name.
468 Keep old name as alias, update users.
469 (calendar-chinese-daylight-saving-start):
470 Rename chinese-calendar-daylight-savings-starts.
471 Keep old name as alias, update users.
472 (calendar-chinese-daylight-saving-end):
473 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
474 update users.
475 (calendar-chinese-daylight-saving-start-time):
476 Rename chinese-calendar-daylight-savings-starts-time.
477 Keep old name as alias, update users.
478 (calendar-chinese-daylight-saving-end-time):
479 Rename chinese-calendar-daylight-savings-ends-time.
480 Keep old name as alias, update users.
481 (calendar-chinese-celestial-stem): Rename
482 calendar-chinese-celestial-stem. Keep old name as alias, update users.
483 (calendar-chinese-terrestrial-branch):
484 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
485 update users.
486 (calendar-chinese-zodiac-sign-on-or-after):
487 Rename chinese-zodiac-sign-on-or-after. Update callers.
488 (calendar-chinese-new-moon-on-or-after):
489 Rename chinese-new-moon-on-or-after. Update callers.
490 (calendar-chinese-month-list): Rename chinese-month-list.
491 Update callers.
492 (calendar-chinese-number-months): Rename number-chinese-months.
493 Update callers.
494 (calendar-chinese-compute-year): Rename compute-chinese-year.
495 Update callers.
496 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
497 (calendar-chinese-year): Rename chinese-year. Update callers.
498 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
499 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
500 Keep old name as alias, update callers.
501 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
502 Keep old name as alias, update callers.
503 (calendar-chinese-months-to-alist):
504 Rename make-chinese-month-assoc-list. Update callers.
505 (calendar-chinese-months): Rename chinese-months. Update callers.
506 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
507 Keep old name as alias, update callers.
508
509 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
510 Rename hebrew-calendar-leap-year-p. Update callers.
511 (calendar-hebrew-last-month-of-year):
512 Rename hebrew-calendar-last-month-of-year. Update callers.
513 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
514 Update callers.
515 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
516 Update callers.
517 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
518 Update callers.
519 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
520 Update callers.
521 (calendar-hebrew-last-day-of-month):
522 Rename hebrew-calendar-last-day-of-month. Update callers.
523 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
524 Keep old name as alias, update callers.
525 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
526 Keep old name as alias, update callers.
527 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
528 Keep old name as alias, update callers.
529 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
530 Keep old name as alias.
531 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
532 Keep old name as alias.
533 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
534 Keep old name as alias.
535 (holiday-hebrew-passover): Rename holiday-passover-etc.
536 Keep old name as alias.
537 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
538 Keep old name as alias, update callers.
539 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
540 Keep old name as alias.
541 (calendar-hebrew-mark-date-pattern):
542 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
543 update callers.
544 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
545 Keep old name as alias.
546 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
547 Keep old name as alias.
548 (diary-hebrew-insert-monthly-entry):
549 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
550 (diary-hebrew-insert-yearly-entry):
551 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
552 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
553 Keep old name as alias.
554 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
555 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
556 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
557 Keep old name as alias.
558 (calendar-hebrew-parashiot-names):
559 Rename hebrew-calendar-parashiot-names. Update callers.
560 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
561 (calendar-hebrew-year-Saturday-incomplete-Sunday):
562 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
563 (calendar-hebrew-year-Saturday-complete-Tuesday):
564 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
565 (calendar-hebrew-year-Monday-incomplete-Tuesday):
566 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
567 (calendar-hebrew-year-Monday-complete-Thursday):
568 Rename hebrew-calendar-year-Monday-complete-Thursday.
569 (calendar-hebrew-year-Tuesday-regular-Thursday):
570 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
571 (calendar-hebrew-year-Thursday-regular-Saturday):
572 Rename hebrew-calendar-year-Thursday-regular-Saturday.
573 (calendar-hebrew-year-Thursday-complete-Sunday):
574 Rename hebrew-calendar-year-Thursday-complete-Sunday.
575 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
576 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
577 (calendar-hebrew-year-Saturday-complete-Thursday):
578 Rename hebrew-calendar-year-Saturday-complete-Thursday.
579 (calendar-hebrew-year-Monday-incomplete-Thursday):
580 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
581 (calendar-hebrew-year-Monday-complete-Saturday):
582 Rename hebrew-calendar-year-Monday-complete-Saturday.
583 (calendar-hebrew-year-Tuesday-regular-Saturday):
584 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
585 (calendar-hebrew-year-Thursday-incomplete-Sunday):
586 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
587 (calendar-hebrew-year-Thursday-complete-Tuesday):
588 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
589 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
590 Update for above name changes of constants.
591
592 * calendar/cal-menu.el, calendar/calendar.el:
593 Update for chinese and hebrew name changes.
594 * calendar/diary-lib.el: Update for hebrew name changes.
595
596 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * subr.el (keymap-canonicalize): Correct thinko.
599
600 * server.el: Undo part of the multi-tty change, which is only
601 needed if server.el is preloaded, and broke server-running-p.
602 (server-socket-dir): Initialize in the defvar, as before.
603 (server-start): Remove initialization of server-socket-dir.
604
605 2008-04-05 Eli Zaretskii <eliz@gnu.org>
606
607 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
608 3-member cons cells.
609
610 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
611
612 * cus-face.el (custom-face-attributes): Handle roman slant.
613
614 * faces.el (default): Ensure the face-defface-spec property is set.
615
616 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
617
618 * files.el (abort-if-file-too-large): New function.
619 (find-file-noselect, insert-file-1): Use it.
620
621 2008-04-05 Reto Zimmermann <reto@gnu.org>
622
623 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
624 Replace C-c[a-zA-Z] key bindings.
625
626 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * progmodes/hideif.el (hif-token-alist): New var.
629 (hif-token-regexp, hif-tokenize): Use it.
630 (hif-mathify-binop): New macro.
631 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
632 (hif-greater-equal, hif-less-equal): Use it.
633 (hif-logior, hif-logand): New functions.
634 (hif-math): Accept | and & as well.
635
636 * progmodes/etags.el: Fix problem with completion for buffer-local
637 tables. Reported by Radey Shouman <shouman@comcast.net>.
638 (tags-complete-tag): Remove.
639 (tags-lazy-completion-table): New function to replace it.
640 (find-tag-tag, complete-tag): Update users.
641
642 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
643
644 * vc-rcs.el (vc-rcs-dir-status):
645 * vc-sccs.el (vc-sccs-dir-status): New function.
646
647 * outline.el (outline-mode-menu-bar-map):
648 * term.el (terminal-signal-menu): Add :help.
649
650 * net/eudc.el (eudc-mode-map): Declare and define in one step.
651 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
652
653 * emacs-lisp/re-builder.el (reb-mode-map):
654 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
655
656 * diff-mode.el (diff-file-junk-re): Recognize the git format for
657 new files, deleted files and for changing permissions.
658 (diff-mode): Set beginning-of-defun-function and
659 end-of-defun-function.
660
661 * vc-bzr.el (vc-bzr-state): Use when instead of if.
662
663 * vc.el (vc-default-status-fileinfo-extra): New function.
664 (vc-status-mark-buffer-changed): Use it.
665 (vc-update-vc-status-buffer): Allow for partial updates.
666
667 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * net/tramp.el (after-init-hook): Don't wrap a lambda around
670 tramp-register-completion-file-name-handler.
671
672 * subr.el (keymap-canonicalize): New function.
673 * mouse.el (mouse-menu-non-singleton): Use it.
674 (mouse-major-mode-menu): Remove hack made unnecessary.
675
676 * simple.el (set-fill-column): Prompt rather than error by default.
677
678 2008-04-04 Andreas Schwab <schwab@suse.de>
679
680 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
681 Reset new-rules after each round.
682
683 * Makefile.in (cal-autoloads): New target.
684 (compile, compile-always, recompile): Depend on it.
685 ($(lisp)/calendar/cal-loaddefs.el)
686 ($(lisp)/calendar/diary-loaddefs.el)
687 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
688
689 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
690
691 * ediff*.el: Replace load with require in eval-when-compile.
692
693 * ediff-hook: Delete all invocations of (autoload ...).
694
695 * ediff-util.el (ediff-setup): Make window-min-height a local variable
696 in ediff control window, and set its min height to 2.
697 (ediff-setup-control-buffer): Dedicate the control window.
698 (ediff-toggle-multiframe): Undedicate control window.
699 Work directly with ediff-setup-windows-multiframe and
700 ediff-setup-windows-plain.
701
702 * ediff-wind (ediff-choose-window-setup-function-automatically):
703 New function.
704 (ediff-window-setup-function): Change initialization.
705 (ediff-setup-windows-automatic): Delete.
706 (ediff-setup-windows-plain-merge): Make control window dedicated.
707 (ediff-destroy-control-frame): Do not skip frames if working in a
708 single frame.
709
710 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
711 eval-when-compile.
712
713 * emulation/viper-util.el: Move provide's forward, prevent recursion in
714 eval-when-compile.
715
716 2008-04-04 Glenn Morris <rgm@gnu.org>
717
718 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
719 calendar-absolute-from-bahai. Update callers, keep old name as alias.
720
721 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
722 Rename islamic-calendar-leap-year-p. Update callers.
723 (calendar-islamic-last-day-of-month):
724 Rename islamic-calendar-last-day-of-month. Update callers.
725 (calendar-islamic-day-number):
726 Rename islamic-calendar-day-number. Update callers.
727 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
728 Update callers, keep old name as alias.
729 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
730 Update callers, keep old name as alias.
731 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
732 Keep old name as alias.
733 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
734 Update callers, keep old name as alias.
735 (calendar-islamic-mark-date-pattern):
736 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
737 name as alias.
738 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
739 Keep old name as alias.
740 (diary-islamic-insert-monthly-entry):
741 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
742 (diary-islamic-insert-yearly-entry):
743 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
744
745 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
746 calendar-absolute-from-iso. Update callers, keep old name as alias.
747 (calendar-iso-print-date): Rename calendar-print-iso-date.
748 Update callers, keep old name as alias.
749 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
750 Keep old name as alias.
751 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
752 Keep old name as alias.
753
754 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
755 calendar-absolute-from-julian. Update callers, keep old name as alias.
756 (calendar-julian-print-date): Rename calendar-print-julian-date.
757 Update callers, keep old name as alias.
758 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
759 Update callers, keep old name as alias.
760 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
761 Update callers, keep old name as alias.
762 (calendar-astro-print-day-number):
763 Rename calendar-print-astro-day-number. Update callers, keep old
764 name as alias.
765 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
766 Update callers, keep old name as alias.
767
768 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
769 Rename calendar-string-to-mayan-long-count. Update callers.
770 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
771 Update callers, keep old name as alias.
772 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
773 Update callers.
774 (calendar-mayan-read-tzolkin-date):
775 Rename calendar-read-mayan-tzolkin-date. Update callers.
776 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
777 Keep old name as alias.
778 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
779 Keep old name as alias.
780 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
781 Keep old name as alias.
782 (calendar-mayan-previous-tzolkin-date):
783 Rename calendar-previous-tzolkin-date. Keep old name as alias.
784 (calendar-mayan-next-round-date):
785 Rename calendar-next-calendar-round-date. Keep old name as alias.
786 (calendar-mayan-previous-round-date):
787 Rename calendar-previous-calendar-round-date. Keep old name as alias.
788 (calendar-mayan-long-count-to-absolute): Rename
789 calendar-absolute-from-mayan-long-count. Keep old name as alias.
790 (calendar-mayan-goto-long-count-date):
791 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
792
793 * calendar/cal-persia.el (calendar-persian-month-name-array):
794 Rename persian-calendar-month-name-array. Update callers.
795 (calendar-persian-epoch): Rename persian-calendar-epoch.
796 Update callers.
797 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
798 Update callers.
799 (calendar-persian-last-day-of-month):
800 Rename persian-calendar-last-day-of-month. Update callers.
801 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
802 Update callers, keep old name as alias.
803 (calendar-persian-print-date): Rename calendar-print-persian-date.
804 Update callers, keep old name as alias.
805 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
806 Keep old name as alias.
807
808 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
809 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
810 * calendar/solar.el: Update for cal-julian name changes.
811
812 * calendar/cal-dst.el: Update for persian name changes.
813
814 * calendar/cal-menu.el, calendar/calendar.el:
815 Update for islamic, iso, julian, mayan, persian name changes.
816
817 * calendar/diary-lib.el: Update for islamic name changes.
818
819 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
820 Rename all-hebrew-calendar-holidays. Update callers, keep old name
821 as alias.
822 (calendar-christian-all-holidays-flag):
823 Rename all-christian-calendar-holidays. Update callers, keep old
824 name as alias.
825 (calendar-islamic-all-holidays-flag):
826 Rename all-islamic-calendar-holidays. Update callers, keep old
827 name as alias.
828 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
829 Update callers, keep old name as alias.
830 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
831 Update for the above name changes.
832
833 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
834
835 * hilit-chg.el (global-highlight-changes-mode)
836 (highlight-changes-passive-string, highlight-changes-active-string):
837 Mark as obsolete since 23.1, not 22.1.
838
839 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
840
841 * hilit-chg.el (highlight-changes-visibility-initial-state)
842 (hilit-chg-update, highlight-changes-mode-turn-on):
843 Fix typos in docstrings.
844
845 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
846
847 * newcomment.el (comment-enter-backward): Be careful to restore
848 position changed during narrowing.
849
850 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
851
852 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
853 Recognize `sub ($$)'.
854
855 2008-04-03 Richard Sharman <rsharman@pobox.com>
856
857 * hilit-chg.el (highlight-changes-mode): Rename from
858 highlight-changes; no longer uses sub-modes active and passive;
859 implemented by define-minor-mode.
860 (highlight-changes-toggle-visibility): New function, to replace
861 the old passive/active submodes of global-highlight-changes-mode;
862 implemented by define-minor-mode.
863 (global-highlight-changes-mode): Rename from global-highlight-changes;
864 rewrite using define-globalized-minor-mode.
865 (hilit-chg-major-mode-hook, hilit-chg-check-global)
866 (hilit-chg-post-command-hook, hilit-chg-check-global)
867 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
868 to use of define-globalized-minor-mode.
869 (highlight-changes-global-initial-state): Change to be boolean.
870 (highlight-changes-visible-string, highlight-changes-invisible-string):
871 Rename from highlight-changes-active-string and
872 highlight-changes-passive-string.
873 (hilit-chg-update, hilit-chg-set): Use them.
874 (global-highlight-changes-mode): Rename from global-highlight-changes.
875 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
876 docstring.
877 (hilit-chg-hide-changes): Rewrite to use dolist.
878 (hilit-chg-set-face-on-change, hilit-chg-update)
879 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
880 variable instead of testing highlight-changes-mode.
881 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
882 to highlight-changes-mode changed.
883 (highlight-compare-with-file): Fix problems with interactive
884 call giving invalid default file.
885
886 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
887
888 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
889 Fix in disassembly buffer (regression in 22.2).
890
891 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
892
893 * emulation/viper-macs.el (viper-read-fast-keysequence):
894 Use viper-read-event instead of viper-read-key.
895
896 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
897
898 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
899 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
900 let-statements.
901
902 * emulation/viper-ex.el, emulation/viper-macs.el:
903 * emulation/viper-mous.el:
904 Replace load with require in eval-when-compile.
905
906 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
909
910 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
911 (archive-try-jka-compr): New function.
912 (archive-set-buffer-as-visiting-file): Use it.
913
914 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
915
916 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
917
918 * simple.el (handle-shift-selection): New arg.
919
920 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
923
924 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
925
926 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
927
928 * shell.el (shell-dynamic-complete-filename): New fun.
929 (shell-dynamic-complete-functions): Use it.
930
931 * help-fns.el (describe-variable): Undo 2008-02-25 change.
932
933 2008-04-03 Kenichi Handa <handa@m17n.org>
934
935 * international/fontset.el (create-fontset-from-x-resource):
936 Handle the error of X resource more gracefully.
937
938 * international/latin1-disp.el (latin1-display): Don't use make-char.
939 Fix the argument to set-char-table-range.
940 (latin1-display-identities): Don't use make-char.
941 (latin1-display-reset): Use map-charset-chars instead of directly
942 calling standard-display-default.
943 (latin1-display-check-font): Don't use make-char.
944 (latin1-display-setup): Likewise.
945 (latin1-display-ucs-per-lynx): Likewise.
946
947 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
950 name the fields, to make the code clearer.
951 Rewrite all `aset' and `aref' using the defined accessors.
952 (timer--time): New pseudo-field.
953 (timer-set-time, timer-set-idle-time, timer-inc-time)
954 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
955 (timer--time-less-p): New function.
956 (timer--activate): New function, extracted from timer-activate.
957 (timer-activate-when-idle, timer-activate): Use it.
958 (cancel-function-timers): Use dolist.
959
960 2008-04-03 Glenn Morris <rgm@gnu.org>
961
962 * add-log.el (c-beginning-of-defun, c-end-of-defun):
963 Remove declarations; no longer used.
964 (c-cpp-define-name, c-defun-name): Declare as functions.
965
966 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
967 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
968
969 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
970 (holiday-passover-etc, holiday-hanukkah): Doc fix.
971 Add optional argument. Simplify.
972 (holiday-tisha-b-av-etc): Use memq rather than unless.
973 (holiday-julian): Autoload it.
974 (holiday-hebrew-misc): New function.
975
976 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
977
978 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
979 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
980 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
981 all-hebrew-calendar-holidays.
982 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
983 Simplify using new functions.
984 (calendar-holidays): Doc fix.
985 (generate-calendar-window): Use bound-and-true-p.
986
987 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
988
989 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
990 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
991 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
992 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
993
994 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
995
996 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
999
1000 * vc-bzr.el (vc-bzr-checkout): Simplify.
1001
1002 * image-mode.el (image-mode-fit-frame): New command.
1003
1004 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1005 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1006 (keyboard-escape-quit): Check region-active-p i.s.o
1007 transient-mark-mode.
1008
1009 2008-04-02 Simon Josefsson <simon@josefsson.org>
1010
1011 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1012 (imap-message-copyuid-1): Use it.
1013 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1014 J. Williams in
1015 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1016
1017 2008-04-02 Alan Mackenzie <acm@muc.de>
1018
1019 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1020 New optimised functions to get the name of the current defun/macro.
1021
1022 * add-log.el (add-log-current-defun): Move the functionality which
1023 gets the current function name for C like modes to cc-cmds.el,
1024 thus optimising for speed.
1025
1026 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * simple.el (deactivate-mark): When the mark is temporarily
1029 active, restore the original value of transient-mark-mode.
1030 (set-mark-command): First deactivate the mark if was temporarily active.
1031 (exchange-point-and-mark): Reactivate the mark if it was
1032 temporarily active.
1033 (handle-shift-selection): New fun.
1034 (transient-mark-mode): Move var documentation here from buffer.c.
1035 (next-line, previous-line, backward-word, move-end-of-line)
1036 (move-beginning-of-line, forward-to-indentation)
1037 (backward-to-indentation, back-to-indentation)
1038 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1039
1040 * mouse.el (mouse-set-region-1): Save the old value of
1041 transient-mark-mode.
1042 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1043 transient-mark-mode.
1044
1045 * textmodes/paragraphs.el (forward-paragraph)
1046 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1047 interactive spec.
1048
1049 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1050
1051 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1052
1053 * net/tramp.el (tramp-make-tramp-temp-file):
1054 Use `tramp-drop-volume-letter' for the local file name part.
1055
1056 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1057
1058 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1059 Add menu entries corresponding to all the key bindings.
1060
1061 * emacs-lisp/debug.el (debugger-mode-map):
1062 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1063 (conf-align-assignments): Only work on the region if it is active.
1064 (conf-quote-normal): Use when instead of if. Remove redundant test.
1065
1066 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1067 for tracing and re-builder.
1068
1069 2008-04-02 Glenn Morris <rgm@gnu.org>
1070
1071 * calendar/appt.el (appt-disp-window-function): Doc fix.
1072 (appt-display-message): Move beep before display.
1073 (appt-check): Make interactive. Reduce the number of lets.
1074 Use string-equal to compare mode-line strings.
1075 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1076 read-only.
1077 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1078 (appt-delete): Simplify.
1079
1080 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1081
1082 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1083
1084 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1085 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1086 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1087
1088 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1089 (calendar-holiday-marker, mark-visible-calendar-date):
1090 * calendar/diary-lib.el (fancy-diary-display):
1091 Check for font-lock-mode before using faces.
1092
1093 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1094 (calendar-gregorian-from-absolute): Reduce the number of lets.
1095 (hebrew-holidays-4, generate-calendar-window): Simplify.
1096 (calendar-for-loop): Make obsolete.
1097 (calendar-nth-named-day): Doc fix.
1098
1099 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1100 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1101 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1102 Reduce the number of lets.
1103 (mark-sexp-diary-entries, calendar-mark-complex):
1104 Expand calendar-for-loops.
1105
1106 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * find-dired.el (find-dired-filter): Fix last patch to handle
1109 multi-line process input. Pad link numbers too.
1110
1111 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1112
1113 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1114
1115 2008-04-01 Jason Rumney <jasonr@gnu.org>
1116
1117 * international/characters.el (script-list): Add phonetic script,
1118 covering IPA (previously Latin), Phonetic Extensions and
1119 Phonetic Extensions Supplement (both previously unassigned).
1120
1121 * international/fontset.el (setup-default-fontset): Use unicode fonts
1122 that cover bopomofo script for bopomofo.
1123 Likewise for braille and mathematical.
1124 Use unicode scripts that cover the phonetic script for IPA.
1125
1126 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1127
1128 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1129 return the assigned value.
1130
1131 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * abbrev.el (abbrev-mode): Use define-minor-mode.
1134
1135 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1136 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1137 Use map-keymap.
1138 (minor-mode-menu-from-indicator): Use it. Simplify.
1139
1140 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1141 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1142 Bind the key directly to the menu.
1143 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1144
1145 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1146
1147 * epa.el (epa-decrypt-region): Explain the reason why this
1148 function should not be used in Lisp programs.
1149 (epa-decrypt-armor-in-region): Ditto.
1150 (epa-verify-region): Ditto.
1151 (epa-verify-cleartext-in-region): Ditto.
1152 (epa-sign-region): Ditto.
1153 (epa-encrypt-region): Ditto.
1154
1155 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1156
1157 * epa.el (epa-select-keys): Show menu even if there is no key in
1158 GnuPG's keyring.
1159
1160 2008-04-01 Glenn Morris <rgm@gnu.org>
1161
1162 * calendar/calendar.el (calendar-make-temp-face): New function.
1163 (mark-visible-calendar-date):
1164 * calendar/diary-lib.el (fancy-diary-display): Use it.
1165
1166 * vc-hooks.el (vc-responsible-backend): Declare as function.
1167
1168 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1169 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1170 * calendar/cal-julian.el (holiday-julian): Use it.
1171
1172 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1173 (calendar-hebrew-date-is-visible-p): Extract some common code into
1174 separate function.
1175 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1176
1177 * calendar/cal-menu.el (cal-menu-holidays-menu):
1178 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1179 rather than obsolete alias.
1180
1181 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1182 for mark characters.
1183 (calendar-unmark): Unmark by removing all overlays, rather than
1184 redrawing.
1185 (calendar-starred-day): Remove.
1186 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1187 (calendar-cursor-to-date): No need for special star handling now
1188 using overlays.
1189 (calendar-star-date): Use overlays.
1190
1191 * calendar/cal-french.el (calendar-goto-french-date):
1192 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1193 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1194 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1195 * calendar/cal-persia.el (calendar-persian-date-string):
1196 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1197 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1198 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1199 * calendar/solar.el (solar-equinoxes-solstices):
1200 Reduce nesting of some lets.
1201
1202 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1203 (calendar-goto-mayan-long-count-date): Simplify.
1204
1205 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1206 Simplify by using mapcar.
1207 (calendar-list-holidays): Return holiday-list.
1208 (list-holidays): Use let rather than let*. Remove un-needed locals
1209 `d', `never'.
1210 (calendar-check-holidays): Return result from dolist.
1211 (holiday-float): Use a single let*. Simplify if-and to and.
1212 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1213 single let*.
1214
1215 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1216
1217 * calc/calc.el: Autoload `calc-yank'.
1218 (calc-mode-map): Add keybindings for `calc-yank'.
1219 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1220 assignments for `calc-yank'.
1221
1222 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1225 (vc-status-mark-buffer-changed): Handle the extra field.
1226
1227 * vc-bzr.el (vc-bzr-after-dir-status):
1228 * vc-cvs.el (vc-cvs-after-dir-status):
1229 * vc-hg.el (vc-hg-after-dir-status):
1230 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1231
1232 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * doc-view.el: Compute displayed pages first (in PDF).
1235 (doc-view-current-converter-processes): Rename from
1236 doc-view-current-converter-process. Update users.
1237 (doc-view-sentinel): Test buffer's liveness.
1238 (doc-view-pdf/ps->png-sentinel): Remove.
1239 (doc-view-start-process): New function.
1240 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1241 (doc-view-ps->pdf): Use it.
1242 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1243 New functions.
1244 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1245 (doc-view-mode): Kill the processes when leaving the mode.
1246
1247 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1248
1249 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1250 Use `byte-compile-warning-types'. Add docstring.
1251
1252 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1255 (smerge-resolve): Add various resolution heuristics.
1256
1257 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1258 in 3-way conflicts.
1259
1260 2008-03-31 Glenn Morris <rgm@gnu.org>
1261
1262 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1263 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1264 * calendar/cal-islam.el (mark-islamic-diary-entries):
1265 Fix argument order in call to diary-mark-entries-1.
1266
1267 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1268 pre-Bahai dates.
1269 (holiday-bahai): Use an algorithm actually relevant to this calendar
1270 system.
1271
1272 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1273
1274 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1275 Use and.
1276
1277 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1278 in the last fortnight in Julian October.
1279
1280 * calendar/calendar.el (increment-calendar-month): Optionally handle
1281 systems without 12 months per year.
1282
1283 (calendar-date-is-visible-p): Doc fix. Simplify.
1284
1285 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1286 from dolist.
1287
1288 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1291 (hi-lock-unload-function): New function.
1292
1293 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1296 overwriting when NEWNAME is a local file.
1297
1298 * net/trampver.el: Update release number.
1299
1300 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1301
1302 * vc-git.el: Make vc-status display information about copies,
1303 renames and permission changes.
1304 (vc-git-extra-fileinfo): New defstruct.
1305 (vc-git-escape-file-name, vc-git-file-type-as-string)
1306 (vc-git-rename-as-string, vc-git-permissions-as-string)
1307 (vc-git-status-printer): New functions.
1308 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1309 (vc-git-after-dir-status-stage1): Look for copies, renames and
1310 permission changes.
1311 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1312 (vc-git-dir-status): Ask for staged files and renames.
1313
1314 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1315
1316 * vc.el: Allow backends to display backend specific information in
1317 the vc-status listing.
1318 (vc-status-fileinfo): Add a field for backend specific information.
1319 (vc-status-printer): Rename to ...
1320 (vc-default-status-printer): ... this.
1321 (vc-status-printer): New function.
1322 (vc-update-vc-status-buffer): Set the backend specific file info
1323 if provided.
1324
1325 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1328 change (ill-conceived).
1329
1330 2008-03-29 Glenn Morris <rgm@gnu.org>
1331
1332 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1333 * calendar/cal-julian.el (holiday-julian): Simplify.
1334
1335 * calendar/holidays.el (list-holidays): Use or.
1336
1337 2008-03-29 Juri Linkov <juri@jurta.org>
1338
1339 * window.el (split-window-preferred-horizontally): New function.
1340
1341 * cus-start.el (split-window-preferred-function):
1342 Set choice for "vertically" to nil instead of split-window.
1343 Set choice for "horizontally" to split-window-preferred-horizontally
1344 instead of lambda.
1345
1346 2008-03-29 Juri Linkov <juri@jurta.org>
1347
1348 * simple.el (minibuffer-default-add-function): New variable with
1349 the default to minibuffer-default-add-completions.
1350 (minibuffer-default-add-done): New variable. Make it buffer-local.
1351 (minibuffer-default-add-completions): New function.
1352 (goto-history-element): Set minibuffer-default-add-done to t and
1353 call a function in minibuffer-default-add-function when the
1354 specified absolute history position is greater than the length of
1355 the minibuffer-default list and minibuffer-default-add-done is nil.
1356 Change "^End of history; no next item$" to "^End of defaults;
1357 no next item$".
1358
1359 * bindings.el (debug-ignored-errors): Change "^End of history;
1360 no next item$" to "^End of defaults; no next item$".
1361
1362 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1365
1366 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1367 to with-no-warnings.
1368
1369 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1370
1371 Sync with Tramp 2.1.13.
1372
1373 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1374
1375 * net/trampver.el: Update release number.
1376
1377 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1380 the current backend.
1381
1382 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1383 (vc-status-refresh): Create a temporary buffer and call the
1384 `dir-status' backend function from that buffer.
1385
1386 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1387 (vc-bzr-after-dir-status): Don't kill the buffer.
1388
1389 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1390 (vc-cvs-after-dir-status): Don't kill the buffer.
1391
1392 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1393 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1394
1395 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1396 (vc-hg-after-dir-status): Don't kill the buffer.
1397
1398 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1399 (vc-svn-after-dir-status): Don't kill the buffer.
1400
1401 2008-03-29 Glenn Morris <rgm@gnu.org>
1402
1403 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1404 (european-date-diary-pattern, european-calendar-display-form)
1405 (american-calendar-display-form, diary-display-hook): Doc fixes.
1406 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1407 custom :set. Mark as obsolete.
1408 (calendar-date-style, iso-date-diary-pattern)
1409 (iso-calendar-display-form): New user variables.
1410 (diary-date-forms, calendar-date-display-form): Set using
1411 calendar-date-style. Doc fix.
1412 (calendar-set-date-style): New command.
1413 (european-calendar, american-calendar): Use calendar-set-date-style.
1414 Mark as obsolete.
1415
1416 * calendar/diary-lib.el (number): Move declaration where needed.
1417 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1418 (diary-make-date): New function.
1419 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1420 Use diary-make-date.
1421 (diary-date-display-form, diary-insert-entry-1): New functions.
1422 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1423 Use diary-insert-entry-1.
1424 (insert-anniversary-diary-entry, insert-block-diary-entry)
1425 (insert-cyclic-diary-entry): Use diary-date-display-form.
1426
1427 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1428 Autoload diary-insert-entry-1.
1429 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1430 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1431 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1432 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1433 * calendar/cal-islam.el (insert-islamic-diary-entry)
1434 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1435 Use diary-insert-entry-1.
1436
1437 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1438 (diary-yahrzeit): Doc fix. Use diary-make-date.
1439
1440 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1441 New name for icalendar--datetime-to-noneuropean-date. Make old name
1442 obsolete alias.
1443 (icalendar--datetime-to-iso-date): New function.
1444 (icalendar--datetime-to-diary-date): Doc fix. Respect
1445 calendar-date-style if bound.
1446
1447 * textmodes/remember.el (remember-diary-convert-entry):
1448 Respect calendar-date-style if bound.
1449
1450 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1453 (xterm-mouse-handle-delete-frame): Delete.
1454
1455 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1456 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1457 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1458 in xterm-modify-other-keys-terminal-list.
1459
1460 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1461 are conflicts.
1462
1463 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 * vc.el (vc-update): Check if the buffer is unsaved only if it
1466 actually exists.
1467 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1468 vc-print-log.
1469
1470 2008-03-28 Magnus Henoch <mange@freemail.hu>
1471
1472 * net/dns.el (dns-write): Use set-buffer-multibyte.
1473
1474 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * vc-bzr.el (vc-bzr-sha1): New fun.
1477 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1478 (vc-bzr-registered): Use it.
1479
1480 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1481
1482 * vc.el (vc-status-kill-dir-status-process): Simplify.
1483 (vc-status-refresh): Make sure the buffer is live.
1484 (ring): Don't require it, not used.
1485
1486 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
1487
1488 * progmodes/verilog-mode.el (verilog-auto-inout-module):
1489 Add optional regular expression to AUTOINOUTMODULE.
1490 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1491 (verilog-auto-inst-param, verilog-auto-reg)
1492 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1493 (verilog-auto-output-every, verilog-auto-input)
1494 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1495 (verilog-auto-unused, verilog-auto): Update documentation to use
1496 more obvious instance module names versus cell names.
1497
1498 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
1499
1500 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1501 kill if a process is running.
1502
1503 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1504
1505 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1506
1507 * vc.el: Add new backend function 'status-extra-headers.
1508 (vc-default-status-extra-headers): New function.
1509 (vc-status-headers): Call 'status-extra-headers. Add colors.
1510
1511 * vc-git.el (vc-git-status-extra-headers): New function.
1512
1513 2008-03-28 Glenn Morris <rgm@gnu.org>
1514
1515 * calendar/cal-menu.el (cal-menu-holidays-menu)
1516 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1517 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1518 holiday-list is optional.
1519 (calendar-mouse-holidays): Remove un-needed local `l'.
1520
1521 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1522 Remove un-needed local `date'.
1523 (calendar-cursor-to-visible-date): Use let rather than let*.
1524 Remove un-needed local `first-of-month-weekday'.
1525
1526 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1527
1528 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1529 Doc fixes.
1530 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
1531 (diary-header-line-flag, diary-header-line-format): Declare.
1532 (diary-pull-attrs): Check for multiple matches.
1533 (diary-list-entries-2): Simplify finding start of date.
1534 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1535 pop-up-frames.
1536 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1537 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1538
1539 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
1540
1541 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1542
1543 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1544
1545 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1548
1549 * image-mode.el (image-mode-reapply-winprops): Fix last change.
1550
1551 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1552
1553 * international/mule-conf.el (define-iso-single-byte-charset):
1554 Don't make latin-iso8859-* supplementary.
1555 (#'set-charset-priority): Don't change the priority of charsets
1556 `unicode' and `emacs'.
1557
1558 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1561 temp buffer.
1562
1563 2008-03-27 Glenn Morris <rgm@gnu.org>
1564
1565 * calendar/cal-bahai.el (diary-bahai-list-entries):
1566 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1567 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1568
1569 * calendar/calendar.el (diary-file): Doc fix.
1570
1571 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1572 (list-diary-entries-hook, mark-diary-entries-hook)
1573 (include-other-diary-files, diary-mail-entries)
1574 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1575 (diary-set-header): New function.
1576 (diary-header-line-flag, diary-header-line-format):
1577 Use diary-set-header for custom :set function.
1578 (diary-set-maybe-redraw): Use symbol-value rather than eval.
1579 (diary-attrtype-convert): Use intern-soft rather than read.
1580 (diary-display-no-entries): New function.
1581 (simple-diary-display, fancy-diary-display): Use it.
1582 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
1583 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1584
1585 * calendar/holidays.el (list-holidays): Doc fix.
1586
1587 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
1588
1589 * calc/calc-store.el (calc-read-var-name-history): New variable.
1590 (calc-read-var-name): Use `calc-read-var-name-history'.
1591
1592 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * image-mode.el (image-mode-reapply-winprops): Simplify now that
1595 window-configuration-change-hook works buffer-locally.
1596
1597 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1598
1599 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1600 for Emacs Lisp, not Lisp.
1601
1602 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
1603
1604 * help-fns.el (describe-function-1, describe-variable):
1605 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1606
1607 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1608 replacement is provided, don't print "use nil instead".
1609
1610 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1611
1612 * complete.el (PC-do-completion): Use regexp-quote.
1613
1614 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1617 Detect missing files.
1618
1619 * vc-git.el (vc-git-extra-menu-map): New key map.
1620 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1621 New functions.
1622
1623 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1624 and 'missing files.
1625
1626 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * calendar/holidays.el (list-holidays): Make Y2 optional.
1629
1630 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1631 buffers shown to the user.
1632 (appt-disp-window): Disable undo explicitly now that the leading space
1633 is gone.
1634
1635 * simple.el (activate-mark): New function.
1636 (set-mark-command): Use it with region-active-p to clean up the code.
1637 (exchange-point-and-mark): Invert the meaning of C-u when
1638 transient-mark-mode is active.
1639
1640 * dired-aux.el (dired-create-files): Use dolist.
1641
1642 * bindings.el (mode-line-change-eol): Use with-selected-window.
1643
1644 * apropos.el (apropos-command): Include macros.
1645
1646 2008-03-26 Glenn Morris <rgm@gnu.org>
1647
1648 * calendar/cal-bahai.el: Require calendar, not cal-julian.
1649 (calendar-bahai-epoch): Doc fix.
1650
1651 * calendar/cal-china.el: Explicitly require calendar.
1652
1653 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1654 Require calendar rather than cal-julian.
1655 Autoload calendar-absolute-from-julian.
1656 * calendar/cal-coptic.el (coptic-calendar-epoch):
1657 * calendar/cal-islam.el (calendar-islamic-epoch):
1658 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1659
1660 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1661
1662 * calendar/cal-dst.el: Don't require cal-persia.
1663 (calendar-absolute-from-persian): Autoload it.
1664 (dst-adjust-time): Doc fix.
1665
1666 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1667 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1668 calendar.
1669
1670 * calendar/cal-menu.el: Require calendar rather than declaring
1671 functions.
1672 * calendar/calendar.el: Provide calendar before requiring cal-menu.
1673
1674 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1675 calendar-after-frame-setup-hooks. Update callers, make old name an
1676 obsolete alias. Doc fix.
1677 (calendar-frame-1): Doc fix.
1678
1679 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1680
1681 * calendar/calendar.el (oriental-holidays, solar-holidays):
1682 * calendar/holidays.el (list-holidays): Assume atan always bound.
1683
1684 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1685 Explicitly require calendar, not cal-julian.
1686 * calendar/lunar.el: Explicitly require cal-dst.
1687
1688 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1691
1692 * help-fns.el (describe-function-1, describe-variable): If no
1693 replacement is provided, don't print "use nil instead".
1694
1695 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1696
1697 * proced.el: New file.
1698
1699 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1700
1701 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1702
1703 2008-03-25 Juri Linkov <juri@jurta.org>
1704
1705 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1706 in battery-mode-line-format.
1707
1708 * bindings.el (minibuffer-local-map): For the command
1709 file-cache-minibuffer-complete replace keymap minibuffer-local-map
1710 with map which is already locally bound to minibuffer-local-map.
1711
1712 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1715 Remove `sort-first' argument.
1716
1717 * subr.el (redisplay-end-trigger-functions)
1718 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1719 (process-filter-multibyte-p, set-process-filter-multibyte):
1720 Mark as obsolete.
1721
1722 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1725 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1726 use the LOCAL arg of `add-hook'.
1727 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1728 Remove spurious * from defcustom docstrings.
1729 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1730 Fix typos in messages.
1731 (reb-mode-buffer-p): New function.
1732 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
1733 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1734 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1735 (reb-update-overlays): Use `unless', `when'.
1736 (re-builder-unload-function): New function.
1737
1738 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * vc-hooks.el (vc-state): Add documentation for 'missing.
1741
1742 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
1743
1744 * progmodes/verilog-mode.el (verilog-auto-output)
1745 (verilog-auto-input, verilog-auto-inout, verilog-auto)
1746 (verilog-delete-auto): Add optional regular expression to
1747 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1748 (verilog-signals-matching-regexp): New internal function for
1749 signal matching.
1750
1751 2008-03-25 Johan Bockgård <bojohan@gnu.org>
1752
1753 * info.el (Info-isearch-search): Always return point.
1754
1755 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * diff-mode.el (diff-remembered-defdir): New var.
1758 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1759
1760 2008-03-25 Glenn Morris <rgm@gnu.org>
1761
1762 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1763 calendar-bahai-prompt-for-date. Update callers, make old name an
1764 obsolete alias. Doc fix.
1765 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1766 coptic-prompt-for-date. Update callers, make old name an
1767 obsolete alias. Doc fix.
1768 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1769 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
1770 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
1771 calendar-islamic-prompt-for-date. Update callers. Doc fix.
1772 * calendar/cal-iso.el (calendar-iso-read-date): New name for
1773 calendar-iso-read-args. Update callers, make old name an obsolete
1774 alias.
1775 * calendar/cal-persia.el (calendar-persian-read-date): New name for
1776 persian-prompt-for-date. Update callers, make old name an
1777 obsolete alias. Doc fix. Move definition before use.
1778
1779 * calendar/cal-x.el (diary-frame-parameters)
1780 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1781 (calendar-frame-1): Doc fixes.
1782 (make-fancy-diary-buffer): Remove declaration.
1783 (calendar-dedicate-diary): Replace call to deleted function
1784 make-fancy-diary-buffer.
1785 (calendar-frame-setup): New function.
1786 (calendar-one-frame-setup, calendar-only-one-frame-setup)
1787 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
1788 work, and mark as obsolete.
1789 (special-display-buffer-names): Don't mess with this; it's not our
1790 business.
1791 (cal-x-load-hook): Defvar it, and mark as obsolete.
1792
1793 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1794 Default to t. Add to 'calendar group.
1795 (calendar): Doc fix. Use calendar-frame-setup.
1796 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
1797 (generate-calendar-window): Doc fix.
1798
1799 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
1802
1803 2008-03-24 Drew Adams <drew.adams@oracle.com>
1804
1805 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
1806 New variables.
1807 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
1808 (finder-exit): Ignore errors rather than avoiding them.
1809 Kill *Finder-package* buffer also.
1810
1811 2008-03-24 Andreas Schwab <schwab@suse.de>
1812
1813 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
1814
1815 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 * vc-hg.el (vc-hg-after-dir-status):
1818 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
1819
1820 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
1821 Detect removed files.
1822
1823 * vc.el (vc-status-printer): Use a different face for missing files.
1824 (vc-status-hide-up-to-date): Rename from
1825 vc-status-remove-up-to-date. Update all callers.
1826 (vc-status-mode-map): Bind C-m.
1827
1828 2008-03-24 Alexandre Julliard <julliard@winehq.org>
1829
1830 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
1831 code ...
1832 (vc-git--state-code): ... to this new function.
1833 (vc-git-state): Use it.
1834
1835 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
1836
1837 * textmodes/remember.el (remember-mail-date)
1838 (remember-store-in-mailbox): Write date and From line in such a
1839 way that Mutt can read it.
1840
1841 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * simple.el (transient-mark-mode): Turn on by default.
1844
1845 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
1848 'unregistered for unregistered files.
1849
1850 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
1851
1852 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
1853
1854 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
1855 subdirectories.
1856
1857 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
1858 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
1859 Add :enable for vc-status-refresh.
1860 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
1861 (vc-status-tool-bar-map): Add binding for
1862 vc-status-kill-dir-status-process.
1863 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
1864 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
1865 Reset vc-status-process-buffer.
1866 (vc-status-refresh): Don't run two refreshes at a time.
1867 (vc-status): If the buffer is already in vc-status-mode only refresh.
1868 (vc-status-mark-buffer-changed): Add an optional file parameter.
1869 (vc-resynch-buffer): Use it.
1870 (vc-delete-file): Expand the file name before using it.
1871 Be careful to not create a new buffer with the old file contents.
1872 Update the VC state after performing the operation.
1873
1874 2008-03-23 Andreas Schwab <schwab@suse.de>
1875
1876 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1877 Fix radio button condition.
1878 [box]: Likewise.
1879 [customize]: Add radio button.
1880
1881 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
1882
1883 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
1884 (calc-user-parse-tables, calc-gnuplot-default-device)
1885 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1886 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1887 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1888 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
1889 (calc-undo-list, calc-redo-list, calc-main-buffer)
1890 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
1891 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1892 (calc-said-hello, calc-executing-macro, calc-any-selections)
1893 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1894 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
1895 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
1896 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
1897 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
1898 (calc-create-buffer, calc-quit): Add docstrings.
1899
1900 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * makefile.w32-in (WINS_ALMOST): Add org.
1903
1904 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1905
1906 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1907 New functions to implement vc-status support.
1908
1909 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1910
1911 * vc.el (vc-status-prepare-status-buffer): New function.
1912 (vc-status): Use it.
1913
1914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
1915 appropriate.
1916
1917 2008-03-22 Alexandre Julliard <julliard@winehq.org>
1918
1919 * vc-git.el (vc-git--empty-db-p)
1920 (vc-git-after-dir-status-stage1-empty-db): New functions.
1921 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
1922 Add support for empty repositories.
1923
1924 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1927 Allow "^" in a version name.
1928
1929 * vc-mtn.el (vc-mtn-state): Support the added state.
1930
1931 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
1932
1933 * org: New directory for Org-mode.
1934
1935 * org/org-export-latex.el: Moved from lisp/texmodes.
1936
1937 * org/org-irc.el: Moved from lisp/texmodes.
1938
1939 * org/org-mac-message.el: Moved from lisp/texmodes.
1940
1941 * org/org-mouse.el: Moved from lisp/texmodes.
1942
1943 * org/org-publish.el: Moved from lisp/texmodes.
1944
1945 2008-03-21 Juri Linkov <juri@jurta.org>
1946
1947 * comint.el (comint-dynamic-simple-complete):
1948 Use variable `stub' for the second arg `common-substring'
1949 of `comint-dynamic-list-completions'.
1950 (comint-dynamic-list-filename-completions):
1951 Use variable `filenondir' for the second arg `common-substring'
1952 of `comint-dynamic-list-completions'.
1953 (comint-dynamic-list-completions): Add new optional arg
1954 `common-substring'. Add `common-substring' as the second arg of
1955 the call to `display-completion-list'. Doc fix.
1956
1957 * comint.el (comint-dynamic-complete-as-filename)
1958 (comint-dynamic-list-filename-completions)
1959 (comint-dynamic-simple-complete): Use `minibuffer-message'
1960 to display message "No completions of %s" when a command
1961 is called in the minibuffer.
1962 (comint-dynamic-simple-complete): Don't display other
1963 completion messages when a command is called in the minibuffer.
1964 (comint-dynamic-list-completions): Use `minibuffer-message'
1965 to display message " [Type space to flush ...]" when a command
1966 is called in the minibuffer.
1967
1968 * shell.el (shell-dynamic-complete-command)
1969 (shell-dynamic-complete-environment-variable): Don't display
1970 completion messages when command is called in the minibuffer.
1971
1972 * emacs-lisp/lisp.el (lisp-complete-symbol):
1973 Use `minibuffer-message' to display message "No completions of %s"
1974 when this command is called in the minibuffer.
1975
1976 * bindings.el (standard-mode-line-modes): Put special help-echo
1977 tooltip on recursive edit %[ %] mode-line constructs.
1978
1979 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
1980 "^No dynamic expansion for .* found$" to allow error messages like
1981 "No dynamic expansion for \"%s\" found in this-buffer".
1982
1983 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
1986 "psftp".
1987
1988 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
1991 * vc.el (vc-default-dired-state-info): Use just "modified".
1992 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
1993 (vc-cvs-mode-line-string): Make use of the better default.
1994 (vc-cvs-parse-entry): Use the new `added'.
1995 (vc-cvs-dired-state-info): Remove.
1996 * vc-svn.el (vc-svn-dired-state-info): Remove.
1997 * vc-hg.el (vc-hg-dired-state-info): Remove.
1998 * vc-git.el (vc-git-dired-state-info): Remove.
1999
2000 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2001
2002 * vc-git.el (vc-git-status-result): New variable.
2003 (vc-git-dir-status): Split out ...
2004 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2005 ... these new functions and work asynchronously.
2006
2007 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2008
2009 * vc-git.el (vc-git-after-dir-status): Remove.
2010 (vc-git-dired-state-info): Reimplement.
2011
2012 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * replace.el (occur-mode-map): Add :help.
2015
2016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2017 for disassemble.
2018
2019 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2020 the 'added state.
2021 (vc-status-remove-up-to-date): New function.
2022 (vc-status-mode-map, vc-status-menu-map): Bind it.
2023 (vc-status-printer): Use a different face up-to-date files.
2024 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2025 (Todo): Remove solved entries.
2026
2027 * vc-hg.el (vc-hg-state):
2028 * vc-git.el (vc-git-state):
2029 * vc-cvs.el (vc-cvs-parse-status):
2030 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2031 state.
2032
2033 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * progmodes/compile.el (compile):
2036 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2037
2038 * simple.el (minibuffer-local-shell-command-map): New var.
2039 (minibuffer-complete-shell-command, read-shell-command): New funs.
2040 (shell-command, shell-command-on-region): Use them.
2041
2042 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2043
2044 * vc.el (vc-status-mark-buffer-changed): New function to implement
2045 updating of the *vc-status* buffer when a buffer is saved.
2046 (vc-status-mode): Use it for after-change-hook.
2047 (vc-add-to-vc-status-buffer): Rename to ...
2048 (vc-status-add-entry): ... this.
2049 (Todo): Add new entry.
2050
2051 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2054
2055 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2058 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2059 Remove spurious * from defcustom docstrings.
2060 (icomplete-compute-delay): Fix docstring and remove spurious *.
2061 (icomplete-delay-completions-threshold): Fix typo in docstring and
2062 remove spurious *.
2063 (icomplete-completions): While collecting the list of prospective
2064 candidates, don't overshoot `icomplete-prospects-length'.
2065
2066 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2067
2068 * textmodes/refbib.el:
2069 * textmodes/reftex.el:
2070 * textmodes/reftex-global.el:
2071 * textmodes/reftex-vars.el:
2072 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2073 compiler pacifying defvars.
2074 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2075 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2076 not needed.
2077
2078 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2079
2080 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2081 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2082 (verilog-customize, verilog-font-customize)
2083 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2084 (verilog-mode): Update documentation strings to match tool tips.
2085 (verilog-auto-search-do, verilog-auto-re-search-do)
2086 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2087 expansion when a .* appears inside a string.
2088 (verilog-re-search-forward, verilog-re-search-backward):
2089 Add comment to recall how this works.
2090 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2091
2092 2008-03-20 Glenn Morris <rgm@gnu.org>
2093
2094 * calendar/calendar.el (calendar-other-dates): New function.
2095 (calendar-print-other-dates): Use calendar-other-dates.
2096 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2097 the declarations it replaces.
2098 (calendar-mouse-print-dates): Use calendar-other-dates.
2099
2100 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2101 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2102 (calendar-absolute-from-bahai): Fix the leap-year case.
2103 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2104 (calendar-bahai-date-string, calendar-bahai-print-date):
2105 Handle pre-Bahai dates.
2106
2107 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2108 (chinese-calendar-terrestrial-branch): Make defcustoms.
2109
2110 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2111 (calendar-mouse-view-diary-entries): Use or.
2112 (calendar-mouse-chinese-date): Remove unused command.
2113 (cal-menu-load-hook): Mark as obsolete.
2114
2115 * calendar/solar.el (calendar-location-name, calendar-latitude)
2116 (calendar-longitude, solar-arctan, sunrise-sunset)
2117 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2118
2119 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2120
2121 * calc/calc.el: Remove outdated comments.
2122 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2123 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2124 Add docstrings.
2125
2126 2008-03-19 Jason Rumney <jasonr@gnu.org>
2127
2128 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2129
2130 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2131
2132 * net/tls.el (open-tls-stream): Reindent.
2133
2134 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * net/tramp.el (tramp-let-maybe): Removed.
2137 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2138 It does not exist under XEmacs.
2139 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2140 (tramp-completion-file-name-handler): Let-bind
2141 `directory-sep-char'.
2142
2143 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2144 `directory-sep-char'.
2145
2146 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2149 for autoloaded keymaps.
2150
2151 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2152 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2153 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2154 (verilog-in-comment-p, verilog-in-star-comment-p)
2155 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2156 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2157 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2158 (verilog-skip-forward-comment-p): Use it.
2159
2160 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2163 (org-remember-templates, org-time-stamp-rounding-minutes)
2164 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2165 (org-columns-new): Fix typos in docstrings.
2166
2167 2008-03-19 Glenn Morris <rgm@gnu.org>
2168
2169 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2170 (tramp-handle-shell-command): Use condition-case rather than
2171 ignore-errors.
2172
2173 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2174
2175 * diff-mode.el (diff-header): Make the color louder.
2176 (diff-refine-change): Tone the color down.
2177
2178 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2179
2180 * descr-text.el (describe-char): When `describe-char-unidata-list'
2181 is set to show all properties, list them in the right order.
2182
2183 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * international/mule.el (load-with-code-conversion): Avoid setting
2186 default-enable-multibyte-characters.
2187
2188 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2189
2190 * vc.el (vc-annotate-background): Fix custom type.
2191
2192 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * descr-text.el (describe-char-unidata-list): Allow specifying
2195 just all properties.
2196 (describe-char): Handle that new value.
2197
2198 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2199
2200 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2201
2202 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2203 instead of file name extension to make docs with uncommon
2204 extensions work.
2205
2206 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2207
2208 * doc-view.el (require): Require cl at compile time because
2209 `assert' needs it.
2210
2211 2008-03-18 Glenn Morris <rgm@gnu.org>
2212
2213 * calendar/calendar.el (initial-calendar-window-hook)
2214 (today-visible-calendar-hook): Doc fixes.
2215
2216 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * net/tramp.el (tramp-root-regexp): Simplify.
2219 (tramp-completion-file-name-regexp-separate): Don't insist on
2220 leading "[". This prevents method or user or host completion.
2221 (tramp-let-maybe): Autoload it.
2222 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2223 is an alias for `identity'.
2224 (tramp-handle-write-region): Protect `last-coding-system-used'
2225 over the trailing statements.
2226 (tramp-completion-file-name-handler-post-function): Remove.
2227 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2228 instead of calling `tramp-drop-volume-letter'.
2229
2230 * net/tramp.el:
2231 * net/tramp-uu.el:
2232 * net/trampver.el: Move coding cookie at the end.
2233
2234 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2237 elements which may be something else than characters.
2238
2239 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2240
2241 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2242 New functions to implement vc-status support.
2243
2244 * vc.el (vc-default-extra-status-menu)
2245 (vc-add-to-vc-status-buffer): New functions.
2246
2247 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2248 for eldoc and ielm.
2249
2250 2008-03-17 Glenn Morris <rgm@gnu.org>
2251
2252 * calendar/cal-x.el (diary-frame-parameters)
2253 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2254 Fix custom type; add options.
2255 (calendar-frame, diary-frame): Doc fixes.
2256 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2257 new functions.
2258 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2259 Use calendar-frame-1 and calendar-dedicate-diary.
2260 (calendar-one-frame-setup): Also handle only-one-frame case.
2261 (calendar-only-one-frame-setup): Doc fix. Just call
2262 calendar-one-frame-setup.
2263
2264 * calendar/diary-lib.el: Re-order some definitions before their use.
2265 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2266 (diary-list-entries): Doc fixes.
2267 (make-fancy-diary-display): Remove function.
2268
2269 * calendar/calendar.el (calendar-today-marker)
2270 (initial-calendar-window-hook, today-visible-calendar-hook)
2271 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2272 (calendar-star-date, calendar-mark-today): Doc fixes.
2273 (today-visible-calendar-hook): Add options.
2274 (calendar-in-read-only-buffer): New macro.
2275 (calendar-basic-setup): Adapt for change in calendar-read-date.
2276 Place holiday let inside if.
2277 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2278 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2279 (calendar-print-other-dates): Use one let rather than many.
2280
2281 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2282 (calendar-print-other-dates):
2283 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2284 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2285 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2286 (calendar-cursor-holidays):
2287 * calendar/lunar.el (calendar-phases-of-moon): Use
2288 calendar-in-read-only-buffer to replace previous code and disable undo.
2289
2290 2008-03-16 Juri Linkov <juri@jurta.org>
2291
2292 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2293 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2294 read-from-minibuffer to provide the correct initial minibuffer
2295 history position in isearch-edit-string when it is called from
2296 isearch-ring-adjust.
2297
2298 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2299 to check if the current buffer is the minibuffer, and in this case
2300 call abort-recursive-edit to kill the minibuffer. Doc fix.
2301 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2302 when the current buffer is the minibuffer.
2303
2304 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2305
2306 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2307
2308 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2309 Use non-nil PARENTS attribute of make-directory instead of
2310 explicitly checking existence the current cache directory.
2311
2312 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2313
2314 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2315 M-x epa-file-select-keys.
2316
2317 2008-03-16 Kenichi Handa <handa@m17n.org>
2318
2319 * international/mule.el (auto-coding-alist):
2320 Use no-conversion-multibyte for archive files.
2321
2322 2008-03-16 Glenn Morris <rgm@gnu.org>
2323
2324 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2325 New functions.
2326 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2327 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2328 Use calendar-mark-1.
2329 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2330 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2331 Use calendar-mark-complex.
2332 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2333 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2334 Use calendar-mark-1.
2335
2336 * calendar/calendar.el (calendar-mod): Remove.
2337 * calendar/cal-china.el (calendar-chinese-from-absolute)
2338 (calendar-chinese-date-string): Expand calendar-mod calls.
2339 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2340 Expand calendar-mod calls.
2341
2342 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2343 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2344 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2345 Move obsolete aliases after the functions that replaced them.
2346
2347 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2348 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2349 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2350 Use let rather than let*.
2351 (calendar-hebrew-prompt-for-date): New function.
2352 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2353 (holiday-tisha-b-av-etc): Use unless, let.
2354
2355 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2356 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2357
2358 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2359
2360 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2361
2362 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2363 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2364 than concat.
2365 (diary): Remove un-needed let.
2366 (view-other-diary-entries): Rename argument.
2367 (diary-list-entries-2): New function.
2368 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2369 (print-diary-entries): Use unless.
2370 (diary-mark-entries-1): Change argument order, make all but
2371 markfunc optional. Handle the standard (Gregorian) case.
2372 Use match-string-no-properties. Handle marks.
2373 (mark-diary-entries): Use diary-mark-entries-1.
2374 (diary-font-lock-keywords-1): New macro.
2375 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2376
2377 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2378
2379 * icalendar.el (icalendar-version): Increase to 0.18.
2380 (icalendar-export-hidden-diary-entries): New variable.
2381 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2382 In case of error, insert full error-val.
2383 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2384 Use calendar-day-of-week. Return the day number.
2385 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2386
2387 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2388
2389 * icalendar.el (icalendar-recurring-start-year): New variable.
2390 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2391 (icalendar-export-region): Ignore hidden diary entries.
2392 (icalendar--convert-ordinary-to-ical): Fix case where event
2393 spans across midnight boundary.
2394 (icalendar-first-weekday-of-year): New function.
2395 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2396 year for recurring events (Mozilla calendars do not propagate
2397 recurring events forever, so year 2000 start date was not working).
2398 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2399 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2400
2401 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * net/tramp.el (tramp-root-regexp): New defconst.
2404 (tramp-completion-file-name-regexp-unified)
2405 (tramp-completion-file-name-regexp-separate)
2406 (tramp-completion-file-name-regexp-url): Use it.
2407 (tramp-do-copy-or-rename-file-via-buffer):
2408 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2409 t for `insert-file-contents-literally'.
2410 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2411 Autoload it.
2412 (tramp-completion-file-name-handler-post-function): New defconst.
2413 (tramp-completion-file-name-handler): Use it.
2414 (tramp-maybe-open-connection): Update calls to
2415 `tramp-flush-connection-property' for removed 2nd argument.
2416
2417 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2420 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2421 New functions.
2422
2423 2008-03-15 Glenn Morris <rgm@gnu.org>
2424
2425 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2426 New functions.
2427 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2428 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2429 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2430 (diary-bahai-list-entries): Use diary-list-entries-1.
2431 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2432 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2433 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2434 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2435 (list-hebrew-diary-entries): Use diary-list-entries-1.
2436 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2437 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2438 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2439 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2440 (list-islamic-diary-entries): Use diary-list-entries-1.
2441 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2442
2443 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2444
2445 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2446
2447 * calendar/cal-china.el (number-chinese-months)
2448 (calendar-chinese-from-absolute): Use nth, caar.
2449
2450 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2451
2452 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2453
2454 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2455 (calendar-hebrew-month-name-array-leap-year)
2456 (hebrew-calendar-parashiot-names): Make constants.
2457 (diary-parasha): Move definition after constants it uses.
2458
2459 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2460 (cal-html-htmlify-list): Doc fix.
2461 (cal-html-htmlify-entry): Use nth.
2462
2463 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2464 (calendar-islamic-epoch): Make constants.
2465 (calendar-islamic-epoch): Doc fix.
2466
2467 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2468
2469 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2470 (cal-tex-month-name): Doc fix.
2471 (cal-tex-last-blank-p): Use zerop.
2472
2473 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2474 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2475 (calendar-cursor-to-date): Doc fix.
2476 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2477 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2478 (calendar-day-number): Use when.
2479 (generate-calendar-month): Use dotimes.
2480 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2481 (calendar-set-mark): Reverse conditional.
2482 (calendar-make-alist): Move definition before use.
2483
2484 * calendar/diary-lib.el (diary-face-attrs)
2485 (diary-glob-file-regexp-prefix, diary-selective-display)
2486 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2487 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2488 (diary-anniversary, diary-cyclic)
2489 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2490 (diary-header-line-format): Change wording.
2491 (diary-list-entries): Set `date-start' in let.
2492 (include-other-diary-files, mark-included-diary-files): Use format.
2493 (simple-diary-display, fancy-diary-display): Use cadr, unless.
2494 (mark-diary-entries): Use 1+.
2495 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2496 (mark-calendar-month): Use dotimes.
2497
2498 * calendar/holidays.el (displayed-month, displayed-year):
2499 Move declarations where needed.
2500 (calendar-list-holidays): Doc fix.
2501
2502 * calendar/parse-time.el (parse-time-string): Simplify.
2503
2504 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2505 Make constants.
2506 (solar-sunrise-sunset): Rename some local variables for clarity.
2507 (sunrise-sunset): Use zerop.
2508 (solar-mean-equinoxes/solstices): Doc fix.
2509
2510 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2511 Use nth.
2512 (timeclock-completing-read, timeclock-generate-report): Use zerop.
2513 (timeclock-mean, timeclock-generate-report): Use dolist.
2514
2515 * calendar/todo-mode.el (todo-add-category): Simplify.
2516 (todo-more-important-p, todo-delete-item, todo-file-item):
2517 Use unless, when.
2518 (todo-top-priorities): Use zerop.
2519
2520 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
2521
2522 * buff-menu.el (list-buffers-noselect): Display buffer name in
2523 tooltip instead of mouse binding when it doesn't fit in the list.
2524
2525 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * faces.el (xw-defined-colors):
2528 * simple.el (widget-convert, shell-mode): Declare as functions
2529 instead of autoloading.
2530
2531 * abbrev.el:
2532 * button.el:
2533 * cus-face.el:
2534 * ediff-hook.el:
2535 * emacs-lisp/backquote.el:
2536 * emacs-lisp/timer.el:
2537 * facemenu.el:
2538 * faces.el:
2539 * menu-bar.el:
2540 * simple.el:
2541 * subr.el:
2542 * textmodes/fill.el:
2543 * textmodes/paragraphs.el: Remove autoloads, redundant when the
2544 files are preloaded.
2545
2546 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * desktop.el (desktop-create-buffer): Don't catch errors if
2549 debug-on-error is set.
2550
2551 2008-03-14 Eli Zaretskii <eliz@gnu.org>
2552
2553 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2554 ($(lisp)/calendar/diary-loaddefs.el)
2555 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2556 (LOADDEFS): New macro.
2557 (autoloads): Depend on $(LOADDEFS).
2558
2559 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * font-lock.el (featurep): Remove test, not useful anymore.
2562 (facemenu-keymap): Move key binding ...
2563 * facemenu.el (facemenu-keymap): ... here.
2564
2565 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
2566 for each file in the list.
2567 (vc-bzr-log-view-mode): Recognize the file marker.
2568
2569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2570 for checkdoc and profiling.
2571
2572 2008-03-14 Bastien Guerry <bzg@altern.org>
2573
2574 * textmodes/flyspell.el (nxml-mode): Add the right
2575 `flyspell-mode-predicate'.
2576
2577 * wid-edit.el (link): Use 'mouse-face for :follow-link.
2578
2579 2008-03-14 Glenn Morris <rgm@gnu.org>
2580
2581 * calendar/solar.el: Reorder so that functions are defined before use.
2582 (displayed-month, displayed-year): Move declarations where needed.
2583 (solar-get-number): Move definition before use. Use unless.
2584 (solar-equatorial-coordinates): Simplify.
2585 (solar-sunrise-and-sunset): Use let rather than let*.
2586 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2587
2588 * startup.el (command-line-1): Rename -internal-script back to
2589 -scriptload (reverts previous change).
2590
2591 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2592 (calendar-bahai-leap-base): Add doc strings.
2593 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2594 Move definition before use.
2595 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2596 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2597 variables outside the loop. Use dolist.
2598 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2599
2600 * calendar/cal-china.el: Re-order so that functions are defined before
2601 use.
2602 (displayed-month, displayed-year): Move declarations where needed.
2603 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2604 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2605 Add doc strings.
2606 (chinese-year-cache): Recenter on 2010. Doc fix.
2607 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2608 Doc fix. Simplify.
2609 (chinese-year-cache-init): New function.
2610 (compute-chinese-year, holiday-chinese-new-year)
2611 (calendar-chinese-date-string, calendar-goto-chinese-date)
2612 (make-chinese-month-assoc-list): Use cadr, nth.
2613 (chinese-months): Remove un-needed let.
2614
2615 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2616 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2617 (coptic-prompt-for-date): Move definition before use.
2618
2619 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2620 (calendar-dst-find-data, calendar-daylight-time-offset)
2621 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2622 (calendar-daylight-savings-starts-time)
2623 (calendar-daylight-savings-ends-time): Use cadr, nth.
2624
2625 * calendar/cal-french.el (french-calendar-epoch)
2626 (calendar-goto-french-date): Doc fix.
2627 (french-calendar-month-name-array)
2628 (french-calendar-multibyte-month-name-array)
2629 (french-calendar-day-name-array, french-calendar-special-days-array):
2630 Add doc strings.
2631
2632 * calendar/cal-hebrew.el (displayed-month, displayed-year)
2633 (original-date): Move declarations where needed.
2634 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2635 Doc fix.
2636 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2637 constant variables outside the loop. Use dolist.
2638
2639 * calendar/cal-islam.el (displayed-month, displayed-year)
2640 (original-date): Move declarations where needed.
2641 (islamic-calendar-day-number): Remove unused local variable `day'.
2642 (calendar-goto-islamic-date): Doc fix.
2643 (holiday-islamic): Use unless.
2644 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2645 constant variables outside the loop. Use dolist.
2646 (mark-islamic-calendar-date-pattern): Move definition before use.
2647 Use unless.
2648 (mark-islamic-diary-entries): Doc fix.
2649 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2650 (insert-yearly-islamic-diary-entry): Use let rather than let*.
2651
2652 * calendar/cal-julian.el (calendar-absolute-from-julian):
2653 Move definition before use. Remove un-needed local `day'.
2654 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2655
2656 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2657 (calendar-mayan-tzolkin-names-array): Add doc strings.
2658 (calendar-mayan-long-count-from-absolute): Use a single let.
2659 (calendar-string-to-mayan-long-count): Simplify.
2660 (calendar-next-haab-date, calendar-previous-haab-date)
2661 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2662 (calendar-previous-calendar-round-date)
2663 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2664 Doc fix.
2665 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2666 (calendar-mayan-date-string, calendar-print-mayan-date)
2667 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2668 (calendar-mayan-long-count-common-era): Move definitions before use.
2669
2670 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2671 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2672 Doc fix.
2673 (calendar-mouse-goto-date): Move definition before use.
2674
2675 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2676 Move definition before use.
2677 (calendar-cursor-to-visible-date): Move definition before use.
2678 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
2679 and place inside the conditional.
2680 (calendar-forward-day): Simplify.
2681 (calendar-end-of-month): Use unless.
2682 (calendar-goto-day-of-year): Doc fix.
2683 Relocate obsolete aliases after their replacements.
2684
2685 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2686
2687 * calendar/diary-lib.el (mark-diary-entries): Move some constant
2688 variables outside the diary-date-forms loop.
2689
2690 * calendar/calendar.el (diary-file): Doc fix.
2691 (calendar-buffer-list): Return buffers rather than strings (fixes
2692 previous change).
2693 (hebrew-holidays-4): Fix typo.
2694
2695 * calendar/holidays.el (displayed-month, displayed-year):
2696 Move declarations where needed.
2697 (calendar-holiday-list, calendar-list-holidays)
2698 (holiday-filter-visible-calendar): Move definitions before use.
2699 (list-holidays): Use cadr.
2700 Relocate obsolete aliases after their replacements.
2701
2702 * calendar/lunar.el (date, displayed-month, displayed-year):
2703 Move declarations where needed.
2704 (lunar-phase-list): Move definition after functions it uses.
2705 (calendar-phases-of-moon, diary-phases-of-moon)
2706 (lunar-new-moon-on-or-after): Use cadr, nth.
2707 (lunar-new-moon-on-or-after): Doc fix.
2708
2709 * textmodes/org-irc.el (top-level): CL not required when compiling.
2710 (org-irc-visit-erc): Replace runtime CL functions.
2711
2712 * textmodes/org-publish.el (declare-function): Add compatibility stub.
2713 (org-publish-delete-dups): Declare as function.
2714
2715 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2718 (vc-bzr-show-log-entry): Make regexp match more cases.
2719 (vc-diff-switches-list): Remove autoload, not needed.
2720
2721 2008-03-14 Juri Linkov <juri@jurta.org>
2722
2723 * isearch.el (isearch-edit-string): Remove one call to
2724 `isearch-push-state' not to push an inconsistent state,
2725 but keep another correct call to `isearch-push-state'.
2726 (isearch-ring-adjust): Call `isearch-push-state' only when
2727 `search-ring-update' is non-nil since `isearch-edit-string'
2728 already pushes its state.
2729 (isearch-message): Improve matching the failed part by checking
2730 if the original message starts with the last successful message.
2731
2732 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2733 (dired-perm-write): Rename from `dired-warn-writable'.
2734 Change parent face from `font-lock-warning-face' to
2735 `font-lock-comment-delimiter-face'.
2736 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2737 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2738 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2739 with `dired-perm-write-face'.
2740
2741 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
2742
2743 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2744 Create cache dir only if it doesn't already exist.
2745
2746 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2749 of \ and '.
2750
2751 2008-03-13 Johan Bockgård <bojohan@gnu.org>
2752
2753 * net/browse-url.el (browse-url-text-xterm):
2754 Unquote browse-url-text-browser.
2755
2756 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
2757
2758 * textmodes/org-mouse.el: Version number change.
2759
2760 * textmodes/org-publish.el (org-publish-expand-components):
2761 Remove null projects from the list of components.
2762 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2763 Remove unused retrieval of the :publishing-directory property.
2764 (org-publish-file): Bugfix: when using a relative directory as the
2765 publishing directory, convert it to a directory filename.
2766 (org-publish-project): New alias.
2767 (org-publish-get-files): Protect against empty p.
2768 (org-publish-file): Send an error when file is not part of any project.
2769 (org-publish-file): Offer to refresh the list of files in known
2770 project when the current file is not part of any project.
2771 (org-publish-before-export-hook)
2772 (org-publish-after-export-hook): New hooks.
2773 (org-publish-org-to): Use new hooks and kill buffers.
2774 (org-publish-file): Remove the code for killing buffers.
2775 (org-publish-initialize-files-alist): Use interactive.
2776 (org-publish-file): If the publishing function creates a new
2777 buffer, kill it after publishing.
2778 (org-publish-timestamp-filename): Protect ":" in file name path
2779 under windows.
2780
2781 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
2782 change that killed the LaTeX buffer.
2783
2784 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
2785 in the decision tree.
2786 (org-select-remember-template): Clean the code.
2787 (org-prepare-dblock): Add the extra :content parameter.
2788 (org-write-agenda): New output type ".ics" files.
2789 (org-write-agenda): Call `org-icalendar-verify-function', both for
2790 time stamps and for TODO entries.
2791 (org-agenda-collect-markers, org-create-marker-find-array)
2792 (org-check-agenda-marker-table): New functions.
2793 (org-agenda-marker-table): New variable.
2794 (org-export-as-html): Revert the change that killed the html
2795 buffer. Side effects first need to be studied carefully.
2796 (org-get-tags-at): Fix the structure of the condition-case statement.
2797 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
2798 (org-timestamp-change): Fix regulear expressions to swallow the
2799 extra character for repeat-shift control.
2800 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
2801 (org-get-legal-level): Alias to `org-get-valid-level'.
2802 (org-dblock-write:clocktable): Add a :link parameter, linking
2803 headlines to their location in the Org agenda files.
2804 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
2805 throwing an error when getting tags before headlines.
2806 (org-timestamp-change, org-modify-ts-extra)
2807 (org-ts-regexp1): Fix timestamp editing.
2808 (org-agenda-custom-commands-local-options): New constant.
2809 (org-agenda-custom-commands):
2810 Use `org-agenda-custom-commands-local-options' to improve customize
2811 type. "htmlize": Removed hack to fix face problem with htmlize,
2812 it no longer seem necessary.
2813 (org-follow-link-hook): New hook.
2814 (org-agenda-custom-commands): Add "Component" as a tag for each
2815 item in a command serie.
2816 (org-open-at-point): Run `org-follow-link-hook'.
2817 (org-agenda-schedule): Bugfix: don't display marker type when it
2818 is nil.
2819 (org-store-link): org-irc required.
2820 (org-set-regexps-and-options): Parse the new logging options.
2821 (org-extract-log-state-settings): New function.
2822 (org-todo): Handle the new ways of recording state change stuff.
2823 (org-local-logging): New function.
2824 (org-columns-open-link): Fix bug with opening link in column view.
2825 (org-local-logging): New function
2826 (org-todo): Make sure that LOGGING properties are honoured.
2827 (org-todo-keywords): Improve docstring.
2828 (org-startup-options): Cleanup startup options.
2829 (org-set-regexps-and-options): Process the "!" markers.
2830 (org-todo): Respect the new logging stuff.
2831 (org-log-note-how): New variable.
2832 (org-add-log-maybe): New parameter HOW that defines how logging
2833 should be done and also overrides PURPOSE. Add a docstring.
2834 (org-add-log-note): Check if we really need to ask for a note.
2835 (org-get-current-options): Digest the new keyword.
2836 (org-agenda-reset-markers): Rename from
2837 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
2838 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
2839 function, without force argument.
2840 (org-buffer-property-keys): Bind local variables s and p.
2841 (org-make-tags-matcher): Allow "" to match an empty or
2842 non-existent property value.
2843 (org-export-as-html): Join unsorted lists when they directly
2844 follow each other. Such lists may be created by headlines that
2845 are converted to lists.
2846 (org-nofm-to-completion): New function.
2847 (org-export-as-html): Use :html-extension instead of
2848 org-export-html-extension.
2849 (org-store-link): Support for links from `rmail-summary-mode'.
2850 (org-columns-new, org-complete, org-set-property): Set the
2851 `include-columns' argument in the call to
2852 `org-buffer-property-keys'.
2853 (org-buffer-property-keys): New argument `include-columns', to
2854 include properties expected by any of the COLUMS formats in the
2855 current buffer.
2856 (org-cleaned-string-for-export): Get rid of drawers first, so that
2857 they will be removed also in the text before the first headline.
2858 (org-clock-report): Show the clocktable when found.
2859 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
2860 (org-version): With prefix argument, insert `org-version' at point.
2861 (org-agenda-goto): Recenter the window after finding the target
2862 location, to make sure the correct position will be displayed.
2863 (org-agenda-get-deadlines): Don't scale priority with the warning
2864 period.
2865 (org-insert-heading): Don't break line in the middle of the line.
2866 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
2867 be 0.
2868 (org-update-checkbox-count): Revamp to deal with hierarchical
2869 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
2870 (org-remove-timestamp-with-keyword): New function.
2871 (org-schedule, org-deadline):
2872 Use `org-remove-timestamp-with-keyword' to make sure all such time
2873 stamps are removed.
2874 (org-mode): Support for `align'.
2875 (org-agenda-get-deadlines): Make sure priorities increase as the
2876 due date approaches and is passed.
2877 (org-remember-apply-template): Fix problem with tags that
2878 contain "_" or "@".
2879 (org-make-link-regexps): Improve the regular expression for plain links.
2880 (org-agenda-get-closed): List each clocking entry.
2881 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
2882 (org-special-ctrl-k): New option.
2883 (org-kill-line): New function.
2884 (org-archive-all-done): Fix incorrect number of stars in regexp.
2885 (org-refile-get-location): New function.
2886 (org-refile-goto-last-stored): New function.
2887 (org-global-tags-completion-table): Add the value of org-tag-alist
2888 in each buffer, to make sure that also unused tags will be
2889 available for completion.
2890 (org-columns-edit-value)
2891 (org-columns-next-allowed-value): Only update if not in agenda.
2892 (org-clocktable-steps): New function.
2893 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
2894 (org-archive-subtree): Add the outline tree context as a property.
2895 (org-closest-date): New optional argument `prefer'.
2896 (org-goto-auto-isearch): New option.
2897 (org-goto-map, org-get-location): Implement auto-isearch.
2898 (org-goto-local-auto-isearch-map): New variable.
2899 (org-goto-local-search-forward-headings)
2900 (org-goto-local-auto-isearch): New functions
2901
2902 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
2903
2904 * textmodes/org-irc.el: New file.
2905
2906 2008-03-13 John Wiegley <johnw@gnu.org>
2907
2908 * textmodes/org-mac-message.el: New file.
2909
2910 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * font-lock.el (font-lock-comment-face): Set the foreground for
2913 the light background 8 colors case.
2914
2915 2008-03-13 Glenn Morris <rgm@gnu.org>
2916
2917 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
2918 generate-autoload-cookie patterns.
2919
2920 * startup.el (command-line-1): Rename -scriptload to -internal-script.
2921
2922 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
2923 (MH_E_SRC): Remove variable.
2924 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
2925 Simplify file header. Use $@ for generated-autoload-file.
2926
2927 * Makefile.in (LOADDEFS): New variable.
2928 (AUTOGENEL): Use $LOADDEFS.
2929 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
2930 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
2931 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2932 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2933 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
2934 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2935 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2936 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
2937 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
2938 Add calendar-specific autoload cookies, and remove any setting of
2939 generated-autoload-file.
2940 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
2941 * calendar/diary-lib.el: Replace explicit autoloads with reading of
2942 diary-loaddefs.
2943 * calendar/holidays.el: Replace explicit autoloads with reading of
2944 hol-loaddefs.
2945
2946 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
2947 (calendar-buffer-list): Simplify.
2948 (generate-calendar-window): Use calendar-mark-holidays rather than
2949 obsolete alias.
2950
2951 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2952 Use cal-hebrew-yahrzeit-buffer.
2953
2954 * calendar/cal-x.el (calendar-only-one-frame-setup)
2955 (calendar-two-frame-setup): Doc fixes.
2956 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
2957
2958 * calendar/appt.el (appt-mode-string): Mark as risky.
2959 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
2960
2961 * calendar/cal-html.el (diary-list-entries):
2962 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
2963 (calendar-iso-from-absolute): Fix autoloads.
2964
2965 * calendar/cal-iso.el (calendar-absolute-from-iso)
2966 (calendar-iso-read-args): Simplify.
2967 (calendar-iso-date-string, calendar-iso-read-args)
2968 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
2969
2970 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
2971 (displayed-month, displayed-year): Move declarations where needed.
2972 (calendar-print-astro-day-number): Doc fix.
2973
2974 * calendar/cal-persia.el (persian-calendar-month-name-array)
2975 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
2976 (persian-prompt-for-date): Remove local variable `today'.
2977
2978 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
2979
2980 * calendar/solar.el (solar-moment, solar-exact-local-noon)
2981 (solar-sunrise-sunset, solar-sunrise-sunset-string)
2982 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
2983 (diary-sabbath-candles, solar-equinoxes/solstices)
2984 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
2985 (solar-time-equation, solar-date-to-et): Simplify.
2986
2987 * mail/supercite.el: Remove the `function' in `(function (lambda'.
2988 Replace `(car (cdr' with cadr'.
2989
2990 * progmodes/f90.el (f90-font-lock-n): New function.
2991 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
2992 Use f90-font-lock-n.
2993 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
2994
2995 * progmodes/f90.el (f90-mode-abbrev-table):
2996 * progmodes/fortran.el (fortran-mode-abbrev-table):
2997 Use newer form of define-abbrev, where supported. No need to bind
2998 abbrevs-changed for system abbrevs.
2999
3000 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3003 delete-frame-functions.
3004
3005 * bookmark.el (Info-current-node): Remove.
3006
3007 2008-03-12 Juri Linkov <juri@jurta.org>
3008
3009 * help.el (describe-project): Remove defaliases for view-todo and
3010 describe-project that are now unnecessary after the merge from
3011 emacs--rel--22 that added define-obsolete-function-alias.
3012
3013 * startup.el (inhibit-startup-screen): Revert incomplete
3014 2008-03-10 merge from emacs--rel--22 that partly reverted
3015 2008-02-28 change that added initial message to *scratch* buffer
3016 regardless of the value of `inhibit-startup-screen'.
3017 Now keep this change in the trunk, but not in the 22 branch.
3018
3019 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * international/quail.el (quail-setup-completion-buf, quail-help):
3022 * mail/binhex.el (binhex-decode-region-internal):
3023 * mail/uudecode.el (uudecode-decode-region-internal):
3024 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3025 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3026 setting default-enable-multibyte-characters.
3027
3028 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3029
3030 * comint.el: Fix up indentation and comment style. Remove `function'.
3031
3032 * international/mule-cmds.el (reset-language-environment)
3033 (set-language-environment-nonascii-translation):
3034 Don't set-unibyte-charset.
3035
3036 * doc-view.el: Remove all cb-args, use closures instead.
3037 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3038 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3039 doing an incorrect check). Update all callers to use the new name.
3040 (doc-view-doc->txt): Add missing `txt' argument.
3041
3042 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3043
3044 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3045 md5 sum calculation to single-byte.
3046
3047 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * doc-view.el (doc-view-new-window-function): Add assertion.
3050 (doc-view-doc-type): New var.
3051 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3052 (doc-view-intersection): New fun.
3053 (doc-view-mode): Use it to set the new var.
3054
3055 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3056
3057 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3058 (doc-view-already-converted-p): New functions.
3059 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3060 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3061 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3062 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3063 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3064 (doc-view-convert-current-doc): Don't hardwire the functions the
3065 sentinels call. Now they're provided by two args CALLBACK and
3066 CB-ARGS to the functions.
3067 (doc-view-search): Use doc-view-doc->txt.
3068 (doc-view-initiate-display): Use doc-view-already-converted-p.
3069 Mention new binding C-c C-t if doc-view-mode doesn't work.
3070
3071 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3074
3075 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3078 Mark " outside of tags as punctuation.
3079
3080 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * menu-bar.el (minibuffer-local-map): Use the same command for the
3083 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3084 Prefer RET over C-j for exit-minibuffer.
3085
3086 * files.el (display-buffer-other-frame): Eliminate problematic code.
3087
3088 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3089 (menu-bar-select-buffer): Remove.
3090 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3091 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3092
3093 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3094
3095 * icomplete.el (icomplete-completions): Remove obsolete code.
3096
3097 * net/net-utils.el (iwconfig-program-options): Doc fix.
3098 (net-utils-run-program, run-network-program): Define as functions.
3099
3100 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3101
3102 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3103
3104 2008-03-11 Glenn Morris <rgm@gnu.org>
3105
3106 * faces.el (mode-line-emphasis): New face.
3107 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3108
3109 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3110
3111 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3112
3113 * simple.el (set-mark-command): Doc fix.
3114
3115 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3118
3119 * emacs-lisp/autoload.el (autoload-find-destination):
3120 Don't force raw-text.
3121
3122 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3123 * calendar/cal-loaddefs.el: Don't version control.
3124
3125 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3126
3127 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3128 entries and add :help to the existing ones.
3129
3130 2008-03-10 Glenn Morris <rgm@gnu.org>
3131
3132 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3133 to where they are needed.
3134
3135 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3136 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3137 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3138 (calendar-version): Doc fixes.
3139 (calendar-absolute-from-gregorian): Use zerop.
3140 (calendar-mode-line-format): Make it a defcustom.
3141
3142 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3143 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3144 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3145 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3146 (mark-included-diary-files, mark-calendar-days-named)
3147 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3148 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3149 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3150 (insert-anniversary-diary-entry, insert-block-diary-entry)
3151 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3152 (diary-font-lock-sexps): Doc fixes.
3153 (diary-remind-message, mark-calendar-month): Use zerop.
3154 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3155 (diary-list-entries): Revert let to let* (previous change).
3156
3157 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3158
3159 2008-03-10 Kim F. Storm <storm@cua.dk>
3160
3161 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3162 function aliases for the old names.
3163
3164 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * iswitchb.el (iswitchb-use-faces): Doc fix.
3167 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3168 Fix typos in docstrings.
3169
3170 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3173 Fix typo.
3174 (verilog-type-font-keywords): Reindent.
3175
3176 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3177
3178 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3179 grouping-keyword regular expression.
3180 (verilog-font-lock-keywords): Allow users to toggle special
3181 highlight of grouping-keywords.
3182 (verilog-highlight-grouping-keywords): The toggle for special
3183 highlighting of grouping keywords.
3184
3185 2008-03-10 Juri Linkov <juri@jurta.org>
3186
3187 * startup.el: Revert 2008-02-28 change that adds initial message
3188 to *scratch* buffer regardless of the value of
3189 `inhibit-startup-screen'.
3190
3191 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3192
3193 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3194 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3195 * progmodes/verilog-mode.el (verilog-mode):
3196 * net/socks.el (socks):
3197 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3198
3199 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3202 (doc-view-bookmark-make-record): Use them.
3203 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3204 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3205
3206 * bookmark.el (bookmark-make-record-function): Change expected return
3207 value to include a suggested bookmark name.
3208 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3209 Fix reversed `overwrite' semantics.
3210 (bookmark-set): Call bookmark-make-record before prompting the user.
3211 Then pass the result to bookmark-store later on.
3212 (bookmark-make-name-function): Remove.
3213 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3214 * info.el (bookmark-make-name-function): Remove.
3215 (Info-mode): Don't set it.
3216 (Info-bookmark-make-name): Remove.
3217 (Info-bookmark-make-record): Use Info-current-node as suggested default
3218 bookmark name.
3219
3220 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3221 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3222 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3223 (bookmark-annotation-buffer, bookmark-annotation-file)
3224 (bookmark-annotation-point, bookmark-send-annotation)
3225 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3226 (bookmark-edit-annotation-text-func): Rename from
3227 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3228 (bookmark-edit-annotation-mode-map): Move initialization into
3229 declaration.
3230
3231 * bookmark.el: Remove spurious * in docstrings.
3232 (bookmark-minibuffer-read-name-map): New var.
3233 (bookmark-set): Use it. Also pass the default value as it should.
3234 (bookmark-send-edited-annotation): Take no chances with text properties.
3235 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3236 (bookmark-insert-buffer-name): Remove.
3237 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3238
3239 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3240
3241 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3242
3243 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3244
3245 * diff-mode.el (diff-mode-menu): Add :help.
3246
3247 2008-03-09 Glenn Morris <rgm@gnu.org>
3248
3249 * calendar/calendar.el (general-holidays, oriental-holidays)
3250 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3251 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3252 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3253 (calendar-holidays): Restore autoload cookies, because people are
3254 used to using these variables without loading calendar.el.
3255
3256 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3257 (date, number): Declare where needed.
3258
3259 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3260 (list-sexp-diary-entries): Doc fixes.
3261 (diary-list-entries): Doc fix. Remove free variable `entry'.
3262 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3263 Simplify setting of `date-holiday-list'.
3264 (mark-diary-entries): Remove free variable `entry'.
3265 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3266 Use let where let* is not needed.
3267
3268 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3271 make-record function, instead paste it in afterwards.
3272 (bookmark-make-record-for-text-file):
3273 * doc-view.el (doc-view-bookmark-make-record):
3274 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3275
3276 2008-03-08 Glenn Morris <rgm@gnu.org>
3277
3278 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3279
3280 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * calendar/diary-lib.el (diary-list-entries)
3283 (include-other-diary-files, mark-diary-entries)
3284 (mark-sexp-diary-entries, mark-included-diary-files)
3285 (diary-entry-time, list-sexp-diary-entries): Remove the special
3286 handling of ^M that dates back to the use of selective-display.
3287 (simple-diary-display): Obey setting of pop-up-frames.
3288 (body, entry): Remove unnecessary declarations.
3289
3290 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3291 (bookmark-get-annotation, bookmark-set-annotation)
3292 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3293 (bookmark-set-position, bookmark-get-front-context-string)
3294 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3295 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3296 * info.el (Info-bookmark-make-record): Don't bother recording point.
3297 (bookmark-get-filename, bookmark-get-front-context-string)
3298 (bookmark-get-rear-context-string, bookmark-get-position):
3299 Don't declare any more.
3300 (bookmark-get-info-node): Remove.
3301 (bookmark-prop-get): Declare.
3302 (Info-bookmark-jump): Use it.
3303
3304 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3305
3306 * subr.el (while-no-input): Don't splice BODY directly into the
3307 `or' form.
3308
3309 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3310
3311 * diff-mode.el (diff-ignore-whitespace-hunk):
3312 Bind inhibit-read-only before trying to change the buffer.
3313
3314 2008-03-08 Glenn Morris <rgm@gnu.org>
3315
3316 * calendar/appt.el (appt): Move custom group here from calendar.el.
3317 (appt-disp-window, appt-convert-time): Doc fixes.
3318
3319 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3320 (calendar-bahai-mark-date-pattern):
3321 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3322 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3323 * calendar/cal-julian.el (calendar-absolute-from-julian):
3324 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3325
3326 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3327 calendar.el.
3328 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3329 Make constants.
3330 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3331 (chinese-calendar-daylight-savings-starts)
3332 (chinese-calendar-daylight-savings-ends)
3333 (chinese-calendar-daylight-savings-starts-time)
3334 (chinese-calendar-daylight-savings-ends-time)
3335 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3336 Doc fixes.
3337
3338 * calendar/cal-coptic.el (coptic-name): Add doc string.
3339
3340 * calendar/cal-french.el (french-calendar-month-name-array)
3341 (french-calendar-day-name-array, french-calendar-special-days-array):
3342 Add doc strings.
3343
3344 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3345 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3346 (diary-bahai-insert-yearly-entry):
3347 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3348 (calendar-time-zone):
3349 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3350 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3351 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3352 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3353 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3354 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3355 (list-islamic-diary-entries, mark-islamic-diary-entries)
3356 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3357 (insert-yearly-islamic-diary-entry):
3358 * calendar/cal-iso.el (calendar-iso-read-args):
3359 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3360 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3361 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3362 (calendar-next-calendar-round-date)
3363 (calendar-mayan-long-count-common-era):
3364 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3365 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3366 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3367 (calendar-mouse-goto-date):
3368 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3369 * calendar/holidays.el (holidays):
3370 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3371 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3372 (safe-date-to-time): Doc fixes.
3373
3374 * calendar/cal-persia.el (persian-calendar-month-name-array)
3375 (persian-calendar-epoch): Make constants.
3376
3377 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3378 calendar.el.
3379
3380 * calendar/cal-x.el (diary-frame-parameters)
3381 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3382 (calendar-after-frame-setup-hooks): Make defcustoms.
3383 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3384 (calendar-two-frame-setup): Doc fix.
3385
3386 * calendar/cal-loaddefs.el: New file.
3387
3388 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3389 * calendar/cal-french.el, calendar/cal-html.el:
3390 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3391 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3392 * calendar/cal-tex.el, calendar/cal-x.el:
3393 Unquote lambda functions. Add autoload cookies to functions formerly
3394 autoloaded in calendar.el. Set `generated-autoload-file' to
3395 "cal-loaddefs.el".
3396
3397 * calendar/calendar.el: Move many autoloads to separate file,
3398 cal-loaddefs.el. Move defcustoms to start and re-order.
3399 (calendar-month-name-array, calendar-starred-day): No need to
3400 declare for compiler.
3401 (cal-loaddefs): Require it.
3402 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3403 appropriate file.
3404 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3405 Reverse logic.
3406 (diary-face, diary-file-name-prefix-function, diary-include-string)
3407 (diary-glob-file-regexp-prefix, diary-face-attrs)
3408 (diary-file-name-prefix, sexp-diary-entry-symbol)
3409 (print-diary-entries-hook, list-diary-entries-hook)
3410 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3411 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3412 Move to diary-lib.
3413 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3414 (all-bahai-calendar-holidays): Doc fix.
3415 (calendar-insert-indented): Doc fix. Use when rather than if.
3416 (exit-calendar): Use mapc rather than mapcar.
3417 (calendar-cursor-to-date): Use zerop.
3418 (calendar-mark-ring): Add doc-string.
3419 (calendar-starred-day): Defvar it.
3420 (calendar-mode): Make calendar-starred-day local.
3421 (calendar-star-date): No need to make calendar-starred-day local.
3422
3423 * calendar/diary-lib.el: Move defcustoms to start.
3424 (diary-include-string, diary-list-include-blanks)
3425 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3426 (diary-file-name-prefix, diary-file-name-prefix-function)
3427 (sexp-diary-entry-symbol, list-diary-entries-hook)
3428 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3429 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3430 Move here from calendar.el.
3431 (diary-file-name-prefix-function): Use 'identity.
3432 (diary-face): Make it a defcustom, and mark as obsolete.
3433 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3434 (calendar-hebrew-month-name-array-leap-year)
3435 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3436 Define for compiler.
3437 (diary-font-lock-keywords): Use format rather than concat.
3438 Add bahai-diary-entry-symbol.
3439
3440 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3441 * calendar/solar.el: Unquote lambda functions.
3442
3443 * calendar/solar.el (calendar-location-name, calendar-latitude)
3444 (calendar-longitude, solar-setup, solar-sin-degrees)
3445 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3446 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3447 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3448 (solar-exact-local-noon, solar-julian-ut-centuries)
3449 (solar-ephemeris-time, solar-date-next-longitude)
3450 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3451 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3452 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3453 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3454 Doc fixes.
3455 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3456 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3457 (solar-ecliptic-coordinates): Use unless.
3458 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3459 Use or.
3460
3461 * calendar/timeclock.el: Add doc-strings to all functions.
3462 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3463 (timeclock-entry-list-length, timeclock-entry-list-projects)
3464 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3465
3466 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3467
3468 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3469 (org-get-entries-from-diary): Require diary-lib.
3470
3471 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
3472
3473 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3474 Pacify byte-compiler.
3475
3476 2008-03-07 Alan Mackenzie <acm@muc.de>
3477
3478 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3479 paren/bracket pairs parsed, to solve performance problem.
3480
3481 2008-03-07 Bastien Guerry <bzg@altern.org>
3482
3483 * bookmark.el (bookmark-set): Don't check for
3484 `bookmark-make-name-function' since `bookmark-buffer-file-name'
3485 already takes care of this.
3486 (bookmark-buffer-name, bookmark-buffer-file-name):
3487 Remove Info-mode specific code.
3488
3489 * info.el (bookmark-get-info-node): Define this function in
3490 info.el, not in bookmark.el.
3491 (Info-mode): Set `bookmark-make-name-function' to
3492 `Info-bookmark-make-name' locally.
3493 (Info-bookmark-make-name): New function.
3494
3495 * bookmark.el (bookmark-make-name-function): New variable.
3496
3497 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3498
3499 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3500 buffer-local, not `bookmark-make-cell-function' (the old name).
3501
3502 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
3503
3504 * doc-view.el (doc-view-bookmark-make-record):
3505 * image-mode.el (image-bookmark-make-record):
3506 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3507
3508 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
3509
3510 * vc.el (vc-status-menu-map-filter): Return orig-binding if
3511 boundp 'vc-ignore-menu-filter.
3512 (vc-status-tool-bar-map): Make it defvar.
3513 (vc-status-mode): vc-status-tool-bar-map now variable.
3514 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3515
3516 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3517
3518 Give a better name to part of the bookmark interface.
3519
3520 This was originally a much larger change, but halfway through I
3521 updated and discovered that Stefan Monnier had done the rest.
3522 It looks like he anticipated the new name too, because he used
3523 `the-record' instead of `the-cell' for some internal variable names.
3524
3525 * bookmark.el (bookmark-make-record-function): Was
3526 `bookmark-make-cell-function'.
3527 (bookmark-make, bookmark-send-annotation): Update for above.
3528 (bookmark-make-record-for-text-file):
3529 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3530
3531 * info.el: Adjust accordingly.
3532 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3533
3534 * image-mode.el: Adjust accordingly.
3535 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3536
3537 * doc-view.el: Adjust accordingly.
3538 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3539
3540 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3543 Move initialization into declaration.
3544 (bookmark-get-info-node, bookmark-set-info-node): Remove.
3545 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3546 (bookmark-info-current-node): Remove.
3547 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3548 Add relocation fallback. Set bookmark-current-bookmark.
3549 (bookmark-default-handler): Rename from bookmark-jump-noselect.
3550 Remove relocation fallback. Don't set bookmark-current-bookmark.
3551 (bookmark-set): Let it be used even if there's no buffer-file-name
3552 as long as there is a bookmark-make-cell-function.
3553 * info.el (Info-bookmark-jump): Remove relocation fallback.
3554 Don't set bookmark-current-bookmark.
3555
3556 2008-03-07 Glenn Morris <rgm@gnu.org>
3557
3558 * calendar/appt.el (appt-issue-message)
3559 (appt-message-warning-time, appt-audible, appt-visible)
3560 (appt-msg-window, appt-display-mode-line, appt-display-duration)
3561 (appt-display-diary): Remove autoload cookies.
3562
3563 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3564 Remove leading `*' from defcustom doc-strings.
3565
3566 * calendar/cal-dst.el (calendar-dst): New custom group.
3567 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3568 (calendar-time-zone, calendar-daylight-time-offset)
3569 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3570 (calendar-daylight-savings-starts-time)
3571 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3572 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3573 Move to start.
3574
3575 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3576
3577 * calendar/calendar.el (calendar-version): Use emacs-version and
3578 make it obsolete. Move to end.
3579 (calendar-offset, view-diary-entries-initially)
3580 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3581 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3582 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3583 (all-bahai-calendar-holidays, calendar-load-hook)
3584 (initial-calendar-window-hook, today-visible-calendar-hook)
3585 (today-invisible-calendar-hook, calendar-move-hook)
3586 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3587 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3588 (diary-include-string, sexp-diary-entry-symbol)
3589 (abbreviated-calendar-year, american-date-diary-pattern)
3590 (european-date-diary-pattern, european-calendar-display-form)
3591 (american-calendar-display-form, print-diary-entries-hook)
3592 (list-diary-entries-hook, diary-hook, diary-display-hook)
3593 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3594 (nongregorian-diary-marking-hook, diary-list-include-blanks)
3595 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3596 (local-holidays, other-holidays, hebrew-holidays-1)
3597 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3598 (hebrew-holidays, christian-holidays, islamic-holidays)
3599 (bahai-holidays, solar-holidays, calendar-setup)
3600 (calendar-week-start-day): Remove autoload cookies.
3601 (diary-glob-file-regexp-prefix): Doc fix.
3602 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3603 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3604 (calendar-week-start-day, calendar-debug-sexp): Move to start.
3605
3606 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3607 (calendar-time-display-form, calendar-latitude)
3608 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3609 cookies.
3610 (calendar-latitude, calendar-longitude): Move functions after
3611 variables.
3612 (diary-sabbath-candles-minutes): Move to start.
3613 (solar-setup): Use or rather than if.
3614 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3615 Remove condition-case.
3616 (solar-atn2): Use zerop.
3617 (solar-equinoxes-solstices): Doc fix.
3618
3619 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3620 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
3621
3622 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3623 (calendar-longitude, calendar-latitude, calendar-location-name):
3624 Declare for compiler.
3625
3626 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * arc-mode.el (archive-ar-file-header-re): New const.
3629 (archive-ar-summarize, archive-ar-extract): New funs.
3630 (archive-find-type): Recognize ar archives.
3631
3632 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3633 New functions.
3634
3635 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3636
3637 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
3638
3639 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3640 Replace :enable (mark-active) with :enable mark-active.
3641
3642 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * vms-patch.el (make-legal-file-name): New obsolete alias.
3645 (make-valid-file-name): Rename from `make-legal-file-name'.
3646 (make-auto-save-file-name): Use it.
3647
3648 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3649 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3650 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3651
3652 * textmodes/org.el (org-export-html-style): Doc fix.
3653 (org-get-legal-level): New obsolete alias.
3654 (org-get-valid-level): Rename from `org-get-legal-level'.
3655 (org-promote, org-demote, org-archive-subtree)
3656 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3657
3658 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
3659
3660 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3661
3662 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3663 (vc-status-toggle-mark): New functions.
3664 (vc-status-mode): Set tool bar map.
3665
3666 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3669 Reported by Drew Adams <drew.adams@oracle.com>.
3670
3671 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
3672
3673 * subr.el (read-quoted-char): Resolve modifers of the character
3674 event.
3675
3676 * comint.el (comint-exec-1): Don't change the coding-system for
3677 decoding to dos-like EOL.
3678 (comint-carriage-motion): Fully rewrite.
3679
3680 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * epg.el (epg-context-include-certs): Reflow docstring.
3683 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3684 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3685 (epg-context-set-signers, epg-context-set-sig-notations)
3686 (epg-make-import-status, epg-make-import-result)
3687 (epg-start-delete-keys): Fix typos in docstrings.
3688 (epg-start-sign-keys, epg-sign-keys):
3689 Fix typos in obsolescence declarations.
3690
3691 * iswitchb.el: Don't check for `cadr' and `last'.
3692 (iswitchb-define-mode-map, iswitchb-default-keybindings):
3693 Add obsolescence declaration and remove redundant info from docstring.
3694 (iswitchb-set-common-completion, iswitchb-set-matches)
3695 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3696 (recentf-list, most-len, most-is-exact):
3697 Don't wrap defvars within `eval-when-compile'.
3698
3699 2008-03-05 Glenn Morris <rgm@gnu.org>
3700
3701 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3702 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3703 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3704 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3705 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3706
3707 * ediff-hook.el (ediff-window-setup-function): Don't autoload
3708 declaration for compiler.
3709 (ediff-xemacs-init-menus): Use when rather than if.
3710
3711 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3712 if+and to just and.
3713 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3714 (ediff-delete-overlay): Move the XEmacs test inside the definition.
3715
3716 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3717
3718 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3719 test inside XEmacs test.
3720 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3721 since it was doing nothing on Emacs.
3722 (ediff-make-bullet-proof-overlay): Use when rather than if.
3723
3724 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3725 (ediff-setup-control-frame): Remove
3726 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3727 a (featurep 'xemacs) test.
3728
3729 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
3730
3731 * calc/calc-ext.el (calc-extended-command-history): New variable.
3732 (calc-exectute-extended-command): Use `calc-extended-command-history'.
3733
3734 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
3735
3736 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
3737 (standard-mode-line-position): Add mouse-face.
3738
3739 * progmodes/compile.el (compilation-menu-map):
3740 (compilation-mode-map):
3741 * progmodes/grep.el (grep-mode-map): Add :help.
3742
3743 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3744 initialize in one step. Add :help. Use :enable to activate menu
3745 items. Show the key binding for edebug-defun.
3746 (lisp-interaction-mode-map): Add a menu.
3747
3748 * term.el (term-mode-map): Define and initialize in one step.
3749
3750 * ediff-init.el (ediff-color-display-p): Simplify.
3751 (Xor): Remove unused function.
3752 (ediff-with-syntax-table): Simplify for Emacs.
3753
3754 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3755 menu-bar being loaded, it always is.
3756
3757 2008-03-05 Glenn Morris <rgm@gnu.org>
3758
3759 * textmodes/tex-mode.el (tex-mode): Suppress warning about
3760 multiple definitions when compiling.
3761
3762 2008-03-04 Alan Mackenzie <acm@muc.de>
3763
3764 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3765
3766 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3767 doc-string, "c-old-LEN" -> "c-old-END".
3768
3769 2008-03-04 Jason Rumney <jasonr@gnu.org>
3770
3771 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
3772 namespaces.
3773
3774 2008-03-04 Glenn Morris <rgm@gnu.org>
3775
3776 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
3777
3778 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
3779 than mapcar.
3780
3781 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3784 (byte-compile-nilconstp): Can't use recursion in a defsubst.
3785
3786 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
3787 so that M-q can fill comments.
3788 (tex-executable-exists-p, tex-compile): Extend with special syntax for
3789 commands implemented in elisp.
3790 (tex-compile-commands): Add an entry to use doc-view for pdf files.
3791 (tex-format-cmd): New function.
3792 (tex-compile): Use it to let the user specify default arguments.
3793 (tex-cmd-bibtex-args): New var.
3794 (tex-cmd-doc-view): New function.
3795
3796 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * faces.el (face-spec-set): Fix typos in docstring.
3799
3800 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
3801
3802 * bindings.el (mode-line-column-line-number-mode-map): New variable.
3803 (standard-mode-line-position): Use it to add a menu for toggling
3804 column number and line number display.
3805
3806 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3809 Remove optimization that was working around the form-code-walker bug.
3810
3811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3812 Walk into the body of lambdas after byte-compile-unfold-lambda.
3813
3814 2008-03-03 Glenn Morris <rgm@gnu.org>
3815
3816 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
3817 value, if set, over frame value.
3818
3819 * simple.el (transient-mark-mode): Don't turn on by default.
3820
3821 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
3822 accidentally removed by the 2007-12-05 merge from Gnus.
3823
3824 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * progmodes/compile.el (compilation-menu-map): Add menu entries
3827 for useful options.
3828
3829 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
3830 Glenn Morris <rgm@gnu.org>
3831
3832 * emacs-lisp/bytecomp.el (byte-recompile-directory)
3833 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
3834 Give a `bytecomp-' prefix to local variables with common names.
3835
3836 2008-03-01 Glenn Morris <rgm@gnu.org>
3837
3838 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
3839 code commented out 2007-11-10.
3840
3841 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
3842
3843 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3844 Delete macro.
3845 * emulation/viper-cmd.el, emulation/viper-ex.el:
3846 * emulation/viper-init.el, emulation/viper-keym.el:
3847 * emulation/viper-mous.el, emulation/viper-util.el:
3848 * emulation/viper.el:
3849 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
3850 featurep test.
3851
3852 Replace obselete frame-local variables with frame-parameters.
3853 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
3854 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
3855 (viper-vi-state-cursor-color): Only call make-variable-frame-local
3856 on XEmacs.
3857 * emulation/viper-util.el (viper-frame-value): New macro.
3858 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
3859 (viper-R-state-post-command-sentinel)
3860 (viper-replace-state-post-command-sentinel)
3861 (viper-change-state-to-insert, viper-change-state-to-emacs):
3862 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
3863 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
3864 (viper-get-saved-cursor-color-in-insert-mode)
3865 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
3866 Use viper-frame-value for viper-replace-overlay-cursor-color,
3867 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
3868 viper-vi-state-cursor-color values.
3869
3870 * emulation/viper-cmd.el (zmacs-region-stays):
3871 * emulation/viper-util.el (zmacs-region-stays): No need to define
3872 for compiler.
3873
3874 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
3875 mapcar on Emacs.
3876
3877 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
3878 on XEmacs.
3879
3880 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
3881 rather than if.
3882
3883 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3884
3885 * whitespace.el: New version 9.3. As the glyph code generation was
3886 fixed, it is possible now to use character code above ?\x1FFFF in the
3887 display table. Fix `whitespace-indentation-regexp' to not include an
3888 extra ending character. Reported by Michael Welsh Duggan
3889 <mwd@cert.org>. Added hook actions when buffer is written or killed as
3890 the original whitespace package had. Suggested by Eric Cooper
3891 <ecc@cmu.edu>. Doc fix.
3892 (whitespace-action): New option.
3893 (whitespace-display-mappings): Changed default newline visualization to
3894 display downwards arrow, as the glyph code generation was fixed.
3895 (whitespace-unload-function): Assure that all local whitespace mode is
3896 turned off.
3897 (whitespace-global-modes): Fix type customization.
3898 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
3899 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3900 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
3901 Fix code.
3902 (whitespace-buffer): Command removed.
3903 (whitespace-trailing-regexp, whitespace-mark-x)
3904 (whitespace-display-window, whitespace-action-when-on)
3905 (whitespace-add-local-hook, whitespace-remove-local-hook)
3906 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
3907 (whitespace-action): New funs.
3908 (whitespace-report-list, whitespace-report-text)
3909 (whitespace-report-buffer-name): New consts.
3910 (whitespace-report, whitespace-report-region): New commands.
3911
3912 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * disp-table.el (make-glyph-code): Don't test the result of
3915 `face-id', which already signals an error for invalid faces.
3916 (glyph-face): Simplify.
3917
3918 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
3919 running `desktop-not-loaded-hook' to allow modifying it.
3920 Don't show warning message if `desktop-dirname' was modified.
3921
3922 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
3925 we still expect more lines.
3926
3927 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
3928 comment-paragraph filling if the commark doesn't match
3929 comment-start-skip.
3930
3931 2008-03-01 Daiki Ueno <ueno@unixuser.org>
3932
3933 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
3934 the `imap' variant.
3935
3936 2008-03-01 Jason Rumney <jasonr@gnu.org>
3937
3938 * files.el (make-auto-save-file-name): Encode more characters in
3939 non-file buffer names. Use url-encoding.
3940
3941 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3942
3943 * net/net-utils.el (ftp-program): Fix typo in docstring.
3944 (ifconfig-program-options, netstat-program-options)
3945 (arp-program-options, route-program-options, nslookup-program-options)
3946 (ftp-program-options, smbclient-program-options)
3947 (dns-lookup-program-options, arp, route): Doc fixes.
3948
3949 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
3950 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
3951 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
3952 Fix typos in docstrings.
3953 (gdb-pending-triggers): Reflow docstring.
3954 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
3955
3956 2008-03-01 Alan Mackenzie <acm@muc.de>
3957
3958 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
3959 typing "#" at EOB.
3960
3961 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
3962
3963 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
3964
3965 2008-02-29 Kim F. Storm <storm@cua.dk>
3966
3967 * emulation/cua-base.el (cua-remap-control-v)
3968 (cua-remap-control-z): New defcustoms.
3969 (cua-mode): Add them to set-after property.
3970 (cua--init-keymaps): Use them.
3971 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
3972
3973 * help.el (view-emacs-todo): Rename from view-todo.
3974 (describe-gnu-project): Rename from describe-project. Users changed.
3975 (view-help-file): New helper function.
3976 (describe-distribution, describe-copying, describe-gnu-project)
3977 (view-todo, view-order-manuals, view-emacs-problems): Use it.
3978 (view-emacs-debugging, view-external-packages): New commands.
3979 (help-map): Move describe-distribution to C-h C-o (ordering).
3980 Move view-emacs-problems to C-h C-p (problems).
3981 Bind view-emacs-debugging to C-h C-d (debugging).
3982 Bind view-external-packages to C-h C-e (extras).
3983 (help-for-help-internal): Cleanup and align descriptions.
3984 Remove command names to reduce clutter.
3985
3986 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
3987
3988 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
3989 and quieter face (not a warning).
3990
3991 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
3992
3993 * vc.el (vc-status-crt-marked): New variable.
3994 (vc-status-mode): Make it local.
3995 (vc-status-refresh): Use it to save the marked files.
3996 (vc-update-vc-status-buffer): Use it to restore the marked files.
3997
3998 * vc-svn.el (vc-svn-after-dir-status):
3999 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4000
4001 2008-02-29 Glenn Morris <rgm@gnu.org>
4002
4003 * allout.el (allout-topic-encryption-bullet)
4004 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4005 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4006 from 22.0 to 22.1.
4007
4008 * net/imap.el (imap-ping-server):
4009 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4010 Change defcustom :version from 23.0 to 23.1.
4011
4012 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * desktop.el (desktop-save): Save the buffer name if the
4015 uniquified base name is empty.
4016
4017 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4018
4019 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4020 correctly when user has "set print address off".
4021
4022 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4025 version number of the next major Emacs release, not 23.0.
4026
4027 * longlines.el (longlines-unload-function): New function.
4028
4029 2008-02-28 Juri Linkov <juri@jurta.org>
4030
4031 * startup.el (normal-splash-screen): Add argument `concise'.
4032 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4033 to the created buffer. If `concise' is non-nil, call
4034 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4035 (display-startup-screen): Add argument `concise' to the call to
4036 `normal-splash-screen'.
4037
4038 2008-02-28 Kim F. Storm <storm@cua.dk>
4039
4040 * startup.el (startup-echo-area-message): Check for about-emacs.
4041
4042 2008-02-28 Juri Linkov <juri@jurta.org>
4043
4044 * startup.el: Always add initial message to *scratch* buffer if
4045 `initial-scratch-message' is non-nil regardless of the value of
4046 `inhibit-startup-screen'.
4047 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4048 (command-line-1): Move code that inserts `initial-scratch-message'
4049 up before the if-form that checks for `inhibit-startup-screen'.
4050 Suggested by Jonathan Rockway <jon@jrock.us>.
4051
4052 2008-02-28 Juri Linkov <juri@jurta.org>
4053
4054 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4055 Rename `custom-mode' to `Custom-mode' in docstrings.
4056 (custom-buffer-create-internal, customize-browse):
4057 Rename `custom-mode' to `Custom-mode'.
4058 (custom-mode-hook): Rename to `Custom-mode-hook'.
4059 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4060 (custom-mode): Rename to `Custom-mode'.
4061 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4062 (custom-mode): Add backward-compatible non-interactive variant of
4063 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4064 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4065
4066 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4067
4068 * emulation/viper.el (viper-emacs-state-mode-list):
4069 Rename `custom-mode' to `Custom-mode'.
4070
4071 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4072 Capitalize "Tagged Files".
4073 (minibuffer-local-map): Add menu items for next/previous
4074 history elements and isearch history forward/backward.
4075
4076 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4077 `hs-isearch-open' with t instead of `comment' in :selected
4078 for "Code and Comment blocks" menu item.
4079
4080 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4083 Should be done in desktop.el instead.
4084
4085 2008-02-28 Glenn Morris <rgm@gnu.org>
4086
4087 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4088
4089 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4090
4091 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4092 (Info-menu, Info-goto-node): Remove declarations.
4093 (report-emacs-bug-info): Use info rather than Info-goto-node.
4094
4095 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4096 (idlwave-convert-xml-system-routine-info): Don't require xml.
4097 (idlwave-show-commentary, idlwave-shell-show-commentary):
4098 Don't require finder.
4099 (idlwave-info): Don't require info. Use info rather than
4100 Info-goto-node.
4101
4102 * textmodes/org.el (Info-goto-node): Remove declaration.
4103 (org-info): Use info rather than Info-goto-node.
4104
4105 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4106 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4107
4108 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4109
4110 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4111 the menu.
4112
4113 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4114 (vc-finish-logentry): Check for vc-status-mode, not only for
4115 vc-dired-mode.
4116
4117 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4118
4119 * isearch.el (isearch-printing-char): Don't check
4120 keyboard-coding-system.
4121 Call isearch-process-search-multibyte-characters only when
4122 current-input-method is non-nil.
4123
4124 2008-02-27 Kim F. Storm <storm@cua.dk>
4125
4126 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4127 (glyph-char, glyph-face): Handle cons encoding.
4128
4129 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4132 empty string, return nil to allow the caller to default to the
4133 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4134
4135 * tool-bar.el (tool-bar-setup): Doc fix.
4136
4137 * mail/supercite.el (sc-describe):
4138 Fix typos in obsolescence declaration.
4139
4140 2008-02-27 Glenn Morris <rgm@gnu.org>
4141
4142 * autoinsert.el (auto-insert-alist): Change permission text to
4143 match FSF's GPLv3 form.
4144
4145 * mail/supercite.el (sc-cite-original): Doc fix.
4146 (sc-version): Make obsolete.
4147 (sc-describe): Show the SC info page. Make obsolete.
4148
4149 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4152 when using transient-mark-mode.
4153 (default-indicate-unused-lines): Remove unused var.
4154
4155 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4156
4157 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4158 and previous.
4159
4160 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4161
4162 2008-02-26 Glenn Morris <rgm@gnu.org>
4163
4164 * net/net-utils.el (top-level): Don't require comint when compiling.
4165 (nslookup-font-lock-keywords): Don't require font-lock.
4166 Use font-lock faces rather than variables.
4167 (nslookup, ftp, smbclient, network-service-connection):
4168 Don't require comint.
4169 (comint-prompt-regexp, comint-input-autoexpand)
4170 (comint-input-ring): Declare for compiler.
4171 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4172 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4173
4174 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4175 doc-string.
4176
4177 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * doc-view.el (doc-view-current-page): Add a `win' argument.
4180
4181 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4184 Demote it to plain defvar.
4185 (doc-view-conversion-refresh-interval): Reduce interval.
4186 (doc-view-goto-page): Allow moving to pages not yet rendered.
4187 (doc-view-goto-page): Construct a file name rather than extracting it
4188 from doc-view-current-files.
4189 (doc-view-kill-proc): Ignore errors from kill-process.
4190 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4191 (doc-view-insert-image): Use appropriate text if the page hasn't been
4192 rendered yet. Adjust scrolling so the text is displayed.
4193 (doc-view-display): Detect not just that a page is available, but also
4194 that it wasn't available before, so as to avoid refreshing all pages
4195 repeatedly.
4196 (doc-view-mode): Make doc-view-cache-directory if needed.
4197
4198 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4199
4200 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4201 toggle-read-only.
4202
4203 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4204 refering to a missing required field with the OPT prefix.
4205 Make unwindform more robust.
4206
4207 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4208 it duplicates the bibtex support in progmodes/hideshow.el.
4209 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4210 entries that do not start at the beginning of a line.
4211
4212 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4215
4216 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4217
4218 * help-fns.el (describe-variable): Add phrases about
4219 initialization file with and without customization;
4220 use new button type help-info-variable.
4221
4222 * help-mode.el (help-info-variable):
4223 New button able to read Info files for help-fns.el.
4224
4225 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4226
4227 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4228 (grep-mode): Use grep-mode-tool-bar-map.
4229
4230 * progmodes/compile.el (tool-bar): Require tool-bar.
4231 (compilation-mode-tool-bar-map): New variable.
4232 (compilation-mode): Use compilation-mode-tool-bar-map.
4233
4234 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4235
4236 2008-02-25 Glenn Morris <rgm@gnu.org>
4237
4238 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4239
4240 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * diff-mode.el (diff-file-junk-re): New const.
4243 (diff-beginning-of-file-and-junk): Use it.
4244 (diff-file-kill): Make sure we were really inside a file diff.
4245
4246 * diff-mode.el: Make it more robust in the presence of empty context
4247 lines in unified hunks.
4248 (diff-valid-unified-empty-line): New var.
4249 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4250 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4251 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4252 (diff-hunk-header-re-unified): New const.
4253 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4254 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4255 (diff-sanity-check-hunk): Use it.
4256
4257 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4258 Index: line, don't search backward for the previous one.
4259
4260 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4261
4262 * international/fontset.el (setup-default-fontset): Add non-OTF
4263 lao font for lao script.
4264
4265 * language/tibetan.el: Register tibetan-composition-function in
4266 composition-function-table.
4267
4268 * language/tibet-util.el (tibetan-composition-function):
4269 Adjust for the new calling way (argument changed). Try font-shape-text
4270 if possible.
4271
4272 * language/lao.el: Register lao-composition-function in
4273 composition-function-table.
4274
4275 * language/lao-util.el (lao-composition-function): Adjust for the new
4276 calling way (argument changed). Try font-shape-text if possible.
4277
4278 2008-02-25 Jason Rumney <jasonr@gnu.org>
4279
4280 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4281
4282 2008-02-25 Juri Linkov <juri@jurta.org>
4283
4284 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4285 background, "red4" for a dark background, "red" for 16 and
4286 8 colors, "grey" for grayscale, and inverse video otherwise.
4287 Add :version tag.
4288 (isearch-message): Keep the original isearch-message intact, and
4289 add text properties to it where necessary. Add `isearch-error' to
4290 the condition that checks if isearch is unsuccessful.
4291
4292 2008-02-24 Juri Linkov <juri@jurta.org>
4293
4294 * progmodes/compile.el (compilation-handle-exit):
4295 Use compilation-error face instead of font-lock-warning-face.
4296 Display the same message in the minibuffer as is inserted
4297 at the end of the compilation buffer.
4298
4299 2008-02-24 Glenn Morris <rgm@gnu.org>
4300
4301 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4302 multiple file case.
4303
4304 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4305
4306 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4307 multiple file case. Use a single `let' rather than two.
4308
4309 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4310
4311 * progmodes/compile.el (compilation-start): Specify a face for
4312 mode-line-process.
4313 (compilation-handle-exit): Specify a face and a tooltip for
4314 mode-line-process.
4315
4316 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4319 (hilit-chg-make-ov): Simplify.
4320 (hilit-chg-fixup): Use remove-overlays.
4321 (hilit-chg-set-face-on-change): Remove redundant call to
4322 `remove-text-properties'.
4323
4324 * dired.el (dired-mark-prompt): Don't count/display the t element.
4325 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4326
4327 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4328
4329 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4330 add-submenu.
4331 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4332 Remove. Move contents to the only use ...
4333 (verilog-menu): ... here.
4334 (verilog-statement-menu): Remove. Move contents to the only use ...
4335 (verilog-stmt-menu): ... here.
4336 (verilog-mark-defun): Simply call mark-defun for emacs.
4337 (occur-pos-list): Declare for byte compiler.
4338 (mode-popup-menu): Don't defvar.
4339 (verilog-add-statement-menu): Remove.
4340 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4341 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4342
4343 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4344
4345 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4346 conditional.
4347 (verilog-font-grouping-keywords-face): Make the begin..end
4348 keywords standout more than other verilog keywords.
4349 (verilog-type-font-keywords): Move the begin..end out of this list
4350 to facilitate making them to (potentially) stand out more.
4351 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4352 function & task blocks.
4353 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4354 initial, function & task blocks.
4355 (verilog-forward-sexp): Handle the new "disable fork" statement of
4356 IEEE-1800 Verilog.
4357 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4358 statement of IEEE-1800 Verilog.
4359 (verilog-calc-1): Handle the new "disable fork" statement of
4360 IEEE-1800 Verilog.
4361 (verilog-disable-fork-re): Add const to help handle the new
4362 "disable fork" statement of IEEE-1800 Verilog.
4363 (verilog-declaration-core-re): Add port directions by themselves,
4364 with no qualification, as base item of a declaration.
4365 (verilog-pretty-declarations): Add new flag to ask it to refrain
4366 from printing to the message buffer.
4367 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4368 printing to the message buffer. Improve handling of the many
4369 types of expression line up.
4370 (verilog-just-one-space): Remove printing of an empty message.
4371 (verilog-get-lineup-indent): Rework to support the better handling
4372 of expression lineup for verilog-pretty-expr.
4373 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4374
4375 2008-02-24 Alan Mackenzie <acm@muc.de>
4376
4377 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4378 yesterday's commit.
4379
4380 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4381
4382 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4383 to mouse-set-point in buffers that aren't associated with files.
4384
4385 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4386
4387 2008-02-24 Alan Mackenzie <acm@muc.de>
4388
4389 Set of changes so that "obtrusive" syntactic elements in a
4390 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4391 unmatched paren) don't interact syntactically with stuff outside
4392 the CPP line.
4393
4394 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4395 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4396 off-by-one bug.
4397 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4398 a bit of refactoring.
4399 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4400 functionality of c-awk-advise-fl-for-awk-region, which has been
4401 refactored away.
4402
4403 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4404 (c-clear-char-property-with-value): New function and macro which
4405 remove text-properties `equal' to a supplied value.
4406
4407 * progmodes/cc-engine.el: Comment about text properties amended.
4408
4409 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4410 parens around "error\\|warning".
4411
4412 * progmodes/cc-langs.el (c-get-state-before-change-function)
4413 (c-before-font-lock-function, c-anchored-cpp-prefix):
4414 New language variables.
4415 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4416
4417 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4418 syntax-table text properties.
4419 (c-common-init): Call language specific before/after-change
4420 functions at mode initialisation.
4421 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4422 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4423 (c-neutralize-syntax-in-CPP): New functions.
4424 (c-before-change, c-after-change): Call the new language specific
4425 change functions defined in cc-langs.el.
4426 (c-advise-fl-for-region): New macro.
4427 (awk-mode): Remove AWK specific stuff which has been refactored
4428 into language independent stuff.
4429
4430 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4433 (gdb): (Re)set gdb-flush-pending-output to nil here...
4434 (gdb-init-1): ...instead of here (before gdb-prompt).
4435
4436 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4439 Recognize ''' just like any other char-constant.
4440
4441 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4444 careful enough. Detect the uid-change all within the main loop.
4445
4446 2008-02-24 Stefan Monnier <monnier@pastel.home>
4447
4448 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4449
4450 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * hilit-chg.el (highlight-save-buffer-state): New macro.
4453 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4454 (hilit-chg-clear): Use it to preserve the modified-p flag.
4455 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4456
4457 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4460 when needed.
4461
4462 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4463
4464 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4465 from gnus-button-url-regexp.
4466
4467 2008-02-24 Eli Zaretskii <eliz@gnu.org>
4468
4469 * progmodes/compile.el (compilation-next-error): Doc fix.
4470 (compilation-find-file): Doc fix.
4471
4472 2008-02-24 Glenn Morris <rgm@gnu.org>
4473
4474 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4475 Add obsolete aliases to the old names.
4476
4477 2008-02-24 Richard Stallman <rms@gnu.org>
4478
4479 * net/net-utils.el (ifconfig): Rename from ipconfig.
4480 (ipconfig): Alias to ifconfig.
4481 (ifconfig-program): Rename from ipconfig-program.
4482 (ifconfig-program-options): Rename from ipconfig-program-options.
4483
4484 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4485
4486 * progmodes/verilog-mode.el (verilog-declaration-core-re):
4487 Add port directions by themselves, with no qualification, as base
4488 item of a declaration.
4489 (verilog-pretty-declarations): Add new flag that inhibits printing
4490 to the message buffer.
4491 (verilog-pretty-expr): Add new flag that inhibits printing to the
4492 message buffer. Improve handling of the many types of expression
4493 line up.
4494 (verilog-just-one-space): Don't print an empty message.
4495 (verilog-get-lineup-indent): Rework to support the better handling
4496 of expression lineup for verilog-pretty-expr.
4497 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4498 (verilog-mode-version, verilog-mode-release-date): Update.
4499
4500 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * subr.el (cancel-change-group): Don't move point.
4503
4504 2008-02-23 Markus Triska <markus.triska@gmx.at>
4505
4506 * linum.el (linum-after-config): Update all visible windows.
4507
4508 2008-02-23 Glenn Morris <rgm@gnu.org>
4509
4510 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4511 Add :help for Solitaire and Tetris.
4512
4513 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4514
4515 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4516 (smtpmail-code-conv-from): Doc fix. Fix custom type.
4517 (smtpmail-queue-index-file): Make it a defcustom.
4518 (smtpmail-queue-index): Delete.
4519 (smtpmail-send-it, smtpmail-send-queued-mail):
4520 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4521 smtpmail-queue-index.
4522
4523 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4524 Add :version.
4525
4526 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
4527
4528 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4529 New variables.
4530 (iwconfig): New function.
4531
4532 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
4533
4534 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4535 setting it.
4536 (vc-status-menu-map): Do not define using easy-menu.
4537 (vc-status-menu-map): New defalias.
4538 (vc-status-mode-map): Hook up the menu.
4539 (top-level): Update TODO.
4540
4541 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4542
4543 * vc-bzr.el (vc-bzr-init-version): Rename to ...
4544 (vc-bzr-init-revision): ... this.
4545
4546 2008-02-23 Jason Rumney <jasonr@gnu.org>
4547
4548 * makefile.w32-in (WINS_ALMOST): Remove term.
4549 (WINS): Add term here.
4550 (custom-deps, finder-data): Use WINS_ALMOST.
4551
4552 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * faces.el (font-weight-table): Fix value of `semi-light'.
4555
4556 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4559 Make those tables bijective.
4560
4561 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
4562
4563 Finish pdbtrack integration cleanup, settling missing-functions
4564 byte compiler warnings appropriately.
4565
4566 * progmodes/python.el (python-point): Remove this - beginning-of-line
4567 was all that was necessary for `python-pdbtrack-overlay-arrow'.
4568 (python-end-of-def-or-class, python-beginning-of-def-or-class)
4569 (python-goto-initial-line): Drop these - they were only needed for
4570 python-point.
4571 (python-comint-output-filter-function): Use condition-case and
4572 beginning-of-line directly, instead of python-mode.el functions
4573 which require all sorts of baggage.
4574 (point-safe): Unnecessary - we're using condition-case directly,
4575 instead.
4576 (python-execute-file): Include for python-shell, which I'm leaving
4577 in keeping despite it being unnecessary for pdb tracking.
4578
4579 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
4580
4581 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4582 Add SRFI 11 support.
4583 (let-values, let*-values): Specify scheme-indent-function.
4584
4585 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4586
4587 * vc.el (vc-exec-after): Move setting mode-line-process in the
4588 busy case ...
4589 (vc-set-mode-line-busy-indicator): ... in this new function.
4590 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4591 (vc-update-vc-status-buffer): Reset mode-line-process.
4592 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4593 mark/unmark all the files with the same state as the current one.
4594 With a prefix argument mark/unmark all files.
4595 (vc-status-mode-menu): Adjust strings.
4596 (vc-update-vc-status-buffer): Only do something when the argument
4597 is not nil.
4598 (vc-status-kill-dir-status-process): New function.
4599 (vc-status-mode-map): Bind it.
4600 (vc-status-process-buffer): New variable.
4601 (vc-status-mode): Make it local.
4602 (vc-status-refresh): Set it.
4603
4604 * vc-hg.el (vc-hg-dir-status):
4605 * vc-git.el (vc-git-dir-status):
4606 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4607 command is run.
4608
4609 2008-02-22 Glenn Morris <rgm@gnu.org>
4610
4611 * json.el (top-level): No need to require thingatpt.
4612 (json-read-keyword): Use thing-at-point rather than word-at-point.
4613
4614 * time.el (top-level): No need to require time-date when compiling.
4615
4616 * emacs-lisp/copyright.el (copyright-update-year):
4617 Fix subexpression numbering for the case when years are split over
4618 lines, and for the replace case.
4619
4620 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
4621 (tpu-caar, tpu-cadr): Delete functions.
4622 (zmacs-regions): No need to declare for compiler.
4623 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4624 (tpu-spell-check): Rewrite, and handle mark after point.
4625 (tpu-special-insert): Use or rather than if.
4626
4627 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4628 rather than spell-region.
4629
4630 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4631 warnings about spell-region.
4632
4633 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4634
4635 * ldefs-boot.el: Regenerated.
4636
4637 * loadup.el: Don't load language/devanagari, language/kannanda,
4638 language/malayalam, and language/tamil. Load language/sinhala.
4639
4640 * language/indian.el (indian-font-foundry)
4641 (indian-script-language-alist, indian-font-char-index-table)
4642 (indian-font-char, indian-font-char-range, indian-script-table)
4643 (indian-default-script, indian-composable-pattern): Delete them.
4644 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4645 language environments moved to here.
4646 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4647 New language environments.
4648
4649 * language/devanagari.el, language/devan-util.el,
4650 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4651 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4652 Delete them.
4653
4654 * language/sinhala.el: New file.
4655
4656 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
4657
4658 Update Nick Robert's port of pdb tracking from python-mode.el.
4659
4660 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4661 Clarify docstring.
4662 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4663 tracking is happening.
4664 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4665 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4666 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4667 Tracking is plugged in to all comint buffers once python.el is loaded.
4668 (python-pdbtrack-overlay-arrow): Toggle activation of
4669 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4670 (python-pdbtrack-track-stack-file): Use new
4671 `python-pdbtrack-get-source-buffer' for more flexible access to
4672 debugging source files.
4673 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4674 according to pdb stack trace, optionally using new
4675 `python-pdbtrack-grub-for-buffer' if file is not locally available.
4676 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4677 named buffer, or having function with indicated name.
4678 (python-shell): Remove comint-output-filter-functions hook
4679 addition, it's being done elsewhere. Wrap long line.
4680
4681 2008-02-21 Michael Olson <mwolson@gnu.org>
4682
4683 * json.el: Replace XEmacs compatibility code to get rid of
4684 compiler warnings.
4685
4686 * time.el: Fix compiler warning.
4687
4688 2008-02-21 Edward O'Connor <ted@oconnor.cx>
4689
4690 * json.el: New file (JavaScript Object Notation parser / generator).
4691
4692 2008-02-21 Dave Love <fx@gnu.org>
4693
4694 * progmodes/sym-comp.el: New file.
4695
4696 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4697 Require sym-comp. Add Python buffer to same-window-buffer-names.
4698 Fixup whitespaces.
4699 (python-font-lock-keywords): Add highlighting for Python builtins.
4700 (python-font-lock-syntactic-keywords): Rewrite.
4701 (python-quote-syntax): Use syntax-ppss-context instead of parsing
4702 ppss directly.
4703 (python-mode-map): Add binding for python-find-function.
4704 (python-calculate-indentation): Clean up the logic.
4705 (python-beginning-of-defun): Explicitly set return value.
4706 (python-beginning-of-statement): Stop looping if we get stuck
4707 going backwards.
4708 (python-next-statement): Stop looping if we somehow end up inside
4709 a string while advancing.
4710 (python-preoutput-continuation, python-version-checked): New vars.
4711 (python-check-version): New function.
4712 (run-python): Set default command to python-command instead of
4713 python-python-command.
4714 (run-python): Use python-check-version. Give PYTHONPATH
4715 precedence over data-directory in the process environment.
4716 Load function definitions in python process after.
4717 (python-check-comint-prompt): New function.
4718 (python-send-command, python-send-receive): Use it.
4719 (python-complete-symbol, python-try-complete): Functions deleted.
4720 Use symbol-complete instead of python-complete-symbol throughout.
4721 (python-fill-paragraph): Further refine the fenced-string regexp.
4722 (def-python-skeleton): Expand to the original abbrev instead if in
4723 a comment or string. Tweak skeletons for `if', `while', `for',
4724 `try/except', `try/finally', `name'.
4725 (python-pea-hook, python-abbrev-pc-hook): New functions.
4726 (python-abbrev-syntax-table): New var.
4727 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4728 Use symbol-completion-try-complete for hippie expansion.
4729 Turn on font lock unconditionally.
4730 (python-mode-hook): Defcustom it. No need to use make-local
4731 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4732 option, since it's buffer-local.
4733
4734 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4737
4738 2008-02-21 Drew Adams <drew.adams@oracle.com>
4739
4740 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4741 "Turn off" and a "Help" entry when the minor mode has no menu.
4742
4743 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
4744
4745 * vc.el (vc-status-mark, vc-status-unmark): New functions.
4746 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4747 vc-status-mark-file and vc-status-unmark-file.
4748 (vc-status-mark-unmark): New function.
4749 (vc-status-previous-line, vc-status-next-line): No longer interactive.
4750
4751 2008-02-21 Glenn Morris <rgm@gnu.org>
4752
4753 * composite.el (encode-composition-rule): Fix typo in error message.
4754 (composition-function-table, auto-composition-mode): Doc fixes.
4755
4756 * subr.el (sit-for): Fix obsolete form for nil second argument.
4757
4758 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4759 (spell-string): Make obsolete, in favor of ispell.
4760
4761 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4762
4763 * language/devanagari.el: Don't setup composition-function-table
4764 here.
4765 ("Devanagari"): Change charset, coding-system, coding-priority to
4766 Unicode-based ones. Don't require the feature devan-util.
4767
4768 * composite.el (compose-chars-after): Fix arguments for a function
4769 in composition-function-table.
4770 (auto-compose-region): Likewise.
4771
4772 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
4773 for Ethiopic.
4774 (ps-mule-plot-string): Ignore glyph-string based compositions.
4775
4776 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * doc-view.el: Allow different windows to show different pages.
4779 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
4780 (doc-view-current-image, doc-view-current-overlay): Remove variables,
4781 add them back as macros instead, using image-mode-winprops instead.
4782 Update all users of those variables.
4783 (doc-view-new-window-function): New function to create a new overlay
4784 for each new window.
4785 (doc-view-mode): Use it and image-mode-setup-winprops.
4786 (doc-view-clone-buffer-hook): Rewrite accordingly.
4787
4788 * image-mode.el: Extend [hv]scroll support to per-window properties.
4789 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
4790 (image-mode-winprops-alist): New var to replace them.
4791 (image-mode-new-window-functions): New hook.
4792 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
4793 New funs.
4794 (image-set-window-vscroll, image-set-window-hscroll): Use them.
4795 Remove the `window' argument, update callers.
4796 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
4797 Use the new functions.
4798 (image-mode-reapply-winprops): New fun.
4799 (image-mode): Use it.
4800
4801 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
4802
4803 * calc/calc-math.el (math-sin-raw): Add optional argument
4804 to keep track of original argument.
4805 (math-cos-raw): Use optional argument when calling math-sin-raw.
4806 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
4807 with close to original precision.
4808
4809 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4810
4811 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
4812 args in calls of sit-for.
4813
4814 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * vc-svn.el (vc-svn-program): Fix typo in docstring.
4817 (vc-svn-checkin): Fix typo in error message.
4818
4819 * help-mode.el: Require easymenu when compiling.
4820
4821 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
4822
4823 * help-mode.el (help-mode-menu): New menu.
4824
4825 2008-02-20 Glenn Morris <rgm@gnu.org>
4826
4827 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
4828 on Windows.
4829
4830 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
4831
4832 * ps-mule.el (ps-mule-encode-region): Return a single string.
4833 (ps-mule-plot-string): Adjust for the above change.
4834 (ps-mule-encode-header-string): Likewise.
4835
4836 * international/latin1-disp.el (latin1-display): Don't use
4837 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
4838 standard-display-table.
4839 (latin1-display-identities): Adjust for the change of what is
4840 returned by (get-language-info charset 'charset).
4841
4842 * international/mule-util.el (char-displayable-p): Fix for Latin-1
4843 characters and terminal case.
4844
4845 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
4846
4847 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
4848
4849 * progmodes/python.el: Also require comint when loading.
4850 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
4851 Replace python-shell with run-python on menu bar.
4852 (python-shell-map): New map.
4853 (python-default-interpreter, python-python-command-args)
4854 (python-jython-command-args, python-pdbtrack-do-tracking-p):
4855 New options.
4856 (python-which-shell, python-which-args, python-which-bufname):
4857 New buffer local variables.
4858 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
4859
4860 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
4861 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
4862 New constants.
4863
4864 Pdbtrack features:
4865
4866 (python-point, python-end-of-def-or-class)
4867 (python-beginning-of-def-or-class, python-goto-initial-line)
4868 (python-comint-output-filter-function)
4869 (python-pdbtrack-overlay-arrow)
4870 (python-pdbtrack-track-stack-file, python-toggle-shells)
4871 (python-shell, python-pdbtrack-toggle-stack-tracking)
4872 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
4873 New functions.
4874
4875 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4876
4877 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
4878 when the argument is nil.
4879
4880 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 * vc.el (dir-status): Add a brief description.
4883
4884 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
4885
4886 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
4887 If non-nil, reverse the sense of the check.
4888
4889 * vc-rcs.el (vc-rcs-root): New func.
4890 * vc-cvs.el (vc-cvs-root): New func.
4891 * vc-svn.el (vc-svn-root): New func.
4892 * vc-sccs.el (vc-sccs-root): New func.
4893
4894 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
4895
4896 * language/japan-util.el (setup-japanese-environment-internal):
4897 Call use-cjk-char-width-table.
4898
4899 * language/japanese.el ("Japanese"): Set exit-function to
4900 use-default-char-width-table.
4901
4902 * international/characters.el: Delete occurrences of non-Unicode
4903 tibetan and ethiopic characters.
4904 (cjk-char-width-table): New variable.
4905 (use-cjk-char-width-table, use-default-char-width-table):
4906 New functions.
4907
4908 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4909
4910 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
4911 (vc-status-mode-menu): Add a :filter.
4912 (vc-status-printer): Add faces.
4913
4914 * vc-hg.el (vc-hg-extra-status-menu): New function.
4915 (vc-hg-dir-status): Clean up the buffer before using it.
4916
4917 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
4920 (gdb): Initialize it here instead.
4921
4922 * files.el (locate-dominating-file): Fix thinko in last change.
4923 Reported by Bruce Stephens <bruce.stephens@isode.com>.
4924
4925 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4926
4927 * vc.el (vc-status-mode-menu): New menu for vc-status.
4928
4929 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * progmodes/verilog-mode.el (customize): Fix typo in error message.
4932 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
4933 (verilog-mode-auto, verilog-indent-level-module)
4934 (verilog-minimum-comment-distance, verilog-library-flags)
4935 (verilog-library-directories, verilog-library-files)
4936 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
4937 (verilog-xemacs-menu, verilog-set-compile-command)
4938 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
4939 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
4940 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
4941 (verilog-batch-inject-auto, verilog-batch-indent)
4942 (verilog-continued-line, verilog-type-keywords)
4943 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
4944 (verilog-read-inst-pins, verilog-read-arg-pins)
4945 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
4946 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
4947 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
4948 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
4949 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
4950 (verilog-mode-version, verilog-mode-release-date)
4951 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
4952 (verilog-simulator, verilog-compiler)
4953 (verilog-auto-sense-defines-constant, verilog-company)
4954 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
4955 Fix typos in docstrings.
4956 (verilog-set-auto-endcomments, verilog-calculate-indent)
4957 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
4958 Reflow docstrings.
4959 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
4960 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
4961 (electric-verilog-forward-sexp, verilog-in-case-region-p)
4962 (verilog-in-struct-region-p, verilog-in-generate-region-p)
4963 (verilog-leap-to-head, verilog-current-indent-level)
4964 (verilog-case-indent-level, verilog-cpp-keywords)
4965 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
4966 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
4967 (verilog-signals-not-in, verilog-symbol-detick-text)
4968 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
4969 (verilog-forward-close-paren, verilog-backward-open-paren)
4970 (verilog-backward-open-bracket): Doc fixes.
4971
4972 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
4973 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
4974 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
4975 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
4976 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
4977 Fix typos in docstrings.
4978
4979 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
4980
4981 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
4982
4983 * info.el (Info-read-node-name): Removed unused `default' arg.
4984
4985 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4986
4987 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
4988
4989 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * image-mode.el (image-get-display-property): New fun.
4992 (image-forward-hscroll, image-next-line, image-eol, image-eob)
4993 (image-mode, image-minor-mode, image-toggle-display-text)
4994 (image-toggle-display): Use it.
4995
4996 2008-02-18 Jason Rumney <jasonr@gnu.org>
4997
4998 * international/mule.el (xml-find-file-coding-system): Don't warn
4999 about utf-16 with BOM.
5000
5001 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5002
5003 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5004 warn if file encoding is not utf-8 and encoding not specified.
5005 (xml-find-file-coding-system): New function.
5006 * international/mule-conf.el (file-coding-system-alist): Use it.
5007
5008 2008-02-17 Glenn Morris <rgm@gnu.org>
5009
5010 * international/mule-cmds.el (set-locale-environment):
5011 Pass `frame' to getenv for LC_MESSAGES.
5012
5013 2008-02-17 Juri Linkov <juri@jurta.org>
5014
5015 * time.el (emacs-init-time): Use format instead of format-seconds.
5016
5017 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5018
5019 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5020 bibtex-find-entry. Add autoload cookie.
5021 (bibtex-find-entry): Alias for bibtex-search-entry.
5022 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5023 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5024 (bibtex-clean-entry): atomic-change-group removed.
5025 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5026 to locate buffer location where error occurred.
5027 Make error messages more specific.
5028 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5029
5030 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5031
5032 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5033 top level.
5034
5035 * simple.el (transient-mark-mode): Add an :init-value.
5036
5037 * startup.el (command-line): Use custom-reevaluate-setting for
5038 transient-mark-mode.
5039
5040 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5041
5042 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5043
5044 2008-02-16 Juri Linkov <juri@jurta.org>
5045
5046 * startup.el (after-init-time): New variable.
5047 (command-line): Set `after-init-time' to the current time.
5048
5049 * time.el (emacs-init-time): New function.
5050
5051 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * files.el (locate-dominating-file): Remove initial loop because it's
5054 not careful enough. Detect the uid-change all within the main loop.
5055
5056 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5057
5058 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5059
5060 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5061
5062 * vc.el (vc-annotate): Add new argument.
5063 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5064
5065 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5066 Move make-variable-buffer-local code after the corresponding defvar.
5067 (hs-minor-mode-map): Define and initialize in one step.
5068 (hs-minor-mode): Change from defun to define-minor-mode.
5069
5070 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5071
5072 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5073 (gdb-ready): Move declaration...
5074
5075 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5076 (gdb-early-user-input): New variable.
5077 (gdb): Reset gdb-flush-pending-output to nil and set
5078 comint-input-sender here (before gdb-prompt), instead of...
5079 (gdb-init-1): ...here.
5080 (gdb-send): If Emacs is not ready, defer user input to...
5081 (gdb-prompt): ...here.
5082
5083 2008-02-16 Glenn Morris <rgm@gnu.org>
5084
5085 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5086
5087 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5088 (before-init-time): New name for `emacs-startup-time'.
5089 (command-line): Use before-init-time rather than emacs-startup-time.
5090 * time.el (emacs-uptime): Use before-init-time rather than
5091 emacs-startup-time.
5092
5093 * composite.el (composition-function-table): Doc fix.
5094
5095 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5096 in favor of `%z' specifier.
5097 (emacs-uptime): Move to time.el.
5098 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5099 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5100 argument of format-seconds.
5101
5102 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5103
5104 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5105
5106 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5107
5108 * ielm.el (ielm-is-whitespace): Remove.
5109 (ielm-is-whitespace-or-comment): New function.
5110 (ielm-eval-input): Use it.
5111
5112 2008-02-15 Jason Rumney <jasonr@gnu.org>
5113
5114 * term/mac-win.el: Fix coding tag.
5115
5116 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * vc-hooks.el (vc-menu-map):
5119 * bindings.el (mode-line-mode-menu): Add tooltips.
5120
5121 * bindings.el (help-echo): Add more tooltips. Use a less
5122 telegraphic style for existing tooltips.
5123
5124 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5127 from the auto-generated one.
5128
5129 2008-02-14 Glenn Morris <rgm@gnu.org>
5130
5131 * mail/rmail-spam-filter.el (rmail-spam-filter):
5132 Let-bind message-spam-status.
5133
5134 * mail/smtpmail.el (password-cache-add): Declare as function.
5135
5136 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5137
5138 * mail/smtpmail.el: Use password-cache.
5139
5140 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5141
5142 * uniquify.el (uniquify-buffer-base-name): New function.
5143 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5144
5145 * desktop.el (uniquify-managed): Don't defvar.
5146 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5147 `uniquify-managed'. Return also the buffer's base name.
5148 (desktop-save): When saving the buffer info, filter out the base name,
5149 and save it as buffer name if the buffer is managed by uniquify.
5150 (uniquify-item-base): Don't declare; not called anymore.
5151
5152 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * vc.el (vc-annotate-find-revision-at-line): New function.
5155 (vc-annotate-mode-map): Bind it.
5156 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5157 some entries.
5158
5159 2008-02-14 Glenn Morris <rgm@gnu.org>
5160
5161 * calendar/time-date.el (format-seconds): New function.
5162 (emacs-uptime): Use format-seconds.
5163
5164 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5165 Remove `LC_ALL=C', since it's included in $(emacs) now.
5166
5167 2008-02-14 Zhang Wei <id.brep@gmail.com>
5168
5169 * textmodes/org-publish.el (org-publish-timestamp-filename):
5170 Replace colon characters in filename too.
5171
5172 2008-02-13 Bastien Guerry <bzg@altern.org>
5173
5174 * mail/rmail.el (rmail-header-name): New face.
5175 (rmail-font-lock-keywords): Use rmail-header-name.
5176
5177 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5178 against X-Spam-Status header field.
5179 (rmail-spam-filter): Also check X-Spam-Status header field.
5180
5181 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5182
5183 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5184 Add support for .pm files and .php files.
5185 (flymake-err-line-patterns): Add pattern for PHP errors.
5186 (flymake-php-init): New function. PHP support for flymake.
5187
5188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5189 Add regular expression for PHP errors.
5190
5191 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5194 This DTRT even on w32 machines.
5195 (ange-ftp-cf1): Quote FILENAME.
5196
5197 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5200 (smerge-auto-combine): New fun.
5201
5202 2008-02-12 Juri Linkov <juri@jurta.org>
5203
5204 * startup.el (fancy-startup-screen, normal-splash-screen):
5205 Set default-directory to command-line-default-directory.
5206
5207 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5208 after reading the desktop.
5209
5210 * progmodes/compile.el (compilation-auto-jump):
5211 Call compile-goto-error only when compilation-auto-jump-to-first-error
5212 is non-nil.
5213 (compilation-scroll-output): Replace :type 'boolean with a choice
5214 that has three options including a third option `first-error'.
5215 Doc fix.
5216 (compilation-start, compilation-forget-errors): Add an alternate
5217 condition comparing compilation-scroll-output with `first-error'
5218 in addition to compilation-auto-jump-to-first-error (to call
5219 compilation-auto-jump in the proper place).
5220
5221 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * international/mule.el (sgml-html-meta-auto-coding-function):
5224 Make sure the search limit is ahead.
5225
5226 * tar-mode.el: Fix broken indentation.
5227 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5228 Use with-current-buffer.
5229
5230 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5233 it is already automatically buffer-local.
5234
5235 2008-02-11 Drew Adams <drew.adams@oracle.com>
5236
5237 * help.el (describe-key): Join some split lines to facilitate filling.
5238 * help-fns.el (describe-function-1): Fill text of overlong lines.
5239
5240 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5241
5242 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5243 Use unibyte-string instead of string-make-unibyte.
5244
5245 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5246
5247 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5250 works also for buffers w/o buffer-file-name. Update callers.
5251 (doc-view-clone-buffer-hook): New fun.
5252 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5253 the `doc-view' property so they can be recognized.
5254
5255 * simple.el (clone-indirect-buffer-hook): New hook.
5256 (clone-indirect-buffer): Run it.
5257
5258 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5259
5260 * epa.el (epa-menu-mode): Merge into epa-mode.
5261 (epa-menu-items): Rename the label "EasyPG Assistant" to
5262 "Encryption/Decryption".
5263
5264 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5265 (epa-dired-mode-map): Rename from epa-dired-map.
5266 (epa-global-dired-mode): Rename the global minor mode.
5267
5268 2008-02-11 Drew Adams <drew.adams@oracle.com>
5269
5270 * isearch.el (isearch-fail): New face.
5271 (isearch-message): Highlight failure part of input.
5272
5273 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * ibuffer.el (ibuffer-header-line-format): New var.
5276 (ibuffer-mode): Set it instead of header-line-format.
5277 (ibuffer-update): Use it to set header-line-format.
5278
5279 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5280 properties like self-insert-command.
5281
5282 2008-02-11 Drew Adams <drew.adams@oracle.com>
5283
5284 * progmodes/etags.el: Add many doc strings.
5285
5286 2008-02-11 Jason Rumney <jasonr@gnu.org>
5287
5288 * ldefs-boot.el: Regenerated.
5289
5290 2008-02-11 Glenn Morris <rgm@gnu.org>
5291
5292 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5293 Shorten some names.
5294
5295 * ffap.el (ffap-rfc-directories): Add :version.
5296
5297 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5298
5299 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5300 files, and backup files of same.
5301
5302 2008-02-11 Kevin Ryde <user42@zip.com.au>
5303
5304 * ffap.el (ffap-rfc-directories): New variable.
5305 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5306
5307 * info.el (Info-next-reference, Info-prev-reference)
5308 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5309
5310 * simple.el (completion-list-mode): Show full completion-list-mode-map
5311 in the docstring.
5312
5313 2008-02-11 Sam Steingold <sds@gnu.org>
5314
5315 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5316
5317 2008-02-11 Glenn Morris <rgm@gnu.org>
5318
5319 * startup.el (emacs-startup-time): New variable.
5320 (command-line): Set emacs-startup-time.
5321
5322 * calendar/time-date.el (emacs-uptime): New function.
5323
5324 2008-02-10 Bastien Guerry <bzg@altern.org>
5325
5326 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5327 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5328 it is nil.
5329
5330 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5331
5332 * epg-config.el: Expand the contents of epg-package-info.el.
5333 (epg-package-name): New constant.
5334 (epg-version-number): New constant.
5335 (epg-bug-report-address): New constant.
5336
5337 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5338 (epa-global-mail-mode): New global minor mode.
5339
5340 * epa-file.el (epa-file-mode): New global minor mode.
5341
5342 * epa-dired.el (epa-dired-mode): New global minor mode.
5343
5344 * epa.el (epa-menu): New variable.
5345 (epa-menu-items): New variable.
5346 (epa-menu-mode): New global minor mode.
5347 (epa-global-minor-modes): New user option.
5348 (epa-mode): New global minor mode.
5349
5350 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5351
5352 * net/dbus.el: Remove `no-byte-compile' cookie.
5353 (dbus-call-method, dbus-register-signal, dbus-debug)
5354 (dbus-registered-functions-table): Declare them with
5355 `declare-function' or `defvar', respectively.
5356 (top): Don't assert any longer. Require 'cl when compiling.
5357 Apply `ignore-errors' but `dbus-ignore-errors'.
5358
5359 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 * diff-mode.el (diff-add-change-log-entries-other-window):
5362 Use add-change-log-entry.
5363
5364 2008-02-09 Jason Rumney <jasonr@gnu.org>
5365
5366 * button.el (button-map):
5367 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5368 * ldefs-boot.el: Regenerate.
5369
5370 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5371
5372 * epa.el (epa-faces, epa):
5373 * epa-file.el (epa-file):
5374 * epg-config.el (epg): Add :version.
5375
5376 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5377
5378 * vc.el (vc-exec-after): Append CODE to previous fragments.
5379 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5380 take MESSAGES instead of VERBOSE; use it when non-nil.
5381 (vc-diff-internal): Compute messages once; use them;
5382 update call to vc-diff-finish.
5383
5384 2008-02-09 Michael Olson <mwolson@gnu.org>
5385
5386 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5387 buffer has been killed, such as by
5388 `tramp-cleanup-all-connections'.
5389
5390 2008-02-09 Miles Bader <miles@gnu.org>
5391
5392 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5393
5394 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5397 splitter in context hunks.
5398
5399 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5400
5401 * international/fontset.el (setup-default-fontset): Fix arabic otf
5402 font specification.
5403
5404 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5405
5406 * epa-dired.el:
5407 * epa-file.el:
5408 * epa-mail.el:
5409 * epa-setup.el:
5410 * epa.el:
5411 * epg-config.el:
5412 * epg-package-info.el:
5413 * epg.el: Initial check-in of EasyPG.
5414
5415 2008-02-08 Glenn Morris <rgm@gnu.org>
5416
5417 * woman.el (woman-locale): New defcustom.
5418 (woman-expand-locale, woman-manpath-add-locales): New functions.
5419 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5420
5421 * international/mule-cmds.el (locale-translate): New function,
5422 with old code extracted from set-locale-environment.
5423 (set-locale-environment): Use locale-translate. Set woman-locale.
5424
5425 * cus-start.el (selection-coding-system): Remove, since it's now
5426 defined in select.el rather than in xselect.c.
5427 * select.el (selection-coding-system): Make it a defcustom, and
5428 add the properties from cus-start.el. Bump :version.
5429
5430 * custom.el (custom-theme-set-variables): Sort symbols that are
5431 dependencies before symbols that depend on them.
5432 (custom-enabled-themes): Set after custom-theme-directory.
5433
5434 * pcmpl-unix.el (top-level): Move provide statement to end.
5435 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5436 `*' from doc-string. Allow to be nil.
5437 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5438 Allow to be nil. Add :version.
5439 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5440 without hostnames, and multiple hostnames per line.
5441
5442 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5443
5444 2008-02-08 Phil Hagelberg <phil@evri.com>
5445
5446 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5447 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5448
5449 2008-02-07 Timo Savola <timo.savola@iki.fi>
5450
5451 * startup.el (command-line-x-option-alist): Add --parent-id.
5452
5453 * term/x-win.el (x-handle-parent-id): New function.
5454
5455 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5456
5457 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5458 "Font Menu".
5459
5460 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * net/dbus.el (dbus-interface-peer): New defconst.
5463 (dbus-ping): New defun.
5464
5465 2008-02-06 Sam Steingold <sds@gnu.org>
5466
5467 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5468
5469 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5472 Just return nil and let the C code provide a fallback.
5473
5474 2008-02-05 Glenn Morris <rgm@gnu.org>
5475
5476 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5477 tramp-flush-connection-property for removed 2nd argument.
5478
5479 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * diff-mode.el (diff-add-change-log-entries-other-window):
5482 Rename from diff-create-changelog. Change users.
5483 Minor change to hopefully work with plain diffs.
5484 (diff-mode-map): Add binding for it.
5485
5486 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * diff-mode.el: Add new TODO entry.
5489 (diff-create-changelog): New function.
5490 (diff-mode-menu): Bind it.
5491
5492 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5493
5494 * international/mule-diag.el (print-fontset-element): Handle the
5495 case of inhibiting the fallback fonts.
5496
5497 2008-02-04 Kim F. Storm <storm@cua.dk>
5498
5499 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5500 (ido-magic-delete-char): Use prefix arg.
5501
5502 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
5503
5504 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5505 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5506 of today, the most recent libpng is 1.2.24).
5507
5508 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
5509
5510 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5511
5512 * net/dbus.el (top): Check (featurep 'dbusbind).
5513
5514 * net/tramp.el (tramp-process-sentinel): New defun.
5515 (tramp-do-copy-or-rename-file-out-of-band)
5516 (tramp-maybe-open-connection): Use it as process sentinel.
5517 (tramp-handle-delete-directory): Don't use the "-f" option; it
5518 isn't portable.
5519 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5520 after the command.
5521 (tramp-handle-shell-command): Set `mode-line-process' in the
5522 asynchronous case.
5523
5524 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5525
5526 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5527 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5528 Use `tramp-process-sentinel' as process sentinel.
5529
5530 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * whitespace.el (global-whitespace-mode): Revert last change.
5533 (whitespace-unload-function): Force `global-whitespace-mode'
5534 to deactivate local modes in a slightly less intrusive way.
5535
5536 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5537
5538 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5539
5540 2008-02-02 Glenn Morris <rgm@gnu.org>
5541
5542 * international/latin1-disp.el (latin1-display):
5543 * progmodes/fortran.el (fortran-comment-indent-char):
5544 * progmodes/idlw-shell.el (top-level):
5545 * term/mac-win.el (mac-keyboard-translate-char):
5546 * whitespace.el (whitespace-char-valid-p):
5547 * wid-edit.el (widget-key-sequence-read-event):
5548 Use characterp rather than char-valid-p.
5549
5550 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5551 to capitalized-find-word-boundary. Doc fix. Update callers.
5552 (capitalized-next-word-boundary-function-table): Rename to
5553 capitalized-find-word-boundary-function-table. Doc fix. Update users.
5554
5555 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5556 string-to-int.
5557
5558 * ps-def.el (declare-function): Add compatibility definition.
5559 (ps-plot-with-face, ps-plot-string): Declare as functions.
5560 (ps-bold-faces, ps-italic-faces): Declare variables.
5561
5562 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5563 (ps-mule-end-job): Declare as functions.
5564
5565 * wid-edit.el (widget-string-complete): Use assoc-string rather
5566 than assoc-ignore-case.
5567
5568 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * progmodes/etags.el (next-file): Improve revert message.
5571
5572 2008-02-01 Andreas Schwab <schwab@suse.de>
5573
5574 * loadup.el: Load language/burmese instead of language/myanmar.
5575
5576 2008-02-01 Richard Stallman <rms@gnu.org>
5577
5578 * language/burmese.el: Rename from myanmar.el.
5579 ("Burmese"): Rename from "Myanmar".
5580
5581 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5582
5583 * international/fontset.el (script-representative-chars): Add cham
5584 and tai-viet.
5585 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5586 Add fontconfig spec for cjk-misc. Explicitly specify font font
5587 for U+E000..U+F8FF.
5588
5589 * international/characters.el (script-list): Add cham.
5590
5591 * language/cham.el: New file.
5592
5593 2008-02-01 Mark A. Hershberger <mah@everybody.org>
5594
5595 * xml.el (xml-escape-string): Don't do any encoding changes on the
5596 string.
5597
5598 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5599
5600 * language/ind-util.el (in-is13194-post-read-conversion):
5601 Delete unnecessary call of indian-compose-region.
5602
5603 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5604
5605 * ps-print.el: Some face attributes (like :strike-through) were not
5606 being recognised. Reported by Leo <sdl.web@gmail.com>.
5607 (ps-print-version): New version 7.3.2.
5608 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
5609 ps-face-overline-p and ps-face-box-p functions.
5610
5611 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5612 New functions.
5613
5614 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5615
5616 * international/fontset.el (font-encoding-alist): Add an entry for
5617 iso8859-16.
5618 (setup-default-fontset): Add iso8859-16 to latin.
5619
5620 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5621 hexadigit string.
5622 (describe-char): Adjust for the above change.
5623
5624 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5625
5626 * international/fontset.el (font-encoding-alist): Don't set the
5627 repertory of GB18030 fonts.
5628
5629 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5630
5631 * language/indian.el: Set font-shape-text for all Indic characters
5632 in composition-function-table.
5633
5634 * language/khmer.el: New file.
5635
5636 * language/myanmar.el: New file.
5637
5638 * loadup.el: Load "language/khmer" and "language/myanmar".
5639
5640 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5641
5642 * international/fontset.el (setup-default-fontset): Fix lao OTF
5643 script name.
5644
5645 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5646
5647 * composite.el (terminal-composition-modification): Delete it.
5648
5649 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5650
5651 * international/fontset.el (x-complement-fontset-spec):
5652 Complement size too.
5653
5654 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5655
5656 * international/fontset.el (font-encoding-charset-alist):
5657 Initialize it.
5658 (otf-script-alist): Fix typo of canadian-aboriginal.
5659 (setup-default-fontset): Specify font-specs for many more scripts.
5660 (x-complement-fontset-spec): Change the first argument to a
5661 font-spec object.
5662 (create-fontset-from-fontset-spec): Adjust for the above change.
5663
5664 2008-02-01 Kenichi Handa <handa@m17n.org>
5665
5666 * language/devanagari.el: Register font-shape-text in
5667 composition-function-table.
5668
5669 * language/tibetan.el: Register font-shape-text in
5670 composition-function-table.
5671
5672 * language/thai-util.el (thai-composition-function): Fix arguments.
5673
5674 * language/tamil.el: Register font-shape-text in
5675 composition-function-table.
5676
5677 * language/malayalam.el: Register font-shape-text in
5678 composition-function-table.
5679
5680 * language/lao.el: Register font-shape-text in
5681 composition-function-table.
5682
5683 * language/kannada.el: Register font-shape-text in
5684 composition-function-table.
5685
5686 * language/european.el (diacritic-composition-function): Fix arguments.
5687
5688 * language/ethio-util.el (ethio-composition-function): Fix arguments.
5689
5690 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5691
5692 * composite.el (composition-function-table): Fix docstring.
5693 (terminal-composition-function): Fix arguments.
5694 (auto-compose-current-font): Delete it.
5695 (auto-compose-chars): Adjust for the change of
5696 composition-function-table.
5697
5698 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5699
5700 * international/fontset.el (font-encoding-alist): Add the entry of
5701 "unicode-bmp".
5702
5703 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5704
5705 * composite.el (auto-compose-chars): Be sure to calculate
5706 composition at least at POS.
5707
5708 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5709
5710 * printing.el: Fix pr-interface-map initialization code.
5711 (pr-version): New version 6.9.3.
5712 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5713 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5714 (pr-f-read-string): Replace by pr-read-string.
5715 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5716 New function name.
5717 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5718
5719 2008-02-01 Kenichi Handa <handa@m17n.org>
5720
5721 * language/tv-util.el (tai-viet-re): Include '-'.
5722 (tai-viet-glyph-info): Handle '-'.
5723
5724 2008-02-01 Kenichi Handa <handa@m17n.org>
5725
5726 * descr-text.el (describe-char): Handle a composition of the new
5727 format. Show font name.
5728
5729 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5730
5731 * language/tibet-util.el (tibetan-composition-function): Use
5732 font-shape-text if auto-compose-current-font is non-nil.
5733
5734 * language/tibetan.el: Fix the range for recording
5735 tibetan-composition-function in composition-function-table.
5736
5737 * language/mlm-util.el (malayalam-composition-function): Use
5738 font-shape-text if auto-compose-current-font is non-nil.
5739
5740 * international/mule-conf.el: Flag many charsets as supplementary.
5741
5742 * international/mule.el (define-charset): Update the docstring for
5743 :supplementary-p.
5744
5745 * international/fontset.el (setup-default-fontset): Add OpenType
5746 fonts for malayalam and tibetan.
5747
5748 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5749
5750 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5751
5752 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5753
5754 * international/fontset.el (otf-script-alist): Make all otf tags
5755 4-letters.
5756 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5757
5758 * language/tml-util.el (tamil-composition-function): Use
5759 font-shape-text if auto-compose-current-font is non-nil.
5760
5761 * language/devan-util.el (devanagari-composition-function): Use
5762 font-shape-text if auto-compose-current-font is non-nil.
5763
5764 * composite.el (auto-compose-chars): Change argument font-object
5765 to window.
5766
5767 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5768
5769 * ps-print.el (ps-lpr-switches): Docstring fix.
5770 (ps-string-list): New function.
5771 (ps-do-despool): Code fix.
5772
5773 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5774
5775 * international/utf-7.el (utf-7-imap-post-read-conversion)
5776 (utf-7-imap-pre-write-conversion): New functions.
5777
5778 * international/mule-conf.el (utf-7-imap): New coding system.
5779
5780 2008-02-01 Kenichi Handa <handa@m17n.org>
5781
5782 * term/x-win.el (x-selection-value): If x-select-request-type is
5783 nil, try also STRING at last.
5784 (x-select-request-type): Doc fix for the change of x-selection-value.
5785
5786 * select.el (selection-coding-system, next-selection-coding-system):
5787 Move declarations from xselect.c.
5788 (x-get-selection): Decode by selection-coding-system if it is non-nil.
5789 If it is nil, decode by a proper coding system. Handle C_STRING.
5790 (ccl-check-utf-8, string-utf-8-p): Delete them.
5791 (xselect-convert-to-string): Fix determining data-type in the case
5792 that TEXT is requested. Don't use selection-coding-system if it's
5793 not proper for the data-type.
5794
5795 2008-02-01 Kenichi Handa <handa@m17n.org>
5796
5797 * term/x-win.el (x-selection-value): If x-select-request-type is
5798 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
5799
5800 2008-02-01 Jason Rumney <jasonr@gnu.org>
5801
5802 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
5803 to signify default fontset.
5804
5805 2008-02-01 Kenichi Handa <handa@m17n.org>
5806
5807 * international/mule-cmds.el (describe-language-environment):
5808 Check if the specified input method exists or not.
5809
5810 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5811
5812 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
5813 (ps-face-background-name): Remove this function. It's already defined
5814 in ps-def.el file.
5815
5816 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5817
5818 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
5819 Epoch emacsen.
5820
5821 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5822
5823 * ps-print.el: Now detect if text foreground and background colors are
5824 equals and replace the foreground color by another color, so the text
5825 becomes visible. Doc fix.
5826 (ps-print-version): New version 7.3.
5827 (ps-default-fg, ps-default-bg): Docstring fix.
5828 (ps-fg-list, ps-fg-validate-p): New options.
5829 (ps-foreground-list): New variable.
5830 (ps-generate-header-line): Replace fboundp by functionp.
5831 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5832
5833 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5834
5835 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5836 Move (again) some variable definitions before use, define some
5837 function aliases, no code change.
5838 (pr-version): New version 6.9.2.
5839 (pr-path-style, pr-auto-region, pr-menu-char-height)
5840 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5841 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5842 via (defvar VAR).
5843 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5844 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5845 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5846 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5847 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
5848 (pr-menu-print-item, pr-ps-printer-menu-modified)
5849 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5850 (pr-even-or-odd-alist): Move variable definitions.
5851
5852 2008-02-01 Kenichi Handa <handa@m17n.org>
5853
5854 * language/chinese.el (cp936): Delete duplicated alias.
5855
5856 * international/mule-diag.el (list-block-of-chars): Don't insert
5857 non-Unicode characters.
5858
5859 2008-02-01 Jason Rumney <jasonr@gnu.org>
5860
5861 * loadup.el [windows-nt]: Don't load code-pages and ccl.
5862 * term/w32-win.el: Don't require code-pages.
5863
5864 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 Fix up multi-tty merge.
5867
5868 * version.el (emacs-version): Bump to 23.0.60.
5869
5870 * term/x-win.el (x-initialize-window-system): Don't try to create
5871 a fontset from a font-specification anymore. This was removed on the
5872 unicode branch and mistakenly re-added by the multi-tty merge.
5873
5874 * term/w32-win.el: Remove duplicate code that's now in
5875 w32-initialize-window-system.
5876 (w32-initialize-window-system): Don't try to create a fontset from
5877 a font-specification anymore. This was removed on the unicode branch
5878 and mistakenly re-added by the multi-tty merge.
5879
5880 * term/mac-win.el: Remove duplicate top-level code.
5881
5882 * language/ethio-util.el:
5883 * international/characters.el: Use utf-8 rather than utf-8-emacs
5884 since it works as well and has the advantage of working with
5885 non-unicode versions of Emacs.
5886
5887 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
5888 multi-tty code, which includes the previous local change.
5889
5890 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5891
5892 * ps-print.el (ps-print-version): New version 7.2.5.
5893 (ps-background, ps-begin-file, ps-build-reference-face-lists):
5894 Use `mapc' rather than `mapcar'.
5895
5896 2008-02-01 Kenichi Handa <handa@m17n.org>
5897
5898 * skeleton.el (skeleton-internal-1): Use integerp and stringp
5899 instead of char-or-string-p to catch -1.
5900
5901 2008-02-01 Kenichi Handa <handa@m17n.org>
5902
5903 * international/mule-cmds.el (inactivate-input-method):
5904 Set input-method-function to nil before calling
5905 inactivate-current-input-method-function.
5906
5907 2008-02-01 Kenichi Handa <handa@m17n.org>
5908
5909 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
5910 height that doesn't exceed the requested height by rounding off.
5911
5912 2008-02-01 Andreas Schwab <schwab@suse.de>
5913
5914 * international/mule-diag.el (print-fontset-element):
5915 Use fontp only if defined.
5916
5917 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5918
5919 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
5920 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
5921 (ps-mule-prologue-generated): Code fix.
5922
5923 2008-02-01 Kenichi Handa <handa@m17n.org>
5924
5925 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
5926 with FIXEDCASE t.
5927
5928 2008-02-01 Kenichi Handa <handa@m17n.org>
5929
5930 * international/mule-diag.el (print-fontset-element): Fix for the
5931 format change of a fontset element for font-backend feature.
5932
5933 2008-02-01 Kenichi Handa <handa@m17n.org>
5934
5935 * descr-text.el (describe-char): Fix for the case that a component
5936 character is TAB.
5937
5938 2008-02-01 Kenichi Handa <handa@m17n.org>
5939
5940 * international/mule-cmds.el (select-safe-coding-system-interactively):
5941 Fix printing of rejected and unsafe coding-systems.
5942
5943 * international/fontset.el (setup-default-fontset): Add tai-viet.
5944
5945 * international/characters.el: Setup syntax/category table for Tai Viet.
5946 (script-list): Add tai-viet.
5947
5948 * loadup.el: Load "language/tai-viet".
5949
5950 * language/tai-viet.el: New file.
5951
5952 * language/tv-util.el: New file.
5953
5954 2008-02-01 Jason Rumney <jasonr@gnu.org>
5955
5956 * faces.el (font-weight-table): Use defaults on w32 that match
5957 LOGFONT.lfWeight.
5958
5959 * term/w32-win.el: Don't create fontset from command-line font.
5960
5961 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * international/mule-cmds.el (toggle-enable-multibyte-characters)
5964 (sort-coding-systems, search-unencodable-char): Doc fixes.
5965 (default-input-method, input-method-verbose-flag)
5966 (input-method-highlight-flag): Remove * in defcustom's docstrings.
5967 (exit-language-environment-hook, set-default-coding-systems)
5968 (coding-system-change-eol-conversion, prefer-coding-system)
5969 (find-multibyte-characters, leim-list-entry-regexp)
5970 (set-input-method, input-method-exit-on-first-char, princ-list)
5971 (locale-language-names, locale-charset-language-names)
5972 (define-char-code-property): Fix typos in docstrings.
5973
5974 2008-02-01 Kenichi Handa <handa@m17n.org>
5975
5976 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
5977 Fix for a new character code space (22-bit).
5978
5979 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
5982
5983 2008-02-01 Kenichi Handa <handa@m17n.org>
5984
5985 * international/characters.el: Add more cases/syntaxes from Latin
5986 characters.
5987
5988 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5989
5990 * ps-def.el (installation-directory): Must be initialized when defining
5991 it in XEmacs.
5992 (coding-system-for-read): Eliminate duplicated definition.
5993
5994 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5995
5996 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5997
5998 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5999
6000 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6001 (ps-print-emacs-type): Eliminate variable.
6002 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6003 running ps-print package.
6004
6005 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6006 (ps-frame-parameter): Replace defun by defalias.
6007 (mark-active): Eliminate defvar.
6008
6009 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6010 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6011 (ps-jts-ps-setup): Replace macros by vector key definition.
6012
6013 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6014
6015 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6016 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6017 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6018 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6019 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6020 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6021 New command actions for EPS header and EPS footer.
6022
6023 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6024 footer. Fix some problems with one-or-more, zero-or-more and
6025 alternative constructions generation. Some implementation of log
6026 messages. Doc fix.
6027 (ebnf-version): New version 4.4.
6028 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6029 (ebnf-eps-footer, ebnf-log): New options.
6030 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6031 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6032 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6033 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6034 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6035 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6036 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6037 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6038 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6039 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6040 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6041 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6042 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6043 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6044 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6045 (ebnf-except-dimension, ebnf-alternative-dimension)
6046 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6047 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6048 Insert log message function.
6049 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6050 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6051 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6052 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6053 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6054 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6055 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6056 compatibility with Emacs 20 & 21.
6057 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6058 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6059 (ebnf-basic-empty-height): New variables.
6060 (ebnf-prologue): Fix PostScript code.
6061 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6062 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6063 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6064 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6065
6066 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6067
6068 * printing.el: Group together all XEmacs/Emacs definitions.
6069 (pr-version): New version 6.9.
6070 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6071 New functions.
6072 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6073 (pr-menu-bind): Fix code.
6074 (pr-e-frame-char-height, pr-e-frame-char-width)
6075 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6076 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6077 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6078 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6079 (pr-x-event-y-pixel): Eliminate aliases.
6080 (pr-xemacs-global-menubar): Move macro.
6081 (current-menubar, current-mouse-event, zmacs-region-stays)
6082 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6083 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6084 Move variables.
6085 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6086 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6087 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6088 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6089 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6090 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6091 Move functions.
6092
6093 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6094
6095 * ps-print.el: The ps-print commands without face printing should not
6096 print background color. Reported by Leo <sdl.web@gmail.com>.
6097 (ps-print-version): New version 7.2.2.
6098 (ps-begin-job): New arg. Fix ps-default-background and
6099 ps-default-foreground initialization.
6100 (ps-face-attributes): Fix doc string.
6101 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6102
6103 * printing.el: Fix ps-print link.
6104
6105 2008-02-01 Kenichi Handa <handa@m17n.org>
6106
6107 * international/mule-diag.el (list-character-sets-2): Don't print width.
6108
6109 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6110
6111 * ps-print.ps: Fix background height.
6112 (ps-print-version): New version 7.2.1.
6113
6114 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6115
6116 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6117 into separate files.
6118 (ps-print-version): New version 7.2.
6119 (ps-postscript-code-directory): Fix XEmacs initialization.
6120 (ps-generate-postscript-with-faces):
6121 Call ps-generate-postscript-with-faces1 (new function).
6122 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6123 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6124 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6125 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6126 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6127 Move functions to ps-def.el.
6128 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6129 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6130 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6131 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6132 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6133 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6134 Move functions to ps-samp.el.
6135
6136 * ps-bdf.el (installation-directory, coding-system-for-read):
6137 Move variables to ps-def.el.
6138
6139 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6140 (charset-bytes, charset-dimension, charset-id, charset-width)
6141 (find-charset-region, char-width, chars-in-region, forward-point)
6142 (decompose-composite-char, encode-coding-string, coding-system-p)
6143 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6144 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6145
6146 * ps-def.el: New file. XEmacs/Emacs definitions.
6147 (ps-generate-postscript-with-faces1): New function.
6148 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6149 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6150 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6151 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6152 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6153 Move functions from ps-print.el.
6154 (installation-directory, coding-system-for-read):
6155 Move variables from ps-bdf.el.
6156 (leading-code-private-22): Move variable from ps-mule.el.
6157 (charset-bytes, charset-dimension, charset-id, charset-width)
6158 (find-charset-region, char-width, chars-in-region, forward-point)
6159 (decompose-composite-char, encode-coding-string, coding-system-p)
6160 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6161 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6162
6163 * ps-samp.el: New file. Sample setup code.
6164 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6165 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6166 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6167 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6168 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6169 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6170 Move functions from ps-print.el.
6171
6172 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6173
6174 * ps-print.el: Handle frame parameters (background and/or foreground
6175 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6176 (ps-print-version): New version 7.1.
6177 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6178 (ps-frame-parameter): New function.
6179 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6180 Fix doc and customization.
6181 (ps-begin-job): Get frame parameters (background and/or foreground
6182 colors).
6183 (ps-do-despool): Ensure ps-printer-name has a valid value.
6184
6185 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6186
6187 * progmodes/ebnf-abn.el:
6188 * progmodes/ebnf-bnf.el:
6189 * progmodes/ebnf-dtd.el:
6190 * progmodes/ebnf-ebx.el:
6191 * progmodes/ebnf-iso.el:
6192 * progmodes/ebnf-otz.el:
6193 * progmodes/ebnf-yac.el:
6194 * progmodes/ebnf2ps.el:
6195 * delim-col.el:
6196 * printing.el:
6197 * ps-bdf.el:
6198 * ps-mule.el:
6199 * ps-print.el: Remove 'Time-stamp' comment mark.
6200
6201 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6202 'easy-menu-add-item' when called in Emacs 21 or higher.
6203
6204 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6205
6206 * ps-print.el : Fix doc.
6207 (ps-print-version): New version 7.0.
6208
6209 2008-02-01 Kenichi Handa <handa@m17n.org>
6210
6211 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6212 XMODIFIERS.
6213
6214 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6215
6216 * ps-print.el: Fix maintainer email. Eliminate function declaration
6217 that kept compatibility with older Emacs version.
6218 (ps-print-version): New version 6.7.
6219
6220 2008-02-01 Kenichi Handa <handa@m17n.org>
6221
6222 * international/quail.el (quail-get-translations):
6223 Make quail-current-key multibyte if not yet done.
6224
6225 2008-02-01 Zhang Wei <id.brep@gmail.com>
6226
6227 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6228 ("Chinese-GB18030"): Add sample-text and tutorial.
6229
6230 * international/fontset.el (font-encoding-alist)
6231 (setup-default-fontset): Add gb18030.
6232 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6233 (charset-script-alist): Add gbk and gb18030.
6234
6235 * international/characters.el: Put property
6236 preferred-coding-system on gbk and gb18030.
6237
6238 * international/mule-cmds.el (locale-language-names): Add an entry
6239 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6240
6241 * faces.el (face-font-registry-alternatives): Add gb18030.
6242
6243 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6244
6245 * ps-mule.el: Fix maintainer email.
6246
6247 2008-02-01 Kenichi Handa <handa@m17n.org>
6248
6249 * international/quail.el (quail-insert-kbd-layout): Check the
6250 length of (cdr translation).
6251 (quail-get-current-str): Check the length of (cdr def).
6252
6253 2008-02-01 Kenichi Handa <handa@m17n.org>
6254
6255 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6256
6257 2008-02-01 Kenichi Handa <handa@m17n.org>
6258
6259 * international/mule-cmds.el (ucs-insert): Re-implement.
6260
6261 2008-02-01 Kenichi Handa <handa@m17n.org>
6262
6263 * composite.el (terminal-composition-modification): New function.
6264 (terminal-composition-function): Create composition with the above
6265 modification function.
6266
6267 2008-02-01 Zhang Wei <id.brep@gmail.com>
6268
6269 * international/characters.el: Add more full-width characters in
6270 char-width-table.
6271
6272 2008-02-01 Kenichi Handa <handa@m17n.org>
6273
6274 * international/fontset.el (create-fontset-from-fontset-spec):
6275 Fix script name handling.
6276
6277 2008-02-01 Kenichi Handa <handa@m17n.org>
6278
6279 * composite.el (terminal-composition-function): New function.
6280 (terminal-composition-function-table): New variable.
6281 (auto-compose-chars): If running on a terminal, use
6282 terminal-composition-function-table.
6283
6284 * loadup.el: Load "composite" after "international/characters".
6285
6286 * international/characters.el: Delete codes for setting up charset
6287 property nospace-between-words. Fix setting up of
6288 char-width-table. Don't make ethiopic and tibetan double column.
6289
6290 * textmodes/fill.el (fill-find-break-point-function-table):
6291 Don't set it up in defvar.
6292 (fill-nospace-between-words-table): New variable.
6293 (fill-delete-newlines): Check fill-nospace-between-words-table
6294 instead of charset property nospcae-between-words.
6295
6296 2008-02-01 Kenichi Handa <handa@m17n.org>
6297
6298 * composite.el (global-auto-composition-mode): Make the initial
6299 value not depend on emacs-basic-display.
6300
6301 * textmodes/fill.el: Don't use charset property
6302 `fill-find-break-point-function'.
6303 (fill-find-break-point-function-table): New variable.
6304 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6305
6306 2008-02-01 Kenichi Handa <handa@m17n.org>
6307
6308 * international/mule.el (coding-system-list): Be sure to exclude
6309 subsidiary coding systems.
6310
6311 2008-02-01 Kenichi Handa <handa@m17n.org>
6312
6313 * composite.el (auto-composition-after-change)
6314 (toggle-auto-composition): Remove `auto-composed' property instead
6315 of setting it to nil.
6316
6317 2008-02-01 Kenichi Handa <handa@m17n.org>
6318
6319 * language/misc-lang.el (iso-8859-6): New coding system.
6320
6321 2008-02-01 Kenichi Handa <handa@m17n.org>
6322
6323 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6324 replace-regexp-in-string as replacement.
6325
6326 2008-02-01 Kenichi Handa <handa@m17n.org>
6327
6328 * international/fontset.el (otf-script-alist): Add byzm, math,
6329 musc, and nko.
6330
6331 * international/characters.el (script-list): Add nko,
6332 byzantine-musical-symbol, musical-symbol, and mathematical.
6333
6334 2008-02-01 Kenichi Handa <handa@m17n.org>
6335
6336 * composite.el (auto-compose-current-font): New variable.
6337 (auto-compose-chars): New arg FONT-OBJECT.
6338
6339 2008-02-01 Kenichi Handa <handa@m17n.org>
6340
6341 * international/characters.el: Modify category-table and
6342 script-table for new Ethiopic character range.
6343
6344 2008-02-01 Kenichi Handa <handa@m17n.org>
6345
6346 * international/mule-cmds.el (set-language-environment-fontset):
6347 Delete it.
6348
6349 2008-02-01 Kenichi Handa <handa@m17n.org>
6350
6351 * international/fontset.el (otf-script-alist): Set it.
6352
6353 2008-02-01 Kenichi Handa <handa@m17n.org>
6354
6355 * international/fontset.el (font-encoding-alist):
6356 Fix for "ethiopic-unicode".
6357
6358 2008-02-01 Kenichi Handa <handa@m17n.org>
6359
6360 * international/fontset.el (script-representative-chars):
6361 Add an entry for latin script.
6362
6363 2008-02-01 Kenichi Handa <handa@m17n.org>
6364
6365 * faces.el (font-weight-table): Treat regular and normal as the
6366 same as medium.
6367 (font-slant-table): Add (roman . 100).
6368
6369 2008-02-01 Kenichi Handa <handa@m17n.org>
6370
6371 These changes are for the new font handling codes.
6372
6373 * faces.el (font-weight-table, font-slant-table)
6374 (font-swidth-table): New customizable variables.
6375
6376 * international/fontset.el (font-encoding-alist): Add koi8-4.
6377 (script-representative-chars): Set the default value.
6378 (create-fontset-from-x-resource): Delete `message'.
6379
6380 2008-02-01 Kenichi Handa <handa@m17n.org>
6381
6382 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6383 Call set-buffer-multibyte with arg `to'.
6384
6385 2008-02-01 Kenichi Handa <handa@m17n.org>
6386
6387 * info.el (Info-fontify-node): Check if already fontified or not
6388 by next-single-property-change.
6389
6390 2008-02-01 Kenichi Handa <handa@m17n.org>
6391
6392 * international/mule.el (ctext-pre-write-conversion): Produce
6393 extra designation sequence for ASCII at the end off extended segment.
6394
6395 2008-02-01 Kenichi Handa <handa@m17n.org>
6396
6397 * international/mule.el (ctext-non-standard-encodings-table):
6398 Reverse the returning list.
6399 (ctext-pre-write-conversion): Fix encoding with extended segments.
6400
6401 * international/mule-conf.el (compound-text)
6402 (compound-text-with-extensions): Add long-form in :flags.
6403
6404 2008-02-01 Kenichi Handa <handa@m17n.org>
6405
6406 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6407 regexp for paring FONTSET-SPEC (allow spaces after `:').
6408
6409 2008-02-01 Kenichi Handa <handa@m17n.org>
6410
6411 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6412 for the case that a charset is specified as target.
6413
6414 2008-02-01 Kenichi Handa <handa@m17n.org>
6415
6416 * international/ccl.el (ccl-embed-string): Check string length.
6417 Set special flag for multibyte character sequence.
6418 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6419 str unibyte.
6420 (ccl-compile-write): If the character code doesn't fit in 22-bit
6421 (ccl-dump-write-const-string): Check special flag for multibyte
6422 character sequence.
6423
6424 2008-02-01 Kenichi Handa <handa@m17n.org>
6425
6426 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6427 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6428 ps-mule-eight-bit-char.
6429
6430 2008-02-01 Kenichi Handa <handa@m17n.org>
6431
6432 * language/chinese.el ("Chinese-BIG5"):
6433 Set ctext-non-standard-encodings property to "big5-0".
6434
6435 * international/mule.el (ctext-non-standard-encodings):
6436 Initialize to nil.
6437 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6438 entry for "big5-0".
6439 (ctext-non-standard-encodings-table): Return a list instead of
6440 char-table.
6441 (ctext-pre-write-conversion): Adjust for the above change.
6442
6443 2008-02-01 Zhang Wei <id.brep@gmail.com>
6444
6445 * international/mule.el (ctext-non-standard-encodings-alist):
6446 Add an entry for gbk-0.
6447 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6448 a row 8-bit.
6449
6450 * language/chinese.el ("Chinese-GBK"):
6451 Set ctext-non-standard-encodings property to "gbk-0".
6452 Add sample-text property.
6453
6454 2008-02-01 Kenichi Handa <handa@m17n.org>
6455
6456 * international/kkc.el (kkc-region): Use
6457 this-single-command-raw-keys on pushing back an unhandled key sequence.
6458
6459 2008-02-01 Kenichi Handa <handa@m17n.org>
6460
6461 * international/encoded-kb.el (encoded-kbd-mode):
6462 Check saved-input-mode on turning off Encoded Kbd mode.
6463
6464 * composite.el (auto-composition-after-change): Use save-buffer-state.
6465 (turn-on-auto-composition-if-enabled): Don't turn on
6466 auto-composition-mode in a unibyte buffer.
6467
6468 2008-02-01 Kenichi Handa <handa@m17n.org>
6469
6470 * startup.el (command-line): Use custom-reevaluate-setting for
6471 global-auto-composition-mode.
6472
6473 * composite.el (auto-composition-function): Make it buffer local.
6474 (auto-composition-mode): New minor mode.
6475 (turn-on-auto-composition-if-enabled): New function.
6476 (global-auto-composition-mode): New global minor mode.
6477
6478 2008-02-01 Kenichi Handa <handa@m17n.org>
6479
6480 * descr-text.el (describe-char): Use insert-text-button instead of
6481 widget-create for "customize what to show" button.
6482
6483 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6484
6485 * language/ethiopic.el: Fix copyright.
6486 (composition-function-table): Support a new character in Unicode 4.1.
6487
6488 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6489 (ethio-tex-to-fidel-buffer, ethio-composition-function)
6490 ("ethiopic-tex"): Support new characters in Unicode 4.1.
6491
6492 2008-02-01 Kenichi Handa <handa@m17n.org>
6493
6494 * international/characters.el: Register characters in
6495 auto-fill-chars. Put nospace-between-words to more charsets.
6496
6497 2008-02-01 Zhang Wei <id.brep@gmail.com>
6498
6499 * international/mule-cmds.el (locale-language-names): Add entries
6500 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6501 (locale-preferred-coding-systems): Fix entries for Chinese locales.
6502
6503 2008-02-01 Kenichi Handa <handa@etlken>
6504
6505 * international/utf-7.el: Delete the definition of utf-7.
6506 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6507 Add autoload cookies.
6508
6509 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6510
6511 * term/mac-win.el: Delete the code to create a fontset from the X
6512 resource "Font".
6513
6514 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6515
6516 * international/robin.el (robin-define-package): Be sure to call
6517 put-char-code-property.
6518
6519 2008-02-01 Kenichi Handa <handa@m17n.org>
6520
6521 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6522 property to 1.
6523
6524 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6525 property to t.
6526
6527 * international/mule.el (coding-system-get):
6528 Check `ascii-incompatible' for backward compatiblity.
6529 (set-file-name-coding-system): Signal an error for a coding system
6530 not suitable for file name.
6531 (set-keyboard-coding-system): Signal an error for a coding system
6532 not suitable for keyboard.
6533
6534 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6535 Set :suitable-for-keyboard property to 1.
6536
6537 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6538 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6539
6540 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6541 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6542
6543 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6544
6545 * international/robin.el (robin-define-package): Delete redundant code.
6546 (robin-add-rule): Allow N-1 reverse conversion.
6547
6548 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6549
6550 * international/robin.el (robin-define-package): Make the
6551 expanded form shorter.
6552
6553 2008-02-01 Zhang Wei <id.brep@gmail.com>
6554
6555 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6556 chiense-iso-8bit.
6557
6558 2008-02-01 Kenichi Handa <handa@m17n.org>
6559
6560 * loadup.el: If we are byte-compiling unidata-gen.el or running
6561 unidata-ge-files, set purify-flag to nil.
6562
6563 2008-02-01 Kenichi Handa <handa@m17n.org>
6564
6565 * loadup.el: Load international/charprop.el with NOERROR t.
6566
6567 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6568
6569 2008-02-01 Kenichi Handa <handa@m17n.org>
6570
6571 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6572 New charsets and coding systems.
6573 (mac-symbol, mac-dingbats): New charsets.
6574
6575 2008-02-01 Kenichi Handa <handa@m17n.org>
6576
6577 * international/characters.el: Set syntax of NBSP to punctuation.
6578
6579 2008-02-01 Kenichi Handa <handa@m17n.org>
6580
6581 * international/mule-cmds.el: Don't require wid-edit.
6582
6583 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6584
6585 * international/robin.el: New file.
6586
6587 * language/ethiopic.el: Change encoding to utf-8-emacs.
6588 Register ethio-composition-function in composition-function-table.
6589 ("Ethiopic"): Change coding-systems to utf-8-emacs.
6590
6591 * language/ethio-util.el: Change encoding to utf-8-emacs.
6592 Rewrite all transliteration functions to use robin.el.
6593 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6594 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6595 (ethio-prefer-ascii-punctuation): Delete variables.
6596 (ethio-char-to-ethiocode, ethio-convert-digit)
6597 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6598 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6599 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6600 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6601 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6602 (ethio-adjust-robin, ethio-composition-function)
6603 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6604 (ethio-sera-to-fidel-region-ethio)
6605 (ethio-sera-to-fidel-region-noethio)
6606 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6607 New functions.
6608
6609 2008-02-01 Miles Bader <miles@gnu.org>
6610
6611 * international/mule.el (auto-coding-regexp-alist)
6612 (ctext-pre-write-conversion): Replace embedded control characters
6613 with octal escapes; this prevents diff from thinking the file is binary.
6614
6615 2008-02-01 Miles Bader <miles@gnu.org>
6616
6617 * descr-text.el (describe-char-unidata-list):
6618 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6619 (byte-compile-insert-header):
6620 * international/mule.el (charset-list, set-coding-priority)
6621 (ignore-relative-composition):
6622 * international/mule-util.el (detect-coding-with-priority):
6623 * international/mule-diag.el:
6624 * international/mule-cmds.el (language-info-custom-alist):
6625 * international/codepage.el (codepage-setup):
6626 Replace references to Emacs version "22" with "23".
6627
6628 2008-02-01 Kenichi Handa <handa@m17n.org>
6629
6630 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6631
6632 * international/fontset.el (font-encoding-alist): Add an entry for
6633 microsoft-cp1251.
6634 (setup-default-fontset): Add entries for microsoft-cp1251 and
6635 koi8-r for cyrillic.
6636
6637 * international/mule-cmds.el (char-code-property-alist): New variable.
6638 (define-char-code-property): New function.
6639 (get-char-code-property, put-char-code-property): Handle a
6640 char-table registerd in char-code-property-alist.
6641 (set-language-environment): Check :ascii-compatible-p property of
6642 nonascii charset instead of its dimension.
6643
6644 * international/uni-bidi.el, international/uni-category.el:
6645 * international/uni-combining.el, international/uni-comment.el:
6646 * international/uni-decimal.el, international/uni-decomposition.el:
6647 * international/uni-digit.el, international/uni-lowercase.el:
6648 * international/uni-mirrored.el, international/uni-name.el:
6649 * international/uni-numeric.el, international/uni-old-name.el:
6650 * international/uni-titlecase.el, international/uni-uppercase.el:
6651 * international/charprop.el: New files automatically generated by
6652 admin/unidata/Makefile.
6653
6654 * loadup.el: Load internationnal/charprop.el.
6655
6656 * descr-text.el (describe-char-unidata-list): New variable.
6657 (describe-char-unicode-data): Use char-code-property-description.
6658 (describe-char): Add lines for describing Unicode-based character
6659 properties.
6660
6661 2008-02-01 Kenichi Handa <handa@m17n.org>
6662
6663 * textmodes/ispell.el: These changes are to fix the code merged
6664 from trunk for the change on 2008-02-01.
6665 (ispell-unified-chars-table): Delete it.
6666 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6667
6668 2008-02-01 Kenichi Handa <handa@m17n.org>
6669
6670 * international/mule-util.el (char-displayable-p): Check
6671 :charset-list property of CODING.
6672
6673 2008-02-01 Kenichi Handa <handa@m17n.org>
6674
6675 * international/mule-cmds.el (select-safe-coding-system-interactively):
6676 Change 'mime-charset to :mime-charset.
6677 (select-safe-coding-system): Use above.
6678 (set-language-environment): Delete unnecessary code for handling
6679 overriding-fontspec.
6680
6681 2008-02-01 Kenichi Handa <handa@m17n.org>
6682
6683 * international/mule-conf.el: New coding system aliases unix, dos,
6684 and mac.
6685
6686 2008-02-01 Kenichi Handa <handa@m17n.org>
6687
6688 * international/titdic-cnv.el (tit-process-header): Fix embedded
6689 coding tag.
6690 (titdic-convert): Bind coding-system-for-write to the coding
6691 system specfied in the map file. Remove `charset' property after
6692 decoding.
6693 (miscdic-convert): Bind coding-system-for-write to the coding
6694 system specfied for the map file. Fix LANGUAGE arg to
6695 quail-define-package.
6696 (batch-miscdic-convert): Check if a file is directory or not.
6697
6698 2008-02-01 Kenichi Handa <handa@m17n.org>
6699
6700 * international/mule.el (coding-system-equal): Move from mule-util.el.
6701
6702 * international/mule-util.el (coding-system-equal): Move to mule.el.
6703
6704 2008-02-01 Kenichi Handa <handa@m17n.org>
6705
6706 * international/encoded-kb.el (encoded-kbd-decode-code-list):
6707 New function.
6708 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6709 Support multibyte charsets.
6710
6711 2008-02-01 Kenichi Handa <handa@m17n.org>
6712
6713 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6714 to eight-bit chars.
6715
6716 * international/mule-conf.el: Don't define coding system
6717 `undecided' here.
6718
6719 2008-02-01 Kenichi Handa <handa@m17n.org>
6720
6721 * international/mule-cmds.el (locale-language-names): Fix for
6722 gb18030 and gdk.
6723
6724 2008-02-01 Kenichi Handa <handa@m17n.org>
6725
6726 * international/fontset.el (font-encoding-alist): Add gbk.
6727 (charset-script-alist): Add chinese-gbk.
6728
6729 2008-02-01 Kenichi Handa <handa@m17n.org>
6730
6731 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6732
6733 2008-02-01 Kenichi Handa <handa@m17n.org>
6734
6735 * language/japanese.el ("Japanese"): Fix ordering of charsets.
6736
6737 2008-02-01 Kenichi Handa <handa@m17n.org>
6738
6739 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6740 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6741 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6742
6743 2008-02-01 Kenichi Handa <handa@m17n.org>
6744
6745 * descr-text.el (describe-char): Fix for the case CODE is a cons
6746 of integers.
6747
6748 2008-02-01 Steven Tamm <steventamm@mac.com>
6749
6750 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6751 (mac-standard-fontset-spec): Create.
6752
6753 2008-02-01 Kenichi Handa <handa@m17n.org>
6754
6755 * international/mule-diag.el (unicode-data):
6756 Call find-file-noselect with NOWARN t.
6757
6758 2008-02-01 Kenichi Handa <handa@m17n.org>
6759
6760 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6761
6762 2008-02-01 Kenichi Handa <handa@m17n.org>
6763
6764 * international/characters.el: Give more CJK characters the
6765 category `|'.
6766
6767 * descr-text.el (describe-char): Make it work on *Help* buffer.
6768 Suppress auto-composition on a region describing about composition.
6769
6770 * language/european.el (diacritic-compose-region)
6771 (diacritic-compose-string, diacritic-composition-function):
6772 Compose diacritical marks only with a character whose syntax is
6773 word constituent.
6774 (diacritic-post-read-conversion): Delete it.
6775
6776 2008-02-01 Kenichi Handa <handa@m17n.org>
6777
6778 * composite.el (auto-compose-chars): Execute the main code in
6779 condition-case.
6780
6781 2008-02-01 Kenichi Handa <handa@m17n.org>
6782
6783 * international/fontset.el (x-complement-fontset-spec):
6784 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
6785
6786 2008-02-01 Kenichi Handa <handa@m17n.org>
6787
6788 * international/characters.el (next-word-boundary-kana):
6789 Handle half-width kana.
6790
6791 2008-02-01 Kenichi Handa <handa@m17n.org>
6792
6793 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
6794
6795 2008-02-01 Kenichi Handa <handa@m17n.org>
6796
6797 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
6798
6799 * mail/rmail.el (rmail-decode-babyl-format):
6800 Use with-coding-priority instead of detect-coding-with-priority.
6801
6802 2008-02-01 Kenichi Handa <handa@m17n.org>
6803
6804 * international/mule.el (make-translation-table)
6805 (make-translation-table-from-vector): Set the second extra slot of
6806 the char table to 1.
6807 (make-translation-table-from-alist): Fix handling of multiple entries.
6808
6809 2008-02-01 Kenichi Handa <handa@m17n.org>
6810
6811 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
6812 New translation tables.
6813
6814 * international/mule.el (make-translation-table-from-alist):
6815 New function.
6816
6817 2008-02-01 Kenichi Handa <handa@m17n.org>
6818
6819 * international/mule.el (translate-region): Re-implement it here.
6820 Make it interactive.
6821
6822 2008-02-01 Kenichi Handa <handa@m17n.org>
6823
6824 * ps-mule.el (ps-mule-font-info-database): Doc fix.
6825
6826 2008-02-01 Kenichi Handa <handa@m17n.org>
6827
6828 * international/mule-conf.el (chinese-cns11643-15): New charset.
6829
6830 2008-02-01 Kenichi Handa <handa@m17n.org>
6831
6832 * international/fontset.el (font-encoding-alist): Add entries for
6833 variations of cns11643 fonts.
6834 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
6835
6836 2008-02-01 Kenichi Handa <handa@m17n.org>
6837
6838 * international/mule-diag.el (list-charset-chars): Put charset
6839 text property.
6840
6841 * international/fontset.el (setup-default-fontset): Delete the
6842 entry for symbol script, add JISX0213 to kana script, specify
6843 fallback fonts.
6844
6845 2008-02-01 Kenichi Handa <handa@m17n.org>
6846
6847 * international/fontset.el (setup-default-fontset)
6848 (font-encoding-alist): Register "JISX0213.2004-1".
6849
6850 * international/mule-diag.el (list-character-sets): Fix the first
6851 line message.
6852 (sort-listed-character-sets): Adjust for the change of
6853 list-characters-sets-1.
6854 (list-character-sets-1): List supplementary character sets in a
6855 different section.
6856 (list-charset-chars): Validate charset at early stage.
6857
6858 * international/characters.el: Fix `han' script range.
6859
6860 * international/mule-conf.el (japanese-jisx0213.2004-1):
6861 Specify :code-space.
6862 (cp932-2-byte): Fix :code-space.
6863 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
6864
6865 2008-02-01 Kenichi Handa <handa@m17n.org>
6866
6867 * international/mule-conf.el (japanese-jisx0213.2004-1):
6868 Specify :dimension 2.
6869
6870 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
6871 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
6872 New coding systems.
6873 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
6874 aliases.
6875 ("Japanese"): Add new charsets and coding systems.
6876
6877 2008-02-01 Kenichi Handa <handa@m17n.org>
6878
6879 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
6880 Rename from japanese-ucs-cp932-map.
6881 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
6882 (japanese-ucs-glibc-map): Delete this translation table.
6883 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
6884 New translation tables.
6885
6886 2008-02-01 Kenichi Handa <handa@m17n.org>
6887
6888 * cus-start.el: Handle charset-map-path, not charset-map-directory.
6889
6890 2008-02-01 Kenichi Handa <handa@m17n.org>
6891
6892 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6893
6894 2008-02-01 Kenichi Handa <handa@m17n.org>
6895
6896 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
6897 tables japanese-ucs-*-map.
6898
6899 2008-02-01 Kenichi Handa <handa@m17n.org>
6900
6901 * international/eucjp-ms.el: New file (automatically generated by
6902 admin/charsets/Makefile).
6903
6904 * international/cp51932.el: New file (automatically generated by
6905 admin/charsets/Makefile).
6906
6907 * language/japanese.el: Load cp51932 and eucjp-ms.
6908 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
6909 (japanese-ucs-glibc-map): New translation tables.
6910 (eucjp-ms): New coding system.
6911
6912 * international/mule.el (coding-system-put): Delete it.
6913 It's implemented in C now.
6914
6915 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
6916 (japanese-jisx0213-a): New supplementary charset.
6917 (japanese-jisx0213.2004-1): New charset.
6918
6919 2008-02-01 Kenichi Handa <handa@m17n.org>
6920
6921 * language/japanese.el (japanese-cp932): New coding system.
6922 (cp932): New alias of it.
6923
6924 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
6925 (cp932): New charsets.
6926
6927 * international/mule.el (define-charset): If :code-space is not
6928 given, generate it from :dimension.
6929
6930 2008-02-01 Kenichi Handa <handa@m17n.org>
6931
6932 * composite.el (reference-point-alist): Doc fix.
6933 (encode-composition-rule, decode-composition-rule):
6934 Handle a rule (GREF NREF XOFF YOFF).
6935
6936 2008-02-01 Kenichi Handa <handa@m17n.org>
6937
6938 * language/european.el (diacritic-composition-function): Fix for
6939 the case that POS is at the head. Allow combining with more characters.
6940
6941 2008-02-01 Kenichi Handa <handa@m17n.org>
6942
6943 * descr-text.el (describe-char): Check `charset' property.
6944 Show the code point in the charset in hexadigits.
6945
6946 * international/mule-diag.el (stretches-for-character-list):
6947 Delete it.
6948 (list-block-of-chars): Use tabs instead of `display' property for
6949 aligning characters.
6950 (print-fontset-element): Fix the printing of XLFD.
6951
6952 2008-02-01 Kenichi Handa <handa@m17n.org>
6953
6954 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6955 New function.
6956 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
6957 handling utf-8.
6958
6959 2008-02-01 Kenichi Handa <handa@m17n.org>
6960
6961 * faces.el (read-face-font): Include fontsets in the completion list.
6962
6963 * international/mule-cmds.el (set-locale-environment):
6964 Insert locale-translation-file-name in a unibyte buffer.
6965
6966 * international/characters.el: Fix setting of category `|'.
6967
6968 2008-02-01 Kenichi Handa <handa@m17n.org>
6969
6970 * language/chinese.el (chinese-gb18030): Fix :charset-list.
6971
6972 2008-02-01 Kenichi Handa <handa@m17n.org>
6973
6974 * international/mule-cmds.el (select-safe-coding-system): Fix for
6975 the case that the first element of default-coding-system is t.
6976 Fix a message when some coding systems are rejected.
6977
6978 2008-02-01 Kenichi Handa <handa@m17n.org>
6979
6980 * international/mule-cmds.el (set-language-environment): Put
6981 higher priority to charsets listed in `charset' property of the
6982 language environment.
6983
6984 2008-02-01 Kenichi Handa <handa@m17n.org>
6985
6986 * composite.el (auto-compose-chars): Don't do unnecessary
6987 save-exclusion and save-restriction.
6988
6989 2008-02-01 Kenichi Handa <handa@m17n.org>
6990
6991 * international/mule-conf.el (ctext-no-compositions):
6992 Remove garbage arguments.
6993
6994 * international/mule.el (make-coding-system): Fix generation of
6995 properties.
6996
6997 * international/fontset.el (setup-default-fontset): Specify fonts
6998 for `symbol' script.
6999
7000 * international/characters.el (script-list): Include `currency'
7001 in `symbol'.
7002
7003 2008-02-01 Alex Schroeder <alex@gnu.org>
7004
7005 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7006 8601 format (a capital T between the date and the time).
7007
7008 2008-02-01 Kenichi Handa <handa@m17n.org>
7009
7010 * international/mule.el (private-char-area-1-min)
7011 (private-char-area-1-max, private-char-area-2-min)
7012 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7013 (convert-define-charset-argument): New function.
7014 (define-charset): Handle the old calling style.
7015 Update emacs-mule-charset-table.
7016 (make-char-internal): New function.
7017
7018 2008-02-01 Jason Rumney <jasonr@gnu.org>
7019
7020 * w32-charset-info-alist: Define iso10646-1 always.
7021
7022 2008-02-01 Kenichi Handa <handa@m17n.org>
7023
7024 * composite.el (compose-region): Doc fix (delete duplicated line).
7025
7026 2008-02-01 Kenichi Handa <handa@m17n.org>
7027
7028 * international/characters.el: Fix syntax for Ethiopic.
7029
7030 2008-02-01 Jason Rumney <jasonr@gnu.org>
7031
7032 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7033
7034 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7035 Add international/latin1-disp.el.
7036 (LC_ALL): Define as C.
7037
7038 2008-02-01 Jason Rumney <jasonr@gnu.org>
7039
7040 * term/w32-win.el: Don't set fontsets to use sjis.
7041
7042 2008-02-01 Kenichi Handa <handa@m17n.org>
7043
7044 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7045 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7046
7047 2008-02-01 Kenichi Handa <handa@m17n.org>
7048
7049 * composite.el (auto-composition-chunk-size): Delete variable.
7050 (auto-compose-chars): Always stop after processing a newline.
7051
7052 2008-02-01 Kenichi Handa <handa@m17n.org>
7053
7054 * international/mule.el (define-coding-system): Fix attribute
7055 name :for-unibyte.
7056
7057 2008-02-01 Kenichi Handa <handa@m17n.org>
7058
7059 * ps-bdf.el: Largely re-write.
7060
7061 * ps-mule.el: Largely re-write.
7062
7063 * ps-print.el (ps-generate-string-list): Delete function.
7064 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7065 (ps-header-footer-string): Delete function.
7066 (ps-encode-header-string-function): New variable.
7067 (ps-generate-header-line): Call ps-encode-header-string-function.
7068 (ps-basic-plot-string-function): New variable
7069 (ps-begin-job): Set ps-basic-plot-string-function and
7070 ps-encode-header-string-function. For setting up headers and
7071 footers, don't use caches such as ps-rh-cache. Don't call
7072 ps-mule-begin-page.
7073 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7074 Don't call ps-mule-prepare-ascii-font.
7075 (ps-plot-region): Don't pay attention to composition and
7076 non-ASCII characters.
7077 (ps-generate): Call ps-mule-end-job.
7078 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7079 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7080 (ps-mule-end-job): Declare autoload.
7081
7082 * composite.el (auto-compose-region): New function.
7083
7084 2008-02-01 Dave Love <fx@gnu.org>
7085
7086 * international/mule-util.el
7087 (detect-coding-with-language-environment): Doc fix.
7088
7089 * composite.el: Doc fixes.
7090 (auto-compose-chars): Use functionp, not fboundp.
7091
7092 * international/mule-diag.el (list-charset-chars): Set buffer file
7093 coding system.
7094
7095 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7096 cookie. Doc fix.
7097
7098 2008-02-01 Dave Love <fx@gnu.org>
7099
7100 * international/mule-diag.el (list-charset-chars): Set buffer file
7101 coding system.
7102
7103 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7104 cookie. Doc fix.
7105
7106 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7107 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7108 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7109 * eshell/esh-opt.el (eshell-process-option):
7110 * emulation/keypad.el (keypad-setup):
7111 * emacs-lisp/lisp-mode.el (prin1-char):
7112 * emacs-lisp/generic.el (generic-mode-set-comments):
7113 * edmacro.el (edmacro-parse-keys):
7114 * disp-table.el (standard-display-default): Use characterp.
7115
7116 2008-02-01 Kenichi Handa <handa@m17n.org>
7117
7118 * international/mule-conf.el (utf-16-be): Make it an alias of
7119 utf-16be-with-signature.
7120 (utf-16-le): Make it an alias of utf-16le-with-signature.
7121 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7122 coding system aliases.
7123
7124 * international/utf-7.el (utf-7-decode, utf-7-encode):
7125 Use utf-16be, not utf-16-be.
7126
7127 2008-02-01 Kenichi Handa <handa@m17n.org>
7128
7129 * international/mule.el (coding-system-category): New function.
7130 (set-coding-priority): Re-write.
7131 (make-translation-table): Re-write.
7132
7133 * international/mule-cmds.el (universal-coding-system-argument):
7134 Check the coding system type `undecided', not `t'.
7135 (sort-coding-systems): Fix for iso-2022 coding systems.
7136 (find-multibyte-characters): Fix for eight-bit chars.
7137 (set-language-environment): Set charset priorities according to
7138 the charsets supported by the coding systems of higher priorities.
7139
7140 2008-02-01 Kenichi Handa <handa@m17n.org>
7141
7142 * font-lock.el
7143 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7144 Check (match-end 2) before going there.
7145
7146 2008-02-01 Kenichi Handa <handa@m17n.org>
7147
7148 * international/mule.el (ctext-non-standard-designations-alist):
7149 Exclude entries for iso8859-1[03456]. Fix docstring.
7150 (ctext-pre-write-conversion): Make it work for the case that FROM
7151 is a string. Don't do unnecessary save-restriction and
7152 narrow-to-region.
7153
7154 2008-02-01 Kenichi Handa <handa@m17n.org>
7155
7156 * international/mule.el (ctext-non-standard-encodings-alist):
7157 Rename from non-standard-icccm-encodings-alist.
7158 (ctext-non-standard-encodings-regexp): New variable
7159 (ctext-post-read-conversion): Full rewrite.
7160 (ctext-non-standard-designations-alist): Rename from
7161 non-standard-designations-alist.
7162 (ctext-pre-write-conversion): Full rewrite.
7163 (define-coding-system): Doc fix (escape '"' by '\').
7164
7165 2008-02-01 Dave Love <fx@gnu.org>
7166
7167 * international/mule-conf.el (utf-16le, utf-16be-16be)
7168 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7169 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7170 `-16-{b,l}e-' and define aliases for the old names.
7171
7172 * international/mule.el (define-coding-system): Doc fix.
7173
7174 2008-02-01 Dave Love <fx@gnu.org>
7175
7176 * international/utf-7.el: New file.
7177
7178 * international/mule-conf.el (utf-7): New.
7179
7180 2008-02-01 Kenichi Handa <handa@m17n.org>
7181
7182 * international/mule-conf.el (utf-16): Add :endian 'big.
7183
7184 * international/mule.el (define-coding-system): Fix docstring
7185 about :bom and :endian.
7186
7187 2008-02-01 Dave Love <fx@gnu.org>
7188
7189 * international/mule-diag.el (describe-character-set):
7190 Fix printing dimensions. Use `×', not `x'.
7191
7192 2008-02-01 Kenichi Handa <handa@m17n.org>
7193
7194 * international/fontset.el: Register CDAC fonts in
7195 face-font-rescale-alist instead of face-resizing-fonts.
7196
7197 2008-02-01 Kenichi Handa <handa@m17n.org>
7198
7199 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7200 (utf-16-be): Rename from utf-16-be-nosig.
7201 (utf-16-le-with-signature): Rename from utf-16-le.
7202 (utf-16-be-with-signature): Rename from utf-16-be.
7203 (utf-16): Set :bom to (utf-16-le-with-signature .
7204 utf-16-be-with-signature).
7205
7206 2008-02-01 Dave Love <fx@gnu.org>
7207
7208 * language/georgian.el (georgian-ps, georgian-academy): New coding
7209 system.
7210
7211 * language/chinese.el (chinese-big5-hkscs): New coding system.
7212 (big5-hkscs, cn-big5-hkscs): New aliases.
7213
7214 * international/mule-conf.el (big5-hkscs, georgian-academy):
7215 New charset.
7216 (ibm1047): Doc fix.
7217 (pt154): Add mime-charset.
7218 (ptcp154, cp154): New aliases.
7219
7220 2008-02-01 Dave Love <fx@gnu.org>
7221
7222 * international/mule.el (charset-iso-final-char, define-coding-system):
7223 Doc fix.
7224
7225 2008-02-01 Kenichi Handa <handa@m17n.org>
7226
7227 * international/ccl.el (define-ccl-program): Fset charset-id
7228 to charset-id-internal temporarily.
7229
7230 2008-02-01 Kenichi Handa <handa@m17n.org>
7231
7232 * international/mule-diag.el (list-block-of-chars):
7233 Use decode-char instead of make-char.
7234
7235 2008-02-01 Kenichi Handa <handa@m17n.org>
7236
7237 * international/fontset.el: Enable the default fontset to use
7238 unicode fonts for ASCII characters.
7239 (x-decompose-font-name): Don't try to resolve PATTERN by
7240 x-resolve-font-name.
7241 (x-complement-fontset-spec): Never prepend an ASCII font.
7242 (create-fontset-from-fontset-spec): If a fontset of the same name
7243 already exists, override it instead of signalling an error. Don't
7244 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7245
7246 * international/mule-conf.el (unicode-bmp): Delete duplicated
7247 definition. Give it :code-offset 0.
7248
7249 * international/mule-diag.el (print-fontset-element): New function.
7250 (print-fontset): Use print-fontset-element to print the elements
7251 of a fontset. Use it also to print fonts fallen back to the
7252 default fontsets.
7253
7254 * term/x-win.el: Delete the code to create a fontset from the X
7255 resource "Font".
7256
7257 2008-02-01 Kenichi Handa <handa@m17n.org>
7258
7259 * international/mule-diag.el (print-fontset): Insert proper
7260 newline and indentation spaces.
7261
7262 2008-02-01 Dave Love <fx@gnu.org>
7263
7264 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7265 multibyte-char-to-unibyte.
7266
7267 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7268
7269 * international/mule-cmds.el (find-coding-systems-for-charsets):
7270 Use coding-system-type, coding-system-charset-list.
7271 (standard-keyboard-coding-systems): Delete.
7272 (set-locale-environment): Maybe set keyboard coding system.
7273 Avoid typical warning about codeset in C locale.
7274
7275 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7276
7277 * international/fontset.el (x-complement-fontset-spec): If a
7278 fontname doesn't conform to XLFD format, try to get XLFD name by
7279 x-list-fonts.
7280
7281 2008-02-01 Dave Love <fx@gnu.org>
7282
7283 * international/mule-conf.el (mik, pt154): New charsets.
7284
7285 * language/cyrillic.el (mik, pt154): New coding systems.
7286
7287 2008-02-01 Dave Love <fx@gnu.org>
7288
7289 * international/characters.el: Move parts around so that syntax
7290 definitions aren't overwritten wrongly.
7291
7292 * international/mule-diag.el (unicode-data): Fix treatment of
7293 numeric-value fields.
7294
7295 2008-02-01 Dave Love <fx@gnu.org>
7296
7297 * progmodes/cap-words.el: New file.
7298
7299 2008-02-01 Kenichi Handa <handa@m17n.org>
7300
7301 The following changes are to make character composition happen
7302 automatically on displaying.
7303
7304 * composite.el: Remove all autoload cookies.
7305 (composition-function-table): Move variable declaration from
7306 composite.c. Change format.
7307 (save-buffer-state): Copy from font-lock.el.
7308 (auto-composition-chunk-size): New variable.
7309 (auto-compose-chars): New function. Set
7310 auto-composition-function to it.
7311 (toggle-auto-composition): New function.
7312
7313 * international/characters.el: Make all chararacters in the
7314 charset tibetan to tibetan script.
7315
7316 * international/mule-conf.el (tibetan): Fix :code-space property.
7317 (tibetan-1-column): Delete :superset property, add :code-offset
7318 property.
7319
7320 * international/quail.el (quail-input-string-to-events): Don't
7321 generate compose-chars-after events.
7322
7323 * language/devanagari.el: Register devanagari-composable-function
7324 in composition-function-table for Devanagari characters.
7325
7326 * language/devan-util.el: Register devanagari-composable-pattern
7327 in indian-composable-pattern.
7328 (devanagari-composition-function): Add autoload cookie. Change
7329 arguments to conform to composition-function-table.
7330
7331 * language/european.el: Register combining characters in
7332 composition-function-table.
7333 (diacritic-composition-function): Change arguments to conform to
7334 composition-function-table.
7335
7336 * language/indian.el (indian-composable-pattern): New variable.
7337
7338 * language/ind-util.el (indian-compose-region): Don't call
7339 compose-chars-after, instead call a function registered in
7340 composition-function-table.
7341
7342 * language/lao.el: Register lao-composition-function in
7343 composition-function-table for Lao vowels and tones.
7344 (lao): Don't use lao-post-read-conversion.
7345
7346 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7347 (lao-composition-function): Change arguments to conform to
7348 composition-function-table.
7349
7350 * language/thai.el: Register thai-composition-function in
7351 composition-function-table for Thai vowels and tones.
7352 (thai-tis620): Don't use thai-post-read-conversion.
7353
7354 * language/thai-util.el (thai-post-read-conversion): Delete function.
7355 (thai-composition-function): Change arguments to conform to
7356 composition-function-table.
7357
7358 * language/tibetan.el: Register tibetan-composition-function in
7359 composition-function-table for Tibetan characters.
7360
7361 * language/tibet-util.el (tibetan-composition-function):
7362 Change arguments to conform to composition-function-table.
7363
7364 * loadup.el: Load composite.
7365
7366 2008-02-01 Dave Love <fx@gnu.org>
7367
7368 * international/mule-diag.el (unicode-data): Find unicodedata-file
7369 literally.
7370
7371 2008-02-01 Dave Love <fx@gnu.org>
7372
7373 * international/fontset.el: Doc fixes.
7374 ("fontset-default"): Add iso8859-15.
7375
7376 2008-02-01 Kenichi Handa <handa@m17n.org>
7377
7378 * international/fontset.el ("fontset-default"): Add an entry for
7379 `indian-is13194' charset.
7380
7381 * international/mule-conf.el (indian-is13194): Delete :unify-map
7382 property. Don't unify this charset.
7383 (indian-2-column): Delete :superset property, add :code-offset property.
7384
7385 * language/devan-util.el: Delete the superfluous autoload cookie
7386 near the head of the file.
7387 (devanagari-compose-region): Add autoload cookie.
7388
7389 * language/ind-util.el (indian-2-column-to-ucs-region):
7390 Add autoload cookie.
7391
7392 2008-02-01 Kenichi Handa <handa@m17n.org>
7393
7394 * international/fontset.el ("fontset-default"): Add an entry for
7395 `devanagari' script and `malayalam-glyph' charset.
7396 (face-resizing-fonts): Register CDAC fonts.
7397
7398 * international/mule-conf.el (malayalam-glyph): New charset.
7399
7400 2008-02-01 Dave Love <fx@gnu.org>
7401
7402 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7403
7404 2008-02-01 Dave Love <fx@gnu.org>
7405
7406 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7407
7408 * term/x-win.el: Remove some ancient compatibility code. Populate
7409 x-keysym-table.
7410
7411 * international/mule-cmds.el (wid-edit): Require when compiling.
7412 (set-locale-environment): Check locale against coding system
7413 aliases too.
7414
7415 2008-02-01 Kenichi Handa <handa@m17n.org>
7416
7417 * language/indian.el (in-is13194-devanagari):
7418 Fix :post-read-conversion and :pre-write-conversion.
7419
7420 2008-02-01 Dave Love <fx@gnu.org>
7421
7422 * international/mule-cmds.el (charset): Supply doc, :tag.
7423
7424 2008-02-01 Kenichi Handa <handa@m17n.org>
7425
7426 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7427 return a unibyte string.
7428
7429 2008-02-01 Kenichi Handa <handa@m17n.org>
7430
7431 * international/mule-cmds.el (set-locale-environment):
7432 Delete superfluous ')'s at the tail.
7433
7434 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7435
7436 * international/mule.el (define-coding-system): Fix typo;
7437 "docode" -> "decode".
7438
7439 2008-02-01 Dave Love <fx@gnu.org>
7440
7441 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7442 Add string-make-unibyte string-make-multibyte string-to-multibyte
7443 string-as-multibyte string-as-unibyte.
7444
7445 2008-02-01 Dave Love <fx@gnu.org>
7446
7447 * language/english.el (ibm1047, cp1047): New.
7448
7449 * international/mule-conf.el (alternativnyj): Use new table.
7450 (cp866): Define standalone, not as alias.
7451 (ibm866): Change alias.
7452 (ibm1047): New.
7453
7454 * language/cyrillic.el (cyrillic-alternativnyj):
7455 Remove mime-charset. Use alternativnj charset.
7456 (cp866): Remove alias. Define standalone.
7457
7458 2008-02-01 Dave Love <fx@gnu.org>
7459
7460 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7461
7462 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7463 ("Tajik", "Belarusian"): Fix charset.
7464
7465 * international/mule-cmds.el (describe-language-environment):
7466 Be case-insensitive when looking for input methods.
7467 (locale-name-match): Doc fix.
7468 (locale-charset-match-p): New.
7469 (set-locale-environment): Warn if coding system doesn't agree
7470 with system locale.
7471
7472 2008-02-01 Kenichi Handa <handa@m17n.org>
7473
7474 * international/mule-cmds.el (select-safe-coding-system): If
7475 :mime-charset property of a coding system is not equal to that
7476 coding system, don't show that :mime-charset name.
7477
7478 2008-02-01 Dave Love <fx@gnu.org>
7479
7480 * international/quail.el (quail-help): Fix underlining.
7481
7482 * language/chinese.el (chinese-gb18030, gb18030)
7483 ("Chinese-GB18030"): New.
7484
7485 * international/mule-cmds.el (locale-language-names): Add GB18030.
7486
7487 * international/swedish.el: Don't require latin-1.
7488
7489 2008-02-01 Dave Love <fx@gnu.org>
7490
7491 * language/czech.el ("Czech"):
7492 * language/slovak.el ("Slovak"):
7493 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7494
7495 * language/greek.el ("Greek"): Remove unibyte-syntax property.
7496 (cp737): New coding system.
7497
7498 * language/european.el: Remove unibyte-syntax properties.
7499 Augment some coding-system properties.
7500
7501 * international/mule-cmds.el (set-language-environment):
7502 Check for charset property of environment.
7503 (language-info-alist): Doc fix.
7504
7505 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7506
7507 * international/characters.el: Add Latin-1.
7508
7509 * international/latin-1.el, international/latin-2.el,
7510 * international/latin-3.el, international/latin-4.el,
7511 * international/latin-5.el, international/latin-8.el,
7512 * international/latin-9.el: Delete.
7513
7514 * loadup.el: Remove international/latin-N.el.
7515
7516 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7517 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7518 Undo last changes.
7519
7520 * international/mule-diag.el (unicode-data): Check that
7521 `unicodedata-file' exists.
7522
7523 2008-02-01 Kenichi Handa <handa@m17n.org>
7524
7525 * international/fontset.el (charset-script-alist): Fix script names.
7526
7527 2008-02-01 Kenichi Handa <handa@m17n.org>
7528
7529 * international/latin-1.el: Bind set-case-syntax-charset to
7530 iso-8859-1. Never provide latin-1.
7531
7532 * international/latin-2.el: Bind set-case-syntax-charset to
7533 iso-8859-2. Never provide latin-2.
7534
7535 * international/latin-3.el: Bind set-case-syntax-charset to
7536 iso-8859-3. Never provide latin-3.
7537
7538 * international/latin-4.el: Bind set-case-syntax-charset to
7539 iso-8859-4. Never provide latin-4.
7540
7541 * international/latin-5.el: Bind set-case-syntax-charset to
7542 iso-8859-9. Never provide latin-5.
7543
7544 * international/latin-8.el: Bind set-case-syntax-charset to
7545 iso-8859-14. Never provide latin-8.
7546
7547 * international/latin-9.el: Bind set-case-syntax-charset to
7548 iso-8859-15. Never provide latin-9.
7549
7550 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7551 (set-case-syntax-charset): New variable.
7552 (set-case-syntax-1): New function.
7553 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7554 Call set-case-syntax-1 on arguments.
7555
7556 * international/mule-cmds.el (set-language-environment): Delete
7557 unnecessary setup of syntax/case for unibyte case.
7558
7559 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7560
7561 * international/fontset.el (generate-fontset-menu): Exclude the
7562 default fontset.
7563
7564 * faces.el (describe-face): Describe :fontset property too.
7565
7566 2008-02-01 Dave Love <fx@gnu.org>
7567
7568 * international/characters.el: Don't set char width of CJK
7569 charsets generally. Add some non-word syntax cases.
7570 (korean-ksc5601): Fix ranges with symbol syntax.
7571
7572 2008-02-01 Dave Love <fx@gnu.org>
7573
7574 * Makefile.in (DONTCOMPILE): Add indian.el.
7575
7576 * language/ind-util.el:
7577 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7578 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7579 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7580 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7581 Remove declarations and let-bind them in re-written top-level loop
7582 over scripts, including ucs-devanagari-to-is13194-alist.
7583
7584 2008-02-01 Dave Love <fx@gnu.org>
7585
7586 * international/mule-cmds.el (charset): Move.
7587 (language-info-custom-alist): Move. Alter :set.
7588 (find-coding-systems-for-charsets): Check charset type before
7589 getting :charset-list.
7590
7591 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7592
7593 2008-02-01 Dave Love <fx@gnu.org>
7594
7595 * wid-edit.el (widget-string-complete): New.
7596 (widget-coding-system-prompt-value-history): Delete.
7597 (coding-system): Use coding-system-value-history.
7598
7599 * international/mule-cmds.el (charset): New widget.
7600 (language-info-custom-alist): Use it.
7601 (default-input-method): Modify :type.
7602
7603 2008-02-01 Dave Love <fx@gnu.org>
7604
7605 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7606 (indian-glyph-char, indian-char-glyph): Delete.
7607 (is13194-default-repertory): Rename from is13194-default-repartory.
7608 (iscii-to-ucs-region): Hoist evals from loop.
7609
7610 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7611
7612 * language/indian.el (indian-script-table)
7613 (ccl-encode-indian-glyph-font): Delete.
7614
7615 * international/mule-cmds.el (language-info-custom-alist): New.
7616 (input-method-activate-hook, input-method-inactivate-hook)
7617 (input-method-after-insert-chunk-hook)
7618 (input-method-use-echo-area, set-language-environment-hook)
7619 (exit-language-environment-hook): Customize.
7620 (find-coding-systems-for-charsets): Rewrite.
7621 (default-input-method): Add :link.
7622
7623 2008-02-01 Dave Love <fx@gnu.org>
7624
7625 * international/mule-conf.el (eight-bit): Add :docstring,
7626 :short-name properties.
7627 (cp851): Doc fix.
7628 (unicode-bmp): New.
7629
7630 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7631
7632 * language/european.el (cp858): New.
7633 ("Turkish"): Add special case rules.
7634
7635 2008-02-01 Dave Love <fx@gnu.org>
7636
7637 * international/characters.el: Make Ÿ and ÿ a case pair.
7638
7639 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7640
7641 * international/mule-conf.el: Don't define the charset iso-8859-1
7642 here, just setup its properties.
7643
7644 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7645
7646 * international/mule-conf.el (utf-8): Give :mime-charset property.
7647
7648 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7649
7650 * international/characters.el: Remove duplicated case setting for
7651 Cyrillic and Greek letters. Don't setup printable-chars here.
7652
7653 * case-table.el (describe-buffer-case-table): Handle the case
7654 that KEY is a cons within map-char-table.
7655
7656 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7657
7658 * international/characters.el: Fix categories ?A and ?C.
7659 Treat ASCII characters as `latin' script.
7660
7661 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7662
7663 * international/fontset.el (fontset-plain-name): If the fontset
7664 name doesn't ends with "-fontset-*", use family name as the first
7665 part of the plain name.
7666 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7667 created, use that name for the fontset. Fix arguments to
7668 subst-char-in-string.
7669
7670 2008-02-01 Dave Love <fx@gnu.org>
7671
7672 * term.el (term-char-mode): Remove generic-character-list code.
7673
7674 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7675
7676 * wid-edit.el (character): Use characterp.
7677
7678 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7679
7680 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7681
7682 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7683 Add charset.
7684 ("Ukrainian"): New.
7685
7686 * language/georgian.el (georgian-ps): New coding system.
7687
7688 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7689
7690 * international/mule-cmds.el (reset-language-environment):
7691 Don't set nonascii-translation-table and nonascii-insert-offset.
7692 Call set-unibyte-charset, not set-primary-charset.
7693 (nonascii-translation-table, nonascii-insert-offset):
7694 Declare these variable as obsolete ones.
7695 (set-language-environment): Call set-unibyte-charset, not
7696 set-primary-charset. Call set-charset-priority with `charset'
7697 info of the language environment.
7698
7699 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7700
7701 * international/characters.el (next-word-boundary-han):
7702 Don't treat katakana following han characters as a part of a word.
7703
7704 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7705
7706 * international/characters.el: Call map-charset-chars on big5 (not
7707 chinese-big5-1/2) to set categories `c', `C', and `|'.
7708 (next-word-boundary-han, next-word-boundary-kana): New function.
7709 Register it in next-word-boundary-function-table.
7710
7711 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7712
7713 * arc-mode.el (archive-file-name-coding-system): New variable.
7714 Make it permanent-local.
7715 (byte-after, bref, insert-unibyte): New function. Change most of
7716 char-after, aref, insert to them respectively.
7717 (archive-mode): Set archive-file-name-coding-system.
7718 (archive-summarize): Don't change the buffer's multibyteness.
7719 (archive-extract): Inherit archive-file-name-coding-system from
7720 archive-superior-buffer. Bind coding-system-for-write to
7721 archive-file-name-coding-system.
7722 (archive-*-write-file-member): Encode ENAME by
7723 archive-file-name-coding-system. Bind coding-system-for-write to
7724 no-conversion.
7725 (archive-rename-entry): Encode the filename by
7726 archive-file-name-coding-system.
7727 (archive-mode-revert): Don't change the buffer's multibyteness.
7728 (archive-arc-summarize, archive-lzh-summarize)
7729 (archive-zoo-summarize): Don't change the buffer's multibyteness.
7730 Decode filenames by archive-file-name-coding-system.
7731 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7732 the buffer's multibyteness.
7733
7734 * tar-mode.el (tar-file-name-coding-system): New variable.
7735 Make it permanent-local.
7736 (tar-header-block-tokenize): Decode filename and linkname by
7737 tar-file-name-coding-system.
7738 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7739 the byte value of eight-bit chars.
7740 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7741 `to'. Delete unnecessary call of position-bytes.
7742 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
7743 call of position-bytes.
7744 (tar-extract): Simplify by calling decode-coding-region with
7745 DESTINATION argument. Don't toggle multibyteness of tar buffer.
7746 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7747 (tar-clear-modification-flags): Delete unnecessary call of
7748 position-bytes.
7749 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7750 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7751 Convert new-data-string by string-to-multibyte before inserting it.
7752 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7753 buffer. Simplify by calling encoding-coding-region with
7754 DESTINATION argument.
7755 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7756
7757 2008-02-01 Dave Love <fx@gnu.org>
7758
7759 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7760
7761 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7762
7763 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7764
7765 * international/characters.el: Setup char-script-table.
7766
7767 * international/fontset.el: Setup the default fontset by the new
7768 script-based way.
7769 (x-complement-fontset-spec): Change the format of arg FONTLIST to
7770 an alist of charsets vs font name lists.
7771 (charset-script-alist): New variable.
7772 (create-fontset-from-fontset-spec): Allow script name in
7773 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
7774 to the corresponding script name.
7775 (create-fontset-from-ascii-font): Slight tuning.
7776
7777 * international/mule-conf.el (devanagari-glyph): New charset.
7778 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
7779 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
7780 japanese-jisx0213-2.
7781
7782 * international/mule-diag.el (print-fontset): Use describe-vector
7783 to handle a char table returned by fontset-info.
7784
7785 * language/indian.el: Don't register ccl-encode-indian-glyph-font
7786 and ccl-encode-unicode-font in font-ccl-encoder-alist.
7787
7788 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7789
7790 * international/mule-util.el (detect-coding-with-priority):
7791 Fix the place of using `,' marker in backquote form.
7792
7793 2008-02-01 Dave Love <fx@gnu.org>
7794
7795 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
7796
7797 * international/mule-util.el (with-coding-priority): Fix.
7798
7799 * international/mule.el (set-coding-priority): Fix obsolete spec.
7800
7801 2008-02-01 Dave Love <fx@gnu.org>
7802
7803 * international/mule-cmds.el (leim-list-header): Add coding tag.
7804
7805 2008-02-01 Dave Love <fx@gnu.org>
7806
7807 * international/mule-cmds.el (find-coding-systems-region)
7808 (language-info-alist, reset-language-environment, princ-list): Doc fix.
7809 (input-method-verbose-flag): Fix :type.
7810
7811 2008-02-01 Dave Love <fx@gnu.org>
7812
7813 * international/mule.el (set-char-table-default): Make obsolete.
7814
7815 2008-02-01 Dave Love <fx@gnu.org>
7816
7817 * language/devanagari.el ("Devanagari"): Fix coding-system,
7818 coding-priority.
7819
7820 * international/mule-diag.el (describe-char-after): Modify display
7821 list processing.
7822 (unicodedata-file, unicodedata-find): New.
7823
7824 2008-02-01 Dave Love <fx@gnu.org>
7825
7826 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
7827 autoload cookie.
7828
7829 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
7830
7831 2008-02-01 Dave Love <fx@gnu.org>
7832
7833 * international/mule-util.el (detect-coding-with-priority): Rewrite.
7834
7835 2008-02-01 Dave Love <fx@gnu.org>
7836
7837 * composite.el (compose-string): Doc fix.
7838
7839 * language/georgian.el ("Georgian"): Delete code-pages feature,
7840 add nonascii-translation.
7841
7842 * language/european.el ("German", "French", "Spanish"):
7843 Add latin-9 as alternative coding system.
7844 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
7845 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
7846 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
7847 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
7848 system.
7849
7850 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
7851 encode-coding-char.
7852 (side-effect-and-error-free-fns): Add charsetp, max-char,
7853 primary-charset.
7854
7855 * simple.el: Don't require cl when compiling.
7856
7857 * Makefile.in (DONTCOMPILE): Fix duplicates.
7858
7859 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
7860
7861 * international/mule.el: Doc fixes.
7862 (load-with-code-conversion): Fix coding-system-type test.
7863
7864 * international/mule-cmds.el (sort-coding-systems): Comment out
7865 iso-2022 case.
7866 (encoded-string-description): Fix coding-system-type test.
7867
7868 2008-02-01 Dave Love <fx@gnu.org>
7869
7870 * international/characters.el: Make korean-ksc5601 double-width.
7871
7872 * international/mule.el (auto-coding-regexp-alist):
7873 Recognize Emacs 20/1 byte-compiled files.
7874
7875 * international/mule-conf.el (file-coding-system-alist):
7876 Change .elc to utf-8-emacs.
7877
7878 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
7879 of utf-8-emacs.
7880 (byte-compile-insert-header): Update magic number. Add ballast.
7881 (map-char-table): Use byte-compile-funarg-2.
7882
7883 2008-02-01 Dave Love <fx@gnu.org>
7884
7885 * language/cyrillic.el ("Belarusian"): Doc fix.
7886 (cp1125, koi8-t): Doc fix.
7887
7888 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7889 (find-multibyte-characters): Don't test for charset `unknown'.
7890 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
7891 ru, sr_YU, tg, wa, zh.gbk.
7892 (locale-language-names): Change sp to Cyrillic.
7893 (locale-charset-language-names): Match @euro after utf-8.
7894
7895 2008-02-01 Dave Love <fx@gnu.org>
7896
7897 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
7898 New coding systems.
7899 ("Chinese-GBK"): New environment.
7900
7901 * language/thai-util.el: Remove redundant unicodes in category-setting.
7902
7903 * language/lao-util.el: Remove redundant unicodes in category-setting.
7904
7905 * international/mule-conf.el (japanese-jisx0213-1)
7906 (japanese-jisx0213-2): Add unify-map.
7907
7908 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7909
7910 * international/quail.el (quail-update-leim-list-file):
7911 Force writing the file by iso-2022-7bit.
7912
7913 * international/titdic-cnv.el (miscdic-convert): Force writing the
7914 file by iso-2022-7bit.
7915
7916 * international/mule.el (define-charset): Change the attribute
7917 :parents to :subset or :superset.
7918
7919 * international/mule-conf.el: Adjust for the change of
7920 define-charset (:parent -> :subset or :superset).
7921
7922 * international/characters.el: Fix the last change.
7923
7924 2008-02-01 Dave Love <fx@gnu.org>
7925
7926 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7927 (cyrillic-encode-alternativnyj-char): Fix.
7928 (standard-display-cyrillic-translit): Remove redundant unicodes.
7929
7930 2008-02-01 Dave Love <fx@gnu.org>
7931
7932 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7933 New environments.
7934
7935 * international/mule-conf.el (control-1): New charset.
7936 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
7937 (korean-ksc5601): Redefine to use code-offset and unify-map.
7938
7939 2008-02-01 Dave Love <fx@gnu.org>
7940
7941 * international/mule-conf.el (tcvn-5712): New charset.
7942
7943 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
7944 ("Vietnamese"): Doc fix.
7945
7946 2008-02-01 Dave Love <fx@gnu.org>
7947
7948 * international/mule-conf.el (windows-936): New alias.
7949
7950 * cus-start.el: Add scalable-fonts-allowed.
7951
7952 * international/characters.el: Reinstate various CJK syntax and
7953 category setup. Remove obsolete syntax setting in Greek section.
7954 Optimize the char tables.
7955
7956 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
7957
7958 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
7959
7960 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
7961 coding systems.
7962
7963 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
7964
7965 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7966
7967 * international/characters.el (printable-chars): Setup correctly.
7968
7969 2008-02-01 Dave Love <fx@gnu.org>
7970
7971 * cus-start.el: Add selection-coding-system.
7972
7973 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
7974
7975 * language/china-util.el (post-read-decode-hz)
7976 (pre-write-encode-hz): Move from chinese.el.
7977 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
7978 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
7979
7980 * language/chinese.el (post-read-decode-hz)
7981 (pre-write-encode-hz): Move to china-util.el.
7982
7983 * case-table.el (set-case-syntax-pair): Test again for equal byte
7984 lengths of the pair.
7985
7986 * international/characters.el: Add Vietnamese category to
7987 equivalent unicodes.
7988
7989 2008-02-01 Dave Love <fx@gnu.org>
7990
7991 * international/mule-conf.el (chinese-sisheng, ipa)
7992 (indian-is13194, tibetan, ethiopic): Add :unify-map.
7993
7994 * international/mule-diag.el (describe-character-set): Account for
7995 more than two dimensions of possibly different size.
7996 (describe-current-coding-system): Add selection-coding-system.
7997
7998 * international/mule-cmds.el (unify-8859-on-encoding-mode)
7999 (unify-8859-on-decoding-mode): Move from mule.el.
8000
8001 * international/mule.el (unify-8859-on-encoding-mode)
8002 (unify-8859-on-decoding-mode): Remove :init-value.
8003 (charset-chars): Add optional dimension arg.
8004 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8005 Move to mule-cmds.el.
8006
8007 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8008
8009 * international/fontset.el: Change registry for japanese-jisx0208
8010 to "JISX0208*" in the default fontset.
8011 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8012 "ISO10646.indian-1".
8013
8014 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8015
8016 * language/japanese.el (japanese-iso-7bit-1978-irv):
8017 Add `designation' to :flags, `ascii' to :charset-list.
8018
8019 * international/mule.el (define-charset): New args :min-code and
8020 :max-code.
8021 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8022
8023 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8024 #x160000.
8025 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8026 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8027
8028 2008-02-01 Dave Love <fx@gnu.org>
8029
8030 * language/thai.el (iso-8859-11): New coding system.
8031
8032 * international/mule-conf.el: Doc fixes.
8033 (iso-8859-11): New.
8034
8035 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8036
8037 * cus-start.el (scalable-fonts-allowed): Add.
8038
8039 2008-02-01 Dave Love <fx@gnu.org>
8040
8041 * international/mule.el (unify-8859-on-encoding-mode)
8042 (unify-8859-on-decoding-mode): Dummy versions.
8043
8044 * international/ucs-tables.el: Remove.
8045
8046 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8047 language/japanese.el.
8048
8049 * international/mule-conf.el: Doc fixes.
8050 (cp936): New alias.
8051 (cp720, cp858): New charsets.
8052
8053 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8054 coding system, not emacs-mule.
8055
8056 * files.el (revert-buffer, recover-file): Likewise.
8057
8058 * desktop.el (desktop-save): Likewise.
8059
8060 2008-02-01 Dave Love <fx@gnu.org>
8061
8062 * international/mule.el (with-category-table): Use make-symbol.
8063 (coding-system-list): Use coding-system-aliases.
8064 (make-translation-table): Don't deal with generic characters.
8065
8066 * international/mule-util.el (coding-system-post-read-conversion)
8067 (coding-system-pre-write-conversion)
8068 (coding-system-translation-table-for-decode)
8069 (coding-system-translation-table-for-encode): Get the right properties.
8070 (with-coding-priority): New macro.
8071 (detect-coding-with-language-environment): Use it.
8072 (coding-system-equal): Use coding-system-plist.
8073
8074 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8075 Use :valid property.
8076
8077 * international/mule-cmds.el (encode-coding-char):
8078 Use find-coding-systems-string. Don't use make-char.
8079 (describe-language-environment): Use coding-system-aliases.
8080 (prefer-coding-system): Doc fix.
8081
8082 * international/mule-diag.el (describe-current-coding-system):
8083 Fix aliases listing.
8084 (print-iso-2022-flags): Delete.
8085 (print-designation): Partial re-write.
8086 (describe-coding-system): Deal with iso-2022 designations, flags.
8087 Fix shift_jis case.
8088 (describe-char-after): Use characterp. Print explicit unicode.
8089 Remove some obsolete code.
8090 (print-coding-system-briefly): Fix printing aliases.
8091 (print-coding-system): Use coding-system-aliases.
8092 (mule-diag): Don't list coding categories.
8093
8094 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8095 Re-order charset priorities.
8096 (binary): New alias.
8097 (iso-8859-16): Fix nickname.
8098 (define-iso-single-byte-charset): Un-define after use.
8099
8100 2008-02-01 Dave Love <fx@gnu.org>
8101
8102 * international/characters.el: Additional double width specifications.
8103
8104 * international/mule-diag.el (print-coding-system): Incomplete updates.
8105 (describe-character-set): List more properties.
8106 (print-fontset): Fix case of vector font-spec.
8107 (describe-current-coding-system): Fix iso-7, iso-7-else.
8108
8109 * international/mule-conf.el (ibm866): Fix alias.
8110 (iso-8859-16): Fix nickname.
8111
8112 2008-02-01 Dave Love <fx@gnu.org>
8113
8114 * language/ind-util.el: Avoid decode-char.
8115 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8116 Use characterp, not char-valid-p.
8117
8118 * language/devan-util.el: Add coding tag, avoid decode-char.
8119
8120 * international/titdic-cnv.el: Add coding tag.
8121 (tit-process-header): Add coding tag to output.
8122
8123 * language/thai.el (cp874, ibm874): New coding systems.
8124
8125 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8126 Add character-p.
8127
8128 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8129 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8130 New coding systems.
8131 <set-language-info-alist>: Avoid decode-char.
8132
8133 * language/hebrew.el (cp862, ibm862): New coding systems.
8134
8135 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8136
8137 * language/cyrillic.el (cp855, ibm855): New coding systems.
8138
8139 * international/mule-conf.el: Avoid decode-char in top-level code
8140 for self-inserting multibyte chars.
8141 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8142 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8143 New charsets.
8144
8145 * international/characters.el: Various simplifications and additions.
8146
8147 2008-02-01 Dave Love <fx@gnu.org>
8148
8149 * international/mule-conf.el (code-pages): Provide, for compatibility.
8150
8151 * international/code-pages.el: Remove.
8152
8153 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8154
8155 * Makefile.in: Cancel the 2008-02-01 change of mine.
8156
8157 * international/fontset.el: Add setting for unicode font at the
8158 end of the default fontset.
8159
8160 2008-02-01 Dave Love <fx@gnu.org>
8161
8162 * international/mule-conf.el (adobe-standard-encoding, symbol):
8163 Adjust :code-space.
8164 (ibm850): Add :ascii-compatible-p.
8165
8166 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8167
8168 * international/mule-conf.el (vietnamese-viscii-lower)
8169 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8170 mapping table.
8171
8172 2008-02-01 Dave Love <fx@gnu.org>
8173
8174 * cus-start.el: Add charset-map-directory.
8175
8176 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8177
8178 * format.el (format-alist): Remove ibm, mac, hp entries (available
8179 natively).
8180
8181 * language/romanian.el (iso-latin-10): Add :mime-charset.
8182 ("Romanian"): Add doc.
8183
8184 * international/mule-conf.el (iso-8859-10, symbol)
8185 (adobe-standard-encoding, ibm850): New charsets.
8186 (iso-8859-13): Fix IR number, final char.
8187 (file-coding-system-alist): Add .xml.
8188
8189 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8190 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8191 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8192 ("Latin-6", "Latin-7"): New language environments.
8193
8194 2008-02-01 Dave Love <fx@gnu.org>
8195
8196 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8197 utf-8-subst; add vietnamese, cyrillic, czech.
8198
8199 * language/romanian.el (iso-latin-10): New coding system.
8200
8201 * international/mule-conf.el (emacs-mule): Set :charset-list,
8202 consistent with coding-system-charset-list doc.
8203 (iso-8859-16): New charset.
8204
8205 * international/mule-diag.el (describe-coding-system): Avoid error
8206 for iso-2022, emacs-mule.
8207
8208 2008-02-01 Dave Love <fx@gnu.org>
8209
8210 * international/codepage.el: Remove or comment out most of code.
8211 (codepage-setup): Re-write as trivial, obsolete function.
8212
8213 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8214 Remove setup function.
8215
8216 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8217
8218 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8219 language/cyrillic.el, language/czech.el.
8220
8221 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8222 (font-ccl-encoder-alist): Remove viscii, vscii.
8223
8224 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8225
8226 * language/european.el (windows-1254, cp1254, windows-1257)
8227 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8228 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8229
8230 * language/greek.el (windows-1253, cp1253): New coding systems.
8231
8232 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8233 file name.
8234 (windows-1253, windows-1254, windows-1255, windows-1256)
8235 (windows-1257, windows-1258, next): New charsets.
8236
8237 * international/utf-8.el, international/utf-8-subst.el: Remove.
8238
8239 * international/mule.el: Doc fixes.
8240 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8241 (coding-system-get): Try to convert old-style symbol to keyword.
8242 (define-charset): Purecopy strings in property list.
8243 (define-coding-system): Purecopy docstring.
8244
8245 * international/mule-diag.el (list-character-sets-2): Avoid
8246 charset-bytes.
8247 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8248 (list-block-of-chars): Re-write.
8249 (describe-character-set): Show more properties.
8250 (describe-char-after): Correct codepoint display.
8251 (print-coding-system): Use symbolic types.
8252
8253 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8254
8255 * Makefile.in: Be sure also to run emacs with LANG=C.
8256
8257 2008-02-01 Dave Love <fx@gnu.org>
8258
8259 * international/mule-diag.el: Doc fixes.
8260 (sort-charset-list, charset-multibyte-form-string): Remove.
8261 (list-character-sets, list-character-sets-1)
8262 (list-character-sets-2): Re-write.
8263 (non-iso-charset-alist): Set to nil and made obsolete.
8264 (decode-codepage-char): Re-write and made obsolete.
8265 (read-charset): Don't use non-iso-charset-alist.
8266 (describe-coding-system): Use keyword properties.
8267 (describe-character-set): Re-write.
8268
8269 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8270 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8271 (ebcdic-uk): New charsets.
8272
8273 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8274 New coding systems.
8275
8276 * language/european.el (windows-1252): New coding system.
8277
8278 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8279
8280 * Makefile.in: By sure to run emacs with LC_ALL=C.
8281
8282 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8283 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8284 (encoded-kbd-self-insert-charset): New function.
8285 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8286 coding-system of type charset.
8287
8288 2008-02-01 Dave Love <fx@gnu.org>
8289
8290 * international/mule-cmds.el (set-locale-environment): Comment out
8291 set-keyboard-coding-system stuff.
8292
8293 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8294
8295 * international/mule.el (define-coding-system): Doc fix;
8296 sjis->shift-jis.
8297
8298 * international/mule-conf.el: Use decode-char instead of make-char.
8299
8300 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8301 New arg ARG. Directly call self-insert-command. This is a
8302 temporary workaround to make it work with latin-1.
8303 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8304
8305 * international/characters.el: Setup char-width-table for CJK
8306 characters.
8307
8308 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8309
8310 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8311 Fix the initial value to specify character range of
8312 japanese-jisx0208, not unicode.
8313
8314 * international/characters.el: Set syntax/category for
8315 japanese-jisx0208.
8316
8317 2008-02-01 Dave Love <fx@gnu.org>
8318
8319 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8320 mime-charset.
8321
8322 * language/vietnamese.el, language/korean.el, language/japanese.el:
8323 * language/hebrew.el, language/greek.el, language/chinese.el:
8324 Fix :mime-charset properties.
8325
8326 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8327 (cyrillic-alternativnyj): Fix :mime-charset.
8328 (cp878, cp866): New alias.
8329
8330 * language/european.el: Fix mime-charset properties.
8331
8332 * international/mule-cmds.el (sort-coding-systems)
8333 (select-safe-coding-system, select-message-coding-system): Use
8334 :mime-charset, not 'mime-charset.
8335
8336 * international/mule-conf.el: Add various :mime-charset properties.
8337
8338 2008-02-01 Dave Love <fx@gnu.org>
8339
8340 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8341 getting decoder.
8342 (encoded-kbd-mode): Fix code for coding system type and designations.
8343
8344 * international/mule-conf.el: Spelling fixes.
8345
8346 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8347
8348 * international/fontset.el (fontset-plain-name): Handle the case
8349 that size, weight, slant are not specified in the fontset name.
8350
8351 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8352
8353 * language/greek.el (greek-iso-8bit): Fix typo.
8354
8355 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8356
8357 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8358
8359 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8360
8361 * international/characters.el: Change encoding to utf-8-emacs.
8362 Remove apparent duplicate codes.
8363
8364 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8365
8366 * international/fontset.el: Change the registry for
8367 chinese-gb2312 and add the registry for chinese-gbk.
8368
8369 * international/mule.el (charset-chars): Fix typo.
8370
8371 * international/mule-conf.el (chinese-gbk): New charset.
8372
8373 * international/titdic-cnv.el (titdic-convert): Read into a
8374 unibyte buffer then make the buffer multibyte.
8375
8376 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8377
8378 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8379 instead of :signature.
8380
8381 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8382
8383 * language/czech.el ("Czech"): Set `iso-8859-2' for
8384 `nonascii-translation'.
8385
8386 * language/romanian.el ("Romanian"): Likewise.
8387
8388 * language/slovak.el ("Slovak"): Likewise.
8389
8390 * international/characters.el: Optimize calls of modify-category-entry.
8391
8392 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8393
8394 * bindings.el: Don't bind multibyte characters to
8395 self-insert-command here. It's done in mule-conf.el.
8396
8397 * case-table.el (set-case-syntax-offset): Delete variable.
8398 (set-case-syntax-1): Delete function. Change callers.
8399 (set-case-syntax-delims): Don't check byte length of characters.
8400
8401 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8402 characters to isearch-printing-char.
8403
8404 * loadup.el: Don't load "international/utf-8". Don't call
8405 update-coding-systems-internal. Bind coding-system-for-write to
8406 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8407 dumping.
8408
8409 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8410 change of map-char-table.
8411
8412 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8413
8414 * international/characters.el: Adjust for the deletion of
8415 generic characters.
8416
8417 * international/code-pages.el (cp-make-translation-table)
8418 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8419 (cp-make-coding-system): Call define-coding-system.
8420
8421 * international/fontset.el: Rewrite most code.
8422
8423 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8424 Call encode-char instead of split-char.
8425
8426 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8427 Change value.
8428 (skkdic-lookup-key): Call encode-char instead of split-char.
8429
8430 * international/titdic-cnv.el (titdic-convert): Bind
8431 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8432 buffer.
8433
8434 * international/latin-1.el: Don't bind set-case-syntax-offset.
8435
8436 * international/latin-2.el: Don't bind set-case-syntax-offset.
8437
8438 * international/latin-3.el: Don't bind set-case-syntax-offset.
8439
8440 * international/latin-4.el: Don't bind set-case-syntax-offset.
8441
8442 * international/latin-5.el: Don't bind set-case-syntax-offset.
8443
8444 * international/latin-8.el: Don't bind set-case-syntax-offset.
8445
8446 * international/latin-9.el: Don't bind set-case-syntax-offset.
8447
8448 * international/mule-cmds.el: Don't use coding category.
8449 Call set-coding-system-priority instead of set-coding-priority.
8450 (sort-coding-systems, select-safe-coding-system):
8451 Call coding-system-priority-list to get the most preferred one.
8452 (reset-language-environment): Order of coding system priority
8453 changed. Set primary charset to iso-8859-1.
8454 (set-language-environment-coding-systems):
8455 Call set-coding-system-priority instead of set-coding-priority.
8456 (get-charset-property, put-charset-property): Move to mule.el.
8457
8458 * international/mule-conf.el: Ful re-write.
8459
8460 * international/mule-diag.el (print-designation): Change arguments.
8461 (print-iso-2022-flags): New function.
8462 (describe-coding-system, describe-current-coding-system):
8463 Adjust for the new structure of coding system.
8464
8465 * international/mule.el (char-valid-p): Make it an alias of characterp.
8466 (define-charset): Full re-design.
8467 (charset-quoted-standard-p): Delete.
8468 (charsetp): Move to charset.c.
8469 (charset-info, charset-id, charset-bytes, charset-width)
8470 (charset-directioin, charset-iso-graphic-plane)
8471 (charset-reverse-charset): Delete.
8472 (charset-dimension, charset-chars, charset-iso-final-char)
8473 (charset-description, charset-short-name, charset-long-name):
8474 Call charset-plist instead of charset-info.
8475 (charset-plist, set-charset-plist): Move to charset.c.
8476 (get-charset-property, put-charset-property): Move from
8477 mule-cmds.el. Call charset-plist and set-charset-plist.
8478 (make-char): Delete.
8479 (generic-char-p): Make it always return nil.
8480 (decode-char, encode-char): Move to charset.c.
8481 (coding-spec-XXX-idx): Delete variables.
8482 (coding-system-iso-2022-flags): New variable.
8483 (define-coding-system): New function.
8484 (transform-make-coding-system-args, make-coding-system): Delete.
8485 (set-coding-priority): Make it obsolete.
8486 (after-insert-file-set-buffer-file-coding-system)
8487 (find-new-buffer-file-coding-system): Adjust for the new coding
8488 system structure.
8489
8490 * language/chinese.el, language/cyrillic.el, language/european.el:
8491 * language/greek.el, language/hebrew.el, language/indian.el:
8492 * language/japanese.el, language/korean.el, language/lao.el:
8493 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8494 Call define-coding-system instead of make-coding-system.
8495 Delete all CCL program.
8496
8497 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8498 of make-char.
8499 (sgml-char-names-table): Fix iteration limit.
8500
8501 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8502 (ccl-encode-mac-roman-font): Delete.
8503
8504 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8505 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8506 currently. This is just a temporary workaround.
8507
8508 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8509
8510 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8511 of `find-file-hooks'.
8512 (global-whitespace-toggle-options): Doc fix.
8513
8514 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * whitespace.el (whitespace): Set :version tag to 23.1.
8517 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8518 (whitespace-style, whitespace-chars, whitespace-space)
8519 (whitespace-hspace, whitespace-tab, whitespace-newline)
8520 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8521 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8522 (whitespace-hspace-regexp, whitespace-space-regexp)
8523 (whitespace-tab-regexp, whitespace-trailing-regexp)
8524 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8525 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8526 (whitespace-space-after-tab-regexp, whitespace-line-column)
8527 (whitespace-display-mappings, global-whitespace-toggle-options)
8528 (whitespace-cleanup, whitespace-cleanup-region)
8529 (whitespace-interactive-char): Doc fixes.
8530
8531 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8532
8533 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8534 When turning off the global mode, turn off the local modes too
8535 if whitespace is being unloaded.
8536 (whitespace-unload-function): New function.
8537
8538 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8539
8540 * vc.el (vc-update): Fix bug: Specify branch tip as
8541 vc-checkout REVISION. Reported by Dan Nicolaescu.
8542
8543 2008-02-01 Glenn Morris <rgm@gnu.org>
8544
8545 * info.el (bookmark-make-cell-function, bookmark-search-size)
8546 (bookmark-current-bookmark): Declare variables for compiler.
8547 (bookmark-buffer-file-name, bookmark-get-filename)
8548 (bookmark-get-front-context-string)
8549 (bookmark-get-rear-context-string, bookmark-get-position)
8550 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8551 (bookmark-jump-noselect): Declare functions for compiler.
8552 (Info-bookmark-make-cell): Fix argument list to match example of
8553 `bookmark-make-cell-for-text-file'.
8554 (Info-bookmark-jump): Don't require info inside info.el.
8555
8556 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8557
8558 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8559 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8560 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8561 (verilog-sk-state-machine): Quote all calls to
8562 "auxiliary skeleton"s to prevent infloops.
8563
8564 2008-02-01 Jason Rumney <jasonr@gnu.org>
8565
8566 * w32-fns.el: Partially revert 2007-11-10 change.
8567
8568 2008-02-01 Martin Rudalics <rudalics@gmx.at>
8569
8570 * mail/rmail.el (rmail-highlight): Fix specification.
8571 Reported by pod <pod@herald.ox.ac.uk>.
8572
8573 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * image-mode.el (image-mode-current-vscroll)
8576 (image-mode-current-hscroll): Make buffer-local.
8577 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8578 (image-reset-current-vhscroll): Use the latest setting when displaying
8579 for the first time in a window. Apply to all windows in the frame.
8580 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8581
8582 * progmodes/grep.el (grep-compute-defaults):
8583 Don't mix up defaults for different connections to the same host.
8584
8585 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8586
8587 * blank-mode.el: Rename to whitespace.el.
8588
8589 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8590
8591 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * net/rcompile.el (remote-compile): Remove broken code.
8594
8595 2008-01-31 Jason Rumney <jasonr@gnu.org>
8596
8597 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8598
8599 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
8600
8601 * linum.el (linum-unload-function): New function.
8602
8603 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8606 (gdb-var-set-format-handler): New function.
8607 (gdb-var-set-format): Use it.
8608
8609 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
8610
8611 * emacs-lisp/check-declare.el (check-declare-directory):
8612 * emacs-lisp/authors.el (authors): Use `find-program' and
8613 `grep-program' instead of hardcoded program names.
8614
8615 * emacs-lisp/cl-loaddefs.el: Update.
8616
8617 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
8618
8619 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8620 Implement bookmark support the new make-cell/handler way.
8621 (Info-mode): Bind bookmark-make-cell-function to
8622 Info-bookmark-make-cell buffer locally.
8623
8624 2008-01-30 Richard Stallman <rms@gnu.org>
8625
8626 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8627 Doc fix.
8628
8629 * files.el (hack-local-variables): Don't query about fake variables.
8630
8631 2008-01-30 Markus Triska <markus.triska@gmx.at>
8632
8633 * linum.el: New file.
8634
8635 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
8636
8637 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8638 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
8639 a single element in "plinkx".
8640 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8641 "*Shell Command Output*" buffers. Check, whether there is already
8642 an asynchronous process running. Display always the buffer of the
8643 asynchronous process.
8644 (tramp-compute-multi-hops): Adapt error message.
8645
8646 2008-01-29 Alan Mackenzie <acm@muc.de>
8647
8648 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8649 from this regexp; part of same fix as next change to cc-engine.el.
8650
8651 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8652 Anchor the "{" of a template function correctly on "template", not the
8653 following "<".
8654
8655 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8656
8657 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8658
8659 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8660 and image-mode-current-hscroll being alists now.
8661
8662 * image-mode.el (image-mode-current-vscroll)
8663 (image-mode-current-hscroll): Add doc strings.
8664 (image-set-window-vscroll, image-set-window-hscroll)
8665 (image-reset-current-vhscroll, image-mode): Adapt to
8666 image-mode-current-vscroll and image-mode-current-hscroll being
8667 alists now.
8668
8669 2008-01-29 Martin Rudalics <rudalics@gmx.at>
8670
8671 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8672 Strip extension from .emacs.el to make sure symbol is searched
8673 in .emacs too.
8674
8675 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8676
8677 * doc-view.el (doc-view-mode): Use facilities below to
8678 restore [vh]scroll when switching buffers.
8679
8680 * image-mode.el (image-mode-current-vscroll)
8681 (image-mode-current-hscroll): New variables.
8682 (image-set-window-hscroll, image-set-window-vscroll): New functions.
8683 (image-forward-hscroll, image-next-line, image-bol, image-eol)
8684 (image-bob, image-eob): Use them.
8685 (image-reset-current-vhscroll): New function.
8686 (image-mode): Make new variables buffer-local and reset [vh]scroll
8687 on window configuration changes.
8688
8689 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8692 gdb-cpp-define-alist-program if file is nil (currently only
8693 " *partial-output-...").
8694
8695 2008-01-27 Richard Stallman <rms@gnu.org>
8696
8697 * allout.el: Many doc fixes.
8698 (allout-encrypt-string): Fix error message.
8699
8700 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8701
8702 * progmodes/etags.el (tags-query-replace): Doc fix.
8703
8704 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * allout.el (allout-unload-function): New function.
8707
8708 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8709
8710 * allout.el (allout-prefix-data): Doc fix.
8711 (allout-show-current-subtree): Reflow docstring.
8712 (allout-use-mode-specific-leader, allout-use-hanging-indents)
8713 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8714 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8715 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8716 (allout-copy-topic-as-kill, allout-listify-exposed)
8717 (allout-process-exposed, allout-encrypted-key-info)
8718 (allout-update-passphrase-mnemonic-aids)
8719 (allout-next-topic-pending-encryption)
8720 (allout-tests-globally-true): Fix typos in docstrings.
8721
8722 2008-01-23 Jason Rumney <jasonr@gnu.org>
8723
8724 * lpr.el (printer-name): Do not set on MS Windows.
8725
8726 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8729 the command.
8730
8731 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8732
8733 * whitespace.el: Moved to obsolete dir.
8734
8735 * blank-mode.el: New version 9.2. Replace whitespace functions by
8736 aliases in blank-mode.
8737 (whitespace-buffer): New fun.
8738 (whitespace-region): Alias for whitespace-buffer, because there is no
8739 blank-region fun.
8740 (whitespace-cleanup): Alias for blank-cleanup.
8741 (whitespace-cleanup-region): Alias for blank-cleanup-region.
8742
8743 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
8744
8745 * server.el (server-log-time-function): Doc fix.
8746 (server-buffer): Fix typo in docstring.
8747
8748 2008-01-27 Martin Rudalics <rudalics@gmx.at>
8749
8750 * view.el (view-buffer): Explain in doc-string why exit-action
8751 should not be set to kill-buffer.
8752
8753 * arc-mode.el (archive-extract):
8754 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8755 exit-action when viewing the buffer.
8756
8757 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8758
8759 * add-log.el (change-log-search-file-name): Work harder to find
8760 the correct file name.
8761 (change-log-find-file): Fix typo.
8762 (change-log-start-entry-re): Move definition earlier.
8763
8764 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
8765
8766 * add-log.el (change-log-search-file-name, change-log-find-file):
8767 New function.
8768 (change-log-font-lock-keywords): Move file name matching ...
8769 (change-log-file-names-re): ... here. New defconst.
8770 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
8771
8772 2008-01-27 Alan Mackenzie <acm@muc.de>
8773
8774 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
8775 enhance comments.
8776
8777 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
8778
8779 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
8780 methods, the host name must be a local host.
8781
8782 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * vc.el: Add TODO item about not defaulting to RCS.
8785
8786 * server.el (server-process-filter): Check for non-nil before
8787 calling file-directory-p.
8788
8789 2008-01-27 Alan Mackenzie <acm@muc.de>
8790
8791 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
8792 arglist-cont-nonempty.
8793
8794 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
8795 for a brace with syntax arglist-cont-nonempty.
8796
8797 * progmodes/cc-styles.el (c-style-alist): Add elements for
8798 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
8799
8800 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8801
8802 * button.el (define-button-type): Clarify type of NAME in docstring.
8803
8804 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * server.el (server-buffer): New const.
8807 (server-log): New var.
8808 (server-log): Use them.
8809 (server-process-filter): (Try to) run the continuation in the same cwd
8810 as the client's.
8811
8812 2008-01-26 Alan Mackenzie <acm@muc.de>
8813
8814 * progmodes/cc-defs.el (c-save-buffer-state):
8815 Bind buffer-file-name and buffer-file-truename to nil, to prevent
8816 primitives generating "buffer is read only" messages.
8817
8818 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
8819
8820 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
8821 (icalendar-import-format): Doc fix. Allow function type.
8822 (icalendar--read-element): Doc fix.
8823 (icalendar--parse-summary-and-rest): Doc fix. Handle function
8824 type icalendar-import-format. Make regexps non-greedy.
8825 (icalendar--format-ical-event): Handle function type
8826 icalendar-import-format.
8827 (icalendar-import-format-sample): New function.
8828
8829 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8830
8831 * vc.el (vc-exec-after): For mode-line-process highlighting, if
8832 `compile' is not available, fall back to font-lock-warning-face.
8833
8834 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
8835
8836 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
8837 that the filename end is found even when the filename is empty.
8838 Fixes error and spurious newlines when marking files for deletion.
8839
8840 2008-01-26 Martin Rudalics <rudalics@gmx.at>
8841
8842 * subr.el (find-tag-default): Simplify using exclusively
8843 skip-syntax-backward/-forward.
8844
8845 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
8846
8847 * vc.el (vc-directory, vc-update-change-log): Remove check for
8848 Tramp. Both functions work for it, though pretty slow
8849 (`vc-directory'). Maybe the implementation can be optimized.
8850
8851 * net/tramp.el (tramp-dissect-file-name): Raise an error when
8852 Tramp 2.0 syntax is used.
8853 Suggested by Trent W. Buck <trentbuck@gmail.com>.
8854
8855 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8856
8857 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
8858 invoke directory-files-and-attributes with last argument `integer'
8859 instead of `string'.
8860 (insert-directory): Add -n to the list of supported switches
8861 mentioned in the doc string.
8862
8863 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8864
8865 * blank-mode.el: New version 9.1. Handle "long" line tail
8866 visualization. Doc fix.
8867 (blank-line-length): Rename to blank-line-column.
8868 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
8869 Initialization fix.
8870 (blank-replace-spaces-by-tabs): New fun.
8871 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
8872
8873 2008-01-25 Richard Stallman <rms@gnu.org>
8874
8875 * subr.el (add-hook): Implement `permanent-local-hook' property.
8876
8877 * loadhist.el (file-provides, file-requires): Push the filename right.
8878
8879 2008-01-25 Martin Rudalics <rudalics@gmx.at>
8880
8881 * emacs-lisp/find-func.el (find-library): Wrap search for
8882 library name in condition-case to avoid reporting a scan-error.
8883
8884 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * server.el (server-process-filter): Don't force
8887 the authentication string to be followed by "\n".
8888
8889 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8890
8891 * blank-mode.el: New version 9.0. New commands to clean up some blank
8892 problems like trailing blanks. New faces and regexp for visualizing
8893 the blank problems. Doc fix.
8894 (blank-chars, blank-global-modes, blank-chars-value-list)
8895 (blank-toggle-option-alist, blank-help-text): Initialization fix.
8896 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
8897 (blank-indentation, blank-empty, blank-space-after-tab)
8898 (blank-indentation-regexp, blank-empty-at-bob-regexp)
8899 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
8900 (blank-cleanup, blank-cleanup-region): New commands.
8901 (blank-color-on): Code fix.
8902
8903 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8904
8905 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
8906 file name.
8907 (ibuffer-mode-map): Add binding to sort by file name.
8908 (ibuffer-filename/process-header-map): New variable.
8909 (filename-and-process): Add a header that sorts by file name.
8910 (ibuffer-mode): Mention sorting by file name.
8911
8912 * ibuf-ext.el (filename/process): New sorter.
8913
8914 2008-01-25 Sven Joachim <svenjoac@gmx.de>
8915
8916 * view.el (kill-buffer-if-not-modified): Don't pass t to
8917 buffer-modified-p.
8918
8919 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
8922 the source file in case of `rename'.
8923 Reported by Pete Forman <pete.forman@westerngeco.com>.
8924
8925 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
8926
8927 * allout.el (allout-keybindings-list): In initial setting, express
8928 meta-prefixed allout keys as vectors instead of strings, since the
8929 string form is interpreted in some cases as composed key
8930 modifiers, eg, accented keys.
8931
8932 (allout-line-boundary-regexp): Clarify description.
8933
8934 (set-allout-regexp): Repair the expressions so that the formfeed
8935 part is identified as one of the top-level groups, and is
8936 included in all the forms, not just the -line-boundary-regexp one.
8937
8938 (allout-prefix-data): Incorporate information from the various
8939 allout regexp's formfeed alternative group, when present.
8940
8941 (allout-write-file-hook-handler): Rectify mangling of the error
8942 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
8943 condition-case handler was apparently reformatted as if it was a
8944 call to the error function. An apparent repair attempt in version
8945 1.101 situated the original body of the error handling code as
8946 bogus condition-case handlers. I've returned to just about the
8947 working code that was originally there, removing an unnecessary -
8948 but benign - enclosing 'progn'. (Automated or cursory code fixes
8949 often aren't.)
8950
8951 (allout-region-active-p): Fallback to value of mark-active if
8952 neither use-region-p nor region-active-p are present, for
8953 compatability with current and recent emacs major releases.
8954
8955 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
8958 (reftex-toc-restore-region):
8959 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
8960 (reftex-index-phrases-apply-to-region):
8961 * textmodes/ispell.el (ispell-word):
8962 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
8963 * progmodes/pascal.el (pascal-mark-defun):
8964 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
8965 (f90-fill-region):
8966 * emulation/tpu-edt.el (tpu-set-mark):
8967 * emulation/crisp.el (crisp-region-active):
8968 * winner.el (winner-active-region):
8969 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
8970 of bound tests in order to resolve conditionals at compile time.
8971
8972 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
8975 not autoloaded, and we wouldn't want to load CL just to unload
8976 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
8977
8978 2008-01-24 Martin Rudalics <rudalics@gmx.at>
8979
8980 * delsel.el (delete-selection-pre-hook): Avoid clearing out
8981 pre-command-hook when text is read-only.
8982
8983 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8984
8985 * vc.el (vc-process-filter): Do nothing if buffer not live.
8986 (vc-diff-finish): Rename from vc-diff-sentinel.
8987 No longer take REV1-NAME and REV2-NAME.
8988 Instead, take BUFFER-NAME. Do nothing if buffer not live.
8989 Don't do window resize if no window displays buffer.
8990 (vc-diff-internal): Use vc-diff-finish.
8991
8992 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
8993 In both cases, convert single call to one wrapped in dolist.
8994
8995 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 * vc.el: Add a TODO item about missing files.
8998 (vc-exec-after): Add a tooltip to the new mode-line item.
8999
9000 2008-01-24 Glenn Morris <rgm@gnu.org>
9001
9002 * t-mouse.el (gpm-mouse-start): Declare as a function.
9003
9004 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9005
9006 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9007 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9008 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9009 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9010 prompt.
9011 (tramp-wait-for-output): Distinguish different prompt formats.
9012 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9013 (tramp-local-host-p): Check whether temp directory is writable.
9014
9015 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9016
9017 * vc.el: Add TODO items.
9018
9019 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9020
9021 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9022 be used to reveal or highlight the location of a match.
9023 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9024 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9025
9026 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9027
9028 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9029 for defcustom.
9030 (hide-ifdef-shadow): Add version number for defface.
9031
9032 2008-01-23 Glenn Morris <rgm@gnu.org>
9033
9034 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9035
9036 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9037
9038 * progmodes/sh-script.el (sh-basic-offset):
9039 * progmodes/cc-vars.el (c-syntactic-indentation)
9040 (c-syntactic-indentation-in-macros): Mark as safe.
9041
9042 2008-01-23 Richard Stallman <rms@gnu.org>
9043
9044 * icomplete.el (icomplete-get-keys):
9045 Look up KEYS using all maps in proper buffer.
9046
9047 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * frame.el (display-mm-height, display-mm-width):
9050 * whitespace.el (whitespace-check-leading-whitespace)
9051 (whitespace-check-trailing-whitespace)
9052 (whitespace-check-spacetab-whitespace)
9053 (whitespace-check-indent-whitespace)
9054 (whitespace-check-ateol-whitespace):
9055 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9056
9057 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9058
9059 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9060 after-save-hook so that it is not called multiple times.
9061
9062 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9063
9064 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9065
9066 * view.el (view-file-other-window, view-file-other-frame):
9067 Don't kill the buffer if it is modified. Doc fixes.
9068 (kill-buffer-if-not-modified): New function.
9069 (view-file): Don't kill the buffer if it is modified.
9070
9071 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9072 (ebrowse-view/find-file-and-search-pattern):
9073 Call view-file-other-window instead of ebrowse-view-file-other-window.
9074 (ebrowse-view-file-other-frame): Don't call
9075 current-window-configuration. Fix second argument in the call to
9076 view-mode-enter. Doc fix.
9077
9078 2008-01-23 Richard Stallman <rms@gnu.org>
9079
9080 * subr.el (atomic-change-group): Prevent undo list truncation.
9081
9082 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9083
9084 * files.el (safe-local-eval-forms):
9085 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9086
9087 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9088
9089 * comint.el (comint-insert-input): Set point first.
9090
9091 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9092 session doesn't hang because gdb-pending-triggers is non-nil.
9093 (gdb-frame-handler): Use buffer-file-name instead of
9094 buffer-name in case of duplicate file names.
9095
9096 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9097
9098 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9099 C-M-e and C-M-h for emacs, they work by default.
9100 (verilog-emacs-features): Remove.
9101 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9102 Remove. Move syntax table initialization ...
9103 (verilog-mode-syntax-table): ... here.
9104 (verilog-mode): Don't initialize the syntax table here.
9105 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9106 does not need it.
9107
9108 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9109
9110 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9111 backward compatibility. Replace all uses of booleanp with
9112 verilog-booleanp.
9113
9114 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9115
9116 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9117
9118 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9119
9120 * progmodes/verilog-mode.el (top-level): Fix spacing.
9121 (verilog-mode-version, verilog-mode-release-date):
9122 Update version number.
9123 (verilog-mode-release-emacs): New variable.
9124 (compile-command, reporter-prompt-for-summary-p):
9125 Define for byte compiler.
9126 (verilog-startup-message-lines, verilog-startup-message-displayed)
9127 (verilog-display-startup-message): Remove.
9128 (verilog-highlight-p1800-keywords): Improve docstring.
9129 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9130 (vector-skip-list): Only defvar at compile time.
9131 (verilog-highlight-translate-off, verilog-indent-level)
9132 (verilog-indent-level-module, verilog-indent-level-declaration)
9133 (verilog-indent-declaration-macros, verilog-indent-lists)
9134 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9135 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9136 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9137 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9138 (verilog-align-ifelse, verilog-minimum-comment-distance)
9139 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9140 (verilog-auto-endcomments, verilog-auto-read-includes)
9141 (verilog-auto-star-expand, verilog-auto-star-save)
9142 (verilog-library-flags, verilog-library-directories)
9143 (verilog-library-files, verilog-library-extensions)
9144 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9145 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9146 (verilog-assignment-delay, verilog-auto-inst-vector)
9147 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9148 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9149 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9150 Add safe-local-variable properties.
9151 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9152 (verilog-re-search-backward, verilog-error-regexp-add)
9153 (verilog-end-block-re, verilog-emacs-features)
9154 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9155 (verilog-type-font-keywords, verilog-inside-comment-p)
9156 (electric-verilog-backward-sexp, verilog-backward-sexp)
9157 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9158 (electric-verilog-terminate-line, electric-verilog-semi)
9159 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9160 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9161 (verilog-beg-of-statement, verilog-in-case-region-p)
9162 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9163 (verilog-in-fork-region-p, verilog-backward-case-item)
9164 (verilog-set-auto-endcomments, verilog-get-expr)
9165 (verilog-expand-vector-internal, verilog-surelint-off)
9166 (verilog-batch-execute-func, verilog-calculate-indent)
9167 (verilog-calc-1, verilog-calculate-indent-directive)
9168 (verilog-leap-to-head, verilog-continued-line)
9169 (verilog-backward-token, verilog-backward-syntactic-ws)
9170 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9171 (verilog-forward-ws&directives, verilog-at-constraint-p)
9172 (verilog-skip-backward-comments, verilog-indent-line-relative)
9173 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9174 (verilog-pretty-declarations, verilog-pretty-expr)
9175 (verilog-just-one-space, verilog-indent-declaration)
9176 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9177 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9178 (verilog-read-always-signals-recurse, verilog-read-instants)
9179 (verilog-read-auto-template, verilog-set-define)
9180 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9181 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9182 (verilog-modi-cache-results, verilog-insert-one-definition)
9183 (verilog-make-width-expression, verilog-delete-autos-lined)
9184 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9185 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9186 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9187 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9188 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9189 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9190 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9191 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9192 (verilog-library-files): Cleanup spacing of )'s they should not be
9193 on unique lines. Fix checkdoc warnings.
9194
9195 2008-01-22 Glenn Morris <rgm@gnu.org>
9196
9197 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9198 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9199 from defcustoms.
9200 (hide-ifdef-shadow): Remove autoload cookie from defface.
9201
9202 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9203 differences.
9204
9205 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9206
9207 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9208 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9209 manual entry.
9210
9211 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9212
9213 * net/dbus.el (dbus-ignore-errors): New macro.
9214 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9215 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9216 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9217 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9218
9219 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9220
9221 * outline.el (outline-up-heading): Fix check for top level to
9222 avoid infinite looping in hide-other.
9223
9224 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9225
9226 * vc.el (vc-process-sentinel): After calling the previous
9227 sentinel, do nothing if the process' buffer is not live.
9228
9229 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9230
9231 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9232 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9233 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9234 blank-mode faces. Doc fix. New version 8.1.
9235 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9236 CONDITION BODY).
9237 (blank-space-face): Face/option name replaced by blank-space.
9238 (blank-hspace-face): Face/option name replaced by blank-hspace.
9239 (blank-tab-face): Face/option name replaced by blank-tab.
9240 (blank-newline-face): Face/option name replaced by blank-newline.
9241 (blank-trailing-face): Face/option name replaced by blank-trailing.
9242 (blank-line-face): Face/option name replaced by blank-line.
9243 (blank-space-before-tab-face): Face/option name replaced by
9244 blank-space-before-tab.
9245 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9246
9247 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9250 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9251 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9252 (global-blank-mode): Doc fixes.
9253 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9254 (blank-newline-face, blank-trailing-face, blank-line-face)
9255 (blank-space-before-tab-face, blank-display-mappings)
9256 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9257 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9258 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9259 Fix typos in docstrings.
9260
9261 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9262
9263 * server.el (server-log-time-function): New variable.
9264 (server-log): Use it.
9265
9266 2008-01-21 Glenn Morris <rgm@gnu.org>
9267
9268 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9269
9270 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9271
9272 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9273
9274 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9275 (org-descriptive-links, org-link-file-path-type)
9276 (org-remember-use-refile-when-interactive)
9277 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9278 (org-export-ascii-bullets, org-agenda-deadline-faces)
9279 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9280 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9281 (org-kill-note-or-show-branches): Fix typos in docstrings.
9282
9283 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9284
9285 * vc.el (vc-process-sentinel): Set mode-line-process.
9286 (vc-exec-after): Likewise, for the `run' process status.
9287
9288 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * ibuffer.el (ibuffer-mode): Fix last change.
9291
9292 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9293
9294 * vc-hg.el (vc-hg-registered):
9295 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9296
9297 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9298
9299 * repeat.el (repeat-undo-count): New variable.
9300 (repeat): For self-insertions make undo boundary only after 20
9301 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9302
9303 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9304
9305 * net/imap.el (imap-ping-server): New variable.
9306 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9307 (imap-ping-server): Minor doc string fixes.
9308
9309 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9310
9311 * net/imap.el (imap-ping-server): New function.
9312 (imap-opened): Call imap-ping-server.
9313
9314 2008-01-20 Glenn Morris <rgm@gnu.org>
9315
9316 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9317 prevent infloops.
9318
9319 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9320
9321 * progmodes/python.el (python-imports): Default to "None".
9322
9323 2008-01-19 Tom Tromey <tromey@redhat.com>
9324
9325 * vc-svn.el (vc-svn-after-dir-status): New function.
9326 (vc-svn-dir-status): Run svn asynchronously.
9327
9328 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9329
9330 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9331 (hide-ifdef-shadow): New face.
9332 (hide-ifdef-toggle-shadowing): New function to toggle between
9333 shadowing and making code invisible.
9334 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9335 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9336 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9337 property. Shadow text when hide-ifdef-shadow is non-nil.
9338 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9339 (hif-hide-line): Use when instead of if.
9340 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9341 Remove unneeded * from doc-strings.
9342
9343 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9346 the hscroll behavior was fixed.
9347 (doc-view-mode): Disable auto-hscroll-mode.
9348
9349 2008-01-18 Tom Tromey <tromey@redhat.com>
9350
9351 * vc-svn.el (vc-svn-dir-status): New function.
9352
9353 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9354
9355 * vc.el: Make vc-status asynchronous.
9356 (vc-update-vc-status-buffer): New function broken out of ...
9357 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9358 the dir-status backend function.
9359
9360 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9361 Move the output processing to ...
9362 (vc-hg-after-dir-status): ... here. Call the function passed as
9363 an argument with the results.
9364
9365 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9368 (doc-view-insert-image): Do something if the image is missing.
9369 (doc-view-mode): Don't use file-remote-p.
9370
9371 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9372
9373 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9374 (org-export-latex-special-chars): Convert "..." in \ldots
9375 and skip tables.
9376 (org-export-latex-fontify-headline): Change parameter name.
9377 (org-export-as-latex): Handle export of subtrees.
9378 (org-export-latex-make-header): New argument TITLE.
9379 (org-export-latex-content): New argument EXCLUDE-LIST.
9380 (org-list-parse-list): New name for org-export-latex-parse-list.
9381 (org-export-latex-make-header): New name for
9382 org-export-latex-make-preamble.
9383 (org-list-to-generic): New name of org-export-list-to-generic.
9384 (org-list-to-latex): New name of org-export-list-to-latex.
9385 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9386 (org-list-send-list, org-list-to-texinfo)
9387 (org-list-to-html): New functions.
9388 (org-export-latex-tables-column-borders)
9389 (org-export-latex-default-class, org-export-latex-classes)
9390 (org-export-latex-classes-sectioning)
9391 (org-list-radio-list-templates): New options.
9392 (org-export-latex-header): New variable.
9393 (org-latex-entities): New constant.
9394 (org-export-latex-default-sectioning, org-export-latex-preamble)
9395 (org-export-latex-prepare-text-option)
9396 (org-export-latex-get-sectioning): Remove.
9397
9398 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9399
9400 * textmodes/org-publish.el (org-publish-current-project):
9401 Fix bug with forcing publication.
9402
9403 * textmodes/org.el (org-export-with-special-strings): New option.
9404 (org-export-html-convert-special-strings): New function.
9405 (org-html-do-expand): `org-export-html-convert-special-strings'
9406 added to the list of conversion.
9407 (org-infile-export-plist, org-get-current-options): Add support
9408 for "-" in the #+OPTION line to let user switch on/off special
9409 strings conversion.
9410 (org-export-plist-vars): New :html-table-tag property.
9411 (org-export-as-html, org-format-org-table-html)
9412 (org-format-table-table-html) Use the :html-table-tag property
9413 instead of the `org-export-html-table-tag' global value.
9414 (org-additional-option-like-keywords): Add "TBLFM".
9415 (org-entry-properties): Include the CLOCKSUM special property.
9416 (org-columns-edit-value): Do not allow to edit the special
9417 CLOCKSUM property.
9418 (org-flag-drawer): Use the original value of `outline-regexp'.
9419 (org-remember-handler): Add invisible-ok flag to call to
9420 `org-end-of-subtree'.
9421 (org-agenda-highlight-todo): Respect
9422 `org-agenda-todo-keyword-format'.
9423 (org-agenda-todo-keyword-format): New option.
9424 (org-infile-export-plist): No restriction while searching for options.
9425 (org-remember-handler): Remove comments at the end of the buffer.
9426 (org-remember-use-refile-when-interactive): New option.
9427 (org-table-sort-lines): Make sure sorting works on link
9428 descritions only, and ignores the link.
9429 (org-sort-entries-or-items): Make sure the end of the subtree is
9430 included.
9431 (org-refile-use-outline-path): New allowed values `file' and
9432 `full-file-path'.
9433 (org-get-refile-targets): Respect new values for
9434 `org-refile-use-outline-path'.
9435 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9436 (org-export-as-xoxo): Restore point when done.
9437 (org-open-file): Allow multiple %s in command.
9438 (org-clock-in-switch-to-state): New option.
9439 (org-first-list-item-p): New function.
9440 (org-last-remember-storage-locations): New variable.
9441 (org-get-refile-targets): Interpret the new maxlevel setting.
9442 (org-refile-targets): New option `:maxlevel'.
9443 (org-copy-subtree): Include empty lines before but not after subtree.
9444 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9445 (org-move-item-down, org-move-item-up): Include empty lines before
9446 but not after item.
9447 (org-first-sibling-p): New function.
9448 (org-remember-apply-template): Defaults, completions and history
9449 for template prompts. Also, interpret new `%!' escape.
9450 (org-context-choices): New constant.
9451 (org-bound-and-true-p): New macro.
9452 (org-imenu-depth): New option.
9453 (org-imenu-markers): New variable.
9454 (org-imenu-new-marker, org-imenu-get-tree)
9455 (org-speedbar-set-agenda-restriction): New functions.
9456 (org-agenda-set-restriction-lock)
9457 (org-agenda-remove-restriction-lock)
9458 (org-agenda-maybe-redo): New functions.
9459 (org-agenda-restriction-lock): New face.
9460 (org-agenda-restriction-lock-overlay)
9461 (org-speedbar-restriction-lock-overlay): New variables.
9462 (org-open-at-point): Remove obsolete way to do redirection in
9463 shell links.
9464 (org-imenu-and-speedbar): New customization group.
9465 (org-entry-properties): Return keyword-less time strings.
9466 (org-clock-heading-function): New option.
9467 (org-clock-in): Use `org-clock-heading-function'.
9468 (org-calendar-holiday): Try to use `calendar-check-holidays'
9469 instead of the obsolete `check-calendar-holidays'.
9470 (org-export-html-special-string-regexps): New constant.
9471 (org-massive-special-regexp): New variable.
9472 (org-compute-latex-and-specials-regexp)
9473 (org-do-latex-and-special-faces): New functions.
9474 (org-latex-and-export-specials): New face.
9475 (org-highlight-latex-fragments-and-specials): New option.
9476 (org-link-escape-chars): Use characters instead of strings.
9477 (org-link-escape-chars-browser, org-link-escape)
9478 (org-link-unescape): Use characters instead of strings.
9479 (org-export-html-convert-sub-super, org-html-do-expand): Check for
9480 protected text.
9481 (org-emphasis-alist): Additional `verbatim' flag.
9482 (org-set-emph-re): Handle the verbatim flag and compute
9483 `org-verbatim-re'.
9484 (org-cleaned-string-for-export): Protect verbatim elements.
9485 (org-verbatim-re): New variable.
9486 (org-hide-emphasis-markers): New option.
9487 (org-additional-option-like-keywords): Add new keywords.
9488 (org-get-entry): Rename from `org-get-cleaned-entry'.
9489 (org-icalendar-cleanup-string): New function for quoting icalendar text.
9490 (org-agenda-skip-scheduled-if-done): New option.
9491 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9492 `org-agenda-skip-scheduled-if-done'.
9493 (org-prepare-agenda-buffers): Allow buffers as arguments.
9494 (org-entry-properties): Add CATEGORY as a special property.
9495 (org-use-property-inheritance): Allow a list of properties as a value.
9496 (org-eval-in-calendar): No longer update the prompt.
9497 (org-read-date-popup-calendar): Rename from
9498 `org-popup-calendar-for-date-prompt'.
9499 (org-read-date-display-live): New variable.
9500 (org-read-date-display): New function.
9501 (org-read-date-analyze): New function.
9502 (org-remember-apply-template): Define `remember-finalize' if it is
9503 not yet defined.
9504 (org-remember-insinuate): New function.
9505 (org-read-date-prefer-future): New option.
9506 (org-read-date): Respect the setting of
9507 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
9508 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9509 hardcoded string.
9510 (org-remember-apply-template): Use `remember-finalize' instead of
9511 `remember-buffer'.
9512 (org-columns-compute, org-column-number-to-string)
9513 (org-columns-uncompile-format, org-columns-compile-format)
9514 (org-columns-compile-format): Handle printf format specifier.
9515 (org-columns-new, org-column-number-to-string)
9516 (org-columns-uncompile-format, org-columns-compile-format):
9517 Support for new currency summary type.
9518 (org-tree-to-indirect-buffer): Do not kill old buffer when
9519 `org-indirect-buffer-display' is `new-frame'.
9520 (org-indirect-buffer-display): Document that `new-frame' leads to
9521 indiret buffer proliferation.
9522 (org-agenda-list): Use `org-extend-today-until'.
9523 (org-extend-today-until): New option.
9524 (org-format-org-table-html): Use lower-case for <col> tag.
9525 (org-agenda-execute): New command.
9526 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9527 (org-select-remember-template): New function.
9528 (org-remember-apply-template): Use `org-select-remember-template'.
9529 (org-go-to-remember-target): New function.
9530
9531 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9532
9533 * vc.el: Add a TODO note about vc-state.
9534 (vc-next-action): Register 'unregistered and 'ignored files.
9535 Use when and unless instead of if where appropriate.
9536 (vc-start-entry): Fix typo.
9537 (vc-status): Autoload it.
9538
9539 2008-01-18 Glenn Morris <rgm@gnu.org>
9540
9541 * ffap.el (ffap-alist): Remove space from RFC regexp.
9542
9543 2008-01-18 Richard Stallman <rms@gnu.org>
9544
9545 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9546 than face-spec-recalc.
9547
9548 2008-01-18 Glenn Morris <rgm@gnu.org>
9549
9550 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9551
9552 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9553 Miles Bader <miles@gnu.org>
9554
9555 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
9556 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
9557 for handling display table (via visws.el package), his code was
9558 modified, but the main idea was kept.
9559
9560 2008-01-17 Glenn Morris <rgm@gnu.org>
9561
9562 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9563 (ibuffer-save-filters): Remove calls to deleted
9564 ibuffer-update-mode-name.
9565
9566 2008-01-16 Martin Rudalics <rudalics@gmx.at>
9567
9568 * longlines.el (longlines-mode, longlines-show-region)
9569 (longlines-unshow-hard-newlines): Bind buffer-file-name and
9570 buffer-file-truename to nil while modifying buffer.
9571
9572 * cus-edit.el (custom-reset-standard-variables-list)
9573 (custom-reset-standard-faces-list): New variables.
9574 (custom-reset-standard-save-and-update): New function.
9575 (Custom-save): Apply custom-mark-to-save before and
9576 custom-state-set-and-redraw after saving options.
9577 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9578 options and call custom-reset-standard-save-and-update.
9579 (custom-variable, custom-face, custom-group): Provide new
9580 entries for custom-mark-to-save, custom-mark-to-reset-standard,
9581 and custom-state-set-and-redraw.
9582 (custom-variable-mark-to-save)
9583 (custom-variable-state-set-and-redraw)
9584 (custom-variable-mark-to-reset-standard)
9585 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9586 (custom-face-mark-to-reset-standard)
9587 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9588 (custom-group-mark-to-reset-standard): New functions.
9589 (custom-variable-save): Move save, state-set, and redraw
9590 functionality to custom-variable-mark-to-save.
9591 (custom-face-save): Move save, state-set, and redraw
9592 functionality to custom-face-mark-to-save.
9593 (custom-group-save): Move save, state-set, and redraw
9594 functionality to custom-group-mark-to-save.
9595 (custom-variable-reset-standard, custom-face-reset-standard)
9596 (custom-group-reset-standard): Move save, state-set, and redraw
9597 functionality to custom-reset-standard-save-and-update.
9598
9599 (custom-buffer-create-internal): Fix text in verbose help.
9600 (custom-face-value-create): Indent doc-strings of faces like
9601 those of variables.
9602
9603 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * server.el (server-process-filter): Replace lineno and columnnno
9606 which defaulted to 1&0 with filepos which defaults to nil.
9607 (server-goto-line-column): Only receive the filepos.
9608 Only move if filepos is non-nil.
9609 (server-visit-files): Slight restructure to consolidate two calls to
9610 server-goto-line-column into just one.
9611
9612 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9613 the use of degraded mode.
9614 (nxml-degrade): Don't change mode-name.
9615
9616 * nxml/rng-nxml.el (rng-nxml-mode-init):
9617 Don't overwrite mode-line-process.
9618
9619 * ibuffer.el (mode): Pass the buffer to format-mode-line.
9620 (ibuffer-update-mode-name): Remove.
9621 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9622 (ibuffer-mode): Use mode-line-process instead.
9623
9624 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9625 Use derived-mode-p.
9626 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9627
9628 * help.el (describe-mode): Pass the right buffer to format-mode-line.
9629
9630 2008-01-16 Glenn Morris <rgm@gnu.org>
9631
9632 * comint.el (comint-regexp-arg): Fix no-input case.
9633
9634 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9635
9636 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9637 * pcvs.el (cvs-revert-if-needed):
9638 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9639
9640 * vc-svn.el (vc-svn-find-file-hook):
9641 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9642
9643 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
9644
9645 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9646 (icalendar-export-file, icalendar-import-file):
9647 Restore significant trailing whitespace in `interactive' prompts.
9648
9649 2008-01-16 Tom Tromey <tromey@redhat.com>
9650
9651 * calendar/icalendar.el (icalendar--convert-tz-offset)
9652 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9653 (icalendar--find-time-zone): New functions.
9654 (icalendar--decode-isodatetime): Add `zone' argument, passed to
9655 `decode-time'. Doc fix.
9656 (icalendar--convert-ical-to-diary): Compute zone-map.
9657 Pass timezone to icalendar--decode-isodatetime.
9658
9659 2008-01-16 Alan Mackenzie <acm@muc.de>
9660
9661 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9662 an eval-and-compile, so as to permit byte-compiling (e.g. in
9663 bootstrap).
9664
9665 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9668 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9669 using the same key for different menu entries.
9670
9671 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9672 (smerge-makeup-conflict): New command.
9673
9674 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
9675
9676 * log-edit.el (log-edit): Doc fix.
9677
9678 2008-01-15 Glenn Morris <rgm@gnu.org>
9679
9680 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9681
9682 2008-01-14 Alan Mackenzie <acm@muc.de>
9683
9684 * progmodes/cc-vars.el (c-constant-symbol): New function which
9685 supersedes c-const-symbol. During a customize-.. call it enables
9686 an element of (e.g.) c-hanging-braces alist to have its name
9687 displayed, even when the default value of c-h-b etc. doesn't
9688 include the elemnt. Replace uses of the old function by the new.
9689
9690 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9691 obscure non-working fragment ":value c-".
9692
9693 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9696
9697 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9700 instead of `tramp-file-name-real-host'.
9701
9702 * net/trampver.el: Update release number.
9703
9704 2008-01-14 Alan Mackenzie <acm@muc.de>
9705
9706 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9707 call inside a struct being recognised as a K&R argument.
9708
9709 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9712 Accept "fatal error" from MSFT.
9713 Reported by Jared Finder <jfinder@crypticstudios.com>.
9714
9715 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
9716
9717 * smerge-mode.el (smerge-auto): New function.
9718 * vc-svn.el (vc-svn-find-file-hook):
9719 * vc-arch.el (vc-arch-find-file-hook):
9720 * pcvs.el (cvs-revert-if-needed):
9721 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9722 (top-level): Add a Todo list.
9723
9724 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 * vc.el (vc-update): Resolve conflicts if necessary instead of
9727 just updating the buffer.
9728
9729 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9730 update command so that we can parse the output.
9731
9732 2008-01-13 Martin Rudalics <rudalics@gmx.at>
9733
9734 * mail/rmail.el (rmail-convert-to-babyl-format):
9735 Remove save-excursion to avoid infinite looping.
9736 Reported by dnz <dnz@bk.ru>.
9737
9738 2008-01-12 Glenn Morris <rgm@gnu.org>
9739
9740 * woman.el (woman-parse-numeric-arg): Change handling of `==':
9741 can be interned without a function definition.
9742
9743 2008-01-12 Jason Rumney <jasonr@gnu.org>
9744
9745 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9746 (rng-nxml-mode-init): Declare.
9747
9748 2008-01-11 Jason Rumney <jasonr@gnu.org>
9749
9750 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9751 (rng-preferred-prefix-alist-default): Remove.
9752
9753 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9754 Rename from nxml-enable-unicode-char-name-sets-flag.
9755 (nxml-enable-unicode-char-name-sets-1): Merge into
9756 nxml-enable-unicode-char-name-sets.
9757 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9758 nxml-char-name-ignore-case here.
9759
9760 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9761 Update doc string and commentary.
9762 (nxml-char-name-ignore-case): Change default value.
9763 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9764
9765 2008-01-11 Martin Rudalics <rudalics@gmx.at>
9766
9767 * cus-start.el (all): Add missing version entries.
9768
9769 2008-01-11 Glenn Morris <rgm@gnu.org>
9770
9771 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9772 (euc-to-flat-code, flat-code-to-euc):
9773 * textmodes/org.el (elmo-msgdb-overview-get-entity)
9774 (wl-summary-buffer-msgdb): Declare as funtions.
9775
9776 2008-01-10 Martin Rudalics <rudalics@gmx.at>
9777
9778 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
9779 Bind buffer-file-name and buffer-file-truename.
9780
9781 * fringe.el (fringe-mode-explicit): New variable.
9782 (set-fringe-mode): Don't alter default-frame-alist when just
9783 loading this file.
9784
9785 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
9786
9787 * doc-view.el (doc-view-buffer-file-name): New variable.
9788 (doc-view-convert-current-doc, doc-view-search)
9789 (doc-view-current-cache-dir, doc-view-initiate-display)
9790 (doc-view-mode): Use it.
9791 (doc-view-bookmark-make-cell): Use variable buffer-file-name
9792 instead of function.
9793
9794 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9795
9796 * vc-svn.el (vc-svn-registered): Return the correct value for
9797 ignored and unregistered files.
9798
9799 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
9800
9801 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
9802
9803 2008-01-10 Tom Tromey <tromey@redhat.com>
9804
9805 * vc.el (vc-status-unmark-all-files): New function.
9806 (vc-status-unmark-all-files): Likewise.
9807 (vc-status-mode-map): Add bindings.
9808
9809 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
9810
9811 * ediff*.el: Uncomment declare-function.
9812
9813 * emulation/viper*.el: Uncomment declare-function.
9814
9815 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
9816
9817 * doc-view.el (doc-view-mode): Support tramp, compressed files and
9818 files inside archives uniformly.
9819
9820 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
9821
9822 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
9823 constant with a computation on sgml-specials rather than a literal
9824 list. Without this change the syntax table is generated
9825 incorrectly, and the mode will think it's in a comment following
9826 any instance of the string "--".
9827
9828 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
9829
9830 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
9831 (doc-view-mode): Support document files inside archives.
9832
9833 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
9834
9835 * vc.el (vc-deduce-fileset): Return the currently selected file if
9836 no files are selected when using vc-status.
9837
9838 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
9839
9840 * ediff*.el: Comment out declare-function. "make bootstrap"
9841 stops with an error and Emacs does not compile with those things in.
9842 Besides, declare-function is not defined in XEmacs.
9843
9844 * ediff-util (eqiff-quit): Autoraise minibuffer.
9845
9846 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
9847
9848 * emulation/viper*.el: Comment out declare-function -- not defined
9849 in XEmacs.
9850
9851 * emulation/viper-ex.el (viper-info-on-file):
9852 Take care of indirect buffers.
9853
9854 * emulation/viper.el (viper-set-hooks, set-cursor-color):
9855 Set viper-vi-state-cursor-color.
9856
9857 2008-01-09 Tom Tromey <tromey@redhat.com>
9858
9859 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
9860 Just return header.
9861 (vc-status-move-to-goal-column): New function.
9862 (vc-status-mode-map): Define more keys.
9863 (vc-status-mode): Use vc-status-refresh. Now 'special.
9864 (vc-status-refresh): New function.
9865 (vc-status-next-line): Likewise.
9866 (vc-status-previous-line): Likewise.
9867 (vc-status-mark-file): Use vc-status-next-line.
9868 (vc-status-unmark-file): Use vc-status-previous-line.
9869 (vc-status-unmark-file-up): New function.
9870 (vc-status-register): Likewise.
9871 (vc-status-find-file): Likewise.
9872 (vc-status-find-file-other-window): Likewise.
9873 (vc-status-current-file): Likewise.
9874 (vc-ensure-vc-buffer): Understand vc-status mode.
9875
9876 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
9877
9878 2008-01-09 Glenn Morris <rgm@gnu.org>
9879
9880 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
9881 entry, for Windows.
9882
9883 2008-01-09 Tom Tromey <tromey@redhat.com>
9884
9885 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
9886
9887 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
9890 add a file-name handler.
9891
9892 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9893
9894 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
9895 Rename from function bibtex-files-expand. New optional arg select.
9896 (bibtex-flash-head): Allow blink-matching-delay being zero.
9897 (bibtex-clean-entry): Use atomic-change-group.
9898 (bibtex-format-entry): Check presence of required fields only
9899 after formatting of fields. Use member-ignore-case. Do not use
9900 bibtex-parse-entry. Do not use booktitle field to set a missing title.
9901 (bibtex-autofill-entry): Do not call undo-boundary.
9902 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
9903 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
9904 Parse keys if necessary.
9905
9906 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
9909 quotes in case of spaces, e.g. STL containers (not pretty).
9910
9911 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9912
9913 * progmodes/gdb-ui.el (gud-gdb-command-name):
9914 Explain "--annotate=3" option is necessary for the Graphical Interface.
9915
9916 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9917
9918 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
9919 on menu bar.
9920
9921 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
9922
9923 * ffap.el (ffap-read-file-or-url): Let-bind
9924 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
9925
9926 2008-01-08 Sven Joachim <svenjoac@gmx.de>
9927
9928 * vc-bzr.el: Fix typo in header.
9929
9930 2008-01-08 Eli Zaretskii <eliz@gnu.org>
9931
9932 * Makefile.in (custom-deps, finder-data): Depend on autoloads
9933 instead of loaddefs.el.
9934
9935 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
9938 gets inserted out-of-order.
9939
9940 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
9941
9942 * vc-bzr.el: Copyright and version headers update.
9943 Remove some outdated comments through the whole file.
9944 (vc-bzr-program-args): Remove because unused.
9945 (vc-bzr-log-switches): New customization option.
9946 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
9947 use `vc-bzr-program-args'.
9948 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
9949 `vc-find-root' (patch by Andreas Hoenen).
9950 (vc-bzr-status): Update regex to match latest Bzr output.
9951 Remove redundant test.
9952 (vc-bzr-init-version): New function.
9953 (vc-bzr-unregister): Must not delete file.
9954 (vc-bzr-find-version): New function.
9955 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
9956 a non-empty string, otherwise take head revision.
9957 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
9958 (vc-bzr-diff): Simpler build of the revision spec string.
9959 (vc-annotate-convert-time, vc-bzr-annotate-difference):
9960 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
9961 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
9962 (vc-bzr-dired-state-info): Only provide custom strings for
9963 overloaded VC state 'edited; otherwise fallback to
9964 `vc-default-dired-state-info'.
9965
9966 2008-01-08 Richard Stallman <rms@gnu.org>
9967
9968 * delsel.el (delete-selection-mode): Doc fix.
9969
9970 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
9971
9972 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
9973 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
9974
9975 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
9976 of watch expressions (only works fully with GDB 6.7 or later).
9977
9978 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
9979
9980 * time-stamp.el (time-stamp-time-zone):
9981 * whitespace.el (whitespace-check-buffer-leading)
9982 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
9983 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
9984 * progmodes/sh-script.el (sh-indentation):
9985 * textmodes/ispell.el (ispell-local-pdict):
9986 Add safe-local-variable properties.
9987
9988 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
9989
9990 * vc-git.el (vc-git--call): Apply `process-file' instead of
9991 `call-process'.
9992
9993 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
9994 Reported by Pete Forman <pete.forman@westerngeco.com>.
9995 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
9996 (tramp-handle-process-file): Handle the case where DESTINATION is
9997 a consp with t as car.
9998 (tramp-wait-for-output): We shall remove exactly what has been
9999 find by the search.
10000
10001 2008-01-08 Kevin Ryde <user42@zip.com.au>
10002
10003 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10004 For perl, allow "during global destruction" at end. Add entry for
10005 two-arg form of the Test module ok() func.
10006
10007 2008-01-08 Glenn Morris <rgm@gnu.org>
10008
10009 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10010 unified format.
10011
10012 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10013
10014 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10015
10016 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10017 Simplify selection of frame focusing function.
10018
10019 2008-01-08 Michael Olson <mwolson@gnu.org>
10020
10021 * textmodes/remember.el (remember-region): Fix typo in docstring.
10022
10023 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10024
10025 * textmodes/remember.el (remember): If there is a visible region
10026 [that is, the mark is active and transient mark mode is enabled]
10027 then use this region for the initial contents of the *Remember*
10028 buffer. Use `region-beginning' and `region-end' instead of
10029 `point' and `mark'.
10030
10031 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10032
10033 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10034 argument to vc-hg-command.
10035 (vc-hg-log-view-mode): Handle the user field better.
10036
10037 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10040
10041 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10042
10043 * vc.el (vc-status-fileinfo): New defstruct.
10044 (vc-status): New defvar.
10045 (vc-status-insert-headers, vc-status-printer, vc-status)
10046 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10047 (vc-status-unmark-file, vc-status-marked-files): New functions.
10048
10049 * vc-hg.el (vc-hg-dir-status): New function.
10050
10051 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10052
10053 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10054 keymap from here ...
10055 (custom-mode): ... to here. Reported by Reiner Steib.
10056
10057 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 * obsolete/x-apollo.el: Remove file for unsupported system.
10060
10061 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10062 Apollo.
10063
10064 * progmodes/gud.el (gud-dgux-p): Remove.
10065 (dbx): Remove reference to dgux.
10066
10067 * progmodes/ps-mode.el (ps-mode-print-function):
10068 * ps-print.el (ps-lp-system):
10069 * paths.el (rmail-spool-directory):
10070 * ls-lisp.el (ls-lisp-emulation):
10071 * lpr.el (lpr-lp-system):
10072 * dired.el (dired-chown-program): Remove references to dgux.
10073
10074 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * vc.el (vc-process-sentinel): Fix apparent typo.
10077 (vc-do-command): Forcefully kill any left over process.
10078 Use start-file-process.
10079 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10080
10081 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10082
10083 * net/dbus.el (dbus-list-hash-table)
10084 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10085 (dbus-check-event): Add serial number to event.
10086 (dbus-handle-event): Apply return message if needed.
10087 (dbus-event-serial-number): New defun.
10088 (dbus-event-service-name, dbus-event-path-name)
10089 (dbus-event-interface-name, dbus-event-member-name):
10090 Adapt implementation to serial number.
10091
10092 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10093
10094 * bs.el (bs--get-mode-name): Fix typo in previous change.
10095
10096 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10097
10098 * mouse.el (mouse-popup-menubar): Fix typo.
10099
10100 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10101 form inside with-current-buffer.
10102
10103 * progmodes/antlr-mode.el (provide): Move to the end of file.
10104 (require): Don't require font-lock and compile.
10105 (outline-level, imenu-use-markers, imenu-create-index-function):
10106 Move declarations to top level.
10107 (cond-emacs-xemacs-macfn): Declare for compiler.
10108
10109 * vc-bzr.el (vc-bzr-root):
10110 * vc-arch.el (vc-arch-root): Only set a property if the file is
10111 managed by this backend.
10112
10113 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10114
10115 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10116
10117 * doc-view.el (doc-view-scroll-up-or-next-page)
10118 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10119 top/bottom again when on the first/last page.
10120
10121 * doc-view.el (doc-view-scroll-up-or-next-page)
10122 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10123 image-scroll-down instead of the non-image equivalents.
10124 Don't rely on a signalled condition but switch pages when scrolling
10125 doesn't change the vertical position anymore.
10126 (doc-view-mode-map): Remap scroll-{up,down} to
10127 image-scroll-{up,down}.
10128
10129 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10130
10131 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10132 tpu-mapper command rather than load the tpu-mapper package.
10133
10134 * emulation/tpu-mapper.el (tpu-mapper): New command.
10135 Contains all the code previously at top-level.
10136
10137 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10140 * imenu.el (imenu-add-to-menubar):
10141 * makesum.el (make-command-summary):
10142 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10143 (mouse-buffer-menu):
10144 * msb.el (msb--mode-menu-cond):
10145 * calc/calc-embed.el (calc-do-embedded):
10146 * emacs-lisp/helper.el (Helper-describe-mode):
10147 * mail/emacsbug.el (report-emacs-bug):
10148 * progmodes/hideshow.el (hs-grok-mode-type):
10149 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10150 * textmodes/table.el (*table--cell-describe-mode):
10151 Pass mode-name through format-mode-line.
10152
10153 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10156 * progmodes/ada-mode.el (comment-region):
10157 * calendar/todo-mode.el (todo-insert-item):
10158 * bookmark.el (bookmark-buffer-name):
10159 Test major-mode rather than mode-name.
10160
10161 2008-01-04 Richard Stallman <rms@gnu.org>
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10164 Call byte-compile-warn-about-unresolved-functions outside
10165 the with-current-buffer.
10166 (byte-compile-insert-header): Use with-current-buffer.
10167
10168 2008-01-04 Glenn Morris <rgm@gnu.org>
10169
10170 * startup.el (fancy-about-screen): Remove reference to deleted
10171 `fancy-splash-help-echo' variable.
10172
10173 * version.el (emacs-copyright): Update to 2008.
10174
10175 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10176 rather than mapcar.
10177
10178 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10179 change (merge mistake).
10180
10181 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10182
10183 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10184 (bookmark-get-bookmark-record):
10185 * image-mode.el (bookmark-make-cell-function)
10186 (bookmark-get-filename, bookmark-get-bookmark-record)
10187 (bookmark-get-position):
10188 * log-view.el (vc-modify-change-comment):
10189 * progmodes/grep.el (find-name-arg): Declare for compiler.
10190
10191 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10192
10193 * savehist.el (savehist-coding-system): Default to a variant coding
10194 system with explicit unix end-of-line conversion, which is safer.
10195
10196 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10199 * ibuffer.el (mode column): Use format-mode-line.
10200
10201 * server.el (server-create-window-system-frame): Remove workaround for
10202 a bug that has been fixed.
10203
10204 2008-01-03 Magnus Henoch <magnus@zemdatav>
10205
10206 * net/dbus.el (dbus-name-owner-changed-handler):
10207 Use dbus-unregister-object instead of dbus-unregister-signal.
10208
10209 2008-01-03 Drew Adams <drew.adams@oracle.com>
10210
10211 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10212
10213 2008-01-03 Richard Stallman <rms@gnu.org>
10214
10215 * replace.el (occur-context-lines): New subroutine,
10216 broken out of occur-engine.
10217 (occur-engine): Call it.
10218
10219 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10220
10221 * vc-git.el (vc-git--ls-files-state): New function.
10222 (vc-git-dir-state): Use it instead of processing the status
10223 results here.
10224
10225 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10226
10227 * progmodes/grep.el (grep-find-ignored-directories):
10228 Initialize from the value of vc-directory-exclusion-list.
10229
10230 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10231 even though we don't have a back end for darcs yet.
10232
10233 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10234
10235 Change a return type, for greater extensibility.
10236 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10237 and its thread for discussion leading to this change.
10238
10239 * bookmark.el (bookmark-jump-noselect):
10240 Return an alist instead of a dotted pair.
10241 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10242 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10243 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10244 (bookmark-make-cell-function): Adjust documentation accordingly.
10245
10246 * image-mode.el (image-bookmark-jump):
10247 Adjust return type accordingly; document.
10248
10249 * doc-view.el (doc-view-bookmark-jump):
10250 Adjust return type accordingly; document.
10251
10252 2008-01-02 Miles Bader <miles@gnu.org>
10253
10254 * net/rcirc.el (rcirc-log-filename-function): New variable.
10255 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10256 log-file name. Don't log anything if it returns nil.
10257 (rcirc-log-write): Use `expand-file-name' when merging the
10258 log-file name from the alist with rcirc-log-directory; this does
10259 the right thing if the name in the alist already an absolute
10260 filename. Make the log-file directory if necessary.
10261
10262 2007-12-29 Richard Stallman <rms@gnu.org>
10263
10264 * font-lock.el (font-lock-prepend-text-property)
10265 (font-lock-append-text-property): Canonicalize the face and
10266 font-lock-face properties.
10267
10268 * faces.el (facep): Doc fix.
10269
10270 * startup.el (fancy-startup-tail, fancy-about-text)
10271 (fancy-startup-text): Regularize format of face property.
10272
10273 * facemenu.el (list-colors-print): Use :background and :foreground
10274 instead of background-color and foreground-color.
10275
10276 2007-12-29 Drew Adams <drew.adams@oracle.com>
10277
10278 * cus-edit.el (custom-add-parent-links):
10279 Fill the "Parent documentation" text.
10280
10281 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10282
10283 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10284 MS-Windows and MS-DOS.
10285 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10286
10287 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10288
10289 * vc-svn.el (vc-svn-modify-change comment): New function.
10290
10291 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10292
10293 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10294 Do not disable undo, with-temp-buffer does it by default.
10295
10296 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10297
10298 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10299 correctly.
10300
10301 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10302 with vc-state.
10303 (vc-next-action): Fix vc-transfer-file call.
10304
10305 2007-12-31 Tom Tromey <tromey@redhat.com>
10306
10307 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10308 Move point to the start of the buffer.
10309
10310 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10311
10312 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10313
10314 * vc.el: State that dir-state is required to set the vc-state and
10315 vc-backend properties.
10316
10317 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10318
10319 * man.el (Man-default-man-entry): Make this a defun.
10320 Improve guessing mechanism and handling of section numbers.
10321
10322 2007-12-31 Richard Stallman <rms@gnu.org>
10323
10324 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10325
10326 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10327
10328 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10329 are on the result even when the result is zero.
10330
10331 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10332
10333 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10334 resistent towards wrong parameters.
10335 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10336
10337 2007-12-30 Richard Stallman <rms@gnu.org>
10338
10339 * faces.el (face-all-attributes): New function.
10340
10341 * faces.el (face-differs-from-default-p): Compute list of attr names
10342 from face-attribute-name-alist.
10343
10344 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10345 (custom-face-save): Likewise.
10346 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10347
10348 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10349 (custom-theme-set-faces): Clear `face-override-spec' property.
10350 Call `face-spec-set' with FOR-DEFFACE.
10351
10352 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10353
10354 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10355 Use of frame as third arg is deprecated.
10356 Handle `face-override-spec' property.
10357 (face-spec-recalc): New function.
10358 (face-spec-set-2): New function.
10359 (frame-set-background-mode): Handle `face-override-spec' property.
10360 Use `face-spec-recalc'.
10361 (face-set-after-frame-default): Use `face-spec-recalc'.
10362
10363 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10364
10365 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10366
10367 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10368
10369 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10370
10371 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10372
10373 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10374 'added, 'removed.
10375
10376 * vc.el (header coment): Better description of dir-state.
10377 (vc-compatible-state): New function. Checks whether two states
10378 can be in the same changeset; used with 'edited it can test whether
10379 the next action for a state should be commit.
10380 (vc-default-dired-state-info): Display 'removed state.
10381 (vc-dired-hook): Turn off undo, this is a speed tweak.
10382
10383 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10384
10385 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10386 Cope with the possibility that the 'C' status flag might change
10387 in 0.9,6.
10388
10389 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10390
10391 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10392
10393 * files.el (cd-absolute): Fix omission bug:
10394 Make `list-buffers-directory' buffer-local.
10395
10396 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10397
10398 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10399
10400 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10401
10402 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10403
10404 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10405 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10406 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10407 (math-maxima-parse-subst, math-maxima-parse-taylor)
10408 (math-maxima-compose-taylor, math-maxima-compose-subst)
10409 (math-maxima-compose-if, math-lang-switch-args)
10410 (math-lang-compose-switch-args, math-read-giac-subscr):
10411 New functions.
10412 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10413 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10414 Add languages.
10415 (math-vector-brackets, math-complex-format, math-variable-table)
10416 (math-parse-table, math-oper-table, math-function-table)
10417 (math-special-function-table, math-compose-subscr):
10418 Add values for new languages.
10419
10420 * calc/calccomp.el (math-compose-expr): Add new languages.
10421
10422 * calc/calc.el (calc-language): Add languages to docstring.
10423
10424 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10425 for new languages. Autoload commands to change languages.
10426
10427 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10428
10429 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10430 (calc-arithmetic-menu, calc-scientific-function-menu)
10431 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10432 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10433 Add :active keywords.
10434
10435 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10438 returns 'ignored or 'unregistered.
10439 (vc-hg-state): Pass "-A" to the status command and deal with the
10440 output.
10441 (vc-hg-dir-state): Pass "-A" to the status command.
10442
10443 2007-12-29 Richard Stallman <rms@gnu.org>
10444
10445 * progmodes/compile.el (compilation-start): Set initial visible
10446 point properly even when compilation buffer already current.
10447
10448 2007-12-29 Richard Stallman <rms@gnu.org>
10449
10450 * files.el (conf-mode-maybe): New function.
10451 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10452
10453 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10454
10455 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10456
10457 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10458
10459 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10460
10461 2007-12-29 Richard Stallman <rms@gnu.org>
10462
10463 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10464 so they never do EOF.
10465
10466 2007-12-29 Richard Stallman <rms@gnu.org>
10467
10468 * faces.el (copy-face): Create the new face explicitly if it
10469 does not exist already.
10470
10471 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10472
10473 * simple.el (minibuffer-history, shell-command-history)
10474 (set-variable-value-history):
10475 * replace.el (regexp-history):
10476 * international/mule-cmds.el (input-method-history):
10477 * files.el (file-name-history): Add reference to history-length in
10478 the doc string.
10479
10480 2007-12-29 Richard Stallman <rms@gnu.org>
10481
10482 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10483
10484 2007-12-29 Jason Rumney <jasonr@gnu.org>
10485
10486 * find-dired.el (find-name-arg): New custom variable.
10487 (find-name-dired): Use it.
10488 (find-dired-find-program): Remove.
10489 (find-dired): Use find-program.
10490 (find-grep-dired): Use grep-program.
10491
10492 * progmodes/grep.el (rgrep): Use find-name-arg.
10493
10494 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10495
10496 * progmodes/cc-vars.el (defcustom-c-stylevar):
10497 Revert to pre-2007-12-12 version.
10498
10499 2007-12-29 Richard Stallman <rms@gnu.org>
10500
10501 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10502
10503 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10504 Use changed.
10505
10506 * startup.el (fancy-splash-help-echo): Var deleted.
10507 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10508 (fancy-about-screen): Don't display fancy-splash-help-echo.
10509
10510 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10511
10512 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
10513
10514 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10515 to vc-hooks.el so it will be available to other modes, such as
10516 speedbar.el. Also, teach it to recognize monotone state directories.
10517
10518 * speedbar.el: Remove this mode's fragile assumptions about
10519 version-control systems. Instead, make it use logic from
10520 vc-hooks.el so it will become smarter whenever VC mode does.
10521
10522 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10523 Fix the documentation.
10524
10525 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10526 Modify all instances of the dir-state back-end method to suppress
10527 keeping undo lists on the buffers holding status output, which
10528 can get extremely large.
10529
10530 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10531 so they don't do work that the default one can do instead.
10532
10533 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10534 states, and the new return-value convention. These are not
10535 actually used yet, just set.
10536
10537 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10538 states when appropriate.
10539
10540 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10541 'unregistered when appropriate.
10542
10543 * vc-git.el: Document that we don't set the new states yet.
10544
10545 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10546 'ignored states.
10547
10548 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10549 appropriate.
10550
10551 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10552 when appropriate.
10553
10554 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
10555
10556 * thumbs.el (thumbs-call-convert): Use call-process directly
10557 with thumbs-conversion-program instead of through shell-file-name
10558 for better error reporting.
10559
10560 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
10561
10562 * calc/calc-aent.el (math-remove-percentsigns):
10563 * calc/calccomp.el (math-to-percentsigns): Change placeholder
10564 for percent signs.
10565
10566 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10567
10568 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10569 use completion-ignored-extensions to detect files that should be
10570 ignorted in VC-Dired listings, heading off lots of expensive calls
10571 to (vc-state).
10572
10573 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10574 non-terse mode.
10575 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10576 Makefile.in or Makefile.am.
10577
10578 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10579
10580 * ps-print.el (ps-mark-active-p): Fun returned back.
10581 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10582 `region-active-p' for error checking.
10583
10584 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10585
10586 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10587 Put new machinery in place to support editing of change comments
10588 with 'e' in a log-view buffer. Not documented yet as this
10589 only works for SCCS, RCS, and maybe CVS if you have admin
10590 privileges. When we have backend support for Subversion and
10591 more modern systems it will be time to write this up.
10592
10593 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
10594
10595 * international/mule-cmds.el (select-safe-coding-system):
10596 When a buffer is modified, cancel the writing.
10597
10598 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
10599
10600 * log-view.el: Add Subversion and Mercurial log format samples.
10601
10602 * vc.el (vc-dired-hook): Significantly speed up by arranging for
10603 it to call the backend dir-state hook (if it exists)
10604 exactly *once*, rather than once per each subdirectory (with
10605 dired-state-info calls on all toplevel files slowing it down even
10606 further). For this to work, backend dir-state methods have to
10607 recurse to subdirectories. Most of them already did anyway; a few
10608 needed *non*-recursion switches removed. This change mostly
10609 removed code that was perversely bad and should have been shot
10610 through the head years ago.
10611
10612 * vc-bzr.el (vc-bzr-dir-state):
10613 * vc-cvs.el (vc-cvs-dir-state):
10614 * vc-mcvs.el (vc-mcvs-dir-state):
10615 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10616
10617 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10618 multiple arguments, so generate logs sequentially when we get them.
10619 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10620 headers so the various log bindings can do the right thing.
10621 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10622
10623 2007-12-26 Andreas Schwab <schwab@suse.de>
10624
10625 * font-lock.el (save-buffer-state): Make sure the state of the
10626 buffer is always restored.
10627
10628 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
10629
10630 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10631
10632 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10633 a variable.
10634
10635 * calc/calccomp.el (math-to-percentsigns): New function.
10636 (math-compose-var): Handle variables with percent signs.
10637 (math-compose-expr): Handle function names with percent signs.
10638
10639 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10640 (math-read-exprs): Handle percent signs in languages that
10641 allow them.
10642 (math-restore-underscores): Remove function.
10643 (math-remove-percentsigns, math-restore-placeholders):
10644 New functions.
10645
10646 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10647
10648 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10649 of `mark' for error checking.
10650
10651 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
10652
10653 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10654 New functions.
10655 (image-mode): Set bookmark-make-cell-function appropriately.
10656
10657 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10658
10659 * bookmark.el (bookmark-make-cell-function): New variable.
10660 (bookmark-make): Call bookmark-make-cell-function's function
10661 instead of bookmark-make-cell.
10662 (bookmark-get-handler, bookmark-jump-internal): New functions.
10663 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10664 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10665 Use bookmark-jump-internal.
10666 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10667
10668 * doc-view.el (doc-view-bookmark-make-cell)
10669 (doc-view-bookmark-jump): New functions.
10670 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10671
10672 2007-12-25 Miles Bader <miles@gnu.org>
10673
10674 * indent.el (indent-for-tab-command): Rigidly indent the following
10675 sexp along with the current line when a prefix arg is given in the
10676 non-active-region case. Specify raw prefix in interactive spec.
10677 Simplify main indentation logic to get rid of the conditional call
10678 to `indent-according-to-mode' (it just ended up calling
10679 `indent-line-function' in all cases anyway, which can be done more
10680 simply here). Remove unnecessary test of ARG in active region case.
10681
10682 2007-12-25 Richard Stallman <rms@gnu.org>
10683
10684 * allout.el (allout-region-active-p): Rename from my-region-active-p.
10685 Use `use-region-p'.
10686 (allout-write-file-hook-handler): Simplify code.
10687
10688 * ps-print.el (ps-mark-active-p): Function deleted.
10689 (ps-print-preprint-region): Use (mark) for the error check.
10690
10691 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10692
10693 * winner.el (winner-active-region): Use `mark-active' if it's defined.
10694
10695 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10696
10697 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10698
10699 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10700
10701 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10702
10703 * progmodes/cc-defs.el (c-region-is-active-p):
10704 Use `mark-active' if it's defined.
10705
10706 * progmodes/cc-cmds.el (c-indent-line-or-region):
10707 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
10708
10709 * simple.el (select-active-regions): New option.
10710 (set-mark): Obey it.
10711 (yank-pop-change-selection): New option.
10712 (current-kill): Obey it.
10713
10714 * simple.el (use-region-p): Rename from `region-active-p'.
10715 (region-active-p): New function.
10716
10717 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
10718
10719 * term/x-win.el (x-select-enable-primary): New option.
10720 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10721
10722 * mouse.el (mouse-yank-primary): New function (almost same
10723 as mouse-yank-secondary).
10724
10725 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
10726
10727 * calculator.el:
10728 * dframe.el:
10729 * iswitchb.el:
10730 * whitespace.el:
10731 * winner.el:
10732 * emacs-lisp/checkdoc.el:
10733 * mail/feedmail.el:
10734 * net/quickurl.el:
10735 * obsolete/fast-lock.el:
10736 * play/5x5.el:
10737 * progmodes/delphi.el:
10738 * progmodes/idlw-shell.el:
10739 * progmodes/idlwave.el:
10740 * textmodes/artist.el:
10741 * textmodes/ispell.el:
10742 * textmodes/texinfmt.el:
10743 * textmodes/texinfo.el: Remove obsolete definitions of backward
10744 compatibility macros for defcustom, defgroup, defface, when,
10745 unless, with-current-buffer and with-temp-message.
10746
10747 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
10748
10749 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10750
10751 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10754 indeed a process.
10755
10756 2007-12-23 Richard Stallman <rms@gnu.org>
10757
10758 * simple.el (region-active-p): New function.
10759 (use-empty-active-region): New variable.
10760
10761 * dired-aux.el (dired): Load dired.el at run time too.
10762
10763 2007-12-23 Juri Linkov <juri@jurta.org>
10764
10765 * man.el (Man-follow-manual-reference): Fill the minibuffer's
10766 default list with a full list of references.
10767
10768 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10769
10770 2007-12-23 Andreas Schwab <schwab@suse.de>
10771
10772 * files.el (switch-to-buffer-other-frame): Return the buffer
10773 switched to.
10774
10775 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
10776
10777 Sync with Tramp 2.1.12.
10778
10779 * net/tramp.el: New todo item.
10780
10781 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
10782 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
10783
10784 * net/trampver.el: Update release number.
10785
10786 2007-12-22 Richard Stallman <rms@gnu.org>
10787
10788 * newcomment.el (comment-region-default): Don't triple the
10789 comment starter if the first region line isn't indented enough.
10790
10791 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10792
10793 * net/imap.el (imap-authenticate): Use current-buffer instead of
10794 buffer, for the cases where imap-authenticate is called with a nil
10795 buffer parameter.
10796
10797 2007-12-21 Martin Rudalics <rudalics@gmx.at>
10798
10799 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
10800 specifier from format-string. Reported by Ye Wenbin.
10801
10802 2007-12-20 Jason Rumney <jasonr@gnu.org>
10803
10804 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
10805 Parent group is font-lock-faces.
10806 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
10807 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
10808 (nxml-version): Remove.
10809 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
10810 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
10811 (nxml-processing-instruction-delimiter)
10812 (nxml-processing-instruction-target)
10813 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
10814 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
10815 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
10816 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
10817 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
10818 (nxml-attribute-prefix, nxml-attribute-colon)
10819 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
10820 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
10821 (nxml-attribute-value, nxml-attribute-value-delimiter)
10822 (nxml-namespace-attibute-value)
10823 (nxml-namespace-attribure-value-delimiter)
10824 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
10825 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
10826 (nxml-glyph): Rename, removing -face suffix.
10827 Inherit from existing font-lock faces.
10828 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
10829 Use new face names.
10830
10831 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10832 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10833 Rename, removing -face suffix.
10834 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
10835 (nxml-highlighted-colon, nxml-highlighted-slash)
10836 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
10837 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
10838 (nxml-highlighted-qname, nxml-outline-display-heading):
10839 Use new face names.
10840
10841 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
10842
10843 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
10844
10845 2007-12-19 Martin Rudalics <rudalics@gmx.at>
10846
10847 * cus-start.el (all): Use correct group name for members of
10848 mode-line group.
10849
10850 * man.el (Man-default-man-entry): When looking for default man
10851 entry title search text preceding point. Use when instead of if.
10852
10853 * indent.el (indent-for-tab-command): Fix doc-string typo.
10854
10855 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
10856 vc-parent-buffer is the current buffer.
10857
10858 * info-look.el (info-lookup, info-lookup-setup-mode)
10859 (info-lookup-make-completions): Avoid clobbering Info-history and
10860 Info-history-list.
10861
10862 2007-12-19 Glenn Morris <rgm@gnu.org>
10863
10864 * progmodes/verilog-mode.el (top-level): Don't require compile.
10865 (compilation-error-regexp-alist, compilation-last-buffer):
10866 Define for compiler.
10867 (verilog-insert-1): New function.
10868 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
10869 Use verilog-insert-1.
10870 (verilog-surelint-off): Use next-error-last-buffer if bound.
10871 Check compile buffer is live.
10872
10873 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
10874
10875 * progmodes/compile.el (compilation-start): Don't pass a FRAME
10876 argument to display-buffer.
10877
10878 2007-12-19 Jason Rumney <jasonr@gnu.org>
10879
10880 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
10881 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
10882 (rng-byte-compile-load, rng-write-version): Remove.
10883
10884 * nxml/rng-loc.el (rng-schema-locating-files-default)
10885 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
10886 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
10887
10888 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
10889
10890 * files.el (cd-absolute): Set `list-buffers-directory' in order to
10891 show correct path in buffer list.
10892
10893 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
10894 (tramp-find-shell): Send only single prompt setting commands, in
10895 order to avoid double-prompt.
10896
10897 * net/tramp-compat.el (top): Require cl only when compiling.
10898 Reported by Glenn Morris <rgm@gnu.org>.
10899
10900 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10901
10902 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
10903 (c-comment-continuation-stars): No longer declare with
10904 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
10905 (c-block-comment-prefix): Use symbol-value to
10906 access c-comment-continuation-stars.
10907 * progmodes/cc-mode.el (c-initialize-cc-mode):
10908 Use symbol-value to access c-comment-continuation-stars.
10909
10910 2007-12-18 Mark A. Hershberger <mah@everybody.org>
10911
10912 * xml.el (xml-escape-string): New function. Escape string using
10913 xml-entity-alist.
10914 (xml-debug-print-internal): Use xml-escape-string to escape
10915 characters in attributes and in text children of elements.
10916
10917 2007-12-18 Glenn Morris <rgm@gnu.org>
10918
10919 * progmodes/cc-subword.el (c-subword-mode): Drop support for
10920 systems without define-minor-mode.
10921
10922 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
10923
10924 * progmodes/verilog-mode.el: Replace all instances of
10925 string-to-int with string-to-number, insert-string with insert,
10926 and read-input with read-string.
10927 (top-level): No need to require imenu, reporter, dinotrace, vc,
10928 font-lock when compiling. Always require compile. Relegate remaining
10929 compatibility cruft to XEmacs. Don't require font-lock.
10930 (verilog-version): Remove superfluous concat.
10931 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
10932 No need to define.
10933 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
10934 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
10935 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
10936 (verilog-startup-message-displayed): These are variables, not constants.
10937 (verilog-batch-execute-func, verilog-auto-inst)
10938 (verilog-auto-inst-param): Use mapc rather than mapcar.
10939 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
10940 actually defining.
10941 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
10942 (verilog-modi-get-outputs, verilog-modi-get-inouts)
10943 (verilog-modi-get-inputs, verilog-modi-get-wires)
10944 (verilog-modi-get-regs, verilog-modi-get-assigns)
10945 (verilog-modi-get-consts, verilog-modi-get-gparams)
10946 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
10947 (verilog-modi-get-sub-inputs): Move inline functions earlier in
10948 the file.
10949 (sigs-in, sigs-out): Don't declare multiple times.
10950 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
10951 `defvar'.
10952 (verilog-auto): Call dinotrace-unannotate-all only if bound.
10953 (verilog-module-inside-filename-p): No need to wrap fboundp test
10954 in condition-case.
10955 (reporter-submit-bug-report): Autoload it.
10956 (verilog-mark-defun): Call zmacs-activate-region only if bound.
10957 (verilog-font-customize): Call customize-apropos only if bound.
10958 (verilog-getopt-flags, verilog-auto-reeval-locals):
10959 Use make-local-variable rather than make-variable-buffer-local.
10960 (verilog-company, verilog-project, verilog-modi-cache-list):
10961 Move make-variable-buffer-local calls to top-level.
10962 (font-lock-defaults-alist): Don't define it.
10963 (verilog-need-fld): Remove.
10964 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
10965 (verilog-mode): Only call make-local-hook on XEmacs.
10966 Set font-lock-defaults rather than using verilog-font-lock-init.
10967
10968 2007-12-17 Andreas Schwab <schwab@suse.de>
10969
10970 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
10971 Fix comment typo.
10972
10973 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
10974
10975 * net/dbus.el (dbus-name-owner-changed-handler):
10976 Use `dbus-unregister-signal' for removing old rules.
10977 Obey new structure of `dbus-registered-functions-table'.
10978
10979 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
10980
10981 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
10982
10983 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10984
10985 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
10986 function.
10987 (add-submenu): Only define for XEmacs.
10988 (verilog-regexp-words): Revert previous change, keep the other
10989 definition.
10990
10991 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
10992
10993 * progmodes/perl-mode.el (perl-continued-statement-offset)
10994 (perl-continued-brace-offset, perl-brace-offset)
10995 (perl-brace-imaginary-offset, perl-label-offset):
10996 * progmodes/cperl-mode.el (cperl-brace-offset)
10997 (cperl-continued-brace-offset, cperl-label-offset)
10998 (cperl-continued-statement-offset)
10999 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11000 Add safe-local-variable properties.
11001
11002 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11003
11004 * progmodes/verilog-mode.el (verilog-mode-map)
11005 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11006 (verilog-colorize-include-files): Use only overlay functions so
11007 that it can work on both emacs and XEmacs.
11008 (set-extent-keymap): Remove unused defun.
11009 (verilog-kill-existing-comment, verilog-insert-date)
11010 (verilog-insert-year): Rename in order not to pollute the global
11011 namespace from kill-existing-comment, insert-date and
11012 insert-year, respectively.
11013 (verilog-set-auto-endcomments, verilog-header): Update callers.
11014
11015 * files.el (auto-mode-alist): Recognize verilog files.
11016
11017 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11018 (verilog-string-remove-spaces, verilog-re-search-forward)
11019 (verilog-re-search-backward, verilog-re-search-forward-quick)
11020 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11021 (verilog-get-end-of-line, verilog-within-string): Move definitions
11022 before first use. No code changes.
11023
11024 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11025
11026 * progmodes/verilog-mode.el (verilog-mode-version)
11027 (verilog-mode-release-date): Don't use expanding keywords.
11028 (provide): Move to the end of file.
11029 (fboundp): Don't check if eval-when-compile is bound, it is used
11030 later in the file without checking.
11031 (when, unless): Copy definitions from subr.el.
11032 (char-before, defcustom, defface, customize-group)
11033 (verilog-batch-error-wrapper): Don't use old style backquotes.
11034 (verilog-regexp-opt): Avoid using the cl function case.
11035 (verilog-regexp-words): Remove duplicated definition.
11036 (verilog-mode-abbrev-table): Remove, duplicate.
11037 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11038 Declare and initialize in one step.
11039 (verilog-declaration-prefix-re, verilog-declaration-re)
11040 (verilog-end-of-statement, verilog-indent-declaration)
11041 (verilog-get-lineup-indent): Remove trailing whitespace.
11042 (verilog-mode): Fix autoload cookie.
11043 Set beginning-of-defun-function and end-of-defun-function. Use when
11044 instead of if.
11045 (verilog-emacs-features, verilog-auto-ascii-enum)
11046 (verilog-insert-indices): Escape braces in doc strings.
11047
11048 2007-12-08 Michael McNamara <mac@verilog.com>
11049 Wilson Snyder <wsnyder@wsnyder.org>
11050
11051 * progmodes/verilog-mode.el: New file.
11052
11053 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11054
11055 * international/latexenc.el (latexenc-find-file-coding-system):
11056 If both coding-system-for-write and buffer-file-coding-system of
11057 latex-main-file are nil, use `undecided'.
11058
11059 2007-12-06 Jason Rumney <jasonr@gnu.org>
11060
11061 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11062
11063 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11064
11065 * files.el (revert-buffer): Docstring fix.
11066
11067 2007-12-11 Glenn Morris <rgm@gnu.org>
11068
11069 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11070
11071 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11072
11073 * calc/calc-aent.el (math-restore-underscores)
11074 (math-string-restore-underscores): New functions.
11075 (math-read-factor): Properly check variable names with underscores
11076 for entries in `math-expr-variable-mapping'.
11077
11078 * calc/calc-lang.el (math-lang-name): New property name.
11079
11080 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11081 to set language name.
11082
11083 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11086
11087 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * server.el (server-select-display): Fix important typo.
11090 (server-process-filter): Turn a "" display into nil.
11091
11092 2007-12-09 Juri Linkov <juri@jurta.org>
11093
11094 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11095 Check search-upper-case before calling isearch-no-upper-case-p
11096 to set case-fold-search.
11097 (occur): Doc fix.
11098 (occur-1, perform-replace): Check search-upper-case before calling
11099 isearch-no-upper-case-p to set case-fold-search.
11100
11101 * isearch.el (search-upper-case): Doc fix.
11102 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11103 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11104 (isearch-query-replace-regexp): Doc fix.
11105 (isearch-occur): New function.
11106
11107 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11108
11109 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11110 backward compatibility.
11111
11112 * net/imap.el (imap-string-to-integer): New function.
11113
11114 2007-12-09 David Kastrup <dak@gnu.org>
11115
11116 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11117 directories. Not sure anybody uses this anymore, though.
11118
11119 2007-12-09 Glenn Morris <rgm@gnu.org>
11120
11121 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11122 in make-variable-frame-local call.
11123
11124 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11125
11126 * mail/hashcash.el (declare-function):
11127 * net/imap.el (declare-function): New no-op macro for backward
11128 compatibility.
11129
11130 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11131
11132 Sync makefile.w32-in with Makefile.in.
11133
11134 * makefile.w32-in (check-declare): New target.
11135 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11136 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11137 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11138 ($(lisp)/progmodes/cc-mode.elc): Use it.
11139 ($(lisp)/progmodes/cc-mode.elc): New rule.
11140
11141 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11142
11143 * indent.el (tab-stop-list): Mark as safe-local-variable.
11144
11145 * generic-x.el (etc-sudoers-generic-mode): New mode.
11146 (generic-unix-modes): Add it.
11147
11148 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11149
11150 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11151 apply wildcards in a hash table key; there is no usable hash code then.
11152 (dbus-registered-functions-table): Use `equal' as test function.
11153 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11154 structure.
11155
11156 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11157
11158 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11159 bound error in block comment branch.
11160
11161 2007-12-08 David Kastrup <dak@gnu.org>
11162
11163 * textmodes/reftex.el (reftex-select-with-char):
11164 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11165 (reftex-toc-visit-location, reftex-toc-find-section):
11166 * textmodes/reftex-index.el (reftex-index-show-entry):
11167 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11168 (org-table-rotate-recalc-marks, org-mark-ring-push)
11169 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11170 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11171 (org-evaluate-time-range, org-edit-agenda-file-list):
11172 * textmodes/artist.el (artist-select-next-op-in-list)
11173 (artist-select-prev-op-in-list):
11174 * term/mac-win.el (mac-service-insert-text):
11175 * startup.el (fancy-about-screen):
11176 * progmodes/vhdl-mode.el (vhdl-decision-query):
11177 * progmodes/idlwave.el (idlwave-template)
11178 (idlwave-scroll-completions, idlwave-display-completion-list):
11179 * progmodes/ebrowse.el (ebrowse-show-progress):
11180 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11181 * progmodes/antlr-mode.el (antlr-insert-option-do):
11182 * play/mpuz.el (mpuz-close-game):
11183 * net/rcirc.el (rcirc-next-active-buffer):
11184 * mail/reporter.el (reporter-update-status):
11185 * kmacro.el (kmacro-display):
11186 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11187 * emulation/viper-util.el (viper-save-setting):
11188 * emacs-lisp/lisp-mnt.el (lm-verify):
11189 * emacs-lisp/edebug.el (edebug-set-mode):
11190 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11191 * calendar/calendar.el (calendar-print-day-of-year):
11192 * calc/calcalg3.el (calc-curve-fit):
11193 * calc/calcalg2.el (math-integral):
11194 * calc/calc.el (calc-read-key-sequence, calc-version):
11195 * calc/calc-mode.el (calc-set-simplify-mode):
11196 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11197
11198 2007-12-07 D. Goel <deego3@gmail.com>
11199
11200 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11201 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11202 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11203 * mail/uce.el (uce-reply-to-uce)
11204 * progmodes/vhdl-mode.el (vhdl-template-modify)
11205 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11206 to `error' (as suggested by RMS.)
11207
11208 2007-12-07 Glenn Morris <rgm@gnu.org>
11209
11210 * allout.el (allout-write-file-hook-handler):
11211 * textmodes/reftex.el (reftex-TeX-master-file):
11212 * textmodes/reftex-parse.el (reftex-short-context):
11213 Revert previous change.
11214
11215 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11216
11217 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11218 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11219 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11220 (dbus-event-service-name, dbus-event-path-name)
11221 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11222 event structure.
11223 (dbus-list-activatable-names, dbus-list-names)
11224 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11225 Reorder `dbus-call-method' arguments.
11226
11227 2007-12-06 D. Goel <deego3@gmail.com>
11228
11229 * allout.el (allout-write-file-hook-handler):
11230 * textmodes/reftex.el (reftex-TeX-master-file):
11231 * textmodes/org.el (org-paste-subtree):
11232 * progmodes/vhdl-mode.el (vhdl-template-modify):
11233 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11234 (idlwave-shell-display-line):
11235 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11236 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11237 * net/trampver.el (x):
11238 * mail/uce.el (uce-reply-to-uce):
11239 * mail/rmailout.el (rmail-output):
11240 * mail/feedmail.el (feedmail-dump-message-to-queue):
11241 * whitespace.el (whitespace-write-file-hook):
11242 * wdired.el (wdired-check-kill-buffer):
11243 * vc.el (vc-update):
11244 * vc-mcvs.el (vc-mcvs-checkin):
11245 * vc-cvs.el (vc-cvs-checkin):
11246 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11247 * ibuffer.el (ibuffer-current-buffer):
11248 * dired.el (dired-move-to-end-of-filename):
11249 * bindings.el (complete-symbol):
11250 * textmodes/org-publish.el (org-publish-file):
11251 (org-publish-current-project):
11252 * textmodes/reftex-parse.el (reftex-short-context):
11253 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11254
11255 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * doc-view.el (doc-view-dvi->pdf-sentinel)
11258 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11259 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11260 within a sentinel or timer.
11261 (doc-view-display): Don't try to display before the requested page
11262 is available, unless told to do so explicitly.
11263 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11264 Force display even if the requested page is not available.
11265
11266 2007-12-06 Richard Stallman <rms@gnu.org>
11267
11268 * help-fns.el (describe-function-1): Call ad-get-advice-info
11269 only on symbols.
11270
11271 2007-12-06 Glenn Morris <rgm@gnu.org>
11272
11273 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11274 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11275 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11276 faces in non-light-background case.
11277
11278 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11279 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11280 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11281 * emulation/vi.el, emulation/viper-cmd.el:
11282 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11283 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11284 * textmodes/fill.el: Remove directory part from filenames in
11285 function declarations.
11286
11287 * dired-aux.el (mailcap-mime-info): Update declaration.
11288
11289 2007-12-05 Richard Stallman <rms@gnu.org>
11290
11291 * wid-edit.el (widget-type): Doc fix.
11292
11293 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11296 Don't match "sub { (...) ... }".
11297
11298 2007-12-05 Richard Stallman <rms@gnu.org>
11299
11300 * international/mule-cmds.el (toggle-input-method-active): New var.
11301 (toggle-input-method): Bind toggle-input-method-active to t.
11302 Error if it was already non-nil.
11303
11304 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11305
11306 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11307
11308 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11309
11310 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11311 see if certs should be verified and what is to be done in the
11312 event of a verification failure.
11313
11314 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * net/tls.el (tls-program): Provide more custom choices from
11317 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11318 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11319 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11320 version. Minor improvement to doc strings.
11321 (tls-program): Add comment.
11322
11323 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11324
11325 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11326 (tls-checktrust): New variable. Check if GNU TLS complained about a
11327 mismatch between the hostname provided in the certificate and the name
11328 of the host connnecting to.
11329 (open-tls-stream): Use them. Check certificates against trusted root
11330 certificates.
11331
11332 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11333
11334 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11335 (imap-parse-status): Upcase status-att for broken servers that sends
11336 them lower-case (e.g., MS Exchange 2007).
11337
11338 2007-12-05 D. Goel <deego3@gmail.com>
11339
11340 * simple.el (undo):
11341 * image-dired.el (image-dired-display-thumb-properties):
11342 (image-dired-modify-mark-on-thumb-original-file):
11343 (image-dired-dired-display-properties):
11344 * help.el (help-window-display-message):
11345 * files.el (hack-local-variables-confirm):
11346 * ediff.el (ediff-version):
11347 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11348 `message' and `error': Ensure that first arg is a format string.
11349
11350 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11351 ".el" suffix over "".
11352
11353 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11354
11355 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11356 interface and member fields.
11357
11358 2007-12-05 Glenn Morris <rgm@gnu.org>
11359
11360 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11361 (pcomplete-here): Autoload it.
11362
11363 * eshell/em-basic.el (print-func): No need to define for compiler.
11364
11365 * eshell/esh-cmd.el (eshell-debug-command):
11366 * eshell/esh-io.el (eshell-print): Move definitions before use.
11367
11368 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11369
11370 * eshell/esh-util.el (top-level): Don't require pp.
11371 Use condition-case rather than ignore-errors.
11372
11373 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11374
11375 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11376 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11377 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11378 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11379 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11380 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11381 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11382 if needed when compiling, rather than esh-maint. Collect any
11383 require statements. Move provide statement to end. Move any
11384 commentary to start.
11385
11386 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11387 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11388 * eshell/esh-proc.el, eshell/esh-var.el:
11389 Require individual files if needed when compiling, rather than
11390 esh-maint. Collect any require statements. Leave provide at start.
11391 Move any commentary to start.
11392
11393 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11394 Remove declared function from byte-compile-noruntime-functions.
11395
11396 * ediff-util.el (ediff-version):
11397 * progmodes/python.el (compilation-shell-minor-mode):
11398 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11399 (calendar-bahai-date-string, calendar-check-holidays)
11400 (calendar-chinese-date-string, calendar-coptic-date-string)
11401 (calendar-ethiopic-date-string, calendar-forward-day)
11402 (calendar-french-date-string, calendar-goto-date)
11403 (calendar-goto-today, calendar-hebrew-date-string)
11404 (calendar-islamic-date-string, calendar-iso-date-string)
11405 (calendar-julian-date-string, calendar-mayan-date-string)
11406 (calendar-persian-date-string, gnus-summary-last-subject)
11407 (parse-time-string, rmail-show-message): Declare as functions.
11408
11409 2007-12-05 Michael Olson <mwolson@gnu.org>
11410
11411 * textmodes/remember.el: Merge contents of remember-diary.el here,
11412 updating header. Add autoload cookie so that byte-compilation
11413 works without warning.
11414 (remember-diary-file): Default to nil, since diary might not yet
11415 be loaded at this point, which would deny us access to diary-file.
11416 (remember-diary-extract-entries): If remember-diary-file is nil,
11417 then use diary-file instead.
11418
11419 * textmodes/remember-diary.el: Remove, due to the issue of needing
11420 the first 8 characters of a filename to be unique.
11421
11422 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11423
11424 * net/dbus.el (dbus-hash-table=): New defun.
11425 (dbus-hash-table-test): New hash table test function, used in
11426 `dbus-registered-functions-table'.
11427 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11428 (dbus-event-service-name, dbus-event-path-name)
11429 (dbus-event-interface-name, dbus-event-member-name):
11430 Rewrite, due to new structure of `dbus-event'.
11431
11432 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11433
11434 * ido.el (ido-save-history): Set the `coding' local
11435 variable in the first line of the file.
11436
11437 2007-12-04 Glenn Morris <rgm@gnu.org>
11438
11439 * password-cache.el: Move here from gnus/password.el.
11440 (top-level): Don't require cl when compiling.
11441 (password-read-and-add): Doc fix. Make obsolete.
11442
11443 * net/tramp.el: Require password-cache or password.
11444
11445 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11446 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11447 compiling.
11448 (cua-set-rectangle-mark): Add doc string to autoload.
11449 (cua--rectangle, cua--last-killed-rectangle)
11450 (cua--global-mark-active): Always define for compiler.
11451 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11452 (cua--delete-rectangle, cua--insert-rectangle)
11453 (cua--rectangle-corner, cua--rectangle-assert)
11454 (cua--insert-at-global-mark, cua--global-mark-post-command):
11455 Declare as functions.
11456
11457 * emulation/cua-gmrk.el (top-level): Move provide to end.
11458
11459 * emulation/cua-rect.el (top-level): Move provide to end.
11460 Don't require cua-gmrk when compiling.
11461 (cua--cut-rectangle-to-global-mark)
11462 (cua--copy-rectangle-to-global-mark): Declare as functions.
11463
11464 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11465 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11466 (viper-vi-state-cursor-color):
11467 Consolidate make-variable-frame-local calls.
11468
11469 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11470 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11471 than bbdb-address-street1,2,3.
11472
11473 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11474 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
11475
11476 2007-12-03 Karl Fogel <kfogel@red-bean.com>
11477
11478 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11479 (save-place-alist-to-file, load-save-place-alist-from-file):
11480 Don't print non-error messages at all, there's really no need.
11481 Do print if there's a problem, and clarify message in that case.
11482
11483 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11484
11485 * ediff-diff.el (ediff-prepare-error-list):
11486 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11487
11488 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
11489
11490 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11491 (doc-view-current-overlay, doc-view-pending-cache-flush):
11492 Add doc string.
11493
11494 2007-12-03 Richard Stallman <rms@gnu.org>
11495
11496 * subr.el (declare-function): Move from byte-run.el.
11497
11498 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11499
11500 * window.el (recenter-top-bottom): Don't use `ecase'.
11501
11502 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11503
11504 * saveplace.el (save-place-alist-to-file):
11505 Set coding-system-for-write once and refer to it throughout.
11506 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11507
11508 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11509
11510 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11511 system when writing, and set it in the first-line file variables.
11512 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11513 Juanma Barranquero.
11514
11515 2007-12-02 Glenn Morris <rgm@gnu.org>
11516
11517 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11518 Reverse branches of if statement.
11519
11520 * emulation/viper-cmd.el (top-level): Don't require advice.
11521 Don't load viper-util, viper-keym, viper-mous, viper-macs,
11522 viper-ex when compiling.
11523
11524 * emulation/viper-ex.el (top-level): Don't load viper-util,
11525 viper-keym when compiling.
11526
11527 * emulation/viper-init.el (top-level): Move provide statement to end.
11528
11529 * emulation/viper-keym.el (top-level): Don't load viper-util when
11530 compiling. Move provide statement to end.
11531
11532 * emulation/viper-macs.el (top-level): Don't load viper-util,
11533 viper-keym, viper-mous when compiling.
11534
11535 * emulation/viper-mous.el (top-level): Don't load viper-util when
11536 compiling.
11537
11538 * emulation/viper-util.el (top-level): Don't load viper-init when
11539 compiling.
11540
11541 * emulation/viper.el (top-level): Don't require ring.
11542 Don't load viper-init, viper-cmd when compiling.
11543
11544 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11545 Move here from gnus/.
11546
11547 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11548
11549 Offer option for saveplace to be quiet about loading and saving.
11550 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11551
11552 * saveplace.el (save-place-quiet): New customizable boolean.
11553 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11554 to determine whether to print loading/saving messages.
11555
11556 2007-12-02 Glenn Morris <rgm@gnu.org>
11557
11558 * mail/binhex.el: Move here from gnus/.
11559 (binhex): New custom group.
11560 (binhex-decoder-program, binhex-decoder-switches)
11561 (binhex-use-external): Move to the binhex custom group.
11562
11563 * mail/uudecode.el: Move here from gnus/.
11564 (uudecode): New custom group.
11565 (uudecode-decoder-program, uudecode-decoder-switches)
11566 (uudecode-use-external): Move to the uudecode custom group.
11567
11568 * net/netrc.el (top-level): Don't load `encrypt' features.
11569 (netrc-parse): Don't use encrypt.
11570 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11571
11572 * progmodes/python.el (top-level): Don't require cl when compiling.
11573
11574 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
11575
11576 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11577 encoding for aspell process and for communication with it.
11578 Only add "-d" option if not already present.
11579 Use ispell-current-dictionary and ispell-current-personal-dictionary.
11580 General reorganization.
11581
11582 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11583 encoding here.
11584 (ispell-start-process): Explicitly set encoding here if using aspell.
11585
11586 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
11587
11588 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11589 function to log-edit.
11590
11591 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
11592
11593 * net/dbus.el: New file.
11594
11595 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
11596
11597 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11598 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11599 (calc-lang-parens-are-subscripts): New variables.
11600 (math-expr-special-function-mapping): Remove variable.
11601 (math-eqn-ignore-words, math-tex-ignore-words)
11602 (math-latex-ignore-words): Move to calc-lang.el.
11603
11604 * calc/calc-lang.el (math-compose-vector, math-compose-var)
11605 (math-tex-expr-is-flat): Declare as functions.
11606 (calc-lang-slash-idiv, calc-lang-allow-underscores)
11607 (math-comp-left-bracket, math-comp-right-bracket)
11608 (math-comp-comma, math-comp-vector-prec): Declare as variables.
11609 (math-var-formatter, math-matrix-formatter)
11610 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11611 (math-punc-table, math-compose-subscr, math-dots)
11612 (math-func-formatter): New property names to store language
11613 specific information.
11614 (math-compose-tex-var, math-compose-tex-intv)
11615 (math-compose-maple-intv, math-compose-eqn-intv)
11616 (math-compose-tex-sum, math-compose-tex-func)
11617 (math-compose-tex-intv): New functions.
11618 (math-eqn-ignore-words, math-tex-ignore-words)
11619 (math-latex-ignore-words): Move from calc.el.
11620 (math-special-function-table): Add entries for tex.
11621 (calc-lang-slash-idiv, calc-lang-allows-underscores):
11622 New variables.
11623 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11624 (math-compose-tex-matrix, math-compose-eqn-matrix)
11625 (math-eqn-special-functions): Move from calccomp.el.
11626
11627 * calc/calccomp.el (math-compose-var): New function.
11628 (math-compose-expr): Allow more special functions to be used.
11629 Change test for formatting fractions. Use variables and property
11630 names to help with language specific formatting.
11631 (math-compose-tex-matrix, math-compose-eqn-matrix)
11632 (math-eqn-special-functions): Move to calc-lang.el.
11633 (math-compose-rows): Use property names to help with language
11634 specific formatting.
11635
11636 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11637 into nested subscripts.
11638 (math-read-token): Use variables and property names to help with
11639 language specific parsing.
11640 (math-read-expression-level): Use variables to help with language
11641 specific parsing.
11642
11643 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11646 (archive-rar-summarize): Allow the file name to be passed as argument.
11647 Remove unused vars `header' and `footer'.
11648 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11649
11650 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11651
11652 * log-edit.el (log-edit-show-diff): New function.
11653 (log-edit-mode-map, log-edit-menu): Bind it.
11654 (log-edit-diff-function): New variable.
11655 (log-edit): Change the 3rd param to be an alist and accept a
11656 function that computes a diff for the files involved.
11657
11658 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11659
11660 2007-12-01 Martin Rudalics <rudalics@gmx.at>
11661
11662 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11663 wrap next-/previous-line in with-no-warnings.
11664
11665 2007-12-01 Glenn Morris <rgm@gnu.org>
11666
11667 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11668
11669 * net/dig.el: Move here from gnus/.
11670 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11671
11672 * net/dns.el: Move here from gnus/.
11673 (top-level): Don't require mm-util, or cl when compiling.
11674 (dns-write-name, dns-read, dns-read-type, query-dns):
11675 Replace mm-with-unibyte-buffer with its expansion.
11676 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11677
11678 * progmodes/gdb-ui.el (gud-remove, gud-break):
11679 * progmodes/gud.el (gdb-create-define-alist)
11680 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11681 (hl-line-highlight, gdb-display-source-buffer)
11682 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11683 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11684
11685 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11686
11687 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11688 Move args on defun line.
11689
11690 * textmodes/org.el (org-calendar-holiday):
11691 Use calendar-check-holidays instead of the obsolete
11692 check-calendar-holidays.
11693 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11694 (bbdb-company, bbdb-current-record, bbdb-name)
11695 (bbdb-record-getprop, bbdb-record-name)
11696 (bibtex-beginning-of-entry, bibtex-generate-autokey)
11697 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11698 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11699 (mh-find-path, mh-get-header-field, mh-get-msg-num)
11700 (mh-header-display, mh-index-previous-folder)
11701 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11702 (mh-show-buffer-message-number, mh-show-header-display)
11703 (mh-show-msg, mh-show-show, mh-visit-folder)
11704 (org-export-latex-cleaned-string, remember)
11705 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11706 (rmail-what-message, elmo-folder-exists-p)
11707 (elmo-message-entity-field, elmo-message-field)
11708 (vm-beginning-of-message, vm-follow-summary-cursor)
11709 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11710 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11711 (vm-summarize, wl-folder-get-elmo-folder)
11712 (wl-summary-goto-folder-subr)
11713 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11714 (wl-summary-line-subject, wl-summary-message-number)
11715 (wl-summary-redisplay): Declare as functions.
11716
11717 2007-11-30 Martin Rudalics <rudalics@gmx.at>
11718
11719 * longlines.el (longlines-show-hard-newlines): Remove handling of
11720 buffer-undo-list and buffer-modified status.
11721 (longlines-show-region, longlines-unshow-hard-newlines):
11722 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11723 inhibit-modification-hooks here to avoid that a buffer appears
11724 modified when toggling visibility of hard newlines.
11725
11726 2007-11-30 Glenn Morris <rgm@gnu.org>
11727
11728 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11729
11730 * progmodes/idlw-complete-structtag.el
11731 (idlwave-sintern-structtag):
11732 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11733 (idlwave-sintern-sysvartag):
11734 * progmodes/idlwave.el (idlwave-sintern-class-tag)
11735 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11736 functions.
11737
11738 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11739
11740 * textmodes/reftex-index.el (texmathp):
11741 * textmodes/reftex-auc.el (TeX-argument-insert)
11742 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11743 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11744 (LaTeX-label-list):
11745 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11746 (rng-clear-conditional-region, rng-do-some-validation): Declare as
11747 functions.
11748 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11749
11750 2007-11-30 Glenn Morris <rgm@gnu.org>
11751
11752 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11753 argument and document it.
11754
11755 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11756 Third argument to declare-function must be a list to specify arglist.
11757
11758 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11759 Handle declare-function third argument `t' and fourth argument.
11760 (check-declare-verify): Doc fix. Handle `fileonly' case.
11761 Use progn rather than prog1.
11762
11763 * desktop.el (uniquify-item-base):
11764 * term/mac-win.el (url-type): Declare as functions.
11765
11766 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11767 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11768 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11769 fourth arg to declare-function.
11770
11771 * play/dunnet.el: Don't require cl when compiling.
11772 (byte-compile-warnings): Set via file local variables.
11773 (dun-parse): Let-bind `beg' and `line'.
11774
11775 2007-11-29 Alexandre Julliard <julliard@winehq.org>
11776
11777 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
11778
11779 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11780
11781 * calendar/time-date.el (encode-time-value): Doc fix.
11782
11783 2007-11-29 Glenn Morris <rgm@gnu.org>
11784
11785 * calendar/time-date.el (with-decoded-time-value): Doc fix.
11786
11787 * textmodes/css-mode.el (prog-mode): Remove.
11788 (css-mode): Derive from fundamental-mode rather than prog-mode.
11789
11790 * emacs-lisp/byte-run.el (declare-function): Doc fix.
11791
11792 * emacs-lisp/check-declare.el (check-declare-locate)
11793 (check-declare-verify): Handle `external' files.
11794 (check-declare-errmsg): New function.
11795 (check-declare-verify, check-declare-file, check-declare-directory):
11796 Use check-declare-errmsg to report the number of problems.
11797
11798 * ffap.el (w3-view-this-url)
11799 * mail/mspools.el (vm-visit-folder)
11800 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
11801 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
11802 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
11803 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
11804 (bbdb-records)
11805 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
11806 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
11807 (sasl-make-client, sasl-next-step, sasl-step-data)
11808 (sasl-step-set-data)
11809 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
11810 (htmlr-step): Declare as functions.
11811
11812 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
11813 Use bbdb-address-zip rather than bbdb-address-zip-string.
11814
11815 2007-11-28 Richard Stallman <rms@gnu.org>
11816
11817 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
11818 Move here from gnus/.
11819
11820 2007-11-28 Martin Rudalics <rudalics@gmx.at>
11821
11822 * newcomment.el (comment-region-internal): Fix newline insertion
11823 in `block' case.
11824
11825 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
11828
11829 2007-11-28 Glenn Morris <rgm@gnu.org>
11830
11831 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
11832 delete .elc files.
11833
11834 * nxml/char-name/unicode: Move to etc/nxml/.
11835 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
11836
11837 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
11838 Declare as a function.
11839
11840 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
11841 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
11842 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
11843
11844 * nxml/nxml-outln.el (nxml-token-start-tag-p)
11845 (nxml-token-end-tag-p): Move definitions before use.
11846
11847 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
11848
11849 * nxml/nxml-uchnm.el (top-level)
11850 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
11851 (nxml-enabled-unicode-blocks): Add custom group.
11852
11853 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
11854 Use string-to-number rather than string-to-int.
11855
11856 * dired-x.el (dired-omit-old-add-entry): Declare as function.
11857 Move definition before use.
11858 (dired-old-find-buffer-nocreate): Declare as function.
11859
11860 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
11861 (check-declare-verify): Handle fset.
11862
11863 * emulation/edt.el (edt-user-emulation-setup):
11864 Test edt-setup-user-bindings is bound before calling.
11865
11866 * emulation/tpu-edt.el: Don't require cl when compiling.
11867 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
11868 (tpu-edt-off): Use condition-case rather than ignore-errors.
11869 Use with-no-warnings.
11870
11871 * eshell/esh-util.el (top-level): Use require rather than load for
11872 ange-ftp.
11873
11874 * mail/supercite.el (sc-version): Redefine as an alias for
11875 emacs-version.
11876 (sc-help-address): Remove.
11877 (sc-version): Use emacs-version rather than sc-version.
11878 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
11879
11880 * net/socks.el (socks-original-open-network-stream): Declare as
11881 function. Move definition before use.
11882
11883 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
11884
11885 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
11886 (math-make-frac): Declare as functions.
11887
11888 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
11889
11890 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
11891 Pacify byte compiler.
11892 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
11893
11894 * progmodes/idlwave.el (idlwave-shell-get-path-info)
11895 (idlwave-shell-temp-file, idlwave-shell-is-running)
11896 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
11897 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
11898 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
11899 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
11900 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
11901 (idlwave-completing-read, idlwave-current-routine)
11902 (idlwave-downcase-safe, idlwave-entry-find-keyword)
11903 (idlwave-expand-keyword, idlwave-find-class-definition)
11904 (idlwave-find-inherited-class, idlwave-find-struct-tag)
11905 (idlwave-get-buffer-visiting, idlwave-in-quote)
11906 (idlwave-make-full-name, idlwave-members-only)
11907 (idlwave-popup-select, idlwave-routine-source-file)
11908 (idlwave-routines, idlwave-sintern-class)
11909 (idlwave-sintern-keyword, idlwave-sintern-method)
11910 (idlwave-sintern-routine-or-method)
11911 (idlwave-substitute-link-target, idlwave-sys-dir)
11912 (idlwave-this-word, idlwave-what-module-find-class)
11913 (idlwave-where):
11914 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
11915 * mail/uce.el (rmail-msg-is-pruned)
11916 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
11917 (rmail-toggle-header):
11918 * mail/sendmail.el (dired-view-file, dired-get-filename):
11919 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
11920 (rmail-display-labels, rmail-msgbeg)
11921 (rmail-set-message-deleted-p, rmail-message-labels-p)
11922 (rmail-show-message, mail-comma-list-regexp)
11923 (mail-parse-comma-list):
11924 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
11925 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
11926 (rfc822-addresses, mail-abbrev-make-syntax-table)
11927 (mail-sendmail-delimit-header, mail-header-end):
11928 * mail/hashcash.el (message-narrow-to-headers-or-head)
11929 (message-fetch-field, message-goto-eoh)
11930 (message-narrow-to-headers):
11931 * vc.el (view-mode-exit): Declare as functions.
11932
11933 * mail/vms-pmail.el:
11934 * vmsproc.el:
11935 * vms-patch.el: Don't byte compile these files, they don't work.
11936
11937 2007-11-27 Glenn Morris <rgm@gnu.org>
11938
11939 * calc/calc-ext.el (math-read-big-rec):
11940 * calc/calc-nlfit.el (math-map-binop):
11941 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
11942
11943 * eshell/eshell.el (eshell-report-bug): Add version number of
11944 obsolescence.
11945
11946 * emulation/viper.el, emulation/viper-util.el,
11947 emulation/viper-macs.el, emulation/viper-keym.el,
11948 emulation/viper-ex.el, emulation/viper-cmd.el:
11949 Load viper-*.el files silently.
11950
11951 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
11952 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
11953 Load ediff-*.el files silently.
11954
11955 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
11956 compiling.
11957 (Info-goto-node): Declare as a function.
11958
11959 * ediff-init.el: Don't load ange-ftp when compiling.
11960 * ediff-util.el: Don't load reporter when compiling.
11961
11962 * ediff-wind.el (ediff-display-pixel-width)
11963 (ediff-display-pixel-height):
11964 * generic-x.el (ini-generic-mode):
11965 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
11966 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
11967 (ps-mule-initialize, ps-mule-begin-job):
11968 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
11969 (mark-calendar-days-named):
11970 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
11971 (add-to-diary-list, diary-name-pattern)
11972 (mark-calendar-days-named):
11973 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
11974 (mark-calendar-days-named):
11975 * calendar/cal-x.el (make-fancy-diary-buffer):
11976 * calendar/holidays.el (calendar-absolute-from-julian):
11977 * calendar/todo-mode.el (calendar-current-date):
11978 * calendar/cal-menu.el (calendar-increment-month)
11979 (calendar-month-name, extract-calendar-year)
11980 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
11981 (calendar-current-date, calendar-cursor-holidays)
11982 (calendar-date-string, insert-diary-entry, calendar-set-mark)
11983 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11984 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11985 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
11986 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
11987 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
11988 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
11989 (calendar-day-of-year-string, calendar-iso-date-string)
11990 (calendar-julian-date-string, calendar-astro-date-string)
11991 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
11992 (calendar-persian-date-string, calendar-bahai-date-string)
11993 (calendar-islamic-date-string, calendar-chinese-date-string)
11994 (calendar-coptic-date-string, calendar-ethiopic-date-string)
11995 (calendar-french-date-string, calendar-mayan-date-string)
11996 (calendar-print-chinese-date, calendar-goto-date):
11997 Declare as functions.
11998
11999 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12000 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12001
12002 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12003 aliases for report-emacs-bug.
12004 (gnus-summary-select-article, gnus-configure-windows): Declare as
12005 functions.
12006
12007 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12008 compiler.
12009
12010 * pgg.el (pgg-clear-string): Declare as a function.
12011 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12012 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12013
12014 * emacs-lisp/check-declare.el (check-declare-locate):
12015 Handle compressed files.
12016 (check-declare-verify): Handle define-generic-mode,
12017 define-global(ized)-minor-mode, define-obsolete-function-alias.
12018
12019 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12020
12021 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12022 algebraic modes.
12023
12024 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12025 (math-is-true, calc-explain-why, calc-alg-edit)
12026 (math-composite-inequalities, math-flatten-lands)
12027 (math-multi-subst, calcFunc-vmatches, math-simplify)
12028 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12029 (math-read-string, math-read-brackets, math-read-angle-brackets):
12030 Declare as functions.
12031
12032 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12033 (calc-fit-bell-shaped-logistic-curve)
12034 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12035 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12036 (math-max-list): Declare as functions.
12037 (math-map-binop): New function.
12038 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12039
12040 * calc/calc.el (calc-set-language, calc-edit-finish)
12041 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12042 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12043 (math-lessp, calc-embedded-finish-command)
12044 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12045 (calc-push-list-in-macro, calc-replace-selections)
12046 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12047 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12048 (calc-embedded-stack-change, calc-refresh-evaltos)
12049 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12050 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12051 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12052 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12053 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12054 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12055 (math-neg-fancy, math-zerop, calc-add-fractions)
12056 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12057 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12058 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12059 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12060 (math-compose-expr, math-comp-width, math-composition-to-string)
12061 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12062 (math-adjust-fraction, math-format-binary, math-format-radix)
12063 (math-group-float, math-mod, math-format-number-fancy)
12064 (math-format-bignum-fancy, math-read-number-fancy)
12065 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12066 (calc-do-embedded-activate, math-do-defmath)
12067 (calc-load-everything): Declare as functions.
12068
12069 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12070 (math-simplify-extended, math-simplify-units, calc-set-language)
12071 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12072 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12073 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12074 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12075 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12076 (math-infinite-dir, math-calcFunc-to-var)
12077 (calc-embedded-evaluate-expr, math-known-nonzerop)
12078 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12079 (math-format-date, math-vector-is-string, math-vector-to-string)
12080 (math-format-radix-float, math-compose-expr, math-abs)
12081 (math-format-bignum-binary, math-format-bignum-octal)
12082 (math-format-bignum-hex, math-format-bignum-radix)
12083 (math-compute-max-digits): Declare as functions.
12084 (math-provably-realp): Fix typo.
12085
12086 * calc/calc-forms.el (calendar-current-time-zone)
12087 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12088 functions.
12089
12090 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12091
12092 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12093 Declare as functions.
12094
12095 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12096 (math-posp, math-compare, math-bignum, math-compare-bignum):
12097 Declare as functions.
12098
12099 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12100 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12101 (calc-explain-why, calc-clear-command-flag)
12102 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12103 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12104 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12105 (math-trunc-special, math-trunc-fancy, math-floor-special)
12106 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12107 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12108 (math-pow-zero, math-pow-fancy): Declare as functions.
12109
12110 * calc/calc-mode.el (calc-embedded-save-original-modes):
12111 Declare as a function.
12112
12113 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12114 Declare as functions.
12115 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12116 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12117 Replace `mapcar*' by `math-map-binop'.
12118 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12119
12120 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12121 (math-read-expr-level): Declare as functions.
12122
12123 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12124
12125 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12128 end-of-defun-function is called consistently, even for negative
12129 arguments.
12130 (end-of-defun-function): Default to forward-sexp.
12131
12132 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12133
12134 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12135
12136 2007-11-26 Glenn Morris <rgm@gnu.org>
12137
12138 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12139 than :suffix.
12140
12141 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12142
12143 2007-11-26 Simon Josefsson <simon@josefsson.org>
12144
12145 * net/imap.el: Move from ../gnus.
12146
12147 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12148
12149 * doc-view.el (doc-view-mode-p): New function.
12150
12151 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12152
12153 * mail/mspools.el (rmail-get-new-mail):
12154 * mail/reporter.el (mail-position-on-field, mail-text):
12155 * mail/rmail.el (mail-position-on-field, mail-text-start)
12156 (rmail-update-summary):
12157 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12158 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12159 * mail/rmailout.el (rmail-update-summary):
12160 * mail/rmailsort.el (rmail-update-summary):
12161 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12162 (dired-view-file):
12163 * mail/uce.el (mail-strip-quoted-names):
12164 * mail/undigest.el (rmail-update-summary):
12165 * mail/unrmail.el (mail-strip-quoted-names):
12166 * ediff.el (diff-latest-backup-file): Declare as functions.
12167
12168 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12169 (kill-to-end-of-line):
12170 * obsolete/rnews.el (news-set-minor-modes):
12171 Remove non working functions.
12172
12173 2007-11-25 Glenn Morris <rgm@gnu.org>
12174
12175 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12176 pcomplete. Don't mess with load-path.
12177
12178 * eshell/eshell.el (eshell-report-bug-address): Remove.
12179 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12180
12181 2007-11-24 Glenn Morris <rgm@gnu.org>
12182
12183 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12184 (appt-disp-window): Don't require electric.
12185 Simplify minibuffer-avoidance code.
12186 (appt-select-lowest-window): Avoid minibuffer.
12187
12188 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12189 (esh-mode): Require it.
12190 (esh-util): Use require rather than featurep and load.
12191 (eshell): No need to test if eshell-mode is bound; remove obsolete
12192 reference to eshell-auto.
12193 (eshell-command, eshell-command-result): Don't require esh-mode
12194 now that the file does.
12195 (top-level): Move provide statement to the end of the file.
12196 Re-order and update commentary.
12197
12198 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12199
12200 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12201 (vc-annotate-toggle-annotation-visibility): New command.
12202 (vc-annotate-mode-map): Bind "V" to it.
12203 (vc-annotate-mode-menu): Add entry for it.
12204 (vc-annotate-get-time-set-line-props): New func.
12205 (vc-annotate-display-autoscale)
12206 (vc-annotate-display-difference): Use it.
12207
12208 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12209 Also, match one space at end of annotation text, after last paren.
12210
12211 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12212
12213 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12214 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12215 `tramp-completion-mode'.
12216
12217 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12218
12219 * vc-git.el (vc-git-show-log-entry): New func.
12220
12221 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12222 (vc-git-state): Use vc-git--call.
12223 (vc-git-registered, vc-git-working-revision)
12224 (vc-git-previous-revision, vc-git-next-revision)
12225 (vc-git--run-command-string, vc-git-symbolic-commit):
12226 Use vc-git--out-ok.
12227
12228 2007-11-24 Glenn Morris <rgm@gnu.org>
12229
12230 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12231
12232 2007-11-24 Kenichi Handa <handa@m17n.org>
12233
12234 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12235
12236 2007-11-23 David Kastrup <dak@gnu.org>
12237
12238 * server.el (server-process-filter): Use `command-line-args-left'.
12239
12240 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12243
12244 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12245
12246 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12247 buffer if the parent buffer is in vc-dired-mode.
12248
12249 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12250
12251 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12252
12253 2007-11-23 Juri Linkov <juri@jurta.org>
12254
12255 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12256 value for M-n to the visited file name of the current buffer.
12257 Use minibuffer-with-setup-hook to set minibuffer-default to
12258 buffer-file-name inside read-file-name.
12259
12260 * man.el (Man-getpage-in-background): Don't disregard user option
12261 `Man-width' on non-window systems. Remove test for `window-system'
12262 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12263
12264 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12265 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12266 of "--color=always".
12267
12268 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12271 beginning-of-defun-function.
12272
12273 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12274
12275 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12276
12277 2007-11-22 Glenn Morris <rgm@gnu.org>
12278
12279 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12280
12281 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12282 (check-declare-scan): Use check-declare-locate.
12283 (check-declare-verify): No longer adjust fnfile, now
12284 check-declare-locate does it.
12285
12286 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12287
12288 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * subr.el (posn-col-row): Make the `default-value' use explicit.
12291
12292 * window.el (balance-windows): Remove unused var `counter'.
12293 (bw-balance-sub): Remove unused var `lastchild'.
12294 (split-window-vertically): Remove unused var `switch'.
12295 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12296
12297 * emacs-lisp/bytecomp.el
12298 (byte-compile-file-form-custom-declare-variable): Simplify.
12299
12300 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12301
12302 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12303 Set `show-trailing-whitespace' to nil.
12304
12305 * dired.el (make-symbolic-link):
12306 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12307 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12308 * dired-x.el (make-symbolic-link):
12309 * frame.el (x-initialize-window-system):
12310 * menu-bar.el (x-menu-bar-open):
12311 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12312 (x-store-cut-buffer-internal):
12313 * wdired.el (make-symbolic-link):
12314 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12315 (x-send-client-message):
12316 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12317
12318 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12319
12320 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12321
12322 2007-11-22 Glenn Morris <rgm@gnu.org>
12323
12324 * dos-fns.el (int86):
12325 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12326
12327 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12328
12329 * calendar/holidays.el (holiday-list): Add autoload cookie.
12330
12331 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12332 files relative to src/ directory.
12333 (check-declare-verify): Handle .c files. Warn if could not find
12334 an arglist to check.
12335
12336 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12337
12338 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12339
12340 * replace.el (occur-mode-map): Add a major mode menu with entries
12341 for all occur operations.
12342
12343 * international/titdic-cnv.el (dos-8+3-filename):
12344 * obsolete/fast-lock.el (msdos-long-file-names):
12345 * frame.el (msdos-mouse-p):
12346 * files.el (msdos-long-file-names, w32-long-file-name):
12347 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12348 (mac-resume-apple-event, mac-font-panel-mode)
12349 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12350 (mac-clear-font-name-table):
12351 * term/pc-win.el (msdos-remember-default-colors)
12352 (w16-set-clipboard-data, w16-get-clipboard-data):
12353 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12354 (set-message-beep):
12355 * net/browse-url.el (w32-shell-execute):
12356 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12357 (w32-get-locale-info, w32-get-valid-locale-ids)
12358 (w32-set-clipboard-data):
12359 * dos-fns.el (int86, msdos-long-file-names):
12360 * dos-w32.el (default-printer-name): Declare as functions.
12361
12362 2007-11-21 Jason Rumney <jasonr@gnu.org>
12363
12364 * emacs-lisp/byte-run.el (declare-function): Return nil.
12365
12366 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12369
12370 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12371
12372 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12373
12374 2007-11-21 Glenn Morris <rgm@gnu.org>
12375
12376 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12377 for now. Handle define-minor-mode, and defalias (with no argument
12378 checking).
12379
12380 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12381
12382 * frame.el (msdos-mouse-p):
12383 * files.el (msdos-long-file-names, w32-long-file-name):
12384 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12385 (mac-resume-apple-event, mac-font-panel-mode)
12386 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12387 (mac-clear-font-name-table):
12388 * term/pc-win.el (msdos-remember-default-colors)
12389 (w16-set-clipboard-data, w16-get-clipboard-data):
12390 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12391 (set-message-beep):
12392 * net/browse-url.el (w32-shell-execute):
12393 * dos-fns.el (int86, msdos-long-file-names):
12394 * dos-w32.el (default-printer-name): Undo previous change.
12395
12396 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12397
12398 * international/mule-cmds.el (set-locale-environment):
12399 Set default-file-name-coding-system _after_ keyboard and terminal
12400 coding systems. This fixes last change.
12401
12402 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12403 one space after "Subject:".
12404
12405 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12408 in order to determine if there's a conflict.
12409
12410 2007-11-21 Richard Stallman <rms@gnu.org>
12411
12412 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12413
12414 * reposition.el (reposition-window):
12415 Binding C-M-l moved to bindings.el.
12416
12417 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12418
12419 * add-log.el (add-change-log-entry-other-window):
12420 Key binding C-x 4 a moved to bindings.el.
12421
12422 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12423 from filecache.el.
12424
12425 * filecache.el: Minibuffer map bindings moved to bindings.el.
12426
12427 2007-11-21 Jason Rumney <jasonr@gnu.org>
12428
12429 * international/mule-cmds.el (set-locale-environment):
12430 Set default-file-name-coding-system from system defaults on Windows.
12431
12432 2007-11-21 Jason Rumney <jasonr@gnu.org>
12433
12434 * term/w32console.el: New term init file for w32 console.
12435
12436 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12437 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12438 (w32-tty-standard-colors): Move to term/w32console.el.
12439
12440 * term/w32-win.el (x-setup-function-keys): Remove.
12441
12442 * term/tty-colors.el (tty-register-default-colors): Remove special
12443 case for w32.
12444
12445 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 * frame.el (msdos-mouse-p):
12448 * generic-x.el (w32-shell-name):
12449 * files.el (msdos-long-file-names, w32-long-file-name)
12450 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12451 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12452 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12453 (mac-resume-apple-event, mac-font-panel-mode)
12454 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12455 (mac-clear-font-name-table):
12456 * term/pc-win.el (msdos-remember-default-colors)
12457 (w16-set-clipboard-data, w16-get-clipboard-data):
12458 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12459 (set-message-beep):
12460 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12461 (w32-get-locale-info, w32-get-valid-locale-ids)
12462 (w32-set-clipboard-data):
12463 * help-fns.el (ad-get-advice-info):
12464 * font-lock.el (fast-lock-after-fontify-buffer)
12465 (fast-lock-after-unfontify-buffer, fast-lock-mode)
12466 (lazy-lock-after-fontify-buffer)
12467 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12468 * net/browse-url.el (w32-shell-execute):
12469 * dos-fns.el (int86, msdos-long-file-names):
12470 * dos-w32.el (default-printer-name): Declare as functions.
12471
12472 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12473
12474 * textmodes/paragraphs.el (forward-sentence): Doc fix.
12475 Reported by Drew Adams <drew.adams@oracle.com>.
12476
12477 2007-11-20 Jason Rumney <jasonr@gnu.org>
12478
12479 * term/w32-win.el (x-setup-function-keys): Protect against
12480 multiple calls on the same terminal.
12481
12482 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12483
12484 * term/mac-win.el (x-setup-function-keys): Only setup
12485 local-function-key-map if it has not been setup already for the
12486 current frame. Move the suspend-emacs processing here.
12487
12488 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
12489
12490 * progmodes/grep.el (xargs-program): New variable.
12491 (grep-compute-defaults): Use it.
12492 (grep-default-command): Doc fix.
12493 (grep, lgrep, rgrep): Reflow docstrings.
12494
12495 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12496
12497 * vc.el (vc-find-revision): Set the parent buffer.
12498 Use when instead of if.
12499
12500 * progmodes/python.el (info-lookup-maybe-add-help):
12501 * progmodes/ps-mode.el (doc-view-minor-mode):
12502 * mail/emacsbug.el (Info-menu, Info-goto-node):
12503 * emulation/viper-keym.el (viper-ex)
12504 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12505 * emulation/viper-cmd.el (widget-type, widget-button-press)
12506 (viper-set-hooks):
12507 * emacs-lisp/tcover-unsafep.el (unsafep-function):
12508 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12509 (ses-load, ses-vector-delete, ses-create-header-string)
12510 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12511 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12512
12513 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12516
12517 2007-11-20 Glenn Morris <rgm@gnu.org>
12518
12519 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12520 for end of function-name. Handle define-derived-mode.
12521
12522 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12523
12524 * progmodes/idlw-help.el: Require browse-url unconditionally, it
12525 is available by default.
12526 (idlwave-help-browse-url-available): Change default to t.
12527
12528 * emulation/edt.el (defgroup, defcustom): Remove definition.
12529 (eval-when-compile): Remove.
12530 (c-mark-function):
12531 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12532 * textmodes/fill.el (comment-search-forward)
12533 (comment-string-strip):
12534 * progmodes/prolog.el (comint-mode, comint-send-string)
12535 (comint-send-region, comint-send-eof):
12536 * progmodes/dcl-mode.el (imenu-default-create-index-function):
12537 * emulation/viper-util.el (viper-forward-Word):
12538 * emulation/vi.el (c-mark-function):
12539 * emulation/edt-vt100.el (vt100-wide-mode):
12540 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12541
12542 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
12543
12544 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12545 Still some tuning in case of an echoing shell.
12546 (tramp-send-command): Connection property "remote-echo" is not
12547 persistent; cache key is the process therefore.
12548
12549 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
12550
12551 * replace.el (map-query-replace-regexp): Doc fix (revert part of
12552 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12553
12554 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
12555
12556 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12557 * play/yow.el (doctor-ret-or-read):
12558 * vc-hooks.el (vc-dired-resynch-file):
12559 * vc-hg.el (log-view-get-marked):
12560 * smerge-mode.el (ediff-cleanup-mess):
12561 * pcvs.el (vc-editable-p, vc-checkout):
12562 * pcomplete.el (comint-bol):
12563 * informat.el (texinfo-format-refill):
12564 * ido.el (tramp-tramp-file-p):
12565 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12566 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12567 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12568 functions.
12569
12570 * textmodes/ispell.el (ispell-int-char): Make it a defalias
12571 instead of fset.
12572 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12573
12574 * ido.el (ido-file-internal): Move with-no-warnings to include the
12575 ffap-string-at-point call.
12576
12577 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12578
12579 * vc-hg.el (vc-hg-revision-table): Fix last change.
12580
12581 2007-11-19 Martin Rudalics <rudalics@gmx.at>
12582
12583 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12584 clipboard-yank when the buffer is read-only.
12585
12586 * cus-edit.el (custom-field-keymap): Move to other Custom mode
12587 keymaps such that it's before the definition of Custom-mode-menu.
12588 (Custom-mode-menu): Show it for custom-field-keymap too.
12589
12590 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
12591
12592 * progmodes/gdb-ui.el: Update commentary.
12593
12594 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
12595
12596 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12597
12598 2007-11-19 Glenn Morris <rgm@gnu.org>
12599
12600 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12601 does not exist, try adding `.el' extension. Also search for defsubsts.
12602
12603 * cus-edit.el (recentf-expand-file-name):
12604 * dired.el (dired-relist-entry):
12605 * subr.el (w32-shell-dos-semantics):
12606 * emacs-lisp/bytecomp.el (compilation-forget-errors):
12607 Declare as functions.
12608
12609 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12612 (prepare-abbrev-list-buffer): Use dolist.
12613 (clear-abbrev-table): Preserve properties.
12614
12615 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
12616
12617 * textmodes/texinfmt.el (texinfo-format-printindex):
12618 Collect combined indexes using texinfo-short-index-format-cmds-alist.
12619 Reported on <bug-texinfo@gnu.org>.
12620
12621 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
12622
12623 * net/tramp.el (tramp-completion-reread-directory-timeout):
12624 New defcustom.
12625 (tramp-handle-file-name-all-completions): Flush directory contents
12626 from cache regularly.
12627 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12628 (tramp-open-connection-setup-interactive-shell):
12629 Call `tramp-cleanup-connection' via funcall.
12630
12631 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12632 created when copying.
12633
12634 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12635
12636 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12637 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12638 * eshell/esh-ext.el (eshell-external-command):
12639 * eshell/esh-cmd.el (require):
12640 * eshell/em-unix.el (eshell-plain-locate-behavior):
12641 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12642 Replace eshell-under-xemacs-p with (featurep 'xemacs).
12643 * eshell/esh-mode.el (characterp, char-int): Remove unused
12644 conditional defaliases.
12645
12646 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12647 Rename from event-matches-key-specifier-p, define unconditionally.
12648 (event-basic-type): Remove unused defalias.
12649 (pcomplete-show-completions):
12650 Use pcomplete-event-matches-key-specifier-p.
12651
12652 2007-11-17 Eli Zaretskii <eliz@gnu.org>
12653
12654 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12655 when saving esh-groups.el.
12656
12657 2007-11-17 Martin Rudalics <rudalics@gmx.at>
12658
12659 * wid-edit.el (widget-default-complete):
12660 * progmodes/flymake.el (flymake-goto-file-and-line):
12661 Fix typo in (doc-)string.
12662
12663 2007-11-17 Glenn Morris <rgm@gnu.org>
12664
12665 * emacs-lisp/byte-run.el (declare-function): New macro.
12666 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12667 New function, byte-hunk-handler for declare-function.
12668 (byte-compile-callargs-warn): Handle declared functions.
12669
12670 * emacs-lisp/check-declare.el: New file.
12671 * Makefile.in (check-declare): New target.
12672
12673 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12674
12675 * subr.el (process-lines): Move here from ../admin/admin.el.
12676 * emacs-lisp/authors.el (authors-process-lines): Remove.
12677 (authors): Use process-lines rather than authors-process-lines.
12678
12679 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12680 Remove these files.
12681
12682 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
12683
12684 * emacs-lisp/backquote.el (backquote):
12685 Improve argument/docstring consistency.
12686
12687 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12688 (ring-length, ring-empty-p): Use c[ad]dr.
12689 (ring-plus1): Use `1+'.
12690 (ring-minus1): Use `zerop'.
12691 (ring-remove): Use c[ad]dr. Use `when'.
12692 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
12693 (ring-ref): Use `let', not `let*'.
12694 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
12695 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
12696 (ring-member): Simplify. Doc fix.
12697 (ring-convert-sequence-to-ring): Simplify.
12698
12699 2007-11-17 Juri Linkov <juri@jurta.org>
12700
12701 * dired-aux.el (dired-create-directory): Allow creating
12702 a directory of an arbitrary depth. Add a loop to find the topmost
12703 nonexistent parent dir `new', and call `dired-add-file' on it.
12704 Set the `PARENTS' arg of `make-directory' to t.
12705
12706 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12707
12708 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12709 (math-build-parse-table): Get parse information from math-parse-table.
12710
12711 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * window.el (recenter-last-op): New var.
12714 (recenter-top-bottom): New command.
12715 (global-map): Bind it to C-l.
12716
12717 * abbrev.el (abbrev--write): Fix error in transcription from C.
12718
12719 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12720 (pc-select-ensure-mark): Set mark-active to a special value instead.
12721 Rename from ensure-mark. Update call callers.
12722 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12723 Rewrite. Update all callers.
12724 (pc-selection-mode): Remove redundant var declaration.
12725
12726 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
12727
12728 * doc-view.el (doc-view-search-backward, doc-view-search):
12729 Fix assignment to free variable bug.
12730
12731 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
12732
12733 * emulation/pc-select.el (pc-select-shifted-mark): New var.
12734 (ensure-mark): Set it.
12735 (maybe-deactivate-mark): New fun.
12736 Use it everywhere instead of (setq mark-active nil).
12737
12738 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12739
12740 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12741 Add check for XEmacs.
12742
12743 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12744
12745 * doc-view.el (doc-view-resolution): Add missing :group.
12746
12747 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
12748
12749 * subr.el (make-variable-frame-local):
12750 Fix typo in obsolescence declaration.
12751
12752 2007-11-16 Werner Lemberg <wl@gnu.org>
12753
12754 * files.el (set-auto-mode-1): Check second line for -*- if file
12755 starts with '\" (which is used by man pages to identify needed
12756 troff preprocessors).
12757
12758 2007-11-16 Glenn Morris <rgm@gnu.org>
12759
12760 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12761
12762 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12763
12764 * calc/calc-lang.el (math-oper-table): Fix typo.
12765 Reduce precedence of "/" for TeX.
12766
12767 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12768
12769 2007-11-16 Juri Linkov <juri@jurta.org>
12770
12771 * dired-aux.el (dired-read-shell-command-default): New function.
12772 (dired-read-shell-command): Use its return value for DEFAULT arg.
12773
12774 * replace.el (keep-lines-read-args, occur-read-primary-args):
12775 Use a list of default values for DEFAULT arg of read-from-minibuffer.
12776
12777 * man.el (Man-heading-regexp): Add 0-9.
12778 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
12779
12780 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
12783 (doc-view-resolution): New custom var.
12784 (doc-view-pdf/ps->png): Use it.
12785 (doc-view-shrink-factor): New var.
12786 (doc-view-enlarge, doc-view-shrink): New commands.
12787 (doc-view-mode-map): Use them.
12788
12789 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12790
12791 * ediff-wind.el (ediff-window-setup-function):
12792 * simple.el (normal-erase-is-backspace):
12793 * eshell/em-unix.el (eshell/info):
12794 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12795 Fix typos in docstrings.
12796
12797 * emulation/cua-base.el (cua--keymaps-initialized):
12798 Rename from `cua--keymaps-initalized'. Callers changed.
12799 (cua-highlight-region-shift-only): Doc fix.
12800 (cua-paste-pop): Fix typo in docstring.
12801
12802 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * emulation/cua-base.el (cua--pre-command-handler-1):
12805 Use input-decode-map instead of function-key-map.
12806 Use event-modifiers now that it works reliably.
12807
12808 * vc.el (vc-diff-internal): Pop-to-buffer later.
12809
12810 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
12811
12812 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
12813 did not touch them.
12814
12815 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
12816
12817 * calc/calc-menu.el: New file.
12818 * calc/calc.el (calc-mode): Require calc-menu.
12819
12820 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
12821
12822 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
12823
12824 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
12825
12826 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
12827 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
12828 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
12829 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
12830 locations.
12831 (gdb-info-breakpoints-custom, gdb-assembler-custom)
12832 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
12833 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
12834
12835 2007-11-13 Noah Friedman <friedman@splode.com>
12836
12837 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
12838 bindings to remap when `calc-scan-for-dels' is non-nil.
12839
12840 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
12843 constant forms.
12844 (byte-compile-nilconstp): New function.
12845 (byte-optimize-cond): Kill subsequent branches when a branch is
12846 know to be taken or not taken.
12847 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
12848
12849 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
12850
12851 * vc.el (vc-register): Allow registering a file passed as a
12852 parameter instead of just the current buffer.
12853
12854 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
12855
12856 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12857 Check whether the output of "uname -sr" has been changed.
12858
12859 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12860
12861 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
12862 patterns from compilation-perl.el and compilation-weblint.el files.
12863
12864 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12865
12866 * progmodes/compilation-perl.el:
12867 * progmodes/compilation-weblint.el: Disable autoloads, they cause
12868 a bootstrap failure.
12869
12870 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
12871 instead of doing "cvs diff" in order to avoid accessing the repository.
12872
12873 2007-11-12 Kevin Ryde <user42@zip.com.au>
12874
12875 * progmodes/compilation-perl.el:
12876 * progmodes/compilation-weblint.el: New files.
12877
12878 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
12879
12880 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
12881 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
12882 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
12883 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
12884 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
12885 Rewrite in active voice.
12886
12887 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
12888
12889 * doc-view.el: Add comments about isearch support.
12890
12891 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
12892
12893 * vc.el (vc-start-entry): Fix setting the in the case the function
12894 is called from vc-dired. Use when instead of if where appropriate.
12895
12896 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12897
12898 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
12899 to be a list.
12900 (ps-begin-job): Error if ps-lpr-switches is not a list.
12901
12902 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12903
12904 * faces.el (face-normalize-spec): Remove function.
12905 (frame-set-background-mode): Undo last change.
12906
12907 2007-11-10 Jason Rumney <jasonr@gnu.org>
12908
12909 * w32-fns.el: Sync charset names with setup-default-fontset.
12910 Append "-1" where second part missing.
12911
12912 2007-11-10 Juri Linkov <juri@jurta.org>
12913
12914 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
12915 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
12916
12917 * custom.el (custom-note-var-changed): Remove the `interactive'
12918 spec from this new non-interactive function.
12919
12920 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
12921
12922 * doc-view.el (doc-view-mode-map, doc-view-menu)
12923 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
12924 (doc-view-search-backward): New function.
12925 (doc-view-search): Query new regexp if prefix arg is given, else
12926 jump to next/previous match.
12927 (doc-view-mode): Handle compressed files.
12928 (jka-compr): Required for compressed files.
12929
12930 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
12931
12932 * replace.el (query-replace-show-replacement): New defcustom.
12933 (perform-replace): Use `match-substitute-replacement' if
12934 `query-replace-show-replacement' is non-nil.
12935
12936 2007-11-10 David Kastrup <dak@gnu.org>
12937
12938 * subr.el (match-substitute-replacement): New function.
12939
12940 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
12941
12942 * files.el (auto-mode-alist): Select org-mode for files with the
12943 extension ".org".
12944
12945 2007-11-10 Martin Rudalics <rudalics@gmx.at>
12946
12947 * help.el (help-window, help-window-point-marker): New variables.
12948 (help-window-select): New option.
12949 (with-help-window): New macro for displaying help windows.
12950 (help-window-display-message, help-window-setup-finish)
12951 (help-window-setup): New functions used for setting up help windows.
12952 (print-help-return-message): Reset help-window to nil.
12953 (view-lossage): Use with-help-window instead of
12954 with-output-to-temp-buffer and move help-window-point-marker after
12955 inserted text.
12956 (describe-bindings, describe-key, describe-mode): Use
12957 with-help-window instead of with-output-to-temp-buffer.
12958
12959 * help-mode.el (help-mode): Set view-exit-action to bury the
12960 buffer instead of fiddling with windows. Simplify code.
12961 (help-mode-finish): When help-window eqs t set it to the selected
12962 window and have with-help-window set up view-return-to-alist.
12963 (help-buffer): Add autoload cookie.
12964
12965 * view.el (view-remove-frame-by-deleting): Change default value to t.
12966 Add autoload cookie.
12967 (view-exit-action, view-file, view-file-other-window)
12968 (view-file-other-frame, view-buffer, view-buffer-other-window)
12969 (view-buffer-other-frame): Rewrite doc strings.
12970 (view-return-to-alist-update): New function to remove stale entries
12971 from view-return-to-alist.
12972 (view-mode-enter): Rewrite doc string and simplify code.
12973 (view-mode-exit): Handle new case 'keep-frame. Don't reset
12974 view-exit-action to nil. Simplify code and rewrite doc string.
12975
12976 * apropos.el (apropos-describe-plist):
12977 * descr-text.el (describe-char):
12978 * disp-table.el (describe-display-table):
12979 * faces.el (list-faces-display, describe-face):
12980 * facemenu.el (list-colors-display):
12981 * help-fns.el (describe-function, describe-variable)
12982 (describe-syntax, describe-categories):
12983 Use with-help-window instead of with-output-to-temp-buffer.
12984
12985 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
12986
12987 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
12988 Optimize (featurep 'emacs) to t.
12989
12990 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
12991 New function.
12992 (byte-compile-maybe-guarded): Use it to also look for bound
12993 symbols inside `and' forms. Comment out non-working code that was
12994 trying to avoid warnings for XEmacs code.
12995
12996 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
12997
12998 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
12999 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13000 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13001 (vc-cvs-annotate-command):
13002 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13003 is bound, it always is.
13004
13005 2007-11-10 Jason Rumney <jasonr@gnu.org>
13006
13007 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13008 setup here from global scope.
13009
13010 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * ido.el (ido-save-history): Save the history file in UTF-8, not
13013 the current filename coding system.
13014
13015 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * simple.el (interprogram-cut-function, interprogram-paste-function):
13018 Don't make them frame-local any more.
13019
13020 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13021 Don't set interprogram-(cut|paste)-function on each frame.
13022
13023 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13024 Make them work in tty frames.
13025 (interprogram-cut-function, interprogram-paste-function):
13026 Set them globally.
13027
13028 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13029
13030 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13031 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13032 (iso-iso2duden-trans-tab): Add docstring.
13033
13034 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * abbrev.el (define-abbrev-table): Record the variable definition.
13037
13038 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13039 New function.
13040
13041 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13042
13043 * ps-print.el: Clean the code for checking suitable Emacs version.
13044 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13045 (ps-print-version): New version 6.8.1.
13046
13047 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * files.el (enable-local-variables): Doc fix.
13050
13051 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13052
13053 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13054
13055 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13056
13057 * dired-aux.el (dired-copy-file-recursive):
13058 Preserve directory permissions.
13059
13060 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13061
13062 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13063 (whitespace-unload-function): New-style unload function. When run,
13064 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13065 to stop the old hook from messing with the unloading.
13066
13067 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13070 (elp-unset-master, elp-results): Fix typos.
13071 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13072 Doc fixes.
13073
13074 * msb.el (msb--many-menus): Remove variable.
13075 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13076 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13077 (msb--toggle-menu-type): Fix typos in docstrings.
13078
13079 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13080 (shadow-insert-var): Doc fixes.
13081 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13082 Reflow docstrings.
13083 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13084
13085 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13088 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13089 Fix typos in autoload docstrings.
13090
13091 2007-11-09 Richard Stallman <rms@gnu.org>
13092
13093 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13094
13095 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13096
13097 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13098 (gdb-var-update-handler-1): Use it.
13099
13100 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * loadhist.el (unload-feature): Remove erroneous check for the
13103 FEATURE-unload-function variable; check the existence of the
13104 function (that's what the docstring says, and it makes more sense).
13105
13106 * follow.el (follow-unload-function): Add docstring.
13107 (follow-unload-function): Remove variable.
13108
13109 * server.el (server-unload-function): Remove variable.
13110 (server-unload-function): Unbind `server-edit' from `C-x #'.
13111
13112 * ses.el (ses-unload-function): New function.
13113
13114 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13115
13116 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13117 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13118
13119 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13120 before use to avoid a warning in packages that require uniquify.
13121 (uniquify-unload-function): New function and var.
13122
13123 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13124
13125 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13126 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13127 (ediff-current-diff-A, ediff-current-diff-B)
13128 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13129 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13130 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13131 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13132 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13133 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13134 (ediff-setup-windows-plain-merge)
13135 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13136 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13137 * ediff-util.el (ediff-setup-keymap, )
13138 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13139 (ediff-toggle-use-toolbar, ediff-really-quit)
13140 (ediff-good-frame-under-mouse)
13141 (ediff-highlight-diff-in-one-buffer)
13142 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13143 (ediff-make-bullet-proof-overlay):
13144 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13145 (ediff-set-meta-overlay):
13146 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13147 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13148 ediff-emacs-p with their former definitions.
13149
13150 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13151 (viper-has-face-support-p, viper-inactivate-input-method)
13152 (viper-activate-input-method)
13153 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13154 * emulation/viper-mous.el (viper-multiclick-timeout)
13155 (viper-surrounding-word, viper-mouse-click-insert-word)
13156 (viper-mouse-click-search-word, viper-parse-mouse-key):
13157 * emulation/viper-macs.el (viper-char-array-to-macro):
13158 * emulation/viper.el (viper-go-away, viper-set-hooks)
13159 (viper-non-hook-settings):
13160 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13161 (viper-get-saved-cursor-color-in-insert-mode)
13162 (viper-get-saved-cursor-color-in-emacs-mode)
13163 (viper-check-version, viper-get-visible-buffer-window)
13164 (viper-file-checked-in-p, viper-set-replace-overlay)
13165 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13166 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13167 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13168 with their former definitions.
13169 (viper-eventify-list-xemacs): Only do work for XEmacs.
13170 (viper-set-unread-command-events): Only do work for Emacs.
13171 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13172 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13173 (viper-overlay-get, viper-overlay-put, viper-read-event)
13174 (viper-characterp, viper-int-to-char, viper-get-face)
13175 (viper-color-defined-p, viper-iconify): New defaliases replacing
13176 the old fsets.
13177
13178 * progmodes/fortran.el (comment-region-function)
13179 (uncomment-region-function): Pacify byte compiler.
13180
13181 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13182
13183 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13184
13185 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13186 `process-environment'.
13187
13188 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13189
13190 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13191 match dir like "a...b".
13192
13193 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13196
13197 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13198
13199 * net/tramp.el (tramp-handle-substitute-in-file-name):
13200 Don't expand the remote connection identification.
13201 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13202 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13203 before calling stty.
13204
13205 * net/tramp-cache.el (tramp-cache-print)
13206 (tramp-dump-connection-properties): Fix docstring.
13207 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13208
13209 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13210
13211 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13212 remote connection identification when setting connection property.
13213
13214 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13215 "//" substitutes only in the local filename part.
13216
13217 2007-11-07 David Hansen <david.hansen@gmx.net>
13218
13219 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13220
13221 2007-11-07 Glenn Morris <rgm@gnu.org>
13222
13223 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13224 Remove superfluous concats. Move final set-buffer to
13225 non-emacs-specific code.
13226
13227 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13228
13229 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13230
13231 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13232
13233 * eshell/esh-mode.el (eshell-output-filter):
13234 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13235 Use `with-current-buffer'.
13236
13237 2007-11-07 Andreas Schwab <schwab@suse.de>
13238
13239 * server.el (server-start): Only register cleanup after server was
13240 started.
13241
13242 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13243
13244 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13245
13246 * net/tramp-cache.el (tramp-cache-print): Move down.
13247 (tramp-cache-list-connections): New defun.
13248
13249 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13250
13251 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13252
13253 * ido.el (ido-save-history): Write the history file in the current
13254 filename coding system, and add `coding' file-local variable.
13255
13256 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13257
13258 * textmodes/org.el (org-table-formula-substitute-names):
13259 Remove forgotten temporary debugging code.
13260
13261 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13262
13263 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13264 the prompt.
13265
13266 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13267
13268 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13269
13270 2007-11-05 Simon Josefsson <simon@josefsson.org>
13271
13272 * net/tls.el (tls-end-of-info): Doc fix.
13273
13274 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13275
13276 * international/utf-7.el (utf-7-imap): New coding system.
13277 (utf-7-imap-post-read-conversion): New function.
13278 (utf-7-imap-pre-write-conversion): New function.
13279
13280 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * abbrev.el (abbrev--write): Fix up typo.
13283
13284 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13285
13286 * abbrev.el (define-abbrev-table): Doc fix.
13287
13288 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13289
13290 * info.el (Info-revert-buffer-function): New func.
13291 (Info-mode): Arrange to use it for reverting.
13292 (Info-copy-current-node-name): Add space between filename and nodename.
13293
13294 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13297
13298 2007-11-04 Glenn Morris <rgm@gnu.org>
13299
13300 * net/tls.el: Don't require rx when compiling.
13301 (tls-end-of-info): Rewrite without using rx.
13302 (open-tls-stream): Use with-current-buffer.
13303
13304 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13305
13306 * net/tls.el: Require rx when compiling.
13307 (tls-end-of-info): New variable.
13308 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13309 matched.
13310
13311 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13312
13313 * register.el (append-to-register, prepend-to-register):
13314 Don't signal error on empty register; use the text, instead.
13315
13316 2007-11-03 Michael Olson <mwolson@gnu.org>
13317
13318 * textmodes/remember.el (remember-buffer):
13319 Use define-obsolete-function-alias rather than defalias.
13320
13321 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13322
13323 * simple.el (bad-packages-alist): Anchor semantic regexp.
13324
13325 2007-11-03 Glenn Morris <rgm@gnu.org>
13326
13327 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13328 if defined, for blank lines. Doc fix.
13329
13330 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13331 (fortran-mode): Set values for comment-region-function,
13332 uncomment-region-function and comment-insert-comment-function.
13333 (fortran-uncomment-region): New function.
13334
13335 * textmodes/nroff-mode.el (nroff-mode):
13336 Set comment-insert-comment-function rather than indent-line-function.
13337 (nroff-indent-line-function): Remove.
13338 (nroff-insert-comment-function): New function.
13339
13340 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13341
13342 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13343
13344 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13345
13346 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13347
13348 * emulation/viper-cmd.el (viper-prev-destructive-command)
13349 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13350 copy-sequence.
13351
13352 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13353 Got rid of ediff-copy-list.
13354
13355 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13356 use face-name.
13357 (ediff-test-utility, ediff-diff-mandatory-option)
13358 (ediff-reset-diff-options): Remove to simplify the mandatory option
13359 handling on Windows.
13360 (ediff-set-diff-options): Add.
13361 (ediff-diff-options): Set "--binary" option as default in some cases.
13362
13363 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13364 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13365 ediff-vc-working-revision. Require vc-hooks.
13366
13367 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13368
13369 * files.el (hack-local-variables): Fix membership tests to avoid
13370 treating all variables as safe if `enable-local-variables' is
13371 set to :safe (CVE-2007-5795).
13372
13373 2007-11-02 Glenn Morris <rgm@gnu.org>
13374
13375 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13376 if defined, do all the work of inserting a new comment.
13377
13378 * progmodes/etags.el (tags-table-mode): Disable undo.
13379
13380 * simple.el (bad-packages-alist): Revert previous change.
13381
13382 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13385
13386 * obsolete/lselect.el: Do not warn about unknown functions.
13387
13388 2007-11-02 Michael Olson <mwolson@gnu.org>
13389
13390 * textmodes/remember.el (remember-buffer): Make this an alias of
13391 remember-finalize, because Org uses it.
13392
13393 2007-11-01 Michael Olson <mwolson@gnu.org>
13394
13395 * textmodes/remember.el: Improve documentation in heading.
13396 (remember-before-remember-hook): Turn into a customizable option.
13397 (remember): Document INITIAL argument.
13398 (remember-region): Remove autoload cookie. Improve docstring to
13399 mention that it is called from the *Remember* buffer, and does not
13400 have any functional overlap with the `remember' function.
13401 (remember-finalize): Remove autoload cookie. Rename from
13402 remember-buffer to emphasize that this does not have any
13403 functional overlap with the `remember' function.
13404 (remember-destroy): Remove autoload cookie.
13405 (remember-mode-map): Define and initialize in one step.
13406 (remember-mode): Improve docstring.
13407 (remember-annotation-functions): Default to just '(buffer-file-name),
13408 and don't try to take the default value from Planner.
13409
13410 2007-11-01 Glenn Morris <rgm@gnu.org>
13411
13412 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13413
13414 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13415
13416 * emacs-lisp/authors.el (authors-scan-change-log)
13417 (authors-scan-el): Don't enable local eval; enable only safe local
13418 variables, without querying.
13419
13420 * mail/footnote.el (footnote-numeric-regexp)
13421 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13422 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13423 Match multi-character footnotes.
13424
13425 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13426 (nroff-indent-line-function): New function.
13427 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13428 obsolete alias.
13429
13430 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13431
13432 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13433 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13434 (rcirc-print): Only update the line count when not marking the
13435 line as omittable.
13436 (rcirc-log-write): Specify coding system when writing logfile.
13437 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13438
13439 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13440
13441 * printing.el (printing): Fix :version, printing.el was included
13442 for in emacs-22.1.
13443 (pr-path-style, pr-path-alist, pr-txt-name)
13444 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13445 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13446 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13447 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13448 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13449 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13450 (pr-setting-database, pr-visible-entry-list)
13451 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13452 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13453
13454 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13455 top level, make it dependent on the emacs flavor.
13456
13457 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13458 Test for XEmacs not for itimer.
13459
13460 * term/sun-mouse.el:
13461 * obsolete/sun-fns.el:
13462 * obsolete/sun-curs.el: Remove files.
13463
13464 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13465
13466 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
13467
13468 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13469 was given to concat.
13470
13471 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13474 used normally for goto-line. Change `g' to revert the buffer.
13475 Add redundant `r' binding for buffer-revert.
13476
13477 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13478 (mail-abbrevs-setup): Use abbrev-expand-functions.
13479 (build-mail-abbrevs): Use with-temp-buffer.
13480 (define-mail-abbrev): Simplify.
13481 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13482 Change it for use on abbrev-expand-functions.
13483 (mail-abbrev-complete-alias): Use with-syntax-table.
13484
13485 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
13486
13487 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13488 directly. Fix bug in deleting temp file.
13489
13490 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13493 Merge defvar and define-abbrev-table.
13494 (def-python-skeleton): Use :case-fixed and :enable-function.
13495 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13496 Remove.
13497 (python-mode): Don't modify pre-abbrev-expand-hook.
13498
13499 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13500
13501 * ediff-util.el (ediff-file-checked-out-p)
13502 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13503
13504 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * abbrev.el (abbrev-symbol): Correct let->let*.
13507 (abbrev--before-point): Only use abbrev-start-location if before point.
13508
13509 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13510
13511 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
13512 (strokes-unload-hook): Remove function and variable.
13513 (strokes-unload-function): New-style unload function, adapted
13514 from `strokes-unload-hook'.
13515
13516 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13517 (cl-unload-hook): Remove variable.
13518 (cl-unload-function): New-style unload function, adapted
13519 from `cl-cannot-unload'.
13520
13521 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13522 (elp-unload-function): New-style unload function, adapted
13523 from `elp-unload-hook'.
13524
13525 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
13526
13527 * emacs-lisp/find-func.el (find-library): Use library at
13528 point as default interactive argument.
13529
13530 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13531
13532 * shadowfile.el (shadow-join): Remove.
13533 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13534 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13535 (shadowfile-unload-hook): Remove function and variable.
13536 (shadowfile-unload-function): New-style unload function, adapted
13537 from `shadowfile-unload-hook'.
13538
13539 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13540
13541 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13542 only if it is bound.
13543
13544 * textmodes/reftex.el: Move autoloads for before all uses.
13545 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13546 (reftex-delete-overlay): Move to the top level with the condition
13547 in the body.
13548
13549 * progmodes/simula.el: Use when instead of if.
13550
13551 * iimage.el (iimage-locate-file): Define unconditionally.
13552
13553 * mail/mailabbrev.el (mail-abbrev-next-line):
13554 * emulation/vip.el (vip-enlarge-region, vip-line)
13555 (vip-next-line-at-bol, vip-previous-line)
13556 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13557 Wrap with-no-warnings around uses of next-line and previous-line.
13558
13559 * ediff.el (run-ediff-from-cvs-buffer):
13560 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13561 Remove function not used by pcl-cvs anymore.
13562 (noninteractive, generic-sc-get-latest-rev)
13563 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13564 Delete support for long obsolete generic-sc.el.
13565
13566 2007-10-31 Glenn Morris <rgm@gnu.org>
13567
13568 * cvs-status.el: No longer require pcvs when compiling.
13569
13570 * doc-view.el (doc-view-conversion-refresh-interval)
13571 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13572 (doc-view-reset-slice): Doc fixes.
13573 (doc-view-menu): Remove deleted function doc-view-edit-doc.
13574
13575 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * help-at-pt.el (help-at-pt-unload-hook): Remove.
13578 Timers are automatically canceled by `unload-feature'.
13579
13580 * delsel.el (delsel-unload-hook): Remove function and variable.
13581 (delsel-unload-function): New-style unload function, adapted
13582 from `delsel-unload-hook'.
13583
13584 * msb.el (msb-unload-hook): Remove function and variable.
13585 (msb-unload-function): New-style unload function, adapted from
13586 `msb-unload-hook'.
13587
13588 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * desktop.el (uniquify-managed): Pacify byte compiler.
13591 (desktop-buffer-info): If the buffer name is managed by uniquify,
13592 save the base name, not the uniquified one.
13593 (desktop-create-buffer): Allow `rename-buffer' to generate a new
13594 name in case of conflict.
13595
13596 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * doc-view.el: Use expand-file-name rather than concat.
13599 (doc-view-cache-directory): Add the UID so multiple users won't clash.
13600 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13601 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13602 (doc-view-toggle-display): Use an overlay over the whole buffer so as
13603 not to have to touch the buffer's content.
13604 (doc-view-initiate-display): New function, extracted from doc-view-mode.
13605 (doc-view-mode): Use it. Don't mark as a special mode.
13606 Put the page numbers in the modeline.
13607 Set up the overlay. Hide the cursor. Run the mode hook.
13608 Use after-revert-hook rather than revert-buffer-function.
13609 (doc-view-search-internal): Fix typo.
13610 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13611 image-cache flush.
13612 (doc-view-reconvert-doc): Don't reset the whole mode.
13613 (doc-view-make-safe-dir): New function.
13614 (doc-view-current-cache-dir): Use it.
13615
13616 2007-10-30 Jason Rumney <jasonr@gnu.org>
13617
13618 * time.el (display-time-world-list): Test for zoneinfo support.
13619
13620 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
13621
13622 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13623
13624 * net/tramp-cache.el (tramp-flush-file-function): Check also
13625 `default-directory' if `buffer-file-name' does not return a
13626 string. Added to `eshell-pre-command-hook'.
13627
13628 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * doc-view.el (doc-view-current-doc): Remove.
13631 Replace all uses by buffer-file-name.
13632 (doc-view-menu): New menu.
13633 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13634 unused var `doc'.
13635 (doc-view-sort): Simplify.
13636 (doc-view-buffer-message): Don't change buffer-modified-p.
13637 (doc-view-mode): Change it here instead.
13638 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
13639 Don't modify the global value of revert-buffer-function.
13640
13641 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13642 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13643 (image-toggle-display): Take overlays into account and don't assume
13644 point-min==1.
13645
13646 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
13647
13648 * vc.el (vc-annotate): Fix omission bug:
13649 Specify value for vc-sentinel-movepoint.
13650
13651 2007-10-30 Michael Olson <mwolson@gnu.org>
13652
13653 * textmodes/remember.el (remember-mode-hook)
13654 (remember-handler-functions, remember-annotation-functions):
13655 Add additional items as options, including some Org functions.
13656
13657 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
13658
13659 * doc-view.el: Remove cl-dependency.
13660 (doc-view-buffer-message): Mention new binding K.
13661 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13662 instead of variable.
13663 (doc-view-current-cache-dir): Better cache dir naming.
13664 (doc-view-current-display): Remove variable.
13665 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13666 (doc-view-kill-proc): Set converter process to nil.
13667 (doc-view-minor-mode): New minor mode.
13668 (doc-view-minor-mode-map): New keymap.
13669 (doc-view-mode): Remove text/image switching code. Use plain defun.
13670 (doc-view-mode-map): New binding K kills converter process.
13671 Remove C-c C-e binding.
13672 (doc-view-mode-text-map): Remove keymap.
13673 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13674 d-v-display-maybe.
13675 (doc-view-previous-major-mode): New variable.
13676 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13677 (doc-view-remove-if): New function.
13678 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13679 (doc-view-toggle-display): Toggle modes instead of display styles.
13680 (doc-view-reconvert-doc): Adapt to new way of doing things.
13681
13682 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13683
13684 2007-10-30 Glenn Morris <rgm@gnu.org>
13685
13686 * dirtrack.el (dirtrack-mode): Doc fix.
13687
13688 * shell.el (shell-dirtrack-verbose, shell-mode)
13689 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13690
13691 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13692 (byte-compile-enable-warning): Doc fix.
13693
13694 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13695 suppress byte-opt warning.
13696
13697 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13698
13699 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13700 (edt-gnu-emacs19-p): Remove.
13701 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13702 (edt-xserver, edt-page-backward, edt-beginning-of-line)
13703 (edt-end-of-line-forward, edt-end-of-line-backward)
13704 (edt-one-word-forward, edt-one-word-backward, edt-character)
13705 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13706 (edt-find-forward, edt-find-backward, edt-find-next-forward)
13707 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13708 (edt-define-key, edt-bottom-check, edt-sentence-forward)
13709 (edt-sentence-backward, edt-paragraph-forward)
13710 (edt-paragraph-backward, edt-restore-key, edt-window-top)
13711 (edt-window-bottom, edt-scroll-window-forward-line)
13712 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13713 (edt-line-to-top-of-window, edt-paragraph-backward)
13714 (edt-restore-key, edt-window-top, edt-window-bottom)
13715 (edt-scroll-window-forward-line)
13716 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13717 (edt-line-to-middle-of-window, edt-goto-percentage)
13718 (edt-display-the-time, edt-remember, edt-split-window)
13719 (edt-emulation-on, edt-emulation-off)
13720 (edt-default-emulation-setup, edt-user-emulation-setup)
13721 (edt-select-default-global-map, edt-select-user-global-map):
13722 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13723 tests.
13724
13725 * textmodes/reftex-index.el (reftex-index-selection-or-word):
13726 Use feature test instead of boundp test so it can be resolved at
13727 compile time.
13728
13729 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13730
13731 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13734 Update all users.
13735 (abbrev-get, abbrev-put): Simplify.
13736 (define-abbrev): Don't store the `force' value in the :system property.
13737 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13738
13739 2007-10-30 Michael Olson <mwolson@gnu.org>
13740
13741 * desktop.el (desktop-minor-mode-table): Add line for ERC.
13742
13743 * textmodes/remember.el: New file that implements a mode for
13744 quickly jotting down things to remember.
13745
13746 * textmodes/remember-diary.el: A backend for remember.el that
13747 implements saving notes to a Diary file.
13748
13749 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13750
13751 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13752 Relocate in file.
13753 (allout-doublecheck-at-and-shallower): Increase to include
13754 slightly greater depths, since yank interaction is now ok.
13755 Also, elaborate the docstring to explain the situation.
13756 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13757 instead of concat, so we accommodate key sequences expressed as
13758 vectors as well as strings and lists.
13759 (allout-flag-region, allout-hide-by-annotation): Make the
13760 hidden-text overlays 'front-advance.
13761 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13762 (allout-aberrant-container-p, allout-on-current-heading-p)
13763 (allout-e-o-prefix-p, allout-next-heading)
13764 (allout-previous-heading, allout-goto-prefix)
13765 (allout-end-of-prefix, allout-next-sibling-leap)
13766 (allout-next-visible-heading, allout-auto-fill)
13767 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13768 (allout-yank-processing, allout-resolve-xref)
13769 (allout-current-topic-collapsed-p, allout-hide-region-body)
13770 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
13771 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
13772 (count-trailing-whitespace-region): Preserve match data, so allout
13773 outline navigation doesn't disrupt other Emacs operations.
13774 (allout-beginning-of-line): Retreat to the beginning of the hidden
13775 text, so fields are respected (for submodes that care).
13776 (allout-end-of-line): Preserve mark activation status when jumping.
13777 (allout-open-topic): Account for opening after a child that
13778 contains a hidden trailing newline. Preserve match data.
13779 Run allout-structure-added-hook
13780 (allout-encrypt-decrypted): Preserve match data.
13781 (allout-toggle-current-subtree-exposure): Add new interactive
13782 function for toggle subtree exposure - suggested by tassilo.
13783 (move-beginning-of-line, move-end-of-line): Don't use
13784 line-move-invisible-p, it's obsolete - substitute the code, instead.
13785
13786 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
13787
13788 * textmodes/flyspell.el (message-signature-separator):
13789 * longlines.el (message-indent-citation-function): Pacify byte
13790 compiler.
13791
13792 * emacs-lisp/cl-loaddefs.el:
13793 * ldefs-boot.el: Regenerate.
13794
13795 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13796 (.el.elc, compile, compile-always, compile-calc)
13797 ($(lisp)/progmodes/cc-mode.elc): Use it.
13798
13799 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
13800 Only do work for XEmacs.
13801 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
13802 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
13803 on XEmacs.
13804 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13805 (ps-x-color-name, ps-x-color-specifier-p)
13806 (ps-x-copy-coding-system, ps-x-device-class)
13807 (ps-x-extent-end-position, ps-x-extent-face)
13808 (ps-x-extent-priority, ps-x-extent-start-position)
13809 (ps-x-face-font-instance, ps-x-find-coding-system)
13810 (ps-x-font-instance-properties, ps-x-make-color-instance)
13811 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
13812 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
13813 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
13814 (ps-generate-postscript-with-faces): Delete defaliases.
13815 (ps-face-foreground-name, ps-face-background-name)
13816 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
13817 Move definitions to top level, make the body conditional on the Emacs
13818 flavor. Replace uses of deleted aliases and renamed functions.
13819 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
13820 of deleted aliases and renamed functions.
13821
13822 * calc/calc.el (calc-emacs-type-lucid): Remove.
13823 (calc-digit-map, calcDigit-start, calc-read-key)
13824 (calc-clear-unread-commands):
13825 * calc/calc-ext.el (calc-user-key-map): Replace uses of
13826 calc-emacs-type-lucid with (featurep 'xemacs)
13827
13828 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
13829 (featurep 'xemacs).
13830 (tpu-lucid-emacs19-p): Remove.
13831 (tpu-map-key): Make it a function instead of using fset. Inline
13832 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
13833 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
13834
13835 * ielm.el: Use featurep 'xemacs.
13836
13837 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
13838 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
13839 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
13840 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
13841 cperl-xemacs-p with (featurep 'xemacs).
13842 (font-lock-cache-position): Pacify byte compiler.
13843
13844 2007-10-29 Drew Adams <drew.adams@oracle.com>
13845
13846 * faces.el (read-color): New function.
13847 (face-at-point, foreground-color-at-point)
13848 (background-color-at-point): New functions.
13849
13850 2007-10-28 Richard Stallman <rms@gnu.org>
13851
13852 * net/browse-url.el (browse-url-text-xterm): Rename from
13853 browse-url-lynx-xterm and made generic.
13854 (browse-url-text-emacs): Likewise.
13855 (browse-url-text-browser): New variable.
13856 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
13857 (browse-url-text-input-field, browse-url-text-input-attempts)
13858 (browse-url-kde-program): Likewise.
13859
13860 2007-10-29 Glenn Morris <rgm@gnu.org>
13861
13862 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13863 Use mapc rather than mapcar (reinstall change deleted without log
13864 entry 2007-10-22).
13865
13866 2007-10-29 Martin Rudalics <rudalics@gmx.at>
13867
13868 * wdired.el (wdired-next-line, wdired-previous-line):
13869 Use next-line and previous-line wrapped in with-no-warnings.
13870
13871 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
13872
13873 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
13874 (rcirc-recent-quit-alist): New function.
13875 (rcirc): Print a better message when there is only one connected server.
13876 (rcirc-complete-nick): Do not update the nick table here.
13877 (rcirc-mode-map): Add M-o.
13878 (rcirc-current-line): Add variable.
13879 (rcirc-mode): Setup variables for line based omit.
13880 (rcirc-edit-multiline): Strip text properties.
13881 (rcirc-omit-responses): Add NICK.
13882 (rcirc-omit-threshold): Add variable.
13883 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
13884 Add functions.
13885 (rcirc-print): Keep track of current line. Do not fill text if
13886 `rcirc-fill-flag' is null. Only omit text if the last activity
13887 from the sender is more than `rcirc-omit-threshold' lines ago.
13888 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
13889 numbers instead of time.
13890 (rcirc-channel-nicks): Sort by line numbers instead of time.
13891 (rcirc-omit-mode): Add `...' when omitting text and recenter.
13892 (rcirc-handler-JOIN): Restore the joiners linestamp.
13893 (rcirc-maybe-remember-nick-quit): Add function.
13894 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
13895
13896 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
13897
13898 * loadhist.el (unload-feature-special-hooks):
13899 Add `delete-frame-functions' and `suspend-tty-functions'.
13900
13901 * server.el (server-unload-function): Rename from `server-unload-hook'
13902 and adapt to new `unload-feature' functionality. Remove hook from
13903 `kill-buffer-hook' buffer-locally.
13904 (server-unload-hook): Remove.
13905 (server-unload-function): New var; replaces `server-unload-hook'.
13906
13907 2007-10-29 Glenn Morris <rgm@gnu.org>
13908
13909 * dirtrack.el (dirtrack-debug): Doc fix.
13910 (dirtrack-mode, dirtrack-debug-mode): New names for
13911 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
13912 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
13913 Make obsolete.
13914 (dirtrack-debug-message): Only print message if
13915 dirtrack-debug-mode is non-nil. Use with-current-buffer.
13916 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
13917 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
13918
13919 2007-10-28 Glenn Morris <rgm@gnu.org>
13920
13921 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
13922 (byte-compile-warnings-safe-p): Handle `not'.
13923 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
13924 (byte-compile-enable-warning): New functions.
13925 (byte-compile-eval-before-compile)
13926 (byte-compile-file-form-require): Use byte-compile-disable-warning.
13927 (byte-compile-close-variables): Locally bind byte-compile-warnings,
13928 but do not modify it.
13929 (byte-compile-eval, byte-compile-obsolete)
13930 (byte-compile-warn-about-unresolved-functions)
13931 (byte-compile-file-form-defvar)
13932 (byte-compile-file-form-custom-declare-variable)
13933 (byte-compile-file-form-require)
13934 (byte-compile-file-form-defmumble, byte-compile-lambda)
13935 (byte-compile-form, byte-compile-normal-call)
13936 (byte-compile-variable-ref, byte-compile-defvar)
13937 (byte-compile-make-variable-buffer-local):
13938 Use byte-compile-warning-enabled-p.
13939 * emacs-lisp/advice.el (ad-compile-function):
13940 Use byte-compile-disable-warning.
13941 * emacs-lisp/cl.el: Move local variables to end of file, and set
13942 byte-compile-warnings to `(not cl-functions)'.
13943 * emacs-lisp/cl-compat.el: Add a local variables section, and set
13944 byte-compile-warnings to `(not cl-functions)'.
13945 * emacs-lisp/cl-macs.el: Unify local variable section, and set
13946 byte-compile-warnings to `(not cl-functions)'.
13947 (cl-do-proclaim): Use byte-compile-disable-warning and
13948 byte-compile-enable-warning.
13949 * emacs-lisp/cl-seq.el: Unify local variable section, and set
13950 byte-compile-warnings to `(not cl-functions)'.
13951 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
13952 Use byte-compile-disable-warning.
13953
13954 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13955
13956 * cus-edit.el (custom-browse-insert-prefix):
13957 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
13958
13959 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
13960
13961 * server.el (server-process-filter): Fix typo in docstring.
13962 (server-log): Reflow docstrings.
13963 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
13964 (server-goto-line-column): Use `when'.
13965
13966 2007-10-28 Juri Linkov <juri@jurta.org>
13967
13968 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
13969 when mouse is clicked on the isearch message.
13970 (isearch-resume): Call `isearch-update' at the end.
13971 Rename argument `search' to `string' to conform to the
13972 isearch terminology.
13973
13974 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 Rewrite abbrev.c in Elisp.
13977 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
13978 (abbrev-table-get, abbrev-table-put, abbrev-get)
13979 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
13980 (define-abbrev, abbrev--check-chars, define-global-abbrev)
13981 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
13982 (abbrev-expansion, abbrev--before-point, expand-abbrev)
13983 (unexpand-abbrev, abbrev--write, abbrev--describe)
13984 (insert-abbrev-table-description, define-abbrev-table):
13985 New funs, largely transcribed from abbrev.c.
13986 (abbrev-with-wrapper-hook): New macro.
13987 (abbrev-table-name-list, global-abbrev-table)
13988 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
13989 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
13990 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
13991 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
13992 New vars, largely transcribed from abbrev.c.
13993 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
13994 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
13995 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
13996
13997 2007-10-27 Glenn Morris <rgm@gnu.org>
13998
13999 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14000 (shell-dirtrack-toggle): Mark as obsolete.
14001 (dirtrack-toggle, dirtrack-mode): No longer alias to
14002 shell-dirtrack-mode.
14003
14004 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14005
14006 * calc/calc.el (math-standard-opers): Lower the precedence
14007 of negation.
14008 * calc/calc-lang.el (math-oper-table): Lower precedence of
14009 negation for C, TeX, and eqn.
14010
14011 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14012
14013 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14014
14015 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14016
14017 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14018 (desktop-not-loaded-hook): Fix :version tags.
14019
14020 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14021
14022 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14023 (tramp-get-remote-tmpdir): New defun.
14024 (tramp-make-tramp-temp-file): Use it.
14025 (tramp-local-call-process): New defun. Replace all calls of
14026 `call-process' by this when appropriate.
14027 (tramp-handle-write-region): Replace calls of `file-attributes' by
14028 `tramp-compat-file-attributes'.
14029 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14030 Make the first command a `tramp-send-command' call, with let-bind
14031 of `tramp-end-of-output'.
14032 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14033 (tramp-load-report-modules, tramp-append-tramp-buffers):
14034 Move to tramp-cmds.el.
14035
14036 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14037 (tramp-fish-do-copy-or-rename-file)
14038 (tramp-fish-do-copy-or-rename-file-directly):
14039 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14040 Add parameter PRESERVE-UID-GID.
14041
14042 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14043
14044 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14045 New defcustoms.
14046 (display-time-world-list): Use them as appropriate for the current
14047 value of `system-type'.
14048
14049 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14050
14051 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14052 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14053 around uses of previous-line and next-line.
14054
14055 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14056 New defvars.
14057
14058 * textmodes/css-mode.el (comment-continue):
14059 * net/browse-url.el (url-handler-regexp):
14060 * progmodes/idlw-help.el (idlwave-system-routines):
14061 Pacify byte-compiler.
14062
14063 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14064 line-move-invisible-p with its former definition: invisible-p.
14065 line-move-invisible-p was removed on 2007-08-29.
14066
14067 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14068
14069 * files.el (kill-emacs-query-functions): Doc fix;
14070 `save-buffers-kill-emacs' is no longer bound to a key.
14071
14072 2007-10-26 Richard Stallman <rms@gnu.org>
14073
14074 * isearch-multi.el (isearch-buffers-multi): New option.
14075 (isearch-buffers-search-fun): Test it.
14076
14077 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14078 Put ps-run-clear on C-c C-l.
14079
14080 * newcomment.el (comment-styles): New style indent-or-triple.
14081 (comment-style): Make that the default.
14082 (comment-add defvar): Doc fix.
14083 (comment-add): Delete arg EXTRA.
14084 (comment-region-default): Open code call to comment-add.
14085 Handle indent-or-triple style which uses `multi-char' for INDENT.
14086
14087 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14088
14089 * eshell/em-unix.el (nil-blank-string): Doc fix.
14090
14091 2007-10-26 John Wiegley <johnw@newartisans.com>
14092
14093 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14094 function, ensure that the third argument is turned into a nil if
14095 the string is otherwise completely empty (either no characters, or
14096 all tabs/spaces). This fixes a bug from a user who found himself
14097 unable to customize `diff-switches' and still use Eshell's diff
14098 command.
14099
14100 2007-10-26 Glenn Morris <rgm@gnu.org>
14101
14102 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14103 safe-local-variable property.
14104
14105 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14106
14107 * net/browse-url.el (browse-url-browser-function): Delete grail.
14108 (browse-url-grail): Function and variable deleted.
14109 (browse-url-browser-function): Delete IXI Mosaic.
14110 (browse-url-default-browser): Don't try IXI Mosaic.
14111 (browse-url-iximosaic): Function deleted.
14112 (browse-url-browser-function): Delete MMM.
14113 (browse-url-default-browser): Don't try MMM.
14114 (browse-url-mmm): Function deleted.
14115
14116 2007-10-26 Drew Adams <drew.adams@oracle.com>
14117
14118 * custom.el (custom-note-var-changed): New function.
14119
14120 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14121
14122 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14123 use with the definition. Remove.
14124
14125 * add-log.el (change-log-start-entry-re): New defconst.
14126 (change-log-sortable-date-at): Use it.
14127 (change-log-beginning-of-defun, change-log-end-of-defun):
14128 New functions.
14129 (change-log-mode): Use them for beginning-of-defun-function and
14130 end-of-defun-function.
14131
14132 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14133
14134 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14135 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14136 (ses-recalculate-cell): Deal with point being just beyond end of
14137 data area (why does this happen?)
14138 (ses-set-curcell): Ditto.
14139 (ses-column-letter): Handle columns beyond 702. Code written by
14140 Gareth Rees.
14141
14142 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14143
14144 * textmodes/org.el (org-agenda-get-restriction-and-command):
14145 Use `mapc' instead of `mapcar'.
14146 (org-agenda-list): Numeric prefix argument can specify the number
14147 of days.
14148 (remember-register, remember-buffer): Prevent byte compiler from
14149 complaining.
14150 (org-todo): Save and restore match data.
14151 (org-no-warnings): New macro.
14152 (org-columns-eval): Use `org-no-warnings'.
14153
14154 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14155
14156 * comint.el (comint-password-prompt-regexp):
14157 Handle `[sudo] password'-style prompt.
14158
14159 2007-10-25 Glenn Morris <rgm@gnu.org>
14160
14161 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14162 (defcustom): Doc fix.
14163
14164 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14165 Add `non_intrinsic'.
14166 (f90-constants-re): Add ieee modules.
14167 (f90-typedef-matcher, f90-typedec-matcher)
14168 (f90-imenu-type-matcher): New functions.
14169 (f90-font-lock-keywords-1): Give module procedures function-name face.
14170 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14171 Add `use, intrinsic'.
14172 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14173 Move start of `enum' blocks to separate entry.
14174 (f90-start-block-re): Fix `type', `abstract interface'.
14175 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14176 derived types.
14177 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14178 `elemental', change `enumerator'.
14179 (f90-no-block-limit): Fix `abstract interface'.
14180
14181 * progmodes/f90.el (f90-indented-comment-re)
14182 (f90-directive-comment-re, f90-break-delimiters):
14183 * progmodes/fortran.el (fortran-comment-line-start-skip)
14184 (fortran-directive-re):
14185 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14186 as safe if they are strings.
14187
14188 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * startup.el (window-system): Remove. Don't make it frame-local.
14191
14192 2007-10-24 Richard Stallman <rms@gnu.org>
14193
14194 * savehist.el (savehist-save): Omit unreadable elements.
14195
14196 * loadhist.el (unload-function-defs-list): Rename from
14197 unload-function-features-list.
14198 (unload-feature-special-hooks, unload-feature): Doc fixes.
14199
14200 * indent.el (indent-to-left-margin): If point's in the indentation,
14201 move to the end of the indentation.
14202
14203 * cus-edit.el (customize-changed-options): Make arg optional.
14204
14205 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14206
14207 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14208
14209 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14210
14211 * textmodes/org-publish.el (org-publish-attachment): Re-install
14212 accidentally deleted change.
14213
14214 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14217
14218 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14221 (Buffer-menu-mode-map): Initialize in the declaration.
14222 (Buffer-menu-mode): Define with `define-derived-mode'.
14223
14224 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14225
14226 * textmodes/org.el (org-version): Change to 5.13e.
14227 (org-agenda-file-regexp): Fix typo in docstring.
14228 (org-add-planning-info): Fix bug in parenthesis settings.
14229 (org-scan-tags): Catch the case of indirect buffers with no filename.
14230 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14231 Re-install switch to mapc, had been removed by accident.
14232 (org-columns-map): New binding `C-c C-o'.
14233 (org-columns-menu): Change menu text and added new entry.
14234 (org-columns-eval): Document the use of `next-line'.
14235 (org-columns-open-link): New function.
14236 (org-columns-follow-link): Remove function.
14237 (org-open-link-from-string): New function.
14238 (org-read-date-get-relative): Fix typo in docstring.
14239 (org-read-date-get-relative): Leading +/- is not optional.
14240 (org-agenda-get-restriction-and-command): Always resize window on
14241 first loop cycle.
14242 (org-agenda-open-link): Make sure the link abbreviations are
14243 present in the agenda buffer.
14244 (org-agenda-copy-local-variable): New function.
14245
14246 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14249
14250 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14251
14252 * simple.el (reindent-then-newline-and-indent): Use a `move after
14253 insert' kind of marker in the save-excursion.
14254
14255 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * textmodes/css-mode.el: Require CL.
14258 (comment-continue): Declare.
14259
14260 * subr.el (make-variable-frame-localizable): Remove.
14261 (make-variable-frame-local): Mark obsolete.
14262
14263 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14264
14265 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14266 of the subdirs is unreadable.
14267
14268 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14269
14270 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14271 when we are local.
14272
14273 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * progmodes/python.el (python-current-defun): Remove left-over
14276 assignment to `start'.
14277
14278 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14279
14280 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14281 than `mapcar'; return value is not used.
14282
14283 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14284
14285 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14286 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14287
14288 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14289
14290 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14291 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14292
14293 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14294
14295 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14296
14297 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14298
14299 * emacs-lisp/advice.el (ad-make-advised-docstring):
14300 Add ad-advice-info text property to doc string.
14301
14302 2007-10-23 Glenn Morris <rgm@gnu.org>
14303
14304 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14305 (f90-type-indent, f90-program-indent, f90-associate-indent)
14306 (f90-continuation-indent, f90-comment-region)
14307 (f90-beginning-ampersand, f90-smart-end)
14308 (f90-break-before-delimiters, f90-auto-keyword-case)
14309 (f90-leave-line-no, f90-mode-hook):
14310 Give an appropriate safe-local-variable property.
14311
14312 * progmodes/fortran.el (fortran-tab-mode-default)
14313 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14314 (fortran-structure-indent, fortran-continuation-indent)
14315 (fortran-comment-indent, fortran-comment-line-extra-indent)
14316 (fortran-comment-line-start)
14317 (fortran-minimum-statement-indent-fixed)
14318 (fortran-minimum-statement-indent-tab)
14319 (fortran-comment-indent-char, fortran-line-number-indent)
14320 (fortran-check-all-num-for-matching-do)
14321 (fortran-blink-matching-if, fortran-continuation-string)
14322 (fortran-comment-region, fortran-electric-line-number)
14323 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14324 (fortran-analyze-depth, fortran-break-before-delimiters):
14325 Give an appropriate safe-local-variable property.
14326
14327 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14328
14329 * printing.el: Move variable definitions before use.
14330 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14331
14332 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14335 (tpu-edt-off): Use it.
14336 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14337 the global-map before adding it to global-map.
14338
14339 * menu-bar.el (global-buffers-menu-map): New var.
14340 (global-map, menu-bar-update-buffers): Use it.
14341 * msb.el (msb-menu-bar-update-buffers): Use it.
14342 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14343 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14344 Use with-current-buffer.
14345
14346 2007-10-22 Juri Linkov <juri@jurta.org>
14347
14348 * isearch-multi.el: New file.
14349
14350 * isearch.el (isearch-search-string): After finding the next
14351 occurrence switch to buffer isearch-buffers-current-buffer when
14352 isearch-buffers-next-buffer-function is non-nil and
14353 isearch-buffers-current-buffer is live.
14354
14355 * add-log.el (change-log-mode): Make and set buffer-local variable
14356 isearch-buffers-next-buffer-function to change-log-next-buffer.
14357 Call isearch-buffers-minor-mode.
14358 (change-log-next-buffer): New function.
14359
14360 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14361
14362 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14363 Renaming of `org-latex-protect'.
14364 (org-export-latex-emphasis-alist): By default, don't protect
14365 any emphasis formatter from further conversion.
14366 (org-export-latex-tables): Honor column grouping for tables.
14367 (org-export-latex-title-command): New option.
14368 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14369 export backslash character.
14370
14371 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14372
14373 * textmodes/org.el (org-read-date-get-relative): New function.
14374 (org-agenda-file-regexp): New variable.
14375 (org-agenda-files): Allow directories in the variable.
14376 (org-agenda-get-restriction-and-command): New function.
14377 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14378 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14379 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14380 New functions.
14381 (org-entry-add-to-multivalued-property)
14382 (org-entry-remove-from-multivalued-property)
14383 (org-entry-member-in-multivalued-property): New functions.
14384 (org-remember-apply-template): Catch C-g and make sure window
14385 configuration is restored.
14386 (org-agenda-open-link): Make it work with several links in the line.
14387 (org-drawers, org-set-regexps-and-options)
14388 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14389 (org-agenda-window-frame-fractions): New option.
14390 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14391 (org-columns-cleanup-item, org-find-entry-with-id)
14392 (org-insert-columns-dblock, org-listtable-to-string)
14393 (org-dblock-write:columnview, org-columns-capture-view)
14394 (org-edit-headline): New functions.
14395 (org-agenda-to-appt): Require calendar.
14396 (org-entry-get-with-inheritance): Widen for search.
14397 (org-columns-display-here): Don't mark buffer as modified when
14398 adding space characters to accomodate column overlays.
14399 (org-export-as-html): Better formatting of tags in the toc.
14400 (org-columns-display-here): Make the ITEM column as compact as possible.
14401 (org-remember-templates): Customization interface improved.
14402 (org-export-with-property-drawer): Variable removed.
14403 (org-export-with-drawers): New option.
14404 (org-complex-heading-regexp): New variable.
14405 (org-sort-entries): Rewrite using `sort-subr'.
14406 (org-set-property): More appropriate completion during interactive use.
14407 (org-sort-entries): Allow sorting by property.
14408 (org-additional-option-like-keywords): Add more values.
14409 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14410
14411 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14412
14413 * textmodes/org.el (org-get-date-from-calendar): New function.
14414 (org-at-timestamp-p, org-timestamp-change)
14415 (org-remember-templates): First element of each entry is now a
14416 name for the template.
14417 (org-store-log-note): Check for `org-note-abort'.
14418 (org-kill-note-or-show-branches): New command.
14419 (org-fontify-priorities): New option.
14420 (org-fontify-priorities): New function.
14421 (org-cut-subtree, org-copy-subtree): New argument N to
14422 act on N sequential subtrees.
14423 (org-paste-subtree): Fix the level at which a tree is pasted.
14424 (org-fit-agenda-window): Limitations on window size removed.
14425 (org-agenda-find-same-or-today-or-agenda): Rename from
14426 `org-agenda-find-today-or-agenda'.
14427 (org-scheduled-past-days): New option.
14428 (org-agenda-scheduled-leaders)
14429 (org-agenda-deadline-leaders): New options.
14430 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14431 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14432 (org-export-with-tags, org-export-plist-vars)
14433 (org-infile-export-plist): New "tags" option.
14434 (org-use-property-inheritance): New option.
14435 (org-cached-entry-get): Use `org-use-property-inheritance'.
14436 (org-remember-apply-template): Fix typo.
14437
14438 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14439
14440 * net/tramp.el (tramp-find-shell)
14441 (tramp-open-connection-setup-interactive-shell): Improve sending
14442 initial commands.
14443 (tramp-action-terminal): Send debug message.
14444 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14445 (tramp-barf-if-no-shell-prompt): Insert code of
14446 `tramp-wait-for-shell-prompt'.
14447
14448 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14451
14452 * term/vt200.el (terminal-init-vt200):
14453 * term/vt201.el (terminal-init-vt201):
14454 * term/vt220.el (terminal-init-vt220):
14455 * term/vt240.el (terminal-init-vt240):
14456 * term/vt300.el (terminal-init-vt300):
14457 * term/vt320.el (terminal-init-vt320):
14458 * term/vt400.el (terminal-init-vt400):
14459 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14460
14461 * term/wyse50.el (wyse50-terminal-map): New var.
14462 (terminal-init-wyse50): Use it and input-decode-map.
14463 (enable-arrow-keys): Emasculate.
14464
14465 * term/tvi970.el (tvi970-terminal-map): New var.
14466 (terminal-init-tvi970): Use it and input-decode-map.
14467 (tvi970-keypad-numeric): Remove.
14468 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14469
14470 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14471 (terminal-init-sun): Use it and input-decode-map.
14472
14473 * term/news.el (terminal-init-news):
14474 * term/lk201.el (terminal-init-lk201):
14475 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14476
14477 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14478
14479 * complete.el (PC-expand-many-files): Remove.
14480 (PC-do-completion): Call file-expand-wildcards instead of
14481 PC-expand-many-files.
14482
14483 * net/tramp.el (tramp-handle-expand-many-files): Remove.
14484 (PC-expand-many-files): Remove advice.
14485
14486 2007-10-22 Glenn Morris <rgm@gnu.org>
14487
14488 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14489 Add some support for Fortran 2003 syntax:
14490 (f90-type-indent): Now also applies to `enum'.
14491 (f90-associate-indent): New user option.
14492 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14493 Add some F2003 keywords.
14494 (f90-constants-re): New constant.
14495 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14496 Interface'.
14497 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14498 `class'. Arguments for `type'/`class' may have spaces. Add a new
14499 element for functions with specified types. Add `end enum' and
14500 `select type'. Add `implicit enumerator' and `procedure'.
14501 Add `class default' and `type is', `class is'. Fix `go to' regexp.
14502 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14503 (f90-font-lock-keywords-4): Add `f90-constants-re'.
14504 (f90-blocks-re): Add `enum' and `associate'.
14505 (f90-else-like-re): Add `class is', `type is', and `class default'.
14506 (f90-end-type-re): Add `enum'.
14507 (f90-end-associate-re, f90-typeis-re): New constants.
14508 (f90-end-block-re): Add `enum' and `associate'. Change from
14509 optional whitespace to end-of-word, to avoid `enumerator'.
14510 (f90-start-block-re): Add `select type', `abstract interface', and
14511 `enum'. Avoid `type is', and `type (sometype)'.
14512 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14513 (f90-mode): Doc fix.
14514 (f90-looking-at-select-case): Doc fix. Add `select type'.
14515 (f90-looking-at-associate): New function.
14516 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14517 Add `enum' and `abstract interface'.
14518 (f90-no-block-limit): Add `select type' and `abstract interface'.
14519 (f90-get-correct-indent, f90-calculate-indent)
14520 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14521 (f90-indent-region, f90-match-end): Handle `associate' blocks.
14522
14523 2007-10-22 Martin Rudalics <rudalics@gmx.at>
14524
14525 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14526 Use window-full-width-p.
14527
14528 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
14529
14530 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14531
14532 * tooltip.el: Use featurep 'xemacs.
14533
14534 * printing.el: Move variable definitions before use, no code change.
14535
14536 2007-10-22 Juri Linkov <juri@jurta.org>
14537
14538 * simple.el (goto-history-element): Allow minibuffer-default to be
14539 a list of default values accessible by typing M-n in the minibuffer.
14540
14541 * dired-x.el (dired-guess-shell-command): Put all guesses to the
14542 minibuffer default value list instead of pushing them temporarily
14543 to the history list.
14544
14545 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14546
14547 * hexl.el (hexl-menu): New major mode menu.
14548
14549 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14552
14553 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14554
14555 * w32-fns.el (w32-quote-process-args):
14556 * dos-w32.el (print-region-function, lpr-headers-switches)
14557 (ps-print-region-function): Pacify byte-compiler.
14558
14559 * emulation/edt-mapper.el (function-key-map):
14560 (edt-map-key): Make it a function instead of using fset.
14561 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
14562 (edt-gnu-map-key, edt-lucid-map-key): Remove.
14563 (edt-x-emacs-p): Remove.
14564 (edt-emacs-variant, edt-window-system, edt-xserver):
14565 Use featurep 'xemacs.
14566
14567 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14568 Replace eudc-xemacs-p with its definition.
14569 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14570 (eudc-emacs-mule-p): Remove.
14571 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14572 eudc-xemacs-p with feature tests.
14573
14574 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14575 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14576 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14577 (eudc-bob-toggle-inline-display):
14578 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14579 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14580
14581 * net/eudcb-ph.el (eudc-ph-open-session):
14582 Replace eudc-xemacs-mule-p with its former definition.
14583
14584 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14585 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14586
14587 * progmodes/vera-mode.el (vera-xemacs): Remove.
14588 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14589
14590 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14591 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14592 (vhdl-speedbar-initialize, vhdl-ps-print-init)
14593 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14594 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14595 with (featurep 'xemacs).
14596
14597 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14598 (save-buffer-state-x):
14599 * obsolete/fast-lock.el (fast-lock-verbose):
14600 * emulation/viper-init.el (viper-xemacs-p)
14601 (viper-cond-compile-for-xemacs-or-emacs):
14602 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14603 * ps-print.el (case-fold-search):
14604 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14605 * calculator.el (calculator-help): Use featurep 'xemacs.
14606
14607 * progmodes/prolog.el: Undo previous change.
14608 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14609
14610 * progmodes/dcl-mode.el:
14611 * play/yow.el:
14612 * calendar/todo-mode.el:
14613 * calendar/cal-hebrew.el:
14614 * vc-hg.el: Undo previous change.
14615
14616 * vms-patch.el: Likewise.
14617 (print-region-function): Pacify byte-compiler.
14618
14619 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
14620
14621 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14622 preserve-uid-gid.
14623
14624 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14625 compatibility. It is not used, though.
14626
14627 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14628 Require tramp-cmds.el.
14629 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14630 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14631 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14632 (tramp-do-copy-or-rename-file-out-of-band)
14633 (tramp-maybe-open-connection): Use `make-temp-name'. This is
14634 possible, because we don't need to create the temporary file, but
14635 we need a prefix for ssh, which has its own temporary file handling.
14636 (tramp-handle-delete-directory): Add "-f" to rmdir.
14637 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14638 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14639 a signal, in order to give the callee a chance to suppress.
14640 (tramp-handle-write-region): Set owner also in case of short
14641 track. Don't use compatibility calls for `write-region' anymore.
14642 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
14643 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14644
14645 * net/tramp-cmds.el: New file.
14646
14647 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14648 `tramp-clear-passwd'.
14649
14650 * net/trampver.el: Update release number.
14651
14652 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14653
14654 * progmodes/gud.el (gud-target-name): Move definition before use.
14655
14656 * progmodes/dcl-mode.el: Require imenu at compile time.
14657
14658 * progmodes/cc-engine.el (c-maybe-stale-found-type):
14659 Pacify byte-compiler.
14660
14661 * obsolete/fast-lock.el: Use featurep test instead of string-match.
14662
14663 * eshell/esh-mode.el (eshell-handle-ansi-color):
14664 Require ansi-color at compile time too.
14665
14666 * eshell/em-unix.el (eshell/info): Require info at compile time too.
14667
14668 * w32-fns.el: Require w32-vars.
14669
14670 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14671 time too.
14672
14673 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14674
14675 * double.el ([ignore]): Use `ignore'.
14676 (double-setup): Inline into double-mode.
14677 (double-mode): Use define-minor-mode.
14678
14679 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14680
14681 * textmodes/reftex.el: Move require easymenu before first use.
14682 (reftex-info): Require info at compile too.
14683
14684 * textmodes/org-publish.el (org-publish-org-to-html)
14685 (org-publish-org-to): Require org at compile time too.
14686 (org-publish-attachment): Require at compile time too.
14687
14688 * term/tty-colors.el (w32-tty-standard-colors):
14689 Pacify byte-compiler.
14690
14691 * term/pc-win.el (frame-creation-function-alist): Add to this
14692 instead of setting frame-creation-function.
14693
14694 * play/blackbox.el (bb-up, bb-down): Use forward-line.
14695
14696 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14697
14698 * calendar/todo-mode.el: Require calendar at compile time.
14699
14700 * calendar/cal-hebrew.el: Require holidays at compile time.
14701
14702 * w32-vars.el: Provide w32-vars.
14703
14704 * term/w32-win.el: Require w32-vars.
14705 (w32-color-map): Pacify byte-compiler.
14706
14707 * loadup.el: Load w32-vars before term/w32-win.
14708
14709 2007-10-20 Juri Linkov <juri@jurta.org>
14710
14711 * textmodes/fill.el (fill-paragraph): When the region is active,
14712 don't try other `or' branches regardless of the value returned by
14713 fill-region; just return t.
14714
14715 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14716
14717 * vc.el (vc-do-command): Condition out a misleading message when
14718 running asynchronously.
14719 (vc-deduce-fileset): New argument enables using an unregistered
14720 visited file as a singleton fileset if nothing else is available.
14721 (vc-next-action): Restore file-registering behavior.
14722
14723 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
14724
14725 * calc/README: Add recent news.
14726
14727 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
14728
14729 * term/x-win.el (x-gtk-stock-map, icon-map-list)
14730 (x-gtk-map-stock): Delete duplicated definitions from merge.
14731
14732 * progmodes/compile.el (compilation-skip-to-next-location)
14733 (compilation-skip-threshold, compilation-skip-visited):
14734 Move definitions earlier.
14735
14736 * play/decipher.el (decipher-keypress):
14737 * play/zone.el (zone-fall-through-ws):
14738 * play/landmark.el (lm-move-down, lm-move-up):
14739 * play/handwrite.el (handwrite):
14740 * mail/mspools.el (mspools-visit-spool):
14741 * wdired.el (wdired-next-line, wdired-previous-line):
14742 * tar-mode.el (tar-subfile-save-buffer):
14743 * scroll-lock.el (scroll-lock-next-line)
14744 (scroll-lock-previous-line):
14745 * image-dired.el (image-dired-next-line)
14746 (image-dired-previous-line):
14747 * ediff-help.el (ediff-help-message-line-length):
14748 Use forward-line.
14749
14750 * smerge-mode.el (smerge-auto-refine):
14751 * diff-mode.el (diff-auto-refine): Add :group.
14752
14753 * play/yow.el: Require doctor at compile time.
14754
14755 * vmsproc.el: Provide vmsproc.
14756 (command-send-input): Use forward-line.
14757
14758 * vms-patch.el: Require ps-print and vmsproc at compile time.
14759
14760 * vc-mtn.el (log-view-message-re, log-view-file-re)
14761 (log-view-font-lock-keywords): Pacify byte-compiler.
14762
14763 * vc-hg.el: Require log-view at compile time.
14764
14765 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14766
14767 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14768
14769 2007-10-20 Glenn Morris <rgm@gnu.org>
14770
14771 * progmodes/f90.el (f90-font-lock-keywords-2)
14772 (f90-looking-at-type-like): Fix regexp typos.
14773
14774 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
14775
14776 * bs.el (bs--track-window-changes): Don't refresh the whole list.
14777 (bs-mode): Set mode-class property to special.
14778
14779 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * diff-mode.el (diff-auto-refine): New var.
14782 (diff-hunk): Use it.
14783 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
14784 (diff-refine-change): Rename from diff-fine-change. Change it.
14785 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
14786 (diff-refine-hunk): Rename from diff-fine-highlight.
14787
14788 2007-10-20 John Paul Wallington <jpw@pobox.com>
14789
14790 * help-fns.el (describe-variable-custom-version-info): New function
14791 to return variable's version or package version note.
14792 (describe-variable): Use it, display result.
14793
14794 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * smerge-mode.el (smerge-auto-refine): New var.
14797 (smerge-next, smerge-prev): Use it.
14798 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
14799
14800 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14801 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
14802
14803 * vc-bzr.el (vc-bzr-diff-tree):
14804 * vc-git.el (vc-git-diff-tree):
14805 * vc-hg.el (vc-hg-diff-tree):
14806 * vc-mcvs.el (vc-mcvs-diff-tree):
14807 * vc-mtn.el (vc-mtn-diff-tree):
14808 * vc-svn.el (vc-svn-diff-tree): Remove.
14809
14810 * vc-mtn.el (vc-mtn-revision-completion-table):
14811 * vc-cvs.el (vc-cvs-revision-completion-table):
14812 * vc-arch.el (vc-arch-revision-completion-table):
14813 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
14814 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
14815 Make it work when the arg is a list of files.
14816
14817 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
14820 Also `revision-completion-table' now takes a list of files.
14821 (vc-deduce-fileset): Remove unused var `regexp'.
14822 Only obey allow-directory-wildcard in dired buffers.
14823 (vc-default-diff-tree): Remove.
14824 (vc-diff-added-files): New var.
14825 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
14826 (vc-version-diff): Revert from `vc-history-diff' to the original name.
14827 Remove the `backend' arg.
14828 (vc-contains-version-controlled-file): Remove.
14829 (vc-diff): Bring it closer to the version in Emacs-22.
14830 (vc-revert): Fix typo in let-binding.
14831 (vc-default-unregister): Remove.
14832 (vc-dired-buffers-for-dir): Remove N^2 behavior.
14833
14834 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14835
14836 * textmodes/two-column.el (2C-split, 2C-merge):
14837 * textmodes/bib-mode.el (bib-find-key, mark-bib):
14838 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14839 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
14840 * progmodes/ada-xref.el (ada-get-all-references):
14841 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
14842 * emulation/vi.el (vi-previous-line-first-nonwhite)
14843 (vi-effective-range, vi-put-before):
14844 * emulation/edt.el (edt-next-line, edt-previous-line)
14845 (edt-paragraph-forward): Use forward-line.
14846
14847 * progmodes/etags.el (tags-apropos): Require apropos at compile
14848 time too.
14849
14850 * progmodes/prolog.el: Require comint when compiling.
14851 (inferior-prolog-flavor): Move defvar before use.
14852
14853 2007-10-19 Richard Stallman <rms@gnu.org>
14854
14855 * font-core.el (turn-on-font-lock-if-desired):
14856 Rename from `turn-on-font-lock-if-enabled'.
14857 Fully obey `font-lock-global-modes'.
14858
14859 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
14862 which will not affect the behavior of things like forward-word.
14863 (diff-fine-highlight): Preserve point.
14864
14865 * doc-view.el (doc-view-mode-map): Use remapping.
14866 Don't rebind C-v, M-v to their default value.
14867 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
14868
14869 * smerge-mode.el: Add word-granularity refinement.
14870 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
14871 (smerge-refine-weight-hack): New vars.
14872 (smerge-refine-forward): New fun.
14873 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
14874 (smerge-refine-subst): Use them as well. Preserve point.
14875
14876 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
14877
14878 * follow.el (follow-unload-function): New function.
14879
14880 * loadhist.el (unload-function-features-list):
14881 Rename from `unload-hook-features-list'.
14882 (unload-hook-features-list): Add as obsolete alias.
14883 (unload-feature): Use `unload-function-features-list'
14884 and new FEATURE-unload-function.
14885
14886 2007-10-19 Glenn Morris <rgm@gnu.org>
14887
14888 * bindings.el (mouse-minor-mode-menu)
14889 (minor-mode-menu-from-indicator): Move to mouse.el.
14890 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14891 Move here from bindings.el.
14892
14893 2007-10-19 Richard Stallman <rms@gnu.org>
14894
14895 * help-fns.el (describe-function-1): Don't use the advice origname
14896 if it has no function definition.
14897
14898 2007-10-18 Johan Bockgård <bojohan@gnu.org>
14899
14900 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
14901 Use `save-restriction' rather than `widen'.
14902
14903 2007-10-18 Richard Stallman <rms@gnu.org>
14904
14905 * time.el (display-time-world-time-format): Display day # not month #.
14906
14907 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14908
14909 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
14910
14911 * doc-view.el: Remove version keyword.
14912 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14913 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
14914 (doc-view-ghostscript-options): Improve custom type.
14915 (doc-view-cache-directory, doc-view-conversion-buffer)
14916 (doc-view-conversion-refresh-interval): Simplify custom type.
14917
14918 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
14919
14920 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14921 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
14922 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14923 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
14924 Remove superfluous messages.
14925 (doc-view-mode-map): Use the image-mode scrolling commands.
14926 Don't rebind C-x k.
14927
14928 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14929
14930 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
14931 Add comment about "-dSAFER".
14932
14933 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * term/xterm.el: Don't require xt-mouse.
14936 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
14937 calling turn-on-xterm-mouse-tracking-on-terminal directly.
14938
14939 * xt-mouse.el: Don't change the global function-key-map anny more.
14940 (xterm-mouse-mode): Use terminal-init-xterm-hook.
14941 Don't use after-make-frame-functions now that term/xterm.el calls
14942 us directly.
14943 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14944 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
14945 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
14946 Setup input-decode-map and remember that xterm-mouse-mode was
14947 enabled in this terminal.
14948 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
14949 terminals where it has been enabled.
14950
14951 * faces.el (tty-create-frame-with-faces): Make sure not only
14952 tty-run-terminal-initialization but also set-locale-environment
14953 are run only once per terminal.
14954 (tty-run-terminal-initialization): Don't check if the terminal was
14955 already initted.
14956
14957 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
14958 not to remove keymaps that just happen to inherit from one of ours.
14959 When setting up our keymap, make sure it won't be accidentally
14960 modified by someone else.
14961
14962 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
14963
14964 * textmodes/artist.el (artist-previous-line, artist-next-line):
14965 * dired.el (dired-next-line, dired-previous-line):
14966 * progmodes/delphi.el (delphi-newline):
14967 * textmodes/org.el (org-columns-eval):
14968 Use forward-line.
14969
14970 * emerge.el (emerge-setup): Use insert-buffer-substring.
14971 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
14972
14973 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
14974
14975 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
14976 (adaptive-fill-function): Doc fix. Remove * from docstring.
14977
14978 2007-10-18 Tom Horsley <tom.horsley@att.net>
14979
14980 * simple.el (interprogram-paste-function): Doc fix.
14981 (current-kill): Accept list of strings as well
14982 as single string from `interprogram-paste-function'.
14983
14984 2007-10-18 Glenn Morris <rgm@gnu.org>
14985
14986 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
14987
14988 2007-10-18 Drew Adams <drew.adams@oracle.com>
14989
14990 * bindings.el (mode-line-minor-mode-keymap):
14991 Add mouse-minor-mode-menu on mouse-1.
14992 (mode-line-modes): Add mouse-1 to help-echo text.
14993 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14994 New functions.
14995 (mode-line-minor-mode-help): Doc fix.
14996
14997 2007-10-17 Juri Linkov <juri@jurta.org>
14998
14999 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15000 at the request of RMS.
15001 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15002 arg `region'. Fix docstring. At the first `or' branch add call to
15003 `fill-region' if it the region is active in transient-mark-mode.
15004
15005 * bindings.el (esc-map): Bind M-q to fill-paragraph
15006 instead of fill-paragraph-or-region.
15007
15008 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15009 with fill-paragraph.
15010
15011 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15012 Fix docstring.
15013
15014 * indent.el (indent-for-tab-command): Change interactive spec from
15015 "P" to "p". Add check for interactive arg before indenting the
15016 active region.
15017
15018 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15019 Regroup.
15020
15021 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15022
15023 * emacs-lisp/find-func.el: Don't require loadhist.
15024
15025 * loadhist.el (feature-symbols, file-provides, file-requires)
15026 (file-set-intersect, file-dependents): Simplify.
15027 (unload-feature-special-hooks): Update list of special hooks.
15028
15029 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15030
15031 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15032 extensions since they can be viewed with doc-view.
15033
15034 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15035 for pdf, ps and dvi files.
15036
15037 * doc-view.el: Make doc-view-mode the standard mode for viewing
15038 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15039 text and image display. Add binding C-c C-e to switch to an
15040 editing mode.
15041 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15042 avoid security problems when rendering files from untrusted sources.
15043
15044 2007-10-17 Aaron Hawley <aaronh@garden.org>
15045
15046 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15047 position is not saved.
15048
15049 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15050
15051 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15052 (doc-view-ghostscript-options): Fix typo in doc string.
15053
15054 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15057 handling, so compilation-fake-loc works again.
15058
15059 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15060 (server-process-filter): Revert last change.
15061
15062 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15063 behavior unrelated to filesets.
15064
15065 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15066
15067 * longlines.el (longlines-wrap-follows-window-size): Integer value
15068 specifies wrapping margin.
15069 (longlines-mode, longlines-window-change-function):
15070 Set window-specific wrapping margin based on the above.
15071
15072 2007-10-17 John Wiegley <johnw@newartisans.com>
15073
15074 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15075
15076 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15077
15078 * server.el (server-process-filter): Only set display if X11 is
15079 supported.
15080
15081 2007-10-17 Glenn Morris <rgm@gnu.org>
15082
15083 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15084 Tweak regexp to avoid stack overflow.
15085
15086 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * simple.el (reindent-then-newline-and-indent): Don't assume that
15089 indent-according-to-mode preserves point.
15090
15091 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15092
15093 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15094 (bs--nth-wrapper): Simplify.
15095 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15096 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15097 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15098 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15099 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15100 (bs-configurations, bs-default-configuration)
15101 (bs-alternative-configuration, bs-cycle-configuration-name)
15102 (bs-string-show-always, bs-string-show-never, bs-string-current)
15103 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15104 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15105 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15106 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15107 (bs--window-config-coming-from): Revert 2006-11-09 change.
15108 (bs--restore-window-config): Keep the selected frame.
15109 (bs--track-window-changes, bs--remove-hooks): New functions.
15110 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15111 (bs--create-header): Remove.
15112 (bs--create-header-line): New function, based on `bs--create-header'.
15113 (bs--show-header): Use `bs--create-header-line'.
15114 (bs--show-with-configuration): Revert 2006-11-09 change.
15115 Don't reuse window unless it is visible on the selected frame.
15116 Restore window configuration (possibly in a different frame)
15117 before creating any window.
15118
15119 2007-10-16 Glenn Morris <rgm@gnu.org>
15120
15121 * simple.el (blink-matching-open): Don't report false errors with
15122 the `$' syntax class.
15123
15124 2007-10-16 Richard Stallman <rms@gnu.org>
15125
15126 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15127 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15128 (ad-is-advised, ad-get-advice-info-field)
15129 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15130
15131 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15134 (vc-default-working-revision): Compatibility for backends.
15135
15136 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15137
15138 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15139 (filesets-ormap, filesets-sort-case-sensitive-flag)
15140 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15141 Fix typos in docstrings.
15142 (filesets-conditional-sort, filesets-find-or-display-file)
15143 (filesets-data-get-name, filesets-data-get-data)
15144 (filesets-data-set, filesets-cmd-query-replace-getargs)
15145 (filesets-ingroup-collect): Doc fixes.
15146
15147 2007-10-15 Sam Steingold <sds@gnu.org>
15148
15149 * mail/sendmail.el (sendmail-error-reporting-interactive)
15150 (sendmail-error-reporting-non-interactive): New variables for
15151 sendmail error reporting options to simplify support for imperfect
15152 sendmail emulators.
15153 (sendmail-send-it): Use them instead of list literals.
15154
15155 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15156
15157 * help-fns.el: Revert previous change; it creates a
15158 dependency loop between advice.el and help-fns.el.
15159
15160 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * help-fns.el: Require advice when compiling.
15163
15164 2007-10-14 Drew Adams <drew.adams@oracle.com>
15165
15166 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15167 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15168 (ring-next, ring-previous): New functions.
15169
15170 2007-10-14 Richard Stallman <rms@gnu.org>
15171
15172 * emacs-lisp/advice.el (documentation): Advice deleted.
15173 Doc for advised functions is now handled at C level.
15174 (ad-stop-advice, ad-start-advice): Don't enable or disable
15175 advice for `documentation'.
15176 (ad-advised-definition-docstring-regexp): Var deleted.
15177 (ad-make-advised-definition-docstring): Store orig name
15178 as text property of string.
15179 (ad-advised-definition-p): Check for text property of docstring.
15180
15181 * help-fns.el (describe-function-1): Find source of advised functions.
15182
15183 2007-10-14 Juri Linkov <juri@jurta.org>
15184
15185 * faces.el (describe-face): Allow handling a string as the face name.
15186
15187 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15188 active region in transient-mark-mode.
15189 (ispell-region): Change messages displayed at the start and end of
15190 the spell-checking to be the same.
15191
15192 * startup.el (fancy-startup-tail): Say exactly what does the button
15193 dismiss ("Dismiss this startup screen"). Use text "Never show
15194 it again" for the checkbox after this button.
15195 (fancy-startup-screen, fancy-about-screen): Put point before the
15196 first link, so the user can quickly select links with the keyboard.
15197 (normal-mouse-startup-screen): Add more useful text describing how
15198 to follow a link.
15199
15200 2007-10-14 Glenn Morris <rgm@gnu.org>
15201
15202 * progmodes/etags.el (select-tags-table): Disable undo in the
15203 `*Tags Table List*' buffer.
15204
15205 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15206
15207 * dired.el (dired-warn-writable): New face.
15208 (dired-warn-writable-face): New variable.
15209 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15210 of dired-warning-face, for group- and world-writable files.
15211
15212 2007-10-13 Richard Stallman <rms@gnu.org>
15213
15214 * files.el (directory-abbrev-alist): Doc fix.
15215
15216 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15217
15218 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15219
15220 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15221
15222 * frame.el (set-frame-configuration): Assign name parameter only
15223 if it has been set explicitly before.
15224
15225 2007-10-11 Tom Tromey <tromey@redhat.com>
15226
15227 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15228 frame is visible.
15229
15230 2007-10-10 Richard Stallman <rms@gnu.org>
15231
15232 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15233 in *Backtrace*.
15234
15235 * faces.el (face-font-selection-order): Doc fix.
15236
15237 * loadhist.el (unload-feature): Doc fix.
15238
15239 2007-10-13 Glenn Morris <rgm@gnu.org>
15240
15241 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15242 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15243 Add doc string, and an explicit COUNT argument.
15244 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15245 `inc' to search functions.
15246
15247 * faces.el (face-spec-set): When FRAME is nil, set the default for
15248 new frames (restores pre-2007-09-17 behavior). Doc fix.
15249
15250 2007-10-13 John W. Eaton <jwe@octave.org>
15251
15252 * progmodes/octave-mod.el (octave-looking-at-kw)
15253 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15254 New functions.
15255 (octave-in-defun-p, calculate-octave-indent)
15256 (octave-blink-matching-block-open, octave-beginning-of-defun)
15257 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15258 to search for regexps that contain case-sensitive keywords.
15259 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15260 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15261
15262 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15263
15264 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15265 Do not use a single clause cond.
15266
15267 * cus-start.el (all): Use test that does not match the X11 version
15268 for mac.
15269
15270 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15271
15272 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15273 BROWSE buffer.
15274
15275 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15276
15277 * cus-start.el (all): Undo previous change.
15278
15279 2007-10-13 Glenn Morris <rgm@gnu.org>
15280
15281 * woman.el (woman0-rename): Fix paren typo.
15282
15283 * mail/feedmail.el (feedmail-run-the-queue)
15284 (feedmail-look-at-queue-directory):
15285 * mail/reporter.el (reporter-dump-state):
15286 * net/eudc-hotlist.el (eudc-edit-hotlist):
15287 * net/eudc.el (eudc-display-records)
15288 (eudc-filter-duplicate-attributes)
15289 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15290 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15291 (eudc-bbdb-query-internal):
15292 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15293 * net/socks.el (socks-build-auth-list):
15294 * progmodes/cc-cmds.el (top level):
15295 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15296 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15297 (cperl-write-tags, cperl-tags-treeify):
15298 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15299 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15300 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15301 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15302 (idlwave-toolbar-remove-everywhere):
15303 * progmodes/idlwave.el (idlwave-indent-line)
15304 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15305 (idlwave-write-paths, idlwave-all-method-classes)
15306 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15307 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15308 (idlwave-complete-in-buffer):
15309 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15310 (org-fast-tag-selection):
15311 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15312 than mapcar.
15313
15314 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15315
15316 * diff-mode.el (diff-fine-change): Add :group.
15317
15318 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15319
15320 * cus-start.el (all): Use the same test as the 22.2 branch.
15321
15322 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * diff-mode.el (diff-current-defun): Force recomputation of
15325 change-log-default-name.
15326
15327 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15328
15329 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15330 and some leftover logic regarding dedicated frames. If showing
15331 concise startup screen, fit window to buffer.
15332 (command-line-1): If we will be using the splash screen, use
15333 find-file instead of find-file-other-window to find additional files.
15334 Comment out unused code for coping with the old sit-for behavior.
15335
15336 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15337
15338 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15339 `meta' modifier consistently, rather than using sometimes meta
15340 sometimes alt.
15341
15342 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15343
15344 * window.el (handle-select-window): Revert part of 2007-10-08
15345 change setting the input focus.
15346
15347 2007-10-12 Glenn Morris <rgm@gnu.org>
15348
15349 * startup.el (command-line): Do not read abbrev file in batch mode.
15350
15351 * emacs-lisp/byte-opt.el (top level):
15352 * mail/rmail.el (rmail-list-to-menu):
15353 * obsolete/hilit19.el (hilit-mode):
15354 * progmodes/cc-mode.el (c-postprocess-file-styles)
15355 (c-submit-bug-report):
15356 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15357 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15358 (reftex-access-parse-file):
15359 * textmodes/reftex-cite.el (reftex-do-citation)
15360 (reftex-insert-bib-matches):
15361 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15362 * textmodes/reftex-sel.el (reftex-select-unmark):
15363 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15364 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15365
15366 * cus-edit.el (custom-variable-menu, custom-face-menu)
15367 (custom-group-menu): Check init-file-user rather than
15368 user-init-file, in case cus-edit is loaded by site-run-file.
15369
15370 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15371
15372 * vc.el (vc-deduce-fileset): Delete unused code.
15373 (vc-next-action): Fix typos.
15374
15375 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15376
15377 * bs.el (bs--mark-unmark): New function.
15378 (bs-mark-current, bs-unmark-current): Use it.
15379
15380 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15381
15382 * vc.el (vc-diff):
15383 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15384 temporarily disable the check for his edge case of
15385 vc-diff (stopping it from grinding when called from $HOME), as
15386 it's calling some brittle code in vc-hooks.el.
15387 (with-vc-properties): Fix evaluation time of a macro argument.
15388 * ediff-vers.el (ediff-vc-internal):
15389 * vc-hooks.el:
15390 * loaddefs.el: Follow up on VC terminology change.
15391
15392 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15393
15394 * follow.el (follow-stop-intercept-process-output):
15395 Use `follow-call-process-filter' rather than `process-filter'.
15396 Simplify.
15397
15398 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15399
15400 * vc-hooks.el (vc-registered): Robustify this function a bit
15401 against filenames with no directory component.
15402
15403 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * international/characters.el: Undo unwanted and unexplained change.
15406
15407 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15408
15409 * ps-print.el: Fix the usage of :foreground and :background face
15410 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15411 (ps-print-version): New version 6.7.6.
15412 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15413 Fix code.
15414 (ps-face-foreground-color-p, ps-face-background-color-p)
15415 (ps-face-color-p): New inline funs.
15416
15417 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15418
15419 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15420 (org-complete): Use `org-additional-option-like-keywords'.
15421 (org-parse-local-options): New function.
15422
15423 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15424
15425 * textmodes/org.el (org-in-clocktable-p): New function.
15426 (org-clock-report): Only update the table at point, or insert a new one.
15427 (org-clock-goto): New function.
15428 (org-open-file): Use `start-process-shell-command' instead of
15429 `shell-command' with an ampersand.
15430 (org-deadline, org-schedule): New argument REMOVE to remove the
15431 date from the entry.
15432 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15433 argument to `org-schedule' and `org-deadline'.
15434 (org-trim): Use the correct expressions for beginning and end of
15435 the string.
15436 (org-get-cleaned-entry): Trim the string before returning it.
15437 (org-clock-find-position): New function.
15438 (org-clock-into-drawer): New option.
15439 (org-agenda-tags-column): Rename from
15440 `org-agenda-align-tags-to-column'.
15441 (org-agenda-align-tags): Allow negative values for
15442 `org-agenda-tags-column'.
15443 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15444 (org-agenda-to-appt): New optional argument FILTER.
15445 (org-completion-fallback-command): New variable.
15446 (org-complete): Use `org-completion-fallback-command'.
15447 (org-find-base-buffer-visiting): Catch the case that there is no
15448 buffer visiting the file.
15449 (org-property-or-variable-value): New function.
15450 (org-todo): Use `org-property-or-variable-value'
15451 (org-agenda-compact-blocks): New option.
15452 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15453 (org-agenda-schedule, org-agenda-deadline):
15454 Call `org-agenda-show-new-time'.
15455 (org-agenda-show-new-time): New argument PREFIX.
15456 (org-colgroup-info-to-vline-list): Fix but that cause a
15457 shift in the vertical lines.
15458 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15459 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15460 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15461 (org-fix-bullet-type): Remove argument.
15462 (org-read-date): Check for am/pm twice, to catch the end time.
15463 (org-goto-map): Use `suppress-keymap'.
15464 (org-remember-apply-template): Respect the dynamically scoped
15465 selection character.
15466
15467 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * frame.el (frame-inherited-parameters): Remove unused `environment'
15470 parameter, and let server.el add `client' when needed.
15471
15472 * server.el (server-create-tty-frame)
15473 (server-create-window-system-frame): Set frame-inherited-parameters.
15474
15475 * frame.el (frame-inherited-parameters): New var.
15476 (make-frame): Use it.
15477
15478 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15479
15480 * env.el (let-environment): Remove. Unused.
15481 (read-envvar-name): Simplify.
15482 (setenv): Remove unused arg `frame'.
15483
15484 * help-fns.el (describe-variable): Add missing " " for multiline
15485 obsolescence info and missing EOL after global value.
15486
15487 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15488
15489 * add-log.el:
15490 * ediff-vers.el:
15491 * log-view.el:
15492 * pcvs.el:
15493 * vc-arch.el:
15494 * vc-bzr.el:
15495 * vc-cvs.el:
15496 * vc.el:
15497 * vc-git.el:
15498 * vc-hg.el:
15499 * vc-hooks.el:
15500 * vc-mcvs.el:
15501 * vc-mtn.el:
15502 * vc-rcs.el:
15503 * vc-sccs.el:
15504 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15505 {find,init,next,previous,annotate-*,log}-version ->
15506 {find,init,next,previous,annotate-*,log}-revision,
15507 annotate-focus-version -> annotate-working-revision, The term
15508 'focus' is gone. The term 'revision' is now used consistently
15509 everywhere that reference to a revision ID is intended, replacing
15510 older use of 'version'.
15511
15512 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15513
15514 * follow.el: Change all instances of "Follow Mode" to "Follow
15515 mode" in docstrings and messages.
15516 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15517
15518 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15519
15520 * vc.el (vc-next-action): Rewrite completely; this principal
15521 entry point now operates on a current fileset selected either
15522 explicitly via VC-Dired or implicitly by visiting a file buffer,
15523 rather than always operating on the file of the current buffer as
15524 in older versions. Rewrite the rest of the mode to match.
15525 (with-vc-properties): Rewrite to operate on a file list.
15526 (with-vc-file): vc-checkin takes a file list argument now.
15527 (vc-post-command-functions): This hook now receives a file list.
15528 (vc-do-command): Take a either a file or a file list as argument.
15529 (vc-deduce-fileset): New function for deducing a file list to
15530 operate on.
15531 (vc-next-action-on-file, vc-next-action-dired): Remove.
15532 Merge into vc-next-action.
15533 (vc-register): Adapt to the fact that vc-start-entry now takes a
15534 file list.
15535 (vc-register-with): New function.
15536 (vc-start-entry): Take a file list argument rather than a
15537 file argument.
15538 (vc-checkout): Cope with vc-start-entry taking a file list.
15539 (vc-steal-lock): Cope with with-vc-properties taking a
15540 file list.
15541 (vc-checkin): Take a file list argument rather than a file argument.
15542 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15543 (vc-diff-internal): Rewrite for filesets.
15544 (vc-diff-sentinel): New function, tests whether changes were
15545 written into a diff buffer.
15546 (vc-diff): Rewrite for filesets.
15547 (vc-version-diff): Rewrite for filesets.
15548 (vc-print-log): Take a fileset argument.
15549 (vc-revert): Revert the entire selected fileset, not just the
15550 current buffer.
15551 (vc-rollback): Roll back the entire selected fileset, if
15552 possible. No longer accepts a prefix argument.
15553 (vc-update): Merge new changes for the entire selected
15554 fileset, not just the current buffer.
15555 (vc-revert-file): Cope with with-vc-properties taking a file list.
15556 (vc-default-dired-state-info): Add + status suffix if the file is
15557 modified.
15558 (vc-annotate-warp-version): Use the new diff machinery.
15559 (vc-log-edit): Take a file list argument rather than a file argument.
15560
15561 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
15562
15563 Sync with Tramp 2.1.11.
15564
15565 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15566 Pacify byte compiler.
15567
15568 * net/trampver.el: Update release number.
15569
15570 2007-10-09 Richard Stallman <rms@gnu.org>
15571
15572 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15573
15574 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15575
15576 * follow.el: Require easymenu.
15577 (follow-mode-hook, follow-mode): Doc fixes.
15578 (follow-mode-off-hook): Mark as obsolete.
15579
15580 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15581
15582 * window.el (mouse-autoselect-window-cancel): Don't cancel for
15583 select-window or select-frame events.
15584 (handle-select-window): When autoselecting window set input
15585 focus. Restructure.
15586
15587 * frame.el (focus-follows-mouse): Move to frame.c.
15588 * cus-start.el (all): Add focus-follows-mouse.
15589
15590 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15591
15592 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15593 activate font-locking in the *buffer-selection* buffer.
15594 (bs-show-sorted): Doc fix.
15595
15596 * bs.el (bs--get-marked-string, bs--get-modified-string)
15597 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15598 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15599 (bs--format-aux): Doc fix.
15600
15601 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
15602
15603 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15604
15605 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15606
15607 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15608 (gud-gdb): New function for old M-x gdb (text command mode).
15609 (gud-gdb-command-name, gdb): Move to...
15610
15611 * progmodes/gdb-ui.el: ...here and adapt doc string.
15612 (gud-gdba-command-name, gdba): Delete.
15613
15614 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * bs.el: Don't defvar `font-lock-verbose'.
15617 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15618 (bs--get-file-name): Fix typos in docstrings.
15619 (bs--show-header): Use `dolist' instead of `mapcar'.
15620 (bs-mode): Set `show-trailing-whitespace' to nil.
15621 (bs-buffer-sort-function, bs-mouse-select-other-frame)
15622 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15623 Doc fixes.
15624
15625 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
15626
15627 * progmodes/gud.el (pdb): Specify file for gud-break.
15628
15629 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15630
15631 * progmodes/gud.el (gdb): Make graphical mode the default and
15632 switch to text command mode if appropriate, i.e., reverse previous
15633 arrangement.
15634 (gud-gdb-marker-filter): Adapt for above change.
15635
15636 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15637 gud-minor-mode and gud-marker-filter.
15638 (gdb-fullname-regexp): New variable.
15639 (gud-gdba-marker-filter): Use it to switch to text command
15640 mode if appropriate.
15641
15642 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15643
15644 * progmodes/gud.el (gud-display-line): Find source buffer even when
15645 GUD buffer has its own frame.
15646
15647 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15648
15649 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15650
15651 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15652
15653 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15654
15655 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15656
15657 * allout.el (allout-before-change-handler): Replace got-char by
15658 goto-char.
15659
15660 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15661
15662 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15663 Used to try and automatically enabled smerge-mode in the presence of
15664 conflicts and to call `svn resolved' when the conflicts are gone.
15665 (vc-svn-parse-status): Remember the svn-specific status.
15666
15667 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15668
15669 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15670 menu-bar-apropos-menu. All users changed.
15671 (menu-bar-help-menu): Change menu symbols to better match the text
15672 displayed by the menu.
15673
15674 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15675
15676 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15677 #, @, : and ^.
15678
15679 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15680
15681 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15682
15683 * log-view.el (log-view-mode-map): Likewise.
15684
15685 * diff-mode.el (diff-mode-shared-map): Likewise.
15686
15687 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15688
15689 * files.el (file-name-sans-versions): Also allow `A-Z'.
15690
15691 * vc.el: Mention all supported VC backends.
15692
15693 2007-10-08 Richard Stallman <rms@gnu.org>
15694
15695 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15696 neighbouring buttons.
15697
15698 2007-10-08 Andreas Schwab <schwab@suse.de>
15699
15700 * files.el (file-name-sans-versions): Also allow `_'.
15701
15702 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15703
15704 * files.el (file-name-sans-versions): Allow - and a-z in version names.
15705
15706 * log-view.el (log-view-mode-map, log-view-mode-menu):
15707 Bind log-view-annotate-version.
15708 (log-view-beginning-of-defun, log-view-end-of-defun)
15709 (log-view-annotate-version): New functions.
15710 (log-view-mode): Use log-view-beginning-of-defun and
15711 log-view-end-of-defun.
15712
15713 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15714
15715 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15716
15717 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15718
15719 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15720 neighbouring buttons.
15721
15722 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15723 Recognize gcc's use of "note" for informational messages.
15724
15725 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15728 (css-mode): Update correspondingly.
15729
15730 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15731
15732 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15733 Signed-off-by, Acked-by and Merge.
15734
15735 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * ediff-init.el (ediff-verbose-p): This var is not a constant.
15738
15739 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * vc-mtn.el: New file.
15742
15743 * vc-hooks.el (vc-handled-backends): Add Mtn.
15744
15745 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15746
15747 * files.el (find-file, find-file-other-window)
15748 (find-file-other-frame, find-file-existing, find-file-read-only)
15749 (find-file-read-only-other-window)
15750 (find-file-read-only-other-frame)
15751 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15752
15753 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15754
15755 * progmodes/gud.el (gdb-ready): New variable.
15756 (gdb): Set it to nil. Set gud-running to nil here...
15757 (gud-common-init): ...instead of here.
15758
15759 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15760 Use gdb-ready. Discard input until GDB is ready to accept it.
15761
15762 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15763
15764 * dired.el (dired-warning): Inherit from font-lock-warning-face to
15765 make it show up with eight colors.
15766
15767 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15768
15769 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
15770 diffs are concatenated with no intervening line.
15771
15772 2007-10-08 Dave Love <fx@gnu.org>
15773
15774 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
15775 (python-font-lock-keywords): Update to the 2.5 version of the language.
15776 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
15777 (python-backspace): Only behave funny in code.
15778 (python-compilation-regexp-alist): Add PDB stack trace regexp.
15779 (inferior-python-mode): Add PDB prompt regexp.
15780 (python-fill-paragraph): Refine the fenced-string regexp.
15781 (python-find-imports): Handle imports spanning several lines.
15782 (python-mode): Add `class' to hideshow support.
15783
15784 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15787 Use add-log-buffer-file-name-function rather than binding
15788 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
15789 when `fi' is the ChangeLog file itself.
15790
15791 * outline.el (outline-flag-region): Use front-advance.
15792
15793 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
15794
15795 * progmodes/cperl-mode.el: Merge upstream 5.23.
15796 (cperl-where-am-i): Remove function.
15797 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
15798 (cperl-sniff-for-indent): De-invert [string] and [comment].
15799 When looking for label, skip s:m:y:tr.
15800 (cperl-indent-line): Likewise.
15801 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
15802 (cperl-windowed-init): Wrong `ps-print' handling.
15803 Both thanks to Chong Yidong.
15804 (cperl-look-at-leading-count): Could fail with unfinished RExen.
15805 (cperl-find-pods-heres): If the second part of s()[] is missing,
15806 don't try to highlight delimiters...
15807
15808 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15809
15810 * progmodes/compile.el (compilation-get-file-structure): Complete last
15811 change by also using spec-directory in the puthash.
15812
15813 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
15814
15815 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
15816 (vc-bzr-status): Fix shadowing of variable 'status'.
15817 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
15818 Use `expand-file-name' instead of `concat'.
15819 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
15820 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
15821
15822 2007-10-08 Jason Rumney <jasonr@gnu.org>
15823
15824 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
15825
15826 2007-10-08 Richard Stallman <rms@gnu.org>
15827
15828 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
15829 Add `safe-local-variable' property.
15830 (lisp-body-indent): Likewise.
15831
15832 2007-10-08 Richard Stallman <rms@gnu.org>
15833
15834 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
15835 Add doc string.
15836
15837 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15838
15839 * files.el (backup-buffer-copy): Try to overwrite old backup first.
15840
15841 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15842
15843 * repeat.el (repeat): Use last-repeatable-command instead of
15844 real-last-command. Run pre- and post-command hooks for
15845 self-insertion. Update doc-string.
15846
15847 2007-10-08 Alexandre Julliard <julliard@winehq.org>
15848
15849 * vc-git.el (vc-git-state): Call git-add --refresh to update the
15850 state of the file.
15851 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
15852 (vc-git-create-repo): Fix invalid command.
15853
15854 2007-10-08 Richard Stallman <rms@gnu.org>
15855
15856 * textmodes/flyspell.el (flyspell-mode):
15857 Catch errors in flyspell-mode-on.
15858
15859 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
15862
15863 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * international/encoded-kb.el (encoded-kbd-setup-display):
15866 Use input-decode-map rather than local-key-translation-map.
15867
15868 * term/rxvt.el (rxvt-alternatives-map): New map.
15869 (terminal-init-rxvt): Use it.
15870 Bind rxvt-function-map in input-decode-map.
15871
15872 * term/xterm.el (xterm-alternatives-map): New map.
15873 (terminal-init-xterm): Use it.
15874 Bind xterm-function-map in input-decode-map.
15875
15876 * term/x-win.el (x-alternatives-map): New var.
15877 (x-setup-function-keys): Use it.
15878
15879 * help-fns.el (describe-variable): Slightly change the layout of
15880 meta-info to separate it better from the docstring.
15881 Standardize insertion of extra empty lines in various circumstances.
15882
15883 * diff-mode.el (diff-hunk-style): New fun.
15884 (diff-end-of-hunk): Use it.
15885 (diff-context->unified): Use the new `apply' undo element,
15886 if applicable, so as to save undo-log space.
15887 (diff-fine-change): New face.
15888 (diff-fine-highlight-preproc): New function.
15889 (diff-fine-highlight): New command.
15890 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
15891
15892 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
15893 (smerge-refine-highlight-change): Add `props' argument.
15894 (smerge-refine-subst): New function holding most of smerge-refine.
15895 (smerge-refine): Use it.
15896
15897 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
15898
15899 * vc.el (vc-default-wash-log): Remove unused code, the
15900 log washers all live in the backends now.
15901 (vc-default-comment-history): Correct for the fact
15902 that wash-log is argumentless in the new API.
15903
15904 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
15905
15906 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
15907 (tramp-maybe-send-script): Apply `member' but `memq'.
15908 (tramp-advice-file-expand-wildcards): Simplify implementation.
15909
15910 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15911
15912 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
15913
15914 * mb-depth.el (minibuf-depth-indicator-function): New variable.
15915 (minibuf-depth-setup-minibuffer): Use it.
15916
15917 2007-10-07 Glenn Morris <rgm@gnu.org>
15918
15919 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
15920 version numbers.
15921
15922 2007-10-06 Juri Linkov <juri@jurta.org>
15923
15924 * textmodes/fill.el (fill-paragraph-or-region): New function.
15925
15926 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
15927 instead of fill-paragraph.
15928
15929 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
15930 with fill-paragraph-or-region. Suspend command is now the same
15931 `suspend-frame' on window systems and on tty.
15932
15933 * image.el (image-type): Check if image-types is bound to not fail
15934 on tty.
15935
15936 * delsel.el (delete-selection-pre-hook):
15937 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
15938 is fbound to not fail on mouseless tty.
15939
15940 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
15941
15942 * net/tramp.el (top): Move loading of tramp-util.el and
15943 tramp-vc.el to tramp-compat.el.
15944 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
15945 temporary file if possible, in order to avoid a security hole.
15946 (tramp-do-copy-or-rename-file-out-of-band)
15947 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
15948 with DONT-CREATE, because the connection is not setup yet.
15949 (tramp-handle-process-file): Rewrite temporary file handling.
15950 (tramp-completion-mode): New defvar.
15951 (tramp-completion-mode-p): Use it.
15952
15953 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
15954
15955 * net/tramp-fish.el (tramp-fish-handle-process-file):
15956 Rewrite temporary file handling.
15957
15958 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
15959
15960 * vc.el: Workfile version -> focus version change. Port various
15961 comments from new VC to reduce the noise in the diff.
15962 Patch in the new vc-create-repo function to go with the
15963 header comment about it already present.
15964 There are no changes to existing logic in this patch.
15965 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
15966
15967 2007-10-06 Aaron Hawley <aaronh@garden.org>
15968
15969 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
15970
15971 2007-10-05 Chris Moore <dooglus@gmail.com>
15972
15973 * server.el (server-kill-new-buffers): Doc fix.
15974
15975 2007-10-05 John W. Eaton <jwe@octave.org>
15976
15977 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
15978 (octave-begin-keywords): Add "do".
15979 (octave-end-keywords): Remove "end".
15980 (octave-reserved-words): Add "end". Remove "all_va_args",
15981 "gplot", and 'gsplot".
15982 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
15983 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
15984 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
15985 "default_return_value", "define_all_return_values",
15986 "do_fortran_indexing", "empty_list_elements_ok",
15987 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
15988 "ok_to_lose_imaginary_part", "prefer_column_vectors",
15989 "prefer_zero_one_indexing", "propagate_empty_matrices",
15990 "resize_on_range_error", "treat_neg_dim_as_zero",
15991 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
15992 "warn_divide_by_zero", "warn_function_name_clash",
15993 "warn_missing_semicolon", "whitespace_in_literal_matrix".
15994 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
15995 "crash_dumps_octave_core", "sighup_dumps_octave_core",
15996 "sigterm_dumps_octave_core".
15997 (octave-block-match-alist): Remove "end" from block-end keywords.
15998 (octave-mode): Update ftp site address.
15999
16000 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16001
16002 * vc.el: Reorder functions, no code changes.
16003
16004 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16005
16006 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16007 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16008 the cond clauses where needed.
16009 (tramp-handle-write-region): Rearrange code for proper handling of
16010 tmpfile.
16011
16012 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16013
16014 * net/tramp.el:
16015 * net/tramp-fish.el:
16016 * net/tramp-ftp.el:
16017 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16018 `tramp-compat-make-temp-file'.
16019
16020 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16021
16022 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16023
16024 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16027 already uses a more recent copyright version than the "current" one.
16028
16029 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16030
16031 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16032 (doc-view-insert-image): Minor aesthetical docstring changes.
16033
16034 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16035
16036 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16037 completing filename.
16038 (doc-view-search-internal): Docstring change.
16039
16040 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16041
16042 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16043 (tramp-file-name-handler-alist):
16044 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16045 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16046 used before, creates the file already, which is not desired.
16047 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16048 temporary file.
16049 (tramp-handle-insert-file-contents): Assign the result in the
16050 short track case.
16051 (tramp-handle-insert-file-contents-literally): New defun.
16052 (tramp-completion-mode-p): Revert change from 2007-09-24.
16053 Checking for `return' etc as last character is not sufficient, for
16054 example in dired-mode when entering <g> (revert-buffer) or
16055 <s> (dired-sort).
16056
16057 * net/tramp-compat.el (top): Add also compatibility code for loading
16058 appropriate timer package.
16059 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16060 order to avoid autoloading problems.
16061
16062 * net/tramp-fish.el:
16063 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16064
16065 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16066 where the second parameter of `copy-file' or `rename-file' is a
16067 remote file but not via ftp.
16068
16069 2007-10-02 Richard Stallman <rms@gnu.org>
16070
16071 * frame.el (cursor-in-non-selected-windows): Doc fix.
16072
16073 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16074
16075 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16076 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16077
16078 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16079
16080 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16081 when `expt' doesn't give range errors.
16082
16083 2007-10-01 Markus Triska <markus.triska@gmx.at>
16084
16085 * calc/calc-math.el (math-smallest-emacs-expt):
16086 Make the computation more robust.
16087
16088 2007-09-30 David Kastrup <dak@gnu.org>
16089
16090 * startup.el (argv): Alias for `command-line-args-left' to use as
16091 `(pop argv)' inside of --eval command sequences. Allows for
16092 passing shell commands into Emacs verbatim without need for Lisp
16093 quoting.
16094
16095 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16096 check only for changed size.
16097 (auto-revert-tail-handler): Get size from caller. If the file has
16098 shrunk, tail the whole file again (the file presumably has been
16099 rewritten).
16100
16101 * woman.el (woman-topic-all-completions, woman-mini-help):
16102 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16103 actually was being manipulated in the loop.
16104 (woman-Cyg-to-Win, woman-pre-process-region)
16105 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16106 (woman-strings, woman-special-characters, woman1-hc)
16107 (woman-change-fonts, woman-find-next-control-line):
16108 Use `match-beginning' rather than `match-string' when the result is
16109 just used as a flag.
16110
16111 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16112
16113 * net/tramp-compat.el: New file.
16114
16115 * net/tramp.el:
16116 * net/tramp-fish.el:
16117 * net/tramp-smb.el:
16118 * net/tramp-uu.el:
16119 * net/trampver.el: Move compatibility code to tramp-compat.el.
16120 Apply `mapc' instead of `mapcar' when the code needs side effects
16121 only. Move utf-8 coding cookie to the second line.
16122
16123 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16124
16125 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16126 Improve custom type.
16127 (icon-map-list): Make it customizable. Document how to disable
16128 stock icons.
16129
16130 2007-09-30 Richard Stallman <rms@gnu.org>
16131
16132 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16133
16134 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16137 (t-mouse-mode): New compatibility alias.
16138
16139 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16140
16141 * server.el (server-delete-client): Only delete the terminal if it
16142 is non-nil.
16143
16144 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16145
16146 * net/tramp.el (with-file-property, with-connection-property):
16147 Highlight as keyword.
16148 (tramp-rfn-eshadow-setup-minibuffer)
16149 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16150 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16151 (tramp-do-copy-or-rename-file-directly)
16152 (tramp-do-copy-or-rename-file-out-of-band)
16153 (tramp-handle-shell-command, tramp-get-debug-buffer)
16154 (tramp-send-command-and-read, tramp-equal-remote)
16155 (tramp-get-local-gid): Pacify byte-compiler.
16156 (tramp-handle-file-name-directory): Result shall not be expanded.
16157 (tramp-find-foreign-file-name-handler): Rewrite.
16158 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16159
16160 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16161
16162 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16163 Apply `tramp-completion-mode-p'.
16164 (tramp-fish-handle-set-file-times)
16165 (tramp-fish-handle-executable-find)
16166 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16167 (tramp-fish-retrieve-data): Pacify byte-compiler.
16168
16169 * net/tramp-gw.el (tramp-gw-basic-authentication):
16170 Call `tramp-read-passwd' with first parameter `nil'.
16171
16172 2007-09-28 Glenn Morris <rgm@gnu.org>
16173
16174 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16175 than mapcar.
16176
16177 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16178 (tex-suscript-height-minimum): New customizable variables.
16179 (tex-suscript-height): New function.
16180 (superscript, subscript): Set height using tex-suscript-height
16181 rather than fixing at 0.8.
16182 (tex-fontify-script, tex-font-script-display): Add :version tag.
16183
16184 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16185
16186 * progmodes/python.el (python-eldoc-function): Doc fix.
16187
16188 2007-09-27 Glenn Morris <rgm@gnu.org>
16189
16190 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16191 image if it is not in image-type-auto-detectable, or is there with
16192 a nil value.
16193
16194 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16195
16196 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16197 connection more robust.
16198
16199 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16200
16201 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16202 Deal with the case that special &keywords are at the beginning or
16203 end of the argument list. Also add some (incomplete) support for
16204 non-standard arglists.
16205
16206 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16207
16208 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16209 (eldoc-message-commands, eldoc-current-idle-delay)
16210 (eldoc-function-argstring-format): Fix typos in docstrings.
16211
16212 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16213
16214 * calc/calc-units.el (calc-convert-units)
16215 (calc-convert-temperature): Remove unnecessary colons.
16216
16217 2007-09-26 Bastien Guerry <bzg@altern.org>
16218
16219 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16220 New function.
16221 (org-export-latex-remove-from-headlines): Name changed because of typo.
16222 (org-export-latex-quotation-marks-convention): Option removed.
16223 (org-export-latex-make-preamble): Handle the DATE option.
16224 (org-export-latex-cleaned-string): Now the only cleaning function,
16225 synched up with org.el.
16226 (org-export-latex-lists, org-export-latex-parse-list)
16227 (org-export-list-to-latex): New functions.
16228
16229 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16230
16231 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16232 (org-outline-regexp): New constant.
16233 (org-remember-handler): Throw error when the target file is not in
16234 org-mode.
16235 (org-cleaned-string-for-export): No longer call
16236 `org-export-latex-cleaned-string' with an argument.
16237 (org-get-tags): Returns now a list, not a string.
16238 (org-get-tags-string): New function.
16239 (org-archive-subtree): No need to split return of `org-get-tags'.
16240 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16241 instead of `org-get-tags'.
16242 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16243 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16244 (org-compatible-face): New argument INHERITS. Inherit from this
16245 face if possible.
16246 (org-level-1, org-level-2, org-level-3, org-level-4)
16247 (org-level-5, org-level-6, org-level-7, org-level-8)
16248 (org-special-keyword, org-drawer, org-column, org-warning)
16249 (org-archived, org-todo, org-done, org-headline-done, org-table)
16250 (org-formula, org-code, org-agenda-structure)
16251 (org-scheduled-today, org-scheduled-previously)
16252 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16253 in the new way.
16254 (org-get-heading): New argument NO-TAGS.
16255 (org-fast-tag-selection-include-todo): Made defvar instead of
16256 defcustom, feature is not deprecated.
16257 (org-remember-store-without-prompt): New default value t.
16258 (org-todo-log-states): New variable.
16259 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16260 Compute the log states.
16261 (org-goto-map): More commands copied from global map. Also bind
16262 `org-occur'.
16263 (org-goto): Made into a general lookup command.
16264 (org-get-location): Complete rewrite.
16265 (org-goto-exit-command): New variable.
16266 (org-goto-selected-point): New variable.
16267 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16268 Set the new variables.
16269 (org-paste-subtree): Whitespace insertion strategy revised.
16270 (org-remember-apply-template): Protect v-A from the possibility
16271 that v-a might be nil.
16272 (org-remember-handler): Insertion rules revised.
16273 (org-todo): Respect org-todo-log-states.
16274 (org-up-heading-safe): New function.
16275 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16276
16277 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16278
16279 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16280 region if in transient-mark-mode.
16281
16282 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16283
16284 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16285 * calc/calc-help.el (calc-full-help):
16286 * calc/calc-misc.el (another-calc):
16287 * calc/calc-store.el (calc-var-name-map):
16288 * calc/calc-stuff.el (calc-flush-caches):
16289 * calc/calc-units.el (math-build-units-table):
16290 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16291 (calc-quit):
16292 * calendar/icalendar.el (icalendar--format-ical-event)
16293 (icalendar--convert-ical-to-diary):
16294 * emacs-lisp/authors.el (authors):
16295 * emacs-lisp/cust-print.el (custom-print-install)
16296 (custom-print-uninstall):
16297 * emacs-lisp/disass.el (disassemble-1):
16298 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16299 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16300 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16301 (elint-check-let-form, elint-check-condition-case-form)
16302 (elint-initialize):
16303 * emacs-lisp/elp.el (elp-results):
16304 * emacs-lisp/generic.el (generic-mode-internal):
16305 * emacs-lisp/re-builder.el (reb-delete-overlays):
16306 * emacs-lisp/regi.el (regi-interpret):
16307 * emacs-lisp/sregex.el (sregex--char-aux):
16308 * emulation/cua-rect.el (cua--deactivate-rectangle)
16309 (cua--highlight-rectangle, cua--rectangle-post-command):
16310 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16311 * emulation/viper-macs.el (viper-describe-kbd-macros)
16312 (viper-describe-one-macro):
16313 * emulation/viper-util.el (viper-setup-master-buffer):
16314 * emulation/viper.el (set-viper-state-in-major-mode):
16315 * international/mule-diag.el (describe-current-coding-system):
16316 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16317 * mail/emacsbug.el (report-emacs-bug):
16318 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16319 * obsolete/hilit19.el (hilit-unhighlight-region)
16320 (hilit-set-mode-patterns):
16321 * play/solitaire.el (solitaire-check, solitaire-solve):
16322 * play/zone.el (zone-pgm-rotate):
16323 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16324 * progmodes/ada-prj.el (ada-prj-display-page):
16325 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16326 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16327 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16328 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16329 * progmodes/sh-script.el (sh-make-vars-local)
16330 (sh-reset-indent-vars-to-global-values):
16331 * progmodes/sql.el (top):
16332 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16333 * progmodes/xscheme.el (top):
16334 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16335 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16336 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16337 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16338 (artist-submit-bug-report):
16339 * textmodes/flyspell.el (flyspell-delay-commands)
16340 (flyspell-deplacement-commands):
16341 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16342 (table--generate-source-cells-in-a-row, table--make-cell-map)
16343 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16344
16345 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16346
16347 * allout.el (produce-allout-mode-map, allout-process-exposed):
16348 * ansi-color.el (ansi-color-make-color-map):
16349 * autoinsert.el (auto-insert):
16350 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16351 * dired-aux.el (dired-create-files):
16352 * dired.el (dired-restore-desktop-buffer):
16353 * ediff-diff.el (ediff-setup-fine-diff-regions):
16354 * ediff-mult.el (ediff-intersect-directories)
16355 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16356 (ediff-redraw-registry-buffer):
16357 * ediff-ptch.el (ediff-fixup-patch-map):
16358 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16359 (ediff-really-quit, ediff-clear-diff-vector):
16360 * emerge.el (emerge-really-quit):
16361 * ffap.el (ffap-replace-file-component):
16362 * filecache.el (file-cache-add-directory)
16363 (file-cache-add-directory-recursively)
16364 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16365 (file-cache-delete-directory, file-cache-files-matching-internal)
16366 (file-cache-display):
16367 * files.el (cd):
16368 * find-lisp.el (find-lisp-insert-directory):
16369 * finder.el (finder-compile-keywords):
16370 * help.el (view-emacs-news):
16371 * hi-lock.el (hi-lock-write-interactive-patterns):
16372 * ido.el (ido-to-end, ido-set-matches-1):
16373 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16374 (image-dired-mark-tagged-files):
16375 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16376 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16377 * ps-print.el (ps-background, ps-begin-file)
16378 (ps-build-reference-face-lists):
16379 * simple.el (clone-buffer):
16380 * startup.el (command-line):
16381 * tempo.el (tempo-insert-template, tempo-is-user-element)
16382 (tempo-forward-mark, tempo-backward-mark):
16383 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16384
16385 2007-09-25 Glenn Morris <rgm@gnu.org>
16386
16387 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16388
16389 * view.el (view-search-no-match-lines): Add a doc string.
16390 Rewrite to simplify and work better.
16391
16392 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16393
16394 * progmodes/cc-mode.el (c-mode-base-map):
16395 Use c-indent-line-or-region instead of c-indent-line.
16396
16397 * indent.el (indent-for-tab-command): First check if the region is
16398 active.
16399
16400 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16401
16402 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16403 whitespace-rescan-timer-time is 0.
16404
16405 2007-09-24 Karl Berry <karl@gnu.org>
16406
16407 * international/mule.el (coding-system-base): Fix doc string grammar.
16408
16409 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16410
16411 * net/tramp.el (tramp-completion-mode-p): Rename from
16412 `tramp-completion-mode'. Revert logic, check `return', `newline'
16413 and such alike. Packages like Icicles tend to use other completion
16414 characters but `tab' and `space' only.
16415
16416 2007-09-24 Adam Hupp <adam@hupp.org>
16417
16418 * progmodes/python.el (run-python): Import emacs module without
16419 waiting; prevents lockup on error.
16420
16421 2007-09-23 Richard Stallman <rms@gnu.org>
16422
16423 * mail/sendmail.el (mail-bury): Delete the frame
16424 if this frame looks like it was made for this message.
16425
16426 * completion.el (completion-separator-self-insert-command)
16427 (completion-separator-self-insert-autofilling):
16428 If `self-insert-command' has been remapped, use the substitute.
16429
16430 * simple.el (copy-region-as-kill): Doc fix.
16431
16432 * textmodes/org.el (org-confirm-shell-link-function)
16433 (org-confirm-elisp-link-function): Doc fixes.
16434
16435 2007-09-23 Glenn Morris <rgm@gnu.org>
16436
16437 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16438
16439 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16440
16441 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16442
16443 * term/tvi970.el (terminal-init-tvi970): Likewise.
16444
16445 * term/sun-mouse.el (print-mouse-format): Likewise.
16446
16447 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16448 Use forward-line instead of previous-line and next-line.
16449
16450 2007-09-22 Juri Linkov <juri@jurta.org>
16451
16452 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16453
16454 * tutorial.el (tutorial--default-keys): Update standard bindings:
16455 rename `iconify-or-deiconify-frame' to `suspend-frame',
16456 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16457
16458 2007-09-22 Juri Linkov <juri@jurta.org>
16459
16460 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16461 Add help-echo to external links and to links without description.
16462 (fancy-splash-insert): Use help-echo from the 3rd element of the
16463 link specification list, or "Follow this link" if it's nil. Doc fix.
16464
16465 2007-09-22 Juri Linkov <juri@jurta.org>
16466
16467 * startup.el (command-line): Rename `inhibit-startup-message' to
16468 `inhibit-startup-screen'.
16469 (fancy-about-text): Use shorter label for "Ordering Manuals".
16470 (fancy-startup-tail): Add optional arg `concise'. When `concise'
16471 is nil, display a line with "To start..." and 3 links to useful
16472 tasks. Display the "Dismiss" button and "Don't show this message
16473 again" only when concise is non-nil.
16474 (fancy-startup-screen): Call `fancy-startup-tail' with optional
16475 arg `concise'. If CONCISE is non-nil, display a concise version
16476 of the splash screen in another window. Otherwise, switch to the
16477 startup buffer in the same window.
16478 (startup-echo-area-message): Change displayed binding from
16479 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16480 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16481 the GNU system".
16482 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16483 to "*GNU Emacs*".
16484 (display-about-screen): Don't check the existence of the buffer
16485 "*About GNU Emacs*".
16486 (display-splash-screen): Make alias to `display-startup-screen'.
16487 (command-line-1): Rename `inhibit-startup-message' to
16488 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
16489 started with command line options "-f", "-funcall", "-e", "-eval",
16490 "-execute", "-insert", "-find-file", "-file", "-visit".
16491 Inhibit startup screen when Emacs is started with a file name only
16492 on tty (i.e. don't inhibit it when started with a file name like
16493 "emacs FILE..." on a window system).
16494 (command-line-1): Simplify logic of displaying the startup screen:
16495 if file-count > 0, then display the concise version in another
16496 window, otherwise display full version in the same window.
16497
16498 * help.el (help-map): Bind C-h C-a to about-emacs.
16499 (help-for-help-internal): Add C-a description to C-h help text.
16500
16501 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
16502
16503 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16504 (checkdoc-permit-comma-termination-flag): Autoload the
16505 safe-local-variable setting.
16506
16507 * bookmark.el (bookmark-xemacsp): Remove.
16508 (bookmark-make): Don't use bookmark-xemacsp,
16509 use (featurep 'xemacs) instead.
16510
16511 * speedbar.el (speedbar-frame-mode)
16512 (speedbar-frame-reposition-smartly)
16513 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16514 (speedbar-check-vc): Remove use of non-existent variable
16515 dframe-xemacsp, use (featurep 'xemacs) instead.
16516
16517 * indent.el (indent-for-tab-command): Indent the region if
16518 transient-mark-mode and the region is active.
16519
16520 2007-09-21 Francesco Potortì <pot@gnu.org>
16521
16522 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16523 add inferior-octave-directory-tracker to the buffer-local value
16524 of comint-input-filter-functions.
16525
16526 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16527
16528 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16529
16530 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
16531
16532 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16533 on w32 frames.
16534
16535 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * startup.el (normal-top-level): Remove DISPLAY from
16538 process-environment to let it be computed dynamically in callproc.c.
16539
16540 * frame.el (frame-initialize, make-frame):
16541 * faces.el (tty-set-up-initial-frame-faces):
16542 * env.el (setenv): Don't set display-environment-variable.
16543
16544 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
16545 (server-create-tty-frame): Don't set unused `tty' property.
16546 Set `display' instead of display-environment-variable.
16547 (server-create-window-system-frame): No display-environment-variable.
16548
16549 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
16550
16551 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16552 (rfn-eshadow-update-overlay-hook): New defvars.
16553 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16554 Run the hooks.
16555
16556 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16557 (tramp-rfn-eshadow-setup-minibuffer)
16558 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
16559 rfn-eshadow.el.
16560
16561 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16562 timeout.
16563
16564 2007-09-21 Glenn Morris <rgm@gnu.org>
16565
16566 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16567 * term/sun-mouse.el (suspend-emacstool): Remove.
16568 * term/sun.el: Remove emacstool-related code.
16569
16570 * emacs-lisp/bytecomp.el (byte-compile-warnings)
16571 (byte-compile-warnings-safe-p): Add `mapcar'.
16572 (byte-compile-warning-types): Add mapcar and make-local.
16573 (byte-compile-normal-call): Add option to suppress mapcar warning.
16574 (top-level): Use mapc rather than mapcar in eval-when-compile.
16575
16576 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16577 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16578 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16579 Handle escaped parens.
16580 (latex-forward-sexp): Doc fix.
16581
16582 * eshell/esh-mode.el (eshell-output-filter-functions):
16583 Add eshell-postoutput-scroll-to-bottom.
16584
16585 * loadup.el: Remove termdev.
16586
16587 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16588 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16589
16590 2007-09-21 Markus Triska <markus.triska@gmx.at>
16591
16592 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16593 `mapcar' is called for effect.
16594
16595 2007-09-21 Kevin Ryde <user42@zip.com.au>
16596
16597 * international/mule.el (sgml-html-meta-auto-coding-function):
16598 Bind `case-fold-search' to t.
16599
16600 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * termdev.el: Remove.
16603
16604 * frame.el (get-device-terminal): New function. Moved from termdev.el.
16605 (frames-on-display-list): Use it.
16606
16607 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16608
16609 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16610
16611 2007-09-20 Richard Stallman <rms@gnu.org>
16612
16613 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16614
16615 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16616
16617 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16618
16619 2007-09-20 Glenn Morris <rgm@gnu.org>
16620
16621 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16622 motion functions, rather than hard-coding "\n\n".
16623 (tex-validate-region): Check for eobp, to speed up.
16624 (tex-next-unmatched-end): Doc fix.
16625
16626 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16627
16628 * files.el (auto-mode-alist): Use archive-mode for .rar files.
16629
16630 * international/mule.el (auto-coding-alist): Rar archives are binary.
16631
16632 * arc-mode.el: Add basic support for Rar.
16633 (archive-find-type): Recognize Rar's signature.
16634 (archive-desummarize): New fun.
16635 (archive-summarize): Use it to restore the buffer's data in case
16636 someone wants to switch to some other major mode.
16637 (archive-resummarize): Use it as well.
16638 (archive-rar-summarize, archive-rar-extract): New functions.
16639
16640 * filesets.el: Remove spurious * in docstrings.
16641 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
16642 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16643 (filesets-ingroup-collect): Remove unused arg `depth'.
16644 (filesets-update): Remove unused arg `version'.
16645
16646 * finder.el (finder-compile-keywords): Fix up comment style.
16647 (finder-mouse-face-on-line): previous-line -> forward-line.
16648
16649 * recentf.el: Remove spurious * in docstrings.
16650 (recentf-save-list): Fix up comment style.
16651
16652 * progmodes/octave-mod.el: Remove spurious * in docstrings.
16653 (octave-mode-map): Move init into declaration and remove \t binding.
16654 (octave-mode-startup-message): Remove unused var.
16655 (octave-scan-blocks): Remove unused arg `from'.
16656 (octave-forward-block, octave-down-block, octave-up-block):
16657 Update callers.
16658
16659 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16660 (meta-mode-map): Likewise and remove \t binding.
16661
16662 * net/snmp-mode.el: Remove spurious * in docstrings.
16663 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16664 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16665 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16666 that completion accepts lists of strings.
16667 (snmp-mode-syntax-table): Move initialization into declaration.
16668 (snmp-mode-map): Likewise and remove \t binding.
16669 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16670 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16671 (snmp-indent-command): Remove.
16672
16673 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16674 binding, so tab-always-indent works right.
16675
16676 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
16677
16678 * net/browse-url.el (browse-url-elinks-new-window): New function.
16679 (browse-url-elinks): Use browse-url-elinks-new-window.
16680 Accept optional second argument `new-window'. Fix typo in doc-string.
16681 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16682 Improve error message.
16683
16684 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
16685
16686 * net/browse-url.el (browse-url-url-encode-chars): Use the right
16687 parameter name in the function body.
16688 Reported by Johannes Weiner.
16689
16690 2007-09-19 Glenn Morris <rgm@gnu.org>
16691
16692 * net/socks.el (socks-open-network-stream): Signal an explicit
16693 error if the port associated with a service string can't be found.
16694
16695 * textmodes/tex-mode.el (tex-terminate-paragraph):
16696 Use backward-paragraph.
16697
16698 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * server.el (server-running-p): New function.
16701
16702 2007-09-18 Jason Rumney <jasonr@gnu.org>
16703
16704 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16705 x-focus-frame.
16706
16707 * frame.el (select-frame-set-input-focus, select-frame-by-name):
16708 Use x-focus-frame for w32.
16709
16710 2007-09-17 David Kastrup <dak@gnu.org>
16711
16712 * textmodes/tex-mode.el (tex-verbatim-environments):
16713 Eliminate CL dependency.
16714
16715 2007-09-17 Richard Stallman <rms@gnu.org>
16716
16717 * newcomment.el (comment-add): New arg EXTRA.
16718 (comment-region-default): Pass EXTRA if not indenting lines.
16719
16720 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
16721
16722 * net/browse-url.el (browse-url-url-encode-chars): New function.
16723 URL-encode some chars in a string.
16724 (browse-url-encode-url): Rewrite using the previous function.
16725 (browse-url-file-url): Use `browse-url-url-encode-chars'.
16726 (browse-url-elinks-sentinel): Fix typo.
16727 (browse-url-new-window-flag): Doc change.
16728
16729 2007-09-17 Glenn Morris <rgm@gnu.org>
16730
16731 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16732 filename from `--file-line-error', if it is available.
16733
16734 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16735
16736 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16737 TeX `--file-line-error' format.
16738
16739 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16740
16741 * xt-mouse.el: Delete add-hook calls that were moved to
16742 xterm-mouse-mode.
16743 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16744 does not work.
16745
16746 2007-09-17 Richard Stallman <rms@gnu.org>
16747
16748 * cus-face.el (custom-theme-set-faces): Undo previous change.
16749
16750 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16751
16752 2007-09-17 Glenn Morris <rgm@gnu.org>
16753
16754 * textmodes/tex-mode.el (tex-region): Simplify previous change,
16755 handling the case where the region is not in `tex-main-file'.
16756 (tex-region-1): Delete.
16757 (tex-region-header): New function, doing the header part of the
16758 old tex-region-1.
16759
16760 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * simple.el (newline): Simplify use of prefix-numeric-value.
16763 (line-move-partial): Remove unused var `ppos'.
16764 (line-move-1): Replace 9999 with most-positive-fixnum.
16765 (move-end-of-line): Use more efficient single-property search.
16766 (move-beginning-of-line): Remove unused var `start'.
16767 (blink-matching-open): Restructure in a more functional style.
16768
16769 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
16770
16771 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
16772
16773 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * server.el (server-clients): Only keep procs, no properties any more.
16776 (server-client): Remove.
16777 (server-client-get, server-client-set): Remove, replace all callers by
16778 process-get and process-put resp.
16779 (server-clients-with, server-add-client, server-delete-client)
16780 (server-create-tty-frame, server-create-window-system-frame)
16781 (server-process-filter, server-execute, server-visit-files)
16782 (server-buffer-done, server-kill-buffer-query-function)
16783 (server-kill-emacs-query-function, server-switch-buffer)
16784 (server-save-buffers-kill-terminal): Update accordingly.
16785
16786 * server.el (server-with-environment): Simplify.
16787 (server-select-display, server-unselect-display): Re-add functions that
16788 seem to have been lost in the multi-tty merge.
16789 (server-eval-and-print, server-create-tty-frame)
16790 (server-create-window-system-frame, server-goto-toplevel)
16791 (server-execute, server-return-error): New functions extracted from
16792 server-process-filter.
16793 (server-execute-continuation): New functions.
16794 (server-process-filter): Restructure so that all arguments are analysed
16795 first and then acted upon in a subsequent stage. This way
16796 server-goto-toplevel can be executed later, when we know if
16797 it's necessary.
16798 Remove the "-version" and "-version-good" support.
16799
16800 2007-09-16 Drew Adams <drew.adams@oracle.com>
16801
16802 * cus-edit.el (custom-face-edit-activate): Doc fix.
16803
16804 2007-09-16 Glenn Morris <rgm@gnu.org>
16805
16806 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
16807 Following cal-bahai renaming, update all instances of
16808 list-bahai-diary-entries to diary-bahai-list-entries,
16809 mark-bahai-diary-entries to diary-bahai-mark-entries,
16810 calendar-goto-bahai-date to calendar-bahai-goto-date,
16811 insert-bahai-diary-entry to diary-bahai-insert-entry,
16812 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
16813 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
16814 calendar-print-bahai-date to calendar-bahai-print-date.
16815
16816 * textmodes/tex-mode.el (tex-region): Handle the case where the
16817 region is not in `tex-main-file'. Move the old code that applies
16818 to both cases...
16819 (tex-region-1): ...to this new function.
16820
16821 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * vc.el (vc-process-sentinel): New function.
16824 (vc-exec-after): Use it instead of using ugly hackish analysis and
16825 construction of Elisp code.
16826 (vc-sentinel-movepoint): New dynamically scoped var.
16827 (vc-print-log, vc-annotate): Set it to move the user's point.
16828
16829 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
16830 inhibit-modification-hooks.
16831
16832 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
16833 (calendar-bahai-print-date, calendar-bahai-goto-date)
16834 (diary-bahai-list-entries, diary-bahai-insert-entry):
16835 New names to clean up the namespace a bit more.
16836 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
16837
16838 2007-09-15 Glenn Morris <rgm@gnu.org>
16839
16840 * calendar/holidays.el (holiday-list): Rename it back to
16841 `list-holidays', but leave `holiday-list' as an alias.
16842
16843 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
16844 custom group.
16845
16846 * textmodes/css-mode.el (css): New custom group.
16847 (css-electrick-keys, css-selector, css-property)
16848 (css-indent-offset): Specify custom group.
16849
16850 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16851
16852 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
16853 (cvs-execute-single-file): Use process-file.
16854 (cvs-run-process): Use start-file-process.
16855
16856 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16857
16858 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
16859 level. Remove the hooks when turning off the mode.
16860
16861 * term/xterm.el: Require xt-mouse at compile time.
16862 (terminal-init-xterm): Turn on xterm mouse tracking for this
16863 terminal if xterm-mouse-mode is enabled.
16864
16865 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16866
16867 * term/xterm.el (xterm-function-map): Replace bindings that were
16868 deleted by the merge.
16869
16870 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
16871
16872 * play/bubbles.el (bubbles-version): Bump value to "0.5".
16873 (bubbles-mode-map): Move define-key statements here.
16874 (bubbles-game-theme-menu): Ditto.
16875 (bubbles-graphics-theme-menu): Ditto.
16876 (bubbles-menu): Ditto.
16877 (bubbles-mode): Initialize buffer-undo-list, redisplay.
16878 (bubbles--initialize): Reset buffer-undo-list, redisplay.
16879 (bubbles-plop): Set buffer-undo-list, redisplay.
16880 (bubbles-undo): Reset buffer-undo-list, redisplay.
16881 (bubbles--show-images): Take care of missing text properties.
16882
16883 2007-09-14 Glenn Morris <rgm@gnu.org>
16884
16885 * startup.el (fancy-startup-text, fancy-about-text): Fix face
16886 quoting.
16887
16888 * calendar/cal-hebrew.el, calendar/cal-menu.el
16889 * calendar/calendar.el, calendar/diary-lib.el
16890 * calendar/holidays.el: Rename all instances of
16891 list-calendar-holidays callers to calendar-list-holidays,
16892 list-holidays to holiday-list, check-calendar-holidays to
16893 calendar-check-holidays, mark-calendar-holidays to
16894 calendar-mark-holidays, and filter-visible-calendar-holidays to
16895 holiday-filter-visible-calendar.
16896
16897 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16898
16899 * term/xterm.el (xterm-function-map): Add C-M- bindings.
16900
16901 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
16902
16903 * play/bubbles.el (bubbles--initialize-images): Fix bug:
16904 Use transparent background for empty cells in graphics mode.
16905
16906 2007-09-13 Jari Aalto <jari.aalto@cante.net>
16907
16908 * man.el (Man-default-man-entry): At end of line, continue looking
16909 to the next line for possible end of hyphenated command.
16910
16911 2007-09-13 Chris Moore <dooglus@gmail.com>
16912
16913 * shell.el (shell-resync-dirs): Don't move the cursor relative to
16914 the command being edited.
16915
16916 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
16917
16918 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
16919
16920 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
16921
16922 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
16923 C-M-S- keys.
16924
16925 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
16926
16927 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
16928
16929 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
16930 New argument `filename-p' to use one set of confusing chars or another.
16931 (browse-url-file-url): Use the argument.
16932 Suggested by Johannes Weiner.
16933
16934 2007-09-12 Romain Francoise <romain@orebokech.com>
16935
16936 * cus-start.el (all): Revert 2007-09-08 change.
16937
16938 2007-09-12 Aaron Hawley <aaronh@garden.org>
16939
16940 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
16941 extract .Z files, since it is more common than uncompress.
16942
16943 2007-09-12 Glenn Morris <rgm@gnu.org>
16944
16945 * textmodes/org-publish.el (org-publish-org-to-html): Remove
16946 duplicate function definition.
16947
16948 2007-09-10 Chris Moore <dooglus@gmail.com>
16949
16950 * diff-mode.el (diff-sanity-check-hunk):
16951 Also accept single-line hunks.
16952
16953 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
16954
16955 * startup.el (startup-screen-inhibit-startup-screen)
16956 (pure-space-overflow-message): New vars.
16957 (fancy-splash-insert): Allow functions for face and link specs.
16958 (fancy-splash-head): Remove unused arg. Move splash text...
16959 (fancy-startup-text, fancy-about-text): ...here.
16960 (fancy-startup-tail): Rename from fancy-splash-tail.
16961 (fancy-startup-screen, fancy-about-screen): Split off from
16962 fancy-splash-screens.
16963 (display-startup-screen): New function.
16964 (display-about-screen): Rename from display-splash-screen.
16965 (command-line-1): Use concise startup screen if necessary.
16966
16967 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
16968
16969 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
16970 Reported by Jan Djärv <jan.h.d@swipnet.se>.
16971
16972 2007-09-10 Dave Love <fx@gnu.org>
16973
16974 * outline.el (outline-4, outline-5, outline-7):
16975 Move font-lock-builtin-face down from 4 to 7 to better keep the
16976 progression of color brightness, and to better match Org-mode's faces.
16977
16978 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
16979
16980 * progmodes/meta-mode.el (meta-font-lock-keywords)
16981 (font-lock-match-meta-declaration-item-and-skip-to-next)
16982 (meta-comment-indent, meta-indent-previous-line)
16983 (meta-indent-unfinished-line, meta-beginning-of-defun)
16984 (meta-end-of-defun, meta-common-initialization): Handle \f.
16985 (meta-indent-unfinished-line): Do not handle a `%' in a string as
16986 a comment-start.
16987
16988 * files.el (file-modes-char-to-who, file-modes-char-to-right)
16989 (file-modes-rights-to-number): Auxiliary functions for symbolic to
16990 numeric notation of file modes.
16991 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
16992 numeric value.
16993 (read-file-modes): New. Read either an octal value of a file mode or a
16994 symbolic value, and return its numeric value.
16995
16996 * dired-aux.el (dired-do-chmod): Change to use the built-in
16997 `set-file-modes' and the previous symbolic mode parsing functions.
16998
16999 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * textmodes/texinfo.el: Remove spurious * in docstrings.
17002 (texinfo-mode-syntax-table, texinfo-mode-map):
17003 Initialize in the declaration.
17004
17005 * tmm.el: Remove spurious * in docstrings.
17006 (tmm-prompt): Use with-current-buffer.
17007
17008 * vcursor.el: Remove spurious * in docstrings.
17009 (vcursor-map): Initialize in the declaration.
17010 (vcursor-use-vcursor-map): Use define-minor-mode.
17011 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17012
17013 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17014 Initialize in the declaration.
17015 (widget-minor-mode): Use define-minor-mode.
17016
17017 * woman.el (woman-mode-map, woman-syntax-table):
17018 Initialize in the declaration.
17019
17020 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17021
17022 * doc-view.el: New file.
17023
17024 2007-09-09 Juri Linkov <juri@jurta.org>
17025
17026 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17027
17028 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17029
17030 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17031 to "Startup screen". Fix docstring.
17032 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17033 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17034 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17035 (initial-scratch-message): Fix docstring.
17036 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17037 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17038 Add link to "Customize Startup" and set interval between links to
17039 5 spaces.
17040 (fancy-about-text): Add links "Authors" and "Contributing".
17041 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17042 and "This is " on the about screen. Add link to
17043 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17044 For the about screen move emacs version to the header from
17045 `fancy-splash-tail' (as it's done already for normal about screen).
17046 (fancy-splash-tail): Insert emacs version only for startup screen.
17047 (normal-splash-screen): Remove duplicate empty lines.
17048 (normal-about-screen): Add links "Authors" and "Contributing".
17049
17050 * menu-bar.el (menu-bar-help-menu):
17051 Move "About Emacs" and "About GNU" to the end of the Help menu.
17052 Move "Emacs Psychotherapist" after "Send Bug Report...".
17053 Move "External Packages" after "Find Emacs Packages".
17054
17055 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17056
17057 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17058 they are useless with the byte compiler.
17059 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17060 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17061 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17062 (tramp-file-name-real-host, tramp-file-name-port)
17063 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17064 defuns.
17065
17066 * net/tramp-cache.el (top): Improve error message when
17067 `tramp-persistency-file-name' is corrupted.
17068
17069 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17070
17071 * textmodes/org.el (org-re): Also replace the :alpha: class.
17072 (org-todo-tag-alist): Variable removed.
17073 (org-todo-key-alist, org-todo-key-trigger): New variables.
17074 (org-use-fast-todo-selection): New option.
17075 (org-log-done): Docstring fixed.
17076 (org-deadline-warning-days): New default value 14.
17077 (org-edit-timestamp-down-means-later): New option.
17078 (org-tag-alist): Docstring fixed.
17079 (org-fast-tag-selection-include-todo): New option.
17080 (org-export-language-setup): New languages added.
17081 (org-set-regexps-and-options): Compute the new variables.
17082 (org-paste-subtree): Cleaning up.
17083 (org-remember-apply-template): New escape %A.
17084 (org-todo): Call fast TODO selection.
17085 (org-fast-todo-selection): New function.
17086 (org-add-log-note): Allow prefix for abort exit.
17087 (org-at-property-p, org-entry-properties)
17088 (org-columns-get-autowidth-alist): Use :alpha: class.
17089 (org-get-wdays): New function.
17090 (org-agenda-remove-date): New variable.
17091 (org-agenda-get-deadlines): Use `org-get-wdays'.
17092 (org-agenda-get-deadlines): Reverse ee before returning.
17093 (org-format-agenda-item): New argument REMOVE-RE.
17094 (org-agenda-convert-date): Baha'i calendar added.
17095 (org-infile-export-plist): Also find DATE line.
17096 (org-get-min-level): New function.
17097 (org-export-as-html, org-export-as-ascii): Use the date format.
17098 (org-shiftup, org-shiftdown): Use.
17099 `org-edit-timestamp-down-means-later'.
17100 (org-assign-fast-keys): New function.
17101
17102 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17103
17104 * cus-start.el (all): Add prefer-window-split-horizontally from
17105 window.c.
17106
17107 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17108
17109 * net/browse-url.el (browse-url-galeon): Fix last change.
17110 (top-level): Require cl when compiling.
17111
17112 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17113
17114 * textmodes/org-export-latex.el: arch-tag restored.
17115
17116 * textmodes/org-publish.el: arch-tag restored.
17117
17118 2007-09-08 Masatake YAMATO <jet@gyve.org>
17119
17120 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17121
17122 * progmodes/cc-langs.el: Support new keywords added to
17123 objective-c frontend of gcc.
17124 (c-simple-stmt-kwds): Add @throw.
17125 (c-block-stmt-2-kwds): Add @synchronized.
17126 (c-block-stmt-1-kwds): Add @finally and @try.
17127
17128 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17129
17130 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17131 (org-agenda-after-show-hook): New variable.
17132 (org-columns-compile-format)
17133 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17134 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17135 property names.
17136 (org-get-wdays): New function.
17137
17138 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17141
17142 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17143
17144 * vc-arch.el (vc-arch-checkin): Fix typo.
17145
17146 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17147
17148 * cus-face.el (custom-theme-set-faces): Set face attributes
17149 locally for each frame.
17150
17151 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17154 via font-lock-defaults.
17155
17156 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17157 derived-mode-p.
17158
17159 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17160
17161 * progmodes/autoconf.el (autoconf-definition-regexp):
17162 Handle optional square brackets around definition name.
17163
17164 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17165
17166 * net/browse-url.el (browse-url-browser-function): Add elinks.
17167 (browse-url-elinks-wrapper): New option.
17168 (browse-url-encode-url, browse-url-elinks)
17169 (browse-url-elinks-sentinel): New functions.
17170 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17171 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17172 Use new function browse-url-encode-url.
17173
17174 2007-09-07 Glenn Morris <rgm@gnu.org>
17175
17176 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17177 say if multi-tty is present.
17178
17179 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * cus-start.el (split-window-preferred-function): Add custom info.
17182
17183 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17184 (calendar-mark-holidays, calendar-list-holidays)
17185 (holiday-filter-visible-calendar): New names to clean up namespace.
17186 (filter-visible-calendar-holidays, list-calendar-holidays)
17187 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17188 Add compatibility aliases.
17189 (calendar-check-holidays, calendar-mark-holidays)
17190 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17191 (holiday-sexp): Replace append with list.
17192 (holiday-filter-visible-calendar): Replace append with push.
17193
17194 * woman.el: Remove spurious * in docstrings.
17195 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17196 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17197 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17198 (woman-write-directory-cache, woman-display-extended-fonts)
17199 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17200 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17201 (woman-mode): Use inhibit-read-only.
17202 (woman-negative-vertical-space): Use dotimes.
17203 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17204
17205 2007-09-06 Romain Francoise <romain@orebokech.com>
17206
17207 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17208 (vc-bzr-workfile-version): Use it.
17209
17210 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17211
17212 * complete.el (PC-do-completion): Don't try to treat
17213 empty string as an abbreviation.
17214
17215 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17216
17217 * help-fns.el (describe-variable): Keep doc's text properties.
17218
17219 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17220
17221 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17222 instead of a file.
17223
17224 2007-09-06 Glenn Morris <rgm@gnu.org>
17225
17226 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17227 (checkdoc-minor-mode): Allow user to specify lighter via
17228 checkdoc-minor-mode-string.
17229
17230 2007-09-05 Richard Stallman <rms@gnu.org>
17231
17232 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17233 Several items removed, simplified, or put on one line.
17234 (fancy-about-text): Add substantial contents, part of startup text.
17235 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17236 (normal-splash-screen): Call normal-mouse-startup-screen,
17237 normal-no-mouse-startup-screen, or normal-about-screen.
17238 (normal-mouse-startup-screen): New fn, broken out, shortened.
17239 (normal-no-mouse-startup-screen): New fn, broken out.
17240 (normal-about-screen): New function, contents all new.
17241
17242 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17243
17244 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17245
17246 2007-09-05 Glenn Morris <rgm@gnu.org>
17247
17248 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17249 is bound.
17250
17251 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17252
17253 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17254 in doc string.
17255
17256 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17257
17258 * server.el (server-start, server-unload-hook): Undo previous change.
17259
17260 * xt-mouse.el: Undo previous change.
17261
17262 2007-09-04 Juri Linkov <juri@jurta.org>
17263
17264 * startup.el (fancy-about-text): New variable.
17265 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17266 (fancy-current-text, fancy-splash-stop-time)
17267 (fancy-splash-outer-buffer): Remove variables.
17268 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17269 `startup' and use it to conditionally display different texts for
17270 Startup and About screens. Don't display Help commands on the About
17271 screen.
17272 (fancy-splash-screens-1): Remove function and move its content to
17273 `fancy-splash-screens' to the part that dislpays the About screen.
17274 (exit-splash-screen): Don't treat specially exiting from
17275 alternating screens.
17276 (fancy-splash-screens): Rename argument `static' to `startup'.
17277 Fix docstring. Remove code for displaying alternating screens.
17278 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17279 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17280 for `inhibit-read-only'.
17281 (normal-splash-screen): Rename argument `static' to `startup'.
17282 Fix docstring. Use argument `startup' to conditionally display
17283 different texts for Startup and About screens. Don't display Help
17284 commands on the About screen. Remove `unwind-protect' `sit-for'
17285 delay and `kill-buffer' after it.
17286 (display-startup-echo-area-message): Remove call to
17287 `use-fancy-splash-screens-p' because image.el is preloaded and
17288 doesn't display "Loading image... done".
17289 (display-splash-screen): Rename argument `static' to `startup'.
17290 Fix docstring.
17291
17292 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17293
17294 * server.el (server-start, server-unload-hook):
17295 suspend-tty-functions has been renamed to suspend-tty-hook.
17296
17297 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17298 resume-tty-hook.
17299
17300 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17301
17302 * loadup.el: Fix merge problem, only load "button" once.
17303
17304 2007-09-03 Glenn Morris <rgm@gnu.org>
17305
17306 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17307 "Working file:" as the prefix, for the sake of
17308 log-view-current-file.
17309
17310 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17311
17312 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17313 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17314 if the selected frames is in
17315 xterm-modify-other-keys-terminal-list.
17316 (xterm-turn-off-modify-other-keys): Add an optional frame
17317 parameter. Only turn off modify-other-keys if FRAME is in
17318 xterm-modify-other-keys-terminal-list.
17319 (xterm-remove-modify-other-keys): New function.
17320 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17321 Add the selected frame to xterm-modify-other-keys-terminal-list.
17322
17323 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17324
17325 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17326 (icon-map-list): New variable.
17327 (x-gtk-map-stock): Use icon-map-list.
17328
17329 2007-09-02 Romain Francoise <romain@orebokech.com>
17330
17331 * log-view.el (log-view-current-file): Balance parens.
17332
17333 2007-09-02 Glenn Morris <rgm@gnu.org>
17334
17335 * comint.el (comint-mode): Don't set scroll-conservatively.
17336
17337 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17338 non-command arguments.
17339
17340 * log-view.el (log-view-current-file): Give a more explicit error
17341 if log-view-file-re fails to find a match.
17342
17343 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17344
17345 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17346 Fix bug: Don't expand top-level file name more than once.
17347 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17348
17349 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * server.el (server-process-filter): Don't display the splash screen.
17352 It's annoying enough on the initial screen and becomes positively
17353 obnoxious here.
17354
17355 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17358 Change naming to use "avl-tree--" for internal functions.
17359
17360 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17361
17362 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17363 the merge.
17364 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17365 (provide): Move to the end of file.
17366
17367 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17368
17369 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17370
17371 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17372 New variable. List of exceptions for the duplicated word rule.
17373 (flyspell-mark-duplications-flag): Mention it.
17374 (flyspell-word): Treat it.
17375
17376 * files.el (create-file-buffer): If the filename sans directory starts
17377 with spaces, remove them.
17378
17379 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17380
17381 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17382 (x-gtk-map-stock): Use two directory elements when matching
17383 file name.
17384
17385 2007-08-31 James Wright <james@chumsley.org>
17386
17387 * eshell/em-unix.el (eshell/info): New function.
17388
17389 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * frame.el (frame-initialize, make-frame):
17392 * server.el (server-process-filter):
17393 * faces.el (tty-set-up-initial-frame-faces): Don't set
17394 term-environment-variable since it's not used any more.
17395
17396 * env.el (setenv): Don't treat $TERM specially.
17397
17398 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17399 stated otherwise, subprocesses do not send back escape sequences
17400 corresponding to the terminal from which Emacs was started.
17401
17402 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17403
17404 * calculator.el: Require cl for compilation.
17405
17406 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17407
17408 * outline.el (outline-font-lock-levels): Comment out unused var.
17409 (outline-font-lock-face): Wrap around face list to handle any
17410 nesting depth gracefully.
17411
17412 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17413
17414 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17415 `set-file-times'.
17416
17417 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17418
17419 * textmodes/org.el (org-export-visible): Fix drawers before export.
17420 (org-do-sort): Allow sorting by priority.
17421 (org-agenda-files): Ignore non-existing files.
17422 (org-agenda-skip-unavailable-files): New variable.
17423 (org-ellipsis): All a face as value.
17424 (org-mode): Interprete the face value of `org-ellipsis'.
17425 (org-archive-save-context-info): New option.
17426 (org-archive-subtree): Store context info in archived entry.
17427 (org-fast-tag-selection-can-set-todo-state): New variable.
17428 (org-fast-tag-selection): Allow setting TODO states through this
17429 interface.
17430 (org-cycle): Docstring updated.
17431 (org-todo-keyword-faces): New option.
17432 (org-get-todo-face): New function.
17433 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17434 Use `org-get-todo-face'.
17435 (org-switch-to-buffer-other-window): New function.
17436 (org-table-edit-field, org-table-show-reference)
17437 (org-table-edit-formulas, org-add-log-note)
17438 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17439 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17440 `switch-to-buffer-other-window' to make sure that the temporary
17441 windows show up on the current frame.
17442 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17443 (org-get-entries-from-diary, org-replace-region-by-html):
17444 Don't allow pop-up frames.
17445 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17446 Fix problems with time-of-day.
17447 (org-export-get-title-from-subtree): New function.
17448 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17449 with listing items that are DONE.
17450 (org-change-tag-in-region): New command.
17451 (org-agenda-skip-scheduled-if-done)
17452 (org-agenda-skip-deadline-if-done): Docstring clarified.
17453 (org-mode): Hide drawers on startup.
17454 (org-get-todo-face): New function.
17455 (org-todo-keyword-faces): New option.
17456 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17457 (org-remove-keyword-keys): New function.
17458
17459 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17460
17461 * progmodes/grep.el (grep-find-ignored-directories):
17462 Add monotone _MTN bookkeeping directory in workspaces.
17463 Add RCS control directory. List items in alphabetical order.
17464
17465 * progmodes/grep.el (grep-files-aliases): Add cc alias.
17466 Sort items in alphabetical order. Fix parens.
17467
17468 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17469
17470 * vc-hg.el (vc-hg-extra-menu-map): New variable.
17471 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17472 (vc-hg-pull): New functions.
17473 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17474
17475 * term/mac-win.el: Don't require url, only autoloaded url
17476 functions are used in this file.
17477
17478 2007-08-29 Andreas Schwab <schwab@suse.de>
17479
17480 * shell.el (shell): Return correct value from interactive spec.
17481
17482 2007-08-29 Glenn Morris <rgm@gnu.org>
17483
17484 * version.el (emacs-version): Increase to 23.0.50.
17485
17486 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
17487
17488 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17489
17490 2007-08-29 Juri Linkov <juri@jurta.org>
17491
17492 * loadup.el: Add "button" loading after "faces" and move "startup"
17493 to load after "button".
17494
17495 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17496
17497 * loadup.el: Load term/mac-win on a Mac using Carbon.
17498
17499 * term/mac-win.el: Provide mac-win.
17500 (mac-initialized): New variable.
17501 (mac-initialize-window-system): New function. Move global setup here.
17502 (handle-args-function-alist, frame-creation-function-alist):
17503 (window-system-initialization-alist): Add mac entries.
17504 (x-setup-function-keys): New function containing all the
17505 top level function key definitions.
17506
17507 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17508
17509 * env.el (read-envvar-name): Don't consider the environment frame param.
17510
17511 * env.el (setenv):
17512 * frame.el (frame-initialize, make-frame):
17513 * faces.el (tty-set-up-initial-frame-faces):
17514 * server.el (server-process-filter): Set
17515 display-environment-variable and term-environment-variable.
17516
17517 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17518
17519 2007-08-29 Jason Rumney <jasonr@gnu.org>
17520
17521 * loadup.el: Only load term/x-win when X is compiled in.
17522 Load term/w32-win and dependencies on windows-nt.
17523
17524 * term/w32-win.el: Reorder to match x-win.el more closely.
17525 Provide w32-win. Don't throw error when global window-system not w32.
17526 (internal-face-interactive): Remove obsolete function.
17527 (x-setup-function-keys): Use local-function-key-map.
17528 (w32-initialized): New variable.
17529 (w32-initialize-window-system): Set it.
17530 Move more global setup here.
17531 (x-setup-function-keys): New function.
17532 (w32-initialize-window-system): Move non function key global setup here.
17533 (x-cut-buffer-max): Remove.
17534 (w32-initialize-window-system): New function.
17535 (handle-args-function-alist, frame-creation-function-alist):
17536 (window-system-initialization-alist): Add w32 entries.
17537
17538 2007-08-29 David Kastrup <dak@gnu.org>
17539
17540 * env.el (getenv): Pass frame to getenv-internal.
17541
17542 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
17543
17544 * version.el (emacs-version): Show if multi-tty is present.
17545
17546 * loadup.el: Delay loading env; mule-conf gets confused by cl
17547 during bootstrap. Also load termdev and term/x-win.
17548
17549 * bindings.el (mode-line-client): New variable.
17550 (help-echo): Add it to the default mode-line format.
17551
17552 * cus-start.el: Remove bogus window-system reference from GTK test.
17553
17554 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17555 (ebrowse-electric-position-mode-map):
17556 * ebuff-menu.el (electric-buffer-menu-mode-map):
17557 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17558 not `suspend-emacs'.
17559
17560 * ediff-wind.el (ediff-setup-windows-automatic): New function.
17561 (ediff-window-setup-function): Use it as default.
17562
17563 * files.el (save-buffers-kill-terminal): New function.
17564 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17565
17566 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17567 and `with-selected-frame'.
17568
17569 * help-fns.el (describe-variable): Describe frame-local variables
17570 correctly.
17571
17572 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17573 display support.
17574 (normal-erase-is-backspace-setup-frame): New function.
17575
17576 * subr.el (with-selected-frame): New function.
17577 (read-quoted-char): Use terminal-local binding of
17578 local-function-key-map instead of function-key-map.
17579
17580 * talk.el (talk): New function.
17581 (talk-handle-delete-frame): New function.
17582 (talk-add-display): Open a new frame only if FRAME was not a frame.
17583
17584 * termdev.el: New file.
17585
17586 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
17587 * term/x-win.el: Don't bind f10.
17588 * tmm.el: Remove autoload binding for f10.
17589
17590 * international/encoded-kb.el (encoded-kbd-setup-display): Use
17591 `set-input-meta-mode'. Fix broken condition before set-input-mode.
17592 Store the saved input method as a terminal parameter. Add keymap
17593 parameter. Use it instead of changing key-translation-map directly.
17594 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17595 Remove.
17596 (encoded-kbd-setup-display): New function.
17597
17598 * international/mule-cmds.el (set-locale-environment): Fix getenv
17599 call. Use save-buffers-kill-terminal. Ignore window-system; always
17600 set the keyboard coding system. Add DISPLAY parameter.
17601 (set-display-table-and-terminal-coding-system): Add DISPLAY
17602 parameter. Pass it to set-terminal-coding-system.
17603
17604 * international/mule.el (keyboard-coding-system): Test for
17605 encoded-kbd-setup-display, not encoded-kbd-mode.
17606 (set-terminal-coding-system, set-keyboard-coding-system): Add
17607 DISPLAY parameter.
17608 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17609
17610 * term/README: Update.
17611
17612 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17613
17614 * term/x-win.el (x-setup-function-keys): New function. Move
17615 function-key-map tweaks here. Protect against multiple calls on
17616 the same terminal. Use terminal-local binding of
17617 local-function-key-map instead of function-key-map.
17618 (x-initialize-window-system): Make a copy of pure list. Pass a
17619 frame getenv.
17620
17621 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17622 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17623 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17624 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17625 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17626 local-function-key-map instead of function-key-map.
17627
17628 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17629 `substitute-key-definition' and `define-key' calls against
17630 multiple execution. Use terminal-local binding of
17631 local-function-key-map instead of function-key-map. Pass a frame
17632 to getenv.
17633
17634 * edmacro.el (edmacro-format-keys):
17635 * emulation/cua-base.el (cua--pre-command-handler):
17636 * isearch.el (isearch-other-meta-char):
17637 * xt-mouse.el: Use terminal-local binding of
17638 local-function-key-map instead of function-key-map.
17639
17640 * fringe.el (set-fringe-mode): Simplify and fix using
17641 `modify-all-frames-parameters'.
17642 * scroll-bar.el (set-scroll-bar-mode): Ditto.
17643 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
17644 check before calling `tool-bar-setup'.
17645 (tool-bar-setup): New variable.
17646 (tool-bar-setup): Use it to guard against multiple calls. Add
17647 optional frame parameter, and select that frame before adding items.
17648 (toggle-tool-bar-mode-from-frame): New function.
17649
17650 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17651 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17652 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17653 "Tool-bar" toggles to reflect the state of the current frame.
17654 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17655
17656 * env.el: Require cl for byte compilation (for `block' and `return').
17657 (environment, setenv-internal): New functions.
17658 (let-environment): New macro.
17659 (setenv, getenv): Add optional terminal parameter. Update docs.
17660 (setenv): Use setenv-internal. Always set process-environment.
17661 Handle `local-environment-variables'.
17662 (read-envvar-name, setenv, getenv): Use frame parameters
17663 to store the local environment, not terminal parameters. Include
17664 `process-environment' as well.
17665
17666 * faces.el (tty-run-terminal-initialization): New function.
17667 (tty-create-frame-with-faces): Use it. Set up faces and
17668 background mode only after the terminal has been initialized.
17669 Call terminal-init-*. Don't load the initialization file more
17670 than once. Call set-locale-environment.
17671 (frame-set-background-mode): Handle the 'background-mode terminal
17672 parameter.
17673 (tty-find-type): New function.
17674 (x-create-frame-with-faces): Remove bogus check for
17675 first frame. Call `tool-bar-setup'. Don't make frame visible
17676 until we are done setting up all its parameters. Call
17677 x-setup-function-keys.
17678
17679 * frame.el (make-frame): Always inherit 'environment and 'client
17680 parameters. Set up the 'environment frame parameter, when needed.
17681 Also inherit 'client parameter. Don't override explicitly
17682 specified values with inherited ones. Add 'terminal frame
17683 parameter. Append window-system-default-frame-alist to parameters
17684 before calling frame-creation-function.
17685 (frame-initialize): Copy the environment from the initial frame.
17686 (window-system-default-frame-alist): Enhance doc string.
17687 (frame-notice-user-settings): Don't put 'tool-bar-lines in
17688 `default-frame-alist' when initial frame is on a tty.
17689 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17690 Remove specified parameters from `window-system-default-frame-alist'.
17691 (make-frame-on-tty, framep-on-display, suspend-frame):
17692 Extend doc string, update parameter names.
17693 (frames-on-display-list): Use terminal-id to get the display id.
17694 (frame-notice-user-settings): Extend to apply
17695 settings in `window-system-default-frame-alist' as well.
17696 (terminal-id, terminal-parameters, terminal-parameter)
17697 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17698 (delete-frame-functions): Add to `delete-frame-functions' hook.
17699 (blink-cursor-mode): Adapt blink-cursor-mode default
17700 value from startup.el.
17701 (make-frame-on-display): Protect condition on x-initialized when
17702 x-win.el is not loaded. Update doc.
17703 (suspend-frame): Use display-controlling-tty-p to decide between
17704 suspend-emacs and suspend-tty.
17705 (frames-on-display-list): Update for display ids.
17706 (framep-on-display): Ditto.
17707 (suspend-frame): Use display-name, not frame-tty-name.
17708 (selected-terminal): New function.
17709
17710 * server.el: Use `device' instead of `display' or `display-id' in
17711 variable and client parameter names.
17712 (server-select-display): Remove (unused).
17713 (server-tty-live-p, server-handle-delete-tty): Remove.
17714 (server-unquote-arg, server-quote-arg, server-buffer-clients):
17715 Update docs.
17716 (server-getenv-from, server-with-environment, server-send-string)
17717 (server-save-buffers-kill-terminal): New functions.
17718 (server-delete-client): Handle quits in kill-buffer. Don't kill
17719 modified buffers. Add extra logging. Delete frames after
17720 deleting the tty. Clear 'client parameter before deleting a frame.
17721 Use delete-display, not delete-tty.
17722 (server-visit-files): Don't set `server-existing-buffer' if the
17723 buffer already has other clients. Return list of buffers
17724 created. Update doc. Don't set client-record when nowait.
17725 (server-handle-delete-frame): Delete the client if this was its
17726 last frame. Check that the frame is alive. Remove bogus comment.
17727 Add note on possible race condition. Delete tty clients, if needed.
17728 (server-handle-suspend-tty): Use server-send-string. Kill the
17729 client in case of errors from process-send-string. Use the display
17730 parameter.
17731 (server-unload-hook): Remove obsolete delete-tty hook.
17732 (server-start): Ask before restarting if the old server still has
17733 clients. Add feedback messages. Remove obsolete delete-tty hook.
17734 (server-process-filter): Use server-send-string. Accept `-dir'
17735 command. Switch to *scratch* immediately after creating the frame,
17736 before evaluating any -evals. Protect `display-splash-screen'
17737 call in a condition-case. Explain why. Call
17738 `display-startup-echo-area-message' before
17739 `display-splash-screen'. Don't display the splash screen when no
17740 frame was created. Show the Emacs splash screen and startup echo
17741 area message. Display the *scratch* buffer by default. Store the
17742 local environment in a frame (not terminal) parameter. Do not try
17743 to decode environment strings. Fix reference to the 'display
17744 frame parameter. Change syntax of environment variables. Put
17745 environment into terminal parameters, not client parameters. Use
17746 a dummy client with --no-wait's X frames. In `-position LINE'
17747 handler, don't ruin the request string until the line number is
17748 extracted. Log opened files. Handle -current-frame command.
17749 Don't create frames when it is given. Don't bind X frames to the
17750 client when we are in -no-wait mode. Set locale environment
17751 variables from client while creating tty frames. Disable call to
17752 configure-display-for-locale. When processing -position command,
17753 don't change the request string until the parameters are
17754 extracted. Don't try to create an X frame when Emacs does not
17755 support it. Improve logging. Temporarily set ncurses-related
17756 environment variables to those of the client while creating a new
17757 tty frame. Select buffers opened by nowait clients, don't leave
17758 them buried under others. Set the display parameter, and use it
17759 when appropriate.
17760
17761 * startup.el (display-startup-echo-area-message): Handle
17762 `inhibit-startup-echo-area-message' here.
17763 (command-line-1): Moved from here.
17764 (fancy-splash-screens): Use `overriding-local-map' instead of
17765 `overriding-terminal-local-map' for now; the latter doesn't work
17766 right, it looses keypresses to another terminal. Use
17767 `overriding-terminal-local-map' to set up keymap. Install a
17768 `delete-frame-functions' hook to catch `delete-frame' events.
17769 Ignore `select-window' events to cope better with
17770 `focus-follows-mouse'. Don't switch back to the original buffer
17771 if the splash frame has been killed. Restore previous buffer, even
17772 if it's *scratch*.
17773 (normal-splash-screen): Don't let-bind `mode-line-format'; it
17774 changes the global binding - setq it instead. Use
17775 `save-buffers-kill-terminal'.
17776 (display-splash-screen): Don't do anything if the splash screen is
17777 already displayed elsewhere.
17778 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
17779 (command-line): Replace duplicated code with a call to
17780 tty-run-terminal-initialization. Don't load the terminal
17781 initialization file more than once. Remove call to nonexistent
17782 function `set-locale-translation-file-name'.
17783
17784 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
17785 parameters.
17786 (xterm-mouse-position-function, xterm-mouse-event): Update.
17787 (xterm-mouse-mode): Don't depend on current value of window-system.
17788 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17789 Update for multi-tty.
17790 (turn-on-xterm-mouse-tracking-on-terminal)
17791 (turn-off-xterm-mouse-tracking-on-terminal)
17792 (xterm-mouse-handle-delete-frame): New functions.
17793 (delete-frame-functions, after-make-frame-functions)
17794 (suspend-tty-functions, resume-tty-functions): Install extra hooks
17795 for multi-tty.
17796
17797 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17798
17799 * simple.el (invisible-p): Remove: implemented in C now.
17800 (line-move-invisible-p): Remove obsolete alias.
17801
17802 2007-08-28 Juri Linkov <juri@jurta.org>
17803
17804 * image-mode.el (image-type): New variable.
17805 (image-mode): Set default major mode name to "Image[text]".
17806 (image-minor-mode): Change LIGHTER to display image-type in the
17807 mode line.
17808 (image-minor-mode): Set default image-type to "text".
17809 (image-toggle-display): After switching to text mode, set
17810 image-type to "text" and major mode name to "Image[text]".
17811 After switching to image mode, set image-type to actual image
17812 type, and add image type to major mode name. Let-bind the same
17813 variable names as arguments of `image-type' and `create-image'.
17814 Bind `type' to the result of `image-type' and use it as arg
17815 of `create-image' to not determine the image type twice.
17816
17817 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
17818
17819 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
17820 (tramp-set-file-uid-gid, tramp-get-local-uid)
17821 (tramp-get-local-gid): New defuns.
17822 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
17823 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
17824 Improve fast track.
17825 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
17826 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
17827 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
17828 (tramp-handle-write-region): Improve fast track.
17829 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
17830 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
17831 be nil.
17832
17833 2007-08-28 Ivan Kanis <apple@kanis.eu>
17834
17835 * time.el: New feature to display several time zones in a buffer.
17836 (display-time-world-mode, display-time-world-display)
17837 (display-time-world, display-time-world-timer): New functions.
17838 (display-time-world-list, display-time-world-time-format)
17839 (display-time-world-buffer-name, display-time-world-timer-enable)
17840 (display-time-world-timer-second, display-time-world-mode-map):
17841 New variables.
17842
17843 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
17844
17845 * term/x-win.el (x-gtk-stock-map): New variable.
17846 (x-gtk-map-stock): New function.
17847
17848 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
17849 prev/next-node.
17850
17851 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
17852
17853 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
17854
17855 2007-08-28 Glenn Morris <rgm@gnu.org>
17856
17857 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
17858
17859 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
17860
17861 * progmodes/modula2.el (m2-definition, m2-module):
17862 Don't use previous-line. Reported by T. V. Raman.
17863
17864 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17865
17866 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
17867 argument to tool-bar-mode call.
17868
17869 2007-08-27 Glenn Morris <rgm@gnu.org>
17870
17871 * diff-mode.el (diff-find-file-name): Only accept regular files,
17872 to rule out /dev/null, directories, etc.
17873
17874 * vc-svn.el (vc-svn-diff): If the repository version of all the
17875 files is the same as the specified OLDVERS, do a local diff.
17876
17877 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17878
17879 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
17880 of buffers in uniquify-managed.
17881
17882 * simple.el (invisible-p): Rename from text-invisible-p.
17883 Update callers.
17884
17885 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
17886 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
17887 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
17888 (cperl-etags-goto-tag-location): Use new style backquotes.
17889
17890 * net/browse-url.el: Remove spurious * in custom docstrings.
17891 (browse-url-filename-alist): Use new-style backquote.
17892
17893 * emacs-lisp/backquote.el (backquote-unquote-symbol)
17894 (backquote-splice-symbol): Clarify they're not new-style unquotes.
17895
17896 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
17897 (\,@): Backslash the , and ,@ which are not new-style unquotes.
17898
17899 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
17900
17901 * net/socks.el (socks-username/password-auth-filter):
17902 Remove unused vars `state' and `desired-len'.
17903 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
17904 (socks-wait-for-state-change): Use new-style backquotes.
17905
17906 * pcvs.el (cvs-mode-status): Fix long-standing typo.
17907
17908 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
17909 backquotes after each `read' rather than once per buffer.
17910
17911 * dframe.el: Remove spurious * in custom docstrings.
17912 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
17913 (dframe-xemacs20p): Remove, inline at the sole use point.
17914 (defface): Don't defvar the face, don't use old-style backquote.
17915 (defcustom): Don't use old-style backquote.
17916 (dframe-frame-parameter, dframe-mouse-event-p):
17917 Make it obvious that it's always defined.
17918 (dframe-popup-kludge): New function to replace
17919 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
17920 (dframe-frame-mode, dframe-set-timer-internal)
17921 (dframe-mouse-set-point): Remove use of with-no-warnings from
17922 XEmacs-specific code.
17923 (dframe-set-timer-internal): Fix very old bug with
17924 post-command-idle-hook.
17925
17926 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
17927
17928 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
17929 warning if the file uses old style backquotes.
17930
17931 * emacs-lisp/bytecomp.el (byte-compile-log-file)
17932 (byte-recompile-directory, byte-compile-file)
17933 (byte-compile-from-buffer): Use with-current-buffer.
17934
17935 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
17936 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
17937 (line-move-1, line-move-finish, line-move-to-column)
17938 (move-end-of-line, move-beginning-of-line): Use new name.
17939
17940 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
17941
17942 * progmodes/ada-mode.el: Fix up comment style in header.
17943 (ada-check-emacs-version): Remove.
17944 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
17945 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
17946 to try and quieten the byte-compiler.
17947 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
17948
17949 * vc.el (vc-annotate-warp-version): Don't use previous-line.
17950
17951 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
17952
17953 * net/browse-url.el (browse-url-emacs): New function.
17954
17955 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
17956
17957 * emacs-lisp/avl-tree.el: New file.
17958
17959 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
17960
17961 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
17962 was used.
17963
17964 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
17965
17966 * complete.el (PC-do-completion): Make RET accept a non-unique but
17967 complete expansion again.
17968
17969 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
17970
17971 * eshell/esh-opt.el (eshell-eval-using-options):
17972 Add debug declaration.
17973
17974 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17975
17976 * log-view.el (log-view-toggle-mark-entry): Add docstring.
17977 (log-view-get-marked): Likewise.
17978
17979 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
17980 (vc-delete-automatic-version-backups): Likewise.
17981
17982 * vc.el (vc-dired-buffers-for-dir): Likewise.
17983
17984 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
17985
17986 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
17987 safe-local-variable setting.
17988 * progmodes/perl-mode.el (perl-indent-level): Likewise.
17989
17990 * log-view.el (log-view-marked-list): Delete variable.
17991 (log-view-mode): Don't use it.
17992 (log-view-toggle-mark-entry): Likewise, simplify.
17993 (log-view-current-tag): Don't return properties.
17994 (log-view-get-marked): New function.
17995
17996 2007-08-25 Alexandre Julliard <julliard@winehq.org>
17997
17998 * vc-git.el (vc-git-mode-line-string): New function.
17999
18000 2007-08-25 Alan Mackenzie <acm@muc.de>
18001
18002 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18003 new language variable.
18004
18005 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18006 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18007 "extern" etc., rather than BOI. Fix addition of spurious
18008 syntactic-symbol 'defun-block-intro, replacing it with
18009 'innamespace, etc.
18010
18011 2007-08-25 Juri Linkov <juri@jurta.org>
18012
18013 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18014
18015 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18016 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18017 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18018
18019 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18020 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18021 (image-type-auto-detectable): Add (svg . maybe).
18022
18023 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18024 to treat it like .tgz.
18025
18026 * calendar/cal-bahai.el: Add file coding cookie.
18027
18028 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18029
18030 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18031 Don't behave differently when executed via M-x. Add doc string.
18032
18033 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18034 safe-local-variable.
18035
18036 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18037
18038 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18039 the default value.
18040 (math-calendar-tzinfo): New variable.
18041 (math-get-calendar-tzinfo): New function.
18042 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18043 to get information when zone is nil.
18044
18045 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18046
18047 * log-view.el (log-view-toggle-mark-entry): New function.
18048 (log-view-mode-map): Bind it.
18049 (log-view-marked-list): New variable.
18050 (log-view-mode): Make it local.
18051
18052 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18053
18054 * play/zone.el (zone-pgm-rat-race): New func.
18055 (zone-programs): Add `zone-pgm-rat-race'.
18056
18057 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18060 a list.
18061
18062 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18063
18064 * progmodes/hideshow.el (hs-match-data): Delete alias.
18065 (hs-hide-block-at-point, hs-find-block-beginning)
18066 (hs-show-block): Use `match-data' directly.
18067
18068 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18069
18070 * format.el (format-alist): Fix typo in doc-string.
18071
18072 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18073
18074 * net/tramp.el (tramp-local-host-p): New defun.
18075 (tramp-handle-file-local-copy, tramp-handle-write-region):
18076 Implement fast track when being on the local host.
18077 (tramp-file-name-handler): Don't set "started" property. It shall
18078 be reserved for the "ftp" method.
18079 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18080
18081 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18082 (tramp-ftp-file-name-handler): Set "started" property.
18083
18084 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18085
18086 * files.el (backup-buffer-copy): Don't wrap delete in
18087 condition-case, only try to delete if file exists.
18088
18089 2007-08-24 Glenn Morris <rgm@gnu.org>
18090
18091 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18092
18093 * startup.el (tutorial-directory): Set with eval-at-startup so it
18094 gets the right value in an installed Emacs.
18095
18096 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18097
18098 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18099 (eldoc-highlight-function-argument): Use it.
18100
18101 2007-08-23 Masatake YAMATO <jet@gyve.org>
18102
18103 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18104 name of parameters in document body.
18105
18106 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18109 (byte-compile-output-as-comment): Use with-current-buffer rather than
18110 a weird set-buffer&prog1 combination.
18111
18112 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18113 test so as to optimise cases where the `progn's result is constant.
18114
18115 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18116
18117 * locate.el (locate-get-file-positions):
18118 Use line-beginning-position and line-end-position.
18119
18120 2007-08-23 John Wiegley <johnw@newartisans.com>
18121
18122 * calendar/cal-bahai.el: Added in the diacriticals that were
18123 missing for many of the month names.
18124
18125 2007-08-22 Jason Rumney <jasonr@gnu.org>
18126
18127 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18128
18129 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18130
18131 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18132
18133 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18134
18135 * dabbrev.el (dabbrev--progress-reporter): New variable.
18136 (dabbrev--scanning-message): Delete func.
18137 (dabbrev--find-expansion): Use a progress reporter
18138 instead of dabbrev--scanning-message.
18139
18140 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18141
18142 * comint.el (comint-exec-1): Raise an error if
18143 `start-file-process' does not return a process object.
18144
18145 * shell.el (shell): Prompt for `default-directory' if it is a
18146 remote file name, and if called with a prefix arg.
18147
18148 2007-08-22 Sam Steingold <sds@gnu.org>
18149
18150 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18151
18152 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18153
18154 * textmodes/org-export-latex.el: New file.
18155
18156 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18157
18158 * textmodes/org.el (org-agenda-skip): Allow a form for
18159 `org-agenda-skip-function'.
18160 (org-agenda-redo): Re-use local settings.
18161 (org-agenda): Store local settings.
18162 (org-agenda-deadline-faces): New option.
18163 (org-agenda-deadline-face): New function.
18164 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18165 entries on their due date.
18166 (org-agenda-get-timestamps): No longer handle the due dates of
18167 schedules and deadline items.
18168 (org-insert-link-global, org-open-at-point-global): New commands.
18169 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18170 :for-ascii parameter.
18171 (org-skip-comments): Function removed.
18172 (org-cleaned-string-for-export): Handle special table lines.
18173 (org-global-properties): New option.
18174 (org-entry-get-with-inheritance): Check global properties.
18175 (org-local-properties): New variable.
18176 (org-set-regexps-and-options): Find the #+PROPERTY line.
18177 (org-link-types): Change type into variable (was constant).
18178 (org-make-link-regexps): New function.
18179 (org-link-re-with-space, org-link-re-with-space2)
18180 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18181 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18182 these regular expressions happens now in the function
18183 `org-make-link-regexps'.
18184 (org-store-link): Call the functions in
18185 `org-store-link-functions'.
18186 (org-add-link-type): New function.
18187 (org-store-link-functions): New variable.
18188 (org-activate-tags): Force matches to be in headlines.
18189 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18190 (org-columns-display-here): Make sure this works in a narrowed
18191 buffer by checking for point-min.
18192 (org-columns-display-here): Make the rest of the line intangible,
18193 so that point never can be there.
18194 (org-cleaned-string-for-export): Use `with-current-buffer'.
18195 (org-replace-region-by-html): Use `with-current-buffer'.
18196 (org-unfontify-region, org-do-occur, org-columns-display-here)
18197 (org-columns-remove-overlays, org-columns-quit)
18198 (org-columns-edit-value, org-columns-next-allowed-value)
18199 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18200 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18201 (org-agenda-todo, org-agenda-change-all-lines)
18202 (org-agenda-align-tags, org-agenda-priority)
18203 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18204 (org-agenda-show-new-time, org-cleaned-string-for-export)
18205 (org-export-grab-title-from-buffer)
18206 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18207 instead of `buffer-read-only'.
18208 (org-export-as-html): Set `coding-system-for-write'.
18209 (org-remember-store-without-prompt): New option.
18210 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18211 (org-beginning-of-line): Also treat C-a special in items.
18212 (org-table-convert-refs-to-rc): Fixed problem with column
18213 reference after "..".
18214 (org-columns-compute): Don't mark buffer modified because of text
18215 properties.
18216 (org-batch-store-agenda-views): Use the variable
18217 `default-directory', not the function.
18218 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18219 (org-clock-out-when-done): New option.
18220 (org-html-entities): Added HTML entities for smileys.
18221
18222 2007-08-22 Glenn Morris <rgm@gnu.org>
18223
18224 * image.el (create-image): Doc fix.
18225
18226 * startup.el (tutorial-directory): New constant.
18227 (fancy-splash-text): Tutorials now in tutorial-directory.
18228 * tutorial.el (help-with-tutorial): Tutorials now in
18229 tutorial-directory.
18230
18231 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18232
18233 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18234 otherwise.
18235 (tramp-get-remote-path): New defun. Replace occurrences of
18236 `tramp-default-remote-path' by this function.
18237 (tramp-set-remote-path): Move most of the code to
18238 `tramp-get-remote-path'.
18239 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18240 existing directories, this is done already in
18241 `tramp-get-remote-path'.
18242
18243 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18244
18245 * image-file.el (image-file-name-extensions): Add "svg".
18246 * image.el (image-type-header-regexps): Add svg entry.
18247
18248 2007-08-22 Glenn Morris <rgm@gnu.org>
18249
18250 * files.el (backup-buffer-copy): Check backup directory is
18251 writable, to avoid infloop deleting old backup.
18252
18253 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18254 movemail related variables.
18255 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18256 will now be set before this is called.
18257
18258 2007-08-21 Juri Linkov <juri@jurta.org>
18259
18260 * delsel.el (delete-selection-pre-hook):
18261 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18262 instead of checking last-command.
18263
18264 2007-08-21 Juri Linkov <juri@jurta.org>
18265
18266 * loadup.el: Preload "button".
18267
18268 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18271 Add previous-line and next-line.
18272
18273 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18274 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18275
18276 * vc-hooks.el (vc-menu-entry): New var.
18277 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18278 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18279 (vc-menu-map): Declare and initialize in one step.
18280 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18281
18282 * menu-bar.el (vc-menu-map): Don't setup any more.
18283 Instead, just create the proper spot in the menu.
18284
18285 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * smerge-mode.el (smerge-resolve): New arg `safe'.
18288 (smerge-resolve-all, smerge-batch-resolve): New function.
18289 (smerge-refine): Make sure `diff' returns the expected result.
18290 (smerge-parsep-re): New const.
18291 (smerge-mode): Use it to adjust paragraph-separate.
18292
18293 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18294 Correctly match / regexp matchers as first char on a line when
18295 fontifying only that line.
18296
18297 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18298
18299 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18300
18301 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18302 (vc-bzr-registered): Don't redundantly protect against
18303 file-error. Actually use the format-specific code.
18304 (vc-bzr-buffer-nonblank-p): Remove.
18305 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18306
18307 2007-08-20 Juri Linkov <juri@jurta.org>
18308
18309 * startup.el (fancy-splash-text): Change multiple tabs into one
18310 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18311 and "Recover Crashed Session").
18312 (fancy-splash-screens): Set tab-width to 22.
18313 (normal-splash-screen): Replace literal tabs with \t and
18314 fix whitespace. Remove "Useful File menu items" section (with
18315 "Exit Emacs" and "Recover Crashed Session").
18316
18317 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18318
18319 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18320 extracted from `eval-last-sexp-1'.
18321 (eval-last-sexp-1): Call `preceding-sexp'.
18322
18323 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18324
18325 * vc-rcs.el (vc-rcs-annotate-command):
18326 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18327 Add back :vc-annotate-prefix propertization.
18328
18329 2007-08-20 Andreas Schwab <schwab@suse.de>
18330
18331 * mail/rmail.el (rmail-autodetect): Doc fix.
18332
18333 2007-08-19 Juri Linkov <juri@jurta.org>
18334
18335 * startup.el (normal-splash-screen): Add more links.
18336
18337 2007-08-19 Juri Linkov <juri@jurta.org>
18338
18339 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18340 because it's common to both types of splash screen: fancy and normal.
18341 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18342 (exit-splash-screen): Rename from `fancy-splash-quit'.
18343 Use `quit-window' instead of `kill-buffer'.
18344 (fancy-splash-head): Use make-button to insert GNU image link.
18345 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18346 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18347 (normal-splash-screen): Put "Browse manuals" on the same line with
18348 "Emacs manual". Remove descriptions from "Useful tasks" and put
18349 all links in two columns on two lines.
18350
18351 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18352
18353 * emulation/viper.el (viper-remove-hooks): Remove some additional
18354 viper hooks when the user calls viper-go-away.
18355 (viper-go-away): Restore the default of default-major-mode.
18356 Save the value of default-major-mode before vaperization.
18357
18358 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18359
18360 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18361
18362 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18363 buffer for which file is created.
18364
18365 2007-08-19 Glenn Morris <rgm@gnu.org>
18366
18367 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18368 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18369 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18370 shadow files messing up the compilation.
18371
18372 2007-08-18 Glenn Morris <rgm@gnu.org>
18373
18374 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18375 string. Also apply eldoc-argument-case in the help-split-fundoc
18376 case. Adapt for changed behavior of eldoc-function-argstring,
18377 eldoc-function-argstring-format, and
18378 eldoc-highlight-function-argument.
18379 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18380 just call eldoc-docstring-format-sym-doc in that case.
18381 (eldoc-function-argstring): Change the behavior. Now it converts
18382 an argument list to a string.
18383 (eldoc-function-argstring-format): Change the behavior. Now it
18384 applies `eldoc-argument-case' to a string.
18385
18386 * progmodes/scheme.el (scheme-mode-variables): Set
18387 font-lock-comment-start-skip.
18388
18389 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18390
18391 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18392 set-syntax-table from here to ...
18393 (ada-mode): ... here. Do not change global value of
18394 comment-multi-line. Call new function
18395 ada-initialize-syntax-table-properties and add new function
18396 ada-handle-syntax-table-properties to font-lock-mode-hook.
18397 (ada-deactivate-properties, ada-initialize-properties): Replace
18398 by new functions ...
18399 (ada-handle-syntax-table-properties)
18400 (ada-initialize-syntax-table-properties)
18401 (ada-set-syntax-table-properties): ... to set up syntax-table
18402 properties uniformly, independently from whether font-lock-mode
18403 is enabled or not. Handle read-only buffers and do not change
18404 undo-list when setting syntax-table properties.
18405 (ada-after-change-function): Use ada-set-syntax-table-properties.
18406
18407 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18408
18409 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18410 (meta-indent-current-nesting): Use a computation of the nesting
18411 instead.
18412 (meta-indent-current-indentation): Indentation is given according
18413 to nesting and if the previous line was finished or not.
18414 (meta-indent-unfinished-line): Tell if the current line ends with
18415 a finished expression.
18416 (meta-indent-looking-at-code): Like `looking-at', but checks if
18417 the point is in a string before.
18418 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18419 done in the nesting function.
18420 (meta-indent-in-string-p): Tell if the current point is in a
18421 string.
18422 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18423 previous functions.
18424
18425 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18426
18427 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18428 (copyright-update-year, copyright-update)
18429 (copyright-fix-years): Use it.
18430
18431 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18432
18433 * emacs-lisp/copyright.el (copyright-update-year):
18434 Fix bug: Handle nil copyright-limit.
18435
18436 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18437
18438 * calc/calc-units.el (math-standard-units): Give exact
18439 conversion for tsp.
18440
18441 * calc/calc.el (math-bignum-digit-length): Compute the
18442 appropriate value.
18443
18444 * calc/calc-bin.el (math-bignum-logb-digit-size)
18445 (math-bignum-digit-power-of-two):
18446 * calc/calc-comb.el (math-small-factorial-table):
18447 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18448 (math-approx-gamma-const):
18449 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18450 (math-besY1, math-bernoulli-b-cache):
18451 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18452 Remove `eval-when-compile's.
18453
18454 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18455
18456 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18457 (cperl-find-pods-heres): Fix an error when typing expressions like
18458 `s{a}{b}'.
18459
18460 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18461
18462 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18463 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18464 a special case (there's no build number).
18465
18466 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
18467
18468 * completion.el (symbol-under-point, symbol-before-point)
18469 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18470
18471 2007-08-17 Glenn Morris <rgm@gnu.org>
18472
18473 * progmodes/compile.el (compilation-get-file-structure): Make use
18474 of the directory part when checking for an existing entry, to
18475 handle files with same basename in different directories.
18476
18477 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18478
18479 * calc/calc.el (calc-language-alist): Add texinfo-mode.
18480
18481 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18482
18483 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18484 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18485 (ps-paragraph-spacing): Docstring fix.
18486
18487 2007-08-16 Glenn Morris <rgm@gnu.org>
18488
18489 * ps-print.el (ps-font-size): Doc fix.
18490
18491 2007-08-16 Richard Stallman <rms@gnu.org>
18492
18493 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18494
18495 2007-08-15 Juri Linkov <juri@jurta.org>
18496
18497 * startup.el (initialization): Change parent group from `internal'
18498 to `environment'.
18499 (initial-buffer-choice): New variable.
18500 (command-line): Revert 2007-07-02 change that sets
18501 buffer-offer-save in *scratch* and enables auto-save in it.
18502 (fancy-splash-text): Add links to existing items. Add new items
18503 with links for useful tasks. Move information about Control-g to
18504 fancy-splash-head. Move "Emacs Guided Tour" to the end.
18505 (fancy-splash-keymap): New variable.
18506 (fancy-splash-last-input-event): Remove variable.
18507 (fancy-splash-insert): Add processing of `:link' element.
18508 (fancy-splash-head): Replace "Type Control-l to begin editing"
18509 with "Type `q' to exit".
18510 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18511 (fancy-splash-default-action, fancy-splash-special-event-action):
18512 Remove functions.
18513 (fancy-splash-quit): New function.
18514 (fancy-splash-screens): Rename input arg from `hide-on-input' to
18515 `static' and reverse the condition of its usage. Don't preserve
18516 original values of `minor-mode-map-alist',
18517 `emulation-mode-map-alists', `special-event-map'.
18518 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18519 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18520 Remove processing of special events. Use local key map
18521 `fancy-splash-keymap'. Set buffer to read-only.
18522 (normal-splash-screen): Rename input arg from `hide-on-input' to
18523 `static' and reverse the condition of its usage.
18524 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18525 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18526 Add links to existing items. Add new items with links for useful
18527 tasks. Use local key map `fancy-splash-keymap'.
18528 (display-splash-screen): Rename input arg from `hide-on-input' to
18529 `static'.
18530 (about-emacs): Add alias to display-splash-screen.
18531 (command-line-1): Use `initial-buffer-choice'.
18532
18533 * menu-bar.el (menu-bar-help-menu):
18534 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18535 item to about-emacs instead of display-splash-screen.
18536
18537 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
18538
18539 * calc/calc-units.el (math-standard-units): Update values.
18540 Put in exact, rational values when possible.
18541 (math-unit-prefixes): Replace floats with powers of ten.
18542 (math-standard-units-systems): Replace floats with integers.
18543 (math-make-unit-string): Remove extra spaces in output.
18544
18545 2007-08-15 Glenn Morris <rgm@gnu.org>
18546
18547 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18548 sloppier, for the sake of GNU Mailman.
18549 (rmail-digest-rfc1153): Initialize `result' correctly.
18550
18551 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
18552
18553 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18554 in the mail title. Suggested by Reiner Steib.
18555
18556 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
18557
18558 * calc/calc-aent.el (calc-do-quick-calc): Add binary
18559 representation of integers to the list of outputs.
18560
18561 2007-08-14 Glenn Morris <rgm@gnu.org>
18562
18563 * simple.el (bad-packages-alist): New constant.
18564 (bad-package-check): New function. Together, these two add elements
18565 to `after-load-alist' to check for problematic external packages.
18566 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18567
18568 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
18569
18570 * calc/calc-units.el (math-get-standard-units)
18571 (math-get-units, math-make-unit-string)
18572 (math-get-default-units, math-put-default-units): New functions.
18573 (math-default-units-table): New variable.
18574 (calc-convert-units, calc-convert-temperature): Add machinery
18575 to supply default values.
18576
18577 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
18578
18579 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18580 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18581 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18582 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18583
18584 * emulation/tpu-extras.el: Remove spurious * in docstrings.
18585 Put its autoloads into tpu-edt.el rather than loaddefs.el.
18586 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18587 Make into a proper minor-mode.
18588 (tpu-backward-char, tpu-next-line, tpu-previous-line)
18589 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18590 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18591 (tpu-set-cursor-free, tpu-set-cursor-bound):
18592 Delegate to tpu-cursor-free-mode.
18593 (tpu-next-line, tpu-previous-line, tpu-forward-line)
18594 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18595 Use line-move or forward-line instead of next-line-internal.
18596
18597 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
18598
18599 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18600
18601 2007-08-12 Richard Stallman <rms@gnu.org>
18602
18603 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18604 (cvs-execute-single-file): Use new name split-string-and-unquote.
18605 (cvs-header-msg): Use new name combine-and-quote-strings.
18606
18607 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18608
18609 * progmodes/gud.el (gud-common-init): Use new name
18610 split-string-and-unquote.
18611
18612 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18613 in javac regexp.
18614
18615 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18616 combine-and-quote-strings and split-string-and-unquote.
18617
18618 * subr.el (combine-and-quote-strings): Rename from strings->string.
18619 (split-string-and-unquote): Rename from string->strings.
18620
18621 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18622
18623 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18624 to buffer-local settings.
18625
18626 * emacs-lisp/backquote.el (backquote-delay-process): New function.
18627 (backquote-process): Add internal arg `level'. Use the two to
18628 correctly handle nested backquotes.
18629
18630 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
18631
18632 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18633 (vc-bzr-state-words): Add "kind changed" state word.
18634 (vc-bzr-status): New function. Return Bzr idea of file status,
18635 which is different from VC's.
18636 (vc-bzr-state): Use vc-bzr-status.
18637 (vc-workfile-unchanged-p): Use vc-bzr-status.
18638 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18639 (vc-dired-state): Process "kind changed" state word.
18640
18641 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
18642
18643 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18644
18645 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18646 Move from vc-default-find-file-not-found-hook.
18647
18648 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * man.el: Remove spurious * in docstrings.
18651 Merge defvars and toplevel setq-defaults.
18652 (Man-highlight-references0): Limit=nil rather than point-max.
18653 (Man-mode-map): Move initialization into the declaration.
18654 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18655 (Man-view-header-file): Use expand-file-name rather than concat.
18656 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18657
18658 * man.el (Man-next-section): Make sure we do not move backward.
18659
18660 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18661
18662 * files.el (auto-mode-alist): Use the purecopied text (duh!).
18663
18664 2007-08-08 Glenn Morris <rgm@gnu.org>
18665
18666 * Replace `iff' in doc-strings and comments.
18667
18668 2007-08-08 Martin Rudalics <rudalics@gmx.at>
18669
18670 * dired.el (dired-pop-to-buffer):
18671 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18672 * calendar/calendar.el (generate-calendar-window):
18673 * progmodes/compile.el (compilation-set-window-height):
18674 * textmodes/two-column.el (2C-two-columns, 2C-merge):
18675 Use window-full-width-p instead of comparing frame-width and
18676 window-width.
18677
18678 * progmodes/compile.el (compilation-find-buffer): Remove extra
18679 argument in call to compilation-buffer-internal-p.
18680
18681 2007-08-07 Tom Tromey <tromey@redhat.com>
18682
18683 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18684 Add safe-local-variable property.
18685
18686 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18687
18688 * image-mode.el (image-toggle-display): Use image-refresh.
18689
18690 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
18691
18692 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18693 unofficial version.
18694 (vc-bzr-command): Remove redundant setting of process-connection-type.
18695 (vc-bzr-admin-checkout-format-file): Add autoload.
18696 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18697 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18698 (vc-bzr-registered): Compare dirstate format tag with known good
18699 value, abort parsing if match fails. Warn user in docstring.
18700 (vc-bzr-workfile-version): Case for different Bzr branch formats.
18701 See bzrlib/branch.py in Bzr sources.
18702 (vc-bzr-diff): First argument FILES may be a string rather than a list.
18703 (vc-bzr-shell-command): Remove in favor of
18704 vc-bzr-command-discarding-stderr.
18705 (vc-bzr-command-discarding-stderr): New function.
18706
18707 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
18708
18709 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18710 program, and return nil.
18711 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18712 (vc-bzr-state): Look for path names relative to the repository
18713 root after status keyword.
18714 (vc-bzr-file-name-relative): New function.
18715 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18716 depend on it.
18717 (vc-bzr-admin-dirname, ...-checkout-format-file)
18718 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18719 files that we now parse directly for speed.
18720 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18721 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18722 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18723 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
18724 Bzr warnings, so we must discard it.
18725 (vc-bzr-workfile-version): Speedup counting lines from
18726 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18727 if that file doesn't exist.
18728 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18729 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
18730 to `vc-directory-exclusion-list'.
18731 (vc-bzr-shell-command): New function.
18732
18733 2007-08-06 Tom Tromey <tromey@redhat.com>
18734
18735 * diff-mode.el (diff-unified->context, diff-reverse-direction)
18736 (diff-fixup-modifs): Typo in docstring.
18737
18738 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18741 count-screen-lines.
18742 (tpu-edt-off): Disable relevant pieces of advice.
18743
18744 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18745 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
18746 (newline, newline-and-indent, do-auto-fill): Use advice instead of
18747 redefining the function.
18748 (tpu-set-scroll-margins): Activate the pieces of advice.
18749
18750 2007-08-06 Martin Rudalics <rudalics@gmx.at>
18751
18752 * help.el (resize-temp-buffer-window): Use window-full-width-p
18753 instead of comparing frame-width and window-width.
18754
18755 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
18756
18757 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18758 optional quotes around files in NEED-UPDATE . REMOVED case.
18759
18760 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18761 (ada-treat-cmd-string): Improve error message.
18762 (ada-do-file-completion): Call `ada-require-project-file', so
18763 project variables are set properly.
18764 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18765 (ada-gnatfind-buffer-name): New constant.
18766 (ada-find-any-references): Use new constant. Set buffer name
18767 properly in compilation-start. Toggle read-only properly.
18768 (ada-find-in-src-path): Fix spelling error in docstring.
18769
18770 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
18771 by zero error.
18772
18773 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18774
18775 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
18776
18777 2007-08-12 Richard Stallman <rms@gnu.org>
18778
18779 * progmodes/sh-script.el (sh): Delete group `unix'.
18780
18781 * progmodes/gud.el (gud): Change to group `processes'.
18782
18783 2007-08-11 Glenn Morris <rgm@gnu.org>
18784
18785 * progmodes/compile.el (compilation-buffer-name): Don't check
18786 compilation-arguments. It is superfluous, and the variable isn't
18787 even set when this function is called.
18788
18789 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18790
18791 * term/mac-win.el (mac-ae-reopen-application): New function.
18792 (mac-apple-event-map): Bind "reopen application" Apple event to it.
18793
18794 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18795
18796 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
18797 take tex-font-script-display into account.
18798 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
18799 cell to a list of 2 elements to simplify the unfontify code.
18800
18801 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18802
18803 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
18804 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
18805 ps-print-color-p is neither nil nor black-white. Reported by Christian
18806 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18807
18808 2007-08-08 Andreas Schwab <schwab@suse.de>
18809
18810 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
18811 self-insert-command, not self-insert.
18812
18813 2007-08-08 Glenn Morris <rgm@gnu.org>
18814
18815 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
18816 argument optional, for backwards compatibility, and only highlight
18817 args when present. Fix symbol name typo (doc/args).
18818
18819 * help-mode.el (help-make-xrefs): Search for symbol constituents,
18820 rather than just `-'.
18821
18822 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
18823
18824 * calc/calc-units.el (calc-convert-temperature):
18825 Use `/' to create fractions.
18826
18827 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
18828
18829 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
18830 global matching.
18831 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
18832 ERROR-BUFFER more robust. Display output.
18833 (tramp-file-name-handler): Add a connection property when we found
18834 a foreign file name handler. This allows backends like ftp to
18835 profit also from usr/host name completion based on connection
18836 cache.
18837 (tramp-send-command-and-read): Search for trash after the regexp
18838 until eol only. In XEmacs, there is a problem with \n.
18839
18840 * net/tramp-cache.el (top): Read persistent connection history
18841 when cache is empty.
18842
18843 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
18844
18845 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
18846 resulting output.
18847
18848 2007-08-07 Sam Steingold <sds@gnu.org>
18849
18850 * progmodes/compile.el (compilation-start): Pass nil as startfile
18851 to comint-exec.
18852
18853 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18854
18855 * longlines.el (longlines-decoded): New variable.
18856 (longlines-mode): Avoid encoding or decoding the buffer twice.
18857
18858 2007-08-07 Martin Rudalics <rudalics@gmx.at>
18859
18860 * format.el (format-insert-file): Make sure that at most one undo
18861 entry is recorded for the insertion. Inhibit point-motion and
18862 modification hooks around call to insert-file-contents.
18863
18864 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
18867 Select the buffer's window before moving point.
18868
18869 2007-08-07 Richard Stallman <rms@gnu.org>
18870
18871 * term.el (term): Remove parent group `unix'.
18872
18873 * simple.el (default-indent-new-line): New function.
18874 It calls comment-line-break-function if there are comments.
18875 (do-auto-fill): Use that.
18876
18877 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
18878
18879 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
18880 (PC-do-completion): Add "acronym completion" for symbols and
18881 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
18882
18883 2007-08-06 Sam Steingold <sds@gnu.org>
18884
18885 * mouse.el (mouse-buffer-menu): Pass mode-name through
18886 format-mode-line because it may be a list,
18887 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
18888
18889 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
18890
18891 * printing.el (pr-update-menus): Docstring fix.
18892
18893 2007-08-06 Jason Rumney <jasonr@gnu.org>
18894
18895 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
18896
18897 * vc-hooks.el (vc-call): Add doc string.
18898
18899 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
18900
18901 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
18902 process-filter.
18903
18904 2007-08-06 Kenichi Handa <handa@m17n.org>
18905
18906 * international/quail.el: Wrap (require 'help-mode) by
18907 eval-when-compile.
18908 (quail-help-init): New function.
18909 (quail-help): Call quail-help-init.
18910 (quail-store-decode-map-key): Change it to a function.
18911
18912 2007-08-05 Jason Rumney <jasonr@gnu.org>
18913
18914 * vc.el (vc-rollback): Add norevert argument back.
18915 (vc-revert-buffer): Add back as obsolete alias.
18916
18917 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
18918
18919 * term.el: Honor term-default-fg-color and term-default-bg-color
18920 settings when modifying term-current-face.
18921 (term-default-fg-color, term-default-bg-color): Initialize from
18922 default term-current-face.
18923 (term-mode, term-reset-terminal): Set term-current-face with
18924 term-default-fg-color and term-default-bg-color.
18925 (term-handle-colors-array): term-current-face has term-default-fg-color
18926 and term-default-bg-color after reset escape sequence.
18927 (term-handle-colors-array): Set term-current-color with
18928 term-default-fg/bg-color instead of ansi-term-color-vector when the
18929 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
18930
18931 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
18932
18933 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
18934 (math-nlfit-givens): Let bind free variables.
18935
18936 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
18937
18938 * printing.el: Require lpr and ps-print when loading printing package.
18939 Reported by Glenn Morris <rgm@gnu.org>.
18940
18941 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
18942
18943 * files.el (set-auto-mode): Handle also remote files wrt
18944 `auto-mode-alist'.
18945
18946 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
18947
18948 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
18949 curves and plotting.
18950
18951 * calc/calc-nlfit.el: New file.
18952
18953 2007-08-04 Glenn Morris <rgm@gnu.org>
18954
18955 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
18956 zero, not nil, when the library is first loaded. Check for a file
18957 that has been modified on disk.
18958
18959 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
18960 Remove duplicate defvar preventing initialization.
18961 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
18962
18963 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
18966 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
18967 may match up to 4 lines.
18968 (diff-beginning-of-file-and-junk): Rewrite.
18969
18970 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18971
18972 * printing.el: Evaluate require only during compilation.
18973 (pr-version): New version 6.9.1.
18974 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
18975 (pr-global-menubar): Fix code.
18976
18977 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
18978
18979 * term.el (term-erase-in-display): Fix case when point is not at
18980 the beginning of the line.
18981
18982 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
18983
18984 * calc/calc-ext.el (math-get-value, math-get-sdev)
18985 (math-contains-sdev): New functions.
18986
18987 * calc/calc-graph.el (calc-graph-format-data)
18988 (calc-graph-add-curve): Check for error forms.
18989 (calc-graph-set-styles): Add option for error forms.
18990
18991 2007-08-03 Miles Bader <miles@gnu.org>
18992
18993 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
18994 backend names for new backends to `Git', `Hg', and `Bzr'.
18995 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
18996 not `HG'.
18997 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
18998 name, not `GIT'.
18999 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19000 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19001
19002 2007-08-03 Richard Stallman <rms@gnu.org>
19003
19004 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19005 to update deleted flag.
19006
19007 * cus-edit.el (customize-apropos, customize-apropos-options)
19008 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19009
19010 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19011
19012 * startup.el (fancy-splash-head, startup-echo-area-message):
19013 Change message text.
19014
19015 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19016 All callers use line-move.
19017
19018 * progmodes/compile.el (compilation-find-buffer): Return current
19019 buffer immediately if suitable.
19020 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19021
19022 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19023
19024 * faces.el (face-normalize-spec): New function.
19025 (frame-set-background-mode): Normalize face-spec before calling
19026 face-spec-match-p.
19027
19028 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19029
19030 * server.el (server-window): Add switch-to-buffer-other-frame option.
19031
19032 2007-08-03 Glenn Morris <rgm@gnu.org>
19033
19034 * cus-edit.el (customize-apropos): Make the error message indicate
19035 what kind of thing the user was trying to customize.
19036
19037 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19038
19039 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19040 Fix off-by-one error in previous change.
19041
19042 2007-08-03 Drew Adams <drew.adams@oracle.com>
19043
19044 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19045 Make buffer writable.
19046
19047 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19048
19049 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19050 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19051 Use native Emacs functions, when appropriate.
19052
19053 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19054 Stefan Monnier <monnier@iro.umontreal.ca>
19055
19056 * vc.el: Document new VC operation `extra-menu'.
19057
19058 * vc-hooks.el (vc-default-extra-menu): New function.
19059
19060 * menu-bar.el (menu-bar-vc-filter): New function.
19061 (menu-bar-tools-menu): Use it as a filter.
19062
19063 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19064
19065 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19066
19067 2007-08-01 Glenn Morris <rgm@gnu.org>
19068
19069 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19070 strings.
19071 (fortran-tab-mode-default): Remove needless autoload.
19072 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19073 mark as risky.
19074 (fortran-line-length): New buffer-local variable, safe if integer.
19075 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19076 Change from variables to constants.
19077 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19078 replace with a new function definition.
19079 (fortran-mode): Use fortran-line-length, and
19080 fortran-font-lock-syntactic-keywords as a function. Add a
19081 hack-local-variables-hook function.
19082 (fortran-line-length, fortran-hack-local-variables): New functions.
19083 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19084 Use fortran-line-length rather than 72.
19085 (fortran-window-create-momentarily): Doc fix.
19086
19087 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19088
19089 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19090 Fix parent groups link.
19091
19092 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19093
19094 * progmodes/python.el (python-current-defun): Adjust to never fall
19095 into infinite loop.
19096
19097 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19098
19099 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19100
19101 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19102
19103 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19104 (copyright-fix-years, copyright): Correctly handle the case where
19105 copyright-limit is nil.
19106
19107 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19108
19109 * progmodes/python.el (run-python): Fix path separator under w32.
19110
19111 2007-07-30 Richard Stallman <rms@gnu.org>
19112
19113 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19114 Treat non-break space as whitespace in Lisp.
19115
19116 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19117
19118 * vc.el (vc-dired-hook): Use inhibit-read-only.
19119
19120 * progmodes/compile.el (compilation-forget-errors):
19121 Reset compilation-auto-jump-to-next.
19122
19123 2007-07-30 Michael Olson <mwolson@gnu.org>
19124
19125 * cus-edit.el (custom-group-save): Fix void function definition
19126 error. Thanks to Zhang Wei for the report.
19127
19128 * ps-print.el: Check in trivial changes to the autoloads section
19129 caused by the build process. These autoloads really ought to be
19130 placed in a separate file, methinks.
19131
19132 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * calendar/calendar.el (calendar-mode): Make sure
19135 displayed-(month|year) are set.
19136 (calendar-basic-setup): Display buffer before adjusting window sizes.
19137 (generate-calendar-window): Use inhibit-read-only. Simplify.
19138 Generate buffer and set displayed-month and displayed-year before
19139 calling update-calendar-mode-line.
19140
19141 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19142
19143 * net/tramp.el:
19144 * net/tramp-uu.el:
19145 * net/trampver.el: Use utf-8 encoding with coding cookie.
19146
19147 * net/tramp-cache.el:
19148 * net/tramp-fish.el:
19149 * net/tramp-ftp.el:
19150 * net/tramp-gw.el:
19151 * net/tramp-smb.el: Remove coding cookie.
19152
19153 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19154 Flush buffer file-name's file property.
19155 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19156
19157 * net/trampver.el: Update release number.
19158
19159 2007-07-29 Juri Linkov <juri@jurta.org>
19160
19161 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19162 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19163 when major-mode is not dired-mode.
19164 (dired-toggle-read-only): New function.
19165 (dired-recursive-deletes): Remove obsolete comments about old
19166 default value.
19167 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19168
19169 * wdired.el (wdired-exit): New function.
19170 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19171
19172 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * cus-edit.el (customize-read-group): New fun.
19175 (customize-group-other-window, customize-face-other-window):
19176 Prompt before delegating to customize-(group|face).
19177 Bind pop-up-windows rather than use the other-window argument.
19178 (customize-group, customize-face): Prompt from the interactive spec.
19179 Remove args `prompt-for-group' and `other-window'.
19180
19181 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19182 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19183 last change.
19184
19185 2007-07-28 Masatake YAMATO <jet@gyve.org>
19186
19187 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19188 Use backend name as the menu label. Suggested by David Kastrup.
19189
19190 2007-07-28 Alan Mackenzie <acm@muc.de>
19191
19192 Fix problem with modes derived from CC Mode:
19193 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19194 macro to cc-langs.
19195 (c-init-language-vars-for): Remove call to above macro.
19196 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19197 been moved to here.
19198 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19199
19200 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19201
19202 * net/trampver.el: Fix the `coding' cookie.
19203
19204 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19205
19206 * vc-git.el (vc-git-print-log): Support both the old single file
19207 interface and the new one.
19208
19209 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19210
19211 * bindings.el (mode-line-remote): Use updated %@ construct.
19212
19213 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19216 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19217 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19218 (diary-list-bahai-entries, diary-bahai-mark-entries)
19219 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19220 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19221 New names to clean up namespace.
19222 (list-bahai-diary-entries, mark-bahai-diary-entries)
19223 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19224 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19225 Add compatibility aliases.
19226
19227 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19228
19229 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19230 (calendar-scroll-left-three-months)
19231 (calendar-scroll-right-three-months): Clean up namespace.
19232 (scroll-calendar-left, scroll-calendar-right)
19233 (scroll-calendar-left-three-months)
19234 (scroll-calendar-right-three-months): Add compatibility aliases.
19235
19236 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19237 Behave like mouse-scroll-calendar-* when used from the mouse.
19238
19239 * calendar/cal-menu.el (cal-menu-scroll-menu)
19240 (cal-menu-global-mouse-menu):
19241 * calendar/calendar.el (calendar-mode-map):
19242 Use new calendar-scroll-* names.
19243 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19244 Remove. Use calendar-scroll-* directly instead.
19245
19246 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19247
19248 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19249 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19250 (ad-make-advised-definition, ad-cache-id-verification-code):
19251 Use commandp and interactive-form instead.
19252
19253 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19254
19255 * vc-git.el: Relicense to GPLv3 or later.
19256 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19257
19258 * vc-hooks.el (vc-handled-backends): Add GIT.
19259
19260 * vc.el (vc-directory-exclusion-list): Add .git.
19261
19262 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19263
19264 * vc-git.el (vc-git-revision-table)
19265 (vc-git-revision-completion-table): New functions.
19266
19267 2007-07-25 Glenn Morris <rgm@gnu.org>
19268
19269 * Relicense all FSF files to GPLv3 or later.
19270
19271 * COPYING: Switch to GPLv3.
19272
19273 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19274
19275 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19276 Replace it with another one which disables undo before calling
19277 erase-buffer and then turns it back on if needed.
19278
19279 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19280
19281 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19282
19283 2007-07-24 Glenn Morris <rgm@gnu.org>
19284
19285 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19286 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19287 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19288 (cal-tex-cursor-week, cal-tex-cursor-week2)
19289 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19290 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19291 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19292 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19293
19294 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * calendar/calendar.el (calendar-mode-map): Move initialization
19297 into declaration. Add menu bindings (used to be done in cal-menu).
19298 (calendar-mode): Don't add an activate-menubar-hook.
19299
19300 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19301 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19302 can be used on the menu entries.
19303 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19304 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19305 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19306 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19307 (calendar-flatten, cal-menu-update): Remove.
19308 (calendar-mouse-insert-hebrew-diary-entry)
19309 (calendar-mouse-insert-islamic-diary-entry)
19310 (calendar-mouse-insert-bahai-diary-entry):
19311 Remove (fold into cal-menu-diary-menu).
19312 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19313 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19314 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19315 (calendar-mouse-view-diary-entries): Minor simplifications.
19316 (calendar-event-to-date): Use with-current-buffer.
19317
19318 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19319
19320 * add-log.el (change-log-redate): Remove (not needed anymore and
19321 doesn't appear to work).
19322
19323 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * frame.el: Use mapc and dolist instead of mapcar where possible.
19326 (close-display-connection): New command.
19327
19328 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19329
19330 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19331 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19332
19333 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19334
19335 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19336
19337 * ps-mule.el: Doc fix.
19338 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19339 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19340
19341 2007-07-25 Glenn Morris <rgm@gnu.org>
19342
19343 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19344 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19345 (cal-tex-daily-end, cal-tex-hook)
19346 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19347 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19348 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19349 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19350 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19351 (cal-tex-day-prefix, cal-tex-day-name-format)
19352 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19353 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19354 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19355 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19356 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19357 etc, rather than \bf.
19358 (cal-tex-mini-calendar): Fix typos in previous change.
19359 (cal-tex-latexify-list): Remove inner let binding.
19360 (cal-tex-end-document, cal-tex-banner): Use multi-line
19361 cal-tex-comment.
19362 (cal-tex-comment): Handle embedded newlines.
19363 (cal-tex-LaTeXify-string): Use substring-no-properties.
19364
19365 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19366
19367 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19368 Add support for the Maden build tool.
19369
19370 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19371
19372 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19373
19374 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19375
19376 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19377
19378 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19379
19380 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19381 C-x C-q.
19382
19383 * vc-git.el (vc-git-print-log): Fix previous change.
19384
19385 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19386
19387 * window.el (save-selected-window): Minor optimization.
19388 (bw-adjust-window): If operation failed, try with a smaller delta.
19389 (window-fixed-size-p): New function.
19390 (window-area-factor): New var.
19391 (balance-windows-area): New command.
19392
19393 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19394 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19395 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19396 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19397 (ps-mule-begin-job): Use dolist.
19398
19399 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19400
19401 * subr.el (start-file-process-shell-command)
19402 (process-file-shell-command): New defuns.
19403
19404 * progmodes/compile.el (compilation-start):
19405 Apply `start-file-process-shell-command'.
19406
19407 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19408
19409 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19410
19411 2007-07-24 Alan Mackenzie <acm@muc.de>
19412
19413 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19414 Initialise byte-compile-unresolved-functions before rather than
19415 after a compilation.
19416 (byte-compile-unresolved-functions): Amplify doc string.
19417
19418 2007-07-24 Glenn Morris <rgm@gnu.org>
19419
19420 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19421
19422 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19423 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19424 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19425 (cal-tex-cursor-week, cal-tex-cursor-week2)
19426 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19427 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19428 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19429 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19430
19431 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19432 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19433 (cal-tex-day-name-format, cal-tex-cal-one-month)
19434 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19435 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19436 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19437 (cal-tex-list-holidays, cal-tex-cursor-year)
19438 (cal-tex-cursor-year-landscape, cal-tex-year)
19439 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19440 (cal-tex-cursor-month, cal-tex-insert-days)
19441 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19442 (cal-tex-first-blank-p, cal-tex-cursor-week)
19443 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19444 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19445 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19446 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19447 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19448 (cal-tex-latexify-list, cal-tex-previous-month)
19449 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19450 modernization, including using dotimes rather than
19451 calendar-for-loop.
19452 (cal-tex-LaTeX-subst-list): Remove `@'.
19453 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19454 Use \textit and \textbf rather than \em and \it.
19455
19456 * calendar/cal-bahai.el (list-bahai-diary-entries)
19457 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19458 * calendar/cal-islam.el (list-islamic-diary-entries)
19459 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19460 * calendar/diary-lib.el (diary-list-entries)
19461 (mark-calendar-date-pattern): Use `dotimes' rather than
19462 `calendar-for-loop'.
19463
19464 * calendar/calendar.el (calendar-for-loop): Doc fix.
19465
19466 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19469 underlying file is uptodate.
19470
19471 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
19472
19473 * replace.el (perform-replace): Use isearch-no-upper-case-p.
19474
19475 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19476
19477 * vc-hooks.el (vc-mode-line-map): New const.
19478 (vc-mode-line): Use it.
19479
19480 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19481
19482 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19483 (vc-git-unregister): New functions.
19484 (vc-git-find-version): Use the result of ls-files as a parameter
19485 for cat-file.
19486
19487 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
19488
19489 * net/tramp.el (tramp-perl-file-attributes)
19490 (tramp-perl-directory-files-and-attributes)
19491 (tramp-handle-file-attributes-with-stat)
19492 (tramp-handle-directory-files-and-attributes-with-stat)
19493 (tramp-convert-file-attributes): Handle huge file sizes.
19494
19495 2007-07-23 Juri Linkov <juri@jurta.org>
19496
19497 * isearch.el (isearch-message-function): New variable.
19498 (isearch-update, isearch-search): Use it.
19499
19500 * simple.el (goto-history-element): New function created from
19501 next-history-element.
19502 (next-history-element): Most code moved to goto-history-element.
19503 Call goto-history-element with (- minibuffer-history-position n).
19504 (previous-history-element): Call goto-history-element with (+
19505 minibuffer-history-position n).
19506 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19507 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19508 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19509 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19510 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19511 (minibuffer-history-isearch-pop-state): New functions.
19512
19513 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19514
19515 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19516 Also, if FILE is a list, return non-nil if any of its elements
19517 should stay local. Update docstring.
19518
19519 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19522 change by reverting a small part.
19523
19524 2007-07-23 Richard Stallman <rms@gnu.org>
19525
19526 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19527
19528 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19529
19530 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19531 handling it. Use vc-git-command.
19532 (vc-git-find-version, vc-git-diff-tree): New functions.
19533 (vc-git-revert): Use vc-git-command.
19534 (vc-git--run-command): Delete.
19535
19536 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19537
19538 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19539
19540 2007-07-20 Kenichi Handa <handa@m17n.org>
19541
19542 * international/utf-8.el (utf-8-post-read-conversion):
19543 Temporarily bind utf-8-compose-scripts to nil while running
19544 *-compose-region functions.
19545
19546 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19547
19548 * vc-git.el: Update status.
19549 (vc-directory-exclusion-list): Use eval-after-load.
19550
19551 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
19552
19553 * bindings.el (mode-line-remote): New variable.
19554 (help-echo): Add to default values of mode-line-format.
19555
19556 * files.el: Mark mode-line-remote as risky.
19557
19558 2007-07-22 Juri Linkov <juri@jurta.org>
19559
19560 * isearch.el (isearch-edit-string): Save old point and
19561 isearch-other-end to old-point and old-other-end before reading
19562 the search string from minibuffer. After exiting minibuffer set
19563 point to old-other-end if point and the search direction is the
19564 same as before reading the search string.
19565 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
19566 to isearch-other-end. Instead of isearch-search-and-update call
19567 three functions isearch-search, isearch-push-state and isearch-update.
19568
19569 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19570
19571 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19572 deal with multiple file arguments.
19573 (vc-git-print-log): Deal with multiple file arguments.
19574
19575 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19576
19577 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19578 diff-refine-hunk. Adjust users.
19579 (diff-unified-hunk-p, diff-splittable-p): New functions.
19580 (diff-mode-menu): Use it to disable Split when it doesn't work.
19581
19582 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19583
19584 * diff-mode.el (diff-mode-menu): New entries.
19585
19586 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19589 if applicable, so as to save undo-log space.
19590
19591 * diff-mode.el (diff-find-file-name): Add arg `batch'.
19592
19593 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19594 (diff-file-kill): Use it.
19595 (diff-beginning-of-hunk): Add arg `try-harder' using it.
19596 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19597 Use it so they find the hunk even when we're in the file header.
19598
19599 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19600
19601 * vc-git.el (vc-git-revision-granularity, vc-git-root)
19602 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19603 (vc-git-create-repo): New functions.
19604 (vc-git-registered): New autoloaded function definition.
19605 (vc-git-registered): Use vc-git-root.
19606 (vc-git-responsible-p): New defalias.
19607 (vc-git-annotate-extract-revision-at-line): Uncomment.
19608 (vc-git-print-log): Add the file name to the log.
19609 (vc-git-log-view-mode): New derived mode.
19610 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19611
19612 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19613
19614 * progmodes/grep.el (grep-compute-defaults): Keep default values.
19615
19616 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
19617
19618 * textmodes/reftex.el (reftex-access-parse-file): Create parse
19619 file in a way that does not interfere with recentf mode.
19620 (reftex-access-parse-file): Do not risk destroying an existing
19621 buffer.
19622
19623 2007-07-22 Alexandre Julliard <julliard@winehq.org>
19624
19625 * vc-git.el: New file.
19626
19627 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * textmodes/tex-mode.el (tex-font-script-display): Change default.
19630
19631 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19632
19633 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19634 for branches and new files.
19635
19636 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19637 local-map handling ...
19638 (vc-mode-line): ... here. Improve handling of help-echo.
19639
19640 * vc.el (mode-line-string): Document help-echo usage.
19641
19642 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19643
19644 Sync with Tramp 2.1.10.
19645
19646 * net/tramp.el (tramp-get-ls-command): Fix typo.
19647
19648 * net/trampver.el: Update release number.
19649
19650 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
19651
19652 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19653
19654 * term/x-win.el (x-handle-no-bitmap-icon): New function.
19655
19656 2007-07-22 Martin Rudalics <rudalics@gmx.at>
19657
19658 * add-log.el (change-log-fill-parenthesized-list): New function.
19659 (change-log-indent): Call change-log-fill-parenthesized-list.
19660 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19661 Have lines with leading asterisk start a paragraph.
19662
19663 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19664
19665 * calc/calc-math.el (math-emacs-precision)
19666 (math-largest-emacs-expt, math-smallest-emacs-expt):
19667 New variables.
19668 (math-use-emacs-fn): New function.
19669 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19670 appropriate.
19671
19672 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
19673
19674 * image-dired.el (image-dired-sane-db-file): New func.
19675 (image-dired-write-tags, image-dired-remove-tag)
19676 (image-dired-list-tags, image-dired-write-comments)
19677 (image-dired-get-comment, image-dired-mark-tagged-files)
19678 (image-dired-create-gallery-lists): Call new func.
19679 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19680
19681 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
19682
19683 * vc-hg.el (vc-hg-dir-state): Fix loop.
19684 (vc-hg-print-log): Fix expected return value for vc-hg-command.
19685 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19686 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19687 (vc-hg-revert): Likewise.
19688 (vc-hg-revision-table, vc-hg-revision-completion-table): New
19689 functions.
19690
19691 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19692
19693 * add-log.el (change-log-resolve-conflict): Don't lose data if the
19694 merge fails.
19695
19696 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19697
19698 * progmodes/compile.el (compilation-auto-jump-to-first-error):
19699 Add group and version.
19700
19701 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * add-log.el (add-log-file-name): Use file-relative-name.
19704 (add-change-log-entry): Delay reading
19705 add-log-(full-name|mailing-address) to after we've switched to the
19706 ChangeLog buffer so we get the right value.
19707 (add-change-log-entry, add-log-current-defun, change-log-merge):
19708 Use derived-mode-p rather than checking major-mode directly.
19709
19710 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19711 name for buffer-file-name if it refers to a directory.
19712
19713 * vc-arch.el (vc-arch-diff): Fix last change.
19714
19715 * progmodes/compile.el (compilation-start): Remember the original
19716 directory in a buffer-local compilation-directory.
19717 (compile): Set the global value of compilation-directory.
19718 (recompile): Use compilation-directory even in the compilation buffer.
19719
19720 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19721
19722 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19723
19724 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19725
19726 * ps-print.el: Problem with foreground and background color when
19727 printing a buffer with and without faces. Reported by Christian
19728 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19729 (ps-print-version): New version 6.7.5.
19730 (ps-default-fg): Change default value to nil, so black color is used
19731 when a face does not specify a foreground color.
19732 (ps-default-bg): Change default value to nil, so white color is used
19733 for background color.
19734 (ps-begin-job): Fix code.
19735
19736 2007-07-20 Eli Zaretskii <eliz@gnu.org>
19737
19738 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19739 in $(INSTALL_DIR)/lisp/ if they already exist.
19740
19741 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19742
19743 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19744 in $(INSTALL_DIR)/lisp/ if they already exist.
19745
19746 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19747
19748 * progmodes/vera-mode.el (vera-re-search-forward)
19749 (vera-re-search-backward): Remove use of store-match-data.
19750 (vera-mode-map): Move initialization into declaration.
19751
19752 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19753 (flymake-find-buildfile): Use locate-dominating-file.
19754
19755 * vc.el (vc-delistify): Use mapconcat.
19756 (vc-do-command): Minor simplification.
19757 (vc-expand-dirs): Use push.
19758
19759 * vc-mcvs.el (vc-mcvs-create-repo):
19760 * vc-cvs.el (vc-cvs-create-repo): Remove.
19761
19762 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19763 directory and the root as well.
19764
19765 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19766
19767 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19768 instead of a file.
19769
19770 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
19771 (vc-hg-registered): Replace if with when.
19772 (vc-hg-state): Deal with nonexistent files and handle removed files.
19773 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
19774 (vc-hg-checkout): Re-enable.
19775 (vc-hg-create-repo): Fix typos.
19776 (vc-hg-print-log): Fix for multiple files.
19777 (vc-hg-workfile-unchanged-p): New function.
19778
19779 * vc.el: Fix typo.
19780 (vc-print-log): Fix call to print-log.
19781 (vc-default-comment-history): Likewise.
19782 (vc-directory-exclusion-list): Add .hg and .bzr.
19783 (vc-diff-internal): Pass a list instead of a file.
19784
19785 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
19786
19787 * vc-bzr.el (vc-bzr-create-repo): New function.
19788
19789 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
19792 `file' from which to start the search.
19793
19794 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
19795
19796 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
19797 having a single file argument to having a list of files as the
19798 first argument.
19799
19800 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * files.el (locate-dominating-file): New function.
19803
19804 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
19805
19806 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
19807 (grep-compute-defaults): Use it.
19808
19809 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 * uniquify.el: Docstring fixes.
19812
19813 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
19814
19815 * vc.el (revision-granularity, create-repo): Document new vc
19816 backend properties.
19817 (vc-rollback): Renamed from vc-cancel-version. Update references.
19818 Pass a list instead of a file.
19819 (vc-revert): Renamed from vc-revert-buffer. Update references.
19820 (vc-delistify, vc-expand-dirs): New functions.
19821 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
19822 of files instead of a single file.
19823 (vc-position-context, vc-resync-window, vc-diff-internal)
19824 (vc-print-log): Pass a list instead of a file.
19825
19826 * vc-hooks.el (vc-stay-local-p, vc-backend)
19827 (vc-backend-subdirectory-name): Work on a file list, not a single
19828 file.
19829 (vc-workfile-version): Update docstring.
19830 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
19831 vc-revert instead of vc-revert-buffer.
19832 (vc-prefix-map): Likewise. Bind vc-update.
19833
19834 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
19835 (vc-svn-wash-log): New functions.
19836 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
19837 (vc-svn-command): Deal with a list of files, not a single file.
19838
19839 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
19840 (vc-rcs-wash-log): New functions.
19841 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
19842 Deal with a list of files, not a single file.
19843 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
19844
19845 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
19846 functions.
19847 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
19848 list of files, not a single file.
19849
19850 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
19851 New functions.
19852 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
19853 (vc-mcvs-diff): Deal with a list of files, not a single file.
19854
19855 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
19856 functions.
19857 (vc-hg-print-log): Deal with a list of files, not a single file.
19858 (vc-hg-diff-tree): New function, replace defalias with the same
19859 name.
19860 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
19861 FILES to denote that it is a file list, not a single file.
19862
19863 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
19864 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
19865 a single file.
19866 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
19867 that it is a file list, not a single file.
19868 (vc-cvs-diff): Likewise. Simplify.
19869
19870 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
19871 Deal with a list of files, not a single file.
19872
19873 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
19874 (vc-bzr-print-log): Update FILE parameter name to denote that it
19875 is a file list, not a single file.
19876 (vc-bzr-diff): Likewise. Use the car of files.
19877
19878 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
19879
19880 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
19881 (follow-delete-other-windows-and-split, follow-recenter)
19882 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
19883 (follow-redisplay, follow-estimate-first-window-start)
19884 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
19885 Fix typos in docstrings.
19886
19887 2007-07-18 Martin Rudalics <rudalics@gmx.at>
19888
19889 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
19890 avoid that filling introduces lines with a single asterisk.
19891
19892 * kmacro.el (kmacro-end-macro): When ignoring empty macro
19893 avoid incorrect kmacro-ring-empty-p messages.
19894 Reported by Michael Schierl <schierlm@gmx.de>.
19895
19896 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
19897
19898 * vc.el: Add more info about the vc-registered function.
19899
19900 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
19901
19902 * files.el (file-remote-p): Introduce optional parameter
19903 IDENTIFICATION.
19904
19905 * recentf.el (recentf-keep-default-predicate): Adapt call of
19906 `file-remote-p'.
19907
19908 * progmodes/grep.el (grep-probe): Use `process-file'.
19909 (grep-compute-defaults): Handle variables host specific.
19910
19911 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
19912 parameter IDENTIFICATION.
19913
19914 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
19915 parameter IDENTIFICATION.
19916 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
19917 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19918 Add entry for `set-file-times'.
19919 (tramp-do-copy-or-rename-file-via-buffer)
19920 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
19921 (tramp-handle-unhandled-file-name-directory): Rewrite.
19922 (tramp-convert-file-attributes): Add error handling when inode is
19923 extraordinary big.
19924 (tramp-get-inode): Change parameter from FILE to VEC.
19925 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
19926 is nil. This is according to the specification. Goto (point-max)
19927 when ready.
19928 (tramp-handle-shell-command): Rewrite completely, using
19929 `process-file' and `start-file-process'.
19930 (tramp-methods, tramp-find-shell)
19931 (tramp-open-connection-setup-interactive-shell)
19932 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
19933 var. Reported by Steve Youngs <steve@sxemacs.org>.
19934
19935 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
19936 entry for `set-file-times'. Rename `start-process' into
19937 `start-file-process'. Remove `call-process' entry.
19938 (tramp-fish-handle-set-file-times): New defun.
19939 (tramp-fish-handle-executable-find): Use `process-file'.
19940 (tramp-fish-handle-process-file): New defun. Replaces
19941 `tramp-fish-handle-call-process'.
19942 (tramp-fish-do-copy-or-rename-file-directly): Use
19943 `set-file-times'.
19944 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
19945
19946 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
19947 `tramp-get-inode' parameter.
19948
19949 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
19950
19951 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
19952 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
19953 nowadays, and by the time Emacs-23 comes out, nobody will even remember
19954 it has ever existed.
19955
19956 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
19957
19958 * vc.el: Undo previous change.
19959
19960 2007-07-16 Eli Zaretskii <eliz@gnu.org>
19961
19962 * makefile.w32-in (clean): Don't delete *~.
19963
19964 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * textmodes/tex-mode.el (tex-verbatim-environments):
19967 Add safe-local-variable property.
19968 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
19969 when starting font-lock rather than when loading tex-mode.el.
19970
19971 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
19972 whole $( rather than just the $. Rename from sh-quoted-subshell.
19973 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
19974
19975 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
19976
19977 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
19978 bookmark-alist. Instead, if not sorting, simply return it.
19979 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
19980 for its return value, not for its side effect.
19981
19982 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
19983 case of alignment under a constant symbol, find and consider
19984 the sexp actually at indentation to be the "last sexp".
19985
19986 2007-07-16 Drew Adams <drew.adams@oracle.com>
19987
19988 * mouse.el (mouse-yank-secondary): Better error message if no
19989 secondary selection.
19990
19991 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19992
19993 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
19994
19995 * term/xterm.el (xterm-turn-on-modify-other-keys)
19996 (xterm-turn-off-modify-other-keys): New functions.
19997 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
19998 terminal supports it.
19999
20000 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20001
20002 * bookmark.el (bookmark-show-all-annotations):
20003 Make sure each inserted annotation ends with newline.
20004
20005 2007-07-15 Richard Stallman <rms@gnu.org>
20006
20007 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20008
20009 * tutorial.el (tutorial--find-changed-keys):
20010 Handle C-x specially like ESC.
20011
20012 2007-07-15 Aaron Hawley <aaronh@garden.org>
20013
20014 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20015
20016 2007-07-15 Juri Linkov <juri@jurta.org>
20017
20018 * delsel.el (delete-selection-pre-hook):
20019 * emulation/cua-base.el (cua-paste): Before a yank command,
20020 check also whether last-command is one of mouse-save-then-kill,
20021 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20022
20023 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20024
20025 * recentf.el (recentf-keep-default-predicate): New defun.
20026 (recentf-keep): Use it as initial value.
20027
20028 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20029
20030 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20031 thus restoring bookmark bindings to three slots under C-x r. See
20032 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20033
20034 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20035
20036 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20037
20038 2007-07-15 Jason Rumney <jasonr@gnu.org>
20039
20040 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20041 for input to cmdproxy on all versions of Windows.
20042 Use dos line ends for input to plink.
20043
20044 * comint.el (comint-simple-send): Concat newline before sending.
20045 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20046
20047 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20048
20049 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20050 safe-local-variable setting.
20051
20052 2007-07-14 David Kastrup <dak@gnu.org>
20053
20054 * emacs-lisp/advice.el (defadvice): Doc fix.
20055
20056 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * subr.el (when, unless): Doc fix.
20059
20060 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20061
20062 * replace.el (match): Use yellow1 instead of yellow.
20063
20064 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20065 red.
20066
20067 * pcvs-info.el (cvs-unknown): Likewise.
20068
20069 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20070
20071 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20072 (install): Use them to copy all *.el files before *.elc.
20073
20074 2007-07-13 Drew Adams <drew.adams@oracle.com>
20075
20076 * bookmark.el (bookmark-jump-other-window): New function.
20077 (bookmark-map): Bind it to "o".
20078
20079 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20080 and its thread contains discussion about this change.
20081 The original patch was slightly tweaked by Karl Fogel
20082 <kfogel@red-bean.com> before committing.
20083
20084 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20085
20086 * bookmark.el: Shorten some comments to fit within 80 lines.
20087
20088 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20089
20090 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20091 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20092 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20093 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20094
20095 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20096
20097 * textmodes/org.el: Bug fixes.
20098 (org-end-of-line): Move to end of line if in headline without tags.
20099
20100 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * vc-hooks.el: Remove spurious * in docstrings.
20103 (vc-handled-backends): Add BZR.
20104
20105 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20106
20107 2007-07-12 Davis Herring <herring@lanl.gov>
20108
20109 * desktop.el (desktop-buffer-info, desktop-save):
20110 Use `desktop-dirname' instead of `dirname'.
20111
20112 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20113
20114 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20115
20116 * progmodes/python.el (python-which-func-length-limit): New var.
20117 (python-which-func): New function.
20118 (python-current-defun): Add optional `length-limit' and try to fit
20119 computed function name to that length.
20120 (python-mode): Hook `python-which-func' up.
20121
20122 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20123
20124 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20125
20126 * comint.el (comint-dynamic-complete-as-filename):
20127 Use read-file-name-completion-ignore-case.
20128
20129 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * comint.el (comint-dynamic-list-filename-completions):
20132 Use read-file-name-completion-ignore-case.
20133
20134 * vc-cvs.el: Require CL.
20135 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20136 New functions to provide completion of revision names.
20137
20138 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20139 (vc-cvs-annotate-first-line-re): New const.
20140 (vc-cvs-annotate-process-filter): New fun.
20141 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20142
20143 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20144
20145 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20146 (eldoc-print-current-symbol-info): Adjust for changed helper
20147 function signatures.
20148 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20149 `eldoc-highlight-function-argument'.
20150 (eldoc-highlight-function-argument): New function.
20151 (eldoc-get-var-docstring): Format documentation with
20152 `font-lock-variable-name-face'.
20153 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20154 where suited.
20155 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20156 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20157
20158 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20159
20160 * progmodes/compile.el (compilation-start): `start-process' must
20161 still be redefined when calling `start-process-shell-command'.
20162
20163 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20164 remote file name, prepend its remote part to the filename.
20165 (gud-common-init): When `default-directory' is a remote file name,
20166 make the filename relative to it.
20167 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20168
20169 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20170
20171 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20172 mouse binding and a tooltip.
20173
20174 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20175
20176 * menu-bar.el (vc-menu-map): New defalias.
20177
20178 2007-07-10 Richard Stallman <rms@gnu.org>
20179
20180 * emacs-lisp/lisp-mode.el (eval-defun):
20181 Explain special handling of `defface'.
20182
20183 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20184
20185 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20186
20187 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20188
20189 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20192
20193 * vc-arch.el (vc-arch-complete): Remove.
20194 (vc-arch-revision-completion-table): Use complete-with-action.
20195
20196 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20197 (complete-with-action): New function.
20198 (dynamic-completion-table): Use it.
20199
20200 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20201
20202 * comint.el (make-comint, make-comint-in-buffer)
20203 (comint-exec-1): Replace `start-process' by `start-file-process'.
20204
20205 * progmodes/compile.el (compilation-start): Revert redefining
20206 `start-process'.
20207
20208 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20209
20210 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20211 with EOLs when generating MD5 checksums.
20212
20213 * follow.el: Don't change the global map from the follow-mode-map
20214 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20215 XEmacs code.
20216 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20217 since `follow-mode' should be used instead for that.
20218
20219 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20220 (easy-menu-do-define): Use it.
20221 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20222
20223 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20224 (compilation-auto-jump-to-next): New vars.
20225 (compilation-auto-jump): New function.
20226 (compilation-error-properties): Use them to jump to first error.
20227 (compilation-start): Set the var if requested.
20228
20229 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20230 duplicates without also removing entries from other directories.
20231
20232 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20233
20234 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20235 Remember span as default.
20236 (org-columns-edit-value): Rename from `org-column-edit'.
20237 (org-columns-display-here-title): Rename from
20238 `org-overlay-columns-title'.
20239 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20240 (org-columns-get-autowidth-alist): Rename from
20241 `org-get-columns-autowidth-alist'.
20242 (org-columns-display-here): Rename from `org-overlay-columns'.
20243 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20244 (org-columns-quit): Rename from `org-column-quit'.
20245 (org-columns-show-value): Rename from `org-column-show-value'.
20246 (org-columns-content, org-columns-widen)
20247 (org-columns-next-allowed-value)
20248 (org-columns-edit-allowed, org-columns-store-format)
20249 (org-columns-uncompile-format, org-columns-redo)
20250 (org-columns-edit-attributes, org-delete-property)
20251 (org-set-property, org-columns-update)
20252 (org-columns-compute, org-columns-eval)
20253 (org-columns-not-in-agenda, org-columns-compute-all)
20254 (org-property-next-allowed-value)
20255 (org-columns-compile-format)
20256 (org-fill-paragraph-experimental)
20257 (org-string-to-number, org-property-action)
20258 (org-columns-move-left, org-columns-new)
20259 (org-column-number-to-string)
20260 (org-property-previous-allowed-value)
20261 (org-at-property-p, org-columns-delete)
20262 (org-columns-previous-allowed-value)
20263 (org-columns-move-right, org-columns-narrow)
20264 (org-property-get-allowed-values)
20265 (org-verify-version, org-column-string-to-number)
20266 (org-delete-property-globally): New functions.
20267 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20268 (org-columns-overlays): Rename from `org-column-overlays'.
20269 (org-columns-map): Rename from `org-column-map'.
20270 (org-columns-current-maxwidths): Rename from
20271 `org-current-columns-maxwidths'.
20272 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20273 (org-previous-header-line-format)
20274 (org-columns-inhibit-recalculation)
20275 (org-columns-top-level-marker): New variables.
20276 (org-columns-default-format): Rename from `org-default-columns-format'.
20277 (org-property-re): New constant.
20278
20279 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20280
20281 * subr.el (looking-at-p, string-match-p): New functions.
20282
20283 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20284
20285 * textmodes/tex-mode.el (tex-fontify-script)
20286 (tex-font-script-display): New variables to make display of
20287 superscripts and subscripts customizable.
20288 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20289
20290 2007-07-09 Richard Stallman <rms@gnu.org>
20291
20292 * isearch.el (isearch-edit-string): Call to isearch-push-state
20293 after the search.
20294
20295 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20296
20297 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20298 to 1 as enlarge-window uses the value to resize/shrink windows other
20299 than WINDOW if needed.
20300
20301 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20302
20303 * cus-start.el (file-coding-system-alist): Fix custom type.
20304
20305 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20306
20307 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20308 modified.
20309 (longlines-auto-wrap, longlines-window-change-function):
20310 Remove unnecessary calls to set-buffer-modified-p.
20311
20312 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20313
20314 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20315 (vc-cvs-checkout): Remove last arg now unused; simplify.
20316
20317 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20318
20319 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20320
20321 * net/tramp.el:
20322 * net/tramp-ftp.el:
20323 * net/tramp-smb.el:
20324 * net/tramp-uu.el:
20325 * net/trampver.el: Migrate to Tramp 2.1.
20326
20327 * net/tramp-cache.el:
20328 * net/tramp-fish.el:
20329 * net/tramp-gw.el: New Tramp packages.
20330
20331 * net/tramp-util.el:
20332 * net/tramp-vc.el: Removed.
20333
20334 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20335 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20336
20337 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20338
20339 * progmodes/compile.el (compilation-start): Redefine
20340 `start-process' temporarily when `default-directory' is remote.
20341 Remove case of synchronous compilation, this won't happen ever.
20342 (compilation-setup): Make local variable `comint-file-name-prefix'
20343 for remote compilation.
20344
20345 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20346
20347 * novice.el (disabled-command-function): Fit window to buffer to
20348 make last line visible.
20349 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20350
20351 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20352 when handling the terminating event.
20353
20354 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20355
20356 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20357 (math-bignum-digit-length): Change to optimal value.
20358
20359 * calc/calc-bin.el (math-bignum-logb-digit-size)
20360 (math-bignum-digit-power-of-two): Evaluate when compiled.
20361
20362 * calc/calc-comb.el (math-small-factorial-table)
20363 (math-init-random-base, math-prime-test): Remove unnecessary calls
20364 to `math-read-number-simple'.
20365
20366 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20367 (math-approx-gamma-const): Add docstrings.
20368
20369 * calc/calc-forms.el (math-julian-date-beginning)
20370 (math-julian-date-beginning-int): New constants.
20371 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20372 Use the new constants.
20373
20374 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20375
20376 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20377 Add docstrings.
20378
20379 2007-07-07 Tom Tromey <tromey@redhat.com>
20380
20381 * vc.el (vc-annotate): Jump to line and output message only after the
20382 process is really all done.
20383
20384 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * vc.el (vc-exec-after): Don't move point from the sentinel.
20387 Forcefully read all the remaining text in the pipe upon process exit.
20388 (vc-annotate-display-autoscale, vc-annotate-lines):
20389 Don't stop at the first unrecognized line.
20390 (vc-annotate-display-select): Run autoscale after the process is done
20391 since it depends on the whole result.
20392
20393 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20394
20395 * term/w32-win.el (menu-bar-open): New function.
20396 Bind <f10> to it.
20397
20398 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20399
20400 * simple.el (start-file-process): New defun.
20401
20402 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * files.el (find-file-confirm-nonexistent-file): Rename from
20405 find-file-confirm-inexistent-file. Update users.
20406
20407 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20408 format of autoload block where the file's time-stamp is replaced by its
20409 MD5 checksum.
20410 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20411 time-stamp for secondary autoloads files.
20412 (update-directory-autoloads): Remove duplicate entries.
20413 Use time-less-p for time-stamps, as done in autoload-find-destination.
20414
20415 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20416
20417 * calc/calc.el (math-read-number): Replace number by variable.
20418 (math-read-number-simple): Properly parse small integers.
20419
20420 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20421
20422 * vc.el: Fix doc for the checkout function.
20423
20424 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20425
20426 * vc-hg.el (vc-hg-root): New function.
20427 (vc-hg-registered): Use it.
20428 (vc-hg-diff-tree): New defalias.
20429 (vc-hg-responsible-p): Likewise.
20430 (vc-hg-checkout): Comment out, not needed.
20431 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20432 (vc-hg-find-version, vc-hg-next-version): New functions.
20433
20434 2007-07-06 Andreas Schwab <schwab@suse.de>
20435
20436 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20437 dynamic bindings around the evaluation of the expression.
20438 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20439
20440 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20443 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20444 Use run-hooks rather than run-mode-hooks.
20445
20446 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20447
20448 * calc/calc-comb.el (math-random-digit): Rename to
20449 `math-random-three-digit-number'.
20450 (math-random-digits): Don't depend on representation of integer.
20451
20452 * calc/calc-bin.el (math-bignum-logb-digit-size)
20453 (math-bignum-digit-power-of-two): New constants.
20454 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20455 (math-not-bignum, math-clip-bignum): Use the constants
20456 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20457 instead of their values.
20458 (math-clip): Use math-small-integer-size instead of its value.
20459
20460 * calc/calc.el (math-add-bignum): Replace number by constant.
20461
20462 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20463
20464 * wid-edit.el (widget-documentation-string-value-create):
20465 Insert indentation spaces.
20466
20467 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20468
20469 * emacs-lisp/byte-opt.el: Revert last change.
20470
20471 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20472
20473 * vc-hooks.el (vc-handled-backends): Add HG.
20474
20475 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20476
20477 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20478
20479 * complete.el (PC-do-complete-and-exit): Add support for the new
20480 `confirm-only' confirmation mode.
20481
20482 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20483
20484 * cus-edit.el (custom-commands): New variable.
20485 (custom-tool-bar-map): New variable. Initialize using
20486 `custom-commands'.
20487 (custom-mode): Use `custom-tool-bar-map'.
20488 (custom-buffer-create-internal): Insert action buttons only if
20489 tool bar is not used. Use `custom-commands'.
20490 (Custom-help, custom-command-apply): New function.
20491 (custom-command-apply, Custom-set, Custom-save)
20492 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20493 Use `custom-command-apply' instead of duplicating code.
20494 (customize-group-other-window): Call `customize-group' instead of
20495 duplicating code.
20496 (customize-face-other-window): Call `customize-face' instead of
20497 duplicating code.
20498 (customize-group, customize-face): Add optional args for opening
20499 in another window.
20500 (custom-variable-tag): Don't inherit `variable-pitch' face.
20501 (custom-group-tag): Inherit `variable-pitch' face.
20502 (custom-variable-value-create): Set documentation indentation.
20503 (custom-group-value-create): Make group name a link, instead of
20504 using an extra "go to group" button.
20505 (custom-prompt-variable, custom-group-set, custom-group-save)
20506 (custom-group-reset-current, custom-group-reset-saved)
20507 (custom-group-reset-standard): Minor cleanup.
20508
20509 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20510
20511 * Makefile.in (bootstrap-prepare): When copying from
20512 ldefs-boot.el, make sure loaddefs.el is writeable.
20513
20514 (bootstrap-prepare): Make $(lisp)/ps-print.el
20515 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20516
20517 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20518
20519 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20520 only caller, and delete.
20521 (vc-hg-state): Deal with exceptions and only parse the output on
20522 successful return.
20523 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20524 caller, and delete.
20525 (vc-hg-workfile-version): Deal with exceptions and only parse the
20526 output on successful return.
20527 (vc-hg-revert): New function.
20528
20529 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
20530
20531 * calculator.el (calculator-expt): Use more cases to determine
20532 the value.
20533
20534 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
20535
20536 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20537 file names.
20538
20539 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20540
20541 * calculator.el (calculator-expt, calculator-integer-p):
20542 New functions.
20543 (calculator-fact): Check to see if the factorial will be too
20544 large before computing it.
20545 (calculator-initial-operators): Use `calculator-expt' to
20546 compute "^".
20547 (calculator-mode): Mention that results which are too large
20548 will return inf.
20549 * calc/calc-comb.el (math-small-factorial-table): Replace list
20550 by vector.
20551
20552 2007-07-03 David Kastrup <dak@gnu.org>
20553
20554 * shell.el: On request of the authors, remove their addresses for
20555 the sake of bug reports, and add the developer list address as
20556 maintainer information.
20557
20558 2007-07-03 Richard Stallman <rms@gnu.org>
20559
20560 * files.el (make-directory): Doc fix.
20561 (find-file-confirm-inexistent-file): Make it a defcustom.
20562 Make nil the default.
20563
20564 2007-07-02 Richard Stallman <rms@gnu.org>
20565
20566 * startup.el (command-line): Set buffer-offer-save in *scratch*
20567 and enable auto-save in it.
20568
20569 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
20570
20571 * textmodes/org.el (orgstruct-mode-map): New variable.
20572 (orgstruct-mode): New minor mode.
20573 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20574 (orgstruct-make-binding, org-context-p, org-get-local-variables)
20575 (org-run-like-in-org-mode): New functions.
20576 (org-cycle-list-bullet): New command.
20577 (org-special-properties, org-property-start-re)
20578 (org-property-end-re): New constants.
20579 (org-with-point-at): New macro.
20580 (org-get-property-block, org-entry-properties, org-entry-get)
20581 (org-entry-delete, org-entry-get-with-inheritance)
20582 (org-entry-put, org-buffer-property-keys): New functions.
20583 (org-insert-property-drawer): New command.
20584 (org-entry-property-inherited-from): New variable.
20585 (org-column): New face.
20586 (org-column-overlays, org-current-columns-fmt)
20587 (org-current-columns-maxwidths, org-column-map): New variables.
20588 (org-column-menu): New menu.
20589 (org-new-column-overlay, org-overlay-columns)
20590 (org-overlay-columns-title, org-remove-column-overlays)
20591 (org-column-show-value, org-column-quit, org-column-edit):
20592 New functions.
20593 (org-columns, org-agenda-columns): New commands.
20594 (org-get-columns-autowidth-alist): New functions.
20595 (org-properties): New customize group.
20596 (org-default-columns-format): New option.
20597 (org-priority): Realign tags after changing priority.
20598 (org-preserve-lc): New macro.
20599 (org-update-checkbox-count): Catch case when there is no headline.
20600 (org-agenda-quit): Remove any column overlays.
20601 (org-beginning-of-item-list): Fixed bug when non-item line is
20602 indented too deep.
20603 (org-cached-props): New variable.
20604 (org-cached-entry-get): New function.
20605 (org-make-tags-matcher): Handle property matches.
20606 (org-table-recalculate): Swap evaluation order: Field formula
20607 first, then column formulas, but don't allow them to overwrite the
20608 field formulas.
20609 (org-table-eval-formula): New argument untouchable.
20610 (org-table-put-field-property): New function.
20611
20612 2007-07-02 Martin Rudalics <rudalics@gmx.at>
20613
20614 * help-mode.el (help-make-xrefs): Skip spaces too when
20615 skipping tabs.
20616
20617 * ffap.el (dired-at-point-prompter): Improve prompt in
20618 list-directory case.
20619
20620 2007-07-01 Richard Stallman <rms@gnu.org>
20621
20622 * files.el (find-file-visit-truename): Fix safe-local-variable value.
20623
20624 2007-07-01 Richard Stallman <rms@gnu.org>
20625
20626 * cus-start.el (max-mini-window-height): Added.
20627
20628 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20629
20630 * complete.el (partial-completion-mode): Remove advice of
20631 read-file-name-internal.
20632 (PC-do-completion): Rebind minibuffer-completion-table.
20633 (PC-read-file-name-internal): New function doing what
20634 read-file-name-internal advice did.
20635
20636 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
20637
20638 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20639 property on a few symbols.
20640 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20641 (byte-optimize-lapcode): Remove bindings that are not referenced
20642 and certainly will not effect through dynamic scoping.
20643
20644 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20645
20646 * files.el (find-file-confirm-inexistent-file): New var.
20647 (find-file, find-file-other-window, find-file-other-frame)
20648 (find-file-read-only, find-file-read-only-other-window)
20649 (find-file-read-only-other-frame): Use it.
20650
20651 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20654
20655 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
20656
20657 * generic-x.el (generic-define-mswindows-modes)
20658 (generic-define-unix-modes, apache-log-generic-mode)
20659 (bat-generic-mode-keymap, java-manifest-generic-mode)
20660 (show-tabs-generic-mode): Fix typos in docstrings.
20661
20662 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
20663
20664 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20665 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20666 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20667 (rcirc-print): Never ignore messages from ourself.
20668
20669 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20670
20671 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20672 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
20673
20674 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
20675
20676 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20677 replace-regexp-in-string.
20678
20679 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * emacs-lisp/cl.el: Set edebug and indentation before loading
20682 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20683
20684 2007-06-28 Andreas Schwab <schwab@suse.de>
20685
20686 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20687 $(lisp)/subdirs.el.
20688
20689 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
20690
20691 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20692 the speedbar frame if nil; that deletes the current frame or
20693 causes an error if it is the only frame.
20694 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20695
20696 2007-06-28 Kevin Ryde <user42@zip.com.au>
20697
20698 * textmodes/nroff-mode.el: Groff \# comments.
20699 (nroff-mode-syntax-table): \# comment intro,
20700 plain # as punct per global table.
20701 (nroff-font-lock-keywords): Add # as a single char escape.
20702 (nroff-mode): In comment-start-skip, match \#.
20703
20704 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20705
20706 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20707 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20708 point-min == 1.
20709
20710 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
20711
20712 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20713 Rename and move to...
20714
20715 * subr.el (strings->string, string->strings): ...here.
20716
20717 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20718 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20719
20720 * progmodes/gud.el (gud-common-init): Call string->strings instead
20721 of split-string.
20722
20723 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
20724
20725 * dired-aux.el: Remove `dired-call-process'.
20726 (dired-check-process): Call `process-file'.
20727
20728 * wdired.el (wdired-do-perm-changes): Call `process-file'.
20729
20730 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20731 `ange-ftp-process-file'.
20732
20733 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20734
20735 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20736
20737 * emacs-lisp/cl-extra.el:
20738 * emacs-lisp/cl-seq.el:
20739 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20740 Add autoload cookies on all defs autoloaded manually in cl.el.
20741
20742 * emacs-lisp/cl-loaddefs.el: New file.
20743
20744 * textmodes/texinfmt.el (texinfo-raisesections-alist)
20745 (texinfo-lowersections-alist): Merge definition and declaration.
20746 (texinfo-start-of-header, texinfo-end-of-header): Remove.
20747 (texinfo-format-syntax-table): Merge init into declaration.
20748 (texinfo-format-parse-line-args, texinfo-format-parse-args)
20749 (texinfo-format-parse-defun-args, texinfo-format-node)
20750 (texinfo-push-stack, texinfo-multitable-widths)
20751 (texinfo-define-info-enclosure, texinfo-alias)
20752 (texinfo-format-defindex, batch-texinfo-format): Use push.
20753 (texinfo-footnote-number): Remove duplicate declaration.
20754
20755 * ps-print.el: Update with auto-generated autoloads.
20756
20757 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20758
20759 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20760
20761 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20762 relative to current dir for file-local settings.
20763 (autoload-generate-file-autoloads): Add `outfile' arg.
20764 (update-directory-autoloads): Use it to directly call
20765 autoload-generate-file-autoloads instead of going through
20766 update-file-autoloads so we avoid redundant searches and so we can know
20767 the set of buffers changed so we can save them all.
20768
20769 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
20770 rather than throwing `up-to-date'.
20771 (autoload-generate-file-autoloads): Adjust correspondingly.
20772 (update-file-autoloads): Be careful to let-bind
20773 autoload-modified-buffers and adjust to new calling conventions.
20774 (autoload-modified-buffers): Make it a dynamically scoped var.
20775 (update-directory-autoloads): Use file-relative-name instead of
20776 autoload-trim-file-name.
20777 (autoload-insert-section-header): Don't use autoload-trim-file-name
20778 since the file is already relative now.
20779 (autoload-trim-file-name): Remove.
20780
20781 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
20782 (vc-arch-complete, vc-arch--version-completion-table)
20783 (vc-arch-revision-completion-table): New functions to provide
20784 completion of revision names.
20785 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
20786 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
20787 to let the user trim the revlib.
20788
20789 * vc.el: Add new VC operation `revision-completion-table'.
20790 (vc-default-revision-completion-table): New function.
20791 (vc-version-diff, vc-version-other-window): Use it to provide
20792 completion of revision names if the backend provides it.
20793
20794 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
20795
20796 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
20797 of newer .svn/entries.
20798
20799 2007-06-25 David Kastrup <dak@gnu.org>
20800
20801 * calc/calc-poly.el (math-padded-polynomial)
20802 (math-partial-fractions): Add some function comments.
20803
20804 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
20807 Make `outbuf' optional.
20808 (update-file-autoloads): Use it.
20809
20810 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20811
20812 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
20813 (autoload-find-destination): Keep it uptodate.
20814 (autoload-save-buffers): New fun.
20815 (update-file-autoloads): Use it. Re-add the "up to date" message.
20816
20817 * emacs-lisp/autoload.el: Refactor for upcoming changes.
20818 (autoload-find-destination): New function extracted from
20819 update-file-autoloads.
20820 (update-file-autoloads): Use it.
20821 (autoload-generate-file-autoloads): New function extracted from
20822 generate-file-autoloads. Use file-relative-name. Delay computation of
20823 output-start to the first cookie. Remove done-any, replaced by
20824 output-start.
20825 (generate-file-autoloads): Use it.
20826
20827 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
20828
20829 * calc/calc-comb.el (math-init-random-base, math-prime-test):
20830 Use math-read-number-simple to insert constants.
20831 (math-prime-test): Redo calculation of sum.
20832
20833 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
20834
20835 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
20836 math-scale-bignum-3.
20837 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
20838 math-bignum-digit-size.
20839 (math-isqrt-small): Add another possible initial guess.
20840
20841 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20842
20843 * textmodes/bibtex.el (bibtex-entry-format): New options
20844 `whitespace', `braces', and `string'.
20845 (bibtex-field-braces-alist, bibtex-field-strings-alist)
20846 (bibtex-field-braces-opt, bibtex-field-strings-opt)
20847 (bibtex-cite-matcher-alist): New variables.
20848 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
20849 (bibtex-flash-head): Use blink-matching-delay.
20850 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
20851 (bibtex-format-entry, bibtex-reformat): Handle new options of
20852 bibtex-entry-format.
20853 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
20854 New functions.
20855 (bibtex-complete-internal): Do not display messages while
20856 minibuffer is used. Do not leave around a completions buffer
20857 that is out of date.
20858 (bibtex-copy-summary-as-kill): New optional arg.
20859 (bibtex-font-lock-url): New optional arg no-button.
20860 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
20861 (bibtex-url): Allow multiple URLs per entry.
20862
20863 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * emacs-lisp/autoload.el (autoload-generated-file): New function.
20866 (update-file-autoloads, update-directory-autoloads): Use it.
20867 (autoload-file-load-name): New function.
20868 (generate-file-autoloads, update-file-autoloads): Use it.
20869 (autoload-find-file): Accept non-absolute argument. Set default-dir.
20870 (generate-file-autoloads): If the autoloaded form is malformed,
20871 indicate the problem with a warning instead of aborting.
20872
20873 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20874
20875 * simple.el (next-error-recenter): Accept `(4)' as well;
20876 also, specify `integer' instead of `number'.
20877
20878 2007-06-23 Eli Zaretskii <eliz@gnu.org>
20879
20880 * ls-lisp.el (insert-directory): If an invalid regexp error is
20881 thrown, try using FILE as a literal file name, not a wildcard.
20882
20883 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
20884
20885 * ruler-mode.el (ruler-mode): Prevent clobbering the original
20886 `header-line-format' when reentering ruler mode.
20887
20888 2007-06-23 Eli Zaretskii <eliz@gnu.org>
20889
20890 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
20891 FILE exists as a file.
20892
20893 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20894
20895 * calc/calc.el (math-bignum-digit-length)
20896 (math-bignum-digit-size, math-small-integer-size):
20897 New constants.
20898 (math-normalize, math-bignum-big, math-make-float)
20899 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
20900 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
20901 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
20902 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
20903 (math-quotient, math-div-bignum, math-div-bignum-digit)
20904 (math-div-bignum-part, math-format-bignum-decimal)
20905 (math-read-bignum): Use math-bignum-digit-length,
20906 math-bignum-digit-size and math-small-integer-size.
20907
20908 * calc/calc-ext.el (math-fixnum-big): Use the variable
20909 math-bignum-digit-size.
20910
20911 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20912
20913 * log-view.el (log-view-mode-menu): New menu.
20914
20915 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
20918 differently.
20919
20920 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
20921 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
20922
20923 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
20924
20925 * vc-hg.el (vc-hg-print-log): Insert the file name.
20926 (vc-hg-log-view-mode): Fontify the file name.
20927
20928 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20929
20930 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
20931 (calcFunc-julian): Fix incorrect number used in calculations.
20932
20933 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
20934
20935 * simple.el (next-error-recenter): New defcustom.
20936 (next-error, next-error-internal): Recenter if specified,
20937 immediately prior to running `next-error-hook'.
20938
20939 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
20940 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
20941
20942 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
20943
20944 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
20945
20946 * calc/calc-comb.el (math-small-factorial-table): New variable.
20947 (calcFunc-fact): Use `math-small-factorial-table'.
20948
20949 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
20950 initial values.
20951 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
20952 New variables to use in caches.
20953
20954 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
20955 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
20956
20957 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
20958 (math-bernoulli-b-cache): Use math-read-number-simple to insert
20959 bignums.
20960
20961 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20962 New variables to use in caches.
20963
20964 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
20965
20966 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
20967
20968 * vc-hg.el (vc-hg-log-view-mode): New mode.
20969
20970 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
20971
20972 * calc/calc.el (math-read-number-simple): New function.
20973
20974 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
20977 (vera-font-lock-match-item): Fix doc string.
20978 (vera-in-comment-p): Remove unused function.
20979 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
20980 use `syntax-ppss'.
20981 (vera-forward-syntactic-ws): Fix argument order.
20982 (vera-prepare-search): Use `with-syntax-table'.
20983 (vera-indent-line): Fix doc string.
20984 (vera-electric-tab): Fix doc string.
20985 (vera-expand-abbrev): Define alias instead of using `fset'.
20986 (vera-comment-uncomment-region): Use `comment-start-skip'.
20987
20988 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
20989
20990 * textmodes/org.el (org-export-with-footnotes): New option.
20991 (org-export-as-html): Fix replacement bug for XEmacs.
20992 (org-agenda-default-appointment-duration): New option.
20993
20994 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
20995
20996 * vc-hg.el: Add to do items.
20997 (vc-hg-diff): Add support for comparing different revisions.
20998 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
20999 (vc-hg-annotate-extract-revision-at-line)
21000 (vc-hg-previous-version, vc-hg-checkin): New functions.
21001 (vc-hg-annotate-re): New constant.
21002
21003 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21004
21005 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21006
21007 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21008
21009 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21010 buffer-local value of log-view-*-re if applicable.
21011
21012 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21013 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21014 (vc-bzr-command*): Remove both (incompatible) versions.
21015 (vc-bzr-do-command*): Remove.
21016 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21017 Remove by folding into its only caller vc-bzr-command.
21018 (vc-bzr-command): Always set the environment, even when ineffective.
21019 (vc-bzr-version): Minor fix up.
21020 (vc-bzr-admin-dirname): New var.
21021 (vc-bzr-bzr-dir): Remove.
21022 (vc-bzr-root-dir): New fun.
21023 (vc-bzr-registered): Use it. Add an autoloaded version.
21024 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21025 (vc-bzr-view-log-function): Remove.
21026 (vc-bzr-log-view-mode): New major mode to replace it.
21027 (vc-bzr-print-log): Only activate the old hack if needed.
21028
21029 * vc.el (vc-default-log-view-mode): New function.
21030 (vc-print-log): Add new `log-view-mode' VC operation.
21031
21032 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21033
21034 * ido.el (ido-find-file-in-dir): Don't signal an error for
21035 empty directories.
21036
21037 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21038
21039 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21040 directory where the desktop file was found, as the docstring says.
21041 (desktop-kill): Use `read-directory-name'.
21042
21043 2007-06-20 Alan Mackenzie <acm@muc.de>
21044
21045 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21046 When removing lines, also remove the \n. Correction of patch of
21047 2007-04-21.
21048
21049 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21050
21051 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21052 event is not a cons cell. Do not unread drag-mouse-1 events.
21053 Select right window in check whether space was stolen from
21054 window above.
21055
21056 * help-mode.el (help-make-xrefs): Adjust position of new forward
21057 button.
21058
21059 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21060
21061 * vc-bzr.el (vc-bzr-with-process-environment)
21062 (vc-bzr-std-process-invocation): New macros.
21063 (vc-bzr-command, vc-bzr-command*): Use them.
21064 (vc-bzr-with-c-locale): Remove.
21065 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21066 (vc-bzr-buffer-nonblank-p): New function.
21067 (vc-bzr-state-words): New const.
21068 (vc-bzr-state): Look for `bzr status' keywords in output.
21069 Display everything else as a warning message to the user.
21070 Fix status report with bzr >= 0.15.
21071
21072 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21073
21074 * vc-hg.el (vc-hg-global-switches): Simplify.
21075 (vc-hg-state): Handle more states.
21076 (vc-hg-diff): Fix doc-string.
21077 (vc-hg-register): New function.
21078 (vc-hg-checkout): Likewise.
21079
21080 2007-06-20 Reto Zimmermann <reto@gnu.org>
21081
21082 * progmodes/vera-mode.el: New file.
21083
21084 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21085
21086 * calc/calc.el (calc-multiplication-has-precendence):
21087 New variable.
21088 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21089 New functions.
21090 (math-expr-opers): Define using math-standard-ops rather than
21091 math-standard-opers.
21092 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21093 equal the function math-standard-ops rather than the variable
21094 math-standard-opers.
21095 (calc-algebraic-entry): Let math-expr-opers equal
21096 math-standard-ops or math-expr-ops, as appropriate.
21097 (math-expr-read-level, math-read-factor): Let math-expr-opers
21098 equal math-expr-ops.
21099 * calc/calc-embed.el (calc-embedded-finish-edit):
21100 Let math-expr-opers equal the function math-standard-ops
21101 rather than the variable math-standard-opers.
21102 * calc/calc-ext.el (math-read-plain-expr)
21103 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21104 function math-standard-ops rather than the variable
21105 math-standard-opers.
21106 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21107 Let math-expr-opers equal the function math-standard-ops rather
21108 than the variable math-standard-opers.
21109 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21110 equal the function math-standard-ops rather than the variable
21111 math-standard-opers.
21112 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21113 equal the function math-standard-ops rather than the variable
21114 math-standard-opers.
21115 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21116 math-expr-ops.
21117
21118 2007-06-19 Ivan Kanis <apple@kanis.eu>
21119
21120 * vc-hg.el: New file.
21121
21122 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21125 with font-lock-multiline.
21126
21127 2007-06-17 Glenn Morris <rgm@gnu.org>
21128
21129 * lpr.el (lpr-page-header-switches): Move %s to separate element
21130 for correct quoting. Doc fix.
21131
21132 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21135 than setting sgml-xml-mode.
21136 (sgml-mode, html-mode): Set sgml-xml-mode.
21137 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21138 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21139 (sgml-electric-tag-pair-before-change-function)
21140 (sgml-electric-tag-pair-flush-overlays): New functions.
21141 (sgml-electric-tag-pair-mode): New minor mode.
21142 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21143 (sgml-calculate-indent): Use assoc-string.
21144
21145 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21146
21147 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21148 chars before the "@" in an email address. Andreas Roehler noticed
21149 this problem.
21150
21151 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21152
21153 * thingatpt.el: Add support for email addresses (`email').
21154 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21155 (thing-at-point-email-regexp): New variable.
21156 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21157 properties on this symbol, with lambda forms for values.
21158
21159 2007-06-15 Masatake YAMATO <jet@gyve.org>
21160
21161 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21162
21163 * vc.el (vc-dired-hook): Check the backend returned from
21164 `vc-responsible-backend' can really handle `subdir'.
21165
21166 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21167
21168 * wid-edit.el (widget-add-documentation-string-button):
21169 Fix handling of documentation indent.
21170
21171 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21172
21173 * mb-depth.el: New file.
21174
21175 2007-06-15 Masatake YAMATO <jet@gyve.org>
21176
21177 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21178
21179 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21180
21181 * wid-edit.el (widget-default-create): Move ?h handling here...
21182 (widget-default-format-handler): ...from here.
21183 (widget-docstring, widget-add-documentation-string-button): New funs.
21184 (documentation-string): Add :visibility-widget property.
21185 (widget-documentation-string-value-create): Use it.
21186
21187 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21188 (custom-buffer-create-internal): Simplify message.
21189 (custom-variable-tag): Reduce height to normal.
21190 (custom-variable-value-create, custom-face-value-create)
21191 (custom-visibility): New widget.
21192 (custom-visibility): New face.
21193 (custom-group-value-create):
21194 Call widget-add-documentation-string-button, using `custom-visibility'.
21195
21196 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21199 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21200 change. Apparently the "warning even if the group is implicit" is
21201 a feature rather than a bug.
21202
21203 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21204
21205 * emulation/viper.el (viper-describe-key-ad)
21206 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21207 Compile them conditionally.
21208 (viper-version): Belated version change.
21209
21210 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21211
21212 * follow.el (follow-all-followers, follow-generic-filter):
21213 * pcomplete.el (pcomplete-restore-windows):
21214 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21215 (x-dnd-drop-data):
21216 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21217 * progmodes/python.el (python-complete-symbol):
21218 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21219
21220 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21221
21222 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21223 around bright and dim regexps. Make sure bright and dim matches
21224 use word anchors. Send text through rcirc-markup functions.
21225 (rcirc-url-regexp): Add single quote character.
21226 (rcirc-connect): Write logs to disk on auto-save-hook.
21227 Make server a non-optional argument.
21228 (rcirc-log-alist): New variable.
21229 (rcirc-log-directory): Make customizable.
21230 (rcirc-log-flag): New customizable variable.
21231 (rcirc-log): New function.
21232 (rcirc-print): Use above function.
21233 (rcirc-log-write): New function.
21234 (rcirc-generate-new-buffer-name): Strip text properties.
21235 (rcirc-switch-to-buffer-function): Remove variable.
21236 (rcirc-last-non-irc-buffer): Remove variable.
21237 (rcirc-non-irc-buffer): Add function.
21238 (rcirc-next-active-buffer): Use above function.
21239 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21240 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21241 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21242 (rcirc-omit-mode): Add minor-mode.
21243 (rcirc-mode-map): Change C-c C-o binding.
21244 (rcirc-mode): Clear mode-line-process. Use a custom
21245 fill-paragraph-function. Set up buffer-invisibility-spec.
21246 (rcirc-response-formats): Remove timestamp code.
21247 (rcirc-omit-responses): Add variable.
21248 (rcirc-print): Don't put the overlay arrow on potentially omitted
21249 lines. Log line to disk. Record activity for private messages
21250 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21251 (rcirc-jump-to-first-unread-line): Print message if there is no
21252 unread text.
21253 (rcirc-clear-unread): New function.
21254 (rcirc-markup-text-functions): Add variable.
21255 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21256 (rcirc-debug): Don't mess with window configuration.
21257 (rcirc-send-message): Send message before printing locally.
21258 Add SILENT argument, do not print message if non-nil.
21259 (rcirc-visible-buffers): New function and variable.
21260 (rcirc-window-configuration-change-1): Add function.
21261 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21262 server buffer.
21263 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21264 (rcirc-fill-paragraph): Add function.
21265 (rcirc-record-activity, rcirc-window-configuration-change-1):
21266 Only update the activity string if it has actually changed.
21267 (rcirc-update-activity-string): Remove padding characters from the
21268 mode-line string.
21269 (rcirc-disconnect-buffer): New function to be called when a
21270 channel is parted or the user quits.
21271 (rcirc-server-name): Warn when the server-name hasn't been set.
21272 (rcirc-window-configuration-change): Postpone work until
21273 post-command-hook.
21274 (rcirc-window-configuration-change-1): Update mode-line and
21275 overlay arrows here.
21276 (rcirc-authenticate): Fixc hanserv identification.
21277 (rcirc-default-server): Remove variable.
21278 (rcirc): Connect according to rcirc-connections.
21279 (rcirc-connections): Add variable.
21280 (rcirc-startup-channels-alist): Remove variable.
21281 (rcirc-startup-channels): Remove function.
21282
21283 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21284
21285 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21286
21287 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21288
21289 * term/xterm.el (terminal-init-xterm): Escape parens in character
21290 constants.
21291
21292 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21295 Use [:alpha:] and [:alnum:] where applicable.
21296 (sh-quoted-subshell): Rewrite to correctly
21297 handle nested mixes of `...' and $(...).
21298 (sh-apply-quoted-subshell): Remove.
21299 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21300
21301 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21302
21303 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21304
21305 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21306 previous change.
21307
21308 2007-06-12 Tom Tromey <tromey@redhat.com>
21309
21310 * subr.el (user-emacs-directory): New defconst.
21311 * cmuscheme.el (scheme-start-file):
21312 * shell.el (shell):
21313 * completion.el (save-completions-file-name):
21314 * custom.el (custom-theme-directory):
21315 * term/x-win.el (emacs-session-filename):
21316 * filesets.el (filesets-menu-cache-file):
21317 * thumbs.el (thumbs-thumbsdir):
21318 * server.el (server-auth-dir):
21319 * image-dired.el (image-dired-dir):
21320 (image-dired-db-file):
21321 (image-dired-temp-image-file):
21322 (image-dired-gallery-dir):
21323 (image-dired-temp-rotate-image-file):
21324 * play/gamegrid.el (gamegrid-user-score-file-directory):
21325 * savehist.el (savehist-file):
21326 * tutorial.el (tutorial--saved-dir):
21327 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21328
21329 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21330
21331 * scroll-lock.el (scroll-lock-mode): Doc fix.
21332
21333 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21334
21335 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21336
21337 * ediff-init.el: Doc strings.
21338
21339 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21340
21341 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21342 (byte-compile-file): Bind it.
21343 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21344 group argument is provided implicitly.
21345 (byte-compile-format-warn, byte-compile-from-buffer)
21346 (byte-compile-insert-header): Don't hardcode point-min==1.
21347 (byte-compile-file-form-require): Remove unused var old-load-list.
21348 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21349
21350 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21351
21352 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21353 Display error messages.
21354 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21355 Get rid of cl.el dependencies.
21356
21357 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21358 New variable.
21359 (viper-activate-input-method-action)
21360 (viper-inactivate-input-method-action):
21361 Use viper-suppress-input-method-change-message.
21362
21363 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21364 for C-s, C-r.
21365
21366 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21367 Use viper-replace-overlay-cursor-color instead of
21368 viper-replace-overlay-cursor-color.
21369 (viper-sit-for-short): Use sit-for with 3 arguments.
21370
21371 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21372 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21373 to gud-mode.
21374
21375 * ediff-mult.el (ediff-meta-buffer-brief-message)
21376 (ediff-meta-buffer-verbose-message): New variables.
21377 (ediff-meta-buffer-message): Variable deleted.
21378 (ediff-verbose-help-enabled): New variable.
21379 (ediff-toggle-verbose-help-meta-buffer): New function.
21380 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21381 message options.
21382
21383 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21384 (ediff-fixup-patch-map): Improve heuristic.
21385
21386 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21389 (log-view-font-lock-keywords): Simplify.
21390 (log-view-current-file, log-view-current-tag): Simplify.
21391
21392 2007-06-12 Sam Steingold <sds@gnu.org>
21393
21394 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21395
21396 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21397
21398 * desktop.el (desktop-load-locked-desktop): New option.
21399 (desktop-read): Use it.
21400 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21401 Use `when'.
21402
21403 2007-06-12 Davis Herring <herring@lanl.gov>
21404
21405 * desktop.el (desktop-save-mode-off): New function.
21406 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21407 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21408 (desktop-claim-lock, desktop-release-lock): New functions.
21409 (desktop-kill): Tell `desktop-save' that this is the last save.
21410 Release the lock afterwards.
21411 (desktop-buffer-info): New function.
21412 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21413 says to. Detect conflicts, and manage the lock.
21414 (desktop-read): Detect conflicts. Manage the lock.
21415
21416 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21417
21418 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21419
21420 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21421 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21422 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21423 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21424 keysyms rather than byte sequences.
21425 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21426
21427 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21430 half-activated, forcefully activate it completely.
21431
21432 2007-06-11 Richard Stallman <rms@gnu.org>
21433
21434 * cus-edit.el (custom-variable-type): Doc fix.
21435
21436 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21437
21438 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21439 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21440 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21441 different possible cases for \'.
21442
21443 * complete.el (PC-bindings): Don't bind things already bound in the
21444 parent keymap.
21445
21446 * textmodes/bibtex-style.el: New file.
21447
21448 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21449
21450 * vc-bzr.el: New file.
21451
21452 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21453
21454 * vc-svn.el (vc-svn-program): New var.
21455 (vc-svn-command): Use it.
21456
21457 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21458
21459 * server.el (server-switch-buffer): Remove redundant check.
21460
21461 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21462
21463 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21464 Match against file-name-nondirectory.
21465 Fix text on user customization variables.
21466 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21467
21468 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21469
21470 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21471
21472 2007-06-09 Davis Herring <herring@lanl.gov>
21473
21474 * desktop.el (desktop-minor-mode-table): Doc fix.
21475
21476 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21477
21478 * textmodes/css-mode.el (css-navigation-syntax-table):
21479 Use set-char-table-range so it also works in the unicode branch.
21480
21481 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
21482
21483 * help-mode.el (help-xref-forward-stack)
21484 (help-xref-stack-forward-item, help-forward-label): New variables.
21485 (help-forward): New button type.
21486 (help-setup-xref): Initialise help-xref-forward-stack.
21487 (help-make-xrefs): Add forward button, if appropriate.
21488 (help-xref-go-back): Push item on forward stack.
21489 (help-xref-go-forward, help-go-forward): New functions.
21490
21491 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
21492
21493 * dired.el (dired-mode-map): Remove spurious separator.
21494
21495 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21496
21497 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21498
21499 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21500 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21501
21502 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
21503
21504 * textmodes/org.el: Version number fixed.
21505
21506 2007-06-07 Glenn Morris <rgm@gnu.org>
21507
21508 * version.el (emacs-copyright): New constant.
21509 * startup.el (fancy-splash-tail): Use emacs-copyright.
21510 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21511
21512 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21513 `make-local'.
21514 (byte-compile-warnings-safe-p): Add `make-local'.
21515 (byte-compile-make-variable-buffer-local):
21516 Allow byte-compile-warnings to suppress this warning.
21517
21518 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21519 format of "menu" description.
21520 (tutorial--find-changed-keys): Describe the specific menu a
21521 command is in.
21522
21523 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21524 Rewrite compatibility functions to silence byte-compiler.
21525
21526 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21527
21528 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21529 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21530
21531 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
21532
21533 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21534
21535 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21536
21537 * progmodes/ebrowse.el (ebrowse-member-table):
21538 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21539 (org-batch-agenda-csv): Fix typos in docstrings.
21540
21541 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
21542
21543 * pgg.el (pgg-sign-region, pgg-sign):
21544 * ses.el (ses-call-printer):
21545 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21546 * textmodes/org.el (org-cycle): Fix typos in docstrings.
21547
21548 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
21549
21550 * textmodes/org.el (org-export-region-as-html)
21551 (org-replace-region-by-html, org-number-to-letters)
21552 (org-table-fedit-finish, org-normalize-color)
21553 (org-table-fedit-ref-right, org-date-to-gregorian)
21554 (org-table-fedit-move, org-table-convert-refs-to-rc)
21555 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21556 (org-write-agenda, org-colgroup-info-to-vline-list)
21557 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21558 (org-indent-line-function, org-export-as-html-to-buffer)
21559 (org-store-agenda-views, org-update-mode-line)
21560 (org-find-if, org-delete-all)
21561 (org-table-fedit-convert-buffer, org-emphasize)
21562 (org-uniquify, org-table-fedit-lisp-indent)
21563 (org-table-fedit-scroll, org-get-todo-sequence-head)
21564 (org-table-fedit-scroll-down, org-table-fedit-line-down)
21565 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21566 (org-table-fedit-toggle-coordinates, org-dvipng-color)
21567 (org-table-fedit-line-up, org-table-fedit-ref-down)
21568 (org-table-formula-from-user, org-mode-flyspell-verify)
21569 (org-cycle-show-empty-lines, org-ctrl-c-ret)
21570 (org-table-formula-to-user, org-diary-to-ical-string)
21571 (orgtbl-export, org-table-fedit-post-command)
21572 (org-closed-in-range, org-shiftcontrolright)
21573 (org-table-convert-refs-to-an, org-table-hline-and-move)
21574 (org-table-formula-less-p, org-format-table-ascii)
21575 (org-agenda-get-sexps, org-shift-refpart)
21576 (org-diary-sexp-entry, org-time-string-to-absolute)
21577 (org-table-show-reference, org-letters-to-number)
21578 (org-fix-agenda-info, org-table-fedit-ref-up)
21579 (org-table-fedit-shift-reference, org-table-fedit-abort)
21580 (org-closest-date, org-shiftcontrolleft)
21581 (org-at-heading-or-item-p, org-rematch-and-replace)
21582 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21583 New functions.
21584 (org-table-edit-scroll-down, org-finish-edit-formulas)
21585 (org-table-edit-next-field, org-abort-edit-formulas)
21586 (org-font-lock-level, org-export-find-first-heading-line)
21587 (org-table-edit-line-down, org-table-edit-backward-field)
21588 (org-edit-formula-lisp-indent, org-table-edit-move)
21589 (org-check-log-option, org-this-word)
21590 (org-table-edit-line-up, org-table-edit-formulas-post-command)
21591 (org-agenda-file-to-end, org-expand-file-name)
21592 (org-fake-empty-table-line, org-table-edit-scroll)
21593 (org-toggle-log-option, org-show-reference): Function removed.
21594 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21595 New defsubsts.
21596 (org-unmodified, org-batch-store-agenda-views)
21597 (org-batch-agenda-csv): New macro.
21598 (org-agenda-export): New customization group.
21599 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21600 (org-highest-priority, org-agenda-exporter-settings)
21601 (org-log-done-with-time, org-replace-disputed-keys)
21602 (org-format-latex-header, org-export-table-header-tags)
21603 (org-cycle-separator-lines, org-export-table-data-tags)
21604 (org-icalendar-include-sexps)
21605 (org-empty-line-terminates-plain-lists)
21606 (org-log-repeat, org-special-ctrl-a)
21607 (org-table-use-standard-references, org-disputed-keys)
21608 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21609 (org-agenda-export-html-style): New option.
21610 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21611 (org-CUA-compatible): Option removed.
21612 (org-agenda-structure, org-sexp-date): New face.
21613 (org-todo-keywords-for-agenda, org-not-done-keywords)
21614 (org-planning-or-clock-line-re, org-agenda-name)
21615 (org-table-colgroup-info, org-todo-sets)
21616 (constants-unit-system, org-clock-mode-line-entry)
21617 (org-mode-line-timer, org-table-current-begin-pos)
21618 (org-todo-keywords-1, org-mode-line-string)
21619 (org-table-clean-did-remove-column, org-table-fedit-map)
21620 (org-clock-heading, org-table-buffer-is-an)
21621 (org-agenda-info, org-done-keywords)
21622 (org-done-keywords-for-agenda, org-todo-heads)
21623 (org-todo-kwd-alist, org-clock-start-time): New variable.
21624 (org-todo-kwd-priority-p, org-edit-formulas-map)
21625 (org-repeat-re, org-todo-kwd-max-priority)
21626 (org-version, org-done-string)
21627 (org-table-clean-did-remove-column-1, org-disputed-keys):
21628 Remove variables.
21629 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21630 (org-ts-lengths): Constant removed.
21631 (org-follow-gnus-link): Don't ask how many articles to read.
21632 (org-export-find-first-export-line): Rename from
21633 `org-export-find-first-heading'.
21634 Use `org-export-skip-text-before-1st-heading'.
21635 (org-table-fedit-post-command): Rename from
21636 `org-table-edit-formulas-post-command'.
21637 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21638 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21639 (org-table-fedit-lisp-indent): Rename from
21640 `org-edit-formula-lisp-indent'.
21641 (org-table-show-reference): Rename from `org-show-reference'.
21642 (org-table-store-formulas): Use `org-table-formula-less-p'.
21643 (org-table-edit-formulas): Position cursor to current field equation.
21644 (org-update-checkbox-count, org-hide-archived-subtrees)
21645 (org-timestamp-up-day, org-timestamp-down-day)
21646 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21647 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21648 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21649 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21650 Let `org-on-heading-p' also check for invisible heading.
21651 (org-read-date): Match am/pm times.
21652 (org-eval-in-calendar): Fix default date in prompt.
21653
21654 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
21655
21656 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21657 "ChangeLog.a" entries, giving the latter lower priority.
21658
21659 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21660
21661 * faces.el (face-id): If the argument is a face alias,
21662 return the ID of the target face.
21663
21664 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
21665
21666 * net/socks.el (top): Remove unnecessary copyright line.
21667
21668 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
21669
21670 * longlines.el (longlines-auto-wrap): Handle argument correctly.
21671
21672 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
21673
21674 * net/socks.el: New file, taken from w3 repository.
21675 (top): Update Copyright. Don't load cl.el.
21676 (all): Replace `case' by `cond', `string-to-int' by
21677 `string-to-number', and `process-kill-without-query' by
21678 `set-process-query-on-exit-flag'.
21679 (socks-char-int): Remove defalias and all occurrences.
21680
21681 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
21682
21683 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21684 Fix typos in docstrings.
21685 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21686 (compilation-finish-function): Fix typo in obsolescence declaration.
21687
21688 2007-06-03 Sam Steingold <sds@gnu.org>
21689
21690 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21691 handle unending automatic recompilation of changed files (`omake -P').
21692 (compilation-loop): VISITED is now 5th CDR.
21693 (compilation-next-error-function): Set TIMESTAMP.
21694
21695 2007-06-03 Sam Steingold <sds@gnu.org>
21696
21697 * files.el (kill-buffer-ask): New function.
21698 (kill-some-buffers): Use it.
21699 (kill-matching-buffers): New user command.
21700
21701 2007-06-01 David Kastrup <dak@gnu.org>
21702
21703 * dired.el (dired-recursive-deletes, dired-recursive-copies):
21704 Change default to `top'.
21705
21706 2007-05-31 Richard Stallman <rms@gnu.org>
21707
21708 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21709
21710 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * textmodes/css-mode.el: New file.
21713
21714 2007-05-30 Michael Olson <mwolson@gnu.org>
21715
21716 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21717 died and we are trying to send a signal to it. The program using
21718 tq.el should periodically check to see whether the process has
21719 died and react appropriately -- this is not the responsibility of
21720 tq.el, and is consistent with the rest of the tq.el source code.
21721
21722 2007-05-29 Martin Rudalics <rudalics@gmx.at>
21723
21724 * textmodes/table.el (table--point-entered-cell-function)
21725 (table--point-left-cell-function):
21726 Bind `inhibit-point-motion-hooks' to t.
21727
21728 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21729
21730 * emacs-lisp/rx.el (rx): Doc fix.
21731
21732 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
21733
21734 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21735
21736 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
21737
21738 Sync with Tramp 2.0.56.
21739
21740 * net/tramp.el:
21741 * net/tramp-ftp.el:
21742 * net/tramp-smb.el:
21743 * net/tramp-util.el:
21744 * net/tramp-vc.el:
21745 Don't load cl.el, because that pollutes the namespace. Replace cl
21746 macros by their implementations where necessary. Requested by
21747 Richard Stallman <rms@gnu.org>.
21748
21749 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21750 doesn't exist.
21751 (with-parsed-tramp-file-name): Protect debug spec during compilation.
21752 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21753 (tramp-file-name-p, tramp-file-name-multi-method)
21754 (tramp-file-name-method, tramp-file-name-user)
21755 (tramp-file-name-host, tramp-file-name-localname): New defuns,
21756 replacing defstruct `tramp-file-name'.
21757 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21758 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21759 Apply `vector' instead of `make-tramp-file-name'.
21760 (tramp-handle-make-auto-save-file-name):
21761 Apply `tramp-temporary-file-directory' for compatibility reasons.
21762 (tramp-completion-mode): Use `natnump' instead of `wholenump'
21763 because of XEmacs.
21764 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21765 started.
21766
21767 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
21768
21769 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
21770
21771 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
21772
21773 * log-edit.el (log-edit-changelog-paragraph): Return point-max
21774 as the end of the ChangeLog paragraph when it ends without a line
21775 termination.
21776
21777 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
21778
21779 * net/webjump.el (webjump-sample-sites):
21780 Add simple Wikipedia query.
21781
21782 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
21785 compatibility code.
21786
21787 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
21788 (copyright-update-year): Use it.
21789
21790 * edmacro.el (edmacro-format-keys): Use current-active-maps.
21791
21792 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
21793 Add indentation and debugging info. Fix up comment convention.
21794
21795 * cus-dep.el (custom-make-dependencies): Simplify.
21796
21797 * composite.el (compose-region, decompose-region):
21798 Use inhibit-read-only and restore-buffer-modified-p.
21799
21800 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
21801 (xterm-mouse-event): Use it.
21802
21803 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
21804
21805 * bs.el (bs-cycle-previous): Don't modify the cycle list until
21806 `switch-to-buffer' has returned succesfully.
21807 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
21808 window is dedicated (it could iconify the frame).
21809
21810 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
21811
21812 * vc-hooks.el (vc-find-root): Fix file attribute test.
21813
21814 2007-05-24 Richard Stallman <rms@gnu.org>
21815
21816 * textmodes/flyspell.el (flyspell-correct-word-before-point):
21817 Don't let opoint be nil.
21818 (flyspell-emacs-popup): Explicit error if no dialogs.
21819
21820 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
21821
21822 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
21823 (image-next-line, image-previous-line, image-scroll-up)
21824 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
21825 New functions.
21826 (image-mode-map): Remap motion commands.
21827 (image-mode-text-map): New keymap for viewing images as text.
21828 (image-mode): Use image-mode-map.
21829 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
21830
21831 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21832
21833 * textmodes/fill.el (canonically-space-region): Make the second arg
21834 a marker if it's not already the case.
21835
21836 2007-05-23 Eli Zaretskii <eliz@gnu.org>
21837
21838 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
21839 (tar-get-descriptor): Handle type 55, an extended pax header.
21840
21841 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21842
21843 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
21844 to confuse outline-minor-mode.
21845
21846 2007-05-23 Eli Zaretskii <eliz@gnu.org>
21847
21848 * tar-mode.el (tar-file-name-handler): New function.
21849 (tar-extract): Bind file-name-handler-alist to it to force
21850 find-buffer-file-type-coding-system behave as if the file being
21851 extracted existed. Use last-coding-system-used to force
21852 buffer-file-coding-system to what decode-coding-region actually
21853 used to decode the file.
21854
21855 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21856
21857 * progmodes/compile.el (compilation-handle-exit):
21858 `compilation-finish-function' may change the current buffer.
21859
21860 2007-05-22 Richard Stallman <rms@gnu.org>
21861
21862 * files.el (set-auto-mode): Doc fix.
21863
21864 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
21865
21866 * help-fns.el (find-source-lisp-file): New function.
21867 (describe-function-1): Use find-source-lisp-file to find source
21868 file in compile tree.
21869
21870 2007-05-22 Eli Zaretskii <eliz@gnu.org>
21871
21872 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
21873
21874 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
21875
21876 * emacs-lisp/easy-mmode.el (define-minor-mode)
21877 (easy-mmode-define-navigation): Fix typos in docstrings.
21878
21879 2007-05-22 Glenn Morris <rgm@gnu.org>
21880
21881 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
21882
21883 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
21884
21885 * mail/mail-extr.el (mail-extract-address-components):
21886 Recognize non-ASCII characters except for NBSP as words.
21887
21888 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
21889
21890 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
21891 (rcirc-print): Handle `window-width'.
21892 (rcirc-buffer-maximum-lines): Doc fix.
21893
21894 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21895
21896 * image-mode.el (image-toggle-display): Don't clear image cache.
21897 Only use filename in image spec if the file is readable.
21898 Call image-refresh.
21899
21900 * image.el (image-type-from-file-name, image-type): Simplify.
21901 (image-type-auto-detected-p): Don't scan auto-mode-alist.
21902
21903 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
21904 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
21905
21906 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21907
21908 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
21909 is an error.
21910
21911 * term/linux.el (terminal-init-linux): Don't signal an error
21912 if gpm isn't running.
21913
21914 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21915
21916 * t-mouse.el: Reduce to a minor-mode macro call.
21917 (t-mouse-mode): Remove the lighter.
21918
21919 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
21920
21921 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
21922
21923 * files.el (auto-mode-alist): Change the regexp so that
21924 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
21925
21926 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21927
21928 * Version 22.1 released.
21929
21930 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
21933 changes.
21934
21935 2007-05-19 Kevin Ryde <user42@zip.com.au>
21936
21937 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
21938
21939 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
21940
21941 * textmodes/sgml-mode.el: Revert last change.
21942
21943 2007-05-18 Richard Stallman <rms@gnu.org>
21944
21945 * simple.el (push-mark): Doc fix.
21946
21947 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
21948
21949 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
21950 tpu-global-map.
21951 (tpu-original-global-map): Variable deleted.
21952 (tpu-control-keys-map): New keymap variable.
21953 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
21954 setting keymapping directly.
21955 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
21956 tpu-global-map.
21957 (tpu-edt-on): Activate the tpu-global-map.
21958 (tpu-edt-off): Deactivate the tpu-global-map.
21959
21960 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
21961
21962 * textmodes/ispell.el (ispell-get-word): Return markers
21963 for start and end positions.
21964 (ispell-word): Assume END is a marker.
21965
21966 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
21967
21968 * textmodes/sgml-mode.el (sgml-tag):
21969 Fix bug: Call sgml-transformation-function.
21970
21971 2007-05-17 Martin Rudalics <rudalics@gmx.at>
21972
21973 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
21974 modified flag of buffer. Use `inhibit-modification-hooks'.
21975
21976 2007-05-16 Richard Stallman <rms@gnu.org>
21977
21978 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
21979
21980 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21981
21982 * files.el (magic-mode-alist, magic-fallback-mode-alist):
21983 Move the *ml, Postscript, and XmCD entries to the fallback part.
21984
21985 * files.el (magic-fallback-mode-alist):
21986 Rename from file-start-mode-alist.
21987
21988 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21989
21990 * progmodes/compile.el (compilation-handle-exit): Quote first
21991 argument of `run-hook-with-args'.
21992
21993 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
21994
21995 * buff-menu.el (Buffer-menu-sort-column):
21996 * dabbrev.el (dabbrev-upcase-means-case-search):
21997 * dired.el (dired-recursive-deletes, dired-recursive-copies):
21998 * info.el (Info-current-subfile):
21999 * ls-lisp.el (ls-lisp-verbosity):
22000 * msb.el (msb-menu-cond):
22001 * pcvs.el (cvs-dired-use-hook):
22002 * simple.el (set-mark-command-repeat-pop):
22003 * time.el (display-time-24hr-format, display-time-mail-file):
22004 Doc fixes.
22005
22006 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22007 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22008
22009 * view.el (view-inhibit-help-message): Fix typo in docstring.
22010 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22011
22012 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22013
22014 * textmodes/ispell.el (ispell-start-process): Defend against bad
22015 default-directory.
22016
22017 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22018
22019 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22020 content-transfer-encoding _last_, because it's its position that
22021 we need as value of base64-header-field-end.
22022
22023 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22024
22025 * files.el (mode-require-final-newline, require-final-newline)
22026 (enable-local-variables, enable-local-eval): Doc fixes.
22027
22028 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22029
22030 * ps-print.el: Use default color when foreground or background color
22031 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22032 (ps-print-version): New version 6.7.4.
22033 (ps-rgb-color): New argument. Use default color when color is
22034 unspecified.
22035 (ps-begin-job): Fix code.
22036
22037 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22038
22039 * longlines.el (longlines-mode): Make longlines-auto-wrap
22040 buffer-local. Add hooks unconditionally.
22041 (longlines-auto-wrap): Toggle wrapping.
22042 (longlines-after-change-function)
22043 (longlines-post-command-function): Check longlines-auto-wrap.
22044
22045 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22046
22047 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22048 (xterm-mouse-translate): Use it.
22049
22050 2007-05-10 Richard Stallman <rms@gnu.org>
22051
22052 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22053 (iso-cvt-write-only): Likewise.
22054
22055 * emacs-lisp/easy-mmode.el (define-minor-mode):
22056 Fix generated doc string.
22057
22058 * startup.el (fancy-splash-text): Add URL of guided tour.
22059 Adjust horizontal and vertical whitespace.
22060
22061 * progmodes/compile.el (compilation-handle-exit):
22062 Use run-hook-with-args to run compilation-finish-functions.
22063
22064 * files.el (file-start-mode-alist): New variable.
22065 (magic-mode-regexp-match-limit): Doc fix.
22066 (set-auto-mode): Handle file-start-mode-alist.
22067 A little cleanup of structure.
22068
22069 * dabbrev.el (dabbrev-eliminate-newlines):
22070 Renamed from dabbrev--eliminate-newlines. All uses changed.
22071
22072 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22073
22074 * man.el (Man-next-section): Don't consider the last line of the page
22075 as being part of any section.
22076
22077 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22078
22079 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22080 can take any number of values.
22081
22082 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22085 to the list of citation commands.
22086
22087 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22088
22089 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22090
22091 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22092
22093 * progmodes/python.el (python-font-lock-keywords)
22094 (python-open-block-statement-p, python-mode): Add support for the new
22095 "with" keyword.
22096
22097 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22100 the exact opposite of diff-goto-source.
22101
22102 * emacs-lisp/advice.el (ad-special-forms): Remove.
22103 (ad-special-form-p): Use subr-arity.
22104
22105 * newcomment.el (comment-search-forward): Make sure we search forward.
22106 (comment-enter-backward): Try and distinguish the non-matching case at
22107 EOB from the non-matching case with a missing comment-end-skip for
22108 a 2-char comment ender.
22109 (comment-choose-indent): New function extracted from comment-indent.
22110 Improve the alignment algorithm.
22111 (comment-indent): Use it.
22112
22113 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22114 XML style Processing Instructions.
22115 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22116 (sgml-calculate-indent): Handle `pi' context.
22117
22118 * vc.el: Ensure that update-changelog issues an error when used with
22119 a backend that does not implement it.
22120 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22121 Remove `backend' argument. Use expand-file-name.
22122 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22123
22124 * progmodes/python.el (python-end-of-block): Revert last change.
22125 (python-end-of-statement): Make sure we move *forward*.
22126
22127 2007-05-08 Richard Stallman <rms@gnu.org>
22128
22129 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22130 Don't include non-self-insert commands in the exception for `-'.
22131
22132 2007-05-08 David Reitter <david.reitter@gmail.com>
22133
22134 * progmodes/python.el (python-guess-indent): Check non-nullness
22135 before comparing indent against the 2..8 interval.
22136
22137 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22138
22139 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22140 available.
22141
22142 2007-05-06 Richard Stallman <rms@gnu.org>
22143
22144 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22145
22146 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22147
22148 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22149 rather than storing their value in the revert-buffer function.
22150
22151 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22152
22153 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22154 when disabling t-mouse-mode.
22155
22156 2007-05-01 Davis Herring <herring@lanl.gov>
22157
22158 * calendar/timeclock.el: Update version number.
22159 (timeclock-modeline-display): Mention timeclock-use-display-time
22160 in explanatory message.
22161 (timeclock-in): Fix non-interactive workday specifications.
22162 (timeclock-log): Don't kill the log buffer if it already existed.
22163 Suppress warnings when finding the log. Don't check for a nil
22164 project twice. Run hooks after killing the buffer (if applicable).
22165 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22166 was geometric). All uses changed.
22167 (timeclock-generate-report): Support prefix argument.
22168
22169 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22170
22171 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22172 disconnections.
22173
22174 2007-05-01 Romain Francoise <romain@orebokech.com>
22175
22176 * dired-x.el: Revert 2007-04-06 change.
22177
22178 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22179
22180 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22181
22182 2007-04-29 Richard Stallman <rms@gnu.org>
22183
22184 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22185
22186 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22187
22188 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22189 than 1.
22190
22191 2007-04-28 Richard Stallman <rms@gnu.org>
22192
22193 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22194
22195 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22196
22197 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22198 don't put stop on toolbar.
22199
22200 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22201
22202 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22203
22204 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22205
22206 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22207 instead of $(lisp)/mh-e.
22208
22209 2007-04-28 Glenn Morris <rgm@gnu.org>
22210
22211 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22212 (image-dired-cmd-create-temp-image-options): Replace option
22213 +profile "*" with -strip.
22214
22215 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22216
22217 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22218 Use window-start and window-end.
22219
22220 2007-04-27 Andreas Schwab <schwab@suse.de>
22221
22222 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22223
22224 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22225
22226 * textmodes/fill.el (fill-paragraph): Doc fix.
22227
22228 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22229
22230 * locate.el (locate-in-alternate-database): Doc fix.
22231
22232 2007-04-26 Glenn Morris <rgm@gnu.org>
22233
22234 * button.el (button): Use underline if supported, else fall back
22235 to color.
22236
22237 * version.el (emacs-version): Increase to 22.1.50.
22238
22239 2007-04-25 Richard Stallman <rms@gnu.org>
22240
22241 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22242
22243 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22244
22245 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22246 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22247 pushing mark.
22248 (idlwave-current-routine): Don't push mark.
22249
22250 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22251
22252 * image-dired.el (image-dired-display-image): Derive image-type from
22253 filename rather than assuming jpeg, in case no resizing was needed.
22254
22255 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22256
22257 * custom.el (defface): Doc fix.
22258
22259 See ChangeLog.12 for earlier changes.
22260
22261 ;; Local Variables:
22262 ;; coding: utf-8
22263 ;; add-log-time-zone-rule: t
22264 ;; End:
22265
22266 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22267
22268 This file is part of GNU Emacs.
22269
22270 GNU Emacs is free software; you can redistribute it and/or modify
22271 it under the terms of the GNU General Public License as published by
22272 the Free Software Foundation; either version 3, or (at your option)
22273 any later version.
22274
22275 GNU Emacs is distributed in the hope that it will be useful,
22276 but WITHOUT ANY WARRANTY; without even the implied warranty of
22277 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22278 GNU General Public License for more details.
22279
22280 You should have received a copy of the GNU General Public License
22281 along with GNU Emacs; see the file COPYING. If not, write to the
22282 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22283 Boston, MA 02110-1301, USA.
22284
22285 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af