]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix up comment convention on the arch-tag lines.
[gnu-emacs] / lisp / ChangeLog
1 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * subr.el (assoc-ignore-case, assoc-ignore-representation):
4 Add WHEN to obsolescence declaration.
5
6 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
7
8 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
9
10 * vc-hooks.el (vc-state): Add new state `conflict'.
11 (vc-after-save): Use when not if.
12 (vc-default-mode-line-string): Deal with the conflict state.
13 (vc-prefix-map):
14 (vc-menu-map): Bind vc-status instead of vc-directory.
15
16 * vc.el (vc-editable-p):
17 (vc-default-status-printer):
18 (vc-next-action): Deal with the conflict state.
19 (vc-mark-resolved): New function.
20 (vc-status-mode): Fix mode name.
21 (vc-default-comment-history): Use when not if.
22 (Todo): Add new entries, remove old ones.
23
24 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
25 (vc-cvs-parse-status):
26 (vc-cvs-after-dir-status):
27 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
28 Detect the conflict state.
29
30 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
31
32 2008-04-10 Glenn Morris <rgm@gnu.org>
33
34 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
35 Respect truncate-partial-width-windows in non-full windows,
36 with regards to :toggle and :enable state.
37
38 * simple.el (toggle-truncate-lines): Doc fix.
39
40 * Makefile.in (MH_E_DIR): New variable.
41 (MH_E_SRC): Restore variable removed 2008-03-13.
42 (mh-loaddefs.el): Depend on $MH_E_SRC.
43 (CAL_DIR, CAL_SRC): New variables.
44 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
45 Depend on CAL_SRC.
46
47 * calendar/calendar.el (calendar, diary): Add :prefix.
48 (holidays): Change :prefix.
49 (calendar-today, holiday, calendar-holiday-marker)
50 (european-calendar-style): Change custom groups.
51
52 * calendar/calendar.el (diary-hook, diary-display-hook):
53 Move to diary-lib.el.
54 * calendar/diary-lib.el (diary-hook, diary-display-hook):
55 Move here from calendar.el.
56 * calendar/appt.el: Require diary-lib rather than calendar.
57 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
58
59 * calendar/appt.el (appt): Add :prefix.
60
61 * calendar/diary-lib.el (diary-hook): Doc fix.
62 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
63
64 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
67 New functions.
68
69 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
70 the arg to recursive calls.
71
72 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
73
74 * minibuffer.el (completion-auto-help): Fix typo.
75
76 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
79
80 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
83 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
84
85 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
88
89 * minibuffer.el (minibuffer): Move group from cus-edit.el.
90 (completion-auto-help): Move from C code.
91 (minibuffer--maybe-completion-help): Remove.
92 (minibuffer--bitset): New function.
93 (minibuffer--do-completion): Rename from minibuffer-do-completion.
94 Renumber a bit. Really complete on string *before* point.
95 Add argument used for word-completion.
96 Join trailing / in completion with following text, as done in
97 minibuffer-complete-word.
98 Handle new value `lazy' for completion-auto-help.
99 (minibuffer-try-word-completion): New function extracted from
100 minibuffer-complete-word.
101 (minibuffer-complete-word): Use minibuffer--do-completion.
102 (minibuffer--insert-strings): Rename from
103 minibuffer-complete-insert-strings.
104 (exit-minibuffer): Fix typo.
105 * cus-edit.el (minibuffer): Move group to minibuffer.el.
106 * cus-start.el: Remove completion-auto-help.
107
108 2008-04-09 Alexandre Julliard <julliard@winehq.org>
109
110 * vc.el (vc-status-add-entries): New function.
111 (vc-status-add-entry): Remove.
112 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
113 Use vc-status-add-entries.
114
115 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
116 order.
117
118 2008-04-09 Jason Rumney <jasonr@gnu.org>
119
120 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
121 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
122 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
123 (AUTOGENEL): New variable.
124 (distclean, maintainer-clean): New targets.
125
126 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
127
128 * emacs-lisp/regexp-opt.el (regexp-opt):
129 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
130
131 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
132
133 * nxml/nxml-mode.el (nxml-cleanup): New function.
134 (nxml-mode): Add it to change-major-mode-hook.
135
136 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
137
138 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
139
140 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
141
142 * calc/.cvsignore: New file.
143
144 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
145
146 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
147
148 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
149 show-help-function when turning tooltip off.
150 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
151 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
152
153 2008-04-09 Alan Mackenzie <acm@muc.de>
154
155 * font-lock.el (font-lock-extend-after-change-region-function):
156 Make it buffer local.
157
158 2008-04-09 Glenn Morris <rgm@gnu.org>
159
160 * calendar/calendar.el (diary-file, european-calendar-style):
161 Remove autoload cookies.
162
163 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
164
165 * outline.el (outline-mode-menu-bar-map):
166 * log-view.el (log-view-mode-menu):
167 * log-edit.el (log-edit-menu): Add :help.
168
169 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
170
171 * emacs-lisp/regexp-opt.el (regexp-opt-group):
172 Use substring-no-properties for correct handling of unibyte strings.
173
174 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * add-log.el (change-log-next-buffer): Handle the case where version<
177 signals an error.
178
179 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
180 mouse-major-mode-menu.
181 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
182 (mouse-major-mode-menu, mouse-popup-menubar)
183 (mouse-popup-menubar-stuff): Use them.
184 (C-down-mouse-3): Bind to a dynamic map rather than to
185 mouse-popup-menubar-stuff.
186
187 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
188 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
189
190 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
191
192 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
193 file:// access method.
194
195 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * minibuffer.el: New file.
198 * loadup.el: Load it.
199
200 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
203 rather than subdirs.el. It introduces an ugly circular dependency, tho.
204
205 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
206 (calc-mode-map, calc-digit-map, calc-dispatch-map):
207 Move initialization into declaration.
208 * calc/calc-yank.el:
209 * calc/calc-misc.el:
210 * calc/calc-embed.el:
211 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
212
213 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
214
215 * ps-samp.el (ps-add-printer, ps-remove-printer)
216 (ps-make-dynamic-printer-menu): New functions.
217
218 * net/zeroconf.el: New file.
219
220 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
223
224 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
225
226 * vc-rcs.el (vc-rcs-modify-change-comment):
227 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
228
229 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
230
231 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
232
233 * international/mule-cmds.el (set-locale-environment): Don't warn if
234 coding system doesn't agree with system locale (this reverts changes
235 by Dave Love, dated 2002-10-27 and 2002-10-09).
236
237 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
238 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
239
240 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
241
242 2008-04-08 Glenn Morris <rgm@gnu.org>
243
244 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
245 * textmodes/remember.el (remember-diary-convert-entry):
246 Require calendar.
247
248 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
249 diary-file, since it is the default for make-diary-entry anyway.
250
251 * calendar/cal-menu.el (cal-menu-event-to-date):
252 Rename calendar-event-to-date. Update callers.
253 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
254 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
255 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
256 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
257 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
258 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
259 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
260 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
261 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
262 (calendar-mouse-tex-month-landscape):
263 Rename cal-tex-mouse-month-landscape.
264 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
265 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
266 (calendar-mouse-tex-year-landscape):
267 Rename cal-tex-mouse-year-landscape.
268 (cal-menu-context-mouse-menu): Update for above name changes.
269
270 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
271 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
272 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
273 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
274 * calendar/holidays.el: Replace int-to-string with number-to-string.
275
276 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
277
278 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
279 region if point moves.
280
281 2008-04-08 Kenichi Handa <handa@m17n.org>
282
283 * faces.el (font-slant-table): Change numeric values for `r',
284 `roman', and `normal'.
285
286 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
287
288 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
289
290 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
291
292 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
293 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
294
295 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
296
297 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
298 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
299
300 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
303
304 2008-04-07 Sam Steingold <sds@gnu.org>
305
306 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
307 Add helper functions.
308 (lisp-do-defun): Extract the common part of lisp-eval-defun and
309 lisp-compile-defun; DEFVAR forms reset the variables to the init
310 values, just like in emacs-lisp mode eval-defun.
311 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
312 (lisp-compile-region): Use lisp-compile-string.
313
314 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * subr.el (combine-and-quote-strings): Also quote strings that contain
317 the separator.
318
319 * pcvs-util.el (cvs-map): Avoid recursion :-(
320
321 2008-04-07 Glenn Morris <rgm@gnu.org>
322
323 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
324
325 * calendar.el (diary-view-entries-initially-flag): Rename
326 view-diary-entries-initially. Keep old name as alias, update users.
327 (calendar-mark-diary-entries-flag): Rename
328 mark-diary-entries-in-calendar. Keep old name as alias, update users.
329 (calendar-view-holidays-initially-flag): Rename
330 view-calendar-holidays-initially. Keep old name as alias, update users.
331 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
332 Keep old name as alias, update users.
333 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
334 Keep old name as alias, update users.
335 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
336 Keep old name as alias, update users.
337 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
338 Keep old name as alias, update users.
339 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
340 (diary-american-date-forms): Rename american-date-diary-pattern.
341 Keep old name as alias, update users.
342 (diary-european-date-forms): Rename european-date-diary-pattern.
343 Keep old name as alias, update users.
344 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
345 Keep old name as alias, update users.
346 (calendar-european-date-display-form): Rename
347 european-calendar-display-form. Keep old name as alias, update users.
348 (calendar-american-date-display-form): Rename
349 european-calendar-display-form. Keep old name as alias, update users.
350 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
351 Keep old name as alias, update users.
352 (holiday-general-holidays): Rename general-holidays.
353 Keep old name as alias, update users.
354 (holiday-oriental-holidays): Rename oriental-holidays.
355 Keep old name as alias, update users.
356 (holiday-local-holidays): Rename local-holidays.
357 Keep old name as alias, update users.
358 (holiday-other-holidays): Rename other-holidays.
359 Keep old name as alias, update users.
360 (holiday-hebrew-holidays): Rename hebrew-holidays.
361 Keep old name as alias, update users.
362 (holiday-christian-holidays): Rename christian-holidays.
363 Keep old name as alias, update users.
364 (holiday-islamic-holidays): Rename islamic-holidays.
365 Keep old name as alias, update users.
366 (holiday-bahai-holidays): Rename bahai-holidays.
367 Keep old name as alias, update users.
368 (holiday-solar-holidays): Rename solar-holidays.
369 Keep old name as alias, update users.
370 (diary-fancy-buffer): Rename fancy-diary-buffer.
371 Keep old name as alias, update users.
372 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
373 Update users.
374 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
375 Update users.
376 (calendar-increment-month): Rename increment-calendar-month.
377 Keep old name as alias, update callers.
378 (calendar-increment-month-cons): Rename old calendar-increment-month.
379 Update callers.
380 (calendar-extract-month): Rename extract-calendar-month.
381 Keep old name as alias, update callers
382 (calendar-extract-day): Rename extract-calendar-day.
383 Keep old name as alias, update callers.
384 (calendar-extract-year): Rename extract-calendar-year.
385 Keep old name as alias, update callers.
386 (calendar-generate-window): Rename generate-calendar-window.
387 Update callers.
388 (calendar-generate): Rename generate-calendar. Update callers.
389 (calendar-generate-month): Rename generate-calendar-month.
390 Update callers.
391 (calendar-redraw): Rename redraw-calendar. Update callers.
392 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
393 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
394 Update callers.
395 (calendar-update-mode-line): Rename update-calendar-mode-line.
396 Update callers.
397 (calendar-exit): Rename exit-calendar. Keep old name as alias,
398 update callers.
399 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
400 Keep old name as alias, update callers.
401 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
402 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
403 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
404 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
405 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
406 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
407 * calendar/solar.el: Update for calendar.el name changes.
408 * org/org.el (org-agenda-format-date-aligned)
409 (org-agenda-execute-calendar-command): Access date elements directly
410 rather than using calendar functions.
411 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
412 Also set calendar-view-diary-initially-flag,
413 calendar-view-holidays-initially-flag
414 (org-get-entries-from-diary): Also set diary-fancy-buffer.
415 (org-agenda-execute-calendar-command): No need to set displayed-day.
416
417 2008-04-06 Alan Mackenzie <acm@muc.de>
418
419 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
420 typo in the doc string.
421
422 * progmodes/cc-mode.el (c-basic-common-init):
423 Set font-lock-extend-after-change-region-function.
424 (c-extend-after-change-region): New function, used in
425 font-lock-extend-after-change-region-function, thus superseding
426 advice on the Font Lock after change functions.
427 (c-advise-fl-for-region): Remove this macro.
428
429 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
430
431 * textmodes/flyspell.el (flyspell-duplicate-distance):
432 Improve custom type.
433
434 2008-04-06 Glenn Morris <rgm@gnu.org>
435
436 * calendar/diary-lib.el (diary-sexp-entry-symbol):
437 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
438 (diary-list-entries-hook): Rename list-diary-entries-hook.
439 Keep old name as alias, update users.
440 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
441 Keep old name as alias, update users.
442 (diary-nongregorian-listing-hook): Rename
443 nongregorian-diary-listing-hook. Keep old name as alias, update users.
444 (diary-nongregorian-marking-hook): Rename
445 nongregorian-diary-marking-hook. Keep old name as alias, update users.
446 (diary-print-entries-hook): Rename print-diary-entries-hook.
447 Keep old name as alias, update users.
448 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
449 Keep old name as alias, update users.
450 (diary-number-of-entries): Rename number-of-diary-entries.
451 Keep old name as alias, update users.
452 (view-diary-entries, list-diary-entries, show-all-diary-entries):
453 Give version of obsolescence.
454 (diary-view-other-diary-entries): Rename view-other-diary-entries.
455 Keep old name as alias, update callers.
456 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
457 update callers.
458 (diary-include-other-diary-files): Rename include-other-diary-files.
459 Keep old name as alias, update callers.
460 (diary-simple-display): Rename simple-diary-display.
461 Keep old name as alias, update callers.
462 (diary-fancy-display): Rename fancy-diary-display.
463 Keep old name as alias, update callers.
464 (diary-print-entries): Rename print-diary-entries.
465 Keep old name as alias, update callers.
466 (diary-marking-entries-flag): Rename marking-diary-entries.
467 Update users.
468 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
469 (diary-mark-entries): Rename mark-diary-entries.
470 Keep old name as alias, update callers.
471 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
472 Keep old name as alias, update callers.
473 (diary-mark-included-diary-files): Rename mark-included-diary-files.
474 Keep old name as alias, update callers.
475 (calendar-mark-days-named): Rename mark-calendar-days-named.
476 Keep old name as alias, update callers.
477 (calendar-mark-month): Rename mark-calendar-month.
478 Keep old name as alias, update callers.
479 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
480 Keep old name as alias, update callers.
481 (diary-sort-entries): Rename sort-diary-entries.
482 Keep old name as alias, update callers.
483 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
484 Keep old name as alias, update callers.
485 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
486 update callers.
487 (diary-insert-entry): Rename insert-diary-entry.
488 Keep old name as alias.
489 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
490 Keep old name as alias.
491 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
492 Keep old name as alias.
493 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
494 Keep old name as alias.
495 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
496 Keep old name as alias.
497 (diary-insert-block-entry): Rename insert-block-diary-entry.
498 Keep old name as alias.
499 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
500 Keep old name as alias.
501 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
502 Keep old name as alias, update users.
503 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
504 Keep old name as alias, update callers.
505 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
506 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
507 * calendar/icalendar.el: Update for diary-lib name changes.
508
509 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
510
511 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
512
513 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
514 for copy, move, and link operations.
515
516 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
517
518 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
519 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
520
521 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
522 'require' statements with 1-argument ones (wrapped in if's).
523 For compatibility with the current stable version of XEmacs.
524
525 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
526
527 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
528
529 2008-04-06 Jason Rumney <jasonr@gnu.org>
530
531 * language/burmese.el ("Burmese"): Make sample text consistent with
532 language name.
533
534 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
535
536 * progmodes/gdb-ui.el (gdb): New group.
537 (gdb-debug-log-max, gdb-enable-debug)
538 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
539 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
540 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
541 (gdb-show-changed-values, gdb-max-children)
542 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
543 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
544 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
545 (gdb-memory-unit): Move to new group from GUD group.
546 (menu): Allow customization from GDB-UI menu-item.
547
548 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
549
550 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
551
552 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
555 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
556 Revision numbers can include ".".
557
558 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
559 "+" lines not accounted for by counting "-" and context lines.
560
561 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
562
563 * term/mac-win.el (mac-service-open-file): Use file URL instead of
564 file name string.
565
566 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
569 (vc-bzr-annotate-time): Accept space used to preserve alignment.
570
571 2008-04-05 Richard Stallman <rms@gnu.org>
572
573 * emacs-lisp/advice.el (defadvice): Add usage pattern.
574
575 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
578 thread in [h-e-w]).
579
580 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
581
582 * files.el (abort-if-file-too-large): Fix typo in docstring.
583
584 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * subr.el (functionp): Return nil for special forms.
587
588 2008-04-05 Glenn Morris <rgm@gnu.org>
589
590 * emacs-lisp/autoload.el (autoload-ensure-default-file):
591 Provide a feature.
592 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
593 Require loaddef file rather than loading it.
594 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
595 autoload-ensure-default-file provides a feature.
596
597 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
598 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
599 (compile, compile-always, recompile): Use $LOADDEFS.
600 (cal-autoloads): Remove.
601
602 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
603 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
604
605 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
606 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
607
608 * calendar/calendar.el (diary-hebrew-entry-symbol):
609 Rename hebrew-diary-entry-symbol. Keep old name as alias.
610 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
611 Keep old name as alias.
612 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
613 Keep old name as alias.
614 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
615 to diary-bahai-entry-symbol.
616 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
617 to diary-hebrew-entry-symbol.
618 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
619 to diary-islamic-entry-symbol.
620 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
621
622 * calendar/solar.el (diary-sabbath-candles-minutes)
623 (diary-sabbath-candles): Move to cal-hebrew.
624 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
625 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
626 Doc fix. Keep old name as alias.
627 (diary-hebrew-sabbath-candles): Simplify.
628 (solar-setup, solar-sunrise-sunset, calendar-latitude)
629 (calendar-longitude, calendar-time-zone): Declare for compiler.
630 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
631 rename.
632
633 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
634 Rename coptic-calendar-month-name-array. Update callers.
635 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
636 (calendar-coptic-name): Rename coptic-name. Update callers.
637 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
638 Update callers.
639 (calendar-coptic-last-day-of-month):
640 Rename coptic-calendar-last-day-of-month. Update callers.
641 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
642 Keep old name as alias, update callers.
643 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
644 Keep old name as alias, update callers.
645 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
646 Keep old name as alias.
647 (calendar-ethiopic-month-name-array):
648 Rename ethiopic-calendar-month-name-array. Update callers.
649 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
650 Update callers.
651 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
652 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
653 Keep old name as alias, update callers.
654 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
655 Keep old name as alias, update callers.
656 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
657 Keep old name as alias.
658
659 * calendar/cal-french.el (calendar-french-epoch):
660 Rename french-calendar-epoch. Update callers.
661 (calendar-french-month-name-array): Rename variable and function
662 french-calendar-month-name-array. Update callers.
663 (calendar-french-multibyte-month-name-array):
664 Rename french-calendar-multibyte-month-name-array. Update callers.
665 (calendar-french-day-name-array): Rename variable and function
666 french-calendar-day-name-array. Update callers.
667 (calendar-french-special-days-array): Rename variable and function
668 french-calendar-special-days-array. Update callers.
669 (calendar-french-multibyte-special-days-array):
670 Rename french-calendar-multibyte-special-days-array. Update callers.
671 (calendar-french-accents-p): Rename french-calendar-accents.
672 Update callers.
673 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
674 Update callers.
675 (calendar-french-last-day-of-month):
676 Rename french-calendar-last-day-of-month. Update callers.
677 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
678 Keep old name as alias, update callers.
679 (calendar-french-print-date): Rename calendar-print-french-date.
680 Keep old name as alias, update callers.
681 (calendar-french-goto-date): Rename calendar-goto-french-date.
682 Keep old name as alias.
683
684 * calendar/cal-menu.el, calendar/calendar.el:
685 Update for Coptic and French name changes.
686
687 * calendar/cal-china.el (calendar-chinese): Rename custom group
688 from chinese-calendar. Update users.
689 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
690 Keep old name as alias, update users.
691 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
692 Keep old name as alias.
693 (calendar-chinese-daylight-time-offset):
694 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
695 update users.
696 (calendar-chinese-standard-time-zone-name):
697 Rename chinese-calendar-standard-time-zone-name.
698 Keep old name as alias, update users.
699 (calendar-chinese-daylight-saving-start):
700 Rename chinese-calendar-daylight-savings-starts.
701 Keep old name as alias, update users.
702 (calendar-chinese-daylight-saving-end):
703 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
704 update users.
705 (calendar-chinese-daylight-saving-start-time):
706 Rename chinese-calendar-daylight-savings-starts-time.
707 Keep old name as alias, update users.
708 (calendar-chinese-daylight-saving-end-time):
709 Rename chinese-calendar-daylight-savings-ends-time.
710 Keep old name as alias, update users.
711 (calendar-chinese-celestial-stem): Rename
712 calendar-chinese-celestial-stem. Keep old name as alias, update users.
713 (calendar-chinese-terrestrial-branch):
714 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
715 update users.
716 (calendar-chinese-zodiac-sign-on-or-after):
717 Rename chinese-zodiac-sign-on-or-after. Update callers.
718 (calendar-chinese-new-moon-on-or-after):
719 Rename chinese-new-moon-on-or-after. Update callers.
720 (calendar-chinese-month-list): Rename chinese-month-list.
721 Update callers.
722 (calendar-chinese-number-months): Rename number-chinese-months.
723 Update callers.
724 (calendar-chinese-compute-year): Rename compute-chinese-year.
725 Update callers.
726 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
727 (calendar-chinese-year): Rename chinese-year. Update callers.
728 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
729 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
730 Keep old name as alias, update callers.
731 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
732 Keep old name as alias, update callers.
733 (calendar-chinese-months-to-alist):
734 Rename make-chinese-month-assoc-list. Update callers.
735 (calendar-chinese-months): Rename chinese-months. Update callers.
736 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
737 Keep old name as alias, update callers.
738
739 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
740 Rename hebrew-calendar-leap-year-p. Update callers.
741 (calendar-hebrew-last-month-of-year):
742 Rename hebrew-calendar-last-month-of-year. Update callers.
743 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
744 Update callers.
745 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
746 Update callers.
747 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
748 Update callers.
749 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
750 Update callers.
751 (calendar-hebrew-last-day-of-month):
752 Rename hebrew-calendar-last-day-of-month. Update callers.
753 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
754 Keep old name as alias, update callers.
755 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
756 Keep old name as alias, update callers.
757 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
758 Keep old name as alias, update callers.
759 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
760 Keep old name as alias.
761 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
762 Keep old name as alias.
763 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
764 Keep old name as alias.
765 (holiday-hebrew-passover): Rename holiday-passover-etc.
766 Keep old name as alias.
767 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
768 Keep old name as alias, update callers.
769 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
770 Keep old name as alias.
771 (calendar-hebrew-mark-date-pattern):
772 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
773 update callers.
774 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
775 Keep old name as alias.
776 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
777 Keep old name as alias.
778 (diary-hebrew-insert-monthly-entry):
779 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
780 (diary-hebrew-insert-yearly-entry):
781 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
782 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
783 Keep old name as alias.
784 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
785 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
786 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
787 Keep old name as alias.
788 (calendar-hebrew-parashiot-names):
789 Rename hebrew-calendar-parashiot-names. Update callers.
790 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
791 (calendar-hebrew-year-Saturday-incomplete-Sunday):
792 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
793 (calendar-hebrew-year-Saturday-complete-Tuesday):
794 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
795 (calendar-hebrew-year-Monday-incomplete-Tuesday):
796 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
797 (calendar-hebrew-year-Monday-complete-Thursday):
798 Rename hebrew-calendar-year-Monday-complete-Thursday.
799 (calendar-hebrew-year-Tuesday-regular-Thursday):
800 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
801 (calendar-hebrew-year-Thursday-regular-Saturday):
802 Rename hebrew-calendar-year-Thursday-regular-Saturday.
803 (calendar-hebrew-year-Thursday-complete-Sunday):
804 Rename hebrew-calendar-year-Thursday-complete-Sunday.
805 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
806 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
807 (calendar-hebrew-year-Saturday-complete-Thursday):
808 Rename hebrew-calendar-year-Saturday-complete-Thursday.
809 (calendar-hebrew-year-Monday-incomplete-Thursday):
810 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
811 (calendar-hebrew-year-Monday-complete-Saturday):
812 Rename hebrew-calendar-year-Monday-complete-Saturday.
813 (calendar-hebrew-year-Tuesday-regular-Saturday):
814 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
815 (calendar-hebrew-year-Thursday-incomplete-Sunday):
816 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
817 (calendar-hebrew-year-Thursday-complete-Tuesday):
818 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
819 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
820 Update for above name changes of constants.
821
822 * calendar/cal-menu.el, calendar/calendar.el:
823 Update for chinese and hebrew name changes.
824 * calendar/diary-lib.el: Update for hebrew name changes.
825
826 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * subr.el (keymap-canonicalize): Correct thinko.
829
830 * server.el: Undo part of the multi-tty change, which is only
831 needed if server.el is preloaded, and broke server-running-p.
832 (server-socket-dir): Initialize in the defvar, as before.
833 (server-start): Remove initialization of server-socket-dir.
834
835 2008-04-05 Eli Zaretskii <eliz@gnu.org>
836
837 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
838 3-member cons cells.
839
840 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
841
842 * cus-face.el (custom-face-attributes): Handle roman slant.
843
844 * faces.el (default): Ensure the face-defface-spec property is set.
845
846 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
847
848 * files.el (abort-if-file-too-large): New function.
849 (find-file-noselect, insert-file-1): Use it.
850
851 2008-04-05 Reto Zimmermann <reto@gnu.org>
852
853 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
854 Replace C-c[a-zA-Z] key bindings.
855
856 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * progmodes/hideif.el (hif-token-alist): New var.
859 (hif-token-regexp, hif-tokenize): Use it.
860 (hif-mathify-binop): New macro.
861 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
862 (hif-greater-equal, hif-less-equal): Use it.
863 (hif-logior, hif-logand): New functions.
864 (hif-math): Accept | and & as well.
865
866 * progmodes/etags.el: Fix problem with completion for buffer-local
867 tables. Reported by Radey Shouman <shouman@comcast.net>.
868 (tags-complete-tag): Remove.
869 (tags-lazy-completion-table): New function to replace it.
870 (find-tag-tag, complete-tag): Update users.
871
872 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
873
874 * vc-rcs.el (vc-rcs-dir-status):
875 * vc-sccs.el (vc-sccs-dir-status): New function.
876
877 * outline.el (outline-mode-menu-bar-map):
878 * term.el (terminal-signal-menu): Add :help.
879
880 * net/eudc.el (eudc-mode-map): Declare and define in one step.
881 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
882
883 * emacs-lisp/re-builder.el (reb-mode-map):
884 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
885
886 * diff-mode.el (diff-file-junk-re): Recognize the git format for
887 new files, deleted files and for changing permissions.
888 (diff-mode): Set beginning-of-defun-function and
889 end-of-defun-function.
890
891 * vc-bzr.el (vc-bzr-state): Use when instead of if.
892
893 * vc.el (vc-default-status-fileinfo-extra): New function.
894 (vc-status-mark-buffer-changed): Use it.
895 (vc-update-vc-status-buffer): Allow for partial updates.
896
897 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * net/tramp.el (after-init-hook): Don't wrap a lambda around
900 tramp-register-completion-file-name-handler.
901
902 * subr.el (keymap-canonicalize): New function.
903 * mouse.el (mouse-menu-non-singleton): Use it.
904 (mouse-major-mode-menu): Remove hack made unnecessary.
905
906 * simple.el (set-fill-column): Prompt rather than error by default.
907
908 2008-04-04 Andreas Schwab <schwab@suse.de>
909
910 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
911 Reset new-rules after each round.
912
913 * Makefile.in (cal-autoloads): New target.
914 (compile, compile-always, recompile): Depend on it.
915 ($(lisp)/calendar/cal-loaddefs.el)
916 ($(lisp)/calendar/diary-loaddefs.el)
917 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
918
919 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
920
921 * ediff*.el: Replace load with require in eval-when-compile.
922
923 * ediff-hook: Delete all invocations of (autoload ...).
924
925 * ediff-util.el (ediff-setup): Make window-min-height a local variable
926 in ediff control window, and set its min height to 2.
927 (ediff-setup-control-buffer): Dedicate the control window.
928 (ediff-toggle-multiframe): Undedicate control window.
929 Work directly with ediff-setup-windows-multiframe and
930 ediff-setup-windows-plain.
931
932 * ediff-wind (ediff-choose-window-setup-function-automatically):
933 New function.
934 (ediff-window-setup-function): Change initialization.
935 (ediff-setup-windows-automatic): Delete.
936 (ediff-setup-windows-plain-merge): Make control window dedicated.
937 (ediff-destroy-control-frame): Do not skip frames if working in a
938 single frame.
939
940 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
941 eval-when-compile.
942
943 * emulation/viper-util.el: Move provide's forward, prevent recursion in
944 eval-when-compile.
945
946 2008-04-04 Glenn Morris <rgm@gnu.org>
947
948 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
949 calendar-absolute-from-bahai. Update callers, keep old name as alias.
950
951 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
952 Rename islamic-calendar-leap-year-p. Update callers.
953 (calendar-islamic-last-day-of-month):
954 Rename islamic-calendar-last-day-of-month. Update callers.
955 (calendar-islamic-day-number):
956 Rename islamic-calendar-day-number. Update callers.
957 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
958 Update callers, keep old name as alias.
959 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
960 Update callers, keep old name as alias.
961 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
962 Keep old name as alias.
963 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
964 Update callers, keep old name as alias.
965 (calendar-islamic-mark-date-pattern):
966 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
967 name as alias.
968 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
969 Keep old name as alias.
970 (diary-islamic-insert-monthly-entry):
971 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
972 (diary-islamic-insert-yearly-entry):
973 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
974
975 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
976 calendar-absolute-from-iso. Update callers, keep old name as alias.
977 (calendar-iso-print-date): Rename calendar-print-iso-date.
978 Update callers, keep old name as alias.
979 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
980 Keep old name as alias.
981 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
982 Keep old name as alias.
983
984 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
985 calendar-absolute-from-julian. Update callers, keep old name as alias.
986 (calendar-julian-print-date): Rename calendar-print-julian-date.
987 Update callers, keep old name as alias.
988 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
989 Update callers, keep old name as alias.
990 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
991 Update callers, keep old name as alias.
992 (calendar-astro-print-day-number):
993 Rename calendar-print-astro-day-number. Update callers, keep old
994 name as alias.
995 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
996 Update callers, keep old name as alias.
997
998 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
999 Rename calendar-string-to-mayan-long-count. Update callers.
1000 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1001 Update callers, keep old name as alias.
1002 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1003 Update callers.
1004 (calendar-mayan-read-tzolkin-date):
1005 Rename calendar-read-mayan-tzolkin-date. Update callers.
1006 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1007 Keep old name as alias.
1008 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1009 Keep old name as alias.
1010 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1011 Keep old name as alias.
1012 (calendar-mayan-previous-tzolkin-date):
1013 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1014 (calendar-mayan-next-round-date):
1015 Rename calendar-next-calendar-round-date. Keep old name as alias.
1016 (calendar-mayan-previous-round-date):
1017 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1018 (calendar-mayan-long-count-to-absolute): Rename
1019 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1020 (calendar-mayan-goto-long-count-date):
1021 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1022
1023 * calendar/cal-persia.el (calendar-persian-month-name-array):
1024 Rename persian-calendar-month-name-array. Update callers.
1025 (calendar-persian-epoch): Rename persian-calendar-epoch.
1026 Update callers.
1027 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1028 Update callers.
1029 (calendar-persian-last-day-of-month):
1030 Rename persian-calendar-last-day-of-month. Update callers.
1031 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1032 Update callers, keep old name as alias.
1033 (calendar-persian-print-date): Rename calendar-print-persian-date.
1034 Update callers, keep old name as alias.
1035 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1036 Keep old name as alias.
1037
1038 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1039 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1040 * calendar/solar.el: Update for cal-julian name changes.
1041
1042 * calendar/cal-dst.el: Update for persian name changes.
1043
1044 * calendar/cal-menu.el, calendar/calendar.el:
1045 Update for islamic, iso, julian, mayan, persian name changes.
1046
1047 * calendar/diary-lib.el: Update for islamic name changes.
1048
1049 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1050 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1051 as alias.
1052 (calendar-christian-all-holidays-flag):
1053 Rename all-christian-calendar-holidays. Update callers, keep old
1054 name as alias.
1055 (calendar-islamic-all-holidays-flag):
1056 Rename all-islamic-calendar-holidays. Update callers, keep old
1057 name as alias.
1058 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1059 Update callers, keep old name as alias.
1060 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1061 Update for the above name changes.
1062
1063 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * hilit-chg.el (global-highlight-changes-mode)
1066 (highlight-changes-passive-string, highlight-changes-active-string):
1067 Mark as obsolete since 23.1, not 22.1.
1068
1069 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1070
1071 * hilit-chg.el (highlight-changes-visibility-initial-state)
1072 (hilit-chg-update, highlight-changes-mode-turn-on):
1073 Fix typos in docstrings.
1074
1075 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1076
1077 * newcomment.el (comment-enter-backward): Be careful to restore
1078 position changed during narrowing.
1079
1080 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1081
1082 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1083 Recognize `sub ($$)'.
1084
1085 2008-04-03 Richard Sharman <rsharman@pobox.com>
1086
1087 * hilit-chg.el (highlight-changes-mode): Rename from
1088 highlight-changes; no longer uses sub-modes active and passive;
1089 implemented by define-minor-mode.
1090 (highlight-changes-toggle-visibility): New function, to replace
1091 the old passive/active submodes of global-highlight-changes-mode;
1092 implemented by define-minor-mode.
1093 (global-highlight-changes-mode): Rename from global-highlight-changes;
1094 rewrite using define-globalized-minor-mode.
1095 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1096 (hilit-chg-post-command-hook, hilit-chg-check-global)
1097 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1098 to use of define-globalized-minor-mode.
1099 (highlight-changes-global-initial-state): Change to be boolean.
1100 (highlight-changes-visible-string, highlight-changes-invisible-string):
1101 Rename from highlight-changes-active-string and
1102 highlight-changes-passive-string.
1103 (hilit-chg-update, hilit-chg-set): Use them.
1104 (global-highlight-changes-mode): Rename from global-highlight-changes.
1105 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1106 docstring.
1107 (hilit-chg-hide-changes): Rewrite to use dolist.
1108 (hilit-chg-set-face-on-change, hilit-chg-update)
1109 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1110 variable instead of testing highlight-changes-mode.
1111 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1112 to highlight-changes-mode changed.
1113 (highlight-compare-with-file): Fix problems with interactive
1114 call giving invalid default file.
1115
1116 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1117
1118 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1119 Fix in disassembly buffer (regression in 22.2).
1120
1121 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1122
1123 * emulation/viper-macs.el (viper-read-fast-keysequence):
1124 Use viper-read-event instead of viper-read-key.
1125
1126 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1127
1128 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1129 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1130 let-statements.
1131
1132 * emulation/viper-ex.el, emulation/viper-macs.el:
1133 * emulation/viper-mous.el:
1134 Replace load with require in eval-when-compile.
1135
1136 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1139
1140 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1141 (archive-try-jka-compr): New function.
1142 (archive-set-buffer-as-visiting-file): Use it.
1143
1144 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1145
1146 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * simple.el (handle-shift-selection): New arg.
1149
1150 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1153
1154 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1155
1156 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * shell.el (shell-dynamic-complete-filename): New fun.
1159 (shell-dynamic-complete-functions): Use it.
1160
1161 * help-fns.el (describe-variable): Undo 2008-02-25 change.
1162
1163 2008-04-03 Kenichi Handa <handa@m17n.org>
1164
1165 * international/fontset.el (create-fontset-from-x-resource):
1166 Handle the error of X resource more gracefully.
1167
1168 * international/latin1-disp.el (latin1-display): Don't use make-char.
1169 Fix the argument to set-char-table-range.
1170 (latin1-display-identities): Don't use make-char.
1171 (latin1-display-reset): Use map-charset-chars instead of directly
1172 calling standard-display-default.
1173 (latin1-display-check-font): Don't use make-char.
1174 (latin1-display-setup): Likewise.
1175 (latin1-display-ucs-per-lynx): Likewise.
1176
1177 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1180 name the fields, to make the code clearer.
1181 Rewrite all `aset' and `aref' using the defined accessors.
1182 (timer--time): New pseudo-field.
1183 (timer-set-time, timer-set-idle-time, timer-inc-time)
1184 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1185 (timer--time-less-p): New function.
1186 (timer--activate): New function, extracted from timer-activate.
1187 (timer-activate-when-idle, timer-activate): Use it.
1188 (cancel-function-timers): Use dolist.
1189
1190 2008-04-03 Glenn Morris <rgm@gnu.org>
1191
1192 * add-log.el (c-beginning-of-defun, c-end-of-defun):
1193 Remove declarations; no longer used.
1194 (c-cpp-define-name, c-defun-name): Declare as functions.
1195
1196 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1197 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1198
1199 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1200 (holiday-passover-etc, holiday-hanukkah): Doc fix.
1201 Add optional argument. Simplify.
1202 (holiday-tisha-b-av-etc): Use memq rather than unless.
1203 (holiday-julian): Autoload it.
1204 (holiday-hebrew-misc): New function.
1205
1206 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1207
1208 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1209 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1210 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1211 all-hebrew-calendar-holidays.
1212 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1213 Simplify using new functions.
1214 (calendar-holidays): Doc fix.
1215 (generate-calendar-window): Use bound-and-true-p.
1216
1217 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1218
1219 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1220 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
1221 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
1222 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1223
1224 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1225
1226 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1229
1230 * vc-bzr.el (vc-bzr-checkout): Simplify.
1231
1232 * image-mode.el (image-mode-fit-frame): New command.
1233
1234 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1235 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1236 (keyboard-escape-quit): Check region-active-p i.s.o
1237 transient-mark-mode.
1238
1239 2008-04-02 Simon Josefsson <simon@josefsson.org>
1240
1241 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1242 (imap-message-copyuid-1): Use it.
1243 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1244 J. Williams in
1245 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1246
1247 2008-04-02 Alan Mackenzie <acm@muc.de>
1248
1249 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1250 New optimised functions to get the name of the current defun/macro.
1251
1252 * add-log.el (add-log-current-defun): Move the functionality which
1253 gets the current function name for C like modes to cc-cmds.el,
1254 thus optimising for speed.
1255
1256 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * simple.el (deactivate-mark): When the mark is temporarily
1259 active, restore the original value of transient-mark-mode.
1260 (set-mark-command): First deactivate the mark if was temporarily active.
1261 (exchange-point-and-mark): Reactivate the mark if it was
1262 temporarily active.
1263 (handle-shift-selection): New fun.
1264 (transient-mark-mode): Move var documentation here from buffer.c.
1265 (next-line, previous-line, backward-word, move-end-of-line)
1266 (move-beginning-of-line, forward-to-indentation)
1267 (backward-to-indentation, back-to-indentation)
1268 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1269
1270 * mouse.el (mouse-set-region-1): Save the old value of
1271 transient-mark-mode.
1272 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1273 transient-mark-mode.
1274
1275 * textmodes/paragraphs.el (forward-paragraph)
1276 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1277 interactive spec.
1278
1279 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1280
1281 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * net/tramp.el (tramp-make-tramp-temp-file):
1284 Use `tramp-drop-volume-letter' for the local file name part.
1285
1286 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1287
1288 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1289 Add menu entries corresponding to all the key bindings.
1290
1291 * emacs-lisp/debug.el (debugger-mode-map):
1292 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1293 (conf-align-assignments): Only work on the region if it is active.
1294 (conf-quote-normal): Use when instead of if. Remove redundant test.
1295
1296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1297 for tracing and re-builder.
1298
1299 2008-04-02 Glenn Morris <rgm@gnu.org>
1300
1301 * calendar/appt.el (appt-disp-window-function): Doc fix.
1302 (appt-display-message): Move beep before display.
1303 (appt-check): Make interactive. Reduce the number of lets.
1304 Use string-equal to compare mode-line strings.
1305 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1306 read-only.
1307 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1308 (appt-delete): Simplify.
1309
1310 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1311
1312 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1313
1314 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1315 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1316 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1317
1318 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1319 (calendar-holiday-marker, mark-visible-calendar-date):
1320 * calendar/diary-lib.el (fancy-diary-display):
1321 Check for font-lock-mode before using faces.
1322
1323 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1324 (calendar-gregorian-from-absolute): Reduce the number of lets.
1325 (hebrew-holidays-4, generate-calendar-window): Simplify.
1326 (calendar-for-loop): Make obsolete.
1327 (calendar-nth-named-day): Doc fix.
1328
1329 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1330 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1331 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1332 Reduce the number of lets.
1333 (mark-sexp-diary-entries, calendar-mark-complex):
1334 Expand calendar-for-loops.
1335
1336 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * find-dired.el (find-dired-filter): Fix last patch to handle
1339 multi-line process input. Pad link numbers too.
1340
1341 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1342
1343 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1344
1345 2008-04-01 Jason Rumney <jasonr@gnu.org>
1346
1347 * international/characters.el (script-list): Add phonetic script,
1348 covering IPA (previously Latin), Phonetic Extensions and
1349 Phonetic Extensions Supplement (both previously unassigned).
1350
1351 * international/fontset.el (setup-default-fontset): Use unicode fonts
1352 that cover bopomofo script for bopomofo.
1353 Likewise for braille and mathematical.
1354 Use unicode scripts that cover the phonetic script for IPA.
1355
1356 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1357
1358 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1359 return the assigned value.
1360
1361 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * abbrev.el (abbrev-mode): Use define-minor-mode.
1364
1365 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1366 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1367 Use map-keymap.
1368 (minor-mode-menu-from-indicator): Use it. Simplify.
1369
1370 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1371 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1372 Bind the key directly to the menu.
1373 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1374
1375 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1376
1377 * epa.el (epa-decrypt-region): Explain the reason why this
1378 function should not be used in Lisp programs.
1379 (epa-decrypt-armor-in-region): Ditto.
1380 (epa-verify-region): Ditto.
1381 (epa-verify-cleartext-in-region): Ditto.
1382 (epa-sign-region): Ditto.
1383 (epa-encrypt-region): Ditto.
1384
1385 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1386
1387 * epa.el (epa-select-keys): Show menu even if there is no key in
1388 GnuPG's keyring.
1389
1390 2008-04-01 Glenn Morris <rgm@gnu.org>
1391
1392 * calendar/calendar.el (calendar-make-temp-face): New function.
1393 (mark-visible-calendar-date):
1394 * calendar/diary-lib.el (fancy-diary-display): Use it.
1395
1396 * vc-hooks.el (vc-responsible-backend): Declare as function.
1397
1398 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1399 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1400 * calendar/cal-julian.el (holiday-julian): Use it.
1401
1402 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1403 (calendar-hebrew-date-is-visible-p): Extract some common code into
1404 separate function.
1405 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1406
1407 * calendar/cal-menu.el (cal-menu-holidays-menu):
1408 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1409 rather than obsolete alias.
1410
1411 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1412 for mark characters.
1413 (calendar-unmark): Unmark by removing all overlays, rather than
1414 redrawing.
1415 (calendar-starred-day): Remove.
1416 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1417 (calendar-cursor-to-date): No need for special star handling now
1418 using overlays.
1419 (calendar-star-date): Use overlays.
1420
1421 * calendar/cal-french.el (calendar-goto-french-date):
1422 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1423 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1424 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1425 * calendar/cal-persia.el (calendar-persian-date-string):
1426 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1427 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1428 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1429 * calendar/solar.el (solar-equinoxes-solstices):
1430 Reduce nesting of some lets.
1431
1432 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1433 (calendar-goto-mayan-long-count-date): Simplify.
1434
1435 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1436 Simplify by using mapcar.
1437 (calendar-list-holidays): Return holiday-list.
1438 (list-holidays): Use let rather than let*. Remove un-needed locals
1439 `d', `never'.
1440 (calendar-check-holidays): Return result from dolist.
1441 (holiday-float): Use a single let*. Simplify if-and to and.
1442 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1443 single let*.
1444
1445 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1446
1447 * calc/calc.el: Autoload `calc-yank'.
1448 (calc-mode-map): Add keybindings for `calc-yank'.
1449 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1450 assignments for `calc-yank'.
1451
1452 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1453
1454 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1455 (vc-status-mark-buffer-changed): Handle the extra field.
1456
1457 * vc-bzr.el (vc-bzr-after-dir-status):
1458 * vc-cvs.el (vc-cvs-after-dir-status):
1459 * vc-hg.el (vc-hg-after-dir-status):
1460 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1461
1462 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * doc-view.el: Compute displayed pages first (in PDF).
1465 (doc-view-current-converter-processes): Rename from
1466 doc-view-current-converter-process. Update users.
1467 (doc-view-sentinel): Test buffer's liveness.
1468 (doc-view-pdf/ps->png-sentinel): Remove.
1469 (doc-view-start-process): New function.
1470 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1471 (doc-view-ps->pdf): Use it.
1472 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1473 New functions.
1474 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1475 (doc-view-mode): Kill the processes when leaving the mode.
1476
1477 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1480 Use `byte-compile-warning-types'. Add docstring.
1481
1482 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1485 (smerge-resolve): Add various resolution heuristics.
1486
1487 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1488 in 3-way conflicts.
1489
1490 2008-03-31 Glenn Morris <rgm@gnu.org>
1491
1492 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1493 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1494 * calendar/cal-islam.el (mark-islamic-diary-entries):
1495 Fix argument order in call to diary-mark-entries-1.
1496
1497 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1498 pre-Bahai dates.
1499 (holiday-bahai): Use an algorithm actually relevant to this calendar
1500 system.
1501
1502 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1503
1504 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1505 Use and.
1506
1507 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1508 in the last fortnight in Julian October.
1509
1510 * calendar/calendar.el (increment-calendar-month): Optionally handle
1511 systems without 12 months per year.
1512
1513 (calendar-date-is-visible-p): Doc fix. Simplify.
1514
1515 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1516 from dolist.
1517
1518 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1521 (hi-lock-unload-function): New function.
1522
1523 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1524
1525 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1526 overwriting when NEWNAME is a local file.
1527
1528 * net/trampver.el: Update release number.
1529
1530 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1531
1532 * vc-git.el: Make vc-status display information about copies,
1533 renames and permission changes.
1534 (vc-git-extra-fileinfo): New defstruct.
1535 (vc-git-escape-file-name, vc-git-file-type-as-string)
1536 (vc-git-rename-as-string, vc-git-permissions-as-string)
1537 (vc-git-status-printer): New functions.
1538 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1539 (vc-git-after-dir-status-stage1): Look for copies, renames and
1540 permission changes.
1541 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1542 (vc-git-dir-status): Ask for staged files and renames.
1543
1544 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * vc.el: Allow backends to display backend specific information in
1547 the vc-status listing.
1548 (vc-status-fileinfo): Add a field for backend specific information.
1549 (vc-status-printer): Rename to ...
1550 (vc-default-status-printer): ... this.
1551 (vc-status-printer): New function.
1552 (vc-update-vc-status-buffer): Set the backend specific file info
1553 if provided.
1554
1555 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1558 change (ill-conceived).
1559
1560 2008-03-29 Glenn Morris <rgm@gnu.org>
1561
1562 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1563 * calendar/cal-julian.el (holiday-julian): Simplify.
1564
1565 * calendar/holidays.el (list-holidays): Use or.
1566
1567 2008-03-29 Juri Linkov <juri@jurta.org>
1568
1569 * window.el (split-window-preferred-horizontally): New function.
1570
1571 * cus-start.el (split-window-preferred-function):
1572 Set choice for "vertically" to nil instead of split-window.
1573 Set choice for "horizontally" to split-window-preferred-horizontally
1574 instead of lambda.
1575
1576 2008-03-29 Juri Linkov <juri@jurta.org>
1577
1578 * simple.el (minibuffer-default-add-function): New variable with
1579 the default to minibuffer-default-add-completions.
1580 (minibuffer-default-add-done): New variable. Make it buffer-local.
1581 (minibuffer-default-add-completions): New function.
1582 (goto-history-element): Set minibuffer-default-add-done to t and
1583 call a function in minibuffer-default-add-function when the
1584 specified absolute history position is greater than the length of
1585 the minibuffer-default list and minibuffer-default-add-done is nil.
1586 Change "^End of history; no next item$" to "^End of defaults;
1587 no next item$".
1588
1589 * bindings.el (debug-ignored-errors): Change "^End of history;
1590 no next item$" to "^End of defaults; no next item$".
1591
1592 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1595
1596 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1597 to with-no-warnings.
1598
1599 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1600
1601 Sync with Tramp 2.1.13.
1602
1603 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1604
1605 * net/trampver.el: Update release number.
1606
1607 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1608
1609 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1610 the current backend.
1611
1612 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1613 (vc-status-refresh): Create a temporary buffer and call the
1614 `dir-status' backend function from that buffer.
1615
1616 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1617 (vc-bzr-after-dir-status): Don't kill the buffer.
1618
1619 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1620 (vc-cvs-after-dir-status): Don't kill the buffer.
1621
1622 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1623 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1624
1625 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1626 (vc-hg-after-dir-status): Don't kill the buffer.
1627
1628 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1629 (vc-svn-after-dir-status): Don't kill the buffer.
1630
1631 2008-03-29 Glenn Morris <rgm@gnu.org>
1632
1633 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1634 (european-date-diary-pattern, european-calendar-display-form)
1635 (american-calendar-display-form, diary-display-hook): Doc fixes.
1636 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1637 custom :set. Mark as obsolete.
1638 (calendar-date-style, iso-date-diary-pattern)
1639 (iso-calendar-display-form): New user variables.
1640 (diary-date-forms, calendar-date-display-form): Set using
1641 calendar-date-style. Doc fix.
1642 (calendar-set-date-style): New command.
1643 (european-calendar, american-calendar): Use calendar-set-date-style.
1644 Mark as obsolete.
1645
1646 * calendar/diary-lib.el (number): Move declaration where needed.
1647 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1648 (diary-make-date): New function.
1649 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1650 Use diary-make-date.
1651 (diary-date-display-form, diary-insert-entry-1): New functions.
1652 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1653 Use diary-insert-entry-1.
1654 (insert-anniversary-diary-entry, insert-block-diary-entry)
1655 (insert-cyclic-diary-entry): Use diary-date-display-form.
1656
1657 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1658 Autoload diary-insert-entry-1.
1659 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1660 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1661 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1662 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1663 * calendar/cal-islam.el (insert-islamic-diary-entry)
1664 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1665 Use diary-insert-entry-1.
1666
1667 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1668 (diary-yahrzeit): Doc fix. Use diary-make-date.
1669
1670 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1671 New name for icalendar--datetime-to-noneuropean-date. Make old name
1672 obsolete alias.
1673 (icalendar--datetime-to-iso-date): New function.
1674 (icalendar--datetime-to-diary-date): Doc fix. Respect
1675 calendar-date-style if bound.
1676
1677 * textmodes/remember.el (remember-diary-convert-entry):
1678 Respect calendar-date-style if bound.
1679
1680 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1683 (xterm-mouse-handle-delete-frame): Delete.
1684
1685 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1686 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1687 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1688 in xterm-modify-other-keys-terminal-list.
1689
1690 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1691 are conflicts.
1692
1693 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * vc.el (vc-update): Check if the buffer is unsaved only if it
1696 actually exists.
1697 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1698 vc-print-log.
1699
1700 2008-03-28 Magnus Henoch <mange@freemail.hu>
1701
1702 * net/dns.el (dns-write): Use set-buffer-multibyte.
1703
1704 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * vc-bzr.el (vc-bzr-sha1): New fun.
1707 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1708 (vc-bzr-registered): Use it.
1709
1710 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1711
1712 * vc.el (vc-status-kill-dir-status-process): Simplify.
1713 (vc-status-refresh): Make sure the buffer is live.
1714 (ring): Don't require it, not used.
1715
1716 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
1717
1718 * progmodes/verilog-mode.el (verilog-auto-inout-module):
1719 Add optional regular expression to AUTOINOUTMODULE.
1720 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1721 (verilog-auto-inst-param, verilog-auto-reg)
1722 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1723 (verilog-auto-output-every, verilog-auto-input)
1724 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1725 (verilog-auto-unused, verilog-auto): Update documentation to use
1726 more obvious instance module names versus cell names.
1727
1728 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
1729
1730 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1731 kill if a process is running.
1732
1733 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1734
1735 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1736
1737 * vc.el: Add new backend function 'status-extra-headers.
1738 (vc-default-status-extra-headers): New function.
1739 (vc-status-headers): Call 'status-extra-headers. Add colors.
1740
1741 * vc-git.el (vc-git-status-extra-headers): New function.
1742
1743 2008-03-28 Glenn Morris <rgm@gnu.org>
1744
1745 * calendar/cal-menu.el (cal-menu-holidays-menu)
1746 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1747 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1748 holiday-list is optional.
1749 (calendar-mouse-holidays): Remove un-needed local `l'.
1750
1751 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1752 Remove un-needed local `date'.
1753 (calendar-cursor-to-visible-date): Use let rather than let*.
1754 Remove un-needed local `first-of-month-weekday'.
1755
1756 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1757
1758 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1759 Doc fixes.
1760 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
1761 (diary-header-line-flag, diary-header-line-format): Declare.
1762 (diary-pull-attrs): Check for multiple matches.
1763 (diary-list-entries-2): Simplify finding start of date.
1764 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1765 pop-up-frames.
1766 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1767 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1768
1769 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1772
1773 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1774
1775 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1778
1779 * image-mode.el (image-mode-reapply-winprops): Fix last change.
1780
1781 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1782
1783 * international/mule-conf.el (define-iso-single-byte-charset):
1784 Don't make latin-iso8859-* supplementary.
1785 (#'set-charset-priority): Don't change the priority of charsets
1786 `unicode' and `emacs'.
1787
1788 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1791 temp buffer.
1792
1793 2008-03-27 Glenn Morris <rgm@gnu.org>
1794
1795 * calendar/cal-bahai.el (diary-bahai-list-entries):
1796 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1797 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1798
1799 * calendar/calendar.el (diary-file): Doc fix.
1800
1801 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1802 (list-diary-entries-hook, mark-diary-entries-hook)
1803 (include-other-diary-files, diary-mail-entries)
1804 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1805 (diary-set-header): New function.
1806 (diary-header-line-flag, diary-header-line-format):
1807 Use diary-set-header for custom :set function.
1808 (diary-set-maybe-redraw): Use symbol-value rather than eval.
1809 (diary-attrtype-convert): Use intern-soft rather than read.
1810 (diary-display-no-entries): New function.
1811 (simple-diary-display, fancy-diary-display): Use it.
1812 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
1813 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1814
1815 * calendar/holidays.el (list-holidays): Doc fix.
1816
1817 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
1818
1819 * calc/calc-store.el (calc-read-var-name-history): New variable.
1820 (calc-read-var-name): Use `calc-read-var-name-history'.
1821
1822 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * image-mode.el (image-mode-reapply-winprops): Simplify now that
1825 window-configuration-change-hook works buffer-locally.
1826
1827 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1828
1829 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1830 for Emacs Lisp, not Lisp.
1831
1832 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * help-fns.el (describe-function-1, describe-variable):
1835 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1836
1837 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1838 replacement is provided, don't print "use nil instead".
1839
1840 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1841
1842 * complete.el (PC-do-completion): Use regexp-quote.
1843
1844 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1845
1846 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1847 Detect missing files.
1848
1849 * vc-git.el (vc-git-extra-menu-map): New key map.
1850 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1851 New functions.
1852
1853 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1854 and 'missing files.
1855
1856 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * calendar/holidays.el (list-holidays): Make Y2 optional.
1859
1860 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1861 buffers shown to the user.
1862 (appt-disp-window): Disable undo explicitly now that the leading space
1863 is gone.
1864
1865 * simple.el (activate-mark): New function.
1866 (set-mark-command): Use it with region-active-p to clean up the code.
1867 (exchange-point-and-mark): Invert the meaning of C-u when
1868 transient-mark-mode is active.
1869
1870 * dired-aux.el (dired-create-files): Use dolist.
1871
1872 * bindings.el (mode-line-change-eol): Use with-selected-window.
1873
1874 * apropos.el (apropos-command): Include macros.
1875
1876 2008-03-26 Glenn Morris <rgm@gnu.org>
1877
1878 * calendar/cal-bahai.el: Require calendar, not cal-julian.
1879 (calendar-bahai-epoch): Doc fix.
1880
1881 * calendar/cal-china.el: Explicitly require calendar.
1882
1883 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1884 Require calendar rather than cal-julian.
1885 Autoload calendar-absolute-from-julian.
1886 * calendar/cal-coptic.el (coptic-calendar-epoch):
1887 * calendar/cal-islam.el (calendar-islamic-epoch):
1888 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1889
1890 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1891
1892 * calendar/cal-dst.el: Don't require cal-persia.
1893 (calendar-absolute-from-persian): Autoload it.
1894 (dst-adjust-time): Doc fix.
1895
1896 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1897 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1898 calendar.
1899
1900 * calendar/cal-menu.el: Require calendar rather than declaring
1901 functions.
1902 * calendar/calendar.el: Provide calendar before requiring cal-menu.
1903
1904 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1905 calendar-after-frame-setup-hooks. Update callers, make old name an
1906 obsolete alias. Doc fix.
1907 (calendar-frame-1): Doc fix.
1908
1909 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1910
1911 * calendar/calendar.el (oriental-holidays, solar-holidays):
1912 * calendar/holidays.el (list-holidays): Assume atan always bound.
1913
1914 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1915 Explicitly require calendar, not cal-julian.
1916 * calendar/lunar.el: Explicitly require cal-dst.
1917
1918 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1921
1922 * help-fns.el (describe-function-1, describe-variable): If no
1923 replacement is provided, don't print "use nil instead".
1924
1925 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1926
1927 * proced.el: New file.
1928
1929 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1930
1931 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1932
1933 2008-03-25 Juri Linkov <juri@jurta.org>
1934
1935 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1936 in battery-mode-line-format.
1937
1938 * bindings.el (minibuffer-local-map): For the command
1939 file-cache-minibuffer-complete replace keymap minibuffer-local-map
1940 with map which is already locally bound to minibuffer-local-map.
1941
1942 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1945 Remove `sort-first' argument.
1946
1947 * subr.el (redisplay-end-trigger-functions)
1948 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1949 (process-filter-multibyte-p, set-process-filter-multibyte):
1950 Mark as obsolete.
1951
1952 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1955 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1956 use the LOCAL arg of `add-hook'.
1957 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1958 Remove spurious * from defcustom docstrings.
1959 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1960 Fix typos in messages.
1961 (reb-mode-buffer-p): New function.
1962 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
1963 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1964 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1965 (reb-update-overlays): Use `unless', `when'.
1966 (re-builder-unload-function): New function.
1967
1968 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
1969
1970 * vc-hooks.el (vc-state): Add documentation for 'missing.
1971
1972 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
1973
1974 * progmodes/verilog-mode.el (verilog-auto-output)
1975 (verilog-auto-input, verilog-auto-inout, verilog-auto)
1976 (verilog-delete-auto): Add optional regular expression to
1977 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1978 (verilog-signals-matching-regexp): New internal function for
1979 signal matching.
1980
1981 2008-03-25 Johan Bockgård <bojohan@gnu.org>
1982
1983 * info.el (Info-isearch-search): Always return point.
1984
1985 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * diff-mode.el (diff-remembered-defdir): New var.
1988 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1989
1990 2008-03-25 Glenn Morris <rgm@gnu.org>
1991
1992 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1993 calendar-bahai-prompt-for-date. Update callers, make old name an
1994 obsolete alias. Doc fix.
1995 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1996 coptic-prompt-for-date. Update callers, make old name an
1997 obsolete alias. Doc fix.
1998 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1999 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2000 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2001 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2002 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2003 calendar-iso-read-args. Update callers, make old name an obsolete
2004 alias.
2005 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2006 persian-prompt-for-date. Update callers, make old name an
2007 obsolete alias. Doc fix. Move definition before use.
2008
2009 * calendar/cal-x.el (diary-frame-parameters)
2010 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2011 (calendar-frame-1): Doc fixes.
2012 (make-fancy-diary-buffer): Remove declaration.
2013 (calendar-dedicate-diary): Replace call to deleted function
2014 make-fancy-diary-buffer.
2015 (calendar-frame-setup): New function.
2016 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2017 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2018 work, and mark as obsolete.
2019 (special-display-buffer-names): Don't mess with this; it's not our
2020 business.
2021 (cal-x-load-hook): Defvar it, and mark as obsolete.
2022
2023 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2024 Default to t. Add to 'calendar group.
2025 (calendar): Doc fix. Use calendar-frame-setup.
2026 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2027 (generate-calendar-window): Doc fix.
2028
2029 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2032
2033 2008-03-24 Drew Adams <drew.adams@oracle.com>
2034
2035 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2036 New variables.
2037 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2038 (finder-exit): Ignore errors rather than avoiding them.
2039 Kill *Finder-package* buffer also.
2040
2041 2008-03-24 Andreas Schwab <schwab@suse.de>
2042
2043 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2044
2045 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2046
2047 * vc-hg.el (vc-hg-after-dir-status):
2048 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2049
2050 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2051 Detect removed files.
2052
2053 * vc.el (vc-status-printer): Use a different face for missing files.
2054 (vc-status-hide-up-to-date): Rename from
2055 vc-status-remove-up-to-date. Update all callers.
2056 (vc-status-mode-map): Bind C-m.
2057
2058 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2059
2060 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2061 code ...
2062 (vc-git--state-code): ... to this new function.
2063 (vc-git-state): Use it.
2064
2065 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2066
2067 * textmodes/remember.el (remember-mail-date)
2068 (remember-store-in-mailbox): Write date and From line in such a
2069 way that Mutt can read it.
2070
2071 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * simple.el (transient-mark-mode): Turn on by default.
2074
2075 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2076
2077 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2078 'unregistered for unregistered files.
2079
2080 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2081
2082 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2083
2084 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2085 subdirectories.
2086
2087 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2088 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2089 Add :enable for vc-status-refresh.
2090 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2091 (vc-status-tool-bar-map): Add binding for
2092 vc-status-kill-dir-status-process.
2093 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2094 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2095 Reset vc-status-process-buffer.
2096 (vc-status-refresh): Don't run two refreshes at a time.
2097 (vc-status): If the buffer is already in vc-status-mode only refresh.
2098 (vc-status-mark-buffer-changed): Add an optional file parameter.
2099 (vc-resynch-buffer): Use it.
2100 (vc-delete-file): Expand the file name before using it.
2101 Be careful to not create a new buffer with the old file contents.
2102 Update the VC state after performing the operation.
2103
2104 2008-03-23 Andreas Schwab <schwab@suse.de>
2105
2106 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2107 Fix radio button condition.
2108 [box]: Likewise.
2109 [customize]: Add radio button.
2110
2111 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2112
2113 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2114 (calc-user-parse-tables, calc-gnuplot-default-device)
2115 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2116 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2117 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2118 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2119 (calc-undo-list, calc-redo-list, calc-main-buffer)
2120 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2121 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2122 (calc-said-hello, calc-executing-macro, calc-any-selections)
2123 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2124 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2125 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2126 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2127 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2128 (calc-create-buffer, calc-quit): Add docstrings.
2129
2130 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * makefile.w32-in (WINS_ALMOST): Add org.
2133
2134 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2137 New functions to implement vc-status support.
2138
2139 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2140
2141 * vc.el (vc-status-prepare-status-buffer): New function.
2142 (vc-status): Use it.
2143
2144 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2145 appropriate.
2146
2147 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2148
2149 * vc-git.el (vc-git--empty-db-p)
2150 (vc-git-after-dir-status-stage1-empty-db): New functions.
2151 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2152 Add support for empty repositories.
2153
2154 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2155
2156 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2157 Allow "^" in a version name.
2158
2159 * vc-mtn.el (vc-mtn-state): Support the added state.
2160
2161 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
2162
2163 * org: New directory for Org-mode.
2164
2165 * org/org-export-latex.el: Moved from lisp/texmodes.
2166
2167 * org/org-irc.el: Moved from lisp/texmodes.
2168
2169 * org/org-mac-message.el: Moved from lisp/texmodes.
2170
2171 * org/org-mouse.el: Moved from lisp/texmodes.
2172
2173 * org/org-publish.el: Moved from lisp/texmodes.
2174
2175 2008-03-21 Juri Linkov <juri@jurta.org>
2176
2177 * comint.el (comint-dynamic-simple-complete):
2178 Use variable `stub' for the second arg `common-substring'
2179 of `comint-dynamic-list-completions'.
2180 (comint-dynamic-list-filename-completions):
2181 Use variable `filenondir' for the second arg `common-substring'
2182 of `comint-dynamic-list-completions'.
2183 (comint-dynamic-list-completions): Add new optional arg
2184 `common-substring'. Add `common-substring' as the second arg of
2185 the call to `display-completion-list'. Doc fix.
2186
2187 * comint.el (comint-dynamic-complete-as-filename)
2188 (comint-dynamic-list-filename-completions)
2189 (comint-dynamic-simple-complete): Use `minibuffer-message'
2190 to display message "No completions of %s" when a command
2191 is called in the minibuffer.
2192 (comint-dynamic-simple-complete): Don't display other
2193 completion messages when a command is called in the minibuffer.
2194 (comint-dynamic-list-completions): Use `minibuffer-message'
2195 to display message " [Type space to flush ...]" when a command
2196 is called in the minibuffer.
2197
2198 * shell.el (shell-dynamic-complete-command)
2199 (shell-dynamic-complete-environment-variable): Don't display
2200 completion messages when command is called in the minibuffer.
2201
2202 * emacs-lisp/lisp.el (lisp-complete-symbol):
2203 Use `minibuffer-message' to display message "No completions of %s"
2204 when this command is called in the minibuffer.
2205
2206 * bindings.el (standard-mode-line-modes): Put special help-echo
2207 tooltip on recursive edit %[ %] mode-line constructs.
2208
2209 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2210 "^No dynamic expansion for .* found$" to allow error messages like
2211 "No dynamic expansion for \"%s\" found in this-buffer".
2212
2213 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2216 "psftp".
2217
2218 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2221 * vc.el (vc-default-dired-state-info): Use just "modified".
2222 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2223 (vc-cvs-mode-line-string): Make use of the better default.
2224 (vc-cvs-parse-entry): Use the new `added'.
2225 (vc-cvs-dired-state-info): Remove.
2226 * vc-svn.el (vc-svn-dired-state-info): Remove.
2227 * vc-hg.el (vc-hg-dired-state-info): Remove.
2228 * vc-git.el (vc-git-dired-state-info): Remove.
2229
2230 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 * vc-git.el (vc-git-status-result): New variable.
2233 (vc-git-dir-status): Split out ...
2234 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2235 ... these new functions and work asynchronously.
2236
2237 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2238
2239 * vc-git.el (vc-git-after-dir-status): Remove.
2240 (vc-git-dired-state-info): Reimplement.
2241
2242 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * replace.el (occur-mode-map): Add :help.
2245
2246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2247 for disassemble.
2248
2249 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2250 the 'added state.
2251 (vc-status-remove-up-to-date): New function.
2252 (vc-status-mode-map, vc-status-menu-map): Bind it.
2253 (vc-status-printer): Use a different face up-to-date files.
2254 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2255 (Todo): Remove solved entries.
2256
2257 * vc-hg.el (vc-hg-state):
2258 * vc-git.el (vc-git-state):
2259 * vc-cvs.el (vc-cvs-parse-status):
2260 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2261 state.
2262
2263 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * progmodes/compile.el (compile):
2266 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2267
2268 * simple.el (minibuffer-local-shell-command-map): New var.
2269 (minibuffer-complete-shell-command, read-shell-command): New funs.
2270 (shell-command, shell-command-on-region): Use them.
2271
2272 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * vc.el (vc-status-mark-buffer-changed): New function to implement
2275 updating of the *vc-status* buffer when a buffer is saved.
2276 (vc-status-mode): Use it for after-change-hook.
2277 (vc-add-to-vc-status-buffer): Rename to ...
2278 (vc-status-add-entry): ... this.
2279 (Todo): Add new entry.
2280
2281 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2284
2285 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2288 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2289 Remove spurious * from defcustom docstrings.
2290 (icomplete-compute-delay): Fix docstring and remove spurious *.
2291 (icomplete-delay-completions-threshold): Fix typo in docstring and
2292 remove spurious *.
2293 (icomplete-completions): While collecting the list of prospective
2294 candidates, don't overshoot `icomplete-prospects-length'.
2295
2296 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2297
2298 * textmodes/refbib.el:
2299 * textmodes/reftex.el:
2300 * textmodes/reftex-global.el:
2301 * textmodes/reftex-vars.el:
2302 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2303 compiler pacifying defvars.
2304 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2305 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2306 not needed.
2307
2308 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2309
2310 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2311 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2312 (verilog-customize, verilog-font-customize)
2313 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2314 (verilog-mode): Update documentation strings to match tool tips.
2315 (verilog-auto-search-do, verilog-auto-re-search-do)
2316 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2317 expansion when a .* appears inside a string.
2318 (verilog-re-search-forward, verilog-re-search-backward):
2319 Add comment to recall how this works.
2320 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2321
2322 2008-03-20 Glenn Morris <rgm@gnu.org>
2323
2324 * calendar/calendar.el (calendar-other-dates): New function.
2325 (calendar-print-other-dates): Use calendar-other-dates.
2326 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2327 the declarations it replaces.
2328 (calendar-mouse-print-dates): Use calendar-other-dates.
2329
2330 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2331 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2332 (calendar-absolute-from-bahai): Fix the leap-year case.
2333 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2334 (calendar-bahai-date-string, calendar-bahai-print-date):
2335 Handle pre-Bahai dates.
2336
2337 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2338 (chinese-calendar-terrestrial-branch): Make defcustoms.
2339
2340 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2341 (calendar-mouse-view-diary-entries): Use or.
2342 (calendar-mouse-chinese-date): Remove unused command.
2343 (cal-menu-load-hook): Mark as obsolete.
2344
2345 * calendar/solar.el (calendar-location-name, calendar-latitude)
2346 (calendar-longitude, solar-arctan, sunrise-sunset)
2347 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2348
2349 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2350
2351 * calc/calc.el: Remove outdated comments.
2352 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2353 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2354 Add docstrings.
2355
2356 2008-03-19 Jason Rumney <jasonr@gnu.org>
2357
2358 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2359
2360 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2361
2362 * net/tls.el (open-tls-stream): Reindent.
2363
2364 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2365
2366 * net/tramp.el (tramp-let-maybe): Removed.
2367 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2368 It does not exist under XEmacs.
2369 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2370 (tramp-completion-file-name-handler): Let-bind
2371 `directory-sep-char'.
2372
2373 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2374 `directory-sep-char'.
2375
2376 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2379 for autoloaded keymaps.
2380
2381 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2382 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2383 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2384 (verilog-in-comment-p, verilog-in-star-comment-p)
2385 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2386 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2387 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2388 (verilog-skip-forward-comment-p): Use it.
2389
2390 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2393 (org-remember-templates, org-time-stamp-rounding-minutes)
2394 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2395 (org-columns-new): Fix typos in docstrings.
2396
2397 2008-03-19 Glenn Morris <rgm@gnu.org>
2398
2399 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2400 (tramp-handle-shell-command): Use condition-case rather than
2401 ignore-errors.
2402
2403 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * diff-mode.el (diff-header): Make the color louder.
2406 (diff-refine-change): Tone the color down.
2407
2408 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * descr-text.el (describe-char): When `describe-char-unidata-list'
2411 is set to show all properties, list them in the right order.
2412
2413 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * international/mule.el (load-with-code-conversion): Avoid setting
2416 default-enable-multibyte-characters.
2417
2418 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2419
2420 * vc.el (vc-annotate-background): Fix custom type.
2421
2422 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * descr-text.el (describe-char-unidata-list): Allow specifying
2425 just all properties.
2426 (describe-char): Handle that new value.
2427
2428 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2429
2430 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2431
2432 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2433 instead of file name extension to make docs with uncommon
2434 extensions work.
2435
2436 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2437
2438 * doc-view.el (require): Require cl at compile time because
2439 `assert' needs it.
2440
2441 2008-03-18 Glenn Morris <rgm@gnu.org>
2442
2443 * calendar/calendar.el (initial-calendar-window-hook)
2444 (today-visible-calendar-hook): Doc fixes.
2445
2446 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2447
2448 * net/tramp.el (tramp-root-regexp): Simplify.
2449 (tramp-completion-file-name-regexp-separate): Don't insist on
2450 leading "[". This prevents method or user or host completion.
2451 (tramp-let-maybe): Autoload it.
2452 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2453 is an alias for `identity'.
2454 (tramp-handle-write-region): Protect `last-coding-system-used'
2455 over the trailing statements.
2456 (tramp-completion-file-name-handler-post-function): Remove.
2457 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2458 instead of calling `tramp-drop-volume-letter'.
2459
2460 * net/tramp.el:
2461 * net/tramp-uu.el:
2462 * net/trampver.el: Move coding cookie at the end.
2463
2464 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2467 elements which may be something else than characters.
2468
2469 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2470
2471 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2472 New functions to implement vc-status support.
2473
2474 * vc.el (vc-default-extra-status-menu)
2475 (vc-add-to-vc-status-buffer): New functions.
2476
2477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2478 for eldoc and ielm.
2479
2480 2008-03-17 Glenn Morris <rgm@gnu.org>
2481
2482 * calendar/cal-x.el (diary-frame-parameters)
2483 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2484 Fix custom type; add options.
2485 (calendar-frame, diary-frame): Doc fixes.
2486 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2487 new functions.
2488 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2489 Use calendar-frame-1 and calendar-dedicate-diary.
2490 (calendar-one-frame-setup): Also handle only-one-frame case.
2491 (calendar-only-one-frame-setup): Doc fix. Just call
2492 calendar-one-frame-setup.
2493
2494 * calendar/diary-lib.el: Re-order some definitions before their use.
2495 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2496 (diary-list-entries): Doc fixes.
2497 (make-fancy-diary-display): Remove function.
2498
2499 * calendar/calendar.el (calendar-today-marker)
2500 (initial-calendar-window-hook, today-visible-calendar-hook)
2501 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2502 (calendar-star-date, calendar-mark-today): Doc fixes.
2503 (today-visible-calendar-hook): Add options.
2504 (calendar-in-read-only-buffer): New macro.
2505 (calendar-basic-setup): Adapt for change in calendar-read-date.
2506 Place holiday let inside if.
2507 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2508 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2509 (calendar-print-other-dates): Use one let rather than many.
2510
2511 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2512 (calendar-print-other-dates):
2513 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2514 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2515 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2516 (calendar-cursor-holidays):
2517 * calendar/lunar.el (calendar-phases-of-moon): Use
2518 calendar-in-read-only-buffer to replace previous code and disable undo.
2519
2520 2008-03-16 Juri Linkov <juri@jurta.org>
2521
2522 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2523 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2524 read-from-minibuffer to provide the correct initial minibuffer
2525 history position in isearch-edit-string when it is called from
2526 isearch-ring-adjust.
2527
2528 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2529 to check if the current buffer is the minibuffer, and in this case
2530 call abort-recursive-edit to kill the minibuffer. Doc fix.
2531 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2532 when the current buffer is the minibuffer.
2533
2534 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2535
2536 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2537
2538 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2539 Use non-nil PARENTS attribute of make-directory instead of
2540 explicitly checking existence the current cache directory.
2541
2542 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2543
2544 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2545 M-x epa-file-select-keys.
2546
2547 2008-03-16 Kenichi Handa <handa@m17n.org>
2548
2549 * international/mule.el (auto-coding-alist):
2550 Use no-conversion-multibyte for archive files.
2551
2552 2008-03-16 Glenn Morris <rgm@gnu.org>
2553
2554 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2555 New functions.
2556 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2557 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2558 Use calendar-mark-1.
2559 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2560 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2561 Use calendar-mark-complex.
2562 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2563 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2564 Use calendar-mark-1.
2565
2566 * calendar/calendar.el (calendar-mod): Remove.
2567 * calendar/cal-china.el (calendar-chinese-from-absolute)
2568 (calendar-chinese-date-string): Expand calendar-mod calls.
2569 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2570 Expand calendar-mod calls.
2571
2572 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2573 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2574 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2575 Move obsolete aliases after the functions that replaced them.
2576
2577 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2578 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2579 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2580 Use let rather than let*.
2581 (calendar-hebrew-prompt-for-date): New function.
2582 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2583 (holiday-tisha-b-av-etc): Use unless, let.
2584
2585 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2586 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2587
2588 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2589
2590 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2591
2592 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2593 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2594 than concat.
2595 (diary): Remove un-needed let.
2596 (view-other-diary-entries): Rename argument.
2597 (diary-list-entries-2): New function.
2598 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2599 (print-diary-entries): Use unless.
2600 (diary-mark-entries-1): Change argument order, make all but
2601 markfunc optional. Handle the standard (Gregorian) case.
2602 Use match-string-no-properties. Handle marks.
2603 (mark-diary-entries): Use diary-mark-entries-1.
2604 (diary-font-lock-keywords-1): New macro.
2605 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2606
2607 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2608
2609 * icalendar.el (icalendar-version): Increase to 0.18.
2610 (icalendar-export-hidden-diary-entries): New variable.
2611 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2612 In case of error, insert full error-val.
2613 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2614 Use calendar-day-of-week. Return the day number.
2615 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2616
2617 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2618
2619 * icalendar.el (icalendar-recurring-start-year): New variable.
2620 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2621 (icalendar-export-region): Ignore hidden diary entries.
2622 (icalendar--convert-ordinary-to-ical): Fix case where event
2623 spans across midnight boundary.
2624 (icalendar-first-weekday-of-year): New function.
2625 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2626 year for recurring events (Mozilla calendars do not propagate
2627 recurring events forever, so year 2000 start date was not working).
2628 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2629 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2630
2631 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2632
2633 * net/tramp.el (tramp-root-regexp): New defconst.
2634 (tramp-completion-file-name-regexp-unified)
2635 (tramp-completion-file-name-regexp-separate)
2636 (tramp-completion-file-name-regexp-url): Use it.
2637 (tramp-do-copy-or-rename-file-via-buffer):
2638 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2639 t for `insert-file-contents-literally'.
2640 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2641 Autoload it.
2642 (tramp-completion-file-name-handler-post-function): New defconst.
2643 (tramp-completion-file-name-handler): Use it.
2644 (tramp-maybe-open-connection): Update calls to
2645 `tramp-flush-connection-property' for removed 2nd argument.
2646
2647 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2650 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2651 New functions.
2652
2653 2008-03-15 Glenn Morris <rgm@gnu.org>
2654
2655 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2656 New functions.
2657 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2658 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2659 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2660 (diary-bahai-list-entries): Use diary-list-entries-1.
2661 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2662 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2663 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2664 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2665 (list-hebrew-diary-entries): Use diary-list-entries-1.
2666 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2667 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2668 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2669 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2670 (list-islamic-diary-entries): Use diary-list-entries-1.
2671 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2672
2673 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2674
2675 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2676
2677 * calendar/cal-china.el (number-chinese-months)
2678 (calendar-chinese-from-absolute): Use nth, caar.
2679
2680 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2681
2682 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2683
2684 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2685 (calendar-hebrew-month-name-array-leap-year)
2686 (hebrew-calendar-parashiot-names): Make constants.
2687 (diary-parasha): Move definition after constants it uses.
2688
2689 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2690 (cal-html-htmlify-list): Doc fix.
2691 (cal-html-htmlify-entry): Use nth.
2692
2693 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2694 (calendar-islamic-epoch): Make constants.
2695 (calendar-islamic-epoch): Doc fix.
2696
2697 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2698
2699 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2700 (cal-tex-month-name): Doc fix.
2701 (cal-tex-last-blank-p): Use zerop.
2702
2703 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2704 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2705 (calendar-cursor-to-date): Doc fix.
2706 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2707 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2708 (calendar-day-number): Use when.
2709 (generate-calendar-month): Use dotimes.
2710 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2711 (calendar-set-mark): Reverse conditional.
2712 (calendar-make-alist): Move definition before use.
2713
2714 * calendar/diary-lib.el (diary-face-attrs)
2715 (diary-glob-file-regexp-prefix, diary-selective-display)
2716 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2717 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2718 (diary-anniversary, diary-cyclic)
2719 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2720 (diary-header-line-format): Change wording.
2721 (diary-list-entries): Set `date-start' in let.
2722 (include-other-diary-files, mark-included-diary-files): Use format.
2723 (simple-diary-display, fancy-diary-display): Use cadr, unless.
2724 (mark-diary-entries): Use 1+.
2725 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2726 (mark-calendar-month): Use dotimes.
2727
2728 * calendar/holidays.el (displayed-month, displayed-year):
2729 Move declarations where needed.
2730 (calendar-list-holidays): Doc fix.
2731
2732 * calendar/parse-time.el (parse-time-string): Simplify.
2733
2734 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2735 Make constants.
2736 (solar-sunrise-sunset): Rename some local variables for clarity.
2737 (sunrise-sunset): Use zerop.
2738 (solar-mean-equinoxes/solstices): Doc fix.
2739
2740 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2741 Use nth.
2742 (timeclock-completing-read, timeclock-generate-report): Use zerop.
2743 (timeclock-mean, timeclock-generate-report): Use dolist.
2744
2745 * calendar/todo-mode.el (todo-add-category): Simplify.
2746 (todo-more-important-p, todo-delete-item, todo-file-item):
2747 Use unless, when.
2748 (todo-top-priorities): Use zerop.
2749
2750 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
2751
2752 * buff-menu.el (list-buffers-noselect): Display buffer name in
2753 tooltip instead of mouse binding when it doesn't fit in the list.
2754
2755 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2756
2757 * faces.el (xw-defined-colors):
2758 * simple.el (widget-convert, shell-mode): Declare as functions
2759 instead of autoloading.
2760
2761 * abbrev.el:
2762 * button.el:
2763 * cus-face.el:
2764 * ediff-hook.el:
2765 * emacs-lisp/backquote.el:
2766 * emacs-lisp/timer.el:
2767 * facemenu.el:
2768 * faces.el:
2769 * menu-bar.el:
2770 * simple.el:
2771 * subr.el:
2772 * textmodes/fill.el:
2773 * textmodes/paragraphs.el: Remove autoloads, redundant when the
2774 files are preloaded.
2775
2776 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * desktop.el (desktop-create-buffer): Don't catch errors if
2779 debug-on-error is set.
2780
2781 2008-03-14 Eli Zaretskii <eliz@gnu.org>
2782
2783 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2784 ($(lisp)/calendar/diary-loaddefs.el)
2785 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2786 (LOADDEFS): New macro.
2787 (autoloads): Depend on $(LOADDEFS).
2788
2789 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 * font-lock.el (featurep): Remove test, not useful anymore.
2792 (facemenu-keymap): Move key binding ...
2793 * facemenu.el (facemenu-keymap): ... here.
2794
2795 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
2796 for each file in the list.
2797 (vc-bzr-log-view-mode): Recognize the file marker.
2798
2799 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2800 for checkdoc and profiling.
2801
2802 2008-03-14 Bastien Guerry <bzg@altern.org>
2803
2804 * textmodes/flyspell.el (nxml-mode): Add the right
2805 `flyspell-mode-predicate'.
2806
2807 * wid-edit.el (link): Use 'mouse-face for :follow-link.
2808
2809 2008-03-14 Glenn Morris <rgm@gnu.org>
2810
2811 * calendar/solar.el: Reorder so that functions are defined before use.
2812 (displayed-month, displayed-year): Move declarations where needed.
2813 (solar-get-number): Move definition before use. Use unless.
2814 (solar-equatorial-coordinates): Simplify.
2815 (solar-sunrise-and-sunset): Use let rather than let*.
2816 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2817
2818 * startup.el (command-line-1): Rename -internal-script back to
2819 -scriptload (reverts previous change).
2820
2821 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2822 (calendar-bahai-leap-base): Add doc strings.
2823 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2824 Move definition before use.
2825 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2826 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2827 variables outside the loop. Use dolist.
2828 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2829
2830 * calendar/cal-china.el: Re-order so that functions are defined before
2831 use.
2832 (displayed-month, displayed-year): Move declarations where needed.
2833 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2834 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2835 Add doc strings.
2836 (chinese-year-cache): Recenter on 2010. Doc fix.
2837 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2838 Doc fix. Simplify.
2839 (chinese-year-cache-init): New function.
2840 (compute-chinese-year, holiday-chinese-new-year)
2841 (calendar-chinese-date-string, calendar-goto-chinese-date)
2842 (make-chinese-month-assoc-list): Use cadr, nth.
2843 (chinese-months): Remove un-needed let.
2844
2845 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2846 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2847 (coptic-prompt-for-date): Move definition before use.
2848
2849 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2850 (calendar-dst-find-data, calendar-daylight-time-offset)
2851 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2852 (calendar-daylight-savings-starts-time)
2853 (calendar-daylight-savings-ends-time): Use cadr, nth.
2854
2855 * calendar/cal-french.el (french-calendar-epoch)
2856 (calendar-goto-french-date): Doc fix.
2857 (french-calendar-month-name-array)
2858 (french-calendar-multibyte-month-name-array)
2859 (french-calendar-day-name-array, french-calendar-special-days-array):
2860 Add doc strings.
2861
2862 * calendar/cal-hebrew.el (displayed-month, displayed-year)
2863 (original-date): Move declarations where needed.
2864 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2865 Doc fix.
2866 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2867 constant variables outside the loop. Use dolist.
2868
2869 * calendar/cal-islam.el (displayed-month, displayed-year)
2870 (original-date): Move declarations where needed.
2871 (islamic-calendar-day-number): Remove unused local variable `day'.
2872 (calendar-goto-islamic-date): Doc fix.
2873 (holiday-islamic): Use unless.
2874 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2875 constant variables outside the loop. Use dolist.
2876 (mark-islamic-calendar-date-pattern): Move definition before use.
2877 Use unless.
2878 (mark-islamic-diary-entries): Doc fix.
2879 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2880 (insert-yearly-islamic-diary-entry): Use let rather than let*.
2881
2882 * calendar/cal-julian.el (calendar-absolute-from-julian):
2883 Move definition before use. Remove un-needed local `day'.
2884 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2885
2886 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2887 (calendar-mayan-tzolkin-names-array): Add doc strings.
2888 (calendar-mayan-long-count-from-absolute): Use a single let.
2889 (calendar-string-to-mayan-long-count): Simplify.
2890 (calendar-next-haab-date, calendar-previous-haab-date)
2891 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2892 (calendar-previous-calendar-round-date)
2893 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2894 Doc fix.
2895 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2896 (calendar-mayan-date-string, calendar-print-mayan-date)
2897 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2898 (calendar-mayan-long-count-common-era): Move definitions before use.
2899
2900 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2901 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2902 Doc fix.
2903 (calendar-mouse-goto-date): Move definition before use.
2904
2905 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2906 Move definition before use.
2907 (calendar-cursor-to-visible-date): Move definition before use.
2908 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
2909 and place inside the conditional.
2910 (calendar-forward-day): Simplify.
2911 (calendar-end-of-month): Use unless.
2912 (calendar-goto-day-of-year): Doc fix.
2913 Relocate obsolete aliases after their replacements.
2914
2915 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2916
2917 * calendar/diary-lib.el (mark-diary-entries): Move some constant
2918 variables outside the diary-date-forms loop.
2919
2920 * calendar/calendar.el (diary-file): Doc fix.
2921 (calendar-buffer-list): Return buffers rather than strings (fixes
2922 previous change).
2923 (hebrew-holidays-4): Fix typo.
2924
2925 * calendar/holidays.el (displayed-month, displayed-year):
2926 Move declarations where needed.
2927 (calendar-holiday-list, calendar-list-holidays)
2928 (holiday-filter-visible-calendar): Move definitions before use.
2929 (list-holidays): Use cadr.
2930 Relocate obsolete aliases after their replacements.
2931
2932 * calendar/lunar.el (date, displayed-month, displayed-year):
2933 Move declarations where needed.
2934 (lunar-phase-list): Move definition after functions it uses.
2935 (calendar-phases-of-moon, diary-phases-of-moon)
2936 (lunar-new-moon-on-or-after): Use cadr, nth.
2937 (lunar-new-moon-on-or-after): Doc fix.
2938
2939 * textmodes/org-irc.el (top-level): CL not required when compiling.
2940 (org-irc-visit-erc): Replace runtime CL functions.
2941
2942 * textmodes/org-publish.el (declare-function): Add compatibility stub.
2943 (org-publish-delete-dups): Declare as function.
2944
2945 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2948 (vc-bzr-show-log-entry): Make regexp match more cases.
2949 (vc-diff-switches-list): Remove autoload, not needed.
2950
2951 2008-03-14 Juri Linkov <juri@jurta.org>
2952
2953 * isearch.el (isearch-edit-string): Remove one call to
2954 `isearch-push-state' not to push an inconsistent state,
2955 but keep another correct call to `isearch-push-state'.
2956 (isearch-ring-adjust): Call `isearch-push-state' only when
2957 `search-ring-update' is non-nil since `isearch-edit-string'
2958 already pushes its state.
2959 (isearch-message): Improve matching the failed part by checking
2960 if the original message starts with the last successful message.
2961
2962 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2963 (dired-perm-write): Rename from `dired-warn-writable'.
2964 Change parent face from `font-lock-warning-face' to
2965 `font-lock-comment-delimiter-face'.
2966 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2967 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2968 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2969 with `dired-perm-write-face'.
2970
2971 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
2972
2973 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2974 Create cache dir only if it doesn't already exist.
2975
2976 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2979 of \ and '.
2980
2981 2008-03-13 Johan Bockgård <bojohan@gnu.org>
2982
2983 * net/browse-url.el (browse-url-text-xterm):
2984 Unquote browse-url-text-browser.
2985
2986 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
2987
2988 * textmodes/org-mouse.el: Version number change.
2989
2990 * textmodes/org-publish.el (org-publish-expand-components):
2991 Remove null projects from the list of components.
2992 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2993 Remove unused retrieval of the :publishing-directory property.
2994 (org-publish-file): Bugfix: when using a relative directory as the
2995 publishing directory, convert it to a directory filename.
2996 (org-publish-project): New alias.
2997 (org-publish-get-files): Protect against empty p.
2998 (org-publish-file): Send an error when file is not part of any project.
2999 (org-publish-file): Offer to refresh the list of files in known
3000 project when the current file is not part of any project.
3001 (org-publish-before-export-hook)
3002 (org-publish-after-export-hook): New hooks.
3003 (org-publish-org-to): Use new hooks and kill buffers.
3004 (org-publish-file): Remove the code for killing buffers.
3005 (org-publish-initialize-files-alist): Use interactive.
3006 (org-publish-file): If the publishing function creates a new
3007 buffer, kill it after publishing.
3008 (org-publish-timestamp-filename): Protect ":" in file name path
3009 under windows.
3010
3011 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3012 change that killed the LaTeX buffer.
3013
3014 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3015 in the decision tree.
3016 (org-select-remember-template): Clean the code.
3017 (org-prepare-dblock): Add the extra :content parameter.
3018 (org-write-agenda): New output type ".ics" files.
3019 (org-write-agenda): Call `org-icalendar-verify-function', both for
3020 time stamps and for TODO entries.
3021 (org-agenda-collect-markers, org-create-marker-find-array)
3022 (org-check-agenda-marker-table): New functions.
3023 (org-agenda-marker-table): New variable.
3024 (org-export-as-html): Revert the change that killed the html
3025 buffer. Side effects first need to be studied carefully.
3026 (org-get-tags-at): Fix the structure of the condition-case statement.
3027 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3028 (org-timestamp-change): Fix regulear expressions to swallow the
3029 extra character for repeat-shift control.
3030 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3031 (org-get-legal-level): Alias to `org-get-valid-level'.
3032 (org-dblock-write:clocktable): Add a :link parameter, linking
3033 headlines to their location in the Org agenda files.
3034 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3035 throwing an error when getting tags before headlines.
3036 (org-timestamp-change, org-modify-ts-extra)
3037 (org-ts-regexp1): Fix timestamp editing.
3038 (org-agenda-custom-commands-local-options): New constant.
3039 (org-agenda-custom-commands):
3040 Use `org-agenda-custom-commands-local-options' to improve customize
3041 type. "htmlize": Removed hack to fix face problem with htmlize,
3042 it no longer seem necessary.
3043 (org-follow-link-hook): New hook.
3044 (org-agenda-custom-commands): Add "Component" as a tag for each
3045 item in a command serie.
3046 (org-open-at-point): Run `org-follow-link-hook'.
3047 (org-agenda-schedule): Bugfix: don't display marker type when it
3048 is nil.
3049 (org-store-link): org-irc required.
3050 (org-set-regexps-and-options): Parse the new logging options.
3051 (org-extract-log-state-settings): New function.
3052 (org-todo): Handle the new ways of recording state change stuff.
3053 (org-local-logging): New function.
3054 (org-columns-open-link): Fix bug with opening link in column view.
3055 (org-local-logging): New function
3056 (org-todo): Make sure that LOGGING properties are honoured.
3057 (org-todo-keywords): Improve docstring.
3058 (org-startup-options): Cleanup startup options.
3059 (org-set-regexps-and-options): Process the "!" markers.
3060 (org-todo): Respect the new logging stuff.
3061 (org-log-note-how): New variable.
3062 (org-add-log-maybe): New parameter HOW that defines how logging
3063 should be done and also overrides PURPOSE. Add a docstring.
3064 (org-add-log-note): Check if we really need to ask for a note.
3065 (org-get-current-options): Digest the new keyword.
3066 (org-agenda-reset-markers): Rename from
3067 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3068 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3069 function, without force argument.
3070 (org-buffer-property-keys): Bind local variables s and p.
3071 (org-make-tags-matcher): Allow "" to match an empty or
3072 non-existent property value.
3073 (org-export-as-html): Join unsorted lists when they directly
3074 follow each other. Such lists may be created by headlines that
3075 are converted to lists.
3076 (org-nofm-to-completion): New function.
3077 (org-export-as-html): Use :html-extension instead of
3078 org-export-html-extension.
3079 (org-store-link): Support for links from `rmail-summary-mode'.
3080 (org-columns-new, org-complete, org-set-property): Set the
3081 `include-columns' argument in the call to
3082 `org-buffer-property-keys'.
3083 (org-buffer-property-keys): New argument `include-columns', to
3084 include properties expected by any of the COLUMS formats in the
3085 current buffer.
3086 (org-cleaned-string-for-export): Get rid of drawers first, so that
3087 they will be removed also in the text before the first headline.
3088 (org-clock-report): Show the clocktable when found.
3089 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3090 (org-version): With prefix argument, insert `org-version' at point.
3091 (org-agenda-goto): Recenter the window after finding the target
3092 location, to make sure the correct position will be displayed.
3093 (org-agenda-get-deadlines): Don't scale priority with the warning
3094 period.
3095 (org-insert-heading): Don't break line in the middle of the line.
3096 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3097 be 0.
3098 (org-update-checkbox-count): Revamp to deal with hierarchical
3099 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3100 (org-remove-timestamp-with-keyword): New function.
3101 (org-schedule, org-deadline):
3102 Use `org-remove-timestamp-with-keyword' to make sure all such time
3103 stamps are removed.
3104 (org-mode): Support for `align'.
3105 (org-agenda-get-deadlines): Make sure priorities increase as the
3106 due date approaches and is passed.
3107 (org-remember-apply-template): Fix problem with tags that
3108 contain "_" or "@".
3109 (org-make-link-regexps): Improve the regular expression for plain links.
3110 (org-agenda-get-closed): List each clocking entry.
3111 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3112 (org-special-ctrl-k): New option.
3113 (org-kill-line): New function.
3114 (org-archive-all-done): Fix incorrect number of stars in regexp.
3115 (org-refile-get-location): New function.
3116 (org-refile-goto-last-stored): New function.
3117 (org-global-tags-completion-table): Add the value of org-tag-alist
3118 in each buffer, to make sure that also unused tags will be
3119 available for completion.
3120 (org-columns-edit-value)
3121 (org-columns-next-allowed-value): Only update if not in agenda.
3122 (org-clocktable-steps): New function.
3123 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3124 (org-archive-subtree): Add the outline tree context as a property.
3125 (org-closest-date): New optional argument `prefer'.
3126 (org-goto-auto-isearch): New option.
3127 (org-goto-map, org-get-location): Implement auto-isearch.
3128 (org-goto-local-auto-isearch-map): New variable.
3129 (org-goto-local-search-forward-headings)
3130 (org-goto-local-auto-isearch): New functions
3131
3132 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3133
3134 * textmodes/org-irc.el: New file.
3135
3136 2008-03-13 John Wiegley <johnw@gnu.org>
3137
3138 * textmodes/org-mac-message.el: New file.
3139
3140 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3141
3142 * font-lock.el (font-lock-comment-face): Set the foreground for
3143 the light background 8 colors case.
3144
3145 2008-03-13 Glenn Morris <rgm@gnu.org>
3146
3147 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3148 generate-autoload-cookie patterns.
3149
3150 * startup.el (command-line-1): Rename -scriptload to -internal-script.
3151
3152 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3153 (MH_E_SRC): Remove variable.
3154 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3155 Simplify file header. Use $@ for generated-autoload-file.
3156
3157 * Makefile.in (LOADDEFS): New variable.
3158 (AUTOGENEL): Use $LOADDEFS.
3159 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3160 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3161 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3162 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3163 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3164 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3165 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3166 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3167 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3168 Add calendar-specific autoload cookies, and remove any setting of
3169 generated-autoload-file.
3170 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3171 * calendar/diary-lib.el: Replace explicit autoloads with reading of
3172 diary-loaddefs.
3173 * calendar/holidays.el: Replace explicit autoloads with reading of
3174 hol-loaddefs.
3175
3176 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3177 (calendar-buffer-list): Simplify.
3178 (generate-calendar-window): Use calendar-mark-holidays rather than
3179 obsolete alias.
3180
3181 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3182 Use cal-hebrew-yahrzeit-buffer.
3183
3184 * calendar/cal-x.el (calendar-only-one-frame-setup)
3185 (calendar-two-frame-setup): Doc fixes.
3186 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3187
3188 * calendar/appt.el (appt-mode-string): Mark as risky.
3189 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3190
3191 * calendar/cal-html.el (diary-list-entries):
3192 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3193 (calendar-iso-from-absolute): Fix autoloads.
3194
3195 * calendar/cal-iso.el (calendar-absolute-from-iso)
3196 (calendar-iso-read-args): Simplify.
3197 (calendar-iso-date-string, calendar-iso-read-args)
3198 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3199
3200 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3201 (displayed-month, displayed-year): Move declarations where needed.
3202 (calendar-print-astro-day-number): Doc fix.
3203
3204 * calendar/cal-persia.el (persian-calendar-month-name-array)
3205 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3206 (persian-prompt-for-date): Remove local variable `today'.
3207
3208 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3209
3210 * calendar/solar.el (solar-moment, solar-exact-local-noon)
3211 (solar-sunrise-sunset, solar-sunrise-sunset-string)
3212 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3213 (diary-sabbath-candles, solar-equinoxes/solstices)
3214 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3215 (solar-time-equation, solar-date-to-et): Simplify.
3216
3217 * mail/supercite.el: Remove the `function' in `(function (lambda'.
3218 Replace `(car (cdr' with cadr'.
3219
3220 * progmodes/f90.el (f90-font-lock-n): New function.
3221 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3222 Use f90-font-lock-n.
3223 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3224
3225 * progmodes/f90.el (f90-mode-abbrev-table):
3226 * progmodes/fortran.el (fortran-mode-abbrev-table):
3227 Use newer form of define-abbrev, where supported. No need to bind
3228 abbrevs-changed for system abbrevs.
3229
3230 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3233 delete-frame-functions.
3234
3235 * bookmark.el (Info-current-node): Remove.
3236
3237 2008-03-12 Juri Linkov <juri@jurta.org>
3238
3239 * help.el (describe-project): Remove defaliases for view-todo and
3240 describe-project that are now unnecessary after the merge from
3241 emacs--rel--22 that added define-obsolete-function-alias.
3242
3243 * startup.el (inhibit-startup-screen): Revert incomplete
3244 2008-03-10 merge from emacs--rel--22 that partly reverted
3245 2008-02-28 change that added initial message to *scratch* buffer
3246 regardless of the value of `inhibit-startup-screen'.
3247 Now keep this change in the trunk, but not in the 22 branch.
3248
3249 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * international/quail.el (quail-setup-completion-buf, quail-help):
3252 * mail/binhex.el (binhex-decode-region-internal):
3253 * mail/uudecode.el (uudecode-decode-region-internal):
3254 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3255 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3256 setting default-enable-multibyte-characters.
3257
3258 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3259
3260 * comint.el: Fix up indentation and comment style. Remove `function'.
3261
3262 * international/mule-cmds.el (reset-language-environment)
3263 (set-language-environment-nonascii-translation):
3264 Don't set-unibyte-charset.
3265
3266 * doc-view.el: Remove all cb-args, use closures instead.
3267 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3268 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3269 doing an incorrect check). Update all callers to use the new name.
3270 (doc-view-doc->txt): Add missing `txt' argument.
3271
3272 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3273
3274 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3275 md5 sum calculation to single-byte.
3276
3277 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * doc-view.el (doc-view-new-window-function): Add assertion.
3280 (doc-view-doc-type): New var.
3281 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3282 (doc-view-intersection): New fun.
3283 (doc-view-mode): Use it to set the new var.
3284
3285 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3286
3287 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3288 (doc-view-already-converted-p): New functions.
3289 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3290 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3291 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3292 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3293 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3294 (doc-view-convert-current-doc): Don't hardwire the functions the
3295 sentinels call. Now they're provided by two args CALLBACK and
3296 CB-ARGS to the functions.
3297 (doc-view-search): Use doc-view-doc->txt.
3298 (doc-view-initiate-display): Use doc-view-already-converted-p.
3299 Mention new binding C-c C-t if doc-view-mode doesn't work.
3300
3301 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3304
3305 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3308 Mark " outside of tags as punctuation.
3309
3310 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * menu-bar.el (minibuffer-local-map): Use the same command for the
3313 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3314 Prefer RET over C-j for exit-minibuffer.
3315
3316 * files.el (display-buffer-other-frame): Eliminate problematic code.
3317
3318 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3319 (menu-bar-select-buffer): Remove.
3320 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3321 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3322
3323 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3324
3325 * icomplete.el (icomplete-completions): Remove obsolete code.
3326
3327 * net/net-utils.el (iwconfig-program-options): Doc fix.
3328 (net-utils-run-program, run-network-program): Define as functions.
3329
3330 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3333
3334 2008-03-11 Glenn Morris <rgm@gnu.org>
3335
3336 * faces.el (mode-line-emphasis): New face.
3337 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3338
3339 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3340
3341 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * simple.el (set-mark-command): Doc fix.
3344
3345 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3348
3349 * emacs-lisp/autoload.el (autoload-find-destination):
3350 Don't force raw-text.
3351
3352 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3353 * calendar/cal-loaddefs.el: Don't version control.
3354
3355 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3358 entries and add :help to the existing ones.
3359
3360 2008-03-10 Glenn Morris <rgm@gnu.org>
3361
3362 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3363 to where they are needed.
3364
3365 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3366 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3367 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3368 (calendar-version): Doc fixes.
3369 (calendar-absolute-from-gregorian): Use zerop.
3370 (calendar-mode-line-format): Make it a defcustom.
3371
3372 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3373 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3374 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3375 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3376 (mark-included-diary-files, mark-calendar-days-named)
3377 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3378 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3379 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3380 (insert-anniversary-diary-entry, insert-block-diary-entry)
3381 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3382 (diary-font-lock-sexps): Doc fixes.
3383 (diary-remind-message, mark-calendar-month): Use zerop.
3384 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3385 (diary-list-entries): Revert let to let* (previous change).
3386
3387 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3388
3389 2008-03-10 Kim F. Storm <storm@cua.dk>
3390
3391 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3392 function aliases for the old names.
3393
3394 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * iswitchb.el (iswitchb-use-faces): Doc fix.
3397 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3398 Fix typos in docstrings.
3399
3400 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3401
3402 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3403 Fix typo.
3404 (verilog-type-font-keywords): Reindent.
3405
3406 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3407
3408 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3409 grouping-keyword regular expression.
3410 (verilog-font-lock-keywords): Allow users to toggle special
3411 highlight of grouping-keywords.
3412 (verilog-highlight-grouping-keywords): The toggle for special
3413 highlighting of grouping keywords.
3414
3415 2008-03-10 Juri Linkov <juri@jurta.org>
3416
3417 * startup.el: Revert 2008-02-28 change that adds initial message
3418 to *scratch* buffer regardless of the value of
3419 `inhibit-startup-screen'.
3420
3421 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3422
3423 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3424 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3425 * progmodes/verilog-mode.el (verilog-mode):
3426 * net/socks.el (socks):
3427 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3428
3429 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3432 (doc-view-bookmark-make-record): Use them.
3433 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3434 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3435
3436 * bookmark.el (bookmark-make-record-function): Change expected return
3437 value to include a suggested bookmark name.
3438 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3439 Fix reversed `overwrite' semantics.
3440 (bookmark-set): Call bookmark-make-record before prompting the user.
3441 Then pass the result to bookmark-store later on.
3442 (bookmark-make-name-function): Remove.
3443 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3444 * info.el (bookmark-make-name-function): Remove.
3445 (Info-mode): Don't set it.
3446 (Info-bookmark-make-name): Remove.
3447 (Info-bookmark-make-record): Use Info-current-node as suggested default
3448 bookmark name.
3449
3450 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3451 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3452 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3453 (bookmark-annotation-buffer, bookmark-annotation-file)
3454 (bookmark-annotation-point, bookmark-send-annotation)
3455 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3456 (bookmark-edit-annotation-text-func): Rename from
3457 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3458 (bookmark-edit-annotation-mode-map): Move initialization into
3459 declaration.
3460
3461 * bookmark.el: Remove spurious * in docstrings.
3462 (bookmark-minibuffer-read-name-map): New var.
3463 (bookmark-set): Use it. Also pass the default value as it should.
3464 (bookmark-send-edited-annotation): Take no chances with text properties.
3465 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3466 (bookmark-insert-buffer-name): Remove.
3467 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3468
3469 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3470
3471 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3472
3473 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 * diff-mode.el (diff-mode-menu): Add :help.
3476
3477 2008-03-09 Glenn Morris <rgm@gnu.org>
3478
3479 * calendar/calendar.el (general-holidays, oriental-holidays)
3480 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3481 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3482 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3483 (calendar-holidays): Restore autoload cookies, because people are
3484 used to using these variables without loading calendar.el.
3485
3486 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3487 (date, number): Declare where needed.
3488
3489 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3490 (list-sexp-diary-entries): Doc fixes.
3491 (diary-list-entries): Doc fix. Remove free variable `entry'.
3492 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3493 Simplify setting of `date-holiday-list'.
3494 (mark-diary-entries): Remove free variable `entry'.
3495 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3496 Use let where let* is not needed.
3497
3498 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3501 make-record function, instead paste it in afterwards.
3502 (bookmark-make-record-for-text-file):
3503 * doc-view.el (doc-view-bookmark-make-record):
3504 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3505
3506 2008-03-08 Glenn Morris <rgm@gnu.org>
3507
3508 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3509
3510 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * calendar/diary-lib.el (diary-list-entries)
3513 (include-other-diary-files, mark-diary-entries)
3514 (mark-sexp-diary-entries, mark-included-diary-files)
3515 (diary-entry-time, list-sexp-diary-entries): Remove the special
3516 handling of ^M that dates back to the use of selective-display.
3517 (simple-diary-display): Obey setting of pop-up-frames.
3518 (body, entry): Remove unnecessary declarations.
3519
3520 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3521 (bookmark-get-annotation, bookmark-set-annotation)
3522 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3523 (bookmark-set-position, bookmark-get-front-context-string)
3524 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3525 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3526 * info.el (Info-bookmark-make-record): Don't bother recording point.
3527 (bookmark-get-filename, bookmark-get-front-context-string)
3528 (bookmark-get-rear-context-string, bookmark-get-position):
3529 Don't declare any more.
3530 (bookmark-get-info-node): Remove.
3531 (bookmark-prop-get): Declare.
3532 (Info-bookmark-jump): Use it.
3533
3534 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3535
3536 * subr.el (while-no-input): Don't splice BODY directly into the
3537 `or' form.
3538
3539 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3540
3541 * diff-mode.el (diff-ignore-whitespace-hunk):
3542 Bind inhibit-read-only before trying to change the buffer.
3543
3544 2008-03-08 Glenn Morris <rgm@gnu.org>
3545
3546 * calendar/appt.el (appt): Move custom group here from calendar.el.
3547 (appt-disp-window, appt-convert-time): Doc fixes.
3548
3549 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3550 (calendar-bahai-mark-date-pattern):
3551 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3552 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3553 * calendar/cal-julian.el (calendar-absolute-from-julian):
3554 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3555
3556 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3557 calendar.el.
3558 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3559 Make constants.
3560 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3561 (chinese-calendar-daylight-savings-starts)
3562 (chinese-calendar-daylight-savings-ends)
3563 (chinese-calendar-daylight-savings-starts-time)
3564 (chinese-calendar-daylight-savings-ends-time)
3565 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3566 Doc fixes.
3567
3568 * calendar/cal-coptic.el (coptic-name): Add doc string.
3569
3570 * calendar/cal-french.el (french-calendar-month-name-array)
3571 (french-calendar-day-name-array, french-calendar-special-days-array):
3572 Add doc strings.
3573
3574 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3575 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3576 (diary-bahai-insert-yearly-entry):
3577 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3578 (calendar-time-zone):
3579 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3580 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3581 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3582 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3583 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3584 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3585 (list-islamic-diary-entries, mark-islamic-diary-entries)
3586 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3587 (insert-yearly-islamic-diary-entry):
3588 * calendar/cal-iso.el (calendar-iso-read-args):
3589 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3590 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3591 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3592 (calendar-next-calendar-round-date)
3593 (calendar-mayan-long-count-common-era):
3594 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3595 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3596 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3597 (calendar-mouse-goto-date):
3598 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3599 * calendar/holidays.el (holidays):
3600 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3601 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3602 (safe-date-to-time): Doc fixes.
3603
3604 * calendar/cal-persia.el (persian-calendar-month-name-array)
3605 (persian-calendar-epoch): Make constants.
3606
3607 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3608 calendar.el.
3609
3610 * calendar/cal-x.el (diary-frame-parameters)
3611 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3612 (calendar-after-frame-setup-hooks): Make defcustoms.
3613 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3614 (calendar-two-frame-setup): Doc fix.
3615
3616 * calendar/cal-loaddefs.el: New file.
3617
3618 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3619 * calendar/cal-french.el, calendar/cal-html.el:
3620 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3621 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3622 * calendar/cal-tex.el, calendar/cal-x.el:
3623 Unquote lambda functions. Add autoload cookies to functions formerly
3624 autoloaded in calendar.el. Set `generated-autoload-file' to
3625 "cal-loaddefs.el".
3626
3627 * calendar/calendar.el: Move many autoloads to separate file,
3628 cal-loaddefs.el. Move defcustoms to start and re-order.
3629 (calendar-month-name-array, calendar-starred-day): No need to
3630 declare for compiler.
3631 (cal-loaddefs): Require it.
3632 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3633 appropriate file.
3634 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3635 Reverse logic.
3636 (diary-face, diary-file-name-prefix-function, diary-include-string)
3637 (diary-glob-file-regexp-prefix, diary-face-attrs)
3638 (diary-file-name-prefix, sexp-diary-entry-symbol)
3639 (print-diary-entries-hook, list-diary-entries-hook)
3640 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3641 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3642 Move to diary-lib.
3643 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3644 (all-bahai-calendar-holidays): Doc fix.
3645 (calendar-insert-indented): Doc fix. Use when rather than if.
3646 (exit-calendar): Use mapc rather than mapcar.
3647 (calendar-cursor-to-date): Use zerop.
3648 (calendar-mark-ring): Add doc-string.
3649 (calendar-starred-day): Defvar it.
3650 (calendar-mode): Make calendar-starred-day local.
3651 (calendar-star-date): No need to make calendar-starred-day local.
3652
3653 * calendar/diary-lib.el: Move defcustoms to start.
3654 (diary-include-string, diary-list-include-blanks)
3655 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3656 (diary-file-name-prefix, diary-file-name-prefix-function)
3657 (sexp-diary-entry-symbol, list-diary-entries-hook)
3658 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3659 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3660 Move here from calendar.el.
3661 (diary-file-name-prefix-function): Use 'identity.
3662 (diary-face): Make it a defcustom, and mark as obsolete.
3663 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3664 (calendar-hebrew-month-name-array-leap-year)
3665 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3666 Define for compiler.
3667 (diary-font-lock-keywords): Use format rather than concat.
3668 Add bahai-diary-entry-symbol.
3669
3670 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3671 * calendar/solar.el: Unquote lambda functions.
3672
3673 * calendar/solar.el (calendar-location-name, calendar-latitude)
3674 (calendar-longitude, solar-setup, solar-sin-degrees)
3675 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3676 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3677 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3678 (solar-exact-local-noon, solar-julian-ut-centuries)
3679 (solar-ephemeris-time, solar-date-next-longitude)
3680 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3681 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3682 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3683 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3684 Doc fixes.
3685 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3686 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3687 (solar-ecliptic-coordinates): Use unless.
3688 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3689 Use or.
3690
3691 * calendar/timeclock.el: Add doc-strings to all functions.
3692 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3693 (timeclock-entry-list-length, timeclock-entry-list-projects)
3694 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3695
3696 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3697
3698 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3699 (org-get-entries-from-diary): Require diary-lib.
3700
3701 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
3702
3703 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3704 Pacify byte-compiler.
3705
3706 2008-03-07 Alan Mackenzie <acm@muc.de>
3707
3708 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3709 paren/bracket pairs parsed, to solve performance problem.
3710
3711 2008-03-07 Bastien Guerry <bzg@altern.org>
3712
3713 * bookmark.el (bookmark-set): Don't check for
3714 `bookmark-make-name-function' since `bookmark-buffer-file-name'
3715 already takes care of this.
3716 (bookmark-buffer-name, bookmark-buffer-file-name):
3717 Remove Info-mode specific code.
3718
3719 * info.el (bookmark-get-info-node): Define this function in
3720 info.el, not in bookmark.el.
3721 (Info-mode): Set `bookmark-make-name-function' to
3722 `Info-bookmark-make-name' locally.
3723 (Info-bookmark-make-name): New function.
3724
3725 * bookmark.el (bookmark-make-name-function): New variable.
3726
3727 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3728
3729 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3730 buffer-local, not `bookmark-make-cell-function' (the old name).
3731
3732 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
3733
3734 * doc-view.el (doc-view-bookmark-make-record):
3735 * image-mode.el (image-bookmark-make-record):
3736 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3737
3738 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
3739
3740 * vc.el (vc-status-menu-map-filter): Return orig-binding if
3741 boundp 'vc-ignore-menu-filter.
3742 (vc-status-tool-bar-map): Make it defvar.
3743 (vc-status-mode): vc-status-tool-bar-map now variable.
3744 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3745
3746 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3747
3748 Give a better name to part of the bookmark interface.
3749
3750 This was originally a much larger change, but halfway through I
3751 updated and discovered that Stefan Monnier had done the rest.
3752 It looks like he anticipated the new name too, because he used
3753 `the-record' instead of `the-cell' for some internal variable names.
3754
3755 * bookmark.el (bookmark-make-record-function): Was
3756 `bookmark-make-cell-function'.
3757 (bookmark-make, bookmark-send-annotation): Update for above.
3758 (bookmark-make-record-for-text-file):
3759 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3760
3761 * info.el: Adjust accordingly.
3762 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3763
3764 * image-mode.el: Adjust accordingly.
3765 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3766
3767 * doc-view.el: Adjust accordingly.
3768 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3769
3770 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3773 Move initialization into declaration.
3774 (bookmark-get-info-node, bookmark-set-info-node): Remove.
3775 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3776 (bookmark-info-current-node): Remove.
3777 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3778 Add relocation fallback. Set bookmark-current-bookmark.
3779 (bookmark-default-handler): Rename from bookmark-jump-noselect.
3780 Remove relocation fallback. Don't set bookmark-current-bookmark.
3781 (bookmark-set): Let it be used even if there's no buffer-file-name
3782 as long as there is a bookmark-make-cell-function.
3783 * info.el (Info-bookmark-jump): Remove relocation fallback.
3784 Don't set bookmark-current-bookmark.
3785
3786 2008-03-07 Glenn Morris <rgm@gnu.org>
3787
3788 * calendar/appt.el (appt-issue-message)
3789 (appt-message-warning-time, appt-audible, appt-visible)
3790 (appt-msg-window, appt-display-mode-line, appt-display-duration)
3791 (appt-display-diary): Remove autoload cookies.
3792
3793 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3794 Remove leading `*' from defcustom doc-strings.
3795
3796 * calendar/cal-dst.el (calendar-dst): New custom group.
3797 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3798 (calendar-time-zone, calendar-daylight-time-offset)
3799 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3800 (calendar-daylight-savings-starts-time)
3801 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3802 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3803 Move to start.
3804
3805 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3806
3807 * calendar/calendar.el (calendar-version): Use emacs-version and
3808 make it obsolete. Move to end.
3809 (calendar-offset, view-diary-entries-initially)
3810 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3811 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3812 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3813 (all-bahai-calendar-holidays, calendar-load-hook)
3814 (initial-calendar-window-hook, today-visible-calendar-hook)
3815 (today-invisible-calendar-hook, calendar-move-hook)
3816 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3817 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3818 (diary-include-string, sexp-diary-entry-symbol)
3819 (abbreviated-calendar-year, american-date-diary-pattern)
3820 (european-date-diary-pattern, european-calendar-display-form)
3821 (american-calendar-display-form, print-diary-entries-hook)
3822 (list-diary-entries-hook, diary-hook, diary-display-hook)
3823 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3824 (nongregorian-diary-marking-hook, diary-list-include-blanks)
3825 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3826 (local-holidays, other-holidays, hebrew-holidays-1)
3827 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3828 (hebrew-holidays, christian-holidays, islamic-holidays)
3829 (bahai-holidays, solar-holidays, calendar-setup)
3830 (calendar-week-start-day): Remove autoload cookies.
3831 (diary-glob-file-regexp-prefix): Doc fix.
3832 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3833 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3834 (calendar-week-start-day, calendar-debug-sexp): Move to start.
3835
3836 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3837 (calendar-time-display-form, calendar-latitude)
3838 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3839 cookies.
3840 (calendar-latitude, calendar-longitude): Move functions after
3841 variables.
3842 (diary-sabbath-candles-minutes): Move to start.
3843 (solar-setup): Use or rather than if.
3844 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3845 Remove condition-case.
3846 (solar-atn2): Use zerop.
3847 (solar-equinoxes-solstices): Doc fix.
3848
3849 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3850 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
3851
3852 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3853 (calendar-longitude, calendar-latitude, calendar-location-name):
3854 Declare for compiler.
3855
3856 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * arc-mode.el (archive-ar-file-header-re): New const.
3859 (archive-ar-summarize, archive-ar-extract): New funs.
3860 (archive-find-type): Recognize ar archives.
3861
3862 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3863 New functions.
3864
3865 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3866
3867 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
3868
3869 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3870 Replace :enable (mark-active) with :enable mark-active.
3871
3872 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * vms-patch.el (make-legal-file-name): New obsolete alias.
3875 (make-valid-file-name): Rename from `make-legal-file-name'.
3876 (make-auto-save-file-name): Use it.
3877
3878 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3879 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3880 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3881
3882 * textmodes/org.el (org-export-html-style): Doc fix.
3883 (org-get-legal-level): New obsolete alias.
3884 (org-get-valid-level): Rename from `org-get-legal-level'.
3885 (org-promote, org-demote, org-archive-subtree)
3886 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3887
3888 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
3889
3890 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3891
3892 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3893 (vc-status-toggle-mark): New functions.
3894 (vc-status-mode): Set tool bar map.
3895
3896 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3899 Reported by Drew Adams <drew.adams@oracle.com>.
3900
3901 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
3902
3903 * subr.el (read-quoted-char): Resolve modifers of the character
3904 event.
3905
3906 * comint.el (comint-exec-1): Don't change the coding-system for
3907 decoding to dos-like EOL.
3908 (comint-carriage-motion): Fully rewrite.
3909
3910 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * epg.el (epg-context-include-certs): Reflow docstring.
3913 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3914 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3915 (epg-context-set-signers, epg-context-set-sig-notations)
3916 (epg-make-import-status, epg-make-import-result)
3917 (epg-start-delete-keys): Fix typos in docstrings.
3918 (epg-start-sign-keys, epg-sign-keys):
3919 Fix typos in obsolescence declarations.
3920
3921 * iswitchb.el: Don't check for `cadr' and `last'.
3922 (iswitchb-define-mode-map, iswitchb-default-keybindings):
3923 Add obsolescence declaration and remove redundant info from docstring.
3924 (iswitchb-set-common-completion, iswitchb-set-matches)
3925 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3926 (recentf-list, most-len, most-is-exact):
3927 Don't wrap defvars within `eval-when-compile'.
3928
3929 2008-03-05 Glenn Morris <rgm@gnu.org>
3930
3931 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3932 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3933 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3934 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3935 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3936
3937 * ediff-hook.el (ediff-window-setup-function): Don't autoload
3938 declaration for compiler.
3939 (ediff-xemacs-init-menus): Use when rather than if.
3940
3941 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3942 if+and to just and.
3943 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3944 (ediff-delete-overlay): Move the XEmacs test inside the definition.
3945
3946 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3947
3948 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3949 test inside XEmacs test.
3950 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3951 since it was doing nothing on Emacs.
3952 (ediff-make-bullet-proof-overlay): Use when rather than if.
3953
3954 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3955 (ediff-setup-control-frame): Remove
3956 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3957 a (featurep 'xemacs) test.
3958
3959 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
3960
3961 * calc/calc-ext.el (calc-extended-command-history): New variable.
3962 (calc-exectute-extended-command): Use `calc-extended-command-history'.
3963
3964 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
3965
3966 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
3967 (standard-mode-line-position): Add mouse-face.
3968
3969 * progmodes/compile.el (compilation-menu-map):
3970 (compilation-mode-map):
3971 * progmodes/grep.el (grep-mode-map): Add :help.
3972
3973 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3974 initialize in one step. Add :help. Use :enable to activate menu
3975 items. Show the key binding for edebug-defun.
3976 (lisp-interaction-mode-map): Add a menu.
3977
3978 * term.el (term-mode-map): Define and initialize in one step.
3979
3980 * ediff-init.el (ediff-color-display-p): Simplify.
3981 (Xor): Remove unused function.
3982 (ediff-with-syntax-table): Simplify for Emacs.
3983
3984 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3985 menu-bar being loaded, it always is.
3986
3987 2008-03-05 Glenn Morris <rgm@gnu.org>
3988
3989 * textmodes/tex-mode.el (tex-mode): Suppress warning about
3990 multiple definitions when compiling.
3991
3992 2008-03-04 Alan Mackenzie <acm@muc.de>
3993
3994 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3995
3996 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3997 doc-string, "c-old-LEN" -> "c-old-END".
3998
3999 2008-03-04 Jason Rumney <jasonr@gnu.org>
4000
4001 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4002 namespaces.
4003
4004 2008-03-04 Glenn Morris <rgm@gnu.org>
4005
4006 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4007
4008 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4009 than mapcar.
4010
4011 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4014 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4015
4016 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4017 so that M-q can fill comments.
4018 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4019 commands implemented in elisp.
4020 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4021 (tex-format-cmd): New function.
4022 (tex-compile): Use it to let the user specify default arguments.
4023 (tex-cmd-bibtex-args): New var.
4024 (tex-cmd-doc-view): New function.
4025
4026 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * faces.el (face-spec-set): Fix typos in docstring.
4029
4030 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4031
4032 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4033 (standard-mode-line-position): Use it to add a menu for toggling
4034 column number and line number display.
4035
4036 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4039 Remove optimization that was working around the form-code-walker bug.
4040
4041 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4042 Walk into the body of lambdas after byte-compile-unfold-lambda.
4043
4044 2008-03-03 Glenn Morris <rgm@gnu.org>
4045
4046 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4047 value, if set, over frame value.
4048
4049 * simple.el (transient-mark-mode): Don't turn on by default.
4050
4051 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4052 accidentally removed by the 2007-12-05 merge from Gnus.
4053
4054 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * progmodes/compile.el (compilation-menu-map): Add menu entries
4057 for useful options.
4058
4059 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4060 Glenn Morris <rgm@gnu.org>
4061
4062 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4063 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4064 Give a `bytecomp-' prefix to local variables with common names.
4065
4066 2008-03-01 Glenn Morris <rgm@gnu.org>
4067
4068 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4069 code commented out 2007-11-10.
4070
4071 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4072
4073 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4074 Delete macro.
4075 * emulation/viper-cmd.el, emulation/viper-ex.el:
4076 * emulation/viper-init.el, emulation/viper-keym.el:
4077 * emulation/viper-mous.el, emulation/viper-util.el:
4078 * emulation/viper.el:
4079 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4080 featurep test.
4081
4082 Replace obselete frame-local variables with frame-parameters.
4083 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4084 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4085 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4086 on XEmacs.
4087 * emulation/viper-util.el (viper-frame-value): New macro.
4088 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4089 (viper-R-state-post-command-sentinel)
4090 (viper-replace-state-post-command-sentinel)
4091 (viper-change-state-to-insert, viper-change-state-to-emacs):
4092 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4093 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4094 (viper-get-saved-cursor-color-in-insert-mode)
4095 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4096 Use viper-frame-value for viper-replace-overlay-cursor-color,
4097 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4098 viper-vi-state-cursor-color values.
4099
4100 * emulation/viper-cmd.el (zmacs-region-stays):
4101 * emulation/viper-util.el (zmacs-region-stays): No need to define
4102 for compiler.
4103
4104 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4105 mapcar on Emacs.
4106
4107 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4108 on XEmacs.
4109
4110 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4111 rather than if.
4112
4113 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4114
4115 * whitespace.el: New version 9.3. As the glyph code generation was
4116 fixed, it is possible now to use character code above ?\x1FFFF in the
4117 display table. Fix `whitespace-indentation-regexp' to not include an
4118 extra ending character. Reported by Michael Welsh Duggan
4119 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4120 the original whitespace package had. Suggested by Eric Cooper
4121 <ecc@cmu.edu>. Doc fix.
4122 (whitespace-action): New option.
4123 (whitespace-display-mappings): Changed default newline visualization to
4124 display downwards arrow, as the glyph code generation was fixed.
4125 (whitespace-unload-function): Assure that all local whitespace mode is
4126 turned off.
4127 (whitespace-global-modes): Fix type customization.
4128 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4129 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4130 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4131 Fix code.
4132 (whitespace-buffer): Command removed.
4133 (whitespace-trailing-regexp, whitespace-mark-x)
4134 (whitespace-display-window, whitespace-action-when-on)
4135 (whitespace-add-local-hook, whitespace-remove-local-hook)
4136 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4137 (whitespace-action): New funs.
4138 (whitespace-report-list, whitespace-report-text)
4139 (whitespace-report-buffer-name): New consts.
4140 (whitespace-report, whitespace-report-region): New commands.
4141
4142 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * disp-table.el (make-glyph-code): Don't test the result of
4145 `face-id', which already signals an error for invalid faces.
4146 (glyph-face): Simplify.
4147
4148 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4149 running `desktop-not-loaded-hook' to allow modifying it.
4150 Don't show warning message if `desktop-dirname' was modified.
4151
4152 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4155 we still expect more lines.
4156
4157 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4158 comment-paragraph filling if the commark doesn't match
4159 comment-start-skip.
4160
4161 2008-03-01 Daiki Ueno <ueno@unixuser.org>
4162
4163 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4164 the `imap' variant.
4165
4166 2008-03-01 Jason Rumney <jasonr@gnu.org>
4167
4168 * files.el (make-auto-save-file-name): Encode more characters in
4169 non-file buffer names. Use url-encoding.
4170
4171 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * net/net-utils.el (ftp-program): Fix typo in docstring.
4174 (ifconfig-program-options, netstat-program-options)
4175 (arp-program-options, route-program-options, nslookup-program-options)
4176 (ftp-program-options, smbclient-program-options)
4177 (dns-lookup-program-options, arp, route): Doc fixes.
4178
4179 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4180 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4181 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4182 Fix typos in docstrings.
4183 (gdb-pending-triggers): Reflow docstring.
4184 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4185
4186 2008-03-01 Alan Mackenzie <acm@muc.de>
4187
4188 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4189 typing "#" at EOB.
4190
4191 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4194
4195 2008-02-29 Kim F. Storm <storm@cua.dk>
4196
4197 * emulation/cua-base.el (cua-remap-control-v)
4198 (cua-remap-control-z): New defcustoms.
4199 (cua-mode): Add them to set-after property.
4200 (cua--init-keymaps): Use them.
4201 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4202
4203 * help.el (view-emacs-todo): Rename from view-todo.
4204 (describe-gnu-project): Rename from describe-project. Users changed.
4205 (view-help-file): New helper function.
4206 (describe-distribution, describe-copying, describe-gnu-project)
4207 (view-todo, view-order-manuals, view-emacs-problems): Use it.
4208 (view-emacs-debugging, view-external-packages): New commands.
4209 (help-map): Move describe-distribution to C-h C-o (ordering).
4210 Move view-emacs-problems to C-h C-p (problems).
4211 Bind view-emacs-debugging to C-h C-d (debugging).
4212 Bind view-external-packages to C-h C-e (extras).
4213 (help-for-help-internal): Cleanup and align descriptions.
4214 Remove command names to reduce clutter.
4215
4216 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4217
4218 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4219 and quieter face (not a warning).
4220
4221 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
4222
4223 * vc.el (vc-status-crt-marked): New variable.
4224 (vc-status-mode): Make it local.
4225 (vc-status-refresh): Use it to save the marked files.
4226 (vc-update-vc-status-buffer): Use it to restore the marked files.
4227
4228 * vc-svn.el (vc-svn-after-dir-status):
4229 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4230
4231 2008-02-29 Glenn Morris <rgm@gnu.org>
4232
4233 * allout.el (allout-topic-encryption-bullet)
4234 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4235 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4236 from 22.0 to 22.1.
4237
4238 * net/imap.el (imap-ping-server):
4239 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4240 Change defcustom :version from 23.0 to 23.1.
4241
4242 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4243
4244 * desktop.el (desktop-save): Save the buffer name if the
4245 uniquified base name is empty.
4246
4247 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4250 correctly when user has "set print address off".
4251
4252 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4253
4254 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4255 version number of the next major Emacs release, not 23.0.
4256
4257 * longlines.el (longlines-unload-function): New function.
4258
4259 2008-02-28 Juri Linkov <juri@jurta.org>
4260
4261 * startup.el (normal-splash-screen): Add argument `concise'.
4262 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4263 to the created buffer. If `concise' is non-nil, call
4264 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4265 (display-startup-screen): Add argument `concise' to the call to
4266 `normal-splash-screen'.
4267
4268 2008-02-28 Kim F. Storm <storm@cua.dk>
4269
4270 * startup.el (startup-echo-area-message): Check for about-emacs.
4271
4272 2008-02-28 Juri Linkov <juri@jurta.org>
4273
4274 * startup.el: Always add initial message to *scratch* buffer if
4275 `initial-scratch-message' is non-nil regardless of the value of
4276 `inhibit-startup-screen'.
4277 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4278 (command-line-1): Move code that inserts `initial-scratch-message'
4279 up before the if-form that checks for `inhibit-startup-screen'.
4280 Suggested by Jonathan Rockway <jon@jrock.us>.
4281
4282 2008-02-28 Juri Linkov <juri@jurta.org>
4283
4284 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4285 Rename `custom-mode' to `Custom-mode' in docstrings.
4286 (custom-buffer-create-internal, customize-browse):
4287 Rename `custom-mode' to `Custom-mode'.
4288 (custom-mode-hook): Rename to `Custom-mode-hook'.
4289 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4290 (custom-mode): Rename to `Custom-mode'.
4291 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4292 (custom-mode): Add backward-compatible non-interactive variant of
4293 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4294 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4295
4296 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4297
4298 * emulation/viper.el (viper-emacs-state-mode-list):
4299 Rename `custom-mode' to `Custom-mode'.
4300
4301 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4302 Capitalize "Tagged Files".
4303 (minibuffer-local-map): Add menu items for next/previous
4304 history elements and isearch history forward/backward.
4305
4306 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4307 `hs-isearch-open' with t instead of `comment' in :selected
4308 for "Code and Comment blocks" menu item.
4309
4310 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4313 Should be done in desktop.el instead.
4314
4315 2008-02-28 Glenn Morris <rgm@gnu.org>
4316
4317 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4318
4319 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4320
4321 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4322 (Info-menu, Info-goto-node): Remove declarations.
4323 (report-emacs-bug-info): Use info rather than Info-goto-node.
4324
4325 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4326 (idlwave-convert-xml-system-routine-info): Don't require xml.
4327 (idlwave-show-commentary, idlwave-shell-show-commentary):
4328 Don't require finder.
4329 (idlwave-info): Don't require info. Use info rather than
4330 Info-goto-node.
4331
4332 * textmodes/org.el (Info-goto-node): Remove declaration.
4333 (org-info): Use info rather than Info-goto-node.
4334
4335 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4336 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4337
4338 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4339
4340 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4341 the menu.
4342
4343 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4344 (vc-finish-logentry): Check for vc-status-mode, not only for
4345 vc-dired-mode.
4346
4347 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4348
4349 * isearch.el (isearch-printing-char): Don't check
4350 keyboard-coding-system.
4351 Call isearch-process-search-multibyte-characters only when
4352 current-input-method is non-nil.
4353
4354 2008-02-27 Kim F. Storm <storm@cua.dk>
4355
4356 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4357 (glyph-char, glyph-face): Handle cons encoding.
4358
4359 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4360
4361 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4362 empty string, return nil to allow the caller to default to the
4363 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4364
4365 * tool-bar.el (tool-bar-setup): Doc fix.
4366
4367 * mail/supercite.el (sc-describe):
4368 Fix typos in obsolescence declaration.
4369
4370 2008-02-27 Glenn Morris <rgm@gnu.org>
4371
4372 * autoinsert.el (auto-insert-alist): Change permission text to
4373 match FSF's GPLv3 form.
4374
4375 * mail/supercite.el (sc-cite-original): Doc fix.
4376 (sc-version): Make obsolete.
4377 (sc-describe): Show the SC info page. Make obsolete.
4378
4379 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4382 when using transient-mark-mode.
4383 (default-indicate-unused-lines): Remove unused var.
4384
4385 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4386
4387 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4388 and previous.
4389
4390 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4391
4392 2008-02-26 Glenn Morris <rgm@gnu.org>
4393
4394 * net/net-utils.el (top-level): Don't require comint when compiling.
4395 (nslookup-font-lock-keywords): Don't require font-lock.
4396 Use font-lock faces rather than variables.
4397 (nslookup, ftp, smbclient, network-service-connection):
4398 Don't require comint.
4399 (comint-prompt-regexp, comint-input-autoexpand)
4400 (comint-input-ring): Declare for compiler.
4401 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4402 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4403
4404 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4405 doc-string.
4406
4407 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * doc-view.el (doc-view-current-page): Add a `win' argument.
4410
4411 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4414 Demote it to plain defvar.
4415 (doc-view-conversion-refresh-interval): Reduce interval.
4416 (doc-view-goto-page): Allow moving to pages not yet rendered.
4417 (doc-view-goto-page): Construct a file name rather than extracting it
4418 from doc-view-current-files.
4419 (doc-view-kill-proc): Ignore errors from kill-process.
4420 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4421 (doc-view-insert-image): Use appropriate text if the page hasn't been
4422 rendered yet. Adjust scrolling so the text is displayed.
4423 (doc-view-display): Detect not just that a page is available, but also
4424 that it wasn't available before, so as to avoid refreshing all pages
4425 repeatedly.
4426 (doc-view-mode): Make doc-view-cache-directory if needed.
4427
4428 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4429
4430 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4431 toggle-read-only.
4432
4433 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4434 refering to a missing required field with the OPT prefix.
4435 Make unwindform more robust.
4436
4437 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4438 it duplicates the bibtex support in progmodes/hideshow.el.
4439 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4440 entries that do not start at the beginning of a line.
4441
4442 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4445
4446 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4447
4448 * help-fns.el (describe-variable): Add phrases about
4449 initialization file with and without customization;
4450 use new button type help-info-variable.
4451
4452 * help-mode.el (help-info-variable):
4453 New button able to read Info files for help-fns.el.
4454
4455 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4456
4457 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4458 (grep-mode): Use grep-mode-tool-bar-map.
4459
4460 * progmodes/compile.el (tool-bar): Require tool-bar.
4461 (compilation-mode-tool-bar-map): New variable.
4462 (compilation-mode): Use compilation-mode-tool-bar-map.
4463
4464 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4465
4466 2008-02-25 Glenn Morris <rgm@gnu.org>
4467
4468 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4469
4470 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * diff-mode.el (diff-file-junk-re): New const.
4473 (diff-beginning-of-file-and-junk): Use it.
4474 (diff-file-kill): Make sure we were really inside a file diff.
4475
4476 * diff-mode.el: Make it more robust in the presence of empty context
4477 lines in unified hunks.
4478 (diff-valid-unified-empty-line): New var.
4479 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4480 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4481 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4482 (diff-hunk-header-re-unified): New const.
4483 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4484 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4485 (diff-sanity-check-hunk): Use it.
4486
4487 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4488 Index: line, don't search backward for the previous one.
4489
4490 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4491
4492 * international/fontset.el (setup-default-fontset): Add non-OTF
4493 lao font for lao script.
4494
4495 * language/tibetan.el: Register tibetan-composition-function in
4496 composition-function-table.
4497
4498 * language/tibet-util.el (tibetan-composition-function):
4499 Adjust for the new calling way (argument changed). Try font-shape-text
4500 if possible.
4501
4502 * language/lao.el: Register lao-composition-function in
4503 composition-function-table.
4504
4505 * language/lao-util.el (lao-composition-function): Adjust for the new
4506 calling way (argument changed). Try font-shape-text if possible.
4507
4508 2008-02-25 Jason Rumney <jasonr@gnu.org>
4509
4510 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4511
4512 2008-02-25 Juri Linkov <juri@jurta.org>
4513
4514 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4515 background, "red4" for a dark background, "red" for 16 and
4516 8 colors, "grey" for grayscale, and inverse video otherwise.
4517 Add :version tag.
4518 (isearch-message): Keep the original isearch-message intact, and
4519 add text properties to it where necessary. Add `isearch-error' to
4520 the condition that checks if isearch is unsuccessful.
4521
4522 2008-02-24 Juri Linkov <juri@jurta.org>
4523
4524 * progmodes/compile.el (compilation-handle-exit):
4525 Use compilation-error face instead of font-lock-warning-face.
4526 Display the same message in the minibuffer as is inserted
4527 at the end of the compilation buffer.
4528
4529 2008-02-24 Glenn Morris <rgm@gnu.org>
4530
4531 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4532 multiple file case.
4533
4534 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4535
4536 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4537 multiple file case. Use a single `let' rather than two.
4538
4539 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * progmodes/compile.el (compilation-start): Specify a face for
4542 mode-line-process.
4543 (compilation-handle-exit): Specify a face and a tooltip for
4544 mode-line-process.
4545
4546 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4549 (hilit-chg-make-ov): Simplify.
4550 (hilit-chg-fixup): Use remove-overlays.
4551 (hilit-chg-set-face-on-change): Remove redundant call to
4552 `remove-text-properties'.
4553
4554 * dired.el (dired-mark-prompt): Don't count/display the t element.
4555 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4556
4557 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4560 add-submenu.
4561 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4562 Remove. Move contents to the only use ...
4563 (verilog-menu): ... here.
4564 (verilog-statement-menu): Remove. Move contents to the only use ...
4565 (verilog-stmt-menu): ... here.
4566 (verilog-mark-defun): Simply call mark-defun for emacs.
4567 (occur-pos-list): Declare for byte compiler.
4568 (mode-popup-menu): Don't defvar.
4569 (verilog-add-statement-menu): Remove.
4570 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4571 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4572
4573 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4574
4575 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4576 conditional.
4577 (verilog-font-grouping-keywords-face): Make the begin..end
4578 keywords standout more than other verilog keywords.
4579 (verilog-type-font-keywords): Move the begin..end out of this list
4580 to facilitate making them to (potentially) stand out more.
4581 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4582 function & task blocks.
4583 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4584 initial, function & task blocks.
4585 (verilog-forward-sexp): Handle the new "disable fork" statement of
4586 IEEE-1800 Verilog.
4587 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4588 statement of IEEE-1800 Verilog.
4589 (verilog-calc-1): Handle the new "disable fork" statement of
4590 IEEE-1800 Verilog.
4591 (verilog-disable-fork-re): Add const to help handle the new
4592 "disable fork" statement of IEEE-1800 Verilog.
4593 (verilog-declaration-core-re): Add port directions by themselves,
4594 with no qualification, as base item of a declaration.
4595 (verilog-pretty-declarations): Add new flag to ask it to refrain
4596 from printing to the message buffer.
4597 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4598 printing to the message buffer. Improve handling of the many
4599 types of expression line up.
4600 (verilog-just-one-space): Remove printing of an empty message.
4601 (verilog-get-lineup-indent): Rework to support the better handling
4602 of expression lineup for verilog-pretty-expr.
4603 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4604
4605 2008-02-24 Alan Mackenzie <acm@muc.de>
4606
4607 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4608 yesterday's commit.
4609
4610 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4611
4612 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4613 to mouse-set-point in buffers that aren't associated with files.
4614
4615 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4616
4617 2008-02-24 Alan Mackenzie <acm@muc.de>
4618
4619 Set of changes so that "obtrusive" syntactic elements in a
4620 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4621 unmatched paren) don't interact syntactically with stuff outside
4622 the CPP line.
4623
4624 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4625 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4626 off-by-one bug.
4627 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4628 a bit of refactoring.
4629 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4630 functionality of c-awk-advise-fl-for-awk-region, which has been
4631 refactored away.
4632
4633 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4634 (c-clear-char-property-with-value): New function and macro which
4635 remove text-properties `equal' to a supplied value.
4636
4637 * progmodes/cc-engine.el: Comment about text properties amended.
4638
4639 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4640 parens around "error\\|warning".
4641
4642 * progmodes/cc-langs.el (c-get-state-before-change-function)
4643 (c-before-font-lock-function, c-anchored-cpp-prefix):
4644 New language variables.
4645 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4646
4647 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4648 syntax-table text properties.
4649 (c-common-init): Call language specific before/after-change
4650 functions at mode initialisation.
4651 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4652 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4653 (c-neutralize-syntax-in-CPP): New functions.
4654 (c-before-change, c-after-change): Call the new language specific
4655 change functions defined in cc-langs.el.
4656 (c-advise-fl-for-region): New macro.
4657 (awk-mode): Remove AWK specific stuff which has been refactored
4658 into language independent stuff.
4659
4660 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4661
4662 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4663 (gdb): (Re)set gdb-flush-pending-output to nil here...
4664 (gdb-init-1): ...instead of here (before gdb-prompt).
4665
4666 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4669 Recognize ''' just like any other char-constant.
4670
4671 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4674 careful enough. Detect the uid-change all within the main loop.
4675
4676 2008-02-24 Stefan Monnier <monnier@pastel.home>
4677
4678 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4679
4680 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * hilit-chg.el (highlight-save-buffer-state): New macro.
4683 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4684 (hilit-chg-clear): Use it to preserve the modified-p flag.
4685 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4686
4687 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4690 when needed.
4691
4692 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4693
4694 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4695 from gnus-button-url-regexp.
4696
4697 2008-02-24 Eli Zaretskii <eliz@gnu.org>
4698
4699 * progmodes/compile.el (compilation-next-error): Doc fix.
4700 (compilation-find-file): Doc fix.
4701
4702 2008-02-24 Glenn Morris <rgm@gnu.org>
4703
4704 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4705 Add obsolete aliases to the old names.
4706
4707 2008-02-24 Richard Stallman <rms@gnu.org>
4708
4709 * net/net-utils.el (ifconfig): Rename from ipconfig.
4710 (ipconfig): Alias to ifconfig.
4711 (ifconfig-program): Rename from ipconfig-program.
4712 (ifconfig-program-options): Rename from ipconfig-program-options.
4713
4714 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4715
4716 * progmodes/verilog-mode.el (verilog-declaration-core-re):
4717 Add port directions by themselves, with no qualification, as base
4718 item of a declaration.
4719 (verilog-pretty-declarations): Add new flag that inhibits printing
4720 to the message buffer.
4721 (verilog-pretty-expr): Add new flag that inhibits printing to the
4722 message buffer. Improve handling of the many types of expression
4723 line up.
4724 (verilog-just-one-space): Don't print an empty message.
4725 (verilog-get-lineup-indent): Rework to support the better handling
4726 of expression lineup for verilog-pretty-expr.
4727 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4728 (verilog-mode-version, verilog-mode-release-date): Update.
4729
4730 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * subr.el (cancel-change-group): Don't move point.
4733
4734 2008-02-23 Markus Triska <markus.triska@gmx.at>
4735
4736 * linum.el (linum-after-config): Update all visible windows.
4737
4738 2008-02-23 Glenn Morris <rgm@gnu.org>
4739
4740 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4741 Add :help for Solitaire and Tetris.
4742
4743 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4744
4745 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4746 (smtpmail-code-conv-from): Doc fix. Fix custom type.
4747 (smtpmail-queue-index-file): Make it a defcustom.
4748 (smtpmail-queue-index): Delete.
4749 (smtpmail-send-it, smtpmail-send-queued-mail):
4750 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4751 smtpmail-queue-index.
4752
4753 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4754 Add :version.
4755
4756 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
4757
4758 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4759 New variables.
4760 (iwconfig): New function.
4761
4762 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
4763
4764 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4765 setting it.
4766 (vc-status-menu-map): Do not define using easy-menu.
4767 (vc-status-menu-map): New defalias.
4768 (vc-status-mode-map): Hook up the menu.
4769 (top-level): Update TODO.
4770
4771 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4772
4773 * vc-bzr.el (vc-bzr-init-version): Rename to ...
4774 (vc-bzr-init-revision): ... this.
4775
4776 2008-02-23 Jason Rumney <jasonr@gnu.org>
4777
4778 * makefile.w32-in (WINS_ALMOST): Remove term.
4779 (WINS): Add term here.
4780 (custom-deps, finder-data): Use WINS_ALMOST.
4781
4782 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * faces.el (font-weight-table): Fix value of `semi-light'.
4785
4786 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4789 Make those tables bijective.
4790
4791 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
4792
4793 Finish pdbtrack integration cleanup, settling missing-functions
4794 byte compiler warnings appropriately.
4795
4796 * progmodes/python.el (python-point): Remove this - beginning-of-line
4797 was all that was necessary for `python-pdbtrack-overlay-arrow'.
4798 (python-end-of-def-or-class, python-beginning-of-def-or-class)
4799 (python-goto-initial-line): Drop these - they were only needed for
4800 python-point.
4801 (python-comint-output-filter-function): Use condition-case and
4802 beginning-of-line directly, instead of python-mode.el functions
4803 which require all sorts of baggage.
4804 (point-safe): Unnecessary - we're using condition-case directly,
4805 instead.
4806 (python-execute-file): Include for python-shell, which I'm leaving
4807 in keeping despite it being unnecessary for pdb tracking.
4808
4809 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
4810
4811 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4812 Add SRFI 11 support.
4813 (let-values, let*-values): Specify scheme-indent-function.
4814
4815 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * vc.el (vc-exec-after): Move setting mode-line-process in the
4818 busy case ...
4819 (vc-set-mode-line-busy-indicator): ... in this new function.
4820 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4821 (vc-update-vc-status-buffer): Reset mode-line-process.
4822 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4823 mark/unmark all the files with the same state as the current one.
4824 With a prefix argument mark/unmark all files.
4825 (vc-status-mode-menu): Adjust strings.
4826 (vc-update-vc-status-buffer): Only do something when the argument
4827 is not nil.
4828 (vc-status-kill-dir-status-process): New function.
4829 (vc-status-mode-map): Bind it.
4830 (vc-status-process-buffer): New variable.
4831 (vc-status-mode): Make it local.
4832 (vc-status-refresh): Set it.
4833
4834 * vc-hg.el (vc-hg-dir-status):
4835 * vc-git.el (vc-git-dir-status):
4836 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4837 command is run.
4838
4839 2008-02-22 Glenn Morris <rgm@gnu.org>
4840
4841 * json.el (top-level): No need to require thingatpt.
4842 (json-read-keyword): Use thing-at-point rather than word-at-point.
4843
4844 * time.el (top-level): No need to require time-date when compiling.
4845
4846 * emacs-lisp/copyright.el (copyright-update-year):
4847 Fix subexpression numbering for the case when years are split over
4848 lines, and for the replace case.
4849
4850 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
4851 (tpu-caar, tpu-cadr): Delete functions.
4852 (zmacs-regions): No need to declare for compiler.
4853 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4854 (tpu-spell-check): Rewrite, and handle mark after point.
4855 (tpu-special-insert): Use or rather than if.
4856
4857 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4858 rather than spell-region.
4859
4860 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4861 warnings about spell-region.
4862
4863 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4864
4865 * ldefs-boot.el: Regenerated.
4866
4867 * loadup.el: Don't load language/devanagari, language/kannanda,
4868 language/malayalam, and language/tamil. Load language/sinhala.
4869
4870 * language/indian.el (indian-font-foundry)
4871 (indian-script-language-alist, indian-font-char-index-table)
4872 (indian-font-char, indian-font-char-range, indian-script-table)
4873 (indian-default-script, indian-composable-pattern): Delete them.
4874 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4875 language environments moved to here.
4876 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4877 New language environments.
4878
4879 * language/devanagari.el, language/devan-util.el,
4880 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4881 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4882 Delete them.
4883
4884 * language/sinhala.el: New file.
4885
4886 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
4887
4888 Update Nick Robert's port of pdb tracking from python-mode.el.
4889
4890 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4891 Clarify docstring.
4892 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4893 tracking is happening.
4894 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4895 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4896 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4897 Tracking is plugged in to all comint buffers once python.el is loaded.
4898 (python-pdbtrack-overlay-arrow): Toggle activation of
4899 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4900 (python-pdbtrack-track-stack-file): Use new
4901 `python-pdbtrack-get-source-buffer' for more flexible access to
4902 debugging source files.
4903 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4904 according to pdb stack trace, optionally using new
4905 `python-pdbtrack-grub-for-buffer' if file is not locally available.
4906 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4907 named buffer, or having function with indicated name.
4908 (python-shell): Remove comint-output-filter-functions hook
4909 addition, it's being done elsewhere. Wrap long line.
4910
4911 2008-02-21 Michael Olson <mwolson@gnu.org>
4912
4913 * json.el: Replace XEmacs compatibility code to get rid of
4914 compiler warnings.
4915
4916 * time.el: Fix compiler warning.
4917
4918 2008-02-21 Edward O'Connor <ted@oconnor.cx>
4919
4920 * json.el: New file (JavaScript Object Notation parser / generator).
4921
4922 2008-02-21 Dave Love <fx@gnu.org>
4923
4924 * progmodes/sym-comp.el: New file.
4925
4926 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4927 Require sym-comp. Add Python buffer to same-window-buffer-names.
4928 Fixup whitespaces.
4929 (python-font-lock-keywords): Add highlighting for Python builtins.
4930 (python-font-lock-syntactic-keywords): Rewrite.
4931 (python-quote-syntax): Use syntax-ppss-context instead of parsing
4932 ppss directly.
4933 (python-mode-map): Add binding for python-find-function.
4934 (python-calculate-indentation): Clean up the logic.
4935 (python-beginning-of-defun): Explicitly set return value.
4936 (python-beginning-of-statement): Stop looping if we get stuck
4937 going backwards.
4938 (python-next-statement): Stop looping if we somehow end up inside
4939 a string while advancing.
4940 (python-preoutput-continuation, python-version-checked): New vars.
4941 (python-check-version): New function.
4942 (run-python): Set default command to python-command instead of
4943 python-python-command.
4944 (run-python): Use python-check-version. Give PYTHONPATH
4945 precedence over data-directory in the process environment.
4946 Load function definitions in python process after.
4947 (python-check-comint-prompt): New function.
4948 (python-send-command, python-send-receive): Use it.
4949 (python-complete-symbol, python-try-complete): Functions deleted.
4950 Use symbol-complete instead of python-complete-symbol throughout.
4951 (python-fill-paragraph): Further refine the fenced-string regexp.
4952 (def-python-skeleton): Expand to the original abbrev instead if in
4953 a comment or string. Tweak skeletons for `if', `while', `for',
4954 `try/except', `try/finally', `name'.
4955 (python-pea-hook, python-abbrev-pc-hook): New functions.
4956 (python-abbrev-syntax-table): New var.
4957 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4958 Use symbol-completion-try-complete for hippie expansion.
4959 Turn on font lock unconditionally.
4960 (python-mode-hook): Defcustom it. No need to use make-local
4961 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4962 option, since it's buffer-local.
4963
4964 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4967
4968 2008-02-21 Drew Adams <drew.adams@oracle.com>
4969
4970 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4971 "Turn off" and a "Help" entry when the minor mode has no menu.
4972
4973 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
4974
4975 * vc.el (vc-status-mark, vc-status-unmark): New functions.
4976 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4977 vc-status-mark-file and vc-status-unmark-file.
4978 (vc-status-mark-unmark): New function.
4979 (vc-status-previous-line, vc-status-next-line): No longer interactive.
4980
4981 2008-02-21 Glenn Morris <rgm@gnu.org>
4982
4983 * composite.el (encode-composition-rule): Fix typo in error message.
4984 (composition-function-table, auto-composition-mode): Doc fixes.
4985
4986 * subr.el (sit-for): Fix obsolete form for nil second argument.
4987
4988 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4989 (spell-string): Make obsolete, in favor of ispell.
4990
4991 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4992
4993 * language/devanagari.el: Don't setup composition-function-table
4994 here.
4995 ("Devanagari"): Change charset, coding-system, coding-priority to
4996 Unicode-based ones. Don't require the feature devan-util.
4997
4998 * composite.el (compose-chars-after): Fix arguments for a function
4999 in composition-function-table.
5000 (auto-compose-region): Likewise.
5001
5002 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5003 for Ethiopic.
5004 (ps-mule-plot-string): Ignore glyph-string based compositions.
5005
5006 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * doc-view.el: Allow different windows to show different pages.
5009 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5010 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5011 add them back as macros instead, using image-mode-winprops instead.
5012 Update all users of those variables.
5013 (doc-view-new-window-function): New function to create a new overlay
5014 for each new window.
5015 (doc-view-mode): Use it and image-mode-setup-winprops.
5016 (doc-view-clone-buffer-hook): Rewrite accordingly.
5017
5018 * image-mode.el: Extend [hv]scroll support to per-window properties.
5019 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5020 (image-mode-winprops-alist): New var to replace them.
5021 (image-mode-new-window-functions): New hook.
5022 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5023 New funs.
5024 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5025 Remove the `window' argument, update callers.
5026 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5027 Use the new functions.
5028 (image-mode-reapply-winprops): New fun.
5029 (image-mode): Use it.
5030
5031 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5032
5033 * calc/calc-math.el (math-sin-raw): Add optional argument
5034 to keep track of original argument.
5035 (math-cos-raw): Use optional argument when calling math-sin-raw.
5036 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5037 with close to original precision.
5038
5039 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5040
5041 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5042 args in calls of sit-for.
5043
5044 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5047 (vc-svn-checkin): Fix typo in error message.
5048
5049 * help-mode.el: Require easymenu when compiling.
5050
5051 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5052
5053 * help-mode.el (help-mode-menu): New menu.
5054
5055 2008-02-20 Glenn Morris <rgm@gnu.org>
5056
5057 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5058 on Windows.
5059
5060 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5061
5062 * ps-mule.el (ps-mule-encode-region): Return a single string.
5063 (ps-mule-plot-string): Adjust for the above change.
5064 (ps-mule-encode-header-string): Likewise.
5065
5066 * international/latin1-disp.el (latin1-display): Don't use
5067 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5068 standard-display-table.
5069 (latin1-display-identities): Adjust for the change of what is
5070 returned by (get-language-info charset 'charset).
5071
5072 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5073 characters and terminal case.
5074
5075 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5076
5077 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5078
5079 * progmodes/python.el: Also require comint when loading.
5080 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5081 Replace python-shell with run-python on menu bar.
5082 (python-shell-map): New map.
5083 (python-default-interpreter, python-python-command-args)
5084 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5085 New options.
5086 (python-which-shell, python-which-args, python-which-bufname):
5087 New buffer local variables.
5088 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5089
5090 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5091 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5092 New constants.
5093
5094 Pdbtrack features:
5095
5096 (python-point, python-end-of-def-or-class)
5097 (python-beginning-of-def-or-class, python-goto-initial-line)
5098 (python-comint-output-filter-function)
5099 (python-pdbtrack-overlay-arrow)
5100 (python-pdbtrack-track-stack-file, python-toggle-shells)
5101 (python-shell, python-pdbtrack-toggle-stack-tracking)
5102 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5103 New functions.
5104
5105 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5106
5107 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5108 when the argument is nil.
5109
5110 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5111
5112 * vc.el (dir-status): Add a brief description.
5113
5114 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5115
5116 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5117 If non-nil, reverse the sense of the check.
5118
5119 * vc-rcs.el (vc-rcs-root): New func.
5120 * vc-cvs.el (vc-cvs-root): New func.
5121 * vc-svn.el (vc-svn-root): New func.
5122 * vc-sccs.el (vc-sccs-root): New func.
5123
5124 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5125
5126 * language/japan-util.el (setup-japanese-environment-internal):
5127 Call use-cjk-char-width-table.
5128
5129 * language/japanese.el ("Japanese"): Set exit-function to
5130 use-default-char-width-table.
5131
5132 * international/characters.el: Delete occurrences of non-Unicode
5133 tibetan and ethiopic characters.
5134 (cjk-char-width-table): New variable.
5135 (use-cjk-char-width-table, use-default-char-width-table):
5136 New functions.
5137
5138 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5139
5140 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5141 (vc-status-mode-menu): Add a :filter.
5142 (vc-status-printer): Add faces.
5143
5144 * vc-hg.el (vc-hg-extra-status-menu): New function.
5145 (vc-hg-dir-status): Clean up the buffer before using it.
5146
5147 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5150 (gdb): Initialize it here instead.
5151
5152 * files.el (locate-dominating-file): Fix thinko in last change.
5153 Reported by Bruce Stephens <bruce.stephens@isode.com>.
5154
5155 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5156
5157 * vc.el (vc-status-mode-menu): New menu for vc-status.
5158
5159 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
5160
5161 * progmodes/verilog-mode.el (customize): Fix typo in error message.
5162 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5163 (verilog-mode-auto, verilog-indent-level-module)
5164 (verilog-minimum-comment-distance, verilog-library-flags)
5165 (verilog-library-directories, verilog-library-files)
5166 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5167 (verilog-xemacs-menu, verilog-set-compile-command)
5168 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5169 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5170 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5171 (verilog-batch-inject-auto, verilog-batch-indent)
5172 (verilog-continued-line, verilog-type-keywords)
5173 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5174 (verilog-read-inst-pins, verilog-read-arg-pins)
5175 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5176 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5177 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5178 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5179 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5180 (verilog-mode-version, verilog-mode-release-date)
5181 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5182 (verilog-simulator, verilog-compiler)
5183 (verilog-auto-sense-defines-constant, verilog-company)
5184 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5185 Fix typos in docstrings.
5186 (verilog-set-auto-endcomments, verilog-calculate-indent)
5187 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5188 Reflow docstrings.
5189 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5190 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5191 (electric-verilog-forward-sexp, verilog-in-case-region-p)
5192 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5193 (verilog-leap-to-head, verilog-current-indent-level)
5194 (verilog-case-indent-level, verilog-cpp-keywords)
5195 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5196 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5197 (verilog-signals-not-in, verilog-symbol-detick-text)
5198 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5199 (verilog-forward-close-paren, verilog-backward-open-paren)
5200 (verilog-backward-open-bracket): Doc fixes.
5201
5202 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5203 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5204 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5205 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5206 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5207 Fix typos in docstrings.
5208
5209 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5210
5211 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5212
5213 * info.el (Info-read-node-name): Removed unused `default' arg.
5214
5215 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5216
5217 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5218
5219 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * image-mode.el (image-get-display-property): New fun.
5222 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5223 (image-mode, image-minor-mode, image-toggle-display-text)
5224 (image-toggle-display): Use it.
5225
5226 2008-02-18 Jason Rumney <jasonr@gnu.org>
5227
5228 * international/mule.el (xml-find-file-coding-system): Don't warn
5229 about utf-16 with BOM.
5230
5231 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5232
5233 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5234 warn if file encoding is not utf-8 and encoding not specified.
5235 (xml-find-file-coding-system): New function.
5236 * international/mule-conf.el (file-coding-system-alist): Use it.
5237
5238 2008-02-17 Glenn Morris <rgm@gnu.org>
5239
5240 * international/mule-cmds.el (set-locale-environment):
5241 Pass `frame' to getenv for LC_MESSAGES.
5242
5243 2008-02-17 Juri Linkov <juri@jurta.org>
5244
5245 * time.el (emacs-init-time): Use format instead of format-seconds.
5246
5247 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5248
5249 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5250 bibtex-find-entry. Add autoload cookie.
5251 (bibtex-find-entry): Alias for bibtex-search-entry.
5252 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5253 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5254 (bibtex-clean-entry): atomic-change-group removed.
5255 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5256 to locate buffer location where error occurred.
5257 Make error messages more specific.
5258 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5259
5260 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5261
5262 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5263 top level.
5264
5265 * simple.el (transient-mark-mode): Add an :init-value.
5266
5267 * startup.el (command-line): Use custom-reevaluate-setting for
5268 transient-mark-mode.
5269
5270 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5271
5272 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5273
5274 2008-02-16 Juri Linkov <juri@jurta.org>
5275
5276 * startup.el (after-init-time): New variable.
5277 (command-line): Set `after-init-time' to the current time.
5278
5279 * time.el (emacs-init-time): New function.
5280
5281 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * files.el (locate-dominating-file): Remove initial loop because it's
5284 not careful enough. Detect the uid-change all within the main loop.
5285
5286 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5287
5288 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5289
5290 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5291
5292 * vc.el (vc-annotate): Add new argument.
5293 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5294
5295 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5296 Move make-variable-buffer-local code after the corresponding defvar.
5297 (hs-minor-mode-map): Define and initialize in one step.
5298 (hs-minor-mode): Change from defun to define-minor-mode.
5299
5300 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5301
5302 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5303 (gdb-ready): Move declaration...
5304
5305 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5306 (gdb-early-user-input): New variable.
5307 (gdb): Reset gdb-flush-pending-output to nil and set
5308 comint-input-sender here (before gdb-prompt), instead of...
5309 (gdb-init-1): ...here.
5310 (gdb-send): If Emacs is not ready, defer user input to...
5311 (gdb-prompt): ...here.
5312
5313 2008-02-16 Glenn Morris <rgm@gnu.org>
5314
5315 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5316
5317 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5318 (before-init-time): New name for `emacs-startup-time'.
5319 (command-line): Use before-init-time rather than emacs-startup-time.
5320 * time.el (emacs-uptime): Use before-init-time rather than
5321 emacs-startup-time.
5322
5323 * composite.el (composition-function-table): Doc fix.
5324
5325 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5326 in favor of `%z' specifier.
5327 (emacs-uptime): Move to time.el.
5328 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5329 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5330 argument of format-seconds.
5331
5332 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5333
5334 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5335
5336 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5337
5338 * ielm.el (ielm-is-whitespace): Remove.
5339 (ielm-is-whitespace-or-comment): New function.
5340 (ielm-eval-input): Use it.
5341
5342 2008-02-15 Jason Rumney <jasonr@gnu.org>
5343
5344 * term/mac-win.el: Fix coding tag.
5345
5346 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 * vc-hooks.el (vc-menu-map):
5349 * bindings.el (mode-line-mode-menu): Add tooltips.
5350
5351 * bindings.el (help-echo): Add more tooltips. Use a less
5352 telegraphic style for existing tooltips.
5353
5354 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5357 from the auto-generated one.
5358
5359 2008-02-14 Glenn Morris <rgm@gnu.org>
5360
5361 * mail/rmail-spam-filter.el (rmail-spam-filter):
5362 Let-bind message-spam-status.
5363
5364 * mail/smtpmail.el (password-cache-add): Declare as function.
5365
5366 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5367
5368 * mail/smtpmail.el: Use password-cache.
5369
5370 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5371
5372 * uniquify.el (uniquify-buffer-base-name): New function.
5373 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5374
5375 * desktop.el (uniquify-managed): Don't defvar.
5376 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5377 `uniquify-managed'. Return also the buffer's base name.
5378 (desktop-save): When saving the buffer info, filter out the base name,
5379 and save it as buffer name if the buffer is managed by uniquify.
5380 (uniquify-item-base): Don't declare; not called anymore.
5381
5382 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5383
5384 * vc.el (vc-annotate-find-revision-at-line): New function.
5385 (vc-annotate-mode-map): Bind it.
5386 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5387 some entries.
5388
5389 2008-02-14 Glenn Morris <rgm@gnu.org>
5390
5391 * calendar/time-date.el (format-seconds): New function.
5392 (emacs-uptime): Use format-seconds.
5393
5394 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5395 Remove `LC_ALL=C', since it's included in $(emacs) now.
5396
5397 2008-02-14 Zhang Wei <id.brep@gmail.com>
5398
5399 * textmodes/org-publish.el (org-publish-timestamp-filename):
5400 Replace colon characters in filename too.
5401
5402 2008-02-13 Bastien Guerry <bzg@altern.org>
5403
5404 * mail/rmail.el (rmail-header-name): New face.
5405 (rmail-font-lock-keywords): Use rmail-header-name.
5406
5407 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5408 against X-Spam-Status header field.
5409 (rmail-spam-filter): Also check X-Spam-Status header field.
5410
5411 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5412
5413 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5414 Add support for .pm files and .php files.
5415 (flymake-err-line-patterns): Add pattern for PHP errors.
5416 (flymake-php-init): New function. PHP support for flymake.
5417
5418 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5419 Add regular expression for PHP errors.
5420
5421 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5422
5423 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5424 This DTRT even on w32 machines.
5425 (ange-ftp-cf1): Quote FILENAME.
5426
5427 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5430 (smerge-auto-combine): New fun.
5431
5432 2008-02-12 Juri Linkov <juri@jurta.org>
5433
5434 * startup.el (fancy-startup-screen, normal-splash-screen):
5435 Set default-directory to command-line-default-directory.
5436
5437 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5438 after reading the desktop.
5439
5440 * progmodes/compile.el (compilation-auto-jump):
5441 Call compile-goto-error only when compilation-auto-jump-to-first-error
5442 is non-nil.
5443 (compilation-scroll-output): Replace :type 'boolean with a choice
5444 that has three options including a third option `first-error'.
5445 Doc fix.
5446 (compilation-start, compilation-forget-errors): Add an alternate
5447 condition comparing compilation-scroll-output with `first-error'
5448 in addition to compilation-auto-jump-to-first-error (to call
5449 compilation-auto-jump in the proper place).
5450
5451 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * international/mule.el (sgml-html-meta-auto-coding-function):
5454 Make sure the search limit is ahead.
5455
5456 * tar-mode.el: Fix broken indentation.
5457 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5458 Use with-current-buffer.
5459
5460 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5463 it is already automatically buffer-local.
5464
5465 2008-02-11 Drew Adams <drew.adams@oracle.com>
5466
5467 * help.el (describe-key): Join some split lines to facilitate filling.
5468 * help-fns.el (describe-function-1): Fill text of overlong lines.
5469
5470 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5471
5472 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5473 Use unibyte-string instead of string-make-unibyte.
5474
5475 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5476
5477 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5480 works also for buffers w/o buffer-file-name. Update callers.
5481 (doc-view-clone-buffer-hook): New fun.
5482 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5483 the `doc-view' property so they can be recognized.
5484
5485 * simple.el (clone-indirect-buffer-hook): New hook.
5486 (clone-indirect-buffer): Run it.
5487
5488 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5489
5490 * epa.el (epa-menu-mode): Merge into epa-mode.
5491 (epa-menu-items): Rename the label "EasyPG Assistant" to
5492 "Encryption/Decryption".
5493
5494 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5495 (epa-dired-mode-map): Rename from epa-dired-map.
5496 (epa-global-dired-mode): Rename the global minor mode.
5497
5498 2008-02-11 Drew Adams <drew.adams@oracle.com>
5499
5500 * isearch.el (isearch-fail): New face.
5501 (isearch-message): Highlight failure part of input.
5502
5503 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * ibuffer.el (ibuffer-header-line-format): New var.
5506 (ibuffer-mode): Set it instead of header-line-format.
5507 (ibuffer-update): Use it to set header-line-format.
5508
5509 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5510 properties like self-insert-command.
5511
5512 2008-02-11 Drew Adams <drew.adams@oracle.com>
5513
5514 * progmodes/etags.el: Add many doc strings.
5515
5516 2008-02-11 Jason Rumney <jasonr@gnu.org>
5517
5518 * ldefs-boot.el: Regenerated.
5519
5520 2008-02-11 Glenn Morris <rgm@gnu.org>
5521
5522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5523 Shorten some names.
5524
5525 * ffap.el (ffap-rfc-directories): Add :version.
5526
5527 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5528
5529 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5530 files, and backup files of same.
5531
5532 2008-02-11 Kevin Ryde <user42@zip.com.au>
5533
5534 * ffap.el (ffap-rfc-directories): New variable.
5535 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5536
5537 * info.el (Info-next-reference, Info-prev-reference)
5538 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5539
5540 * simple.el (completion-list-mode): Show full completion-list-mode-map
5541 in the docstring.
5542
5543 2008-02-11 Sam Steingold <sds@gnu.org>
5544
5545 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5546
5547 2008-02-11 Glenn Morris <rgm@gnu.org>
5548
5549 * startup.el (emacs-startup-time): New variable.
5550 (command-line): Set emacs-startup-time.
5551
5552 * calendar/time-date.el (emacs-uptime): New function.
5553
5554 2008-02-10 Bastien Guerry <bzg@altern.org>
5555
5556 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5557 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5558 it is nil.
5559
5560 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5561
5562 * epg-config.el: Expand the contents of epg-package-info.el.
5563 (epg-package-name): New constant.
5564 (epg-version-number): New constant.
5565 (epg-bug-report-address): New constant.
5566
5567 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5568 (epa-global-mail-mode): New global minor mode.
5569
5570 * epa-file.el (epa-file-mode): New global minor mode.
5571
5572 * epa-dired.el (epa-dired-mode): New global minor mode.
5573
5574 * epa.el (epa-menu): New variable.
5575 (epa-menu-items): New variable.
5576 (epa-menu-mode): New global minor mode.
5577 (epa-global-minor-modes): New user option.
5578 (epa-mode): New global minor mode.
5579
5580 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5581
5582 * net/dbus.el: Remove `no-byte-compile' cookie.
5583 (dbus-call-method, dbus-register-signal, dbus-debug)
5584 (dbus-registered-functions-table): Declare them with
5585 `declare-function' or `defvar', respectively.
5586 (top): Don't assert any longer. Require 'cl when compiling.
5587 Apply `ignore-errors' but `dbus-ignore-errors'.
5588
5589 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5590
5591 * diff-mode.el (diff-add-change-log-entries-other-window):
5592 Use add-change-log-entry.
5593
5594 2008-02-09 Jason Rumney <jasonr@gnu.org>
5595
5596 * button.el (button-map):
5597 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5598 * ldefs-boot.el: Regenerate.
5599
5600 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * epa.el (epa-faces, epa):
5603 * epa-file.el (epa-file):
5604 * epg-config.el (epg): Add :version.
5605
5606 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5607
5608 * vc.el (vc-exec-after): Append CODE to previous fragments.
5609 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5610 take MESSAGES instead of VERBOSE; use it when non-nil.
5611 (vc-diff-internal): Compute messages once; use them;
5612 update call to vc-diff-finish.
5613
5614 2008-02-09 Michael Olson <mwolson@gnu.org>
5615
5616 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5617 buffer has been killed, such as by
5618 `tramp-cleanup-all-connections'.
5619
5620 2008-02-09 Miles Bader <miles@gnu.org>
5621
5622 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5623
5624 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5627 splitter in context hunks.
5628
5629 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5630
5631 * international/fontset.el (setup-default-fontset): Fix arabic otf
5632 font specification.
5633
5634 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5635
5636 * epa-dired.el:
5637 * epa-file.el:
5638 * epa-mail.el:
5639 * epa-setup.el:
5640 * epa.el:
5641 * epg-config.el:
5642 * epg-package-info.el:
5643 * epg.el: Initial check-in of EasyPG.
5644
5645 2008-02-08 Glenn Morris <rgm@gnu.org>
5646
5647 * woman.el (woman-locale): New defcustom.
5648 (woman-expand-locale, woman-manpath-add-locales): New functions.
5649 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5650
5651 * international/mule-cmds.el (locale-translate): New function,
5652 with old code extracted from set-locale-environment.
5653 (set-locale-environment): Use locale-translate. Set woman-locale.
5654
5655 * cus-start.el (selection-coding-system): Remove, since it's now
5656 defined in select.el rather than in xselect.c.
5657 * select.el (selection-coding-system): Make it a defcustom, and
5658 add the properties from cus-start.el. Bump :version.
5659
5660 * custom.el (custom-theme-set-variables): Sort symbols that are
5661 dependencies before symbols that depend on them.
5662 (custom-enabled-themes): Set after custom-theme-directory.
5663
5664 * pcmpl-unix.el (top-level): Move provide statement to end.
5665 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5666 `*' from doc-string. Allow to be nil.
5667 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5668 Allow to be nil. Add :version.
5669 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5670 without hostnames, and multiple hostnames per line.
5671
5672 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5673
5674 2008-02-08 Phil Hagelberg <phil@evri.com>
5675
5676 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5677 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5678
5679 2008-02-07 Timo Savola <timo.savola@iki.fi>
5680
5681 * startup.el (command-line-x-option-alist): Add --parent-id.
5682
5683 * term/x-win.el (x-handle-parent-id): New function.
5684
5685 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5686
5687 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5688 "Font Menu".
5689
5690 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * net/dbus.el (dbus-interface-peer): New defconst.
5693 (dbus-ping): New defun.
5694
5695 2008-02-06 Sam Steingold <sds@gnu.org>
5696
5697 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5698
5699 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5702 Just return nil and let the C code provide a fallback.
5703
5704 2008-02-05 Glenn Morris <rgm@gnu.org>
5705
5706 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5707 tramp-flush-connection-property for removed 2nd argument.
5708
5709 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * diff-mode.el (diff-add-change-log-entries-other-window):
5712 Rename from diff-create-changelog. Change users.
5713 Minor change to hopefully work with plain diffs.
5714 (diff-mode-map): Add binding for it.
5715
5716 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5717
5718 * diff-mode.el: Add new TODO entry.
5719 (diff-create-changelog): New function.
5720 (diff-mode-menu): Bind it.
5721
5722 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5723
5724 * international/mule-diag.el (print-fontset-element): Handle the
5725 case of inhibiting the fallback fonts.
5726
5727 2008-02-04 Kim F. Storm <storm@cua.dk>
5728
5729 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5730 (ido-magic-delete-char): Use prefix arg.
5731
5732 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5735 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5736 of today, the most recent libpng is 1.2.24).
5737
5738 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5741
5742 * net/dbus.el (top): Check (featurep 'dbusbind).
5743
5744 * net/tramp.el (tramp-process-sentinel): New defun.
5745 (tramp-do-copy-or-rename-file-out-of-band)
5746 (tramp-maybe-open-connection): Use it as process sentinel.
5747 (tramp-handle-delete-directory): Don't use the "-f" option; it
5748 isn't portable.
5749 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5750 after the command.
5751 (tramp-handle-shell-command): Set `mode-line-process' in the
5752 asynchronous case.
5753
5754 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5755
5756 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5757 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5758 Use `tramp-process-sentinel' as process sentinel.
5759
5760 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * whitespace.el (global-whitespace-mode): Revert last change.
5763 (whitespace-unload-function): Force `global-whitespace-mode'
5764 to deactivate local modes in a slightly less intrusive way.
5765
5766 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5767
5768 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5769
5770 2008-02-02 Glenn Morris <rgm@gnu.org>
5771
5772 * international/latin1-disp.el (latin1-display):
5773 * progmodes/fortran.el (fortran-comment-indent-char):
5774 * progmodes/idlw-shell.el (top-level):
5775 * term/mac-win.el (mac-keyboard-translate-char):
5776 * whitespace.el (whitespace-char-valid-p):
5777 * wid-edit.el (widget-key-sequence-read-event):
5778 Use characterp rather than char-valid-p.
5779
5780 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5781 to capitalized-find-word-boundary. Doc fix. Update callers.
5782 (capitalized-next-word-boundary-function-table): Rename to
5783 capitalized-find-word-boundary-function-table. Doc fix. Update users.
5784
5785 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5786 string-to-int.
5787
5788 * ps-def.el (declare-function): Add compatibility definition.
5789 (ps-plot-with-face, ps-plot-string): Declare as functions.
5790 (ps-bold-faces, ps-italic-faces): Declare variables.
5791
5792 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5793 (ps-mule-end-job): Declare as functions.
5794
5795 * wid-edit.el (widget-string-complete): Use assoc-string rather
5796 than assoc-ignore-case.
5797
5798 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
5799
5800 * progmodes/etags.el (next-file): Improve revert message.
5801
5802 2008-02-01 Andreas Schwab <schwab@suse.de>
5803
5804 * loadup.el: Load language/burmese instead of language/myanmar.
5805
5806 2008-02-01 Richard Stallman <rms@gnu.org>
5807
5808 * language/burmese.el: Rename from myanmar.el.
5809 ("Burmese"): Rename from "Myanmar".
5810
5811 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5812
5813 * international/fontset.el (script-representative-chars): Add cham
5814 and tai-viet.
5815 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5816 Add fontconfig spec for cjk-misc. Explicitly specify font font
5817 for U+E000..U+F8FF.
5818
5819 * international/characters.el (script-list): Add cham.
5820
5821 * language/cham.el: New file.
5822
5823 2008-02-01 Mark A. Hershberger <mah@everybody.org>
5824
5825 * xml.el (xml-escape-string): Don't do any encoding changes on the
5826 string.
5827
5828 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5829
5830 * language/ind-util.el (in-is13194-post-read-conversion):
5831 Delete unnecessary call of indian-compose-region.
5832
5833 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5834
5835 * ps-print.el: Some face attributes (like :strike-through) were not
5836 being recognised. Reported by Leo <sdl.web@gmail.com>.
5837 (ps-print-version): New version 7.3.2.
5838 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
5839 ps-face-overline-p and ps-face-box-p functions.
5840
5841 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5842 New functions.
5843
5844 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5845
5846 * international/fontset.el (font-encoding-alist): Add an entry for
5847 iso8859-16.
5848 (setup-default-fontset): Add iso8859-16 to latin.
5849
5850 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5851 hexadigit string.
5852 (describe-char): Adjust for the above change.
5853
5854 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5855
5856 * international/fontset.el (font-encoding-alist): Don't set the
5857 repertory of GB18030 fonts.
5858
5859 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5860
5861 * language/indian.el: Set font-shape-text for all Indic characters
5862 in composition-function-table.
5863
5864 * language/khmer.el: New file.
5865
5866 * language/myanmar.el: New file.
5867
5868 * loadup.el: Load "language/khmer" and "language/myanmar".
5869
5870 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5871
5872 * international/fontset.el (setup-default-fontset): Fix lao OTF
5873 script name.
5874
5875 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5876
5877 * composite.el (terminal-composition-modification): Delete it.
5878
5879 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5880
5881 * international/fontset.el (x-complement-fontset-spec):
5882 Complement size too.
5883
5884 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5885
5886 * international/fontset.el (font-encoding-charset-alist):
5887 Initialize it.
5888 (otf-script-alist): Fix typo of canadian-aboriginal.
5889 (setup-default-fontset): Specify font-specs for many more scripts.
5890 (x-complement-fontset-spec): Change the first argument to a
5891 font-spec object.
5892 (create-fontset-from-fontset-spec): Adjust for the above change.
5893
5894 2008-02-01 Kenichi Handa <handa@m17n.org>
5895
5896 * language/devanagari.el: Register font-shape-text in
5897 composition-function-table.
5898
5899 * language/tibetan.el: Register font-shape-text in
5900 composition-function-table.
5901
5902 * language/thai-util.el (thai-composition-function): Fix arguments.
5903
5904 * language/tamil.el: Register font-shape-text in
5905 composition-function-table.
5906
5907 * language/malayalam.el: Register font-shape-text in
5908 composition-function-table.
5909
5910 * language/lao.el: Register font-shape-text in
5911 composition-function-table.
5912
5913 * language/kannada.el: Register font-shape-text in
5914 composition-function-table.
5915
5916 * language/european.el (diacritic-composition-function): Fix arguments.
5917
5918 * language/ethio-util.el (ethio-composition-function): Fix arguments.
5919
5920 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5921
5922 * composite.el (composition-function-table): Fix docstring.
5923 (terminal-composition-function): Fix arguments.
5924 (auto-compose-current-font): Delete it.
5925 (auto-compose-chars): Adjust for the change of
5926 composition-function-table.
5927
5928 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5929
5930 * international/fontset.el (font-encoding-alist): Add the entry of
5931 "unicode-bmp".
5932
5933 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5934
5935 * composite.el (auto-compose-chars): Be sure to calculate
5936 composition at least at POS.
5937
5938 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5939
5940 * printing.el: Fix pr-interface-map initialization code.
5941 (pr-version): New version 6.9.3.
5942 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5943 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5944 (pr-f-read-string): Replace by pr-read-string.
5945 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5946 New function name.
5947 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5948
5949 2008-02-01 Kenichi Handa <handa@m17n.org>
5950
5951 * language/tv-util.el (tai-viet-re): Include '-'.
5952 (tai-viet-glyph-info): Handle '-'.
5953
5954 2008-02-01 Kenichi Handa <handa@m17n.org>
5955
5956 * descr-text.el (describe-char): Handle a composition of the new
5957 format. Show font name.
5958
5959 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5960
5961 * language/tibet-util.el (tibetan-composition-function): Use
5962 font-shape-text if auto-compose-current-font is non-nil.
5963
5964 * language/tibetan.el: Fix the range for recording
5965 tibetan-composition-function in composition-function-table.
5966
5967 * language/mlm-util.el (malayalam-composition-function): Use
5968 font-shape-text if auto-compose-current-font is non-nil.
5969
5970 * international/mule-conf.el: Flag many charsets as supplementary.
5971
5972 * international/mule.el (define-charset): Update the docstring for
5973 :supplementary-p.
5974
5975 * international/fontset.el (setup-default-fontset): Add OpenType
5976 fonts for malayalam and tibetan.
5977
5978 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5979
5980 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5981
5982 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5983
5984 * international/fontset.el (otf-script-alist): Make all otf tags
5985 4-letters.
5986 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5987
5988 * language/tml-util.el (tamil-composition-function): Use
5989 font-shape-text if auto-compose-current-font is non-nil.
5990
5991 * language/devan-util.el (devanagari-composition-function): Use
5992 font-shape-text if auto-compose-current-font is non-nil.
5993
5994 * composite.el (auto-compose-chars): Change argument font-object
5995 to window.
5996
5997 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5998
5999 * ps-print.el (ps-lpr-switches): Docstring fix.
6000 (ps-string-list): New function.
6001 (ps-do-despool): Code fix.
6002
6003 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6004
6005 * international/utf-7.el (utf-7-imap-post-read-conversion)
6006 (utf-7-imap-pre-write-conversion): New functions.
6007
6008 * international/mule-conf.el (utf-7-imap): New coding system.
6009
6010 2008-02-01 Kenichi Handa <handa@m17n.org>
6011
6012 * term/x-win.el (x-selection-value): If x-select-request-type is
6013 nil, try also STRING at last.
6014 (x-select-request-type): Doc fix for the change of x-selection-value.
6015
6016 * select.el (selection-coding-system, next-selection-coding-system):
6017 Move declarations from xselect.c.
6018 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6019 If it is nil, decode by a proper coding system. Handle C_STRING.
6020 (ccl-check-utf-8, string-utf-8-p): Delete them.
6021 (xselect-convert-to-string): Fix determining data-type in the case
6022 that TEXT is requested. Don't use selection-coding-system if it's
6023 not proper for the data-type.
6024
6025 2008-02-01 Kenichi Handa <handa@m17n.org>
6026
6027 * term/x-win.el (x-selection-value): If x-select-request-type is
6028 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6029
6030 2008-02-01 Jason Rumney <jasonr@gnu.org>
6031
6032 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6033 to signify default fontset.
6034
6035 2008-02-01 Kenichi Handa <handa@m17n.org>
6036
6037 * international/mule-cmds.el (describe-language-environment):
6038 Check if the specified input method exists or not.
6039
6040 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6041
6042 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6043 (ps-face-background-name): Remove this function. It's already defined
6044 in ps-def.el file.
6045
6046 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6047
6048 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6049 Epoch emacsen.
6050
6051 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6052
6053 * ps-print.el: Now detect if text foreground and background colors are
6054 equals and replace the foreground color by another color, so the text
6055 becomes visible. Doc fix.
6056 (ps-print-version): New version 7.3.
6057 (ps-default-fg, ps-default-bg): Docstring fix.
6058 (ps-fg-list, ps-fg-validate-p): New options.
6059 (ps-foreground-list): New variable.
6060 (ps-generate-header-line): Replace fboundp by functionp.
6061 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6062
6063 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6064
6065 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6066 Move (again) some variable definitions before use, define some
6067 function aliases, no code change.
6068 (pr-version): New version 6.9.2.
6069 (pr-path-style, pr-auto-region, pr-menu-char-height)
6070 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6071 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6072 via (defvar VAR).
6073 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6074 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6075 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6076 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6077 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6078 (pr-menu-print-item, pr-ps-printer-menu-modified)
6079 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6080 (pr-even-or-odd-alist): Move variable definitions.
6081
6082 2008-02-01 Kenichi Handa <handa@m17n.org>
6083
6084 * language/chinese.el (cp936): Delete duplicated alias.
6085
6086 * international/mule-diag.el (list-block-of-chars): Don't insert
6087 non-Unicode characters.
6088
6089 2008-02-01 Jason Rumney <jasonr@gnu.org>
6090
6091 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6092 * term/w32-win.el: Don't require code-pages.
6093
6094 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 Fix up multi-tty merge.
6097
6098 * version.el (emacs-version): Bump to 23.0.60.
6099
6100 * term/x-win.el (x-initialize-window-system): Don't try to create
6101 a fontset from a font-specification anymore. This was removed on the
6102 unicode branch and mistakenly re-added by the multi-tty merge.
6103
6104 * term/w32-win.el: Remove duplicate code that's now in
6105 w32-initialize-window-system.
6106 (w32-initialize-window-system): Don't try to create a fontset from
6107 a font-specification anymore. This was removed on the unicode branch
6108 and mistakenly re-added by the multi-tty merge.
6109
6110 * term/mac-win.el: Remove duplicate top-level code.
6111
6112 * language/ethio-util.el:
6113 * international/characters.el: Use utf-8 rather than utf-8-emacs
6114 since it works as well and has the advantage of working with
6115 non-unicode versions of Emacs.
6116
6117 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6118 multi-tty code, which includes the previous local change.
6119
6120 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6121
6122 * ps-print.el (ps-print-version): New version 7.2.5.
6123 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6124 Use `mapc' rather than `mapcar'.
6125
6126 2008-02-01 Kenichi Handa <handa@m17n.org>
6127
6128 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6129 instead of char-or-string-p to catch -1.
6130
6131 2008-02-01 Kenichi Handa <handa@m17n.org>
6132
6133 * international/mule-cmds.el (inactivate-input-method):
6134 Set input-method-function to nil before calling
6135 inactivate-current-input-method-function.
6136
6137 2008-02-01 Kenichi Handa <handa@m17n.org>
6138
6139 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6140 height that doesn't exceed the requested height by rounding off.
6141
6142 2008-02-01 Andreas Schwab <schwab@suse.de>
6143
6144 * international/mule-diag.el (print-fontset-element):
6145 Use fontp only if defined.
6146
6147 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6148
6149 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6150 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6151 (ps-mule-prologue-generated): Code fix.
6152
6153 2008-02-01 Kenichi Handa <handa@m17n.org>
6154
6155 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6156 with FIXEDCASE t.
6157
6158 2008-02-01 Kenichi Handa <handa@m17n.org>
6159
6160 * international/mule-diag.el (print-fontset-element): Fix for the
6161 format change of a fontset element for font-backend feature.
6162
6163 2008-02-01 Kenichi Handa <handa@m17n.org>
6164
6165 * descr-text.el (describe-char): Fix for the case that a component
6166 character is TAB.
6167
6168 2008-02-01 Kenichi Handa <handa@m17n.org>
6169
6170 * international/mule-cmds.el (select-safe-coding-system-interactively):
6171 Fix printing of rejected and unsafe coding-systems.
6172
6173 * international/fontset.el (setup-default-fontset): Add tai-viet.
6174
6175 * international/characters.el: Setup syntax/category table for Tai Viet.
6176 (script-list): Add tai-viet.
6177
6178 * loadup.el: Load "language/tai-viet".
6179
6180 * language/tai-viet.el: New file.
6181
6182 * language/tv-util.el: New file.
6183
6184 2008-02-01 Jason Rumney <jasonr@gnu.org>
6185
6186 * faces.el (font-weight-table): Use defaults on w32 that match
6187 LOGFONT.lfWeight.
6188
6189 * term/w32-win.el: Don't create fontset from command-line font.
6190
6191 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6194 (sort-coding-systems, search-unencodable-char): Doc fixes.
6195 (default-input-method, input-method-verbose-flag)
6196 (input-method-highlight-flag): Remove * in defcustom's docstrings.
6197 (exit-language-environment-hook, set-default-coding-systems)
6198 (coding-system-change-eol-conversion, prefer-coding-system)
6199 (find-multibyte-characters, leim-list-entry-regexp)
6200 (set-input-method, input-method-exit-on-first-char, princ-list)
6201 (locale-language-names, locale-charset-language-names)
6202 (define-char-code-property): Fix typos in docstrings.
6203
6204 2008-02-01 Kenichi Handa <handa@m17n.org>
6205
6206 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6207 Fix for a new character code space (22-bit).
6208
6209 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6212
6213 2008-02-01 Kenichi Handa <handa@m17n.org>
6214
6215 * international/characters.el: Add more cases/syntaxes from Latin
6216 characters.
6217
6218 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6219
6220 * ps-def.el (installation-directory): Must be initialized when defining
6221 it in XEmacs.
6222 (coding-system-for-read): Eliminate duplicated definition.
6223
6224 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6225
6226 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6227
6228 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6229
6230 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6231 (ps-print-emacs-type): Eliminate variable.
6232 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6233 running ps-print package.
6234
6235 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6236 (ps-frame-parameter): Replace defun by defalias.
6237 (mark-active): Eliminate defvar.
6238
6239 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6240 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6241 (ps-jts-ps-setup): Replace macros by vector key definition.
6242
6243 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6244
6245 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6246 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6247 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6248 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6249 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6250 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6251 New command actions for EPS header and EPS footer.
6252
6253 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6254 footer. Fix some problems with one-or-more, zero-or-more and
6255 alternative constructions generation. Some implementation of log
6256 messages. Doc fix.
6257 (ebnf-version): New version 4.4.
6258 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6259 (ebnf-eps-footer, ebnf-log): New options.
6260 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6261 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6262 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6263 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6264 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6265 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6266 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6267 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6268 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6269 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6270 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6271 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6272 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6273 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6274 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6275 (ebnf-except-dimension, ebnf-alternative-dimension)
6276 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6277 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6278 Insert log message function.
6279 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6280 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6281 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6282 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6283 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6284 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6285 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6286 compatibility with Emacs 20 & 21.
6287 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6288 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6289 (ebnf-basic-empty-height): New variables.
6290 (ebnf-prologue): Fix PostScript code.
6291 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6292 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6293 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6294 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6295
6296 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6297
6298 * printing.el: Group together all XEmacs/Emacs definitions.
6299 (pr-version): New version 6.9.
6300 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6301 New functions.
6302 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6303 (pr-menu-bind): Fix code.
6304 (pr-e-frame-char-height, pr-e-frame-char-width)
6305 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6306 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6307 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6308 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6309 (pr-x-event-y-pixel): Eliminate aliases.
6310 (pr-xemacs-global-menubar): Move macro.
6311 (current-menubar, current-mouse-event, zmacs-region-stays)
6312 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6313 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6314 Move variables.
6315 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6316 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6317 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6318 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6319 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6320 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6321 Move functions.
6322
6323 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6324
6325 * ps-print.el: The ps-print commands without face printing should not
6326 print background color. Reported by Leo <sdl.web@gmail.com>.
6327 (ps-print-version): New version 7.2.2.
6328 (ps-begin-job): New arg. Fix ps-default-background and
6329 ps-default-foreground initialization.
6330 (ps-face-attributes): Fix doc string.
6331 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6332
6333 * printing.el: Fix ps-print link.
6334
6335 2008-02-01 Kenichi Handa <handa@m17n.org>
6336
6337 * international/mule-diag.el (list-character-sets-2): Don't print width.
6338
6339 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6340
6341 * ps-print.ps: Fix background height.
6342 (ps-print-version): New version 7.2.1.
6343
6344 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6345
6346 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6347 into separate files.
6348 (ps-print-version): New version 7.2.
6349 (ps-postscript-code-directory): Fix XEmacs initialization.
6350 (ps-generate-postscript-with-faces):
6351 Call ps-generate-postscript-with-faces1 (new function).
6352 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6353 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6354 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6355 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6356 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6357 Move functions to ps-def.el.
6358 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6359 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6360 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6361 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6362 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6363 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6364 Move functions to ps-samp.el.
6365
6366 * ps-bdf.el (installation-directory, coding-system-for-read):
6367 Move variables to ps-def.el.
6368
6369 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6370 (charset-bytes, charset-dimension, charset-id, charset-width)
6371 (find-charset-region, char-width, chars-in-region, forward-point)
6372 (decompose-composite-char, encode-coding-string, coding-system-p)
6373 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6374 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6375
6376 * ps-def.el: New file. XEmacs/Emacs definitions.
6377 (ps-generate-postscript-with-faces1): New function.
6378 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6379 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6380 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6381 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6382 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6383 Move functions from ps-print.el.
6384 (installation-directory, coding-system-for-read):
6385 Move variables from ps-bdf.el.
6386 (leading-code-private-22): Move variable from ps-mule.el.
6387 (charset-bytes, charset-dimension, charset-id, charset-width)
6388 (find-charset-region, char-width, chars-in-region, forward-point)
6389 (decompose-composite-char, encode-coding-string, coding-system-p)
6390 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6391 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6392
6393 * ps-samp.el: New file. Sample setup code.
6394 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6395 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6396 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6397 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6398 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6399 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6400 Move functions from ps-print.el.
6401
6402 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6403
6404 * ps-print.el: Handle frame parameters (background and/or foreground
6405 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6406 (ps-print-version): New version 7.1.
6407 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6408 (ps-frame-parameter): New function.
6409 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6410 Fix doc and customization.
6411 (ps-begin-job): Get frame parameters (background and/or foreground
6412 colors).
6413 (ps-do-despool): Ensure ps-printer-name has a valid value.
6414
6415 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6416
6417 * progmodes/ebnf-abn.el:
6418 * progmodes/ebnf-bnf.el:
6419 * progmodes/ebnf-dtd.el:
6420 * progmodes/ebnf-ebx.el:
6421 * progmodes/ebnf-iso.el:
6422 * progmodes/ebnf-otz.el:
6423 * progmodes/ebnf-yac.el:
6424 * progmodes/ebnf2ps.el:
6425 * delim-col.el:
6426 * printing.el:
6427 * ps-bdf.el:
6428 * ps-mule.el:
6429 * ps-print.el: Remove 'Time-stamp' comment mark.
6430
6431 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6432 'easy-menu-add-item' when called in Emacs 21 or higher.
6433
6434 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6435
6436 * ps-print.el : Fix doc.
6437 (ps-print-version): New version 7.0.
6438
6439 2008-02-01 Kenichi Handa <handa@m17n.org>
6440
6441 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6442 XMODIFIERS.
6443
6444 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6445
6446 * ps-print.el: Fix maintainer email. Eliminate function declaration
6447 that kept compatibility with older Emacs version.
6448 (ps-print-version): New version 6.7.
6449
6450 2008-02-01 Kenichi Handa <handa@m17n.org>
6451
6452 * international/quail.el (quail-get-translations):
6453 Make quail-current-key multibyte if not yet done.
6454
6455 2008-02-01 Zhang Wei <id.brep@gmail.com>
6456
6457 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6458 ("Chinese-GB18030"): Add sample-text and tutorial.
6459
6460 * international/fontset.el (font-encoding-alist)
6461 (setup-default-fontset): Add gb18030.
6462 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6463 (charset-script-alist): Add gbk and gb18030.
6464
6465 * international/characters.el: Put property
6466 preferred-coding-system on gbk and gb18030.
6467
6468 * international/mule-cmds.el (locale-language-names): Add an entry
6469 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6470
6471 * faces.el (face-font-registry-alternatives): Add gb18030.
6472
6473 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6474
6475 * ps-mule.el: Fix maintainer email.
6476
6477 2008-02-01 Kenichi Handa <handa@m17n.org>
6478
6479 * international/quail.el (quail-insert-kbd-layout): Check the
6480 length of (cdr translation).
6481 (quail-get-current-str): Check the length of (cdr def).
6482
6483 2008-02-01 Kenichi Handa <handa@m17n.org>
6484
6485 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6486
6487 2008-02-01 Kenichi Handa <handa@m17n.org>
6488
6489 * international/mule-cmds.el (ucs-insert): Re-implement.
6490
6491 2008-02-01 Kenichi Handa <handa@m17n.org>
6492
6493 * composite.el (terminal-composition-modification): New function.
6494 (terminal-composition-function): Create composition with the above
6495 modification function.
6496
6497 2008-02-01 Zhang Wei <id.brep@gmail.com>
6498
6499 * international/characters.el: Add more full-width characters in
6500 char-width-table.
6501
6502 2008-02-01 Kenichi Handa <handa@m17n.org>
6503
6504 * international/fontset.el (create-fontset-from-fontset-spec):
6505 Fix script name handling.
6506
6507 2008-02-01 Kenichi Handa <handa@m17n.org>
6508
6509 * composite.el (terminal-composition-function): New function.
6510 (terminal-composition-function-table): New variable.
6511 (auto-compose-chars): If running on a terminal, use
6512 terminal-composition-function-table.
6513
6514 * loadup.el: Load "composite" after "international/characters".
6515
6516 * international/characters.el: Delete codes for setting up charset
6517 property nospace-between-words. Fix setting up of
6518 char-width-table. Don't make ethiopic and tibetan double column.
6519
6520 * textmodes/fill.el (fill-find-break-point-function-table):
6521 Don't set it up in defvar.
6522 (fill-nospace-between-words-table): New variable.
6523 (fill-delete-newlines): Check fill-nospace-between-words-table
6524 instead of charset property nospcae-between-words.
6525
6526 2008-02-01 Kenichi Handa <handa@m17n.org>
6527
6528 * composite.el (global-auto-composition-mode): Make the initial
6529 value not depend on emacs-basic-display.
6530
6531 * textmodes/fill.el: Don't use charset property
6532 `fill-find-break-point-function'.
6533 (fill-find-break-point-function-table): New variable.
6534 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6535
6536 2008-02-01 Kenichi Handa <handa@m17n.org>
6537
6538 * international/mule.el (coding-system-list): Be sure to exclude
6539 subsidiary coding systems.
6540
6541 2008-02-01 Kenichi Handa <handa@m17n.org>
6542
6543 * composite.el (auto-composition-after-change)
6544 (toggle-auto-composition): Remove `auto-composed' property instead
6545 of setting it to nil.
6546
6547 2008-02-01 Kenichi Handa <handa@m17n.org>
6548
6549 * language/misc-lang.el (iso-8859-6): New coding system.
6550
6551 2008-02-01 Kenichi Handa <handa@m17n.org>
6552
6553 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6554 replace-regexp-in-string as replacement.
6555
6556 2008-02-01 Kenichi Handa <handa@m17n.org>
6557
6558 * international/fontset.el (otf-script-alist): Add byzm, math,
6559 musc, and nko.
6560
6561 * international/characters.el (script-list): Add nko,
6562 byzantine-musical-symbol, musical-symbol, and mathematical.
6563
6564 2008-02-01 Kenichi Handa <handa@m17n.org>
6565
6566 * composite.el (auto-compose-current-font): New variable.
6567 (auto-compose-chars): New arg FONT-OBJECT.
6568
6569 2008-02-01 Kenichi Handa <handa@m17n.org>
6570
6571 * international/characters.el: Modify category-table and
6572 script-table for new Ethiopic character range.
6573
6574 2008-02-01 Kenichi Handa <handa@m17n.org>
6575
6576 * international/mule-cmds.el (set-language-environment-fontset):
6577 Delete it.
6578
6579 2008-02-01 Kenichi Handa <handa@m17n.org>
6580
6581 * international/fontset.el (otf-script-alist): Set it.
6582
6583 2008-02-01 Kenichi Handa <handa@m17n.org>
6584
6585 * international/fontset.el (font-encoding-alist):
6586 Fix for "ethiopic-unicode".
6587
6588 2008-02-01 Kenichi Handa <handa@m17n.org>
6589
6590 * international/fontset.el (script-representative-chars):
6591 Add an entry for latin script.
6592
6593 2008-02-01 Kenichi Handa <handa@m17n.org>
6594
6595 * faces.el (font-weight-table): Treat regular and normal as the
6596 same as medium.
6597 (font-slant-table): Add (roman . 100).
6598
6599 2008-02-01 Kenichi Handa <handa@m17n.org>
6600
6601 These changes are for the new font handling codes.
6602
6603 * faces.el (font-weight-table, font-slant-table)
6604 (font-swidth-table): New customizable variables.
6605
6606 * international/fontset.el (font-encoding-alist): Add koi8-4.
6607 (script-representative-chars): Set the default value.
6608 (create-fontset-from-x-resource): Delete `message'.
6609
6610 2008-02-01 Kenichi Handa <handa@m17n.org>
6611
6612 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6613 Call set-buffer-multibyte with arg `to'.
6614
6615 2008-02-01 Kenichi Handa <handa@m17n.org>
6616
6617 * info.el (Info-fontify-node): Check if already fontified or not
6618 by next-single-property-change.
6619
6620 2008-02-01 Kenichi Handa <handa@m17n.org>
6621
6622 * international/mule.el (ctext-pre-write-conversion): Produce
6623 extra designation sequence for ASCII at the end off extended segment.
6624
6625 2008-02-01 Kenichi Handa <handa@m17n.org>
6626
6627 * international/mule.el (ctext-non-standard-encodings-table):
6628 Reverse the returning list.
6629 (ctext-pre-write-conversion): Fix encoding with extended segments.
6630
6631 * international/mule-conf.el (compound-text)
6632 (compound-text-with-extensions): Add long-form in :flags.
6633
6634 2008-02-01 Kenichi Handa <handa@m17n.org>
6635
6636 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6637 regexp for paring FONTSET-SPEC (allow spaces after `:').
6638
6639 2008-02-01 Kenichi Handa <handa@m17n.org>
6640
6641 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6642 for the case that a charset is specified as target.
6643
6644 2008-02-01 Kenichi Handa <handa@m17n.org>
6645
6646 * international/ccl.el (ccl-embed-string): Check string length.
6647 Set special flag for multibyte character sequence.
6648 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6649 str unibyte.
6650 (ccl-compile-write): If the character code doesn't fit in 22-bit
6651 (ccl-dump-write-const-string): Check special flag for multibyte
6652 character sequence.
6653
6654 2008-02-01 Kenichi Handa <handa@m17n.org>
6655
6656 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6657 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6658 ps-mule-eight-bit-char.
6659
6660 2008-02-01 Kenichi Handa <handa@m17n.org>
6661
6662 * language/chinese.el ("Chinese-BIG5"):
6663 Set ctext-non-standard-encodings property to "big5-0".
6664
6665 * international/mule.el (ctext-non-standard-encodings):
6666 Initialize to nil.
6667 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6668 entry for "big5-0".
6669 (ctext-non-standard-encodings-table): Return a list instead of
6670 char-table.
6671 (ctext-pre-write-conversion): Adjust for the above change.
6672
6673 2008-02-01 Zhang Wei <id.brep@gmail.com>
6674
6675 * international/mule.el (ctext-non-standard-encodings-alist):
6676 Add an entry for gbk-0.
6677 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6678 a row 8-bit.
6679
6680 * language/chinese.el ("Chinese-GBK"):
6681 Set ctext-non-standard-encodings property to "gbk-0".
6682 Add sample-text property.
6683
6684 2008-02-01 Kenichi Handa <handa@m17n.org>
6685
6686 * international/kkc.el (kkc-region): Use
6687 this-single-command-raw-keys on pushing back an unhandled key sequence.
6688
6689 2008-02-01 Kenichi Handa <handa@m17n.org>
6690
6691 * international/encoded-kb.el (encoded-kbd-mode):
6692 Check saved-input-mode on turning off Encoded Kbd mode.
6693
6694 * composite.el (auto-composition-after-change): Use save-buffer-state.
6695 (turn-on-auto-composition-if-enabled): Don't turn on
6696 auto-composition-mode in a unibyte buffer.
6697
6698 2008-02-01 Kenichi Handa <handa@m17n.org>
6699
6700 * startup.el (command-line): Use custom-reevaluate-setting for
6701 global-auto-composition-mode.
6702
6703 * composite.el (auto-composition-function): Make it buffer local.
6704 (auto-composition-mode): New minor mode.
6705 (turn-on-auto-composition-if-enabled): New function.
6706 (global-auto-composition-mode): New global minor mode.
6707
6708 2008-02-01 Kenichi Handa <handa@m17n.org>
6709
6710 * descr-text.el (describe-char): Use insert-text-button instead of
6711 widget-create for "customize what to show" button.
6712
6713 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6714
6715 * language/ethiopic.el: Fix copyright.
6716 (composition-function-table): Support a new character in Unicode 4.1.
6717
6718 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6719 (ethio-tex-to-fidel-buffer, ethio-composition-function)
6720 ("ethiopic-tex"): Support new characters in Unicode 4.1.
6721
6722 2008-02-01 Kenichi Handa <handa@m17n.org>
6723
6724 * international/characters.el: Register characters in
6725 auto-fill-chars. Put nospace-between-words to more charsets.
6726
6727 2008-02-01 Zhang Wei <id.brep@gmail.com>
6728
6729 * international/mule-cmds.el (locale-language-names): Add entries
6730 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6731 (locale-preferred-coding-systems): Fix entries for Chinese locales.
6732
6733 2008-02-01 Kenichi Handa <handa@etlken>
6734
6735 * international/utf-7.el: Delete the definition of utf-7.
6736 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6737 Add autoload cookies.
6738
6739 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6740
6741 * term/mac-win.el: Delete the code to create a fontset from the X
6742 resource "Font".
6743
6744 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6745
6746 * international/robin.el (robin-define-package): Be sure to call
6747 put-char-code-property.
6748
6749 2008-02-01 Kenichi Handa <handa@m17n.org>
6750
6751 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6752 property to 1.
6753
6754 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6755 property to t.
6756
6757 * international/mule.el (coding-system-get):
6758 Check `ascii-incompatible' for backward compatiblity.
6759 (set-file-name-coding-system): Signal an error for a coding system
6760 not suitable for file name.
6761 (set-keyboard-coding-system): Signal an error for a coding system
6762 not suitable for keyboard.
6763
6764 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6765 Set :suitable-for-keyboard property to 1.
6766
6767 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6768 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6769
6770 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6771 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6772
6773 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6774
6775 * international/robin.el (robin-define-package): Delete redundant code.
6776 (robin-add-rule): Allow N-1 reverse conversion.
6777
6778 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6779
6780 * international/robin.el (robin-define-package): Make the
6781 expanded form shorter.
6782
6783 2008-02-01 Zhang Wei <id.brep@gmail.com>
6784
6785 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6786 chiense-iso-8bit.
6787
6788 2008-02-01 Kenichi Handa <handa@m17n.org>
6789
6790 * loadup.el: If we are byte-compiling unidata-gen.el or running
6791 unidata-ge-files, set purify-flag to nil.
6792
6793 2008-02-01 Kenichi Handa <handa@m17n.org>
6794
6795 * loadup.el: Load international/charprop.el with NOERROR t.
6796
6797 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6798
6799 2008-02-01 Kenichi Handa <handa@m17n.org>
6800
6801 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6802 New charsets and coding systems.
6803 (mac-symbol, mac-dingbats): New charsets.
6804
6805 2008-02-01 Kenichi Handa <handa@m17n.org>
6806
6807 * international/characters.el: Set syntax of NBSP to punctuation.
6808
6809 2008-02-01 Kenichi Handa <handa@m17n.org>
6810
6811 * international/mule-cmds.el: Don't require wid-edit.
6812
6813 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6814
6815 * international/robin.el: New file.
6816
6817 * language/ethiopic.el: Change encoding to utf-8-emacs.
6818 Register ethio-composition-function in composition-function-table.
6819 ("Ethiopic"): Change coding-systems to utf-8-emacs.
6820
6821 * language/ethio-util.el: Change encoding to utf-8-emacs.
6822 Rewrite all transliteration functions to use robin.el.
6823 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6824 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6825 (ethio-prefer-ascii-punctuation): Delete variables.
6826 (ethio-char-to-ethiocode, ethio-convert-digit)
6827 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6828 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6829 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6830 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6831 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6832 (ethio-adjust-robin, ethio-composition-function)
6833 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6834 (ethio-sera-to-fidel-region-ethio)
6835 (ethio-sera-to-fidel-region-noethio)
6836 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6837 New functions.
6838
6839 2008-02-01 Miles Bader <miles@gnu.org>
6840
6841 * international/mule.el (auto-coding-regexp-alist)
6842 (ctext-pre-write-conversion): Replace embedded control characters
6843 with octal escapes; this prevents diff from thinking the file is binary.
6844
6845 2008-02-01 Miles Bader <miles@gnu.org>
6846
6847 * descr-text.el (describe-char-unidata-list):
6848 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6849 (byte-compile-insert-header):
6850 * international/mule.el (charset-list, set-coding-priority)
6851 (ignore-relative-composition):
6852 * international/mule-util.el (detect-coding-with-priority):
6853 * international/mule-diag.el:
6854 * international/mule-cmds.el (language-info-custom-alist):
6855 * international/codepage.el (codepage-setup):
6856 Replace references to Emacs version "22" with "23".
6857
6858 2008-02-01 Kenichi Handa <handa@m17n.org>
6859
6860 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6861
6862 * international/fontset.el (font-encoding-alist): Add an entry for
6863 microsoft-cp1251.
6864 (setup-default-fontset): Add entries for microsoft-cp1251 and
6865 koi8-r for cyrillic.
6866
6867 * international/mule-cmds.el (char-code-property-alist): New variable.
6868 (define-char-code-property): New function.
6869 (get-char-code-property, put-char-code-property): Handle a
6870 char-table registerd in char-code-property-alist.
6871 (set-language-environment): Check :ascii-compatible-p property of
6872 nonascii charset instead of its dimension.
6873
6874 * international/uni-bidi.el, international/uni-category.el:
6875 * international/uni-combining.el, international/uni-comment.el:
6876 * international/uni-decimal.el, international/uni-decomposition.el:
6877 * international/uni-digit.el, international/uni-lowercase.el:
6878 * international/uni-mirrored.el, international/uni-name.el:
6879 * international/uni-numeric.el, international/uni-old-name.el:
6880 * international/uni-titlecase.el, international/uni-uppercase.el:
6881 * international/charprop.el: New files automatically generated by
6882 admin/unidata/Makefile.
6883
6884 * loadup.el: Load internationnal/charprop.el.
6885
6886 * descr-text.el (describe-char-unidata-list): New variable.
6887 (describe-char-unicode-data): Use char-code-property-description.
6888 (describe-char): Add lines for describing Unicode-based character
6889 properties.
6890
6891 2008-02-01 Kenichi Handa <handa@m17n.org>
6892
6893 * textmodes/ispell.el: These changes are to fix the code merged
6894 from trunk for the change on 2008-02-01.
6895 (ispell-unified-chars-table): Delete it.
6896 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6897
6898 2008-02-01 Kenichi Handa <handa@m17n.org>
6899
6900 * international/mule-util.el (char-displayable-p): Check
6901 :charset-list property of CODING.
6902
6903 2008-02-01 Kenichi Handa <handa@m17n.org>
6904
6905 * international/mule-cmds.el (select-safe-coding-system-interactively):
6906 Change 'mime-charset to :mime-charset.
6907 (select-safe-coding-system): Use above.
6908 (set-language-environment): Delete unnecessary code for handling
6909 overriding-fontspec.
6910
6911 2008-02-01 Kenichi Handa <handa@m17n.org>
6912
6913 * international/mule-conf.el: New coding system aliases unix, dos,
6914 and mac.
6915
6916 2008-02-01 Kenichi Handa <handa@m17n.org>
6917
6918 * international/titdic-cnv.el (tit-process-header): Fix embedded
6919 coding tag.
6920 (titdic-convert): Bind coding-system-for-write to the coding
6921 system specfied in the map file. Remove `charset' property after
6922 decoding.
6923 (miscdic-convert): Bind coding-system-for-write to the coding
6924 system specfied for the map file. Fix LANGUAGE arg to
6925 quail-define-package.
6926 (batch-miscdic-convert): Check if a file is directory or not.
6927
6928 2008-02-01 Kenichi Handa <handa@m17n.org>
6929
6930 * international/mule.el (coding-system-equal): Move from mule-util.el.
6931
6932 * international/mule-util.el (coding-system-equal): Move to mule.el.
6933
6934 2008-02-01 Kenichi Handa <handa@m17n.org>
6935
6936 * international/encoded-kb.el (encoded-kbd-decode-code-list):
6937 New function.
6938 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6939 Support multibyte charsets.
6940
6941 2008-02-01 Kenichi Handa <handa@m17n.org>
6942
6943 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6944 to eight-bit chars.
6945
6946 * international/mule-conf.el: Don't define coding system
6947 `undecided' here.
6948
6949 2008-02-01 Kenichi Handa <handa@m17n.org>
6950
6951 * international/mule-cmds.el (locale-language-names): Fix for
6952 gb18030 and gdk.
6953
6954 2008-02-01 Kenichi Handa <handa@m17n.org>
6955
6956 * international/fontset.el (font-encoding-alist): Add gbk.
6957 (charset-script-alist): Add chinese-gbk.
6958
6959 2008-02-01 Kenichi Handa <handa@m17n.org>
6960
6961 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6962
6963 2008-02-01 Kenichi Handa <handa@m17n.org>
6964
6965 * language/japanese.el ("Japanese"): Fix ordering of charsets.
6966
6967 2008-02-01 Kenichi Handa <handa@m17n.org>
6968
6969 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6970 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6971 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6972
6973 2008-02-01 Kenichi Handa <handa@m17n.org>
6974
6975 * descr-text.el (describe-char): Fix for the case CODE is a cons
6976 of integers.
6977
6978 2008-02-01 Steven Tamm <steventamm@mac.com>
6979
6980 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6981 (mac-standard-fontset-spec): Create.
6982
6983 2008-02-01 Kenichi Handa <handa@m17n.org>
6984
6985 * international/mule-diag.el (unicode-data):
6986 Call find-file-noselect with NOWARN t.
6987
6988 2008-02-01 Kenichi Handa <handa@m17n.org>
6989
6990 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6991
6992 2008-02-01 Kenichi Handa <handa@m17n.org>
6993
6994 * international/characters.el: Give more CJK characters the
6995 category `|'.
6996
6997 * descr-text.el (describe-char): Make it work on *Help* buffer.
6998 Suppress auto-composition on a region describing about composition.
6999
7000 * language/european.el (diacritic-compose-region)
7001 (diacritic-compose-string, diacritic-composition-function):
7002 Compose diacritical marks only with a character whose syntax is
7003 word constituent.
7004 (diacritic-post-read-conversion): Delete it.
7005
7006 2008-02-01 Kenichi Handa <handa@m17n.org>
7007
7008 * composite.el (auto-compose-chars): Execute the main code in
7009 condition-case.
7010
7011 2008-02-01 Kenichi Handa <handa@m17n.org>
7012
7013 * international/fontset.el (x-complement-fontset-spec):
7014 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7015
7016 2008-02-01 Kenichi Handa <handa@m17n.org>
7017
7018 * international/characters.el (next-word-boundary-kana):
7019 Handle half-width kana.
7020
7021 2008-02-01 Kenichi Handa <handa@m17n.org>
7022
7023 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7024
7025 2008-02-01 Kenichi Handa <handa@m17n.org>
7026
7027 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7028
7029 * mail/rmail.el (rmail-decode-babyl-format):
7030 Use with-coding-priority instead of detect-coding-with-priority.
7031
7032 2008-02-01 Kenichi Handa <handa@m17n.org>
7033
7034 * international/mule.el (make-translation-table)
7035 (make-translation-table-from-vector): Set the second extra slot of
7036 the char table to 1.
7037 (make-translation-table-from-alist): Fix handling of multiple entries.
7038
7039 2008-02-01 Kenichi Handa <handa@m17n.org>
7040
7041 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7042 New translation tables.
7043
7044 * international/mule.el (make-translation-table-from-alist):
7045 New function.
7046
7047 2008-02-01 Kenichi Handa <handa@m17n.org>
7048
7049 * international/mule.el (translate-region): Re-implement it here.
7050 Make it interactive.
7051
7052 2008-02-01 Kenichi Handa <handa@m17n.org>
7053
7054 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7055
7056 2008-02-01 Kenichi Handa <handa@m17n.org>
7057
7058 * international/mule-conf.el (chinese-cns11643-15): New charset.
7059
7060 2008-02-01 Kenichi Handa <handa@m17n.org>
7061
7062 * international/fontset.el (font-encoding-alist): Add entries for
7063 variations of cns11643 fonts.
7064 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7065
7066 2008-02-01 Kenichi Handa <handa@m17n.org>
7067
7068 * international/mule-diag.el (list-charset-chars): Put charset
7069 text property.
7070
7071 * international/fontset.el (setup-default-fontset): Delete the
7072 entry for symbol script, add JISX0213 to kana script, specify
7073 fallback fonts.
7074
7075 2008-02-01 Kenichi Handa <handa@m17n.org>
7076
7077 * international/fontset.el (setup-default-fontset)
7078 (font-encoding-alist): Register "JISX0213.2004-1".
7079
7080 * international/mule-diag.el (list-character-sets): Fix the first
7081 line message.
7082 (sort-listed-character-sets): Adjust for the change of
7083 list-characters-sets-1.
7084 (list-character-sets-1): List supplementary character sets in a
7085 different section.
7086 (list-charset-chars): Validate charset at early stage.
7087
7088 * international/characters.el: Fix `han' script range.
7089
7090 * international/mule-conf.el (japanese-jisx0213.2004-1):
7091 Specify :code-space.
7092 (cp932-2-byte): Fix :code-space.
7093 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7094
7095 2008-02-01 Kenichi Handa <handa@m17n.org>
7096
7097 * international/mule-conf.el (japanese-jisx0213.2004-1):
7098 Specify :dimension 2.
7099
7100 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7101 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7102 New coding systems.
7103 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7104 aliases.
7105 ("Japanese"): Add new charsets and coding systems.
7106
7107 2008-02-01 Kenichi Handa <handa@m17n.org>
7108
7109 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7110 Rename from japanese-ucs-cp932-map.
7111 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7112 (japanese-ucs-glibc-map): Delete this translation table.
7113 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7114 New translation tables.
7115
7116 2008-02-01 Kenichi Handa <handa@m17n.org>
7117
7118 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7119
7120 2008-02-01 Kenichi Handa <handa@m17n.org>
7121
7122 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7123
7124 2008-02-01 Kenichi Handa <handa@m17n.org>
7125
7126 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7127 tables japanese-ucs-*-map.
7128
7129 2008-02-01 Kenichi Handa <handa@m17n.org>
7130
7131 * international/eucjp-ms.el: New file (automatically generated by
7132 admin/charsets/Makefile).
7133
7134 * international/cp51932.el: New file (automatically generated by
7135 admin/charsets/Makefile).
7136
7137 * language/japanese.el: Load cp51932 and eucjp-ms.
7138 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7139 (japanese-ucs-glibc-map): New translation tables.
7140 (eucjp-ms): New coding system.
7141
7142 * international/mule.el (coding-system-put): Delete it.
7143 It's implemented in C now.
7144
7145 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7146 (japanese-jisx0213-a): New supplementary charset.
7147 (japanese-jisx0213.2004-1): New charset.
7148
7149 2008-02-01 Kenichi Handa <handa@m17n.org>
7150
7151 * language/japanese.el (japanese-cp932): New coding system.
7152 (cp932): New alias of it.
7153
7154 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7155 (cp932): New charsets.
7156
7157 * international/mule.el (define-charset): If :code-space is not
7158 given, generate it from :dimension.
7159
7160 2008-02-01 Kenichi Handa <handa@m17n.org>
7161
7162 * composite.el (reference-point-alist): Doc fix.
7163 (encode-composition-rule, decode-composition-rule):
7164 Handle a rule (GREF NREF XOFF YOFF).
7165
7166 2008-02-01 Kenichi Handa <handa@m17n.org>
7167
7168 * language/european.el (diacritic-composition-function): Fix for
7169 the case that POS is at the head. Allow combining with more characters.
7170
7171 2008-02-01 Kenichi Handa <handa@m17n.org>
7172
7173 * descr-text.el (describe-char): Check `charset' property.
7174 Show the code point in the charset in hexadigits.
7175
7176 * international/mule-diag.el (stretches-for-character-list):
7177 Delete it.
7178 (list-block-of-chars): Use tabs instead of `display' property for
7179 aligning characters.
7180 (print-fontset-element): Fix the printing of XLFD.
7181
7182 2008-02-01 Kenichi Handa <handa@m17n.org>
7183
7184 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7185 New function.
7186 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7187 handling utf-8.
7188
7189 2008-02-01 Kenichi Handa <handa@m17n.org>
7190
7191 * faces.el (read-face-font): Include fontsets in the completion list.
7192
7193 * international/mule-cmds.el (set-locale-environment):
7194 Insert locale-translation-file-name in a unibyte buffer.
7195
7196 * international/characters.el: Fix setting of category `|'.
7197
7198 2008-02-01 Kenichi Handa <handa@m17n.org>
7199
7200 * language/chinese.el (chinese-gb18030): Fix :charset-list.
7201
7202 2008-02-01 Kenichi Handa <handa@m17n.org>
7203
7204 * international/mule-cmds.el (select-safe-coding-system): Fix for
7205 the case that the first element of default-coding-system is t.
7206 Fix a message when some coding systems are rejected.
7207
7208 2008-02-01 Kenichi Handa <handa@m17n.org>
7209
7210 * international/mule-cmds.el (set-language-environment): Put
7211 higher priority to charsets listed in `charset' property of the
7212 language environment.
7213
7214 2008-02-01 Kenichi Handa <handa@m17n.org>
7215
7216 * composite.el (auto-compose-chars): Don't do unnecessary
7217 save-exclusion and save-restriction.
7218
7219 2008-02-01 Kenichi Handa <handa@m17n.org>
7220
7221 * international/mule-conf.el (ctext-no-compositions):
7222 Remove garbage arguments.
7223
7224 * international/mule.el (make-coding-system): Fix generation of
7225 properties.
7226
7227 * international/fontset.el (setup-default-fontset): Specify fonts
7228 for `symbol' script.
7229
7230 * international/characters.el (script-list): Include `currency'
7231 in `symbol'.
7232
7233 2008-02-01 Alex Schroeder <alex@gnu.org>
7234
7235 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7236 8601 format (a capital T between the date and the time).
7237
7238 2008-02-01 Kenichi Handa <handa@m17n.org>
7239
7240 * international/mule.el (private-char-area-1-min)
7241 (private-char-area-1-max, private-char-area-2-min)
7242 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7243 (convert-define-charset-argument): New function.
7244 (define-charset): Handle the old calling style.
7245 Update emacs-mule-charset-table.
7246 (make-char-internal): New function.
7247
7248 2008-02-01 Jason Rumney <jasonr@gnu.org>
7249
7250 * w32-charset-info-alist: Define iso10646-1 always.
7251
7252 2008-02-01 Kenichi Handa <handa@m17n.org>
7253
7254 * composite.el (compose-region): Doc fix (delete duplicated line).
7255
7256 2008-02-01 Kenichi Handa <handa@m17n.org>
7257
7258 * international/characters.el: Fix syntax for Ethiopic.
7259
7260 2008-02-01 Jason Rumney <jasonr@gnu.org>
7261
7262 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7263
7264 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7265 Add international/latin1-disp.el.
7266 (LC_ALL): Define as C.
7267
7268 2008-02-01 Jason Rumney <jasonr@gnu.org>
7269
7270 * term/w32-win.el: Don't set fontsets to use sjis.
7271
7272 2008-02-01 Kenichi Handa <handa@m17n.org>
7273
7274 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7275 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7276
7277 2008-02-01 Kenichi Handa <handa@m17n.org>
7278
7279 * composite.el (auto-composition-chunk-size): Delete variable.
7280 (auto-compose-chars): Always stop after processing a newline.
7281
7282 2008-02-01 Kenichi Handa <handa@m17n.org>
7283
7284 * international/mule.el (define-coding-system): Fix attribute
7285 name :for-unibyte.
7286
7287 2008-02-01 Kenichi Handa <handa@m17n.org>
7288
7289 * ps-bdf.el: Largely re-write.
7290
7291 * ps-mule.el: Largely re-write.
7292
7293 * ps-print.el (ps-generate-string-list): Delete function.
7294 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7295 (ps-header-footer-string): Delete function.
7296 (ps-encode-header-string-function): New variable.
7297 (ps-generate-header-line): Call ps-encode-header-string-function.
7298 (ps-basic-plot-string-function): New variable
7299 (ps-begin-job): Set ps-basic-plot-string-function and
7300 ps-encode-header-string-function. For setting up headers and
7301 footers, don't use caches such as ps-rh-cache. Don't call
7302 ps-mule-begin-page.
7303 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7304 Don't call ps-mule-prepare-ascii-font.
7305 (ps-plot-region): Don't pay attention to composition and
7306 non-ASCII characters.
7307 (ps-generate): Call ps-mule-end-job.
7308 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7309 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7310 (ps-mule-end-job): Declare autoload.
7311
7312 * composite.el (auto-compose-region): New function.
7313
7314 2008-02-01 Dave Love <fx@gnu.org>
7315
7316 * international/mule-util.el
7317 (detect-coding-with-language-environment): Doc fix.
7318
7319 * composite.el: Doc fixes.
7320 (auto-compose-chars): Use functionp, not fboundp.
7321
7322 * international/mule-diag.el (list-charset-chars): Set buffer file
7323 coding system.
7324
7325 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7326 cookie. Doc fix.
7327
7328 2008-02-01 Dave Love <fx@gnu.org>
7329
7330 * international/mule-diag.el (list-charset-chars): Set buffer file
7331 coding system.
7332
7333 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7334 cookie. Doc fix.
7335
7336 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7337 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7338 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7339 * eshell/esh-opt.el (eshell-process-option):
7340 * emulation/keypad.el (keypad-setup):
7341 * emacs-lisp/lisp-mode.el (prin1-char):
7342 * emacs-lisp/generic.el (generic-mode-set-comments):
7343 * edmacro.el (edmacro-parse-keys):
7344 * disp-table.el (standard-display-default): Use characterp.
7345
7346 2008-02-01 Kenichi Handa <handa@m17n.org>
7347
7348 * international/mule-conf.el (utf-16-be): Make it an alias of
7349 utf-16be-with-signature.
7350 (utf-16-le): Make it an alias of utf-16le-with-signature.
7351 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7352 coding system aliases.
7353
7354 * international/utf-7.el (utf-7-decode, utf-7-encode):
7355 Use utf-16be, not utf-16-be.
7356
7357 2008-02-01 Kenichi Handa <handa@m17n.org>
7358
7359 * international/mule.el (coding-system-category): New function.
7360 (set-coding-priority): Re-write.
7361 (make-translation-table): Re-write.
7362
7363 * international/mule-cmds.el (universal-coding-system-argument):
7364 Check the coding system type `undecided', not `t'.
7365 (sort-coding-systems): Fix for iso-2022 coding systems.
7366 (find-multibyte-characters): Fix for eight-bit chars.
7367 (set-language-environment): Set charset priorities according to
7368 the charsets supported by the coding systems of higher priorities.
7369
7370 2008-02-01 Kenichi Handa <handa@m17n.org>
7371
7372 * font-lock.el
7373 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7374 Check (match-end 2) before going there.
7375
7376 2008-02-01 Kenichi Handa <handa@m17n.org>
7377
7378 * international/mule.el (ctext-non-standard-designations-alist):
7379 Exclude entries for iso8859-1[03456]. Fix docstring.
7380 (ctext-pre-write-conversion): Make it work for the case that FROM
7381 is a string. Don't do unnecessary save-restriction and
7382 narrow-to-region.
7383
7384 2008-02-01 Kenichi Handa <handa@m17n.org>
7385
7386 * international/mule.el (ctext-non-standard-encodings-alist):
7387 Rename from non-standard-icccm-encodings-alist.
7388 (ctext-non-standard-encodings-regexp): New variable
7389 (ctext-post-read-conversion): Full rewrite.
7390 (ctext-non-standard-designations-alist): Rename from
7391 non-standard-designations-alist.
7392 (ctext-pre-write-conversion): Full rewrite.
7393 (define-coding-system): Doc fix (escape '"' by '\').
7394
7395 2008-02-01 Dave Love <fx@gnu.org>
7396
7397 * international/mule-conf.el (utf-16le, utf-16be-16be)
7398 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7399 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7400 `-16-{b,l}e-' and define aliases for the old names.
7401
7402 * international/mule.el (define-coding-system): Doc fix.
7403
7404 2008-02-01 Dave Love <fx@gnu.org>
7405
7406 * international/utf-7.el: New file.
7407
7408 * international/mule-conf.el (utf-7): New.
7409
7410 2008-02-01 Kenichi Handa <handa@m17n.org>
7411
7412 * international/mule-conf.el (utf-16): Add :endian 'big.
7413
7414 * international/mule.el (define-coding-system): Fix docstring
7415 about :bom and :endian.
7416
7417 2008-02-01 Dave Love <fx@gnu.org>
7418
7419 * international/mule-diag.el (describe-character-set):
7420 Fix printing dimensions. Use `×', not `x'.
7421
7422 2008-02-01 Kenichi Handa <handa@m17n.org>
7423
7424 * international/fontset.el: Register CDAC fonts in
7425 face-font-rescale-alist instead of face-resizing-fonts.
7426
7427 2008-02-01 Kenichi Handa <handa@m17n.org>
7428
7429 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7430 (utf-16-be): Rename from utf-16-be-nosig.
7431 (utf-16-le-with-signature): Rename from utf-16-le.
7432 (utf-16-be-with-signature): Rename from utf-16-be.
7433 (utf-16): Set :bom to (utf-16-le-with-signature .
7434 utf-16-be-with-signature).
7435
7436 2008-02-01 Dave Love <fx@gnu.org>
7437
7438 * language/georgian.el (georgian-ps, georgian-academy): New coding
7439 system.
7440
7441 * language/chinese.el (chinese-big5-hkscs): New coding system.
7442 (big5-hkscs, cn-big5-hkscs): New aliases.
7443
7444 * international/mule-conf.el (big5-hkscs, georgian-academy):
7445 New charset.
7446 (ibm1047): Doc fix.
7447 (pt154): Add mime-charset.
7448 (ptcp154, cp154): New aliases.
7449
7450 2008-02-01 Dave Love <fx@gnu.org>
7451
7452 * international/mule.el (charset-iso-final-char, define-coding-system):
7453 Doc fix.
7454
7455 2008-02-01 Kenichi Handa <handa@m17n.org>
7456
7457 * international/ccl.el (define-ccl-program): Fset charset-id
7458 to charset-id-internal temporarily.
7459
7460 2008-02-01 Kenichi Handa <handa@m17n.org>
7461
7462 * international/mule-diag.el (list-block-of-chars):
7463 Use decode-char instead of make-char.
7464
7465 2008-02-01 Kenichi Handa <handa@m17n.org>
7466
7467 * international/fontset.el: Enable the default fontset to use
7468 unicode fonts for ASCII characters.
7469 (x-decompose-font-name): Don't try to resolve PATTERN by
7470 x-resolve-font-name.
7471 (x-complement-fontset-spec): Never prepend an ASCII font.
7472 (create-fontset-from-fontset-spec): If a fontset of the same name
7473 already exists, override it instead of signalling an error. Don't
7474 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7475
7476 * international/mule-conf.el (unicode-bmp): Delete duplicated
7477 definition. Give it :code-offset 0.
7478
7479 * international/mule-diag.el (print-fontset-element): New function.
7480 (print-fontset): Use print-fontset-element to print the elements
7481 of a fontset. Use it also to print fonts fallen back to the
7482 default fontsets.
7483
7484 * term/x-win.el: Delete the code to create a fontset from the X
7485 resource "Font".
7486
7487 2008-02-01 Kenichi Handa <handa@m17n.org>
7488
7489 * international/mule-diag.el (print-fontset): Insert proper
7490 newline and indentation spaces.
7491
7492 2008-02-01 Dave Love <fx@gnu.org>
7493
7494 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7495 multibyte-char-to-unibyte.
7496
7497 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7498
7499 * international/mule-cmds.el (find-coding-systems-for-charsets):
7500 Use coding-system-type, coding-system-charset-list.
7501 (standard-keyboard-coding-systems): Delete.
7502 (set-locale-environment): Maybe set keyboard coding system.
7503 Avoid typical warning about codeset in C locale.
7504
7505 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7506
7507 * international/fontset.el (x-complement-fontset-spec): If a
7508 fontname doesn't conform to XLFD format, try to get XLFD name by
7509 x-list-fonts.
7510
7511 2008-02-01 Dave Love <fx@gnu.org>
7512
7513 * international/mule-conf.el (mik, pt154): New charsets.
7514
7515 * language/cyrillic.el (mik, pt154): New coding systems.
7516
7517 2008-02-01 Dave Love <fx@gnu.org>
7518
7519 * international/characters.el: Move parts around so that syntax
7520 definitions aren't overwritten wrongly.
7521
7522 * international/mule-diag.el (unicode-data): Fix treatment of
7523 numeric-value fields.
7524
7525 2008-02-01 Dave Love <fx@gnu.org>
7526
7527 * progmodes/cap-words.el: New file.
7528
7529 2008-02-01 Kenichi Handa <handa@m17n.org>
7530
7531 The following changes are to make character composition happen
7532 automatically on displaying.
7533
7534 * composite.el: Remove all autoload cookies.
7535 (composition-function-table): Move variable declaration from
7536 composite.c. Change format.
7537 (save-buffer-state): Copy from font-lock.el.
7538 (auto-composition-chunk-size): New variable.
7539 (auto-compose-chars): New function. Set
7540 auto-composition-function to it.
7541 (toggle-auto-composition): New function.
7542
7543 * international/characters.el: Make all chararacters in the
7544 charset tibetan to tibetan script.
7545
7546 * international/mule-conf.el (tibetan): Fix :code-space property.
7547 (tibetan-1-column): Delete :superset property, add :code-offset
7548 property.
7549
7550 * international/quail.el (quail-input-string-to-events): Don't
7551 generate compose-chars-after events.
7552
7553 * language/devanagari.el: Register devanagari-composable-function
7554 in composition-function-table for Devanagari characters.
7555
7556 * language/devan-util.el: Register devanagari-composable-pattern
7557 in indian-composable-pattern.
7558 (devanagari-composition-function): Add autoload cookie. Change
7559 arguments to conform to composition-function-table.
7560
7561 * language/european.el: Register combining characters in
7562 composition-function-table.
7563 (diacritic-composition-function): Change arguments to conform to
7564 composition-function-table.
7565
7566 * language/indian.el (indian-composable-pattern): New variable.
7567
7568 * language/ind-util.el (indian-compose-region): Don't call
7569 compose-chars-after, instead call a function registered in
7570 composition-function-table.
7571
7572 * language/lao.el: Register lao-composition-function in
7573 composition-function-table for Lao vowels and tones.
7574 (lao): Don't use lao-post-read-conversion.
7575
7576 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7577 (lao-composition-function): Change arguments to conform to
7578 composition-function-table.
7579
7580 * language/thai.el: Register thai-composition-function in
7581 composition-function-table for Thai vowels and tones.
7582 (thai-tis620): Don't use thai-post-read-conversion.
7583
7584 * language/thai-util.el (thai-post-read-conversion): Delete function.
7585 (thai-composition-function): Change arguments to conform to
7586 composition-function-table.
7587
7588 * language/tibetan.el: Register tibetan-composition-function in
7589 composition-function-table for Tibetan characters.
7590
7591 * language/tibet-util.el (tibetan-composition-function):
7592 Change arguments to conform to composition-function-table.
7593
7594 * loadup.el: Load composite.
7595
7596 2008-02-01 Dave Love <fx@gnu.org>
7597
7598 * international/mule-diag.el (unicode-data): Find unicodedata-file
7599 literally.
7600
7601 2008-02-01 Dave Love <fx@gnu.org>
7602
7603 * international/fontset.el: Doc fixes.
7604 ("fontset-default"): Add iso8859-15.
7605
7606 2008-02-01 Kenichi Handa <handa@m17n.org>
7607
7608 * international/fontset.el ("fontset-default"): Add an entry for
7609 `indian-is13194' charset.
7610
7611 * international/mule-conf.el (indian-is13194): Delete :unify-map
7612 property. Don't unify this charset.
7613 (indian-2-column): Delete :superset property, add :code-offset property.
7614
7615 * language/devan-util.el: Delete the superfluous autoload cookie
7616 near the head of the file.
7617 (devanagari-compose-region): Add autoload cookie.
7618
7619 * language/ind-util.el (indian-2-column-to-ucs-region):
7620 Add autoload cookie.
7621
7622 2008-02-01 Kenichi Handa <handa@m17n.org>
7623
7624 * international/fontset.el ("fontset-default"): Add an entry for
7625 `devanagari' script and `malayalam-glyph' charset.
7626 (face-resizing-fonts): Register CDAC fonts.
7627
7628 * international/mule-conf.el (malayalam-glyph): New charset.
7629
7630 2008-02-01 Dave Love <fx@gnu.org>
7631
7632 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7633
7634 2008-02-01 Dave Love <fx@gnu.org>
7635
7636 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7637
7638 * term/x-win.el: Remove some ancient compatibility code. Populate
7639 x-keysym-table.
7640
7641 * international/mule-cmds.el (wid-edit): Require when compiling.
7642 (set-locale-environment): Check locale against coding system
7643 aliases too.
7644
7645 2008-02-01 Kenichi Handa <handa@m17n.org>
7646
7647 * language/indian.el (in-is13194-devanagari):
7648 Fix :post-read-conversion and :pre-write-conversion.
7649
7650 2008-02-01 Dave Love <fx@gnu.org>
7651
7652 * international/mule-cmds.el (charset): Supply doc, :tag.
7653
7654 2008-02-01 Kenichi Handa <handa@m17n.org>
7655
7656 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7657 return a unibyte string.
7658
7659 2008-02-01 Kenichi Handa <handa@m17n.org>
7660
7661 * international/mule-cmds.el (set-locale-environment):
7662 Delete superfluous ')'s at the tail.
7663
7664 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7665
7666 * international/mule.el (define-coding-system): Fix typo;
7667 "docode" -> "decode".
7668
7669 2008-02-01 Dave Love <fx@gnu.org>
7670
7671 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7672 Add string-make-unibyte string-make-multibyte string-to-multibyte
7673 string-as-multibyte string-as-unibyte.
7674
7675 2008-02-01 Dave Love <fx@gnu.org>
7676
7677 * language/english.el (ibm1047, cp1047): New.
7678
7679 * international/mule-conf.el (alternativnyj): Use new table.
7680 (cp866): Define standalone, not as alias.
7681 (ibm866): Change alias.
7682 (ibm1047): New.
7683
7684 * language/cyrillic.el (cyrillic-alternativnyj):
7685 Remove mime-charset. Use alternativnj charset.
7686 (cp866): Remove alias. Define standalone.
7687
7688 2008-02-01 Dave Love <fx@gnu.org>
7689
7690 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7691
7692 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7693 ("Tajik", "Belarusian"): Fix charset.
7694
7695 * international/mule-cmds.el (describe-language-environment):
7696 Be case-insensitive when looking for input methods.
7697 (locale-name-match): Doc fix.
7698 (locale-charset-match-p): New.
7699 (set-locale-environment): Warn if coding system doesn't agree
7700 with system locale.
7701
7702 2008-02-01 Kenichi Handa <handa@m17n.org>
7703
7704 * international/mule-cmds.el (select-safe-coding-system): If
7705 :mime-charset property of a coding system is not equal to that
7706 coding system, don't show that :mime-charset name.
7707
7708 2008-02-01 Dave Love <fx@gnu.org>
7709
7710 * international/quail.el (quail-help): Fix underlining.
7711
7712 * language/chinese.el (chinese-gb18030, gb18030)
7713 ("Chinese-GB18030"): New.
7714
7715 * international/mule-cmds.el (locale-language-names): Add GB18030.
7716
7717 * international/swedish.el: Don't require latin-1.
7718
7719 2008-02-01 Dave Love <fx@gnu.org>
7720
7721 * language/czech.el ("Czech"):
7722 * language/slovak.el ("Slovak"):
7723 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7724
7725 * language/greek.el ("Greek"): Remove unibyte-syntax property.
7726 (cp737): New coding system.
7727
7728 * language/european.el: Remove unibyte-syntax properties.
7729 Augment some coding-system properties.
7730
7731 * international/mule-cmds.el (set-language-environment):
7732 Check for charset property of environment.
7733 (language-info-alist): Doc fix.
7734
7735 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7736
7737 * international/characters.el: Add Latin-1.
7738
7739 * international/latin-1.el, international/latin-2.el,
7740 * international/latin-3.el, international/latin-4.el,
7741 * international/latin-5.el, international/latin-8.el,
7742 * international/latin-9.el: Delete.
7743
7744 * loadup.el: Remove international/latin-N.el.
7745
7746 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7747 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7748 Undo last changes.
7749
7750 * international/mule-diag.el (unicode-data): Check that
7751 `unicodedata-file' exists.
7752
7753 2008-02-01 Kenichi Handa <handa@m17n.org>
7754
7755 * international/fontset.el (charset-script-alist): Fix script names.
7756
7757 2008-02-01 Kenichi Handa <handa@m17n.org>
7758
7759 * international/latin-1.el: Bind set-case-syntax-charset to
7760 iso-8859-1. Never provide latin-1.
7761
7762 * international/latin-2.el: Bind set-case-syntax-charset to
7763 iso-8859-2. Never provide latin-2.
7764
7765 * international/latin-3.el: Bind set-case-syntax-charset to
7766 iso-8859-3. Never provide latin-3.
7767
7768 * international/latin-4.el: Bind set-case-syntax-charset to
7769 iso-8859-4. Never provide latin-4.
7770
7771 * international/latin-5.el: Bind set-case-syntax-charset to
7772 iso-8859-9. Never provide latin-5.
7773
7774 * international/latin-8.el: Bind set-case-syntax-charset to
7775 iso-8859-14. Never provide latin-8.
7776
7777 * international/latin-9.el: Bind set-case-syntax-charset to
7778 iso-8859-15. Never provide latin-9.
7779
7780 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7781 (set-case-syntax-charset): New variable.
7782 (set-case-syntax-1): New function.
7783 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7784 Call set-case-syntax-1 on arguments.
7785
7786 * international/mule-cmds.el (set-language-environment): Delete
7787 unnecessary setup of syntax/case for unibyte case.
7788
7789 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7790
7791 * international/fontset.el (generate-fontset-menu): Exclude the
7792 default fontset.
7793
7794 * faces.el (describe-face): Describe :fontset property too.
7795
7796 2008-02-01 Dave Love <fx@gnu.org>
7797
7798 * international/characters.el: Don't set char width of CJK
7799 charsets generally. Add some non-word syntax cases.
7800 (korean-ksc5601): Fix ranges with symbol syntax.
7801
7802 2008-02-01 Dave Love <fx@gnu.org>
7803
7804 * Makefile.in (DONTCOMPILE): Add indian.el.
7805
7806 * language/ind-util.el:
7807 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7808 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7809 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7810 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7811 Remove declarations and let-bind them in re-written top-level loop
7812 over scripts, including ucs-devanagari-to-is13194-alist.
7813
7814 2008-02-01 Dave Love <fx@gnu.org>
7815
7816 * international/mule-cmds.el (charset): Move.
7817 (language-info-custom-alist): Move. Alter :set.
7818 (find-coding-systems-for-charsets): Check charset type before
7819 getting :charset-list.
7820
7821 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7822
7823 2008-02-01 Dave Love <fx@gnu.org>
7824
7825 * wid-edit.el (widget-string-complete): New.
7826 (widget-coding-system-prompt-value-history): Delete.
7827 (coding-system): Use coding-system-value-history.
7828
7829 * international/mule-cmds.el (charset): New widget.
7830 (language-info-custom-alist): Use it.
7831 (default-input-method): Modify :type.
7832
7833 2008-02-01 Dave Love <fx@gnu.org>
7834
7835 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7836 (indian-glyph-char, indian-char-glyph): Delete.
7837 (is13194-default-repertory): Rename from is13194-default-repartory.
7838 (iscii-to-ucs-region): Hoist evals from loop.
7839
7840 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7841
7842 * language/indian.el (indian-script-table)
7843 (ccl-encode-indian-glyph-font): Delete.
7844
7845 * international/mule-cmds.el (language-info-custom-alist): New.
7846 (input-method-activate-hook, input-method-inactivate-hook)
7847 (input-method-after-insert-chunk-hook)
7848 (input-method-use-echo-area, set-language-environment-hook)
7849 (exit-language-environment-hook): Customize.
7850 (find-coding-systems-for-charsets): Rewrite.
7851 (default-input-method): Add :link.
7852
7853 2008-02-01 Dave Love <fx@gnu.org>
7854
7855 * international/mule-conf.el (eight-bit): Add :docstring,
7856 :short-name properties.
7857 (cp851): Doc fix.
7858 (unicode-bmp): New.
7859
7860 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7861
7862 * language/european.el (cp858): New.
7863 ("Turkish"): Add special case rules.
7864
7865 2008-02-01 Dave Love <fx@gnu.org>
7866
7867 * international/characters.el: Make Ÿ and ÿ a case pair.
7868
7869 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7870
7871 * international/mule-conf.el: Don't define the charset iso-8859-1
7872 here, just setup its properties.
7873
7874 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7875
7876 * international/mule-conf.el (utf-8): Give :mime-charset property.
7877
7878 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7879
7880 * international/characters.el: Remove duplicated case setting for
7881 Cyrillic and Greek letters. Don't setup printable-chars here.
7882
7883 * case-table.el (describe-buffer-case-table): Handle the case
7884 that KEY is a cons within map-char-table.
7885
7886 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7887
7888 * international/characters.el: Fix categories ?A and ?C.
7889 Treat ASCII characters as `latin' script.
7890
7891 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7892
7893 * international/fontset.el (fontset-plain-name): If the fontset
7894 name doesn't ends with "-fontset-*", use family name as the first
7895 part of the plain name.
7896 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7897 created, use that name for the fontset. Fix arguments to
7898 subst-char-in-string.
7899
7900 2008-02-01 Dave Love <fx@gnu.org>
7901
7902 * term.el (term-char-mode): Remove generic-character-list code.
7903
7904 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7905
7906 * wid-edit.el (character): Use characterp.
7907
7908 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7909
7910 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7911
7912 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7913 Add charset.
7914 ("Ukrainian"): New.
7915
7916 * language/georgian.el (georgian-ps): New coding system.
7917
7918 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7919
7920 * international/mule-cmds.el (reset-language-environment):
7921 Don't set nonascii-translation-table and nonascii-insert-offset.
7922 Call set-unibyte-charset, not set-primary-charset.
7923 (nonascii-translation-table, nonascii-insert-offset):
7924 Declare these variable as obsolete ones.
7925 (set-language-environment): Call set-unibyte-charset, not
7926 set-primary-charset. Call set-charset-priority with `charset'
7927 info of the language environment.
7928
7929 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7930
7931 * international/characters.el (next-word-boundary-han):
7932 Don't treat katakana following han characters as a part of a word.
7933
7934 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7935
7936 * international/characters.el: Call map-charset-chars on big5 (not
7937 chinese-big5-1/2) to set categories `c', `C', and `|'.
7938 (next-word-boundary-han, next-word-boundary-kana): New function.
7939 Register it in next-word-boundary-function-table.
7940
7941 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7942
7943 * arc-mode.el (archive-file-name-coding-system): New variable.
7944 Make it permanent-local.
7945 (byte-after, bref, insert-unibyte): New function. Change most of
7946 char-after, aref, insert to them respectively.
7947 (archive-mode): Set archive-file-name-coding-system.
7948 (archive-summarize): Don't change the buffer's multibyteness.
7949 (archive-extract): Inherit archive-file-name-coding-system from
7950 archive-superior-buffer. Bind coding-system-for-write to
7951 archive-file-name-coding-system.
7952 (archive-*-write-file-member): Encode ENAME by
7953 archive-file-name-coding-system. Bind coding-system-for-write to
7954 no-conversion.
7955 (archive-rename-entry): Encode the filename by
7956 archive-file-name-coding-system.
7957 (archive-mode-revert): Don't change the buffer's multibyteness.
7958 (archive-arc-summarize, archive-lzh-summarize)
7959 (archive-zoo-summarize): Don't change the buffer's multibyteness.
7960 Decode filenames by archive-file-name-coding-system.
7961 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7962 the buffer's multibyteness.
7963
7964 * tar-mode.el (tar-file-name-coding-system): New variable.
7965 Make it permanent-local.
7966 (tar-header-block-tokenize): Decode filename and linkname by
7967 tar-file-name-coding-system.
7968 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7969 the byte value of eight-bit chars.
7970 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7971 `to'. Delete unnecessary call of position-bytes.
7972 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
7973 call of position-bytes.
7974 (tar-extract): Simplify by calling decode-coding-region with
7975 DESTINATION argument. Don't toggle multibyteness of tar buffer.
7976 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7977 (tar-clear-modification-flags): Delete unnecessary call of
7978 position-bytes.
7979 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7980 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7981 Convert new-data-string by string-to-multibyte before inserting it.
7982 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7983 buffer. Simplify by calling encoding-coding-region with
7984 DESTINATION argument.
7985 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7986
7987 2008-02-01 Dave Love <fx@gnu.org>
7988
7989 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7990
7991 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7992
7993 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7994
7995 * international/characters.el: Setup char-script-table.
7996
7997 * international/fontset.el: Setup the default fontset by the new
7998 script-based way.
7999 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8000 an alist of charsets vs font name lists.
8001 (charset-script-alist): New variable.
8002 (create-fontset-from-fontset-spec): Allow script name in
8003 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8004 to the corresponding script name.
8005 (create-fontset-from-ascii-font): Slight tuning.
8006
8007 * international/mule-conf.el (devanagari-glyph): New charset.
8008 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8009 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8010 japanese-jisx0213-2.
8011
8012 * international/mule-diag.el (print-fontset): Use describe-vector
8013 to handle a char table returned by fontset-info.
8014
8015 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8016 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8017
8018 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8019
8020 * international/mule-util.el (detect-coding-with-priority):
8021 Fix the place of using `,' marker in backquote form.
8022
8023 2008-02-01 Dave Love <fx@gnu.org>
8024
8025 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8026
8027 * international/mule-util.el (with-coding-priority): Fix.
8028
8029 * international/mule.el (set-coding-priority): Fix obsolete spec.
8030
8031 2008-02-01 Dave Love <fx@gnu.org>
8032
8033 * international/mule-cmds.el (leim-list-header): Add coding tag.
8034
8035 2008-02-01 Dave Love <fx@gnu.org>
8036
8037 * international/mule-cmds.el (find-coding-systems-region)
8038 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8039 (input-method-verbose-flag): Fix :type.
8040
8041 2008-02-01 Dave Love <fx@gnu.org>
8042
8043 * international/mule.el (set-char-table-default): Make obsolete.
8044
8045 2008-02-01 Dave Love <fx@gnu.org>
8046
8047 * language/devanagari.el ("Devanagari"): Fix coding-system,
8048 coding-priority.
8049
8050 * international/mule-diag.el (describe-char-after): Modify display
8051 list processing.
8052 (unicodedata-file, unicodedata-find): New.
8053
8054 2008-02-01 Dave Love <fx@gnu.org>
8055
8056 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8057 autoload cookie.
8058
8059 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8060
8061 2008-02-01 Dave Love <fx@gnu.org>
8062
8063 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8064
8065 2008-02-01 Dave Love <fx@gnu.org>
8066
8067 * composite.el (compose-string): Doc fix.
8068
8069 * language/georgian.el ("Georgian"): Delete code-pages feature,
8070 add nonascii-translation.
8071
8072 * language/european.el ("German", "French", "Spanish"):
8073 Add latin-9 as alternative coding system.
8074 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8075 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8076 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8077 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8078 system.
8079
8080 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8081 encode-coding-char.
8082 (side-effect-and-error-free-fns): Add charsetp, max-char,
8083 primary-charset.
8084
8085 * simple.el: Don't require cl when compiling.
8086
8087 * Makefile.in (DONTCOMPILE): Fix duplicates.
8088
8089 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8090
8091 * international/mule.el: Doc fixes.
8092 (load-with-code-conversion): Fix coding-system-type test.
8093
8094 * international/mule-cmds.el (sort-coding-systems): Comment out
8095 iso-2022 case.
8096 (encoded-string-description): Fix coding-system-type test.
8097
8098 2008-02-01 Dave Love <fx@gnu.org>
8099
8100 * international/characters.el: Make korean-ksc5601 double-width.
8101
8102 * international/mule.el (auto-coding-regexp-alist):
8103 Recognize Emacs 20/1 byte-compiled files.
8104
8105 * international/mule-conf.el (file-coding-system-alist):
8106 Change .elc to utf-8-emacs.
8107
8108 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8109 of utf-8-emacs.
8110 (byte-compile-insert-header): Update magic number. Add ballast.
8111 (map-char-table): Use byte-compile-funarg-2.
8112
8113 2008-02-01 Dave Love <fx@gnu.org>
8114
8115 * language/cyrillic.el ("Belarusian"): Doc fix.
8116 (cp1125, koi8-t): Doc fix.
8117
8118 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8119 (find-multibyte-characters): Don't test for charset `unknown'.
8120 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8121 ru, sr_YU, tg, wa, zh.gbk.
8122 (locale-language-names): Change sp to Cyrillic.
8123 (locale-charset-language-names): Match @euro after utf-8.
8124
8125 2008-02-01 Dave Love <fx@gnu.org>
8126
8127 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8128 New coding systems.
8129 ("Chinese-GBK"): New environment.
8130
8131 * language/thai-util.el: Remove redundant unicodes in category-setting.
8132
8133 * language/lao-util.el: Remove redundant unicodes in category-setting.
8134
8135 * international/mule-conf.el (japanese-jisx0213-1)
8136 (japanese-jisx0213-2): Add unify-map.
8137
8138 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8139
8140 * international/quail.el (quail-update-leim-list-file):
8141 Force writing the file by iso-2022-7bit.
8142
8143 * international/titdic-cnv.el (miscdic-convert): Force writing the
8144 file by iso-2022-7bit.
8145
8146 * international/mule.el (define-charset): Change the attribute
8147 :parents to :subset or :superset.
8148
8149 * international/mule-conf.el: Adjust for the change of
8150 define-charset (:parent -> :subset or :superset).
8151
8152 * international/characters.el: Fix the last change.
8153
8154 2008-02-01 Dave Love <fx@gnu.org>
8155
8156 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8157 (cyrillic-encode-alternativnyj-char): Fix.
8158 (standard-display-cyrillic-translit): Remove redundant unicodes.
8159
8160 2008-02-01 Dave Love <fx@gnu.org>
8161
8162 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8163 New environments.
8164
8165 * international/mule-conf.el (control-1): New charset.
8166 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8167 (korean-ksc5601): Redefine to use code-offset and unify-map.
8168
8169 2008-02-01 Dave Love <fx@gnu.org>
8170
8171 * international/mule-conf.el (tcvn-5712): New charset.
8172
8173 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8174 ("Vietnamese"): Doc fix.
8175
8176 2008-02-01 Dave Love <fx@gnu.org>
8177
8178 * international/mule-conf.el (windows-936): New alias.
8179
8180 * cus-start.el: Add scalable-fonts-allowed.
8181
8182 * international/characters.el: Reinstate various CJK syntax and
8183 category setup. Remove obsolete syntax setting in Greek section.
8184 Optimize the char tables.
8185
8186 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8187
8188 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8189
8190 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8191 coding systems.
8192
8193 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8194
8195 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8196
8197 * international/characters.el (printable-chars): Setup correctly.
8198
8199 2008-02-01 Dave Love <fx@gnu.org>
8200
8201 * cus-start.el: Add selection-coding-system.
8202
8203 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8204
8205 * language/china-util.el (post-read-decode-hz)
8206 (pre-write-encode-hz): Move from chinese.el.
8207 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8208 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8209
8210 * language/chinese.el (post-read-decode-hz)
8211 (pre-write-encode-hz): Move to china-util.el.
8212
8213 * case-table.el (set-case-syntax-pair): Test again for equal byte
8214 lengths of the pair.
8215
8216 * international/characters.el: Add Vietnamese category to
8217 equivalent unicodes.
8218
8219 2008-02-01 Dave Love <fx@gnu.org>
8220
8221 * international/mule-conf.el (chinese-sisheng, ipa)
8222 (indian-is13194, tibetan, ethiopic): Add :unify-map.
8223
8224 * international/mule-diag.el (describe-character-set): Account for
8225 more than two dimensions of possibly different size.
8226 (describe-current-coding-system): Add selection-coding-system.
8227
8228 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8229 (unify-8859-on-decoding-mode): Move from mule.el.
8230
8231 * international/mule.el (unify-8859-on-encoding-mode)
8232 (unify-8859-on-decoding-mode): Remove :init-value.
8233 (charset-chars): Add optional dimension arg.
8234 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8235 Move to mule-cmds.el.
8236
8237 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8238
8239 * international/fontset.el: Change registry for japanese-jisx0208
8240 to "JISX0208*" in the default fontset.
8241 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8242 "ISO10646.indian-1".
8243
8244 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8245
8246 * language/japanese.el (japanese-iso-7bit-1978-irv):
8247 Add `designation' to :flags, `ascii' to :charset-list.
8248
8249 * international/mule.el (define-charset): New args :min-code and
8250 :max-code.
8251 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8252
8253 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8254 #x160000.
8255 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8256 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8257
8258 2008-02-01 Dave Love <fx@gnu.org>
8259
8260 * language/thai.el (iso-8859-11): New coding system.
8261
8262 * international/mule-conf.el: Doc fixes.
8263 (iso-8859-11): New.
8264
8265 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8266
8267 * cus-start.el (scalable-fonts-allowed): Add.
8268
8269 2008-02-01 Dave Love <fx@gnu.org>
8270
8271 * international/mule.el (unify-8859-on-encoding-mode)
8272 (unify-8859-on-decoding-mode): Dummy versions.
8273
8274 * international/ucs-tables.el: Remove.
8275
8276 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8277 language/japanese.el.
8278
8279 * international/mule-conf.el: Doc fixes.
8280 (cp936): New alias.
8281 (cp720, cp858): New charsets.
8282
8283 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8284 coding system, not emacs-mule.
8285
8286 * files.el (revert-buffer, recover-file): Likewise.
8287
8288 * desktop.el (desktop-save): Likewise.
8289
8290 2008-02-01 Dave Love <fx@gnu.org>
8291
8292 * international/mule.el (with-category-table): Use make-symbol.
8293 (coding-system-list): Use coding-system-aliases.
8294 (make-translation-table): Don't deal with generic characters.
8295
8296 * international/mule-util.el (coding-system-post-read-conversion)
8297 (coding-system-pre-write-conversion)
8298 (coding-system-translation-table-for-decode)
8299 (coding-system-translation-table-for-encode): Get the right properties.
8300 (with-coding-priority): New macro.
8301 (detect-coding-with-language-environment): Use it.
8302 (coding-system-equal): Use coding-system-plist.
8303
8304 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8305 Use :valid property.
8306
8307 * international/mule-cmds.el (encode-coding-char):
8308 Use find-coding-systems-string. Don't use make-char.
8309 (describe-language-environment): Use coding-system-aliases.
8310 (prefer-coding-system): Doc fix.
8311
8312 * international/mule-diag.el (describe-current-coding-system):
8313 Fix aliases listing.
8314 (print-iso-2022-flags): Delete.
8315 (print-designation): Partial re-write.
8316 (describe-coding-system): Deal with iso-2022 designations, flags.
8317 Fix shift_jis case.
8318 (describe-char-after): Use characterp. Print explicit unicode.
8319 Remove some obsolete code.
8320 (print-coding-system-briefly): Fix printing aliases.
8321 (print-coding-system): Use coding-system-aliases.
8322 (mule-diag): Don't list coding categories.
8323
8324 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8325 Re-order charset priorities.
8326 (binary): New alias.
8327 (iso-8859-16): Fix nickname.
8328 (define-iso-single-byte-charset): Un-define after use.
8329
8330 2008-02-01 Dave Love <fx@gnu.org>
8331
8332 * international/characters.el: Additional double width specifications.
8333
8334 * international/mule-diag.el (print-coding-system): Incomplete updates.
8335 (describe-character-set): List more properties.
8336 (print-fontset): Fix case of vector font-spec.
8337 (describe-current-coding-system): Fix iso-7, iso-7-else.
8338
8339 * international/mule-conf.el (ibm866): Fix alias.
8340 (iso-8859-16): Fix nickname.
8341
8342 2008-02-01 Dave Love <fx@gnu.org>
8343
8344 * language/ind-util.el: Avoid decode-char.
8345 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8346 Use characterp, not char-valid-p.
8347
8348 * language/devan-util.el: Add coding tag, avoid decode-char.
8349
8350 * international/titdic-cnv.el: Add coding tag.
8351 (tit-process-header): Add coding tag to output.
8352
8353 * language/thai.el (cp874, ibm874): New coding systems.
8354
8355 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8356 Add character-p.
8357
8358 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8359 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8360 New coding systems.
8361 <set-language-info-alist>: Avoid decode-char.
8362
8363 * language/hebrew.el (cp862, ibm862): New coding systems.
8364
8365 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8366
8367 * language/cyrillic.el (cp855, ibm855): New coding systems.
8368
8369 * international/mule-conf.el: Avoid decode-char in top-level code
8370 for self-inserting multibyte chars.
8371 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8372 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8373 New charsets.
8374
8375 * international/characters.el: Various simplifications and additions.
8376
8377 2008-02-01 Dave Love <fx@gnu.org>
8378
8379 * international/mule-conf.el (code-pages): Provide, for compatibility.
8380
8381 * international/code-pages.el: Remove.
8382
8383 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8384
8385 * Makefile.in: Cancel the 2008-02-01 change of mine.
8386
8387 * international/fontset.el: Add setting for unicode font at the
8388 end of the default fontset.
8389
8390 2008-02-01 Dave Love <fx@gnu.org>
8391
8392 * international/mule-conf.el (adobe-standard-encoding, symbol):
8393 Adjust :code-space.
8394 (ibm850): Add :ascii-compatible-p.
8395
8396 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8397
8398 * international/mule-conf.el (vietnamese-viscii-lower)
8399 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8400 mapping table.
8401
8402 2008-02-01 Dave Love <fx@gnu.org>
8403
8404 * cus-start.el: Add charset-map-directory.
8405
8406 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8407
8408 * format.el (format-alist): Remove ibm, mac, hp entries (available
8409 natively).
8410
8411 * language/romanian.el (iso-latin-10): Add :mime-charset.
8412 ("Romanian"): Add doc.
8413
8414 * international/mule-conf.el (iso-8859-10, symbol)
8415 (adobe-standard-encoding, ibm850): New charsets.
8416 (iso-8859-13): Fix IR number, final char.
8417 (file-coding-system-alist): Add .xml.
8418
8419 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8420 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8421 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8422 ("Latin-6", "Latin-7"): New language environments.
8423
8424 2008-02-01 Dave Love <fx@gnu.org>
8425
8426 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8427 utf-8-subst; add vietnamese, cyrillic, czech.
8428
8429 * language/romanian.el (iso-latin-10): New coding system.
8430
8431 * international/mule-conf.el (emacs-mule): Set :charset-list,
8432 consistent with coding-system-charset-list doc.
8433 (iso-8859-16): New charset.
8434
8435 * international/mule-diag.el (describe-coding-system): Avoid error
8436 for iso-2022, emacs-mule.
8437
8438 2008-02-01 Dave Love <fx@gnu.org>
8439
8440 * international/codepage.el: Remove or comment out most of code.
8441 (codepage-setup): Re-write as trivial, obsolete function.
8442
8443 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8444 Remove setup function.
8445
8446 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8447
8448 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8449 language/cyrillic.el, language/czech.el.
8450
8451 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8452 (font-ccl-encoder-alist): Remove viscii, vscii.
8453
8454 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8455
8456 * language/european.el (windows-1254, cp1254, windows-1257)
8457 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8458 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8459
8460 * language/greek.el (windows-1253, cp1253): New coding systems.
8461
8462 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8463 file name.
8464 (windows-1253, windows-1254, windows-1255, windows-1256)
8465 (windows-1257, windows-1258, next): New charsets.
8466
8467 * international/utf-8.el, international/utf-8-subst.el: Remove.
8468
8469 * international/mule.el: Doc fixes.
8470 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8471 (coding-system-get): Try to convert old-style symbol to keyword.
8472 (define-charset): Purecopy strings in property list.
8473 (define-coding-system): Purecopy docstring.
8474
8475 * international/mule-diag.el (list-character-sets-2): Avoid
8476 charset-bytes.
8477 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8478 (list-block-of-chars): Re-write.
8479 (describe-character-set): Show more properties.
8480 (describe-char-after): Correct codepoint display.
8481 (print-coding-system): Use symbolic types.
8482
8483 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8484
8485 * Makefile.in: Be sure also to run emacs with LANG=C.
8486
8487 2008-02-01 Dave Love <fx@gnu.org>
8488
8489 * international/mule-diag.el: Doc fixes.
8490 (sort-charset-list, charset-multibyte-form-string): Remove.
8491 (list-character-sets, list-character-sets-1)
8492 (list-character-sets-2): Re-write.
8493 (non-iso-charset-alist): Set to nil and made obsolete.
8494 (decode-codepage-char): Re-write and made obsolete.
8495 (read-charset): Don't use non-iso-charset-alist.
8496 (describe-coding-system): Use keyword properties.
8497 (describe-character-set): Re-write.
8498
8499 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8500 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8501 (ebcdic-uk): New charsets.
8502
8503 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8504 New coding systems.
8505
8506 * language/european.el (windows-1252): New coding system.
8507
8508 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8509
8510 * Makefile.in: By sure to run emacs with LC_ALL=C.
8511
8512 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8513 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8514 (encoded-kbd-self-insert-charset): New function.
8515 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8516 coding-system of type charset.
8517
8518 2008-02-01 Dave Love <fx@gnu.org>
8519
8520 * international/mule-cmds.el (set-locale-environment): Comment out
8521 set-keyboard-coding-system stuff.
8522
8523 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8524
8525 * international/mule.el (define-coding-system): Doc fix;
8526 sjis->shift-jis.
8527
8528 * international/mule-conf.el: Use decode-char instead of make-char.
8529
8530 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8531 New arg ARG. Directly call self-insert-command. This is a
8532 temporary workaround to make it work with latin-1.
8533 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8534
8535 * international/characters.el: Setup char-width-table for CJK
8536 characters.
8537
8538 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8539
8540 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8541 Fix the initial value to specify character range of
8542 japanese-jisx0208, not unicode.
8543
8544 * international/characters.el: Set syntax/category for
8545 japanese-jisx0208.
8546
8547 2008-02-01 Dave Love <fx@gnu.org>
8548
8549 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8550 mime-charset.
8551
8552 * language/vietnamese.el, language/korean.el, language/japanese.el:
8553 * language/hebrew.el, language/greek.el, language/chinese.el:
8554 Fix :mime-charset properties.
8555
8556 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8557 (cyrillic-alternativnyj): Fix :mime-charset.
8558 (cp878, cp866): New alias.
8559
8560 * language/european.el: Fix mime-charset properties.
8561
8562 * international/mule-cmds.el (sort-coding-systems)
8563 (select-safe-coding-system, select-message-coding-system): Use
8564 :mime-charset, not 'mime-charset.
8565
8566 * international/mule-conf.el: Add various :mime-charset properties.
8567
8568 2008-02-01 Dave Love <fx@gnu.org>
8569
8570 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8571 getting decoder.
8572 (encoded-kbd-mode): Fix code for coding system type and designations.
8573
8574 * international/mule-conf.el: Spelling fixes.
8575
8576 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8577
8578 * international/fontset.el (fontset-plain-name): Handle the case
8579 that size, weight, slant are not specified in the fontset name.
8580
8581 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8582
8583 * language/greek.el (greek-iso-8bit): Fix typo.
8584
8585 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8586
8587 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8588
8589 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8590
8591 * international/characters.el: Change encoding to utf-8-emacs.
8592 Remove apparent duplicate codes.
8593
8594 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8595
8596 * international/fontset.el: Change the registry for
8597 chinese-gb2312 and add the registry for chinese-gbk.
8598
8599 * international/mule.el (charset-chars): Fix typo.
8600
8601 * international/mule-conf.el (chinese-gbk): New charset.
8602
8603 * international/titdic-cnv.el (titdic-convert): Read into a
8604 unibyte buffer then make the buffer multibyte.
8605
8606 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8607
8608 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8609 instead of :signature.
8610
8611 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8612
8613 * language/czech.el ("Czech"): Set `iso-8859-2' for
8614 `nonascii-translation'.
8615
8616 * language/romanian.el ("Romanian"): Likewise.
8617
8618 * language/slovak.el ("Slovak"): Likewise.
8619
8620 * international/characters.el: Optimize calls of modify-category-entry.
8621
8622 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8623
8624 * bindings.el: Don't bind multibyte characters to
8625 self-insert-command here. It's done in mule-conf.el.
8626
8627 * case-table.el (set-case-syntax-offset): Delete variable.
8628 (set-case-syntax-1): Delete function. Change callers.
8629 (set-case-syntax-delims): Don't check byte length of characters.
8630
8631 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8632 characters to isearch-printing-char.
8633
8634 * loadup.el: Don't load "international/utf-8". Don't call
8635 update-coding-systems-internal. Bind coding-system-for-write to
8636 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8637 dumping.
8638
8639 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8640 change of map-char-table.
8641
8642 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8643
8644 * international/characters.el: Adjust for the deletion of
8645 generic characters.
8646
8647 * international/code-pages.el (cp-make-translation-table)
8648 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8649 (cp-make-coding-system): Call define-coding-system.
8650
8651 * international/fontset.el: Rewrite most code.
8652
8653 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8654 Call encode-char instead of split-char.
8655
8656 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8657 Change value.
8658 (skkdic-lookup-key): Call encode-char instead of split-char.
8659
8660 * international/titdic-cnv.el (titdic-convert): Bind
8661 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8662 buffer.
8663
8664 * international/latin-1.el: Don't bind set-case-syntax-offset.
8665
8666 * international/latin-2.el: Don't bind set-case-syntax-offset.
8667
8668 * international/latin-3.el: Don't bind set-case-syntax-offset.
8669
8670 * international/latin-4.el: Don't bind set-case-syntax-offset.
8671
8672 * international/latin-5.el: Don't bind set-case-syntax-offset.
8673
8674 * international/latin-8.el: Don't bind set-case-syntax-offset.
8675
8676 * international/latin-9.el: Don't bind set-case-syntax-offset.
8677
8678 * international/mule-cmds.el: Don't use coding category.
8679 Call set-coding-system-priority instead of set-coding-priority.
8680 (sort-coding-systems, select-safe-coding-system):
8681 Call coding-system-priority-list to get the most preferred one.
8682 (reset-language-environment): Order of coding system priority
8683 changed. Set primary charset to iso-8859-1.
8684 (set-language-environment-coding-systems):
8685 Call set-coding-system-priority instead of set-coding-priority.
8686 (get-charset-property, put-charset-property): Move to mule.el.
8687
8688 * international/mule-conf.el: Ful re-write.
8689
8690 * international/mule-diag.el (print-designation): Change arguments.
8691 (print-iso-2022-flags): New function.
8692 (describe-coding-system, describe-current-coding-system):
8693 Adjust for the new structure of coding system.
8694
8695 * international/mule.el (char-valid-p): Make it an alias of characterp.
8696 (define-charset): Full re-design.
8697 (charset-quoted-standard-p): Delete.
8698 (charsetp): Move to charset.c.
8699 (charset-info, charset-id, charset-bytes, charset-width)
8700 (charset-directioin, charset-iso-graphic-plane)
8701 (charset-reverse-charset): Delete.
8702 (charset-dimension, charset-chars, charset-iso-final-char)
8703 (charset-description, charset-short-name, charset-long-name):
8704 Call charset-plist instead of charset-info.
8705 (charset-plist, set-charset-plist): Move to charset.c.
8706 (get-charset-property, put-charset-property): Move from
8707 mule-cmds.el. Call charset-plist and set-charset-plist.
8708 (make-char): Delete.
8709 (generic-char-p): Make it always return nil.
8710 (decode-char, encode-char): Move to charset.c.
8711 (coding-spec-XXX-idx): Delete variables.
8712 (coding-system-iso-2022-flags): New variable.
8713 (define-coding-system): New function.
8714 (transform-make-coding-system-args, make-coding-system): Delete.
8715 (set-coding-priority): Make it obsolete.
8716 (after-insert-file-set-buffer-file-coding-system)
8717 (find-new-buffer-file-coding-system): Adjust for the new coding
8718 system structure.
8719
8720 * language/chinese.el, language/cyrillic.el, language/european.el:
8721 * language/greek.el, language/hebrew.el, language/indian.el:
8722 * language/japanese.el, language/korean.el, language/lao.el:
8723 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8724 Call define-coding-system instead of make-coding-system.
8725 Delete all CCL program.
8726
8727 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8728 of make-char.
8729 (sgml-char-names-table): Fix iteration limit.
8730
8731 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8732 (ccl-encode-mac-roman-font): Delete.
8733
8734 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8735 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8736 currently. This is just a temporary workaround.
8737
8738 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8739
8740 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8741 of `find-file-hooks'.
8742 (global-whitespace-toggle-options): Doc fix.
8743
8744 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * whitespace.el (whitespace): Set :version tag to 23.1.
8747 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8748 (whitespace-style, whitespace-chars, whitespace-space)
8749 (whitespace-hspace, whitespace-tab, whitespace-newline)
8750 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8751 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8752 (whitespace-hspace-regexp, whitespace-space-regexp)
8753 (whitespace-tab-regexp, whitespace-trailing-regexp)
8754 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8755 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8756 (whitespace-space-after-tab-regexp, whitespace-line-column)
8757 (whitespace-display-mappings, global-whitespace-toggle-options)
8758 (whitespace-cleanup, whitespace-cleanup-region)
8759 (whitespace-interactive-char): Doc fixes.
8760
8761 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8762
8763 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8764 When turning off the global mode, turn off the local modes too
8765 if whitespace is being unloaded.
8766 (whitespace-unload-function): New function.
8767
8768 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8769
8770 * vc.el (vc-update): Fix bug: Specify branch tip as
8771 vc-checkout REVISION. Reported by Dan Nicolaescu.
8772
8773 2008-02-01 Glenn Morris <rgm@gnu.org>
8774
8775 * info.el (bookmark-make-cell-function, bookmark-search-size)
8776 (bookmark-current-bookmark): Declare variables for compiler.
8777 (bookmark-buffer-file-name, bookmark-get-filename)
8778 (bookmark-get-front-context-string)
8779 (bookmark-get-rear-context-string, bookmark-get-position)
8780 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8781 (bookmark-jump-noselect): Declare functions for compiler.
8782 (Info-bookmark-make-cell): Fix argument list to match example of
8783 `bookmark-make-cell-for-text-file'.
8784 (Info-bookmark-jump): Don't require info inside info.el.
8785
8786 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8787
8788 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8789 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8790 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8791 (verilog-sk-state-machine): Quote all calls to
8792 "auxiliary skeleton"s to prevent infloops.
8793
8794 2008-02-01 Jason Rumney <jasonr@gnu.org>
8795
8796 * w32-fns.el: Partially revert 2007-11-10 change.
8797
8798 2008-02-01 Martin Rudalics <rudalics@gmx.at>
8799
8800 * mail/rmail.el (rmail-highlight): Fix specification.
8801 Reported by pod <pod@herald.ox.ac.uk>.
8802
8803 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * image-mode.el (image-mode-current-vscroll)
8806 (image-mode-current-hscroll): Make buffer-local.
8807 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8808 (image-reset-current-vhscroll): Use the latest setting when displaying
8809 for the first time in a window. Apply to all windows in the frame.
8810 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8811
8812 * progmodes/grep.el (grep-compute-defaults):
8813 Don't mix up defaults for different connections to the same host.
8814
8815 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8816
8817 * blank-mode.el: Rename to whitespace.el.
8818
8819 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8820
8821 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * net/rcompile.el (remote-compile): Remove broken code.
8824
8825 2008-01-31 Jason Rumney <jasonr@gnu.org>
8826
8827 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8828
8829 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
8830
8831 * linum.el (linum-unload-function): New function.
8832
8833 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8836 (gdb-var-set-format-handler): New function.
8837 (gdb-var-set-format): Use it.
8838
8839 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * emacs-lisp/check-declare.el (check-declare-directory):
8842 * emacs-lisp/authors.el (authors): Use `find-program' and
8843 `grep-program' instead of hardcoded program names.
8844
8845 * emacs-lisp/cl-loaddefs.el: Update.
8846
8847 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
8848
8849 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8850 Implement bookmark support the new make-cell/handler way.
8851 (Info-mode): Bind bookmark-make-cell-function to
8852 Info-bookmark-make-cell buffer locally.
8853
8854 2008-01-30 Richard Stallman <rms@gnu.org>
8855
8856 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8857 Doc fix.
8858
8859 * files.el (hack-local-variables): Don't query about fake variables.
8860
8861 2008-01-30 Markus Triska <markus.triska@gmx.at>
8862
8863 * linum.el: New file.
8864
8865 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8868 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
8869 a single element in "plinkx".
8870 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8871 "*Shell Command Output*" buffers. Check, whether there is already
8872 an asynchronous process running. Display always the buffer of the
8873 asynchronous process.
8874 (tramp-compute-multi-hops): Adapt error message.
8875
8876 2008-01-29 Alan Mackenzie <acm@muc.de>
8877
8878 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8879 from this regexp; part of same fix as next change to cc-engine.el.
8880
8881 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8882 Anchor the "{" of a template function correctly on "template", not the
8883 following "<".
8884
8885 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8886
8887 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8888
8889 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8890 and image-mode-current-hscroll being alists now.
8891
8892 * image-mode.el (image-mode-current-vscroll)
8893 (image-mode-current-hscroll): Add doc strings.
8894 (image-set-window-vscroll, image-set-window-hscroll)
8895 (image-reset-current-vhscroll, image-mode): Adapt to
8896 image-mode-current-vscroll and image-mode-current-hscroll being
8897 alists now.
8898
8899 2008-01-29 Martin Rudalics <rudalics@gmx.at>
8900
8901 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8902 Strip extension from .emacs.el to make sure symbol is searched
8903 in .emacs too.
8904
8905 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
8906
8907 * doc-view.el (doc-view-mode): Use facilities below to
8908 restore [vh]scroll when switching buffers.
8909
8910 * image-mode.el (image-mode-current-vscroll)
8911 (image-mode-current-hscroll): New variables.
8912 (image-set-window-hscroll, image-set-window-vscroll): New functions.
8913 (image-forward-hscroll, image-next-line, image-bol, image-eol)
8914 (image-bob, image-eob): Use them.
8915 (image-reset-current-vhscroll): New function.
8916 (image-mode): Make new variables buffer-local and reset [vh]scroll
8917 on window configuration changes.
8918
8919 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8922 gdb-cpp-define-alist-program if file is nil (currently only
8923 " *partial-output-...").
8924
8925 2008-01-27 Richard Stallman <rms@gnu.org>
8926
8927 * allout.el: Many doc fixes.
8928 (allout-encrypt-string): Fix error message.
8929
8930 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8931
8932 * progmodes/etags.el (tags-query-replace): Doc fix.
8933
8934 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * allout.el (allout-unload-function): New function.
8937
8938 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * allout.el (allout-prefix-data): Doc fix.
8941 (allout-show-current-subtree): Reflow docstring.
8942 (allout-use-mode-specific-leader, allout-use-hanging-indents)
8943 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8944 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8945 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8946 (allout-copy-topic-as-kill, allout-listify-exposed)
8947 (allout-process-exposed, allout-encrypted-key-info)
8948 (allout-update-passphrase-mnemonic-aids)
8949 (allout-next-topic-pending-encryption)
8950 (allout-tests-globally-true): Fix typos in docstrings.
8951
8952 2008-01-23 Jason Rumney <jasonr@gnu.org>
8953
8954 * lpr.el (printer-name): Do not set on MS Windows.
8955
8956 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8959 the command.
8960
8961 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8962
8963 * whitespace.el: Moved to obsolete dir.
8964
8965 * blank-mode.el: New version 9.2. Replace whitespace functions by
8966 aliases in blank-mode.
8967 (whitespace-buffer): New fun.
8968 (whitespace-region): Alias for whitespace-buffer, because there is no
8969 blank-region fun.
8970 (whitespace-cleanup): Alias for blank-cleanup.
8971 (whitespace-cleanup-region): Alias for blank-cleanup-region.
8972
8973 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * server.el (server-log-time-function): Doc fix.
8976 (server-buffer): Fix typo in docstring.
8977
8978 2008-01-27 Martin Rudalics <rudalics@gmx.at>
8979
8980 * view.el (view-buffer): Explain in doc-string why exit-action
8981 should not be set to kill-buffer.
8982
8983 * arc-mode.el (archive-extract):
8984 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8985 exit-action when viewing the buffer.
8986
8987 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8988
8989 * add-log.el (change-log-search-file-name): Work harder to find
8990 the correct file name.
8991 (change-log-find-file): Fix typo.
8992 (change-log-start-entry-re): Move definition earlier.
8993
8994 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
8995
8996 * add-log.el (change-log-search-file-name, change-log-find-file):
8997 New function.
8998 (change-log-font-lock-keywords): Move file name matching ...
8999 (change-log-file-names-re): ... here. New defconst.
9000 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9001
9002 2008-01-27 Alan Mackenzie <acm@muc.de>
9003
9004 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9005 enhance comments.
9006
9007 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9008
9009 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9010 methods, the host name must be a local host.
9011
9012 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9013
9014 * vc.el: Add TODO item about not defaulting to RCS.
9015
9016 * server.el (server-process-filter): Check for non-nil before
9017 calling file-directory-p.
9018
9019 2008-01-27 Alan Mackenzie <acm@muc.de>
9020
9021 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9022 arglist-cont-nonempty.
9023
9024 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9025 for a brace with syntax arglist-cont-nonempty.
9026
9027 * progmodes/cc-styles.el (c-style-alist): Add elements for
9028 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9029
9030 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9031
9032 * button.el (define-button-type): Clarify type of NAME in docstring.
9033
9034 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * server.el (server-buffer): New const.
9037 (server-log): New var.
9038 (server-log): Use them.
9039 (server-process-filter): (Try to) run the continuation in the same cwd
9040 as the client's.
9041
9042 2008-01-26 Alan Mackenzie <acm@muc.de>
9043
9044 * progmodes/cc-defs.el (c-save-buffer-state):
9045 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9046 primitives generating "buffer is read only" messages.
9047
9048 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9049
9050 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9051 (icalendar-import-format): Doc fix. Allow function type.
9052 (icalendar--read-element): Doc fix.
9053 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9054 type icalendar-import-format. Make regexps non-greedy.
9055 (icalendar--format-ical-event): Handle function type
9056 icalendar-import-format.
9057 (icalendar-import-format-sample): New function.
9058
9059 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9060
9061 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9062 `compile' is not available, fall back to font-lock-warning-face.
9063
9064 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9065
9066 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9067 that the filename end is found even when the filename is empty.
9068 Fixes error and spurious newlines when marking files for deletion.
9069
9070 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9071
9072 * subr.el (find-tag-default): Simplify using exclusively
9073 skip-syntax-backward/-forward.
9074
9075 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * vc.el (vc-directory, vc-update-change-log): Remove check for
9078 Tramp. Both functions work for it, though pretty slow
9079 (`vc-directory'). Maybe the implementation can be optimized.
9080
9081 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9082 Tramp 2.0 syntax is used.
9083 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9084
9085 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9086
9087 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9088 invoke directory-files-and-attributes with last argument `integer'
9089 instead of `string'.
9090 (insert-directory): Add -n to the list of supported switches
9091 mentioned in the doc string.
9092
9093 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9094
9095 * blank-mode.el: New version 9.1. Handle "long" line tail
9096 visualization. Doc fix.
9097 (blank-line-length): Rename to blank-line-column.
9098 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9099 Initialization fix.
9100 (blank-replace-spaces-by-tabs): New fun.
9101 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9102
9103 2008-01-25 Richard Stallman <rms@gnu.org>
9104
9105 * subr.el (add-hook): Implement `permanent-local-hook' property.
9106
9107 * loadhist.el (file-provides, file-requires): Push the filename right.
9108
9109 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9110
9111 * emacs-lisp/find-func.el (find-library): Wrap search for
9112 library name in condition-case to avoid reporting a scan-error.
9113
9114 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * server.el (server-process-filter): Don't force
9117 the authentication string to be followed by "\n".
9118
9119 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9120
9121 * blank-mode.el: New version 9.0. New commands to clean up some blank
9122 problems like trailing blanks. New faces and regexp for visualizing
9123 the blank problems. Doc fix.
9124 (blank-chars, blank-global-modes, blank-chars-value-list)
9125 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9126 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9127 (blank-indentation, blank-empty, blank-space-after-tab)
9128 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9129 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9130 (blank-cleanup, blank-cleanup-region): New commands.
9131 (blank-color-on): Code fix.
9132
9133 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9134
9135 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9136 file name.
9137 (ibuffer-mode-map): Add binding to sort by file name.
9138 (ibuffer-filename/process-header-map): New variable.
9139 (filename-and-process): Add a header that sorts by file name.
9140 (ibuffer-mode): Mention sorting by file name.
9141
9142 * ibuf-ext.el (filename/process): New sorter.
9143
9144 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9145
9146 * view.el (kill-buffer-if-not-modified): Don't pass t to
9147 buffer-modified-p.
9148
9149 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9150
9151 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9152 the source file in case of `rename'.
9153 Reported by Pete Forman <pete.forman@westerngeco.com>.
9154
9155 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
9156
9157 * allout.el (allout-keybindings-list): In initial setting, express
9158 meta-prefixed allout keys as vectors instead of strings, since the
9159 string form is interpreted in some cases as composed key
9160 modifiers, eg, accented keys.
9161
9162 (allout-line-boundary-regexp): Clarify description.
9163
9164 (set-allout-regexp): Repair the expressions so that the formfeed
9165 part is identified as one of the top-level groups, and is
9166 included in all the forms, not just the -line-boundary-regexp one.
9167
9168 (allout-prefix-data): Incorporate information from the various
9169 allout regexp's formfeed alternative group, when present.
9170
9171 (allout-write-file-hook-handler): Rectify mangling of the error
9172 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9173 condition-case handler was apparently reformatted as if it was a
9174 call to the error function. An apparent repair attempt in version
9175 1.101 situated the original body of the error handling code as
9176 bogus condition-case handlers. I've returned to just about the
9177 working code that was originally there, removing an unnecessary -
9178 but benign - enclosing 'progn'. (Automated or cursory code fixes
9179 often aren't.)
9180
9181 (allout-region-active-p): Fallback to value of mark-active if
9182 neither use-region-p nor region-active-p are present, for
9183 compatability with current and recent emacs major releases.
9184
9185 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9186
9187 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9188 (reftex-toc-restore-region):
9189 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9190 (reftex-index-phrases-apply-to-region):
9191 * textmodes/ispell.el (ispell-word):
9192 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9193 * progmodes/pascal.el (pascal-mark-defun):
9194 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9195 (f90-fill-region):
9196 * emulation/tpu-edt.el (tpu-set-mark):
9197 * emulation/crisp.el (crisp-region-active):
9198 * winner.el (winner-active-region):
9199 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9200 of bound tests in order to resolve conditionals at compile time.
9201
9202 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
9203
9204 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9205 not autoloaded, and we wouldn't want to load CL just to unload
9206 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
9207
9208 2008-01-24 Martin Rudalics <rudalics@gmx.at>
9209
9210 * delsel.el (delete-selection-pre-hook): Avoid clearing out
9211 pre-command-hook when text is read-only.
9212
9213 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9214
9215 * vc.el (vc-process-filter): Do nothing if buffer not live.
9216 (vc-diff-finish): Rename from vc-diff-sentinel.
9217 No longer take REV1-NAME and REV2-NAME.
9218 Instead, take BUFFER-NAME. Do nothing if buffer not live.
9219 Don't do window resize if no window displays buffer.
9220 (vc-diff-internal): Use vc-diff-finish.
9221
9222 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9223 In both cases, convert single call to one wrapped in dolist.
9224
9225 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9226
9227 * vc.el: Add a TODO item about missing files.
9228 (vc-exec-after): Add a tooltip to the new mode-line item.
9229
9230 2008-01-24 Glenn Morris <rgm@gnu.org>
9231
9232 * t-mouse.el (gpm-mouse-start): Declare as a function.
9233
9234 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9235
9236 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9237 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9238 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9239 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9240 prompt.
9241 (tramp-wait-for-output): Distinguish different prompt formats.
9242 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9243 (tramp-local-host-p): Check whether temp directory is writable.
9244
9245 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9246
9247 * vc.el: Add TODO items.
9248
9249 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9250
9251 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9252 be used to reveal or highlight the location of a match.
9253 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9254 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9255
9256 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9257
9258 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9259 for defcustom.
9260 (hide-ifdef-shadow): Add version number for defface.
9261
9262 2008-01-23 Glenn Morris <rgm@gnu.org>
9263
9264 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9265
9266 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9267
9268 * progmodes/sh-script.el (sh-basic-offset):
9269 * progmodes/cc-vars.el (c-syntactic-indentation)
9270 (c-syntactic-indentation-in-macros): Mark as safe.
9271
9272 2008-01-23 Richard Stallman <rms@gnu.org>
9273
9274 * icomplete.el (icomplete-get-keys):
9275 Look up KEYS using all maps in proper buffer.
9276
9277 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * frame.el (display-mm-height, display-mm-width):
9280 * whitespace.el (whitespace-check-leading-whitespace)
9281 (whitespace-check-trailing-whitespace)
9282 (whitespace-check-spacetab-whitespace)
9283 (whitespace-check-indent-whitespace)
9284 (whitespace-check-ateol-whitespace):
9285 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9286
9287 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9288
9289 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9290 after-save-hook so that it is not called multiple times.
9291
9292 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9293
9294 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9295
9296 * view.el (view-file-other-window, view-file-other-frame):
9297 Don't kill the buffer if it is modified. Doc fixes.
9298 (kill-buffer-if-not-modified): New function.
9299 (view-file): Don't kill the buffer if it is modified.
9300
9301 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9302 (ebrowse-view/find-file-and-search-pattern):
9303 Call view-file-other-window instead of ebrowse-view-file-other-window.
9304 (ebrowse-view-file-other-frame): Don't call
9305 current-window-configuration. Fix second argument in the call to
9306 view-mode-enter. Doc fix.
9307
9308 2008-01-23 Richard Stallman <rms@gnu.org>
9309
9310 * subr.el (atomic-change-group): Prevent undo list truncation.
9311
9312 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9313
9314 * files.el (safe-local-eval-forms):
9315 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9316
9317 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9318
9319 * comint.el (comint-insert-input): Set point first.
9320
9321 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9322 session doesn't hang because gdb-pending-triggers is non-nil.
9323 (gdb-frame-handler): Use buffer-file-name instead of
9324 buffer-name in case of duplicate file names.
9325
9326 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9329 C-M-e and C-M-h for emacs, they work by default.
9330 (verilog-emacs-features): Remove.
9331 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9332 Remove. Move syntax table initialization ...
9333 (verilog-mode-syntax-table): ... here.
9334 (verilog-mode): Don't initialize the syntax table here.
9335 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9336 does not need it.
9337
9338 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9339
9340 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9341 backward compatibility. Replace all uses of booleanp with
9342 verilog-booleanp.
9343
9344 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9345
9346 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9347
9348 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9349
9350 * progmodes/verilog-mode.el (top-level): Fix spacing.
9351 (verilog-mode-version, verilog-mode-release-date):
9352 Update version number.
9353 (verilog-mode-release-emacs): New variable.
9354 (compile-command, reporter-prompt-for-summary-p):
9355 Define for byte compiler.
9356 (verilog-startup-message-lines, verilog-startup-message-displayed)
9357 (verilog-display-startup-message): Remove.
9358 (verilog-highlight-p1800-keywords): Improve docstring.
9359 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9360 (vector-skip-list): Only defvar at compile time.
9361 (verilog-highlight-translate-off, verilog-indent-level)
9362 (verilog-indent-level-module, verilog-indent-level-declaration)
9363 (verilog-indent-declaration-macros, verilog-indent-lists)
9364 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9365 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9366 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9367 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9368 (verilog-align-ifelse, verilog-minimum-comment-distance)
9369 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9370 (verilog-auto-endcomments, verilog-auto-read-includes)
9371 (verilog-auto-star-expand, verilog-auto-star-save)
9372 (verilog-library-flags, verilog-library-directories)
9373 (verilog-library-files, verilog-library-extensions)
9374 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9375 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9376 (verilog-assignment-delay, verilog-auto-inst-vector)
9377 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9378 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9379 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9380 Add safe-local-variable properties.
9381 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9382 (verilog-re-search-backward, verilog-error-regexp-add)
9383 (verilog-end-block-re, verilog-emacs-features)
9384 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9385 (verilog-type-font-keywords, verilog-inside-comment-p)
9386 (electric-verilog-backward-sexp, verilog-backward-sexp)
9387 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9388 (electric-verilog-terminate-line, electric-verilog-semi)
9389 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9390 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9391 (verilog-beg-of-statement, verilog-in-case-region-p)
9392 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9393 (verilog-in-fork-region-p, verilog-backward-case-item)
9394 (verilog-set-auto-endcomments, verilog-get-expr)
9395 (verilog-expand-vector-internal, verilog-surelint-off)
9396 (verilog-batch-execute-func, verilog-calculate-indent)
9397 (verilog-calc-1, verilog-calculate-indent-directive)
9398 (verilog-leap-to-head, verilog-continued-line)
9399 (verilog-backward-token, verilog-backward-syntactic-ws)
9400 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9401 (verilog-forward-ws&directives, verilog-at-constraint-p)
9402 (verilog-skip-backward-comments, verilog-indent-line-relative)
9403 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9404 (verilog-pretty-declarations, verilog-pretty-expr)
9405 (verilog-just-one-space, verilog-indent-declaration)
9406 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9407 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9408 (verilog-read-always-signals-recurse, verilog-read-instants)
9409 (verilog-read-auto-template, verilog-set-define)
9410 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9411 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9412 (verilog-modi-cache-results, verilog-insert-one-definition)
9413 (verilog-make-width-expression, verilog-delete-autos-lined)
9414 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9415 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9416 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9417 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9418 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9419 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9420 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9421 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9422 (verilog-library-files): Cleanup spacing of )'s they should not be
9423 on unique lines. Fix checkdoc warnings.
9424
9425 2008-01-22 Glenn Morris <rgm@gnu.org>
9426
9427 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9428 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9429 from defcustoms.
9430 (hide-ifdef-shadow): Remove autoload cookie from defface.
9431
9432 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9433 differences.
9434
9435 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9436
9437 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9438 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9439 manual entry.
9440
9441 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9442
9443 * net/dbus.el (dbus-ignore-errors): New macro.
9444 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9445 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9446 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9447 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9448
9449 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9450
9451 * outline.el (outline-up-heading): Fix check for top level to
9452 avoid infinite looping in hide-other.
9453
9454 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9455
9456 * vc.el (vc-process-sentinel): After calling the previous
9457 sentinel, do nothing if the process' buffer is not live.
9458
9459 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9460
9461 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9462 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9463 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9464 blank-mode faces. Doc fix. New version 8.1.
9465 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9466 CONDITION BODY).
9467 (blank-space-face): Face/option name replaced by blank-space.
9468 (blank-hspace-face): Face/option name replaced by blank-hspace.
9469 (blank-tab-face): Face/option name replaced by blank-tab.
9470 (blank-newline-face): Face/option name replaced by blank-newline.
9471 (blank-trailing-face): Face/option name replaced by blank-trailing.
9472 (blank-line-face): Face/option name replaced by blank-line.
9473 (blank-space-before-tab-face): Face/option name replaced by
9474 blank-space-before-tab.
9475 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9476
9477 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9478
9479 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9480 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9481 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9482 (global-blank-mode): Doc fixes.
9483 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9484 (blank-newline-face, blank-trailing-face, blank-line-face)
9485 (blank-space-before-tab-face, blank-display-mappings)
9486 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9487 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9488 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9489 Fix typos in docstrings.
9490
9491 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * server.el (server-log-time-function): New variable.
9494 (server-log): Use it.
9495
9496 2008-01-21 Glenn Morris <rgm@gnu.org>
9497
9498 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9499
9500 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9501
9502 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9503
9504 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9505 (org-descriptive-links, org-link-file-path-type)
9506 (org-remember-use-refile-when-interactive)
9507 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9508 (org-export-ascii-bullets, org-agenda-deadline-faces)
9509 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9510 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9511 (org-kill-note-or-show-branches): Fix typos in docstrings.
9512
9513 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9514
9515 * vc.el (vc-process-sentinel): Set mode-line-process.
9516 (vc-exec-after): Likewise, for the `run' process status.
9517
9518 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * ibuffer.el (ibuffer-mode): Fix last change.
9521
9522 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9523
9524 * vc-hg.el (vc-hg-registered):
9525 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9526
9527 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9528
9529 * repeat.el (repeat-undo-count): New variable.
9530 (repeat): For self-insertions make undo boundary only after 20
9531 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9532
9533 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9534
9535 * net/imap.el (imap-ping-server): New variable.
9536 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9537 (imap-ping-server): Minor doc string fixes.
9538
9539 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9540
9541 * net/imap.el (imap-ping-server): New function.
9542 (imap-opened): Call imap-ping-server.
9543
9544 2008-01-20 Glenn Morris <rgm@gnu.org>
9545
9546 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9547 prevent infloops.
9548
9549 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9550
9551 * progmodes/python.el (python-imports): Default to "None".
9552
9553 2008-01-19 Tom Tromey <tromey@redhat.com>
9554
9555 * vc-svn.el (vc-svn-after-dir-status): New function.
9556 (vc-svn-dir-status): Run svn asynchronously.
9557
9558 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9559
9560 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9561 (hide-ifdef-shadow): New face.
9562 (hide-ifdef-toggle-shadowing): New function to toggle between
9563 shadowing and making code invisible.
9564 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9565 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9566 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9567 property. Shadow text when hide-ifdef-shadow is non-nil.
9568 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9569 (hif-hide-line): Use when instead of if.
9570 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9571 Remove unneeded * from doc-strings.
9572
9573 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9576 the hscroll behavior was fixed.
9577 (doc-view-mode): Disable auto-hscroll-mode.
9578
9579 2008-01-18 Tom Tromey <tromey@redhat.com>
9580
9581 * vc-svn.el (vc-svn-dir-status): New function.
9582
9583 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9584
9585 * vc.el: Make vc-status asynchronous.
9586 (vc-update-vc-status-buffer): New function broken out of ...
9587 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9588 the dir-status backend function.
9589
9590 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9591 Move the output processing to ...
9592 (vc-hg-after-dir-status): ... here. Call the function passed as
9593 an argument with the results.
9594
9595 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9598 (doc-view-insert-image): Do something if the image is missing.
9599 (doc-view-mode): Don't use file-remote-p.
9600
9601 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9602
9603 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9604 (org-export-latex-special-chars): Convert "..." in \ldots
9605 and skip tables.
9606 (org-export-latex-fontify-headline): Change parameter name.
9607 (org-export-as-latex): Handle export of subtrees.
9608 (org-export-latex-make-header): New argument TITLE.
9609 (org-export-latex-content): New argument EXCLUDE-LIST.
9610 (org-list-parse-list): New name for org-export-latex-parse-list.
9611 (org-export-latex-make-header): New name for
9612 org-export-latex-make-preamble.
9613 (org-list-to-generic): New name of org-export-list-to-generic.
9614 (org-list-to-latex): New name of org-export-list-to-latex.
9615 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9616 (org-list-send-list, org-list-to-texinfo)
9617 (org-list-to-html): New functions.
9618 (org-export-latex-tables-column-borders)
9619 (org-export-latex-default-class, org-export-latex-classes)
9620 (org-export-latex-classes-sectioning)
9621 (org-list-radio-list-templates): New options.
9622 (org-export-latex-header): New variable.
9623 (org-latex-entities): New constant.
9624 (org-export-latex-default-sectioning, org-export-latex-preamble)
9625 (org-export-latex-prepare-text-option)
9626 (org-export-latex-get-sectioning): Remove.
9627
9628 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9629
9630 * textmodes/org-publish.el (org-publish-current-project):
9631 Fix bug with forcing publication.
9632
9633 * textmodes/org.el (org-export-with-special-strings): New option.
9634 (org-export-html-convert-special-strings): New function.
9635 (org-html-do-expand): `org-export-html-convert-special-strings'
9636 added to the list of conversion.
9637 (org-infile-export-plist, org-get-current-options): Add support
9638 for "-" in the #+OPTION line to let user switch on/off special
9639 strings conversion.
9640 (org-export-plist-vars): New :html-table-tag property.
9641 (org-export-as-html, org-format-org-table-html)
9642 (org-format-table-table-html) Use the :html-table-tag property
9643 instead of the `org-export-html-table-tag' global value.
9644 (org-additional-option-like-keywords): Add "TBLFM".
9645 (org-entry-properties): Include the CLOCKSUM special property.
9646 (org-columns-edit-value): Do not allow to edit the special
9647 CLOCKSUM property.
9648 (org-flag-drawer): Use the original value of `outline-regexp'.
9649 (org-remember-handler): Add invisible-ok flag to call to
9650 `org-end-of-subtree'.
9651 (org-agenda-highlight-todo): Respect
9652 `org-agenda-todo-keyword-format'.
9653 (org-agenda-todo-keyword-format): New option.
9654 (org-infile-export-plist): No restriction while searching for options.
9655 (org-remember-handler): Remove comments at the end of the buffer.
9656 (org-remember-use-refile-when-interactive): New option.
9657 (org-table-sort-lines): Make sure sorting works on link
9658 descritions only, and ignores the link.
9659 (org-sort-entries-or-items): Make sure the end of the subtree is
9660 included.
9661 (org-refile-use-outline-path): New allowed values `file' and
9662 `full-file-path'.
9663 (org-get-refile-targets): Respect new values for
9664 `org-refile-use-outline-path'.
9665 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9666 (org-export-as-xoxo): Restore point when done.
9667 (org-open-file): Allow multiple %s in command.
9668 (org-clock-in-switch-to-state): New option.
9669 (org-first-list-item-p): New function.
9670 (org-last-remember-storage-locations): New variable.
9671 (org-get-refile-targets): Interpret the new maxlevel setting.
9672 (org-refile-targets): New option `:maxlevel'.
9673 (org-copy-subtree): Include empty lines before but not after subtree.
9674 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9675 (org-move-item-down, org-move-item-up): Include empty lines before
9676 but not after item.
9677 (org-first-sibling-p): New function.
9678 (org-remember-apply-template): Defaults, completions and history
9679 for template prompts. Also, interpret new `%!' escape.
9680 (org-context-choices): New constant.
9681 (org-bound-and-true-p): New macro.
9682 (org-imenu-depth): New option.
9683 (org-imenu-markers): New variable.
9684 (org-imenu-new-marker, org-imenu-get-tree)
9685 (org-speedbar-set-agenda-restriction): New functions.
9686 (org-agenda-set-restriction-lock)
9687 (org-agenda-remove-restriction-lock)
9688 (org-agenda-maybe-redo): New functions.
9689 (org-agenda-restriction-lock): New face.
9690 (org-agenda-restriction-lock-overlay)
9691 (org-speedbar-restriction-lock-overlay): New variables.
9692 (org-open-at-point): Remove obsolete way to do redirection in
9693 shell links.
9694 (org-imenu-and-speedbar): New customization group.
9695 (org-entry-properties): Return keyword-less time strings.
9696 (org-clock-heading-function): New option.
9697 (org-clock-in): Use `org-clock-heading-function'.
9698 (org-calendar-holiday): Try to use `calendar-check-holidays'
9699 instead of the obsolete `check-calendar-holidays'.
9700 (org-export-html-special-string-regexps): New constant.
9701 (org-massive-special-regexp): New variable.
9702 (org-compute-latex-and-specials-regexp)
9703 (org-do-latex-and-special-faces): New functions.
9704 (org-latex-and-export-specials): New face.
9705 (org-highlight-latex-fragments-and-specials): New option.
9706 (org-link-escape-chars): Use characters instead of strings.
9707 (org-link-escape-chars-browser, org-link-escape)
9708 (org-link-unescape): Use characters instead of strings.
9709 (org-export-html-convert-sub-super, org-html-do-expand): Check for
9710 protected text.
9711 (org-emphasis-alist): Additional `verbatim' flag.
9712 (org-set-emph-re): Handle the verbatim flag and compute
9713 `org-verbatim-re'.
9714 (org-cleaned-string-for-export): Protect verbatim elements.
9715 (org-verbatim-re): New variable.
9716 (org-hide-emphasis-markers): New option.
9717 (org-additional-option-like-keywords): Add new keywords.
9718 (org-get-entry): Rename from `org-get-cleaned-entry'.
9719 (org-icalendar-cleanup-string): New function for quoting icalendar text.
9720 (org-agenda-skip-scheduled-if-done): New option.
9721 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9722 `org-agenda-skip-scheduled-if-done'.
9723 (org-prepare-agenda-buffers): Allow buffers as arguments.
9724 (org-entry-properties): Add CATEGORY as a special property.
9725 (org-use-property-inheritance): Allow a list of properties as a value.
9726 (org-eval-in-calendar): No longer update the prompt.
9727 (org-read-date-popup-calendar): Rename from
9728 `org-popup-calendar-for-date-prompt'.
9729 (org-read-date-display-live): New variable.
9730 (org-read-date-display): New function.
9731 (org-read-date-analyze): New function.
9732 (org-remember-apply-template): Define `remember-finalize' if it is
9733 not yet defined.
9734 (org-remember-insinuate): New function.
9735 (org-read-date-prefer-future): New option.
9736 (org-read-date): Respect the setting of
9737 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
9738 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9739 hardcoded string.
9740 (org-remember-apply-template): Use `remember-finalize' instead of
9741 `remember-buffer'.
9742 (org-columns-compute, org-column-number-to-string)
9743 (org-columns-uncompile-format, org-columns-compile-format)
9744 (org-columns-compile-format): Handle printf format specifier.
9745 (org-columns-new, org-column-number-to-string)
9746 (org-columns-uncompile-format, org-columns-compile-format):
9747 Support for new currency summary type.
9748 (org-tree-to-indirect-buffer): Do not kill old buffer when
9749 `org-indirect-buffer-display' is `new-frame'.
9750 (org-indirect-buffer-display): Document that `new-frame' leads to
9751 indiret buffer proliferation.
9752 (org-agenda-list): Use `org-extend-today-until'.
9753 (org-extend-today-until): New option.
9754 (org-format-org-table-html): Use lower-case for <col> tag.
9755 (org-agenda-execute): New command.
9756 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9757 (org-select-remember-template): New function.
9758 (org-remember-apply-template): Use `org-select-remember-template'.
9759 (org-go-to-remember-target): New function.
9760
9761 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9762
9763 * vc.el: Add a TODO note about vc-state.
9764 (vc-next-action): Register 'unregistered and 'ignored files.
9765 Use when and unless instead of if where appropriate.
9766 (vc-start-entry): Fix typo.
9767 (vc-status): Autoload it.
9768
9769 2008-01-18 Glenn Morris <rgm@gnu.org>
9770
9771 * ffap.el (ffap-alist): Remove space from RFC regexp.
9772
9773 2008-01-18 Richard Stallman <rms@gnu.org>
9774
9775 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9776 than face-spec-recalc.
9777
9778 2008-01-18 Glenn Morris <rgm@gnu.org>
9779
9780 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9781
9782 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9783 Miles Bader <miles@gnu.org>
9784
9785 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
9786 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
9787 for handling display table (via visws.el package), his code was
9788 modified, but the main idea was kept.
9789
9790 2008-01-17 Glenn Morris <rgm@gnu.org>
9791
9792 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9793 (ibuffer-save-filters): Remove calls to deleted
9794 ibuffer-update-mode-name.
9795
9796 2008-01-16 Martin Rudalics <rudalics@gmx.at>
9797
9798 * longlines.el (longlines-mode, longlines-show-region)
9799 (longlines-unshow-hard-newlines): Bind buffer-file-name and
9800 buffer-file-truename to nil while modifying buffer.
9801
9802 * cus-edit.el (custom-reset-standard-variables-list)
9803 (custom-reset-standard-faces-list): New variables.
9804 (custom-reset-standard-save-and-update): New function.
9805 (Custom-save): Apply custom-mark-to-save before and
9806 custom-state-set-and-redraw after saving options.
9807 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9808 options and call custom-reset-standard-save-and-update.
9809 (custom-variable, custom-face, custom-group): Provide new
9810 entries for custom-mark-to-save, custom-mark-to-reset-standard,
9811 and custom-state-set-and-redraw.
9812 (custom-variable-mark-to-save)
9813 (custom-variable-state-set-and-redraw)
9814 (custom-variable-mark-to-reset-standard)
9815 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9816 (custom-face-mark-to-reset-standard)
9817 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9818 (custom-group-mark-to-reset-standard): New functions.
9819 (custom-variable-save): Move save, state-set, and redraw
9820 functionality to custom-variable-mark-to-save.
9821 (custom-face-save): Move save, state-set, and redraw
9822 functionality to custom-face-mark-to-save.
9823 (custom-group-save): Move save, state-set, and redraw
9824 functionality to custom-group-mark-to-save.
9825 (custom-variable-reset-standard, custom-face-reset-standard)
9826 (custom-group-reset-standard): Move save, state-set, and redraw
9827 functionality to custom-reset-standard-save-and-update.
9828
9829 (custom-buffer-create-internal): Fix text in verbose help.
9830 (custom-face-value-create): Indent doc-strings of faces like
9831 those of variables.
9832
9833 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * server.el (server-process-filter): Replace lineno and columnnno
9836 which defaulted to 1&0 with filepos which defaults to nil.
9837 (server-goto-line-column): Only receive the filepos.
9838 Only move if filepos is non-nil.
9839 (server-visit-files): Slight restructure to consolidate two calls to
9840 server-goto-line-column into just one.
9841
9842 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9843 the use of degraded mode.
9844 (nxml-degrade): Don't change mode-name.
9845
9846 * nxml/rng-nxml.el (rng-nxml-mode-init):
9847 Don't overwrite mode-line-process.
9848
9849 * ibuffer.el (mode): Pass the buffer to format-mode-line.
9850 (ibuffer-update-mode-name): Remove.
9851 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9852 (ibuffer-mode): Use mode-line-process instead.
9853
9854 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9855 Use derived-mode-p.
9856 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9857
9858 * help.el (describe-mode): Pass the right buffer to format-mode-line.
9859
9860 2008-01-16 Glenn Morris <rgm@gnu.org>
9861
9862 * comint.el (comint-regexp-arg): Fix no-input case.
9863
9864 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9865
9866 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9867 * pcvs.el (cvs-revert-if-needed):
9868 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9869
9870 * vc-svn.el (vc-svn-find-file-hook):
9871 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9872
9873 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
9874
9875 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9876 (icalendar-export-file, icalendar-import-file):
9877 Restore significant trailing whitespace in `interactive' prompts.
9878
9879 2008-01-16 Tom Tromey <tromey@redhat.com>
9880
9881 * calendar/icalendar.el (icalendar--convert-tz-offset)
9882 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9883 (icalendar--find-time-zone): New functions.
9884 (icalendar--decode-isodatetime): Add `zone' argument, passed to
9885 `decode-time'. Doc fix.
9886 (icalendar--convert-ical-to-diary): Compute zone-map.
9887 Pass timezone to icalendar--decode-isodatetime.
9888
9889 2008-01-16 Alan Mackenzie <acm@muc.de>
9890
9891 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9892 an eval-and-compile, so as to permit byte-compiling (e.g. in
9893 bootstrap).
9894
9895 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9898 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9899 using the same key for different menu entries.
9900
9901 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9902 (smerge-makeup-conflict): New command.
9903
9904 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
9905
9906 * log-edit.el (log-edit): Doc fix.
9907
9908 2008-01-15 Glenn Morris <rgm@gnu.org>
9909
9910 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9911
9912 2008-01-14 Alan Mackenzie <acm@muc.de>
9913
9914 * progmodes/cc-vars.el (c-constant-symbol): New function which
9915 supersedes c-const-symbol. During a customize-.. call it enables
9916 an element of (e.g.) c-hanging-braces alist to have its name
9917 displayed, even when the default value of c-h-b etc. doesn't
9918 include the elemnt. Replace uses of the old function by the new.
9919
9920 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9921 obscure non-working fragment ":value c-".
9922
9923 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9926
9927 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
9928
9929 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9930 instead of `tramp-file-name-real-host'.
9931
9932 * net/trampver.el: Update release number.
9933
9934 2008-01-14 Alan Mackenzie <acm@muc.de>
9935
9936 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9937 call inside a struct being recognised as a K&R argument.
9938
9939 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9942 Accept "fatal error" from MSFT.
9943 Reported by Jared Finder <jfinder@crypticstudios.com>.
9944
9945 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
9946
9947 * smerge-mode.el (smerge-auto): New function.
9948 * vc-svn.el (vc-svn-find-file-hook):
9949 * vc-arch.el (vc-arch-find-file-hook):
9950 * pcvs.el (cvs-revert-if-needed):
9951 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9952 (top-level): Add a Todo list.
9953
9954 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9955
9956 * vc.el (vc-update): Resolve conflicts if necessary instead of
9957 just updating the buffer.
9958
9959 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9960 update command so that we can parse the output.
9961
9962 2008-01-13 Martin Rudalics <rudalics@gmx.at>
9963
9964 * mail/rmail.el (rmail-convert-to-babyl-format):
9965 Remove save-excursion to avoid infinite looping.
9966 Reported by dnz <dnz@bk.ru>.
9967
9968 2008-01-12 Glenn Morris <rgm@gnu.org>
9969
9970 * woman.el (woman-parse-numeric-arg): Change handling of `==':
9971 can be interned without a function definition.
9972
9973 2008-01-12 Jason Rumney <jasonr@gnu.org>
9974
9975 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9976 (rng-nxml-mode-init): Declare.
9977
9978 2008-01-11 Jason Rumney <jasonr@gnu.org>
9979
9980 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9981 (rng-preferred-prefix-alist-default): Remove.
9982
9983 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9984 Rename from nxml-enable-unicode-char-name-sets-flag.
9985 (nxml-enable-unicode-char-name-sets-1): Merge into
9986 nxml-enable-unicode-char-name-sets.
9987 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9988 nxml-char-name-ignore-case here.
9989
9990 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9991 Update doc string and commentary.
9992 (nxml-char-name-ignore-case): Change default value.
9993 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9994
9995 2008-01-11 Martin Rudalics <rudalics@gmx.at>
9996
9997 * cus-start.el (all): Add missing version entries.
9998
9999 2008-01-11 Glenn Morris <rgm@gnu.org>
10000
10001 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10002 (euc-to-flat-code, flat-code-to-euc):
10003 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10004 (wl-summary-buffer-msgdb): Declare as funtions.
10005
10006 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10007
10008 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10009 Bind buffer-file-name and buffer-file-truename.
10010
10011 * fringe.el (fringe-mode-explicit): New variable.
10012 (set-fringe-mode): Don't alter default-frame-alist when just
10013 loading this file.
10014
10015 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10016
10017 * doc-view.el (doc-view-buffer-file-name): New variable.
10018 (doc-view-convert-current-doc, doc-view-search)
10019 (doc-view-current-cache-dir, doc-view-initiate-display)
10020 (doc-view-mode): Use it.
10021 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10022 instead of function.
10023
10024 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10025
10026 * vc-svn.el (vc-svn-registered): Return the correct value for
10027 ignored and unregistered files.
10028
10029 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10030
10031 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10032
10033 2008-01-10 Tom Tromey <tromey@redhat.com>
10034
10035 * vc.el (vc-status-unmark-all-files): New function.
10036 (vc-status-unmark-all-files): Likewise.
10037 (vc-status-mode-map): Add bindings.
10038
10039 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10040
10041 * ediff*.el: Uncomment declare-function.
10042
10043 * emulation/viper*.el: Uncomment declare-function.
10044
10045 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10046
10047 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10048 files inside archives uniformly.
10049
10050 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10051
10052 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10053 constant with a computation on sgml-specials rather than a literal
10054 list. Without this change the syntax table is generated
10055 incorrectly, and the mode will think it's in a comment following
10056 any instance of the string "--".
10057
10058 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10059
10060 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10061 (doc-view-mode): Support document files inside archives.
10062
10063 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10064
10065 * vc.el (vc-deduce-fileset): Return the currently selected file if
10066 no files are selected when using vc-status.
10067
10068 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10069
10070 * ediff*.el: Comment out declare-function. "make bootstrap"
10071 stops with an error and Emacs does not compile with those things in.
10072 Besides, declare-function is not defined in XEmacs.
10073
10074 * ediff-util (eqiff-quit): Autoraise minibuffer.
10075
10076 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10077
10078 * emulation/viper*.el: Comment out declare-function -- not defined
10079 in XEmacs.
10080
10081 * emulation/viper-ex.el (viper-info-on-file):
10082 Take care of indirect buffers.
10083
10084 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10085 Set viper-vi-state-cursor-color.
10086
10087 2008-01-09 Tom Tromey <tromey@redhat.com>
10088
10089 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10090 Just return header.
10091 (vc-status-move-to-goal-column): New function.
10092 (vc-status-mode-map): Define more keys.
10093 (vc-status-mode): Use vc-status-refresh. Now 'special.
10094 (vc-status-refresh): New function.
10095 (vc-status-next-line): Likewise.
10096 (vc-status-previous-line): Likewise.
10097 (vc-status-mark-file): Use vc-status-next-line.
10098 (vc-status-unmark-file): Use vc-status-previous-line.
10099 (vc-status-unmark-file-up): New function.
10100 (vc-status-register): Likewise.
10101 (vc-status-find-file): Likewise.
10102 (vc-status-find-file-other-window): Likewise.
10103 (vc-status-current-file): Likewise.
10104 (vc-ensure-vc-buffer): Understand vc-status mode.
10105
10106 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10107
10108 2008-01-09 Glenn Morris <rgm@gnu.org>
10109
10110 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10111 entry, for Windows.
10112
10113 2008-01-09 Tom Tromey <tromey@redhat.com>
10114
10115 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10116
10117 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10120 add a file-name handler.
10121
10122 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10123
10124 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10125 Rename from function bibtex-files-expand. New optional arg select.
10126 (bibtex-flash-head): Allow blink-matching-delay being zero.
10127 (bibtex-clean-entry): Use atomic-change-group.
10128 (bibtex-format-entry): Check presence of required fields only
10129 after formatting of fields. Use member-ignore-case. Do not use
10130 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10131 (bibtex-autofill-entry): Do not call undo-boundary.
10132 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10133 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10134 Parse keys if necessary.
10135
10136 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10137
10138 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10139 quotes in case of spaces, e.g. STL containers (not pretty).
10140
10141 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * progmodes/gdb-ui.el (gud-gdb-command-name):
10144 Explain "--annotate=3" option is necessary for the Graphical Interface.
10145
10146 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10149 on menu bar.
10150
10151 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10152
10153 * ffap.el (ffap-read-file-or-url): Let-bind
10154 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10155
10156 2008-01-08 Sven Joachim <svenjoac@gmx.de>
10157
10158 * vc-bzr.el: Fix typo in header.
10159
10160 2008-01-08 Eli Zaretskii <eliz@gnu.org>
10161
10162 * Makefile.in (custom-deps, finder-data): Depend on autoloads
10163 instead of loaddefs.el.
10164
10165 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10168 gets inserted out-of-order.
10169
10170 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
10171
10172 * vc-bzr.el: Copyright and version headers update.
10173 Remove some outdated comments through the whole file.
10174 (vc-bzr-program-args): Remove because unused.
10175 (vc-bzr-log-switches): New customization option.
10176 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
10177 use `vc-bzr-program-args'.
10178 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10179 `vc-find-root' (patch by Andreas Hoenen).
10180 (vc-bzr-status): Update regex to match latest Bzr output.
10181 Remove redundant test.
10182 (vc-bzr-init-version): New function.
10183 (vc-bzr-unregister): Must not delete file.
10184 (vc-bzr-find-version): New function.
10185 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10186 a non-empty string, otherwise take head revision.
10187 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10188 (vc-bzr-diff): Simpler build of the revision spec string.
10189 (vc-annotate-convert-time, vc-bzr-annotate-difference):
10190 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10191 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
10192 (vc-bzr-dired-state-info): Only provide custom strings for
10193 overloaded VC state 'edited; otherwise fallback to
10194 `vc-default-dired-state-info'.
10195
10196 2008-01-08 Richard Stallman <rms@gnu.org>
10197
10198 * delsel.el (delete-selection-mode): Doc fix.
10199
10200 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10201
10202 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10203 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10204
10205 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10206 of watch expressions (only works fully with GDB 6.7 or later).
10207
10208 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
10209
10210 * time-stamp.el (time-stamp-time-zone):
10211 * whitespace.el (whitespace-check-buffer-leading)
10212 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10213 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10214 * progmodes/sh-script.el (sh-indentation):
10215 * textmodes/ispell.el (ispell-local-pdict):
10216 Add safe-local-variable properties.
10217
10218 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10219
10220 * vc-git.el (vc-git--call): Apply `process-file' instead of
10221 `call-process'.
10222
10223 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10224 Reported by Pete Forman <pete.forman@westerngeco.com>.
10225 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10226 (tramp-handle-process-file): Handle the case where DESTINATION is
10227 a consp with t as car.
10228 (tramp-wait-for-output): We shall remove exactly what has been
10229 find by the search.
10230
10231 2008-01-08 Kevin Ryde <user42@zip.com.au>
10232
10233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10234 For perl, allow "during global destruction" at end. Add entry for
10235 two-arg form of the Test module ok() func.
10236
10237 2008-01-08 Glenn Morris <rgm@gnu.org>
10238
10239 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10240 unified format.
10241
10242 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10243
10244 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10245
10246 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10247 Simplify selection of frame focusing function.
10248
10249 2008-01-08 Michael Olson <mwolson@gnu.org>
10250
10251 * textmodes/remember.el (remember-region): Fix typo in docstring.
10252
10253 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10254
10255 * textmodes/remember.el (remember): If there is a visible region
10256 [that is, the mark is active and transient mark mode is enabled]
10257 then use this region for the initial contents of the *Remember*
10258 buffer. Use `region-beginning' and `region-end' instead of
10259 `point' and `mark'.
10260
10261 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10262
10263 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10264 argument to vc-hg-command.
10265 (vc-hg-log-view-mode): Handle the user field better.
10266
10267 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10270
10271 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10272
10273 * vc.el (vc-status-fileinfo): New defstruct.
10274 (vc-status): New defvar.
10275 (vc-status-insert-headers, vc-status-printer, vc-status)
10276 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10277 (vc-status-unmark-file, vc-status-marked-files): New functions.
10278
10279 * vc-hg.el (vc-hg-dir-status): New function.
10280
10281 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10282
10283 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10284 keymap from here ...
10285 (custom-mode): ... to here. Reported by Reiner Steib.
10286
10287 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * obsolete/x-apollo.el: Remove file for unsupported system.
10290
10291 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10292 Apollo.
10293
10294 * progmodes/gud.el (gud-dgux-p): Remove.
10295 (dbx): Remove reference to dgux.
10296
10297 * progmodes/ps-mode.el (ps-mode-print-function):
10298 * ps-print.el (ps-lp-system):
10299 * paths.el (rmail-spool-directory):
10300 * ls-lisp.el (ls-lisp-emulation):
10301 * lpr.el (lpr-lp-system):
10302 * dired.el (dired-chown-program): Remove references to dgux.
10303
10304 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * vc.el (vc-process-sentinel): Fix apparent typo.
10307 (vc-do-command): Forcefully kill any left over process.
10308 Use start-file-process.
10309 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10310
10311 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10312
10313 * net/dbus.el (dbus-list-hash-table)
10314 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10315 (dbus-check-event): Add serial number to event.
10316 (dbus-handle-event): Apply return message if needed.
10317 (dbus-event-serial-number): New defun.
10318 (dbus-event-service-name, dbus-event-path-name)
10319 (dbus-event-interface-name, dbus-event-member-name):
10320 Adapt implementation to serial number.
10321
10322 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * bs.el (bs--get-mode-name): Fix typo in previous change.
10325
10326 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10327
10328 * mouse.el (mouse-popup-menubar): Fix typo.
10329
10330 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10331 form inside with-current-buffer.
10332
10333 * progmodes/antlr-mode.el (provide): Move to the end of file.
10334 (require): Don't require font-lock and compile.
10335 (outline-level, imenu-use-markers, imenu-create-index-function):
10336 Move declarations to top level.
10337 (cond-emacs-xemacs-macfn): Declare for compiler.
10338
10339 * vc-bzr.el (vc-bzr-root):
10340 * vc-arch.el (vc-arch-root): Only set a property if the file is
10341 managed by this backend.
10342
10343 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10344
10345 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10346
10347 * doc-view.el (doc-view-scroll-up-or-next-page)
10348 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10349 top/bottom again when on the first/last page.
10350
10351 * doc-view.el (doc-view-scroll-up-or-next-page)
10352 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10353 image-scroll-down instead of the non-image equivalents.
10354 Don't rely on a signalled condition but switch pages when scrolling
10355 doesn't change the vertical position anymore.
10356 (doc-view-mode-map): Remap scroll-{up,down} to
10357 image-scroll-{up,down}.
10358
10359 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10360
10361 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10362 tpu-mapper command rather than load the tpu-mapper package.
10363
10364 * emulation/tpu-mapper.el (tpu-mapper): New command.
10365 Contains all the code previously at top-level.
10366
10367 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10370 * imenu.el (imenu-add-to-menubar):
10371 * makesum.el (make-command-summary):
10372 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10373 (mouse-buffer-menu):
10374 * msb.el (msb--mode-menu-cond):
10375 * calc/calc-embed.el (calc-do-embedded):
10376 * emacs-lisp/helper.el (Helper-describe-mode):
10377 * mail/emacsbug.el (report-emacs-bug):
10378 * progmodes/hideshow.el (hs-grok-mode-type):
10379 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10380 * textmodes/table.el (*table--cell-describe-mode):
10381 Pass mode-name through format-mode-line.
10382
10383 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10386 * progmodes/ada-mode.el (comment-region):
10387 * calendar/todo-mode.el (todo-insert-item):
10388 * bookmark.el (bookmark-buffer-name):
10389 Test major-mode rather than mode-name.
10390
10391 2008-01-04 Richard Stallman <rms@gnu.org>
10392
10393 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10394 Call byte-compile-warn-about-unresolved-functions outside
10395 the with-current-buffer.
10396 (byte-compile-insert-header): Use with-current-buffer.
10397
10398 2008-01-04 Glenn Morris <rgm@gnu.org>
10399
10400 * startup.el (fancy-about-screen): Remove reference to deleted
10401 `fancy-splash-help-echo' variable.
10402
10403 * version.el (emacs-copyright): Update to 2008.
10404
10405 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10406 rather than mapcar.
10407
10408 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10409 change (merge mistake).
10410
10411 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10412
10413 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10414 (bookmark-get-bookmark-record):
10415 * image-mode.el (bookmark-make-cell-function)
10416 (bookmark-get-filename, bookmark-get-bookmark-record)
10417 (bookmark-get-position):
10418 * log-view.el (vc-modify-change-comment):
10419 * progmodes/grep.el (find-name-arg): Declare for compiler.
10420
10421 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * savehist.el (savehist-coding-system): Default to a variant coding
10424 system with explicit unix end-of-line conversion, which is safer.
10425
10426 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10429 * ibuffer.el (mode column): Use format-mode-line.
10430
10431 * server.el (server-create-window-system-frame): Remove workaround for
10432 a bug that has been fixed.
10433
10434 2008-01-03 Magnus Henoch <magnus@zemdatav>
10435
10436 * net/dbus.el (dbus-name-owner-changed-handler):
10437 Use dbus-unregister-object instead of dbus-unregister-signal.
10438
10439 2008-01-03 Drew Adams <drew.adams@oracle.com>
10440
10441 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10442
10443 2008-01-03 Richard Stallman <rms@gnu.org>
10444
10445 * replace.el (occur-context-lines): New subroutine,
10446 broken out of occur-engine.
10447 (occur-engine): Call it.
10448
10449 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10450
10451 * vc-git.el (vc-git--ls-files-state): New function.
10452 (vc-git-dir-state): Use it instead of processing the status
10453 results here.
10454
10455 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10456
10457 * progmodes/grep.el (grep-find-ignored-directories):
10458 Initialize from the value of vc-directory-exclusion-list.
10459
10460 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10461 even though we don't have a back end for darcs yet.
10462
10463 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10464
10465 Change a return type, for greater extensibility.
10466 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10467 and its thread for discussion leading to this change.
10468
10469 * bookmark.el (bookmark-jump-noselect):
10470 Return an alist instead of a dotted pair.
10471 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10472 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10473 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10474 (bookmark-make-cell-function): Adjust documentation accordingly.
10475
10476 * image-mode.el (image-bookmark-jump):
10477 Adjust return type accordingly; document.
10478
10479 * doc-view.el (doc-view-bookmark-jump):
10480 Adjust return type accordingly; document.
10481
10482 2008-01-02 Miles Bader <miles@gnu.org>
10483
10484 * net/rcirc.el (rcirc-log-filename-function): New variable.
10485 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10486 log-file name. Don't log anything if it returns nil.
10487 (rcirc-log-write): Use `expand-file-name' when merging the
10488 log-file name from the alist with rcirc-log-directory; this does
10489 the right thing if the name in the alist already an absolute
10490 filename. Make the log-file directory if necessary.
10491
10492 2007-12-29 Richard Stallman <rms@gnu.org>
10493
10494 * font-lock.el (font-lock-prepend-text-property)
10495 (font-lock-append-text-property): Canonicalize the face and
10496 font-lock-face properties.
10497
10498 * faces.el (facep): Doc fix.
10499
10500 * startup.el (fancy-startup-tail, fancy-about-text)
10501 (fancy-startup-text): Regularize format of face property.
10502
10503 * facemenu.el (list-colors-print): Use :background and :foreground
10504 instead of background-color and foreground-color.
10505
10506 2007-12-29 Drew Adams <drew.adams@oracle.com>
10507
10508 * cus-edit.el (custom-add-parent-links):
10509 Fill the "Parent documentation" text.
10510
10511 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10512
10513 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10514 MS-Windows and MS-DOS.
10515 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10516
10517 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10518
10519 * vc-svn.el (vc-svn-modify-change comment): New function.
10520
10521 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10522
10523 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10524 Do not disable undo, with-temp-buffer does it by default.
10525
10526 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10527
10528 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10529 correctly.
10530
10531 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10532 with vc-state.
10533 (vc-next-action): Fix vc-transfer-file call.
10534
10535 2007-12-31 Tom Tromey <tromey@redhat.com>
10536
10537 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10538 Move point to the start of the buffer.
10539
10540 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10541
10542 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10543
10544 * vc.el: State that dir-state is required to set the vc-state and
10545 vc-backend properties.
10546
10547 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10548
10549 * man.el (Man-default-man-entry): Make this a defun.
10550 Improve guessing mechanism and handling of section numbers.
10551
10552 2007-12-31 Richard Stallman <rms@gnu.org>
10553
10554 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10555
10556 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10557
10558 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10559 are on the result even when the result is zero.
10560
10561 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10562
10563 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10564 resistent towards wrong parameters.
10565 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10566
10567 2007-12-30 Richard Stallman <rms@gnu.org>
10568
10569 * faces.el (face-all-attributes): New function.
10570
10571 * faces.el (face-differs-from-default-p): Compute list of attr names
10572 from face-attribute-name-alist.
10573
10574 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10575 (custom-face-save): Likewise.
10576 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10577
10578 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10579 (custom-theme-set-faces): Clear `face-override-spec' property.
10580 Call `face-spec-set' with FOR-DEFFACE.
10581
10582 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10583
10584 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10585 Use of frame as third arg is deprecated.
10586 Handle `face-override-spec' property.
10587 (face-spec-recalc): New function.
10588 (face-spec-set-2): New function.
10589 (frame-set-background-mode): Handle `face-override-spec' property.
10590 Use `face-spec-recalc'.
10591 (face-set-after-frame-default): Use `face-spec-recalc'.
10592
10593 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10594
10595 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10596
10597 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10598
10599 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10600
10601 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10602
10603 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10604 'added, 'removed.
10605
10606 * vc.el (header coment): Better description of dir-state.
10607 (vc-compatible-state): New function. Checks whether two states
10608 can be in the same changeset; used with 'edited it can test whether
10609 the next action for a state should be commit.
10610 (vc-default-dired-state-info): Display 'removed state.
10611 (vc-dired-hook): Turn off undo, this is a speed tweak.
10612
10613 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10614
10615 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10616 Cope with the possibility that the 'C' status flag might change
10617 in 0.9,6.
10618
10619 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10620
10621 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10622
10623 * files.el (cd-absolute): Fix omission bug:
10624 Make `list-buffers-directory' buffer-local.
10625
10626 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10627
10628 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10629
10630 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10631
10632 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10633
10634 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10635 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10636 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10637 (math-maxima-parse-subst, math-maxima-parse-taylor)
10638 (math-maxima-compose-taylor, math-maxima-compose-subst)
10639 (math-maxima-compose-if, math-lang-switch-args)
10640 (math-lang-compose-switch-args, math-read-giac-subscr):
10641 New functions.
10642 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10643 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10644 Add languages.
10645 (math-vector-brackets, math-complex-format, math-variable-table)
10646 (math-parse-table, math-oper-table, math-function-table)
10647 (math-special-function-table, math-compose-subscr):
10648 Add values for new languages.
10649
10650 * calc/calccomp.el (math-compose-expr): Add new languages.
10651
10652 * calc/calc.el (calc-language): Add languages to docstring.
10653
10654 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10655 for new languages. Autoload commands to change languages.
10656
10657 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10658
10659 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10660 (calc-arithmetic-menu, calc-scientific-function-menu)
10661 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10662 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10663 Add :active keywords.
10664
10665 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10666
10667 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10668 returns 'ignored or 'unregistered.
10669 (vc-hg-state): Pass "-A" to the status command and deal with the
10670 output.
10671 (vc-hg-dir-state): Pass "-A" to the status command.
10672
10673 2007-12-29 Richard Stallman <rms@gnu.org>
10674
10675 * progmodes/compile.el (compilation-start): Set initial visible
10676 point properly even when compilation buffer already current.
10677
10678 2007-12-29 Richard Stallman <rms@gnu.org>
10679
10680 * files.el (conf-mode-maybe): New function.
10681 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10682
10683 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10684
10685 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10686
10687 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10688
10689 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10690
10691 2007-12-29 Richard Stallman <rms@gnu.org>
10692
10693 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10694 so they never do EOF.
10695
10696 2007-12-29 Richard Stallman <rms@gnu.org>
10697
10698 * faces.el (copy-face): Create the new face explicitly if it
10699 does not exist already.
10700
10701 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10702
10703 * simple.el (minibuffer-history, shell-command-history)
10704 (set-variable-value-history):
10705 * replace.el (regexp-history):
10706 * international/mule-cmds.el (input-method-history):
10707 * files.el (file-name-history): Add reference to history-length in
10708 the doc string.
10709
10710 2007-12-29 Richard Stallman <rms@gnu.org>
10711
10712 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10713
10714 2007-12-29 Jason Rumney <jasonr@gnu.org>
10715
10716 * find-dired.el (find-name-arg): New custom variable.
10717 (find-name-dired): Use it.
10718 (find-dired-find-program): Remove.
10719 (find-dired): Use find-program.
10720 (find-grep-dired): Use grep-program.
10721
10722 * progmodes/grep.el (rgrep): Use find-name-arg.
10723
10724 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10725
10726 * progmodes/cc-vars.el (defcustom-c-stylevar):
10727 Revert to pre-2007-12-12 version.
10728
10729 2007-12-29 Richard Stallman <rms@gnu.org>
10730
10731 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10732
10733 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10734 Use changed.
10735
10736 * startup.el (fancy-splash-help-echo): Var deleted.
10737 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10738 (fancy-about-screen): Don't display fancy-splash-help-echo.
10739
10740 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10741
10742 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
10743
10744 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10745 to vc-hooks.el so it will be available to other modes, such as
10746 speedbar.el. Also, teach it to recognize monotone state directories.
10747
10748 * speedbar.el: Remove this mode's fragile assumptions about
10749 version-control systems. Instead, make it use logic from
10750 vc-hooks.el so it will become smarter whenever VC mode does.
10751
10752 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10753 Fix the documentation.
10754
10755 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10756 Modify all instances of the dir-state back-end method to suppress
10757 keeping undo lists on the buffers holding status output, which
10758 can get extremely large.
10759
10760 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10761 so they don't do work that the default one can do instead.
10762
10763 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10764 states, and the new return-value convention. These are not
10765 actually used yet, just set.
10766
10767 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10768 states when appropriate.
10769
10770 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10771 'unregistered when appropriate.
10772
10773 * vc-git.el: Document that we don't set the new states yet.
10774
10775 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10776 'ignored states.
10777
10778 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10779 appropriate.
10780
10781 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10782 when appropriate.
10783
10784 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
10785
10786 * thumbs.el (thumbs-call-convert): Use call-process directly
10787 with thumbs-conversion-program instead of through shell-file-name
10788 for better error reporting.
10789
10790 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
10791
10792 * calc/calc-aent.el (math-remove-percentsigns):
10793 * calc/calccomp.el (math-to-percentsigns): Change placeholder
10794 for percent signs.
10795
10796 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10797
10798 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10799 use completion-ignored-extensions to detect files that should be
10800 ignorted in VC-Dired listings, heading off lots of expensive calls
10801 to (vc-state).
10802
10803 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10804 non-terse mode.
10805 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10806 Makefile.in or Makefile.am.
10807
10808 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10809
10810 * ps-print.el (ps-mark-active-p): Fun returned back.
10811 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10812 `region-active-p' for error checking.
10813
10814 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10815
10816 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10817 Put new machinery in place to support editing of change comments
10818 with 'e' in a log-view buffer. Not documented yet as this
10819 only works for SCCS, RCS, and maybe CVS if you have admin
10820 privileges. When we have backend support for Subversion and
10821 more modern systems it will be time to write this up.
10822
10823 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
10824
10825 * international/mule-cmds.el (select-safe-coding-system):
10826 When a buffer is modified, cancel the writing.
10827
10828 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
10829
10830 * log-view.el: Add Subversion and Mercurial log format samples.
10831
10832 * vc.el (vc-dired-hook): Significantly speed up by arranging for
10833 it to call the backend dir-state hook (if it exists)
10834 exactly *once*, rather than once per each subdirectory (with
10835 dired-state-info calls on all toplevel files slowing it down even
10836 further). For this to work, backend dir-state methods have to
10837 recurse to subdirectories. Most of them already did anyway; a few
10838 needed *non*-recursion switches removed. This change mostly
10839 removed code that was perversely bad and should have been shot
10840 through the head years ago.
10841
10842 * vc-bzr.el (vc-bzr-dir-state):
10843 * vc-cvs.el (vc-cvs-dir-state):
10844 * vc-mcvs.el (vc-mcvs-dir-state):
10845 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10846
10847 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10848 multiple arguments, so generate logs sequentially when we get them.
10849 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10850 headers so the various log bindings can do the right thing.
10851 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10852
10853 2007-12-26 Andreas Schwab <schwab@suse.de>
10854
10855 * font-lock.el (save-buffer-state): Make sure the state of the
10856 buffer is always restored.
10857
10858 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
10859
10860 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10861
10862 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10863 a variable.
10864
10865 * calc/calccomp.el (math-to-percentsigns): New function.
10866 (math-compose-var): Handle variables with percent signs.
10867 (math-compose-expr): Handle function names with percent signs.
10868
10869 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10870 (math-read-exprs): Handle percent signs in languages that
10871 allow them.
10872 (math-restore-underscores): Remove function.
10873 (math-remove-percentsigns, math-restore-placeholders):
10874 New functions.
10875
10876 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10877
10878 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10879 of `mark' for error checking.
10880
10881 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
10882
10883 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10884 New functions.
10885 (image-mode): Set bookmark-make-cell-function appropriately.
10886
10887 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10888
10889 * bookmark.el (bookmark-make-cell-function): New variable.
10890 (bookmark-make): Call bookmark-make-cell-function's function
10891 instead of bookmark-make-cell.
10892 (bookmark-get-handler, bookmark-jump-internal): New functions.
10893 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10894 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10895 Use bookmark-jump-internal.
10896 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10897
10898 * doc-view.el (doc-view-bookmark-make-cell)
10899 (doc-view-bookmark-jump): New functions.
10900 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10901
10902 2007-12-25 Miles Bader <miles@gnu.org>
10903
10904 * indent.el (indent-for-tab-command): Rigidly indent the following
10905 sexp along with the current line when a prefix arg is given in the
10906 non-active-region case. Specify raw prefix in interactive spec.
10907 Simplify main indentation logic to get rid of the conditional call
10908 to `indent-according-to-mode' (it just ended up calling
10909 `indent-line-function' in all cases anyway, which can be done more
10910 simply here). Remove unnecessary test of ARG in active region case.
10911
10912 2007-12-25 Richard Stallman <rms@gnu.org>
10913
10914 * allout.el (allout-region-active-p): Rename from my-region-active-p.
10915 Use `use-region-p'.
10916 (allout-write-file-hook-handler): Simplify code.
10917
10918 * ps-print.el (ps-mark-active-p): Function deleted.
10919 (ps-print-preprint-region): Use (mark) for the error check.
10920
10921 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10922
10923 * winner.el (winner-active-region): Use `mark-active' if it's defined.
10924
10925 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10926
10927 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10928
10929 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10930
10931 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10932
10933 * progmodes/cc-defs.el (c-region-is-active-p):
10934 Use `mark-active' if it's defined.
10935
10936 * progmodes/cc-cmds.el (c-indent-line-or-region):
10937 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
10938
10939 * simple.el (select-active-regions): New option.
10940 (set-mark): Obey it.
10941 (yank-pop-change-selection): New option.
10942 (current-kill): Obey it.
10943
10944 * simple.el (use-region-p): Rename from `region-active-p'.
10945 (region-active-p): New function.
10946
10947 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
10948
10949 * term/x-win.el (x-select-enable-primary): New option.
10950 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10951
10952 * mouse.el (mouse-yank-primary): New function (almost same
10953 as mouse-yank-secondary).
10954
10955 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
10956
10957 * calculator.el:
10958 * dframe.el:
10959 * iswitchb.el:
10960 * whitespace.el:
10961 * winner.el:
10962 * emacs-lisp/checkdoc.el:
10963 * mail/feedmail.el:
10964 * net/quickurl.el:
10965 * obsolete/fast-lock.el:
10966 * play/5x5.el:
10967 * progmodes/delphi.el:
10968 * progmodes/idlw-shell.el:
10969 * progmodes/idlwave.el:
10970 * textmodes/artist.el:
10971 * textmodes/ispell.el:
10972 * textmodes/texinfmt.el:
10973 * textmodes/texinfo.el: Remove obsolete definitions of backward
10974 compatibility macros for defcustom, defgroup, defface, when,
10975 unless, with-current-buffer and with-temp-message.
10976
10977 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
10978
10979 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10980
10981 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10984 indeed a process.
10985
10986 2007-12-23 Richard Stallman <rms@gnu.org>
10987
10988 * simple.el (region-active-p): New function.
10989 (use-empty-active-region): New variable.
10990
10991 * dired-aux.el (dired): Load dired.el at run time too.
10992
10993 2007-12-23 Juri Linkov <juri@jurta.org>
10994
10995 * man.el (Man-follow-manual-reference): Fill the minibuffer's
10996 default list with a full list of references.
10997
10998 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10999
11000 2007-12-23 Andreas Schwab <schwab@suse.de>
11001
11002 * files.el (switch-to-buffer-other-frame): Return the buffer
11003 switched to.
11004
11005 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11006
11007 Sync with Tramp 2.1.12.
11008
11009 * net/tramp.el: New todo item.
11010
11011 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11012 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11013
11014 * net/trampver.el: Update release number.
11015
11016 2007-12-22 Richard Stallman <rms@gnu.org>
11017
11018 * newcomment.el (comment-region-default): Don't triple the
11019 comment starter if the first region line isn't indented enough.
11020
11021 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11022
11023 * net/imap.el (imap-authenticate): Use current-buffer instead of
11024 buffer, for the cases where imap-authenticate is called with a nil
11025 buffer parameter.
11026
11027 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11028
11029 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11030 specifier from format-string. Reported by Ye Wenbin.
11031
11032 2007-12-20 Jason Rumney <jasonr@gnu.org>
11033
11034 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11035 Parent group is font-lock-faces.
11036 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11037 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11038 (nxml-version): Remove.
11039 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11040 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11041 (nxml-processing-instruction-delimiter)
11042 (nxml-processing-instruction-target)
11043 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11044 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11045 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11046 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11047 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11048 (nxml-attribute-prefix, nxml-attribute-colon)
11049 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11050 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11051 (nxml-attribute-value, nxml-attribute-value-delimiter)
11052 (nxml-namespace-attibute-value)
11053 (nxml-namespace-attribure-value-delimiter)
11054 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11055 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11056 (nxml-glyph): Rename, removing -face suffix.
11057 Inherit from existing font-lock faces.
11058 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11059 Use new face names.
11060
11061 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11062 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11063 Rename, removing -face suffix.
11064 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11065 (nxml-highlighted-colon, nxml-highlighted-slash)
11066 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11067 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11068 (nxml-highlighted-qname, nxml-outline-display-heading):
11069 Use new face names.
11070
11071 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11072
11073 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11074
11075 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11076
11077 * cus-start.el (all): Use correct group name for members of
11078 mode-line group.
11079
11080 * man.el (Man-default-man-entry): When looking for default man
11081 entry title search text preceding point. Use when instead of if.
11082
11083 * indent.el (indent-for-tab-command): Fix doc-string typo.
11084
11085 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11086 vc-parent-buffer is the current buffer.
11087
11088 * info-look.el (info-lookup, info-lookup-setup-mode)
11089 (info-lookup-make-completions): Avoid clobbering Info-history and
11090 Info-history-list.
11091
11092 2007-12-19 Glenn Morris <rgm@gnu.org>
11093
11094 * progmodes/verilog-mode.el (top-level): Don't require compile.
11095 (compilation-error-regexp-alist, compilation-last-buffer):
11096 Define for compiler.
11097 (verilog-insert-1): New function.
11098 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11099 Use verilog-insert-1.
11100 (verilog-surelint-off): Use next-error-last-buffer if bound.
11101 Check compile buffer is live.
11102
11103 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11104
11105 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11106 argument to display-buffer.
11107
11108 2007-12-19 Jason Rumney <jasonr@gnu.org>
11109
11110 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11111 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11112 (rng-byte-compile-load, rng-write-version): Remove.
11113
11114 * nxml/rng-loc.el (rng-schema-locating-files-default)
11115 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11116 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11117
11118 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11119
11120 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11121 show correct path in buffer list.
11122
11123 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11124 (tramp-find-shell): Send only single prompt setting commands, in
11125 order to avoid double-prompt.
11126
11127 * net/tramp-compat.el (top): Require cl only when compiling.
11128 Reported by Glenn Morris <rgm@gnu.org>.
11129
11130 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11131
11132 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11133 (c-comment-continuation-stars): No longer declare with
11134 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11135 (c-block-comment-prefix): Use symbol-value to
11136 access c-comment-continuation-stars.
11137 * progmodes/cc-mode.el (c-initialize-cc-mode):
11138 Use symbol-value to access c-comment-continuation-stars.
11139
11140 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11141
11142 * xml.el (xml-escape-string): New function. Escape string using
11143 xml-entity-alist.
11144 (xml-debug-print-internal): Use xml-escape-string to escape
11145 characters in attributes and in text children of elements.
11146
11147 2007-12-18 Glenn Morris <rgm@gnu.org>
11148
11149 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11150 systems without define-minor-mode.
11151
11152 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11153
11154 * progmodes/verilog-mode.el: Replace all instances of
11155 string-to-int with string-to-number, insert-string with insert,
11156 and read-input with read-string.
11157 (top-level): No need to require imenu, reporter, dinotrace, vc,
11158 font-lock when compiling. Always require compile. Relegate remaining
11159 compatibility cruft to XEmacs. Don't require font-lock.
11160 (verilog-version): Remove superfluous concat.
11161 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11162 No need to define.
11163 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11164 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11165 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11166 (verilog-startup-message-displayed): These are variables, not constants.
11167 (verilog-batch-execute-func, verilog-auto-inst)
11168 (verilog-auto-inst-param): Use mapc rather than mapcar.
11169 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11170 actually defining.
11171 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11172 (verilog-modi-get-outputs, verilog-modi-get-inouts)
11173 (verilog-modi-get-inputs, verilog-modi-get-wires)
11174 (verilog-modi-get-regs, verilog-modi-get-assigns)
11175 (verilog-modi-get-consts, verilog-modi-get-gparams)
11176 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11177 (verilog-modi-get-sub-inputs): Move inline functions earlier in
11178 the file.
11179 (sigs-in, sigs-out): Don't declare multiple times.
11180 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11181 `defvar'.
11182 (verilog-auto): Call dinotrace-unannotate-all only if bound.
11183 (verilog-module-inside-filename-p): No need to wrap fboundp test
11184 in condition-case.
11185 (reporter-submit-bug-report): Autoload it.
11186 (verilog-mark-defun): Call zmacs-activate-region only if bound.
11187 (verilog-font-customize): Call customize-apropos only if bound.
11188 (verilog-getopt-flags, verilog-auto-reeval-locals):
11189 Use make-local-variable rather than make-variable-buffer-local.
11190 (verilog-company, verilog-project, verilog-modi-cache-list):
11191 Move make-variable-buffer-local calls to top-level.
11192 (font-lock-defaults-alist): Don't define it.
11193 (verilog-need-fld): Remove.
11194 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11195 (verilog-mode): Only call make-local-hook on XEmacs.
11196 Set font-lock-defaults rather than using verilog-font-lock-init.
11197
11198 2007-12-17 Andreas Schwab <schwab@suse.de>
11199
11200 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11201 Fix comment typo.
11202
11203 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
11204
11205 * net/dbus.el (dbus-name-owner-changed-handler):
11206 Use `dbus-unregister-signal' for removing old rules.
11207 Obey new structure of `dbus-registered-functions-table'.
11208
11209 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
11210
11211 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11212
11213 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11214
11215 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11216 function.
11217 (add-submenu): Only define for XEmacs.
11218 (verilog-regexp-words): Revert previous change, keep the other
11219 definition.
11220
11221 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11222
11223 * progmodes/perl-mode.el (perl-continued-statement-offset)
11224 (perl-continued-brace-offset, perl-brace-offset)
11225 (perl-brace-imaginary-offset, perl-label-offset):
11226 * progmodes/cperl-mode.el (cperl-brace-offset)
11227 (cperl-continued-brace-offset, cperl-label-offset)
11228 (cperl-continued-statement-offset)
11229 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11230 Add safe-local-variable properties.
11231
11232 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11233
11234 * progmodes/verilog-mode.el (verilog-mode-map)
11235 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11236 (verilog-colorize-include-files): Use only overlay functions so
11237 that it can work on both emacs and XEmacs.
11238 (set-extent-keymap): Remove unused defun.
11239 (verilog-kill-existing-comment, verilog-insert-date)
11240 (verilog-insert-year): Rename in order not to pollute the global
11241 namespace from kill-existing-comment, insert-date and
11242 insert-year, respectively.
11243 (verilog-set-auto-endcomments, verilog-header): Update callers.
11244
11245 * files.el (auto-mode-alist): Recognize verilog files.
11246
11247 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11248 (verilog-string-remove-spaces, verilog-re-search-forward)
11249 (verilog-re-search-backward, verilog-re-search-forward-quick)
11250 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11251 (verilog-get-end-of-line, verilog-within-string): Move definitions
11252 before first use. No code changes.
11253
11254 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11255
11256 * progmodes/verilog-mode.el (verilog-mode-version)
11257 (verilog-mode-release-date): Don't use expanding keywords.
11258 (provide): Move to the end of file.
11259 (fboundp): Don't check if eval-when-compile is bound, it is used
11260 later in the file without checking.
11261 (when, unless): Copy definitions from subr.el.
11262 (char-before, defcustom, defface, customize-group)
11263 (verilog-batch-error-wrapper): Don't use old style backquotes.
11264 (verilog-regexp-opt): Avoid using the cl function case.
11265 (verilog-regexp-words): Remove duplicated definition.
11266 (verilog-mode-abbrev-table): Remove, duplicate.
11267 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11268 Declare and initialize in one step.
11269 (verilog-declaration-prefix-re, verilog-declaration-re)
11270 (verilog-end-of-statement, verilog-indent-declaration)
11271 (verilog-get-lineup-indent): Remove trailing whitespace.
11272 (verilog-mode): Fix autoload cookie.
11273 Set beginning-of-defun-function and end-of-defun-function. Use when
11274 instead of if.
11275 (verilog-emacs-features, verilog-auto-ascii-enum)
11276 (verilog-insert-indices): Escape braces in doc strings.
11277
11278 2007-12-08 Michael McNamara <mac@verilog.com>
11279 Wilson Snyder <wsnyder@wsnyder.org>
11280
11281 * progmodes/verilog-mode.el: New file.
11282
11283 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11284
11285 * international/latexenc.el (latexenc-find-file-coding-system):
11286 If both coding-system-for-write and buffer-file-coding-system of
11287 latex-main-file are nil, use `undecided'.
11288
11289 2007-12-06 Jason Rumney <jasonr@gnu.org>
11290
11291 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11292
11293 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11294
11295 * files.el (revert-buffer): Docstring fix.
11296
11297 2007-12-11 Glenn Morris <rgm@gnu.org>
11298
11299 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11300
11301 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11302
11303 * calc/calc-aent.el (math-restore-underscores)
11304 (math-string-restore-underscores): New functions.
11305 (math-read-factor): Properly check variable names with underscores
11306 for entries in `math-expr-variable-mapping'.
11307
11308 * calc/calc-lang.el (math-lang-name): New property name.
11309
11310 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11311 to set language name.
11312
11313 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11316
11317 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * server.el (server-select-display): Fix important typo.
11320 (server-process-filter): Turn a "" display into nil.
11321
11322 2007-12-09 Juri Linkov <juri@jurta.org>
11323
11324 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11325 Check search-upper-case before calling isearch-no-upper-case-p
11326 to set case-fold-search.
11327 (occur): Doc fix.
11328 (occur-1, perform-replace): Check search-upper-case before calling
11329 isearch-no-upper-case-p to set case-fold-search.
11330
11331 * isearch.el (search-upper-case): Doc fix.
11332 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11333 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11334 (isearch-query-replace-regexp): Doc fix.
11335 (isearch-occur): New function.
11336
11337 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11340 backward compatibility.
11341
11342 * net/imap.el (imap-string-to-integer): New function.
11343
11344 2007-12-09 David Kastrup <dak@gnu.org>
11345
11346 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11347 directories. Not sure anybody uses this anymore, though.
11348
11349 2007-12-09 Glenn Morris <rgm@gnu.org>
11350
11351 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11352 in make-variable-frame-local call.
11353
11354 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * mail/hashcash.el (declare-function):
11357 * net/imap.el (declare-function): New no-op macro for backward
11358 compatibility.
11359
11360 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11361
11362 Sync makefile.w32-in with Makefile.in.
11363
11364 * makefile.w32-in (check-declare): New target.
11365 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11366 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11367 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11368 ($(lisp)/progmodes/cc-mode.elc): Use it.
11369 ($(lisp)/progmodes/cc-mode.elc): New rule.
11370
11371 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11372
11373 * indent.el (tab-stop-list): Mark as safe-local-variable.
11374
11375 * generic-x.el (etc-sudoers-generic-mode): New mode.
11376 (generic-unix-modes): Add it.
11377
11378 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11379
11380 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11381 apply wildcards in a hash table key; there is no usable hash code then.
11382 (dbus-registered-functions-table): Use `equal' as test function.
11383 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11384 structure.
11385
11386 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11387
11388 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11389 bound error in block comment branch.
11390
11391 2007-12-08 David Kastrup <dak@gnu.org>
11392
11393 * textmodes/reftex.el (reftex-select-with-char):
11394 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11395 (reftex-toc-visit-location, reftex-toc-find-section):
11396 * textmodes/reftex-index.el (reftex-index-show-entry):
11397 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11398 (org-table-rotate-recalc-marks, org-mark-ring-push)
11399 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11400 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11401 (org-evaluate-time-range, org-edit-agenda-file-list):
11402 * textmodes/artist.el (artist-select-next-op-in-list)
11403 (artist-select-prev-op-in-list):
11404 * term/mac-win.el (mac-service-insert-text):
11405 * startup.el (fancy-about-screen):
11406 * progmodes/vhdl-mode.el (vhdl-decision-query):
11407 * progmodes/idlwave.el (idlwave-template)
11408 (idlwave-scroll-completions, idlwave-display-completion-list):
11409 * progmodes/ebrowse.el (ebrowse-show-progress):
11410 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11411 * progmodes/antlr-mode.el (antlr-insert-option-do):
11412 * play/mpuz.el (mpuz-close-game):
11413 * net/rcirc.el (rcirc-next-active-buffer):
11414 * mail/reporter.el (reporter-update-status):
11415 * kmacro.el (kmacro-display):
11416 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11417 * emulation/viper-util.el (viper-save-setting):
11418 * emacs-lisp/lisp-mnt.el (lm-verify):
11419 * emacs-lisp/edebug.el (edebug-set-mode):
11420 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11421 * calendar/calendar.el (calendar-print-day-of-year):
11422 * calc/calcalg3.el (calc-curve-fit):
11423 * calc/calcalg2.el (math-integral):
11424 * calc/calc.el (calc-read-key-sequence, calc-version):
11425 * calc/calc-mode.el (calc-set-simplify-mode):
11426 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11427
11428 2007-12-07 D. Goel <deego3@gmail.com>
11429
11430 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11431 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11432 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11433 * mail/uce.el (uce-reply-to-uce)
11434 * progmodes/vhdl-mode.el (vhdl-template-modify)
11435 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11436 to `error' (as suggested by RMS.)
11437
11438 2007-12-07 Glenn Morris <rgm@gnu.org>
11439
11440 * allout.el (allout-write-file-hook-handler):
11441 * textmodes/reftex.el (reftex-TeX-master-file):
11442 * textmodes/reftex-parse.el (reftex-short-context):
11443 Revert previous change.
11444
11445 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11446
11447 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11448 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11449 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11450 (dbus-event-service-name, dbus-event-path-name)
11451 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11452 event structure.
11453 (dbus-list-activatable-names, dbus-list-names)
11454 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11455 Reorder `dbus-call-method' arguments.
11456
11457 2007-12-06 D. Goel <deego3@gmail.com>
11458
11459 * allout.el (allout-write-file-hook-handler):
11460 * textmodes/reftex.el (reftex-TeX-master-file):
11461 * textmodes/org.el (org-paste-subtree):
11462 * progmodes/vhdl-mode.el (vhdl-template-modify):
11463 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11464 (idlwave-shell-display-line):
11465 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11466 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11467 * net/trampver.el (x):
11468 * mail/uce.el (uce-reply-to-uce):
11469 * mail/rmailout.el (rmail-output):
11470 * mail/feedmail.el (feedmail-dump-message-to-queue):
11471 * whitespace.el (whitespace-write-file-hook):
11472 * wdired.el (wdired-check-kill-buffer):
11473 * vc.el (vc-update):
11474 * vc-mcvs.el (vc-mcvs-checkin):
11475 * vc-cvs.el (vc-cvs-checkin):
11476 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11477 * ibuffer.el (ibuffer-current-buffer):
11478 * dired.el (dired-move-to-end-of-filename):
11479 * bindings.el (complete-symbol):
11480 * textmodes/org-publish.el (org-publish-file):
11481 (org-publish-current-project):
11482 * textmodes/reftex-parse.el (reftex-short-context):
11483 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11484
11485 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * doc-view.el (doc-view-dvi->pdf-sentinel)
11488 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11489 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11490 within a sentinel or timer.
11491 (doc-view-display): Don't try to display before the requested page
11492 is available, unless told to do so explicitly.
11493 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11494 Force display even if the requested page is not available.
11495
11496 2007-12-06 Richard Stallman <rms@gnu.org>
11497
11498 * help-fns.el (describe-function-1): Call ad-get-advice-info
11499 only on symbols.
11500
11501 2007-12-06 Glenn Morris <rgm@gnu.org>
11502
11503 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11504 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11505 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11506 faces in non-light-background case.
11507
11508 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11509 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11510 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11511 * emulation/vi.el, emulation/viper-cmd.el:
11512 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11513 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11514 * textmodes/fill.el: Remove directory part from filenames in
11515 function declarations.
11516
11517 * dired-aux.el (mailcap-mime-info): Update declaration.
11518
11519 2007-12-05 Richard Stallman <rms@gnu.org>
11520
11521 * wid-edit.el (widget-type): Doc fix.
11522
11523 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11526 Don't match "sub { (...) ... }".
11527
11528 2007-12-05 Richard Stallman <rms@gnu.org>
11529
11530 * international/mule-cmds.el (toggle-input-method-active): New var.
11531 (toggle-input-method): Bind toggle-input-method-active to t.
11532 Error if it was already non-nil.
11533
11534 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11535
11536 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11537
11538 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11539
11540 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11541 see if certs should be verified and what is to be done in the
11542 event of a verification failure.
11543
11544 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11545
11546 * net/tls.el (tls-program): Provide more custom choices from
11547 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11548 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11549 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11550 version. Minor improvement to doc strings.
11551 (tls-program): Add comment.
11552
11553 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11554
11555 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11556 (tls-checktrust): New variable. Check if GNU TLS complained about a
11557 mismatch between the hostname provided in the certificate and the name
11558 of the host connnecting to.
11559 (open-tls-stream): Use them. Check certificates against trusted root
11560 certificates.
11561
11562 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11563
11564 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11565 (imap-parse-status): Upcase status-att for broken servers that sends
11566 them lower-case (e.g., MS Exchange 2007).
11567
11568 2007-12-05 D. Goel <deego3@gmail.com>
11569
11570 * simple.el (undo):
11571 * image-dired.el (image-dired-display-thumb-properties):
11572 (image-dired-modify-mark-on-thumb-original-file):
11573 (image-dired-dired-display-properties):
11574 * help.el (help-window-display-message):
11575 * files.el (hack-local-variables-confirm):
11576 * ediff.el (ediff-version):
11577 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11578 `message' and `error': Ensure that first arg is a format string.
11579
11580 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11581 ".el" suffix over "".
11582
11583 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11584
11585 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11586 interface and member fields.
11587
11588 2007-12-05 Glenn Morris <rgm@gnu.org>
11589
11590 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11591 (pcomplete-here): Autoload it.
11592
11593 * eshell/em-basic.el (print-func): No need to define for compiler.
11594
11595 * eshell/esh-cmd.el (eshell-debug-command):
11596 * eshell/esh-io.el (eshell-print): Move definitions before use.
11597
11598 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11599
11600 * eshell/esh-util.el (top-level): Don't require pp.
11601 Use condition-case rather than ignore-errors.
11602
11603 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11604
11605 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11606 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11607 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11608 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11609 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11610 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11611 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11612 if needed when compiling, rather than esh-maint. Collect any
11613 require statements. Move provide statement to end. Move any
11614 commentary to start.
11615
11616 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11617 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11618 * eshell/esh-proc.el, eshell/esh-var.el:
11619 Require individual files if needed when compiling, rather than
11620 esh-maint. Collect any require statements. Leave provide at start.
11621 Move any commentary to start.
11622
11623 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11624 Remove declared function from byte-compile-noruntime-functions.
11625
11626 * ediff-util.el (ediff-version):
11627 * progmodes/python.el (compilation-shell-minor-mode):
11628 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11629 (calendar-bahai-date-string, calendar-check-holidays)
11630 (calendar-chinese-date-string, calendar-coptic-date-string)
11631 (calendar-ethiopic-date-string, calendar-forward-day)
11632 (calendar-french-date-string, calendar-goto-date)
11633 (calendar-goto-today, calendar-hebrew-date-string)
11634 (calendar-islamic-date-string, calendar-iso-date-string)
11635 (calendar-julian-date-string, calendar-mayan-date-string)
11636 (calendar-persian-date-string, gnus-summary-last-subject)
11637 (parse-time-string, rmail-show-message): Declare as functions.
11638
11639 2007-12-05 Michael Olson <mwolson@gnu.org>
11640
11641 * textmodes/remember.el: Merge contents of remember-diary.el here,
11642 updating header. Add autoload cookie so that byte-compilation
11643 works without warning.
11644 (remember-diary-file): Default to nil, since diary might not yet
11645 be loaded at this point, which would deny us access to diary-file.
11646 (remember-diary-extract-entries): If remember-diary-file is nil,
11647 then use diary-file instead.
11648
11649 * textmodes/remember-diary.el: Remove, due to the issue of needing
11650 the first 8 characters of a filename to be unique.
11651
11652 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11653
11654 * net/dbus.el (dbus-hash-table=): New defun.
11655 (dbus-hash-table-test): New hash table test function, used in
11656 `dbus-registered-functions-table'.
11657 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11658 (dbus-event-service-name, dbus-event-path-name)
11659 (dbus-event-interface-name, dbus-event-member-name):
11660 Rewrite, due to new structure of `dbus-event'.
11661
11662 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11663
11664 * ido.el (ido-save-history): Set the `coding' local
11665 variable in the first line of the file.
11666
11667 2007-12-04 Glenn Morris <rgm@gnu.org>
11668
11669 * password-cache.el: Move here from gnus/password.el.
11670 (top-level): Don't require cl when compiling.
11671 (password-read-and-add): Doc fix. Make obsolete.
11672
11673 * net/tramp.el: Require password-cache or password.
11674
11675 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11676 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11677 compiling.
11678 (cua-set-rectangle-mark): Add doc string to autoload.
11679 (cua--rectangle, cua--last-killed-rectangle)
11680 (cua--global-mark-active): Always define for compiler.
11681 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11682 (cua--delete-rectangle, cua--insert-rectangle)
11683 (cua--rectangle-corner, cua--rectangle-assert)
11684 (cua--insert-at-global-mark, cua--global-mark-post-command):
11685 Declare as functions.
11686
11687 * emulation/cua-gmrk.el (top-level): Move provide to end.
11688
11689 * emulation/cua-rect.el (top-level): Move provide to end.
11690 Don't require cua-gmrk when compiling.
11691 (cua--cut-rectangle-to-global-mark)
11692 (cua--copy-rectangle-to-global-mark): Declare as functions.
11693
11694 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11695 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11696 (viper-vi-state-cursor-color):
11697 Consolidate make-variable-frame-local calls.
11698
11699 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11700 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11701 than bbdb-address-street1,2,3.
11702
11703 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11704 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
11705
11706 2007-12-03 Karl Fogel <kfogel@red-bean.com>
11707
11708 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11709 (save-place-alist-to-file, load-save-place-alist-from-file):
11710 Don't print non-error messages at all, there's really no need.
11711 Do print if there's a problem, and clarify message in that case.
11712
11713 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11714
11715 * ediff-diff.el (ediff-prepare-error-list):
11716 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11717
11718 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
11719
11720 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11721 (doc-view-current-overlay, doc-view-pending-cache-flush):
11722 Add doc string.
11723
11724 2007-12-03 Richard Stallman <rms@gnu.org>
11725
11726 * subr.el (declare-function): Move from byte-run.el.
11727
11728 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11729
11730 * window.el (recenter-top-bottom): Don't use `ecase'.
11731
11732 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11733
11734 * saveplace.el (save-place-alist-to-file):
11735 Set coding-system-for-write once and refer to it throughout.
11736 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11737
11738 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11739
11740 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11741 system when writing, and set it in the first-line file variables.
11742 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11743 Juanma Barranquero.
11744
11745 2007-12-02 Glenn Morris <rgm@gnu.org>
11746
11747 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11748 Reverse branches of if statement.
11749
11750 * emulation/viper-cmd.el (top-level): Don't require advice.
11751 Don't load viper-util, viper-keym, viper-mous, viper-macs,
11752 viper-ex when compiling.
11753
11754 * emulation/viper-ex.el (top-level): Don't load viper-util,
11755 viper-keym when compiling.
11756
11757 * emulation/viper-init.el (top-level): Move provide statement to end.
11758
11759 * emulation/viper-keym.el (top-level): Don't load viper-util when
11760 compiling. Move provide statement to end.
11761
11762 * emulation/viper-macs.el (top-level): Don't load viper-util,
11763 viper-keym, viper-mous when compiling.
11764
11765 * emulation/viper-mous.el (top-level): Don't load viper-util when
11766 compiling.
11767
11768 * emulation/viper-util.el (top-level): Don't load viper-init when
11769 compiling.
11770
11771 * emulation/viper.el (top-level): Don't require ring.
11772 Don't load viper-init, viper-cmd when compiling.
11773
11774 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11775 Move here from gnus/.
11776
11777 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11778
11779 Offer option for saveplace to be quiet about loading and saving.
11780 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11781
11782 * saveplace.el (save-place-quiet): New customizable boolean.
11783 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11784 to determine whether to print loading/saving messages.
11785
11786 2007-12-02 Glenn Morris <rgm@gnu.org>
11787
11788 * mail/binhex.el: Move here from gnus/.
11789 (binhex): New custom group.
11790 (binhex-decoder-program, binhex-decoder-switches)
11791 (binhex-use-external): Move to the binhex custom group.
11792
11793 * mail/uudecode.el: Move here from gnus/.
11794 (uudecode): New custom group.
11795 (uudecode-decoder-program, uudecode-decoder-switches)
11796 (uudecode-use-external): Move to the uudecode custom group.
11797
11798 * net/netrc.el (top-level): Don't load `encrypt' features.
11799 (netrc-parse): Don't use encrypt.
11800 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11801
11802 * progmodes/python.el (top-level): Don't require cl when compiling.
11803
11804 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
11805
11806 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11807 encoding for aspell process and for communication with it.
11808 Only add "-d" option if not already present.
11809 Use ispell-current-dictionary and ispell-current-personal-dictionary.
11810 General reorganization.
11811
11812 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11813 encoding here.
11814 (ispell-start-process): Explicitly set encoding here if using aspell.
11815
11816 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11819 function to log-edit.
11820
11821 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
11822
11823 * net/dbus.el: New file.
11824
11825 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
11826
11827 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11828 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11829 (calc-lang-parens-are-subscripts): New variables.
11830 (math-expr-special-function-mapping): Remove variable.
11831 (math-eqn-ignore-words, math-tex-ignore-words)
11832 (math-latex-ignore-words): Move to calc-lang.el.
11833
11834 * calc/calc-lang.el (math-compose-vector, math-compose-var)
11835 (math-tex-expr-is-flat): Declare as functions.
11836 (calc-lang-slash-idiv, calc-lang-allow-underscores)
11837 (math-comp-left-bracket, math-comp-right-bracket)
11838 (math-comp-comma, math-comp-vector-prec): Declare as variables.
11839 (math-var-formatter, math-matrix-formatter)
11840 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11841 (math-punc-table, math-compose-subscr, math-dots)
11842 (math-func-formatter): New property names to store language
11843 specific information.
11844 (math-compose-tex-var, math-compose-tex-intv)
11845 (math-compose-maple-intv, math-compose-eqn-intv)
11846 (math-compose-tex-sum, math-compose-tex-func)
11847 (math-compose-tex-intv): New functions.
11848 (math-eqn-ignore-words, math-tex-ignore-words)
11849 (math-latex-ignore-words): Move from calc.el.
11850 (math-special-function-table): Add entries for tex.
11851 (calc-lang-slash-idiv, calc-lang-allows-underscores):
11852 New variables.
11853 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11854 (math-compose-tex-matrix, math-compose-eqn-matrix)
11855 (math-eqn-special-functions): Move from calccomp.el.
11856
11857 * calc/calccomp.el (math-compose-var): New function.
11858 (math-compose-expr): Allow more special functions to be used.
11859 Change test for formatting fractions. Use variables and property
11860 names to help with language specific formatting.
11861 (math-compose-tex-matrix, math-compose-eqn-matrix)
11862 (math-eqn-special-functions): Move to calc-lang.el.
11863 (math-compose-rows): Use property names to help with language
11864 specific formatting.
11865
11866 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11867 into nested subscripts.
11868 (math-read-token): Use variables and property names to help with
11869 language specific parsing.
11870 (math-read-expression-level): Use variables to help with language
11871 specific parsing.
11872
11873 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11876 (archive-rar-summarize): Allow the file name to be passed as argument.
11877 Remove unused vars `header' and `footer'.
11878 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11879
11880 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11881
11882 * log-edit.el (log-edit-show-diff): New function.
11883 (log-edit-mode-map, log-edit-menu): Bind it.
11884 (log-edit-diff-function): New variable.
11885 (log-edit): Change the 3rd param to be an alist and accept a
11886 function that computes a diff for the files involved.
11887
11888 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11889
11890 2007-12-01 Martin Rudalics <rudalics@gmx.at>
11891
11892 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11893 wrap next-/previous-line in with-no-warnings.
11894
11895 2007-12-01 Glenn Morris <rgm@gnu.org>
11896
11897 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11898
11899 * net/dig.el: Move here from gnus/.
11900 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11901
11902 * net/dns.el: Move here from gnus/.
11903 (top-level): Don't require mm-util, or cl when compiling.
11904 (dns-write-name, dns-read, dns-read-type, query-dns):
11905 Replace mm-with-unibyte-buffer with its expansion.
11906 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11907
11908 * progmodes/gdb-ui.el (gud-remove, gud-break):
11909 * progmodes/gud.el (gdb-create-define-alist)
11910 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11911 (hl-line-highlight, gdb-display-source-buffer)
11912 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11913 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11914
11915 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11916
11917 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11918 Move args on defun line.
11919
11920 * textmodes/org.el (org-calendar-holiday):
11921 Use calendar-check-holidays instead of the obsolete
11922 check-calendar-holidays.
11923 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11924 (bbdb-company, bbdb-current-record, bbdb-name)
11925 (bbdb-record-getprop, bbdb-record-name)
11926 (bibtex-beginning-of-entry, bibtex-generate-autokey)
11927 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11928 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11929 (mh-find-path, mh-get-header-field, mh-get-msg-num)
11930 (mh-header-display, mh-index-previous-folder)
11931 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11932 (mh-show-buffer-message-number, mh-show-header-display)
11933 (mh-show-msg, mh-show-show, mh-visit-folder)
11934 (org-export-latex-cleaned-string, remember)
11935 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11936 (rmail-what-message, elmo-folder-exists-p)
11937 (elmo-message-entity-field, elmo-message-field)
11938 (vm-beginning-of-message, vm-follow-summary-cursor)
11939 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11940 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11941 (vm-summarize, wl-folder-get-elmo-folder)
11942 (wl-summary-goto-folder-subr)
11943 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11944 (wl-summary-line-subject, wl-summary-message-number)
11945 (wl-summary-redisplay): Declare as functions.
11946
11947 2007-11-30 Martin Rudalics <rudalics@gmx.at>
11948
11949 * longlines.el (longlines-show-hard-newlines): Remove handling of
11950 buffer-undo-list and buffer-modified status.
11951 (longlines-show-region, longlines-unshow-hard-newlines):
11952 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11953 inhibit-modification-hooks here to avoid that a buffer appears
11954 modified when toggling visibility of hard newlines.
11955
11956 2007-11-30 Glenn Morris <rgm@gnu.org>
11957
11958 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11959
11960 * progmodes/idlw-complete-structtag.el
11961 (idlwave-sintern-structtag):
11962 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11963 (idlwave-sintern-sysvartag):
11964 * progmodes/idlwave.el (idlwave-sintern-class-tag)
11965 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11966 functions.
11967
11968 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11969
11970 * textmodes/reftex-index.el (texmathp):
11971 * textmodes/reftex-auc.el (TeX-argument-insert)
11972 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11973 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11974 (LaTeX-label-list):
11975 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11976 (rng-clear-conditional-region, rng-do-some-validation): Declare as
11977 functions.
11978 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11979
11980 2007-11-30 Glenn Morris <rgm@gnu.org>
11981
11982 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11983 argument and document it.
11984
11985 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11986 Third argument to declare-function must be a list to specify arglist.
11987
11988 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11989 Handle declare-function third argument `t' and fourth argument.
11990 (check-declare-verify): Doc fix. Handle `fileonly' case.
11991 Use progn rather than prog1.
11992
11993 * desktop.el (uniquify-item-base):
11994 * term/mac-win.el (url-type): Declare as functions.
11995
11996 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11997 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11998 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11999 fourth arg to declare-function.
12000
12001 * play/dunnet.el: Don't require cl when compiling.
12002 (byte-compile-warnings): Set via file local variables.
12003 (dun-parse): Let-bind `beg' and `line'.
12004
12005 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12006
12007 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12008
12009 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12010
12011 * calendar/time-date.el (encode-time-value): Doc fix.
12012
12013 2007-11-29 Glenn Morris <rgm@gnu.org>
12014
12015 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12016
12017 * textmodes/css-mode.el (prog-mode): Remove.
12018 (css-mode): Derive from fundamental-mode rather than prog-mode.
12019
12020 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12021
12022 * emacs-lisp/check-declare.el (check-declare-locate)
12023 (check-declare-verify): Handle `external' files.
12024 (check-declare-errmsg): New function.
12025 (check-declare-verify, check-declare-file, check-declare-directory):
12026 Use check-declare-errmsg to report the number of problems.
12027
12028 * ffap.el (w3-view-this-url)
12029 * mail/mspools.el (vm-visit-folder)
12030 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12031 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12032 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12033 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12034 (bbdb-records)
12035 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12036 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12037 (sasl-make-client, sasl-next-step, sasl-step-data)
12038 (sasl-step-set-data)
12039 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12040 (htmlr-step): Declare as functions.
12041
12042 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12043 Use bbdb-address-zip rather than bbdb-address-zip-string.
12044
12045 2007-11-28 Richard Stallman <rms@gnu.org>
12046
12047 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12048 Move here from gnus/.
12049
12050 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12051
12052 * newcomment.el (comment-region-internal): Fix newline insertion
12053 in `block' case.
12054
12055 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12058
12059 2007-11-28 Glenn Morris <rgm@gnu.org>
12060
12061 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12062 delete .elc files.
12063
12064 * nxml/char-name/unicode: Move to etc/nxml/.
12065 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12066
12067 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12068 Declare as a function.
12069
12070 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12071 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12072 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12073
12074 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12075 (nxml-token-end-tag-p): Move definitions before use.
12076
12077 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12078
12079 * nxml/nxml-uchnm.el (top-level)
12080 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12081 (nxml-enabled-unicode-blocks): Add custom group.
12082
12083 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12084 Use string-to-number rather than string-to-int.
12085
12086 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12087 Move definition before use.
12088 (dired-old-find-buffer-nocreate): Declare as function.
12089
12090 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12091 (check-declare-verify): Handle fset.
12092
12093 * emulation/edt.el (edt-user-emulation-setup):
12094 Test edt-setup-user-bindings is bound before calling.
12095
12096 * emulation/tpu-edt.el: Don't require cl when compiling.
12097 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12098 (tpu-edt-off): Use condition-case rather than ignore-errors.
12099 Use with-no-warnings.
12100
12101 * eshell/esh-util.el (top-level): Use require rather than load for
12102 ange-ftp.
12103
12104 * mail/supercite.el (sc-version): Redefine as an alias for
12105 emacs-version.
12106 (sc-help-address): Remove.
12107 (sc-version): Use emacs-version rather than sc-version.
12108 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12109
12110 * net/socks.el (socks-original-open-network-stream): Declare as
12111 function. Move definition before use.
12112
12113 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12114
12115 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12116 (math-make-frac): Declare as functions.
12117
12118 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12119
12120 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12121 Pacify byte compiler.
12122 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12123
12124 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12125 (idlwave-shell-temp-file, idlwave-shell-is-running)
12126 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12127 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12128 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12129 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12130 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12131 (idlwave-completing-read, idlwave-current-routine)
12132 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12133 (idlwave-expand-keyword, idlwave-find-class-definition)
12134 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12135 (idlwave-get-buffer-visiting, idlwave-in-quote)
12136 (idlwave-make-full-name, idlwave-members-only)
12137 (idlwave-popup-select, idlwave-routine-source-file)
12138 (idlwave-routines, idlwave-sintern-class)
12139 (idlwave-sintern-keyword, idlwave-sintern-method)
12140 (idlwave-sintern-routine-or-method)
12141 (idlwave-substitute-link-target, idlwave-sys-dir)
12142 (idlwave-this-word, idlwave-what-module-find-class)
12143 (idlwave-where):
12144 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12145 * mail/uce.el (rmail-msg-is-pruned)
12146 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12147 (rmail-toggle-header):
12148 * mail/sendmail.el (dired-view-file, dired-get-filename):
12149 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12150 (rmail-display-labels, rmail-msgbeg)
12151 (rmail-set-message-deleted-p, rmail-message-labels-p)
12152 (rmail-show-message, mail-comma-list-regexp)
12153 (mail-parse-comma-list):
12154 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12155 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12156 (rfc822-addresses, mail-abbrev-make-syntax-table)
12157 (mail-sendmail-delimit-header, mail-header-end):
12158 * mail/hashcash.el (message-narrow-to-headers-or-head)
12159 (message-fetch-field, message-goto-eoh)
12160 (message-narrow-to-headers):
12161 * vc.el (view-mode-exit): Declare as functions.
12162
12163 * mail/vms-pmail.el:
12164 * vmsproc.el:
12165 * vms-patch.el: Don't byte compile these files, they don't work.
12166
12167 2007-11-27 Glenn Morris <rgm@gnu.org>
12168
12169 * calc/calc-ext.el (math-read-big-rec):
12170 * calc/calc-nlfit.el (math-map-binop):
12171 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12172
12173 * eshell/eshell.el (eshell-report-bug): Add version number of
12174 obsolescence.
12175
12176 * emulation/viper.el, emulation/viper-util.el,
12177 emulation/viper-macs.el, emulation/viper-keym.el,
12178 emulation/viper-ex.el, emulation/viper-cmd.el:
12179 Load viper-*.el files silently.
12180
12181 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12182 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12183 Load ediff-*.el files silently.
12184
12185 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
12186 compiling.
12187 (Info-goto-node): Declare as a function.
12188
12189 * ediff-init.el: Don't load ange-ftp when compiling.
12190 * ediff-util.el: Don't load reporter when compiling.
12191
12192 * ediff-wind.el (ediff-display-pixel-width)
12193 (ediff-display-pixel-height):
12194 * generic-x.el (ini-generic-mode):
12195 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12196 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12197 (ps-mule-initialize, ps-mule-begin-job):
12198 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12199 (mark-calendar-days-named):
12200 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12201 (add-to-diary-list, diary-name-pattern)
12202 (mark-calendar-days-named):
12203 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12204 (mark-calendar-days-named):
12205 * calendar/cal-x.el (make-fancy-diary-buffer):
12206 * calendar/holidays.el (calendar-absolute-from-julian):
12207 * calendar/todo-mode.el (calendar-current-date):
12208 * calendar/cal-menu.el (calendar-increment-month)
12209 (calendar-month-name, extract-calendar-year)
12210 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12211 (calendar-current-date, calendar-cursor-holidays)
12212 (calendar-date-string, insert-diary-entry, calendar-set-mark)
12213 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12214 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12215 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12216 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12217 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12218 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12219 (calendar-day-of-year-string, calendar-iso-date-string)
12220 (calendar-julian-date-string, calendar-astro-date-string)
12221 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12222 (calendar-persian-date-string, calendar-bahai-date-string)
12223 (calendar-islamic-date-string, calendar-chinese-date-string)
12224 (calendar-coptic-date-string, calendar-ethiopic-date-string)
12225 (calendar-french-date-string, calendar-mayan-date-string)
12226 (calendar-print-chinese-date, calendar-goto-date):
12227 Declare as functions.
12228
12229 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12230 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12231
12232 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12233 aliases for report-emacs-bug.
12234 (gnus-summary-select-article, gnus-configure-windows): Declare as
12235 functions.
12236
12237 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12238 compiler.
12239
12240 * pgg.el (pgg-clear-string): Declare as a function.
12241 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12242 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12243
12244 * emacs-lisp/check-declare.el (check-declare-locate):
12245 Handle compressed files.
12246 (check-declare-verify): Handle define-generic-mode,
12247 define-global(ized)-minor-mode, define-obsolete-function-alias.
12248
12249 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12250
12251 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12252 algebraic modes.
12253
12254 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12255 (math-is-true, calc-explain-why, calc-alg-edit)
12256 (math-composite-inequalities, math-flatten-lands)
12257 (math-multi-subst, calcFunc-vmatches, math-simplify)
12258 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12259 (math-read-string, math-read-brackets, math-read-angle-brackets):
12260 Declare as functions.
12261
12262 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12263 (calc-fit-bell-shaped-logistic-curve)
12264 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12265 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12266 (math-max-list): Declare as functions.
12267 (math-map-binop): New function.
12268 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12269
12270 * calc/calc.el (calc-set-language, calc-edit-finish)
12271 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12272 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12273 (math-lessp, calc-embedded-finish-command)
12274 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12275 (calc-push-list-in-macro, calc-replace-selections)
12276 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12277 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12278 (calc-embedded-stack-change, calc-refresh-evaltos)
12279 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12280 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12281 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12282 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12283 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12284 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12285 (math-neg-fancy, math-zerop, calc-add-fractions)
12286 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12287 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12288 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12289 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12290 (math-compose-expr, math-comp-width, math-composition-to-string)
12291 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12292 (math-adjust-fraction, math-format-binary, math-format-radix)
12293 (math-group-float, math-mod, math-format-number-fancy)
12294 (math-format-bignum-fancy, math-read-number-fancy)
12295 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12296 (calc-do-embedded-activate, math-do-defmath)
12297 (calc-load-everything): Declare as functions.
12298
12299 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12300 (math-simplify-extended, math-simplify-units, calc-set-language)
12301 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12302 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12303 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12304 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12305 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12306 (math-infinite-dir, math-calcFunc-to-var)
12307 (calc-embedded-evaluate-expr, math-known-nonzerop)
12308 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12309 (math-format-date, math-vector-is-string, math-vector-to-string)
12310 (math-format-radix-float, math-compose-expr, math-abs)
12311 (math-format-bignum-binary, math-format-bignum-octal)
12312 (math-format-bignum-hex, math-format-bignum-radix)
12313 (math-compute-max-digits): Declare as functions.
12314 (math-provably-realp): Fix typo.
12315
12316 * calc/calc-forms.el (calendar-current-time-zone)
12317 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12318 functions.
12319
12320 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12321
12322 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12323 Declare as functions.
12324
12325 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12326 (math-posp, math-compare, math-bignum, math-compare-bignum):
12327 Declare as functions.
12328
12329 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12330 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12331 (calc-explain-why, calc-clear-command-flag)
12332 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12333 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12334 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12335 (math-trunc-special, math-trunc-fancy, math-floor-special)
12336 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12337 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12338 (math-pow-zero, math-pow-fancy): Declare as functions.
12339
12340 * calc/calc-mode.el (calc-embedded-save-original-modes):
12341 Declare as a function.
12342
12343 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12344 Declare as functions.
12345 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12346 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12347 Replace `mapcar*' by `math-map-binop'.
12348 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12349
12350 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12351 (math-read-expr-level): Declare as functions.
12352
12353 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12354
12355 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12358 end-of-defun-function is called consistently, even for negative
12359 arguments.
12360 (end-of-defun-function): Default to forward-sexp.
12361
12362 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12363
12364 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12365
12366 2007-11-26 Glenn Morris <rgm@gnu.org>
12367
12368 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12369 than :suffix.
12370
12371 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12372
12373 2007-11-26 Simon Josefsson <simon@josefsson.org>
12374
12375 * net/imap.el: Move from ../gnus.
12376
12377 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12378
12379 * doc-view.el (doc-view-mode-p): New function.
12380
12381 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12382
12383 * mail/mspools.el (rmail-get-new-mail):
12384 * mail/reporter.el (mail-position-on-field, mail-text):
12385 * mail/rmail.el (mail-position-on-field, mail-text-start)
12386 (rmail-update-summary):
12387 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12388 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12389 * mail/rmailout.el (rmail-update-summary):
12390 * mail/rmailsort.el (rmail-update-summary):
12391 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12392 (dired-view-file):
12393 * mail/uce.el (mail-strip-quoted-names):
12394 * mail/undigest.el (rmail-update-summary):
12395 * mail/unrmail.el (mail-strip-quoted-names):
12396 * ediff.el (diff-latest-backup-file): Declare as functions.
12397
12398 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12399 (kill-to-end-of-line):
12400 * obsolete/rnews.el (news-set-minor-modes):
12401 Remove non working functions.
12402
12403 2007-11-25 Glenn Morris <rgm@gnu.org>
12404
12405 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12406 pcomplete. Don't mess with load-path.
12407
12408 * eshell/eshell.el (eshell-report-bug-address): Remove.
12409 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12410
12411 2007-11-24 Glenn Morris <rgm@gnu.org>
12412
12413 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12414 (appt-disp-window): Don't require electric.
12415 Simplify minibuffer-avoidance code.
12416 (appt-select-lowest-window): Avoid minibuffer.
12417
12418 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12419 (esh-mode): Require it.
12420 (esh-util): Use require rather than featurep and load.
12421 (eshell): No need to test if eshell-mode is bound; remove obsolete
12422 reference to eshell-auto.
12423 (eshell-command, eshell-command-result): Don't require esh-mode
12424 now that the file does.
12425 (top-level): Move provide statement to the end of the file.
12426 Re-order and update commentary.
12427
12428 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12429
12430 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12431 (vc-annotate-toggle-annotation-visibility): New command.
12432 (vc-annotate-mode-map): Bind "V" to it.
12433 (vc-annotate-mode-menu): Add entry for it.
12434 (vc-annotate-get-time-set-line-props): New func.
12435 (vc-annotate-display-autoscale)
12436 (vc-annotate-display-difference): Use it.
12437
12438 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12439 Also, match one space at end of annotation text, after last paren.
12440
12441 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12444 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12445 `tramp-completion-mode'.
12446
12447 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12448
12449 * vc-git.el (vc-git-show-log-entry): New func.
12450
12451 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12452 (vc-git-state): Use vc-git--call.
12453 (vc-git-registered, vc-git-working-revision)
12454 (vc-git-previous-revision, vc-git-next-revision)
12455 (vc-git--run-command-string, vc-git-symbolic-commit):
12456 Use vc-git--out-ok.
12457
12458 2007-11-24 Glenn Morris <rgm@gnu.org>
12459
12460 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12461
12462 2007-11-24 Kenichi Handa <handa@m17n.org>
12463
12464 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12465
12466 2007-11-23 David Kastrup <dak@gnu.org>
12467
12468 * server.el (server-process-filter): Use `command-line-args-left'.
12469
12470 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12473
12474 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12477 buffer if the parent buffer is in vc-dired-mode.
12478
12479 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12480
12481 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12482
12483 2007-11-23 Juri Linkov <juri@jurta.org>
12484
12485 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12486 value for M-n to the visited file name of the current buffer.
12487 Use minibuffer-with-setup-hook to set minibuffer-default to
12488 buffer-file-name inside read-file-name.
12489
12490 * man.el (Man-getpage-in-background): Don't disregard user option
12491 `Man-width' on non-window systems. Remove test for `window-system'
12492 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12493
12494 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12495 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12496 of "--color=always".
12497
12498 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12501 beginning-of-defun-function.
12502
12503 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12504
12505 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12506
12507 2007-11-22 Glenn Morris <rgm@gnu.org>
12508
12509 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12510
12511 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12512 (check-declare-scan): Use check-declare-locate.
12513 (check-declare-verify): No longer adjust fnfile, now
12514 check-declare-locate does it.
12515
12516 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12517
12518 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * subr.el (posn-col-row): Make the `default-value' use explicit.
12521
12522 * window.el (balance-windows): Remove unused var `counter'.
12523 (bw-balance-sub): Remove unused var `lastchild'.
12524 (split-window-vertically): Remove unused var `switch'.
12525 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12526
12527 * emacs-lisp/bytecomp.el
12528 (byte-compile-file-form-custom-declare-variable): Simplify.
12529
12530 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12533 Set `show-trailing-whitespace' to nil.
12534
12535 * dired.el (make-symbolic-link):
12536 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12537 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12538 * dired-x.el (make-symbolic-link):
12539 * frame.el (x-initialize-window-system):
12540 * menu-bar.el (x-menu-bar-open):
12541 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12542 (x-store-cut-buffer-internal):
12543 * wdired.el (make-symbolic-link):
12544 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12545 (x-send-client-message):
12546 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12547
12548 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12549
12550 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12551
12552 2007-11-22 Glenn Morris <rgm@gnu.org>
12553
12554 * dos-fns.el (int86):
12555 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12556
12557 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12558
12559 * calendar/holidays.el (holiday-list): Add autoload cookie.
12560
12561 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12562 files relative to src/ directory.
12563 (check-declare-verify): Handle .c files. Warn if could not find
12564 an arglist to check.
12565
12566 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12567
12568 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12569
12570 * replace.el (occur-mode-map): Add a major mode menu with entries
12571 for all occur operations.
12572
12573 * international/titdic-cnv.el (dos-8+3-filename):
12574 * obsolete/fast-lock.el (msdos-long-file-names):
12575 * frame.el (msdos-mouse-p):
12576 * files.el (msdos-long-file-names, w32-long-file-name):
12577 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12578 (mac-resume-apple-event, mac-font-panel-mode)
12579 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12580 (mac-clear-font-name-table):
12581 * term/pc-win.el (msdos-remember-default-colors)
12582 (w16-set-clipboard-data, w16-get-clipboard-data):
12583 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12584 (set-message-beep):
12585 * net/browse-url.el (w32-shell-execute):
12586 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12587 (w32-get-locale-info, w32-get-valid-locale-ids)
12588 (w32-set-clipboard-data):
12589 * dos-fns.el (int86, msdos-long-file-names):
12590 * dos-w32.el (default-printer-name): Declare as functions.
12591
12592 2007-11-21 Jason Rumney <jasonr@gnu.org>
12593
12594 * emacs-lisp/byte-run.el (declare-function): Return nil.
12595
12596 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12599
12600 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12601
12602 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12603
12604 2007-11-21 Glenn Morris <rgm@gnu.org>
12605
12606 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12607 for now. Handle define-minor-mode, and defalias (with no argument
12608 checking).
12609
12610 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12611
12612 * frame.el (msdos-mouse-p):
12613 * files.el (msdos-long-file-names, w32-long-file-name):
12614 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12615 (mac-resume-apple-event, mac-font-panel-mode)
12616 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12617 (mac-clear-font-name-table):
12618 * term/pc-win.el (msdos-remember-default-colors)
12619 (w16-set-clipboard-data, w16-get-clipboard-data):
12620 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12621 (set-message-beep):
12622 * net/browse-url.el (w32-shell-execute):
12623 * dos-fns.el (int86, msdos-long-file-names):
12624 * dos-w32.el (default-printer-name): Undo previous change.
12625
12626 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12627
12628 * international/mule-cmds.el (set-locale-environment):
12629 Set default-file-name-coding-system _after_ keyboard and terminal
12630 coding systems. This fixes last change.
12631
12632 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12633 one space after "Subject:".
12634
12635 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12638 in order to determine if there's a conflict.
12639
12640 2007-11-21 Richard Stallman <rms@gnu.org>
12641
12642 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12643
12644 * reposition.el (reposition-window):
12645 Binding C-M-l moved to bindings.el.
12646
12647 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12648
12649 * add-log.el (add-change-log-entry-other-window):
12650 Key binding C-x 4 a moved to bindings.el.
12651
12652 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12653 from filecache.el.
12654
12655 * filecache.el: Minibuffer map bindings moved to bindings.el.
12656
12657 2007-11-21 Jason Rumney <jasonr@gnu.org>
12658
12659 * international/mule-cmds.el (set-locale-environment):
12660 Set default-file-name-coding-system from system defaults on Windows.
12661
12662 2007-11-21 Jason Rumney <jasonr@gnu.org>
12663
12664 * term/w32console.el: New term init file for w32 console.
12665
12666 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12667 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12668 (w32-tty-standard-colors): Move to term/w32console.el.
12669
12670 * term/w32-win.el (x-setup-function-keys): Remove.
12671
12672 * term/tty-colors.el (tty-register-default-colors): Remove special
12673 case for w32.
12674
12675 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12676
12677 * frame.el (msdos-mouse-p):
12678 * generic-x.el (w32-shell-name):
12679 * files.el (msdos-long-file-names, w32-long-file-name)
12680 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12681 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12682 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12683 (mac-resume-apple-event, mac-font-panel-mode)
12684 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12685 (mac-clear-font-name-table):
12686 * term/pc-win.el (msdos-remember-default-colors)
12687 (w16-set-clipboard-data, w16-get-clipboard-data):
12688 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12689 (set-message-beep):
12690 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12691 (w32-get-locale-info, w32-get-valid-locale-ids)
12692 (w32-set-clipboard-data):
12693 * help-fns.el (ad-get-advice-info):
12694 * font-lock.el (fast-lock-after-fontify-buffer)
12695 (fast-lock-after-unfontify-buffer, fast-lock-mode)
12696 (lazy-lock-after-fontify-buffer)
12697 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12698 * net/browse-url.el (w32-shell-execute):
12699 * dos-fns.el (int86, msdos-long-file-names):
12700 * dos-w32.el (default-printer-name): Declare as functions.
12701
12702 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12703
12704 * textmodes/paragraphs.el (forward-sentence): Doc fix.
12705 Reported by Drew Adams <drew.adams@oracle.com>.
12706
12707 2007-11-20 Jason Rumney <jasonr@gnu.org>
12708
12709 * term/w32-win.el (x-setup-function-keys): Protect against
12710 multiple calls on the same terminal.
12711
12712 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12713
12714 * term/mac-win.el (x-setup-function-keys): Only setup
12715 local-function-key-map if it has not been setup already for the
12716 current frame. Move the suspend-emacs processing here.
12717
12718 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
12719
12720 * progmodes/grep.el (xargs-program): New variable.
12721 (grep-compute-defaults): Use it.
12722 (grep-default-command): Doc fix.
12723 (grep, lgrep, rgrep): Reflow docstrings.
12724
12725 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12726
12727 * vc.el (vc-find-revision): Set the parent buffer.
12728 Use when instead of if.
12729
12730 * progmodes/python.el (info-lookup-maybe-add-help):
12731 * progmodes/ps-mode.el (doc-view-minor-mode):
12732 * mail/emacsbug.el (Info-menu, Info-goto-node):
12733 * emulation/viper-keym.el (viper-ex)
12734 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12735 * emulation/viper-cmd.el (widget-type, widget-button-press)
12736 (viper-set-hooks):
12737 * emacs-lisp/tcover-unsafep.el (unsafep-function):
12738 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12739 (ses-load, ses-vector-delete, ses-create-header-string)
12740 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12741 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12742
12743 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12746
12747 2007-11-20 Glenn Morris <rgm@gnu.org>
12748
12749 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12750 for end of function-name. Handle define-derived-mode.
12751
12752 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12753
12754 * progmodes/idlw-help.el: Require browse-url unconditionally, it
12755 is available by default.
12756 (idlwave-help-browse-url-available): Change default to t.
12757
12758 * emulation/edt.el (defgroup, defcustom): Remove definition.
12759 (eval-when-compile): Remove.
12760 (c-mark-function):
12761 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12762 * textmodes/fill.el (comment-search-forward)
12763 (comment-string-strip):
12764 * progmodes/prolog.el (comint-mode, comint-send-string)
12765 (comint-send-region, comint-send-eof):
12766 * progmodes/dcl-mode.el (imenu-default-create-index-function):
12767 * emulation/viper-util.el (viper-forward-Word):
12768 * emulation/vi.el (c-mark-function):
12769 * emulation/edt-vt100.el (vt100-wide-mode):
12770 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12771
12772 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
12773
12774 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12775 Still some tuning in case of an echoing shell.
12776 (tramp-send-command): Connection property "remote-echo" is not
12777 persistent; cache key is the process therefore.
12778
12779 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
12780
12781 * replace.el (map-query-replace-regexp): Doc fix (revert part of
12782 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12783
12784 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
12785
12786 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12787 * play/yow.el (doctor-ret-or-read):
12788 * vc-hooks.el (vc-dired-resynch-file):
12789 * vc-hg.el (log-view-get-marked):
12790 * smerge-mode.el (ediff-cleanup-mess):
12791 * pcvs.el (vc-editable-p, vc-checkout):
12792 * pcomplete.el (comint-bol):
12793 * informat.el (texinfo-format-refill):
12794 * ido.el (tramp-tramp-file-p):
12795 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12796 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12797 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12798 functions.
12799
12800 * textmodes/ispell.el (ispell-int-char): Make it a defalias
12801 instead of fset.
12802 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12803
12804 * ido.el (ido-file-internal): Move with-no-warnings to include the
12805 ffap-string-at-point call.
12806
12807 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12808
12809 * vc-hg.el (vc-hg-revision-table): Fix last change.
12810
12811 2007-11-19 Martin Rudalics <rudalics@gmx.at>
12812
12813 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12814 clipboard-yank when the buffer is read-only.
12815
12816 * cus-edit.el (custom-field-keymap): Move to other Custom mode
12817 keymaps such that it's before the definition of Custom-mode-menu.
12818 (Custom-mode-menu): Show it for custom-field-keymap too.
12819
12820 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
12821
12822 * progmodes/gdb-ui.el: Update commentary.
12823
12824 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
12825
12826 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12827
12828 2007-11-19 Glenn Morris <rgm@gnu.org>
12829
12830 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12831 does not exist, try adding `.el' extension. Also search for defsubsts.
12832
12833 * cus-edit.el (recentf-expand-file-name):
12834 * dired.el (dired-relist-entry):
12835 * subr.el (w32-shell-dos-semantics):
12836 * emacs-lisp/bytecomp.el (compilation-forget-errors):
12837 Declare as functions.
12838
12839 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12842 (prepare-abbrev-list-buffer): Use dolist.
12843 (clear-abbrev-table): Preserve properties.
12844
12845 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
12846
12847 * textmodes/texinfmt.el (texinfo-format-printindex):
12848 Collect combined indexes using texinfo-short-index-format-cmds-alist.
12849 Reported on <bug-texinfo@gnu.org>.
12850
12851 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
12852
12853 * net/tramp.el (tramp-completion-reread-directory-timeout):
12854 New defcustom.
12855 (tramp-handle-file-name-all-completions): Flush directory contents
12856 from cache regularly.
12857 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12858 (tramp-open-connection-setup-interactive-shell):
12859 Call `tramp-cleanup-connection' via funcall.
12860
12861 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12862 created when copying.
12863
12864 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12865
12866 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12867 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12868 * eshell/esh-ext.el (eshell-external-command):
12869 * eshell/esh-cmd.el (require):
12870 * eshell/em-unix.el (eshell-plain-locate-behavior):
12871 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12872 Replace eshell-under-xemacs-p with (featurep 'xemacs).
12873 * eshell/esh-mode.el (characterp, char-int): Remove unused
12874 conditional defaliases.
12875
12876 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12877 Rename from event-matches-key-specifier-p, define unconditionally.
12878 (event-basic-type): Remove unused defalias.
12879 (pcomplete-show-completions):
12880 Use pcomplete-event-matches-key-specifier-p.
12881
12882 2007-11-17 Eli Zaretskii <eliz@gnu.org>
12883
12884 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12885 when saving esh-groups.el.
12886
12887 2007-11-17 Martin Rudalics <rudalics@gmx.at>
12888
12889 * wid-edit.el (widget-default-complete):
12890 * progmodes/flymake.el (flymake-goto-file-and-line):
12891 Fix typo in (doc-)string.
12892
12893 2007-11-17 Glenn Morris <rgm@gnu.org>
12894
12895 * emacs-lisp/byte-run.el (declare-function): New macro.
12896 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12897 New function, byte-hunk-handler for declare-function.
12898 (byte-compile-callargs-warn): Handle declared functions.
12899
12900 * emacs-lisp/check-declare.el: New file.
12901 * Makefile.in (check-declare): New target.
12902
12903 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12904
12905 * subr.el (process-lines): Move here from ../admin/admin.el.
12906 * emacs-lisp/authors.el (authors-process-lines): Remove.
12907 (authors): Use process-lines rather than authors-process-lines.
12908
12909 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12910 Remove these files.
12911
12912 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
12913
12914 * emacs-lisp/backquote.el (backquote):
12915 Improve argument/docstring consistency.
12916
12917 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12918 (ring-length, ring-empty-p): Use c[ad]dr.
12919 (ring-plus1): Use `1+'.
12920 (ring-minus1): Use `zerop'.
12921 (ring-remove): Use c[ad]dr. Use `when'.
12922 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
12923 (ring-ref): Use `let', not `let*'.
12924 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
12925 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
12926 (ring-member): Simplify. Doc fix.
12927 (ring-convert-sequence-to-ring): Simplify.
12928
12929 2007-11-17 Juri Linkov <juri@jurta.org>
12930
12931 * dired-aux.el (dired-create-directory): Allow creating
12932 a directory of an arbitrary depth. Add a loop to find the topmost
12933 nonexistent parent dir `new', and call `dired-add-file' on it.
12934 Set the `PARENTS' arg of `make-directory' to t.
12935
12936 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12937
12938 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12939 (math-build-parse-table): Get parse information from math-parse-table.
12940
12941 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * window.el (recenter-last-op): New var.
12944 (recenter-top-bottom): New command.
12945 (global-map): Bind it to C-l.
12946
12947 * abbrev.el (abbrev--write): Fix error in transcription from C.
12948
12949 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12950 (pc-select-ensure-mark): Set mark-active to a special value instead.
12951 Rename from ensure-mark. Update call callers.
12952 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12953 Rewrite. Update all callers.
12954 (pc-selection-mode): Remove redundant var declaration.
12955
12956 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
12957
12958 * doc-view.el (doc-view-search-backward, doc-view-search):
12959 Fix assignment to free variable bug.
12960
12961 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
12962
12963 * emulation/pc-select.el (pc-select-shifted-mark): New var.
12964 (ensure-mark): Set it.
12965 (maybe-deactivate-mark): New fun.
12966 Use it everywhere instead of (setq mark-active nil).
12967
12968 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12969
12970 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12971 Add check for XEmacs.
12972
12973 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12974
12975 * doc-view.el (doc-view-resolution): Add missing :group.
12976
12977 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
12978
12979 * subr.el (make-variable-frame-local):
12980 Fix typo in obsolescence declaration.
12981
12982 2007-11-16 Werner Lemberg <wl@gnu.org>
12983
12984 * files.el (set-auto-mode-1): Check second line for -*- if file
12985 starts with '\" (which is used by man pages to identify needed
12986 troff preprocessors).
12987
12988 2007-11-16 Glenn Morris <rgm@gnu.org>
12989
12990 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12991
12992 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12993
12994 * calc/calc-lang.el (math-oper-table): Fix typo.
12995 Reduce precedence of "/" for TeX.
12996
12997 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12998
12999 2007-11-16 Juri Linkov <juri@jurta.org>
13000
13001 * dired-aux.el (dired-read-shell-command-default): New function.
13002 (dired-read-shell-command): Use its return value for DEFAULT arg.
13003
13004 * replace.el (keep-lines-read-args, occur-read-primary-args):
13005 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13006
13007 * man.el (Man-heading-regexp): Add 0-9.
13008 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13009
13010 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13013 (doc-view-resolution): New custom var.
13014 (doc-view-pdf/ps->png): Use it.
13015 (doc-view-shrink-factor): New var.
13016 (doc-view-enlarge, doc-view-shrink): New commands.
13017 (doc-view-mode-map): Use them.
13018
13019 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * ediff-wind.el (ediff-window-setup-function):
13022 * simple.el (normal-erase-is-backspace):
13023 * eshell/em-unix.el (eshell/info):
13024 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13025 Fix typos in docstrings.
13026
13027 * emulation/cua-base.el (cua--keymaps-initialized):
13028 Rename from `cua--keymaps-initalized'. Callers changed.
13029 (cua-highlight-region-shift-only): Doc fix.
13030 (cua-paste-pop): Fix typo in docstring.
13031
13032 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * emulation/cua-base.el (cua--pre-command-handler-1):
13035 Use input-decode-map instead of function-key-map.
13036 Use event-modifiers now that it works reliably.
13037
13038 * vc.el (vc-diff-internal): Pop-to-buffer later.
13039
13040 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13041
13042 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13043 did not touch them.
13044
13045 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13046
13047 * calc/calc-menu.el: New file.
13048 * calc/calc.el (calc-mode): Require calc-menu.
13049
13050 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13051
13052 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13053
13054 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13055
13056 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13057 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13058 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13059 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13060 locations.
13061 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13062 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13063 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13064
13065 2007-11-13 Noah Friedman <friedman@splode.com>
13066
13067 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13068 bindings to remap when `calc-scan-for-dels' is non-nil.
13069
13070 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13073 constant forms.
13074 (byte-compile-nilconstp): New function.
13075 (byte-optimize-cond): Kill subsequent branches when a branch is
13076 know to be taken or not taken.
13077 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13078
13079 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13080
13081 * vc.el (vc-register): Allow registering a file passed as a
13082 parameter instead of just the current buffer.
13083
13084 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13085
13086 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13087 Check whether the output of "uname -sr" has been changed.
13088
13089 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13090
13091 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13092 patterns from compilation-perl.el and compilation-weblint.el files.
13093
13094 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13095
13096 * progmodes/compilation-perl.el:
13097 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13098 a bootstrap failure.
13099
13100 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13101 instead of doing "cvs diff" in order to avoid accessing the repository.
13102
13103 2007-11-12 Kevin Ryde <user42@zip.com.au>
13104
13105 * progmodes/compilation-perl.el:
13106 * progmodes/compilation-weblint.el: New files.
13107
13108 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13109
13110 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13111 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13112 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13113 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13114 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13115 Rewrite in active voice.
13116
13117 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13118
13119 * doc-view.el: Add comments about isearch support.
13120
13121 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13122
13123 * vc.el (vc-start-entry): Fix setting the in the case the function
13124 is called from vc-dired. Use when instead of if where appropriate.
13125
13126 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13127
13128 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13129 to be a list.
13130 (ps-begin-job): Error if ps-lpr-switches is not a list.
13131
13132 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13133
13134 * faces.el (face-normalize-spec): Remove function.
13135 (frame-set-background-mode): Undo last change.
13136
13137 2007-11-10 Jason Rumney <jasonr@gnu.org>
13138
13139 * w32-fns.el: Sync charset names with setup-default-fontset.
13140 Append "-1" where second part missing.
13141
13142 2007-11-10 Juri Linkov <juri@jurta.org>
13143
13144 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13145 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13146
13147 * custom.el (custom-note-var-changed): Remove the `interactive'
13148 spec from this new non-interactive function.
13149
13150 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
13151
13152 * doc-view.el (doc-view-mode-map, doc-view-menu)
13153 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13154 (doc-view-search-backward): New function.
13155 (doc-view-search): Query new regexp if prefix arg is given, else
13156 jump to next/previous match.
13157 (doc-view-mode): Handle compressed files.
13158 (jka-compr): Required for compressed files.
13159
13160 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
13161
13162 * replace.el (query-replace-show-replacement): New defcustom.
13163 (perform-replace): Use `match-substitute-replacement' if
13164 `query-replace-show-replacement' is non-nil.
13165
13166 2007-11-10 David Kastrup <dak@gnu.org>
13167
13168 * subr.el (match-substitute-replacement): New function.
13169
13170 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
13171
13172 * files.el (auto-mode-alist): Select org-mode for files with the
13173 extension ".org".
13174
13175 2007-11-10 Martin Rudalics <rudalics@gmx.at>
13176
13177 * help.el (help-window, help-window-point-marker): New variables.
13178 (help-window-select): New option.
13179 (with-help-window): New macro for displaying help windows.
13180 (help-window-display-message, help-window-setup-finish)
13181 (help-window-setup): New functions used for setting up help windows.
13182 (print-help-return-message): Reset help-window to nil.
13183 (view-lossage): Use with-help-window instead of
13184 with-output-to-temp-buffer and move help-window-point-marker after
13185 inserted text.
13186 (describe-bindings, describe-key, describe-mode): Use
13187 with-help-window instead of with-output-to-temp-buffer.
13188
13189 * help-mode.el (help-mode): Set view-exit-action to bury the
13190 buffer instead of fiddling with windows. Simplify code.
13191 (help-mode-finish): When help-window eqs t set it to the selected
13192 window and have with-help-window set up view-return-to-alist.
13193 (help-buffer): Add autoload cookie.
13194
13195 * view.el (view-remove-frame-by-deleting): Change default value to t.
13196 Add autoload cookie.
13197 (view-exit-action, view-file, view-file-other-window)
13198 (view-file-other-frame, view-buffer, view-buffer-other-window)
13199 (view-buffer-other-frame): Rewrite doc strings.
13200 (view-return-to-alist-update): New function to remove stale entries
13201 from view-return-to-alist.
13202 (view-mode-enter): Rewrite doc string and simplify code.
13203 (view-mode-exit): Handle new case 'keep-frame. Don't reset
13204 view-exit-action to nil. Simplify code and rewrite doc string.
13205
13206 * apropos.el (apropos-describe-plist):
13207 * descr-text.el (describe-char):
13208 * disp-table.el (describe-display-table):
13209 * faces.el (list-faces-display, describe-face):
13210 * facemenu.el (list-colors-display):
13211 * help-fns.el (describe-function, describe-variable)
13212 (describe-syntax, describe-categories):
13213 Use with-help-window instead of with-output-to-temp-buffer.
13214
13215 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
13216
13217 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13218 Optimize (featurep 'emacs) to t.
13219
13220 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13221 New function.
13222 (byte-compile-maybe-guarded): Use it to also look for bound
13223 symbols inside `and' forms. Comment out non-working code that was
13224 trying to avoid warnings for XEmacs code.
13225
13226 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13227
13228 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13229 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13230 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13231 (vc-cvs-annotate-command):
13232 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13233 is bound, it always is.
13234
13235 2007-11-10 Jason Rumney <jasonr@gnu.org>
13236
13237 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13238 setup here from global scope.
13239
13240 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13241
13242 * ido.el (ido-save-history): Save the history file in UTF-8, not
13243 the current filename coding system.
13244
13245 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * simple.el (interprogram-cut-function, interprogram-paste-function):
13248 Don't make them frame-local any more.
13249
13250 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13251 Don't set interprogram-(cut|paste)-function on each frame.
13252
13253 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13254 Make them work in tty frames.
13255 (interprogram-cut-function, interprogram-paste-function):
13256 Set them globally.
13257
13258 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13261 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13262 (iso-iso2duden-trans-tab): Add docstring.
13263
13264 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * abbrev.el (define-abbrev-table): Record the variable definition.
13267
13268 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13269 New function.
13270
13271 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13272
13273 * ps-print.el: Clean the code for checking suitable Emacs version.
13274 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13275 (ps-print-version): New version 6.8.1.
13276
13277 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13278
13279 * files.el (enable-local-variables): Doc fix.
13280
13281 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13282
13283 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13284
13285 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13286
13287 * dired-aux.el (dired-copy-file-recursive):
13288 Preserve directory permissions.
13289
13290 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13291
13292 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13293 (whitespace-unload-function): New-style unload function. When run,
13294 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13295 to stop the old hook from messing with the unloading.
13296
13297 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13298
13299 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13300 (elp-unset-master, elp-results): Fix typos.
13301 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13302 Doc fixes.
13303
13304 * msb.el (msb--many-menus): Remove variable.
13305 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13306 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13307 (msb--toggle-menu-type): Fix typos in docstrings.
13308
13309 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13310 (shadow-insert-var): Doc fixes.
13311 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13312 Reflow docstrings.
13313 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13314
13315 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13316
13317 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13318 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13319 Fix typos in autoload docstrings.
13320
13321 2007-11-09 Richard Stallman <rms@gnu.org>
13322
13323 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13324
13325 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13326
13327 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13328 (gdb-var-update-handler-1): Use it.
13329
13330 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13331
13332 * loadhist.el (unload-feature): Remove erroneous check for the
13333 FEATURE-unload-function variable; check the existence of the
13334 function (that's what the docstring says, and it makes more sense).
13335
13336 * follow.el (follow-unload-function): Add docstring.
13337 (follow-unload-function): Remove variable.
13338
13339 * server.el (server-unload-function): Remove variable.
13340 (server-unload-function): Unbind `server-edit' from `C-x #'.
13341
13342 * ses.el (ses-unload-function): New function.
13343
13344 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13345
13346 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13347 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13348
13349 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13350 before use to avoid a warning in packages that require uniquify.
13351 (uniquify-unload-function): New function and var.
13352
13353 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13354
13355 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13356 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13357 (ediff-current-diff-A, ediff-current-diff-B)
13358 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13359 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13360 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13361 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13362 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13363 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13364 (ediff-setup-windows-plain-merge)
13365 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13366 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13367 * ediff-util.el (ediff-setup-keymap, )
13368 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13369 (ediff-toggle-use-toolbar, ediff-really-quit)
13370 (ediff-good-frame-under-mouse)
13371 (ediff-highlight-diff-in-one-buffer)
13372 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13373 (ediff-make-bullet-proof-overlay):
13374 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13375 (ediff-set-meta-overlay):
13376 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13377 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13378 ediff-emacs-p with their former definitions.
13379
13380 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13381 (viper-has-face-support-p, viper-inactivate-input-method)
13382 (viper-activate-input-method)
13383 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13384 * emulation/viper-mous.el (viper-multiclick-timeout)
13385 (viper-surrounding-word, viper-mouse-click-insert-word)
13386 (viper-mouse-click-search-word, viper-parse-mouse-key):
13387 * emulation/viper-macs.el (viper-char-array-to-macro):
13388 * emulation/viper.el (viper-go-away, viper-set-hooks)
13389 (viper-non-hook-settings):
13390 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13391 (viper-get-saved-cursor-color-in-insert-mode)
13392 (viper-get-saved-cursor-color-in-emacs-mode)
13393 (viper-check-version, viper-get-visible-buffer-window)
13394 (viper-file-checked-in-p, viper-set-replace-overlay)
13395 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13396 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13397 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13398 with their former definitions.
13399 (viper-eventify-list-xemacs): Only do work for XEmacs.
13400 (viper-set-unread-command-events): Only do work for Emacs.
13401 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13402 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13403 (viper-overlay-get, viper-overlay-put, viper-read-event)
13404 (viper-characterp, viper-int-to-char, viper-get-face)
13405 (viper-color-defined-p, viper-iconify): New defaliases replacing
13406 the old fsets.
13407
13408 * progmodes/fortran.el (comment-region-function)
13409 (uncomment-region-function): Pacify byte compiler.
13410
13411 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13412
13413 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13414
13415 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13416 `process-environment'.
13417
13418 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13419
13420 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13421 match dir like "a...b".
13422
13423 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13426
13427 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * net/tramp.el (tramp-handle-substitute-in-file-name):
13430 Don't expand the remote connection identification.
13431 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13432 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13433 before calling stty.
13434
13435 * net/tramp-cache.el (tramp-cache-print)
13436 (tramp-dump-connection-properties): Fix docstring.
13437 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13438
13439 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13440
13441 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13442 remote connection identification when setting connection property.
13443
13444 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13445 "//" substitutes only in the local filename part.
13446
13447 2007-11-07 David Hansen <david.hansen@gmx.net>
13448
13449 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13450
13451 2007-11-07 Glenn Morris <rgm@gnu.org>
13452
13453 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13454 Remove superfluous concats. Move final set-buffer to
13455 non-emacs-specific code.
13456
13457 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13458
13459 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13460
13461 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13462
13463 * eshell/esh-mode.el (eshell-output-filter):
13464 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13465 Use `with-current-buffer'.
13466
13467 2007-11-07 Andreas Schwab <schwab@suse.de>
13468
13469 * server.el (server-start): Only register cleanup after server was
13470 started.
13471
13472 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13473
13474 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13475
13476 * net/tramp-cache.el (tramp-cache-print): Move down.
13477 (tramp-cache-list-connections): New defun.
13478
13479 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13480
13481 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13482
13483 * ido.el (ido-save-history): Write the history file in the current
13484 filename coding system, and add `coding' file-local variable.
13485
13486 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13487
13488 * textmodes/org.el (org-table-formula-substitute-names):
13489 Remove forgotten temporary debugging code.
13490
13491 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13492
13493 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13494 the prompt.
13495
13496 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13497
13498 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13499
13500 2007-11-05 Simon Josefsson <simon@josefsson.org>
13501
13502 * net/tls.el (tls-end-of-info): Doc fix.
13503
13504 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13505
13506 * international/utf-7.el (utf-7-imap): New coding system.
13507 (utf-7-imap-post-read-conversion): New function.
13508 (utf-7-imap-pre-write-conversion): New function.
13509
13510 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * abbrev.el (abbrev--write): Fix up typo.
13513
13514 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13515
13516 * abbrev.el (define-abbrev-table): Doc fix.
13517
13518 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13519
13520 * info.el (Info-revert-buffer-function): New func.
13521 (Info-mode): Arrange to use it for reverting.
13522 (Info-copy-current-node-name): Add space between filename and nodename.
13523
13524 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13527
13528 2007-11-04 Glenn Morris <rgm@gnu.org>
13529
13530 * net/tls.el: Don't require rx when compiling.
13531 (tls-end-of-info): Rewrite without using rx.
13532 (open-tls-stream): Use with-current-buffer.
13533
13534 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13535
13536 * net/tls.el: Require rx when compiling.
13537 (tls-end-of-info): New variable.
13538 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13539 matched.
13540
13541 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13542
13543 * register.el (append-to-register, prepend-to-register):
13544 Don't signal error on empty register; use the text, instead.
13545
13546 2007-11-03 Michael Olson <mwolson@gnu.org>
13547
13548 * textmodes/remember.el (remember-buffer):
13549 Use define-obsolete-function-alias rather than defalias.
13550
13551 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13552
13553 * simple.el (bad-packages-alist): Anchor semantic regexp.
13554
13555 2007-11-03 Glenn Morris <rgm@gnu.org>
13556
13557 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13558 if defined, for blank lines. Doc fix.
13559
13560 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13561 (fortran-mode): Set values for comment-region-function,
13562 uncomment-region-function and comment-insert-comment-function.
13563 (fortran-uncomment-region): New function.
13564
13565 * textmodes/nroff-mode.el (nroff-mode):
13566 Set comment-insert-comment-function rather than indent-line-function.
13567 (nroff-indent-line-function): Remove.
13568 (nroff-insert-comment-function): New function.
13569
13570 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13571
13572 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13573
13574 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13575
13576 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13577
13578 * emulation/viper-cmd.el (viper-prev-destructive-command)
13579 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13580 copy-sequence.
13581
13582 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13583 Got rid of ediff-copy-list.
13584
13585 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13586 use face-name.
13587 (ediff-test-utility, ediff-diff-mandatory-option)
13588 (ediff-reset-diff-options): Remove to simplify the mandatory option
13589 handling on Windows.
13590 (ediff-set-diff-options): Add.
13591 (ediff-diff-options): Set "--binary" option as default in some cases.
13592
13593 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13594 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13595 ediff-vc-working-revision. Require vc-hooks.
13596
13597 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13598
13599 * files.el (hack-local-variables): Fix membership tests to avoid
13600 treating all variables as safe if `enable-local-variables' is
13601 set to :safe (CVE-2007-5795).
13602
13603 2007-11-02 Glenn Morris <rgm@gnu.org>
13604
13605 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13606 if defined, do all the work of inserting a new comment.
13607
13608 * progmodes/etags.el (tags-table-mode): Disable undo.
13609
13610 * simple.el (bad-packages-alist): Revert previous change.
13611
13612 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13613
13614 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13615
13616 * obsolete/lselect.el: Do not warn about unknown functions.
13617
13618 2007-11-02 Michael Olson <mwolson@gnu.org>
13619
13620 * textmodes/remember.el (remember-buffer): Make this an alias of
13621 remember-finalize, because Org uses it.
13622
13623 2007-11-01 Michael Olson <mwolson@gnu.org>
13624
13625 * textmodes/remember.el: Improve documentation in heading.
13626 (remember-before-remember-hook): Turn into a customizable option.
13627 (remember): Document INITIAL argument.
13628 (remember-region): Remove autoload cookie. Improve docstring to
13629 mention that it is called from the *Remember* buffer, and does not
13630 have any functional overlap with the `remember' function.
13631 (remember-finalize): Remove autoload cookie. Rename from
13632 remember-buffer to emphasize that this does not have any
13633 functional overlap with the `remember' function.
13634 (remember-destroy): Remove autoload cookie.
13635 (remember-mode-map): Define and initialize in one step.
13636 (remember-mode): Improve docstring.
13637 (remember-annotation-functions): Default to just '(buffer-file-name),
13638 and don't try to take the default value from Planner.
13639
13640 2007-11-01 Glenn Morris <rgm@gnu.org>
13641
13642 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13643
13644 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13645
13646 * emacs-lisp/authors.el (authors-scan-change-log)
13647 (authors-scan-el): Don't enable local eval; enable only safe local
13648 variables, without querying.
13649
13650 * mail/footnote.el (footnote-numeric-regexp)
13651 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13652 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13653 Match multi-character footnotes.
13654
13655 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13656 (nroff-indent-line-function): New function.
13657 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13658 obsolete alias.
13659
13660 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13661
13662 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13663 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13664 (rcirc-print): Only update the line count when not marking the
13665 line as omittable.
13666 (rcirc-log-write): Specify coding system when writing logfile.
13667 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13668
13669 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13670
13671 * printing.el (printing): Fix :version, printing.el was included
13672 for in emacs-22.1.
13673 (pr-path-style, pr-path-alist, pr-txt-name)
13674 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13675 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13676 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13677 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13678 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13679 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13680 (pr-setting-database, pr-visible-entry-list)
13681 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13682 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13683
13684 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13685 top level, make it dependent on the emacs flavor.
13686
13687 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13688 Test for XEmacs not for itimer.
13689
13690 * term/sun-mouse.el:
13691 * obsolete/sun-fns.el:
13692 * obsolete/sun-curs.el: Remove files.
13693
13694 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13695
13696 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
13697
13698 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13699 was given to concat.
13700
13701 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13704 used normally for goto-line. Change `g' to revert the buffer.
13705 Add redundant `r' binding for buffer-revert.
13706
13707 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13708 (mail-abbrevs-setup): Use abbrev-expand-functions.
13709 (build-mail-abbrevs): Use with-temp-buffer.
13710 (define-mail-abbrev): Simplify.
13711 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13712 Change it for use on abbrev-expand-functions.
13713 (mail-abbrev-complete-alias): Use with-syntax-table.
13714
13715 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
13716
13717 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13718 directly. Fix bug in deleting temp file.
13719
13720 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13723 Merge defvar and define-abbrev-table.
13724 (def-python-skeleton): Use :case-fixed and :enable-function.
13725 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13726 Remove.
13727 (python-mode): Don't modify pre-abbrev-expand-hook.
13728
13729 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13730
13731 * ediff-util.el (ediff-file-checked-out-p)
13732 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13733
13734 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * abbrev.el (abbrev-symbol): Correct let->let*.
13737 (abbrev--before-point): Only use abbrev-start-location if before point.
13738
13739 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13740
13741 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
13742 (strokes-unload-hook): Remove function and variable.
13743 (strokes-unload-function): New-style unload function, adapted
13744 from `strokes-unload-hook'.
13745
13746 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13747 (cl-unload-hook): Remove variable.
13748 (cl-unload-function): New-style unload function, adapted
13749 from `cl-cannot-unload'.
13750
13751 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13752 (elp-unload-function): New-style unload function, adapted
13753 from `elp-unload-hook'.
13754
13755 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
13756
13757 * emacs-lisp/find-func.el (find-library): Use library at
13758 point as default interactive argument.
13759
13760 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13761
13762 * shadowfile.el (shadow-join): Remove.
13763 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13764 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13765 (shadowfile-unload-hook): Remove function and variable.
13766 (shadowfile-unload-function): New-style unload function, adapted
13767 from `shadowfile-unload-hook'.
13768
13769 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13772 only if it is bound.
13773
13774 * textmodes/reftex.el: Move autoloads for before all uses.
13775 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13776 (reftex-delete-overlay): Move to the top level with the condition
13777 in the body.
13778
13779 * progmodes/simula.el: Use when instead of if.
13780
13781 * iimage.el (iimage-locate-file): Define unconditionally.
13782
13783 * mail/mailabbrev.el (mail-abbrev-next-line):
13784 * emulation/vip.el (vip-enlarge-region, vip-line)
13785 (vip-next-line-at-bol, vip-previous-line)
13786 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13787 Wrap with-no-warnings around uses of next-line and previous-line.
13788
13789 * ediff.el (run-ediff-from-cvs-buffer):
13790 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13791 Remove function not used by pcl-cvs anymore.
13792 (noninteractive, generic-sc-get-latest-rev)
13793 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13794 Delete support for long obsolete generic-sc.el.
13795
13796 2007-10-31 Glenn Morris <rgm@gnu.org>
13797
13798 * cvs-status.el: No longer require pcvs when compiling.
13799
13800 * doc-view.el (doc-view-conversion-refresh-interval)
13801 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13802 (doc-view-reset-slice): Doc fixes.
13803 (doc-view-menu): Remove deleted function doc-view-edit-doc.
13804
13805 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13806
13807 * help-at-pt.el (help-at-pt-unload-hook): Remove.
13808 Timers are automatically canceled by `unload-feature'.
13809
13810 * delsel.el (delsel-unload-hook): Remove function and variable.
13811 (delsel-unload-function): New-style unload function, adapted
13812 from `delsel-unload-hook'.
13813
13814 * msb.el (msb-unload-hook): Remove function and variable.
13815 (msb-unload-function): New-style unload function, adapted from
13816 `msb-unload-hook'.
13817
13818 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * desktop.el (uniquify-managed): Pacify byte compiler.
13821 (desktop-buffer-info): If the buffer name is managed by uniquify,
13822 save the base name, not the uniquified one.
13823 (desktop-create-buffer): Allow `rename-buffer' to generate a new
13824 name in case of conflict.
13825
13826 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * doc-view.el: Use expand-file-name rather than concat.
13829 (doc-view-cache-directory): Add the UID so multiple users won't clash.
13830 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13831 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13832 (doc-view-toggle-display): Use an overlay over the whole buffer so as
13833 not to have to touch the buffer's content.
13834 (doc-view-initiate-display): New function, extracted from doc-view-mode.
13835 (doc-view-mode): Use it. Don't mark as a special mode.
13836 Put the page numbers in the modeline.
13837 Set up the overlay. Hide the cursor. Run the mode hook.
13838 Use after-revert-hook rather than revert-buffer-function.
13839 (doc-view-search-internal): Fix typo.
13840 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13841 image-cache flush.
13842 (doc-view-reconvert-doc): Don't reset the whole mode.
13843 (doc-view-make-safe-dir): New function.
13844 (doc-view-current-cache-dir): Use it.
13845
13846 2007-10-30 Jason Rumney <jasonr@gnu.org>
13847
13848 * time.el (display-time-world-list): Test for zoneinfo support.
13849
13850 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
13851
13852 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13853
13854 * net/tramp-cache.el (tramp-flush-file-function): Check also
13855 `default-directory' if `buffer-file-name' does not return a
13856 string. Added to `eshell-pre-command-hook'.
13857
13858 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * doc-view.el (doc-view-current-doc): Remove.
13861 Replace all uses by buffer-file-name.
13862 (doc-view-menu): New menu.
13863 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13864 unused var `doc'.
13865 (doc-view-sort): Simplify.
13866 (doc-view-buffer-message): Don't change buffer-modified-p.
13867 (doc-view-mode): Change it here instead.
13868 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
13869 Don't modify the global value of revert-buffer-function.
13870
13871 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13872 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13873 (image-toggle-display): Take overlays into account and don't assume
13874 point-min==1.
13875
13876 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
13877
13878 * vc.el (vc-annotate): Fix omission bug:
13879 Specify value for vc-sentinel-movepoint.
13880
13881 2007-10-30 Michael Olson <mwolson@gnu.org>
13882
13883 * textmodes/remember.el (remember-mode-hook)
13884 (remember-handler-functions, remember-annotation-functions):
13885 Add additional items as options, including some Org functions.
13886
13887 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
13888
13889 * doc-view.el: Remove cl-dependency.
13890 (doc-view-buffer-message): Mention new binding K.
13891 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13892 instead of variable.
13893 (doc-view-current-cache-dir): Better cache dir naming.
13894 (doc-view-current-display): Remove variable.
13895 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13896 (doc-view-kill-proc): Set converter process to nil.
13897 (doc-view-minor-mode): New minor mode.
13898 (doc-view-minor-mode-map): New keymap.
13899 (doc-view-mode): Remove text/image switching code. Use plain defun.
13900 (doc-view-mode-map): New binding K kills converter process.
13901 Remove C-c C-e binding.
13902 (doc-view-mode-text-map): Remove keymap.
13903 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13904 d-v-display-maybe.
13905 (doc-view-previous-major-mode): New variable.
13906 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13907 (doc-view-remove-if): New function.
13908 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13909 (doc-view-toggle-display): Toggle modes instead of display styles.
13910 (doc-view-reconvert-doc): Adapt to new way of doing things.
13911
13912 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13913
13914 2007-10-30 Glenn Morris <rgm@gnu.org>
13915
13916 * dirtrack.el (dirtrack-mode): Doc fix.
13917
13918 * shell.el (shell-dirtrack-verbose, shell-mode)
13919 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13920
13921 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13922 (byte-compile-enable-warning): Doc fix.
13923
13924 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13925 suppress byte-opt warning.
13926
13927 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13928
13929 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13930 (edt-gnu-emacs19-p): Remove.
13931 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13932 (edt-xserver, edt-page-backward, edt-beginning-of-line)
13933 (edt-end-of-line-forward, edt-end-of-line-backward)
13934 (edt-one-word-forward, edt-one-word-backward, edt-character)
13935 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13936 (edt-find-forward, edt-find-backward, edt-find-next-forward)
13937 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13938 (edt-define-key, edt-bottom-check, edt-sentence-forward)
13939 (edt-sentence-backward, edt-paragraph-forward)
13940 (edt-paragraph-backward, edt-restore-key, edt-window-top)
13941 (edt-window-bottom, edt-scroll-window-forward-line)
13942 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13943 (edt-line-to-top-of-window, edt-paragraph-backward)
13944 (edt-restore-key, edt-window-top, edt-window-bottom)
13945 (edt-scroll-window-forward-line)
13946 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13947 (edt-line-to-middle-of-window, edt-goto-percentage)
13948 (edt-display-the-time, edt-remember, edt-split-window)
13949 (edt-emulation-on, edt-emulation-off)
13950 (edt-default-emulation-setup, edt-user-emulation-setup)
13951 (edt-select-default-global-map, edt-select-user-global-map):
13952 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13953 tests.
13954
13955 * textmodes/reftex-index.el (reftex-index-selection-or-word):
13956 Use feature test instead of boundp test so it can be resolved at
13957 compile time.
13958
13959 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13960
13961 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13964 Update all users.
13965 (abbrev-get, abbrev-put): Simplify.
13966 (define-abbrev): Don't store the `force' value in the :system property.
13967 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13968
13969 2007-10-30 Michael Olson <mwolson@gnu.org>
13970
13971 * desktop.el (desktop-minor-mode-table): Add line for ERC.
13972
13973 * textmodes/remember.el: New file that implements a mode for
13974 quickly jotting down things to remember.
13975
13976 * textmodes/remember-diary.el: A backend for remember.el that
13977 implements saving notes to a Diary file.
13978
13979 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13980
13981 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13982 Relocate in file.
13983 (allout-doublecheck-at-and-shallower): Increase to include
13984 slightly greater depths, since yank interaction is now ok.
13985 Also, elaborate the docstring to explain the situation.
13986 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13987 instead of concat, so we accommodate key sequences expressed as
13988 vectors as well as strings and lists.
13989 (allout-flag-region, allout-hide-by-annotation): Make the
13990 hidden-text overlays 'front-advance.
13991 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13992 (allout-aberrant-container-p, allout-on-current-heading-p)
13993 (allout-e-o-prefix-p, allout-next-heading)
13994 (allout-previous-heading, allout-goto-prefix)
13995 (allout-end-of-prefix, allout-next-sibling-leap)
13996 (allout-next-visible-heading, allout-auto-fill)
13997 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13998 (allout-yank-processing, allout-resolve-xref)
13999 (allout-current-topic-collapsed-p, allout-hide-region-body)
14000 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14001 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14002 (count-trailing-whitespace-region): Preserve match data, so allout
14003 outline navigation doesn't disrupt other Emacs operations.
14004 (allout-beginning-of-line): Retreat to the beginning of the hidden
14005 text, so fields are respected (for submodes that care).
14006 (allout-end-of-line): Preserve mark activation status when jumping.
14007 (allout-open-topic): Account for opening after a child that
14008 contains a hidden trailing newline. Preserve match data.
14009 Run allout-structure-added-hook
14010 (allout-encrypt-decrypted): Preserve match data.
14011 (allout-toggle-current-subtree-exposure): Add new interactive
14012 function for toggle subtree exposure - suggested by tassilo.
14013 (move-beginning-of-line, move-end-of-line): Don't use
14014 line-move-invisible-p, it's obsolete - substitute the code, instead.
14015
14016 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14017
14018 * textmodes/flyspell.el (message-signature-separator):
14019 * longlines.el (message-indent-citation-function): Pacify byte
14020 compiler.
14021
14022 * emacs-lisp/cl-loaddefs.el:
14023 * ldefs-boot.el: Regenerate.
14024
14025 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14026 (.el.elc, compile, compile-always, compile-calc)
14027 ($(lisp)/progmodes/cc-mode.elc): Use it.
14028
14029 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14030 Only do work for XEmacs.
14031 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14032 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14033 on XEmacs.
14034 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14035 (ps-x-color-name, ps-x-color-specifier-p)
14036 (ps-x-copy-coding-system, ps-x-device-class)
14037 (ps-x-extent-end-position, ps-x-extent-face)
14038 (ps-x-extent-priority, ps-x-extent-start-position)
14039 (ps-x-face-font-instance, ps-x-find-coding-system)
14040 (ps-x-font-instance-properties, ps-x-make-color-instance)
14041 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14042 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14043 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14044 (ps-generate-postscript-with-faces): Delete defaliases.
14045 (ps-face-foreground-name, ps-face-background-name)
14046 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14047 Move definitions to top level, make the body conditional on the Emacs
14048 flavor. Replace uses of deleted aliases and renamed functions.
14049 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14050 of deleted aliases and renamed functions.
14051
14052 * calc/calc.el (calc-emacs-type-lucid): Remove.
14053 (calc-digit-map, calcDigit-start, calc-read-key)
14054 (calc-clear-unread-commands):
14055 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14056 calc-emacs-type-lucid with (featurep 'xemacs)
14057
14058 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14059 (featurep 'xemacs).
14060 (tpu-lucid-emacs19-p): Remove.
14061 (tpu-map-key): Make it a function instead of using fset. Inline
14062 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14063 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14064
14065 * ielm.el: Use featurep 'xemacs.
14066
14067 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14068 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14069 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14070 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14071 cperl-xemacs-p with (featurep 'xemacs).
14072 (font-lock-cache-position): Pacify byte compiler.
14073
14074 2007-10-29 Drew Adams <drew.adams@oracle.com>
14075
14076 * faces.el (read-color): New function.
14077 (face-at-point, foreground-color-at-point)
14078 (background-color-at-point): New functions.
14079
14080 2007-10-28 Richard Stallman <rms@gnu.org>
14081
14082 * net/browse-url.el (browse-url-text-xterm): Rename from
14083 browse-url-lynx-xterm and made generic.
14084 (browse-url-text-emacs): Likewise.
14085 (browse-url-text-browser): New variable.
14086 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14087 (browse-url-text-input-field, browse-url-text-input-attempts)
14088 (browse-url-kde-program): Likewise.
14089
14090 2007-10-29 Glenn Morris <rgm@gnu.org>
14091
14092 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14093 Use mapc rather than mapcar (reinstall change deleted without log
14094 entry 2007-10-22).
14095
14096 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14097
14098 * wdired.el (wdired-next-line, wdired-previous-line):
14099 Use next-line and previous-line wrapped in with-no-warnings.
14100
14101 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14102
14103 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14104 (rcirc-recent-quit-alist): New function.
14105 (rcirc): Print a better message when there is only one connected server.
14106 (rcirc-complete-nick): Do not update the nick table here.
14107 (rcirc-mode-map): Add M-o.
14108 (rcirc-current-line): Add variable.
14109 (rcirc-mode): Setup variables for line based omit.
14110 (rcirc-edit-multiline): Strip text properties.
14111 (rcirc-omit-responses): Add NICK.
14112 (rcirc-omit-threshold): Add variable.
14113 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14114 Add functions.
14115 (rcirc-print): Keep track of current line. Do not fill text if
14116 `rcirc-fill-flag' is null. Only omit text if the last activity
14117 from the sender is more than `rcirc-omit-threshold' lines ago.
14118 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14119 numbers instead of time.
14120 (rcirc-channel-nicks): Sort by line numbers instead of time.
14121 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14122 (rcirc-handler-JOIN): Restore the joiners linestamp.
14123 (rcirc-maybe-remember-nick-quit): Add function.
14124 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14125
14126 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14127
14128 * loadhist.el (unload-feature-special-hooks):
14129 Add `delete-frame-functions' and `suspend-tty-functions'.
14130
14131 * server.el (server-unload-function): Rename from `server-unload-hook'
14132 and adapt to new `unload-feature' functionality. Remove hook from
14133 `kill-buffer-hook' buffer-locally.
14134 (server-unload-hook): Remove.
14135 (server-unload-function): New var; replaces `server-unload-hook'.
14136
14137 2007-10-29 Glenn Morris <rgm@gnu.org>
14138
14139 * dirtrack.el (dirtrack-debug): Doc fix.
14140 (dirtrack-mode, dirtrack-debug-mode): New names for
14141 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14142 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14143 Make obsolete.
14144 (dirtrack-debug-message): Only print message if
14145 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14146 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14147 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14148
14149 2007-10-28 Glenn Morris <rgm@gnu.org>
14150
14151 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14152 (byte-compile-warnings-safe-p): Handle `not'.
14153 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14154 (byte-compile-enable-warning): New functions.
14155 (byte-compile-eval-before-compile)
14156 (byte-compile-file-form-require): Use byte-compile-disable-warning.
14157 (byte-compile-close-variables): Locally bind byte-compile-warnings,
14158 but do not modify it.
14159 (byte-compile-eval, byte-compile-obsolete)
14160 (byte-compile-warn-about-unresolved-functions)
14161 (byte-compile-file-form-defvar)
14162 (byte-compile-file-form-custom-declare-variable)
14163 (byte-compile-file-form-require)
14164 (byte-compile-file-form-defmumble, byte-compile-lambda)
14165 (byte-compile-form, byte-compile-normal-call)
14166 (byte-compile-variable-ref, byte-compile-defvar)
14167 (byte-compile-make-variable-buffer-local):
14168 Use byte-compile-warning-enabled-p.
14169 * emacs-lisp/advice.el (ad-compile-function):
14170 Use byte-compile-disable-warning.
14171 * emacs-lisp/cl.el: Move local variables to end of file, and set
14172 byte-compile-warnings to `(not cl-functions)'.
14173 * emacs-lisp/cl-compat.el: Add a local variables section, and set
14174 byte-compile-warnings to `(not cl-functions)'.
14175 * emacs-lisp/cl-macs.el: Unify local variable section, and set
14176 byte-compile-warnings to `(not cl-functions)'.
14177 (cl-do-proclaim): Use byte-compile-disable-warning and
14178 byte-compile-enable-warning.
14179 * emacs-lisp/cl-seq.el: Unify local variable section, and set
14180 byte-compile-warnings to `(not cl-functions)'.
14181 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14182 Use byte-compile-disable-warning.
14183
14184 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14185
14186 * cus-edit.el (custom-browse-insert-prefix):
14187 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14188
14189 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
14190
14191 * server.el (server-process-filter): Fix typo in docstring.
14192 (server-log): Reflow docstrings.
14193 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14194 (server-goto-line-column): Use `when'.
14195
14196 2007-10-28 Juri Linkov <juri@jurta.org>
14197
14198 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14199 when mouse is clicked on the isearch message.
14200 (isearch-resume): Call `isearch-update' at the end.
14201 Rename argument `search' to `string' to conform to the
14202 isearch terminology.
14203
14204 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 Rewrite abbrev.c in Elisp.
14207 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14208 (abbrev-table-get, abbrev-table-put, abbrev-get)
14209 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14210 (define-abbrev, abbrev--check-chars, define-global-abbrev)
14211 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14212 (abbrev-expansion, abbrev--before-point, expand-abbrev)
14213 (unexpand-abbrev, abbrev--write, abbrev--describe)
14214 (insert-abbrev-table-description, define-abbrev-table):
14215 New funs, largely transcribed from abbrev.c.
14216 (abbrev-with-wrapper-hook): New macro.
14217 (abbrev-table-name-list, global-abbrev-table)
14218 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14219 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14220 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14221 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14222 New vars, largely transcribed from abbrev.c.
14223 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
14224 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14225 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14226
14227 2007-10-27 Glenn Morris <rgm@gnu.org>
14228
14229 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14230 (shell-dirtrack-toggle): Mark as obsolete.
14231 (dirtrack-toggle, dirtrack-mode): No longer alias to
14232 shell-dirtrack-mode.
14233
14234 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14235
14236 * calc/calc.el (math-standard-opers): Lower the precedence
14237 of negation.
14238 * calc/calc-lang.el (math-oper-table): Lower precedence of
14239 negation for C, TeX, and eqn.
14240
14241 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14242
14243 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14244
14245 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14246
14247 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14248 (desktop-not-loaded-hook): Fix :version tags.
14249
14250 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14251
14252 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14253 (tramp-get-remote-tmpdir): New defun.
14254 (tramp-make-tramp-temp-file): Use it.
14255 (tramp-local-call-process): New defun. Replace all calls of
14256 `call-process' by this when appropriate.
14257 (tramp-handle-write-region): Replace calls of `file-attributes' by
14258 `tramp-compat-file-attributes'.
14259 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14260 Make the first command a `tramp-send-command' call, with let-bind
14261 of `tramp-end-of-output'.
14262 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14263 (tramp-load-report-modules, tramp-append-tramp-buffers):
14264 Move to tramp-cmds.el.
14265
14266 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14267 (tramp-fish-do-copy-or-rename-file)
14268 (tramp-fish-do-copy-or-rename-file-directly):
14269 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14270 Add parameter PRESERVE-UID-GID.
14271
14272 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14273
14274 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14275 New defcustoms.
14276 (display-time-world-list): Use them as appropriate for the current
14277 value of `system-type'.
14278
14279 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14280
14281 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14282 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14283 around uses of previous-line and next-line.
14284
14285 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14286 New defvars.
14287
14288 * textmodes/css-mode.el (comment-continue):
14289 * net/browse-url.el (url-handler-regexp):
14290 * progmodes/idlw-help.el (idlwave-system-routines):
14291 Pacify byte-compiler.
14292
14293 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14294 line-move-invisible-p with its former definition: invisible-p.
14295 line-move-invisible-p was removed on 2007-08-29.
14296
14297 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14298
14299 * files.el (kill-emacs-query-functions): Doc fix;
14300 `save-buffers-kill-emacs' is no longer bound to a key.
14301
14302 2007-10-26 Richard Stallman <rms@gnu.org>
14303
14304 * isearch-multi.el (isearch-buffers-multi): New option.
14305 (isearch-buffers-search-fun): Test it.
14306
14307 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14308 Put ps-run-clear on C-c C-l.
14309
14310 * newcomment.el (comment-styles): New style indent-or-triple.
14311 (comment-style): Make that the default.
14312 (comment-add defvar): Doc fix.
14313 (comment-add): Delete arg EXTRA.
14314 (comment-region-default): Open code call to comment-add.
14315 Handle indent-or-triple style which uses `multi-char' for INDENT.
14316
14317 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14318
14319 * eshell/em-unix.el (nil-blank-string): Doc fix.
14320
14321 2007-10-26 John Wiegley <johnw@newartisans.com>
14322
14323 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14324 function, ensure that the third argument is turned into a nil if
14325 the string is otherwise completely empty (either no characters, or
14326 all tabs/spaces). This fixes a bug from a user who found himself
14327 unable to customize `diff-switches' and still use Eshell's diff
14328 command.
14329
14330 2007-10-26 Glenn Morris <rgm@gnu.org>
14331
14332 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14333 safe-local-variable property.
14334
14335 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14336
14337 * net/browse-url.el (browse-url-browser-function): Delete grail.
14338 (browse-url-grail): Function and variable deleted.
14339 (browse-url-browser-function): Delete IXI Mosaic.
14340 (browse-url-default-browser): Don't try IXI Mosaic.
14341 (browse-url-iximosaic): Function deleted.
14342 (browse-url-browser-function): Delete MMM.
14343 (browse-url-default-browser): Don't try MMM.
14344 (browse-url-mmm): Function deleted.
14345
14346 2007-10-26 Drew Adams <drew.adams@oracle.com>
14347
14348 * custom.el (custom-note-var-changed): New function.
14349
14350 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14351
14352 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14353 use with the definition. Remove.
14354
14355 * add-log.el (change-log-start-entry-re): New defconst.
14356 (change-log-sortable-date-at): Use it.
14357 (change-log-beginning-of-defun, change-log-end-of-defun):
14358 New functions.
14359 (change-log-mode): Use them for beginning-of-defun-function and
14360 end-of-defun-function.
14361
14362 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14363
14364 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14365 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14366 (ses-recalculate-cell): Deal with point being just beyond end of
14367 data area (why does this happen?)
14368 (ses-set-curcell): Ditto.
14369 (ses-column-letter): Handle columns beyond 702. Code written by
14370 Gareth Rees.
14371
14372 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14373
14374 * textmodes/org.el (org-agenda-get-restriction-and-command):
14375 Use `mapc' instead of `mapcar'.
14376 (org-agenda-list): Numeric prefix argument can specify the number
14377 of days.
14378 (remember-register, remember-buffer): Prevent byte compiler from
14379 complaining.
14380 (org-todo): Save and restore match data.
14381 (org-no-warnings): New macro.
14382 (org-columns-eval): Use `org-no-warnings'.
14383
14384 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14385
14386 * comint.el (comint-password-prompt-regexp):
14387 Handle `[sudo] password'-style prompt.
14388
14389 2007-10-25 Glenn Morris <rgm@gnu.org>
14390
14391 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14392 (defcustom): Doc fix.
14393
14394 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14395 Add `non_intrinsic'.
14396 (f90-constants-re): Add ieee modules.
14397 (f90-typedef-matcher, f90-typedec-matcher)
14398 (f90-imenu-type-matcher): New functions.
14399 (f90-font-lock-keywords-1): Give module procedures function-name face.
14400 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14401 Add `use, intrinsic'.
14402 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14403 Move start of `enum' blocks to separate entry.
14404 (f90-start-block-re): Fix `type', `abstract interface'.
14405 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14406 derived types.
14407 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14408 `elemental', change `enumerator'.
14409 (f90-no-block-limit): Fix `abstract interface'.
14410
14411 * progmodes/f90.el (f90-indented-comment-re)
14412 (f90-directive-comment-re, f90-break-delimiters):
14413 * progmodes/fortran.el (fortran-comment-line-start-skip)
14414 (fortran-directive-re):
14415 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14416 as safe if they are strings.
14417
14418 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * startup.el (window-system): Remove. Don't make it frame-local.
14421
14422 2007-10-24 Richard Stallman <rms@gnu.org>
14423
14424 * savehist.el (savehist-save): Omit unreadable elements.
14425
14426 * loadhist.el (unload-function-defs-list): Rename from
14427 unload-function-features-list.
14428 (unload-feature-special-hooks, unload-feature): Doc fixes.
14429
14430 * indent.el (indent-to-left-margin): If point's in the indentation,
14431 move to the end of the indentation.
14432
14433 * cus-edit.el (customize-changed-options): Make arg optional.
14434
14435 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14436
14437 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14438
14439 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14440
14441 * textmodes/org-publish.el (org-publish-attachment): Re-install
14442 accidentally deleted change.
14443
14444 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14447
14448 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14449
14450 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14451 (Buffer-menu-mode-map): Initialize in the declaration.
14452 (Buffer-menu-mode): Define with `define-derived-mode'.
14453
14454 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14455
14456 * textmodes/org.el (org-version): Change to 5.13e.
14457 (org-agenda-file-regexp): Fix typo in docstring.
14458 (org-add-planning-info): Fix bug in parenthesis settings.
14459 (org-scan-tags): Catch the case of indirect buffers with no filename.
14460 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14461 Re-install switch to mapc, had been removed by accident.
14462 (org-columns-map): New binding `C-c C-o'.
14463 (org-columns-menu): Change menu text and added new entry.
14464 (org-columns-eval): Document the use of `next-line'.
14465 (org-columns-open-link): New function.
14466 (org-columns-follow-link): Remove function.
14467 (org-open-link-from-string): New function.
14468 (org-read-date-get-relative): Fix typo in docstring.
14469 (org-read-date-get-relative): Leading +/- is not optional.
14470 (org-agenda-get-restriction-and-command): Always resize window on
14471 first loop cycle.
14472 (org-agenda-open-link): Make sure the link abbreviations are
14473 present in the agenda buffer.
14474 (org-agenda-copy-local-variable): New function.
14475
14476 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14479
14480 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * simple.el (reindent-then-newline-and-indent): Use a `move after
14483 insert' kind of marker in the save-excursion.
14484
14485 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * textmodes/css-mode.el: Require CL.
14488 (comment-continue): Declare.
14489
14490 * subr.el (make-variable-frame-localizable): Remove.
14491 (make-variable-frame-local): Mark obsolete.
14492
14493 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14496 of the subdirs is unreadable.
14497
14498 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14499
14500 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14501 when we are local.
14502
14503 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * progmodes/python.el (python-current-defun): Remove left-over
14506 assignment to `start'.
14507
14508 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14509
14510 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14511 than `mapcar'; return value is not used.
14512
14513 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14514
14515 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14516 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14517
14518 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14519
14520 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14521 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14522
14523 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14524
14525 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14526
14527 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * emacs-lisp/advice.el (ad-make-advised-docstring):
14530 Add ad-advice-info text property to doc string.
14531
14532 2007-10-23 Glenn Morris <rgm@gnu.org>
14533
14534 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14535 (f90-type-indent, f90-program-indent, f90-associate-indent)
14536 (f90-continuation-indent, f90-comment-region)
14537 (f90-beginning-ampersand, f90-smart-end)
14538 (f90-break-before-delimiters, f90-auto-keyword-case)
14539 (f90-leave-line-no, f90-mode-hook):
14540 Give an appropriate safe-local-variable property.
14541
14542 * progmodes/fortran.el (fortran-tab-mode-default)
14543 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14544 (fortran-structure-indent, fortran-continuation-indent)
14545 (fortran-comment-indent, fortran-comment-line-extra-indent)
14546 (fortran-comment-line-start)
14547 (fortran-minimum-statement-indent-fixed)
14548 (fortran-minimum-statement-indent-tab)
14549 (fortran-comment-indent-char, fortran-line-number-indent)
14550 (fortran-check-all-num-for-matching-do)
14551 (fortran-blink-matching-if, fortran-continuation-string)
14552 (fortran-comment-region, fortran-electric-line-number)
14553 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14554 (fortran-analyze-depth, fortran-break-before-delimiters):
14555 Give an appropriate safe-local-variable property.
14556
14557 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14558
14559 * printing.el: Move variable definitions before use.
14560 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14561
14562 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14565 (tpu-edt-off): Use it.
14566 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14567 the global-map before adding it to global-map.
14568
14569 * menu-bar.el (global-buffers-menu-map): New var.
14570 (global-map, menu-bar-update-buffers): Use it.
14571 * msb.el (msb-menu-bar-update-buffers): Use it.
14572 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14573 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14574 Use with-current-buffer.
14575
14576 2007-10-22 Juri Linkov <juri@jurta.org>
14577
14578 * isearch-multi.el: New file.
14579
14580 * isearch.el (isearch-search-string): After finding the next
14581 occurrence switch to buffer isearch-buffers-current-buffer when
14582 isearch-buffers-next-buffer-function is non-nil and
14583 isearch-buffers-current-buffer is live.
14584
14585 * add-log.el (change-log-mode): Make and set buffer-local variable
14586 isearch-buffers-next-buffer-function to change-log-next-buffer.
14587 Call isearch-buffers-minor-mode.
14588 (change-log-next-buffer): New function.
14589
14590 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14591
14592 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14593 Renaming of `org-latex-protect'.
14594 (org-export-latex-emphasis-alist): By default, don't protect
14595 any emphasis formatter from further conversion.
14596 (org-export-latex-tables): Honor column grouping for tables.
14597 (org-export-latex-title-command): New option.
14598 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14599 export backslash character.
14600
14601 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14602
14603 * textmodes/org.el (org-read-date-get-relative): New function.
14604 (org-agenda-file-regexp): New variable.
14605 (org-agenda-files): Allow directories in the variable.
14606 (org-agenda-get-restriction-and-command): New function.
14607 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14608 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14609 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14610 New functions.
14611 (org-entry-add-to-multivalued-property)
14612 (org-entry-remove-from-multivalued-property)
14613 (org-entry-member-in-multivalued-property): New functions.
14614 (org-remember-apply-template): Catch C-g and make sure window
14615 configuration is restored.
14616 (org-agenda-open-link): Make it work with several links in the line.
14617 (org-drawers, org-set-regexps-and-options)
14618 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14619 (org-agenda-window-frame-fractions): New option.
14620 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14621 (org-columns-cleanup-item, org-find-entry-with-id)
14622 (org-insert-columns-dblock, org-listtable-to-string)
14623 (org-dblock-write:columnview, org-columns-capture-view)
14624 (org-edit-headline): New functions.
14625 (org-agenda-to-appt): Require calendar.
14626 (org-entry-get-with-inheritance): Widen for search.
14627 (org-columns-display-here): Don't mark buffer as modified when
14628 adding space characters to accomodate column overlays.
14629 (org-export-as-html): Better formatting of tags in the toc.
14630 (org-columns-display-here): Make the ITEM column as compact as possible.
14631 (org-remember-templates): Customization interface improved.
14632 (org-export-with-property-drawer): Variable removed.
14633 (org-export-with-drawers): New option.
14634 (org-complex-heading-regexp): New variable.
14635 (org-sort-entries): Rewrite using `sort-subr'.
14636 (org-set-property): More appropriate completion during interactive use.
14637 (org-sort-entries): Allow sorting by property.
14638 (org-additional-option-like-keywords): Add more values.
14639 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14640
14641 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14642
14643 * textmodes/org.el (org-get-date-from-calendar): New function.
14644 (org-at-timestamp-p, org-timestamp-change)
14645 (org-remember-templates): First element of each entry is now a
14646 name for the template.
14647 (org-store-log-note): Check for `org-note-abort'.
14648 (org-kill-note-or-show-branches): New command.
14649 (org-fontify-priorities): New option.
14650 (org-fontify-priorities): New function.
14651 (org-cut-subtree, org-copy-subtree): New argument N to
14652 act on N sequential subtrees.
14653 (org-paste-subtree): Fix the level at which a tree is pasted.
14654 (org-fit-agenda-window): Limitations on window size removed.
14655 (org-agenda-find-same-or-today-or-agenda): Rename from
14656 `org-agenda-find-today-or-agenda'.
14657 (org-scheduled-past-days): New option.
14658 (org-agenda-scheduled-leaders)
14659 (org-agenda-deadline-leaders): New options.
14660 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14661 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14662 (org-export-with-tags, org-export-plist-vars)
14663 (org-infile-export-plist): New "tags" option.
14664 (org-use-property-inheritance): New option.
14665 (org-cached-entry-get): Use `org-use-property-inheritance'.
14666 (org-remember-apply-template): Fix typo.
14667
14668 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14669
14670 * net/tramp.el (tramp-find-shell)
14671 (tramp-open-connection-setup-interactive-shell): Improve sending
14672 initial commands.
14673 (tramp-action-terminal): Send debug message.
14674 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14675 (tramp-barf-if-no-shell-prompt): Insert code of
14676 `tramp-wait-for-shell-prompt'.
14677
14678 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14681
14682 * term/vt200.el (terminal-init-vt200):
14683 * term/vt201.el (terminal-init-vt201):
14684 * term/vt220.el (terminal-init-vt220):
14685 * term/vt240.el (terminal-init-vt240):
14686 * term/vt300.el (terminal-init-vt300):
14687 * term/vt320.el (terminal-init-vt320):
14688 * term/vt400.el (terminal-init-vt400):
14689 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14690
14691 * term/wyse50.el (wyse50-terminal-map): New var.
14692 (terminal-init-wyse50): Use it and input-decode-map.
14693 (enable-arrow-keys): Emasculate.
14694
14695 * term/tvi970.el (tvi970-terminal-map): New var.
14696 (terminal-init-tvi970): Use it and input-decode-map.
14697 (tvi970-keypad-numeric): Remove.
14698 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14699
14700 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14701 (terminal-init-sun): Use it and input-decode-map.
14702
14703 * term/news.el (terminal-init-news):
14704 * term/lk201.el (terminal-init-lk201):
14705 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14706
14707 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14708
14709 * complete.el (PC-expand-many-files): Remove.
14710 (PC-do-completion): Call file-expand-wildcards instead of
14711 PC-expand-many-files.
14712
14713 * net/tramp.el (tramp-handle-expand-many-files): Remove.
14714 (PC-expand-many-files): Remove advice.
14715
14716 2007-10-22 Glenn Morris <rgm@gnu.org>
14717
14718 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14719 Add some support for Fortran 2003 syntax:
14720 (f90-type-indent): Now also applies to `enum'.
14721 (f90-associate-indent): New user option.
14722 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14723 Add some F2003 keywords.
14724 (f90-constants-re): New constant.
14725 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14726 Interface'.
14727 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14728 `class'. Arguments for `type'/`class' may have spaces. Add a new
14729 element for functions with specified types. Add `end enum' and
14730 `select type'. Add `implicit enumerator' and `procedure'.
14731 Add `class default' and `type is', `class is'. Fix `go to' regexp.
14732 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14733 (f90-font-lock-keywords-4): Add `f90-constants-re'.
14734 (f90-blocks-re): Add `enum' and `associate'.
14735 (f90-else-like-re): Add `class is', `type is', and `class default'.
14736 (f90-end-type-re): Add `enum'.
14737 (f90-end-associate-re, f90-typeis-re): New constants.
14738 (f90-end-block-re): Add `enum' and `associate'. Change from
14739 optional whitespace to end-of-word, to avoid `enumerator'.
14740 (f90-start-block-re): Add `select type', `abstract interface', and
14741 `enum'. Avoid `type is', and `type (sometype)'.
14742 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14743 (f90-mode): Doc fix.
14744 (f90-looking-at-select-case): Doc fix. Add `select type'.
14745 (f90-looking-at-associate): New function.
14746 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14747 Add `enum' and `abstract interface'.
14748 (f90-no-block-limit): Add `select type' and `abstract interface'.
14749 (f90-get-correct-indent, f90-calculate-indent)
14750 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14751 (f90-indent-region, f90-match-end): Handle `associate' blocks.
14752
14753 2007-10-22 Martin Rudalics <rudalics@gmx.at>
14754
14755 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14756 Use window-full-width-p.
14757
14758 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
14759
14760 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14761
14762 * tooltip.el: Use featurep 'xemacs.
14763
14764 * printing.el: Move variable definitions before use, no code change.
14765
14766 2007-10-22 Juri Linkov <juri@jurta.org>
14767
14768 * simple.el (goto-history-element): Allow minibuffer-default to be
14769 a list of default values accessible by typing M-n in the minibuffer.
14770
14771 * dired-x.el (dired-guess-shell-command): Put all guesses to the
14772 minibuffer default value list instead of pushing them temporarily
14773 to the history list.
14774
14775 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14776
14777 * hexl.el (hexl-menu): New major mode menu.
14778
14779 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14782
14783 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14784
14785 * w32-fns.el (w32-quote-process-args):
14786 * dos-w32.el (print-region-function, lpr-headers-switches)
14787 (ps-print-region-function): Pacify byte-compiler.
14788
14789 * emulation/edt-mapper.el (function-key-map):
14790 (edt-map-key): Make it a function instead of using fset.
14791 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
14792 (edt-gnu-map-key, edt-lucid-map-key): Remove.
14793 (edt-x-emacs-p): Remove.
14794 (edt-emacs-variant, edt-window-system, edt-xserver):
14795 Use featurep 'xemacs.
14796
14797 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14798 Replace eudc-xemacs-p with its definition.
14799 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14800 (eudc-emacs-mule-p): Remove.
14801 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14802 eudc-xemacs-p with feature tests.
14803
14804 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14805 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14806 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14807 (eudc-bob-toggle-inline-display):
14808 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14809 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14810
14811 * net/eudcb-ph.el (eudc-ph-open-session):
14812 Replace eudc-xemacs-mule-p with its former definition.
14813
14814 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14815 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14816
14817 * progmodes/vera-mode.el (vera-xemacs): Remove.
14818 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14819
14820 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14821 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14822 (vhdl-speedbar-initialize, vhdl-ps-print-init)
14823 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14824 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14825 with (featurep 'xemacs).
14826
14827 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14828 (save-buffer-state-x):
14829 * obsolete/fast-lock.el (fast-lock-verbose):
14830 * emulation/viper-init.el (viper-xemacs-p)
14831 (viper-cond-compile-for-xemacs-or-emacs):
14832 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14833 * ps-print.el (case-fold-search):
14834 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14835 * calculator.el (calculator-help): Use featurep 'xemacs.
14836
14837 * progmodes/prolog.el: Undo previous change.
14838 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14839
14840 * progmodes/dcl-mode.el:
14841 * play/yow.el:
14842 * calendar/todo-mode.el:
14843 * calendar/cal-hebrew.el:
14844 * vc-hg.el: Undo previous change.
14845
14846 * vms-patch.el: Likewise.
14847 (print-region-function): Pacify byte-compiler.
14848
14849 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
14850
14851 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14852 preserve-uid-gid.
14853
14854 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14855 compatibility. It is not used, though.
14856
14857 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14858 Require tramp-cmds.el.
14859 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14860 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14861 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14862 (tramp-do-copy-or-rename-file-out-of-band)
14863 (tramp-maybe-open-connection): Use `make-temp-name'. This is
14864 possible, because we don't need to create the temporary file, but
14865 we need a prefix for ssh, which has its own temporary file handling.
14866 (tramp-handle-delete-directory): Add "-f" to rmdir.
14867 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14868 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14869 a signal, in order to give the callee a chance to suppress.
14870 (tramp-handle-write-region): Set owner also in case of short
14871 track. Don't use compatibility calls for `write-region' anymore.
14872 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
14873 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14874
14875 * net/tramp-cmds.el: New file.
14876
14877 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14878 `tramp-clear-passwd'.
14879
14880 * net/trampver.el: Update release number.
14881
14882 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14883
14884 * progmodes/gud.el (gud-target-name): Move definition before use.
14885
14886 * progmodes/dcl-mode.el: Require imenu at compile time.
14887
14888 * progmodes/cc-engine.el (c-maybe-stale-found-type):
14889 Pacify byte-compiler.
14890
14891 * obsolete/fast-lock.el: Use featurep test instead of string-match.
14892
14893 * eshell/esh-mode.el (eshell-handle-ansi-color):
14894 Require ansi-color at compile time too.
14895
14896 * eshell/em-unix.el (eshell/info): Require info at compile time too.
14897
14898 * w32-fns.el: Require w32-vars.
14899
14900 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14901 time too.
14902
14903 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * double.el ([ignore]): Use `ignore'.
14906 (double-setup): Inline into double-mode.
14907 (double-mode): Use define-minor-mode.
14908
14909 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14910
14911 * textmodes/reftex.el: Move require easymenu before first use.
14912 (reftex-info): Require info at compile too.
14913
14914 * textmodes/org-publish.el (org-publish-org-to-html)
14915 (org-publish-org-to): Require org at compile time too.
14916 (org-publish-attachment): Require at compile time too.
14917
14918 * term/tty-colors.el (w32-tty-standard-colors):
14919 Pacify byte-compiler.
14920
14921 * term/pc-win.el (frame-creation-function-alist): Add to this
14922 instead of setting frame-creation-function.
14923
14924 * play/blackbox.el (bb-up, bb-down): Use forward-line.
14925
14926 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14927
14928 * calendar/todo-mode.el: Require calendar at compile time.
14929
14930 * calendar/cal-hebrew.el: Require holidays at compile time.
14931
14932 * w32-vars.el: Provide w32-vars.
14933
14934 * term/w32-win.el: Require w32-vars.
14935 (w32-color-map): Pacify byte-compiler.
14936
14937 * loadup.el: Load w32-vars before term/w32-win.
14938
14939 2007-10-20 Juri Linkov <juri@jurta.org>
14940
14941 * textmodes/fill.el (fill-paragraph): When the region is active,
14942 don't try other `or' branches regardless of the value returned by
14943 fill-region; just return t.
14944
14945 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14946
14947 * vc.el (vc-do-command): Condition out a misleading message when
14948 running asynchronously.
14949 (vc-deduce-fileset): New argument enables using an unregistered
14950 visited file as a singleton fileset if nothing else is available.
14951 (vc-next-action): Restore file-registering behavior.
14952
14953 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
14954
14955 * calc/README: Add recent news.
14956
14957 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
14958
14959 * term/x-win.el (x-gtk-stock-map, icon-map-list)
14960 (x-gtk-map-stock): Delete duplicated definitions from merge.
14961
14962 * progmodes/compile.el (compilation-skip-to-next-location)
14963 (compilation-skip-threshold, compilation-skip-visited):
14964 Move definitions earlier.
14965
14966 * play/decipher.el (decipher-keypress):
14967 * play/zone.el (zone-fall-through-ws):
14968 * play/landmark.el (lm-move-down, lm-move-up):
14969 * play/handwrite.el (handwrite):
14970 * mail/mspools.el (mspools-visit-spool):
14971 * wdired.el (wdired-next-line, wdired-previous-line):
14972 * tar-mode.el (tar-subfile-save-buffer):
14973 * scroll-lock.el (scroll-lock-next-line)
14974 (scroll-lock-previous-line):
14975 * image-dired.el (image-dired-next-line)
14976 (image-dired-previous-line):
14977 * ediff-help.el (ediff-help-message-line-length):
14978 Use forward-line.
14979
14980 * smerge-mode.el (smerge-auto-refine):
14981 * diff-mode.el (diff-auto-refine): Add :group.
14982
14983 * play/yow.el: Require doctor at compile time.
14984
14985 * vmsproc.el: Provide vmsproc.
14986 (command-send-input): Use forward-line.
14987
14988 * vms-patch.el: Require ps-print and vmsproc at compile time.
14989
14990 * vc-mtn.el (log-view-message-re, log-view-file-re)
14991 (log-view-font-lock-keywords): Pacify byte-compiler.
14992
14993 * vc-hg.el: Require log-view at compile time.
14994
14995 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
14996
14997 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14998
14999 2007-10-20 Glenn Morris <rgm@gnu.org>
15000
15001 * progmodes/f90.el (f90-font-lock-keywords-2)
15002 (f90-looking-at-type-like): Fix regexp typos.
15003
15004 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15005
15006 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15007 (bs-mode): Set mode-class property to special.
15008
15009 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15010
15011 * diff-mode.el (diff-auto-refine): New var.
15012 (diff-hunk): Use it.
15013 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15014 (diff-refine-change): Rename from diff-fine-change. Change it.
15015 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15016 (diff-refine-hunk): Rename from diff-fine-highlight.
15017
15018 2007-10-20 John Paul Wallington <jpw@pobox.com>
15019
15020 * help-fns.el (describe-variable-custom-version-info): New function
15021 to return variable's version or package version note.
15022 (describe-variable): Use it, display result.
15023
15024 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * smerge-mode.el (smerge-auto-refine): New var.
15027 (smerge-next, smerge-prev): Use it.
15028 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15029
15030 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15031 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15032
15033 * vc-bzr.el (vc-bzr-diff-tree):
15034 * vc-git.el (vc-git-diff-tree):
15035 * vc-hg.el (vc-hg-diff-tree):
15036 * vc-mcvs.el (vc-mcvs-diff-tree):
15037 * vc-mtn.el (vc-mtn-diff-tree):
15038 * vc-svn.el (vc-svn-diff-tree): Remove.
15039
15040 * vc-mtn.el (vc-mtn-revision-completion-table):
15041 * vc-cvs.el (vc-cvs-revision-completion-table):
15042 * vc-arch.el (vc-arch-revision-completion-table):
15043 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15044 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15045 Make it work when the arg is a list of files.
15046
15047 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15048
15049 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15050 Also `revision-completion-table' now takes a list of files.
15051 (vc-deduce-fileset): Remove unused var `regexp'.
15052 Only obey allow-directory-wildcard in dired buffers.
15053 (vc-default-diff-tree): Remove.
15054 (vc-diff-added-files): New var.
15055 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15056 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15057 Remove the `backend' arg.
15058 (vc-contains-version-controlled-file): Remove.
15059 (vc-diff): Bring it closer to the version in Emacs-22.
15060 (vc-revert): Fix typo in let-binding.
15061 (vc-default-unregister): Remove.
15062 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15063
15064 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15065
15066 * textmodes/two-column.el (2C-split, 2C-merge):
15067 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15068 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15069 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15070 * progmodes/ada-xref.el (ada-get-all-references):
15071 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15072 * emulation/vi.el (vi-previous-line-first-nonwhite)
15073 (vi-effective-range, vi-put-before):
15074 * emulation/edt.el (edt-next-line, edt-previous-line)
15075 (edt-paragraph-forward): Use forward-line.
15076
15077 * progmodes/etags.el (tags-apropos): Require apropos at compile
15078 time too.
15079
15080 * progmodes/prolog.el: Require comint when compiling.
15081 (inferior-prolog-flavor): Move defvar before use.
15082
15083 2007-10-19 Richard Stallman <rms@gnu.org>
15084
15085 * font-core.el (turn-on-font-lock-if-desired):
15086 Rename from `turn-on-font-lock-if-enabled'.
15087 Fully obey `font-lock-global-modes'.
15088
15089 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15092 which will not affect the behavior of things like forward-word.
15093 (diff-fine-highlight): Preserve point.
15094
15095 * doc-view.el (doc-view-mode-map): Use remapping.
15096 Don't rebind C-v, M-v to their default value.
15097 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15098
15099 * smerge-mode.el: Add word-granularity refinement.
15100 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15101 (smerge-refine-weight-hack): New vars.
15102 (smerge-refine-forward): New fun.
15103 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15104 (smerge-refine-subst): Use them as well. Preserve point.
15105
15106 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15107
15108 * follow.el (follow-unload-function): New function.
15109
15110 * loadhist.el (unload-function-features-list):
15111 Rename from `unload-hook-features-list'.
15112 (unload-hook-features-list): Add as obsolete alias.
15113 (unload-feature): Use `unload-function-features-list'
15114 and new FEATURE-unload-function.
15115
15116 2007-10-19 Glenn Morris <rgm@gnu.org>
15117
15118 * bindings.el (mouse-minor-mode-menu)
15119 (minor-mode-menu-from-indicator): Move to mouse.el.
15120 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15121 Move here from bindings.el.
15122
15123 2007-10-19 Richard Stallman <rms@gnu.org>
15124
15125 * help-fns.el (describe-function-1): Don't use the advice origname
15126 if it has no function definition.
15127
15128 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15129
15130 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15131 Use `save-restriction' rather than `widen'.
15132
15133 2007-10-18 Richard Stallman <rms@gnu.org>
15134
15135 * time.el (display-time-world-time-format): Display day # not month #.
15136
15137 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15138
15139 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15140
15141 * doc-view.el: Remove version keyword.
15142 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15143 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15144 (doc-view-ghostscript-options): Improve custom type.
15145 (doc-view-cache-directory, doc-view-conversion-buffer)
15146 (doc-view-conversion-refresh-interval): Simplify custom type.
15147
15148 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15149
15150 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15151 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15152 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15153 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15154 Remove superfluous messages.
15155 (doc-view-mode-map): Use the image-mode scrolling commands.
15156 Don't rebind C-x k.
15157
15158 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15159
15160 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15161 Add comment about "-dSAFER".
15162
15163 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * term/xterm.el: Don't require xt-mouse.
15166 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15167 calling turn-on-xterm-mouse-tracking-on-terminal directly.
15168
15169 * xt-mouse.el: Don't change the global function-key-map anny more.
15170 (xterm-mouse-mode): Use terminal-init-xterm-hook.
15171 Don't use after-make-frame-functions now that term/xterm.el calls
15172 us directly.
15173 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15174 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
15175 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15176 Setup input-decode-map and remember that xterm-mouse-mode was
15177 enabled in this terminal.
15178 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15179 terminals where it has been enabled.
15180
15181 * faces.el (tty-create-frame-with-faces): Make sure not only
15182 tty-run-terminal-initialization but also set-locale-environment
15183 are run only once per terminal.
15184 (tty-run-terminal-initialization): Don't check if the terminal was
15185 already initted.
15186
15187 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15188 not to remove keymaps that just happen to inherit from one of ours.
15189 When setting up our keymap, make sure it won't be accidentally
15190 modified by someone else.
15191
15192 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15193
15194 * textmodes/artist.el (artist-previous-line, artist-next-line):
15195 * dired.el (dired-next-line, dired-previous-line):
15196 * progmodes/delphi.el (delphi-newline):
15197 * textmodes/org.el (org-columns-eval):
15198 Use forward-line.
15199
15200 * emerge.el (emerge-setup): Use insert-buffer-substring.
15201 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15202
15203 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
15204
15205 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15206 (adaptive-fill-function): Doc fix. Remove * from docstring.
15207
15208 2007-10-18 Tom Horsley <tom.horsley@att.net>
15209
15210 * simple.el (interprogram-paste-function): Doc fix.
15211 (current-kill): Accept list of strings as well
15212 as single string from `interprogram-paste-function'.
15213
15214 2007-10-18 Glenn Morris <rgm@gnu.org>
15215
15216 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15217
15218 2007-10-18 Drew Adams <drew.adams@oracle.com>
15219
15220 * bindings.el (mode-line-minor-mode-keymap):
15221 Add mouse-minor-mode-menu on mouse-1.
15222 (mode-line-modes): Add mouse-1 to help-echo text.
15223 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15224 New functions.
15225 (mode-line-minor-mode-help): Doc fix.
15226
15227 2007-10-17 Juri Linkov <juri@jurta.org>
15228
15229 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15230 at the request of RMS.
15231 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15232 arg `region'. Fix docstring. At the first `or' branch add call to
15233 `fill-region' if it the region is active in transient-mark-mode.
15234
15235 * bindings.el (esc-map): Bind M-q to fill-paragraph
15236 instead of fill-paragraph-or-region.
15237
15238 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15239 with fill-paragraph.
15240
15241 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15242 Fix docstring.
15243
15244 * indent.el (indent-for-tab-command): Change interactive spec from
15245 "P" to "p". Add check for interactive arg before indenting the
15246 active region.
15247
15248 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15249 Regroup.
15250
15251 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15252
15253 * emacs-lisp/find-func.el: Don't require loadhist.
15254
15255 * loadhist.el (feature-symbols, file-provides, file-requires)
15256 (file-set-intersect, file-dependents): Simplify.
15257 (unload-feature-special-hooks): Update list of special hooks.
15258
15259 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15260
15261 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15262 extensions since they can be viewed with doc-view.
15263
15264 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15265 for pdf, ps and dvi files.
15266
15267 * doc-view.el: Make doc-view-mode the standard mode for viewing
15268 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15269 text and image display. Add binding C-c C-e to switch to an
15270 editing mode.
15271 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15272 avoid security problems when rendering files from untrusted sources.
15273
15274 2007-10-17 Aaron Hawley <aaronh@garden.org>
15275
15276 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15277 position is not saved.
15278
15279 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15280
15281 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15282 (doc-view-ghostscript-options): Fix typo in doc string.
15283
15284 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15287 handling, so compilation-fake-loc works again.
15288
15289 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15290 (server-process-filter): Revert last change.
15291
15292 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15293 behavior unrelated to filesets.
15294
15295 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15296
15297 * longlines.el (longlines-wrap-follows-window-size): Integer value
15298 specifies wrapping margin.
15299 (longlines-mode, longlines-window-change-function):
15300 Set window-specific wrapping margin based on the above.
15301
15302 2007-10-17 John Wiegley <johnw@newartisans.com>
15303
15304 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15305
15306 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15307
15308 * server.el (server-process-filter): Only set display if X11 is
15309 supported.
15310
15311 2007-10-17 Glenn Morris <rgm@gnu.org>
15312
15313 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15314 Tweak regexp to avoid stack overflow.
15315
15316 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * simple.el (reindent-then-newline-and-indent): Don't assume that
15319 indent-according-to-mode preserves point.
15320
15321 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15324 (bs--nth-wrapper): Simplify.
15325 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15326 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15327 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15328 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15329 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15330 (bs-configurations, bs-default-configuration)
15331 (bs-alternative-configuration, bs-cycle-configuration-name)
15332 (bs-string-show-always, bs-string-show-never, bs-string-current)
15333 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15334 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15335 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15336 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15337 (bs--window-config-coming-from): Revert 2006-11-09 change.
15338 (bs--restore-window-config): Keep the selected frame.
15339 (bs--track-window-changes, bs--remove-hooks): New functions.
15340 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15341 (bs--create-header): Remove.
15342 (bs--create-header-line): New function, based on `bs--create-header'.
15343 (bs--show-header): Use `bs--create-header-line'.
15344 (bs--show-with-configuration): Revert 2006-11-09 change.
15345 Don't reuse window unless it is visible on the selected frame.
15346 Restore window configuration (possibly in a different frame)
15347 before creating any window.
15348
15349 2007-10-16 Glenn Morris <rgm@gnu.org>
15350
15351 * simple.el (blink-matching-open): Don't report false errors with
15352 the `$' syntax class.
15353
15354 2007-10-16 Richard Stallman <rms@gnu.org>
15355
15356 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15357 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15358 (ad-is-advised, ad-get-advice-info-field)
15359 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15360
15361 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15364 (vc-default-working-revision): Compatibility for backends.
15365
15366 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15367
15368 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15369 (filesets-ormap, filesets-sort-case-sensitive-flag)
15370 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15371 Fix typos in docstrings.
15372 (filesets-conditional-sort, filesets-find-or-display-file)
15373 (filesets-data-get-name, filesets-data-get-data)
15374 (filesets-data-set, filesets-cmd-query-replace-getargs)
15375 (filesets-ingroup-collect): Doc fixes.
15376
15377 2007-10-15 Sam Steingold <sds@gnu.org>
15378
15379 * mail/sendmail.el (sendmail-error-reporting-interactive)
15380 (sendmail-error-reporting-non-interactive): New variables for
15381 sendmail error reporting options to simplify support for imperfect
15382 sendmail emulators.
15383 (sendmail-send-it): Use them instead of list literals.
15384
15385 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15386
15387 * help-fns.el: Revert previous change; it creates a
15388 dependency loop between advice.el and help-fns.el.
15389
15390 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15391
15392 * help-fns.el: Require advice when compiling.
15393
15394 2007-10-14 Drew Adams <drew.adams@oracle.com>
15395
15396 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15397 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15398 (ring-next, ring-previous): New functions.
15399
15400 2007-10-14 Richard Stallman <rms@gnu.org>
15401
15402 * emacs-lisp/advice.el (documentation): Advice deleted.
15403 Doc for advised functions is now handled at C level.
15404 (ad-stop-advice, ad-start-advice): Don't enable or disable
15405 advice for `documentation'.
15406 (ad-advised-definition-docstring-regexp): Var deleted.
15407 (ad-make-advised-definition-docstring): Store orig name
15408 as text property of string.
15409 (ad-advised-definition-p): Check for text property of docstring.
15410
15411 * help-fns.el (describe-function-1): Find source of advised functions.
15412
15413 2007-10-14 Juri Linkov <juri@jurta.org>
15414
15415 * faces.el (describe-face): Allow handling a string as the face name.
15416
15417 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15418 active region in transient-mark-mode.
15419 (ispell-region): Change messages displayed at the start and end of
15420 the spell-checking to be the same.
15421
15422 * startup.el (fancy-startup-tail): Say exactly what does the button
15423 dismiss ("Dismiss this startup screen"). Use text "Never show
15424 it again" for the checkbox after this button.
15425 (fancy-startup-screen, fancy-about-screen): Put point before the
15426 first link, so the user can quickly select links with the keyboard.
15427 (normal-mouse-startup-screen): Add more useful text describing how
15428 to follow a link.
15429
15430 2007-10-14 Glenn Morris <rgm@gnu.org>
15431
15432 * progmodes/etags.el (select-tags-table): Disable undo in the
15433 `*Tags Table List*' buffer.
15434
15435 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15436
15437 * dired.el (dired-warn-writable): New face.
15438 (dired-warn-writable-face): New variable.
15439 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15440 of dired-warning-face, for group- and world-writable files.
15441
15442 2007-10-13 Richard Stallman <rms@gnu.org>
15443
15444 * files.el (directory-abbrev-alist): Doc fix.
15445
15446 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15447
15448 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15449
15450 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15451
15452 * frame.el (set-frame-configuration): Assign name parameter only
15453 if it has been set explicitly before.
15454
15455 2007-10-11 Tom Tromey <tromey@redhat.com>
15456
15457 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15458 frame is visible.
15459
15460 2007-10-10 Richard Stallman <rms@gnu.org>
15461
15462 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15463 in *Backtrace*.
15464
15465 * faces.el (face-font-selection-order): Doc fix.
15466
15467 * loadhist.el (unload-feature): Doc fix.
15468
15469 2007-10-13 Glenn Morris <rgm@gnu.org>
15470
15471 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15472 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15473 Add doc string, and an explicit COUNT argument.
15474 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15475 `inc' to search functions.
15476
15477 * faces.el (face-spec-set): When FRAME is nil, set the default for
15478 new frames (restores pre-2007-09-17 behavior). Doc fix.
15479
15480 2007-10-13 John W. Eaton <jwe@octave.org>
15481
15482 * progmodes/octave-mod.el (octave-looking-at-kw)
15483 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15484 New functions.
15485 (octave-in-defun-p, calculate-octave-indent)
15486 (octave-blink-matching-block-open, octave-beginning-of-defun)
15487 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15488 to search for regexps that contain case-sensitive keywords.
15489 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15490 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15491
15492 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15493
15494 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15495 Do not use a single clause cond.
15496
15497 * cus-start.el (all): Use test that does not match the X11 version
15498 for mac.
15499
15500 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15501
15502 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15503 BROWSE buffer.
15504
15505 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15506
15507 * cus-start.el (all): Undo previous change.
15508
15509 2007-10-13 Glenn Morris <rgm@gnu.org>
15510
15511 * woman.el (woman0-rename): Fix paren typo.
15512
15513 * mail/feedmail.el (feedmail-run-the-queue)
15514 (feedmail-look-at-queue-directory):
15515 * mail/reporter.el (reporter-dump-state):
15516 * net/eudc-hotlist.el (eudc-edit-hotlist):
15517 * net/eudc.el (eudc-display-records)
15518 (eudc-filter-duplicate-attributes)
15519 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15520 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15521 (eudc-bbdb-query-internal):
15522 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15523 * net/socks.el (socks-build-auth-list):
15524 * progmodes/cc-cmds.el (top level):
15525 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15526 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15527 (cperl-write-tags, cperl-tags-treeify):
15528 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15529 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15530 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15531 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15532 (idlwave-toolbar-remove-everywhere):
15533 * progmodes/idlwave.el (idlwave-indent-line)
15534 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15535 (idlwave-write-paths, idlwave-all-method-classes)
15536 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15537 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15538 (idlwave-complete-in-buffer):
15539 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15540 (org-fast-tag-selection):
15541 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15542 than mapcar.
15543
15544 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15545
15546 * diff-mode.el (diff-fine-change): Add :group.
15547
15548 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15549
15550 * cus-start.el (all): Use the same test as the 22.2 branch.
15551
15552 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * diff-mode.el (diff-current-defun): Force recomputation of
15555 change-log-default-name.
15556
15557 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15558
15559 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15560 and some leftover logic regarding dedicated frames. If showing
15561 concise startup screen, fit window to buffer.
15562 (command-line-1): If we will be using the splash screen, use
15563 find-file instead of find-file-other-window to find additional files.
15564 Comment out unused code for coping with the old sit-for behavior.
15565
15566 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15569 `meta' modifier consistently, rather than using sometimes meta
15570 sometimes alt.
15571
15572 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15573
15574 * window.el (handle-select-window): Revert part of 2007-10-08
15575 change setting the input focus.
15576
15577 2007-10-12 Glenn Morris <rgm@gnu.org>
15578
15579 * startup.el (command-line): Do not read abbrev file in batch mode.
15580
15581 * emacs-lisp/byte-opt.el (top level):
15582 * mail/rmail.el (rmail-list-to-menu):
15583 * obsolete/hilit19.el (hilit-mode):
15584 * progmodes/cc-mode.el (c-postprocess-file-styles)
15585 (c-submit-bug-report):
15586 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15587 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15588 (reftex-access-parse-file):
15589 * textmodes/reftex-cite.el (reftex-do-citation)
15590 (reftex-insert-bib-matches):
15591 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15592 * textmodes/reftex-sel.el (reftex-select-unmark):
15593 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15594 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15595
15596 * cus-edit.el (custom-variable-menu, custom-face-menu)
15597 (custom-group-menu): Check init-file-user rather than
15598 user-init-file, in case cus-edit is loaded by site-run-file.
15599
15600 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15601
15602 * vc.el (vc-deduce-fileset): Delete unused code.
15603 (vc-next-action): Fix typos.
15604
15605 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15606
15607 * bs.el (bs--mark-unmark): New function.
15608 (bs-mark-current, bs-unmark-current): Use it.
15609
15610 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15611
15612 * vc.el (vc-diff):
15613 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15614 temporarily disable the check for his edge case of
15615 vc-diff (stopping it from grinding when called from $HOME), as
15616 it's calling some brittle code in vc-hooks.el.
15617 (with-vc-properties): Fix evaluation time of a macro argument.
15618 * ediff-vers.el (ediff-vc-internal):
15619 * vc-hooks.el:
15620 * loaddefs.el: Follow up on VC terminology change.
15621
15622 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15623
15624 * follow.el (follow-stop-intercept-process-output):
15625 Use `follow-call-process-filter' rather than `process-filter'.
15626 Simplify.
15627
15628 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15629
15630 * vc-hooks.el (vc-registered): Robustify this function a bit
15631 against filenames with no directory component.
15632
15633 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15634
15635 * international/characters.el: Undo unwanted and unexplained change.
15636
15637 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15638
15639 * ps-print.el: Fix the usage of :foreground and :background face
15640 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15641 (ps-print-version): New version 6.7.6.
15642 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15643 Fix code.
15644 (ps-face-foreground-color-p, ps-face-background-color-p)
15645 (ps-face-color-p): New inline funs.
15646
15647 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15648
15649 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15650 (org-complete): Use `org-additional-option-like-keywords'.
15651 (org-parse-local-options): New function.
15652
15653 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15654
15655 * textmodes/org.el (org-in-clocktable-p): New function.
15656 (org-clock-report): Only update the table at point, or insert a new one.
15657 (org-clock-goto): New function.
15658 (org-open-file): Use `start-process-shell-command' instead of
15659 `shell-command' with an ampersand.
15660 (org-deadline, org-schedule): New argument REMOVE to remove the
15661 date from the entry.
15662 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15663 argument to `org-schedule' and `org-deadline'.
15664 (org-trim): Use the correct expressions for beginning and end of
15665 the string.
15666 (org-get-cleaned-entry): Trim the string before returning it.
15667 (org-clock-find-position): New function.
15668 (org-clock-into-drawer): New option.
15669 (org-agenda-tags-column): Rename from
15670 `org-agenda-align-tags-to-column'.
15671 (org-agenda-align-tags): Allow negative values for
15672 `org-agenda-tags-column'.
15673 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15674 (org-agenda-to-appt): New optional argument FILTER.
15675 (org-completion-fallback-command): New variable.
15676 (org-complete): Use `org-completion-fallback-command'.
15677 (org-find-base-buffer-visiting): Catch the case that there is no
15678 buffer visiting the file.
15679 (org-property-or-variable-value): New function.
15680 (org-todo): Use `org-property-or-variable-value'
15681 (org-agenda-compact-blocks): New option.
15682 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15683 (org-agenda-schedule, org-agenda-deadline):
15684 Call `org-agenda-show-new-time'.
15685 (org-agenda-show-new-time): New argument PREFIX.
15686 (org-colgroup-info-to-vline-list): Fix but that cause a
15687 shift in the vertical lines.
15688 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15689 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15690 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15691 (org-fix-bullet-type): Remove argument.
15692 (org-read-date): Check for am/pm twice, to catch the end time.
15693 (org-goto-map): Use `suppress-keymap'.
15694 (org-remember-apply-template): Respect the dynamically scoped
15695 selection character.
15696
15697 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15698
15699 * frame.el (frame-inherited-parameters): Remove unused `environment'
15700 parameter, and let server.el add `client' when needed.
15701
15702 * server.el (server-create-tty-frame)
15703 (server-create-window-system-frame): Set frame-inherited-parameters.
15704
15705 * frame.el (frame-inherited-parameters): New var.
15706 (make-frame): Use it.
15707
15708 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15709
15710 * env.el (let-environment): Remove. Unused.
15711 (read-envvar-name): Simplify.
15712 (setenv): Remove unused arg `frame'.
15713
15714 * help-fns.el (describe-variable): Add missing " " for multiline
15715 obsolescence info and missing EOL after global value.
15716
15717 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15718
15719 * add-log.el:
15720 * ediff-vers.el:
15721 * log-view.el:
15722 * pcvs.el:
15723 * vc-arch.el:
15724 * vc-bzr.el:
15725 * vc-cvs.el:
15726 * vc.el:
15727 * vc-git.el:
15728 * vc-hg.el:
15729 * vc-hooks.el:
15730 * vc-mcvs.el:
15731 * vc-mtn.el:
15732 * vc-rcs.el:
15733 * vc-sccs.el:
15734 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15735 {find,init,next,previous,annotate-*,log}-version ->
15736 {find,init,next,previous,annotate-*,log}-revision,
15737 annotate-focus-version -> annotate-working-revision, The term
15738 'focus' is gone. The term 'revision' is now used consistently
15739 everywhere that reference to a revision ID is intended, replacing
15740 older use of 'version'.
15741
15742 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15743
15744 * follow.el: Change all instances of "Follow Mode" to "Follow
15745 mode" in docstrings and messages.
15746 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15747
15748 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15749
15750 * vc.el (vc-next-action): Rewrite completely; this principal
15751 entry point now operates on a current fileset selected either
15752 explicitly via VC-Dired or implicitly by visiting a file buffer,
15753 rather than always operating on the file of the current buffer as
15754 in older versions. Rewrite the rest of the mode to match.
15755 (with-vc-properties): Rewrite to operate on a file list.
15756 (with-vc-file): vc-checkin takes a file list argument now.
15757 (vc-post-command-functions): This hook now receives a file list.
15758 (vc-do-command): Take a either a file or a file list as argument.
15759 (vc-deduce-fileset): New function for deducing a file list to
15760 operate on.
15761 (vc-next-action-on-file, vc-next-action-dired): Remove.
15762 Merge into vc-next-action.
15763 (vc-register): Adapt to the fact that vc-start-entry now takes a
15764 file list.
15765 (vc-register-with): New function.
15766 (vc-start-entry): Take a file list argument rather than a
15767 file argument.
15768 (vc-checkout): Cope with vc-start-entry taking a file list.
15769 (vc-steal-lock): Cope with with-vc-properties taking a
15770 file list.
15771 (vc-checkin): Take a file list argument rather than a file argument.
15772 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15773 (vc-diff-internal): Rewrite for filesets.
15774 (vc-diff-sentinel): New function, tests whether changes were
15775 written into a diff buffer.
15776 (vc-diff): Rewrite for filesets.
15777 (vc-version-diff): Rewrite for filesets.
15778 (vc-print-log): Take a fileset argument.
15779 (vc-revert): Revert the entire selected fileset, not just the
15780 current buffer.
15781 (vc-rollback): Roll back the entire selected fileset, if
15782 possible. No longer accepts a prefix argument.
15783 (vc-update): Merge new changes for the entire selected
15784 fileset, not just the current buffer.
15785 (vc-revert-file): Cope with with-vc-properties taking a file list.
15786 (vc-default-dired-state-info): Add + status suffix if the file is
15787 modified.
15788 (vc-annotate-warp-version): Use the new diff machinery.
15789 (vc-log-edit): Take a file list argument rather than a file argument.
15790
15791 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
15792
15793 Sync with Tramp 2.1.11.
15794
15795 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15796 Pacify byte compiler.
15797
15798 * net/trampver.el: Update release number.
15799
15800 2007-10-09 Richard Stallman <rms@gnu.org>
15801
15802 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15803
15804 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15805
15806 * follow.el: Require easymenu.
15807 (follow-mode-hook, follow-mode): Doc fixes.
15808 (follow-mode-off-hook): Mark as obsolete.
15809
15810 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15811
15812 * window.el (mouse-autoselect-window-cancel): Don't cancel for
15813 select-window or select-frame events.
15814 (handle-select-window): When autoselecting window set input
15815 focus. Restructure.
15816
15817 * frame.el (focus-follows-mouse): Move to frame.c.
15818 * cus-start.el (all): Add focus-follows-mouse.
15819
15820 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15821
15822 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15823 activate font-locking in the *buffer-selection* buffer.
15824 (bs-show-sorted): Doc fix.
15825
15826 * bs.el (bs--get-marked-string, bs--get-modified-string)
15827 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15828 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15829 (bs--format-aux): Doc fix.
15830
15831 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
15832
15833 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15834
15835 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15836
15837 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15838 (gud-gdb): New function for old M-x gdb (text command mode).
15839 (gud-gdb-command-name, gdb): Move to...
15840
15841 * progmodes/gdb-ui.el: ...here and adapt doc string.
15842 (gud-gdba-command-name, gdba): Delete.
15843
15844 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15845
15846 * bs.el: Don't defvar `font-lock-verbose'.
15847 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15848 (bs--get-file-name): Fix typos in docstrings.
15849 (bs--show-header): Use `dolist' instead of `mapcar'.
15850 (bs-mode): Set `show-trailing-whitespace' to nil.
15851 (bs-buffer-sort-function, bs-mouse-select-other-frame)
15852 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15853 Doc fixes.
15854
15855 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
15856
15857 * progmodes/gud.el (pdb): Specify file for gud-break.
15858
15859 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15860
15861 * progmodes/gud.el (gdb): Make graphical mode the default and
15862 switch to text command mode if appropriate, i.e., reverse previous
15863 arrangement.
15864 (gud-gdb-marker-filter): Adapt for above change.
15865
15866 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15867 gud-minor-mode and gud-marker-filter.
15868 (gdb-fullname-regexp): New variable.
15869 (gud-gdba-marker-filter): Use it to switch to text command
15870 mode if appropriate.
15871
15872 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15873
15874 * progmodes/gud.el (gud-display-line): Find source buffer even when
15875 GUD buffer has its own frame.
15876
15877 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15878
15879 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15880
15881 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15882
15883 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15884
15885 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15886
15887 * allout.el (allout-before-change-handler): Replace got-char by
15888 goto-char.
15889
15890 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15893 Used to try and automatically enabled smerge-mode in the presence of
15894 conflicts and to call `svn resolved' when the conflicts are gone.
15895 (vc-svn-parse-status): Remember the svn-specific status.
15896
15897 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15898
15899 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15900 menu-bar-apropos-menu. All users changed.
15901 (menu-bar-help-menu): Change menu symbols to better match the text
15902 displayed by the menu.
15903
15904 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15905
15906 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15907 #, @, : and ^.
15908
15909 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15910
15911 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15912
15913 * log-view.el (log-view-mode-map): Likewise.
15914
15915 * diff-mode.el (diff-mode-shared-map): Likewise.
15916
15917 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15918
15919 * files.el (file-name-sans-versions): Also allow `A-Z'.
15920
15921 * vc.el: Mention all supported VC backends.
15922
15923 2007-10-08 Richard Stallman <rms@gnu.org>
15924
15925 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15926 neighbouring buttons.
15927
15928 2007-10-08 Andreas Schwab <schwab@suse.de>
15929
15930 * files.el (file-name-sans-versions): Also allow `_'.
15931
15932 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15933
15934 * files.el (file-name-sans-versions): Allow - and a-z in version names.
15935
15936 * log-view.el (log-view-mode-map, log-view-mode-menu):
15937 Bind log-view-annotate-version.
15938 (log-view-beginning-of-defun, log-view-end-of-defun)
15939 (log-view-annotate-version): New functions.
15940 (log-view-mode): Use log-view-beginning-of-defun and
15941 log-view-end-of-defun.
15942
15943 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15946
15947 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15948
15949 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15950 neighbouring buttons.
15951
15952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15953 Recognize gcc's use of "note" for informational messages.
15954
15955 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15956
15957 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15958 (css-mode): Update correspondingly.
15959
15960 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
15961
15962 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15963 Signed-off-by, Acked-by and Merge.
15964
15965 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * ediff-init.el (ediff-verbose-p): This var is not a constant.
15968
15969 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * vc-mtn.el: New file.
15972
15973 * vc-hooks.el (vc-handled-backends): Add Mtn.
15974
15975 2007-10-08 Eli Zaretskii <eliz@gnu.org>
15976
15977 * files.el (find-file, find-file-other-window)
15978 (find-file-other-frame, find-file-existing, find-file-read-only)
15979 (find-file-read-only-other-window)
15980 (find-file-read-only-other-frame)
15981 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15982
15983 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15984
15985 * progmodes/gud.el (gdb-ready): New variable.
15986 (gdb): Set it to nil. Set gud-running to nil here...
15987 (gud-common-init): ...instead of here.
15988
15989 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15990 Use gdb-ready. Discard input until GDB is ready to accept it.
15991
15992 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15993
15994 * dired.el (dired-warning): Inherit from font-lock-warning-face to
15995 make it show up with eight colors.
15996
15997 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16000 diffs are concatenated with no intervening line.
16001
16002 2007-10-08 Dave Love <fx@gnu.org>
16003
16004 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16005 (python-font-lock-keywords): Update to the 2.5 version of the language.
16006 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16007 (python-backspace): Only behave funny in code.
16008 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16009 (inferior-python-mode): Add PDB prompt regexp.
16010 (python-fill-paragraph): Refine the fenced-string regexp.
16011 (python-find-imports): Handle imports spanning several lines.
16012 (python-mode): Add `class' to hideshow support.
16013
16014 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16017 Use add-log-buffer-file-name-function rather than binding
16018 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16019 when `fi' is the ChangeLog file itself.
16020
16021 * outline.el (outline-flag-region): Use front-advance.
16022
16023 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16024
16025 * progmodes/cperl-mode.el: Merge upstream 5.23.
16026 (cperl-where-am-i): Remove function.
16027 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16028 (cperl-sniff-for-indent): De-invert [string] and [comment].
16029 When looking for label, skip s:m:y:tr.
16030 (cperl-indent-line): Likewise.
16031 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16032 (cperl-windowed-init): Wrong `ps-print' handling.
16033 Both thanks to Chong Yidong.
16034 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16035 (cperl-find-pods-heres): If the second part of s()[] is missing,
16036 don't try to highlight delimiters...
16037
16038 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16039
16040 * progmodes/compile.el (compilation-get-file-structure): Complete last
16041 change by also using spec-directory in the puthash.
16042
16043 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16044
16045 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16046 (vc-bzr-status): Fix shadowing of variable 'status'.
16047 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16048 Use `expand-file-name' instead of `concat'.
16049 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16050 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16051
16052 2007-10-08 Jason Rumney <jasonr@gnu.org>
16053
16054 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16055
16056 2007-10-08 Richard Stallman <rms@gnu.org>
16057
16058 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16059 Add `safe-local-variable' property.
16060 (lisp-body-indent): Likewise.
16061
16062 2007-10-08 Richard Stallman <rms@gnu.org>
16063
16064 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16065 Add doc string.
16066
16067 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16068
16069 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16070
16071 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16072
16073 * repeat.el (repeat): Use last-repeatable-command instead of
16074 real-last-command. Run pre- and post-command hooks for
16075 self-insertion. Update doc-string.
16076
16077 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16078
16079 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16080 state of the file.
16081 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16082 (vc-git-create-repo): Fix invalid command.
16083
16084 2007-10-08 Richard Stallman <rms@gnu.org>
16085
16086 * textmodes/flyspell.el (flyspell-mode):
16087 Catch errors in flyspell-mode-on.
16088
16089 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16090
16091 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16092
16093 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * international/encoded-kb.el (encoded-kbd-setup-display):
16096 Use input-decode-map rather than local-key-translation-map.
16097
16098 * term/rxvt.el (rxvt-alternatives-map): New map.
16099 (terminal-init-rxvt): Use it.
16100 Bind rxvt-function-map in input-decode-map.
16101
16102 * term/xterm.el (xterm-alternatives-map): New map.
16103 (terminal-init-xterm): Use it.
16104 Bind xterm-function-map in input-decode-map.
16105
16106 * term/x-win.el (x-alternatives-map): New var.
16107 (x-setup-function-keys): Use it.
16108
16109 * help-fns.el (describe-variable): Slightly change the layout of
16110 meta-info to separate it better from the docstring.
16111 Standardize insertion of extra empty lines in various circumstances.
16112
16113 * diff-mode.el (diff-hunk-style): New fun.
16114 (diff-end-of-hunk): Use it.
16115 (diff-context->unified): Use the new `apply' undo element,
16116 if applicable, so as to save undo-log space.
16117 (diff-fine-change): New face.
16118 (diff-fine-highlight-preproc): New function.
16119 (diff-fine-highlight): New command.
16120 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16121
16122 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16123 (smerge-refine-highlight-change): Add `props' argument.
16124 (smerge-refine-subst): New function holding most of smerge-refine.
16125 (smerge-refine): Use it.
16126
16127 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16128
16129 * vc.el (vc-default-wash-log): Remove unused code, the
16130 log washers all live in the backends now.
16131 (vc-default-comment-history): Correct for the fact
16132 that wash-log is argumentless in the new API.
16133
16134 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16135
16136 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16137 (tramp-maybe-send-script): Apply `member' but `memq'.
16138 (tramp-advice-file-expand-wildcards): Simplify implementation.
16139
16140 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16141
16142 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16143
16144 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16145 (minibuf-depth-setup-minibuffer): Use it.
16146
16147 2007-10-07 Glenn Morris <rgm@gnu.org>
16148
16149 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16150 version numbers.
16151
16152 2007-10-06 Juri Linkov <juri@jurta.org>
16153
16154 * textmodes/fill.el (fill-paragraph-or-region): New function.
16155
16156 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16157 instead of fill-paragraph.
16158
16159 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16160 with fill-paragraph-or-region. Suspend command is now the same
16161 `suspend-frame' on window systems and on tty.
16162
16163 * image.el (image-type): Check if image-types is bound to not fail
16164 on tty.
16165
16166 * delsel.el (delete-selection-pre-hook):
16167 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16168 is fbound to not fail on mouseless tty.
16169
16170 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
16171
16172 * net/tramp.el (top): Move loading of tramp-util.el and
16173 tramp-vc.el to tramp-compat.el.
16174 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
16175 temporary file if possible, in order to avoid a security hole.
16176 (tramp-do-copy-or-rename-file-out-of-band)
16177 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16178 with DONT-CREATE, because the connection is not setup yet.
16179 (tramp-handle-process-file): Rewrite temporary file handling.
16180 (tramp-completion-mode): New defvar.
16181 (tramp-completion-mode-p): Use it.
16182
16183 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16184
16185 * net/tramp-fish.el (tramp-fish-handle-process-file):
16186 Rewrite temporary file handling.
16187
16188 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
16189
16190 * vc.el: Workfile version -> focus version change. Port various
16191 comments from new VC to reduce the noise in the diff.
16192 Patch in the new vc-create-repo function to go with the
16193 header comment about it already present.
16194 There are no changes to existing logic in this patch.
16195 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16196
16197 2007-10-06 Aaron Hawley <aaronh@garden.org>
16198
16199 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16200
16201 2007-10-05 Chris Moore <dooglus@gmail.com>
16202
16203 * server.el (server-kill-new-buffers): Doc fix.
16204
16205 2007-10-05 John W. Eaton <jwe@octave.org>
16206
16207 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16208 (octave-begin-keywords): Add "do".
16209 (octave-end-keywords): Remove "end".
16210 (octave-reserved-words): Add "end". Remove "all_va_args",
16211 "gplot", and 'gsplot".
16212 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16213 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16214 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16215 "default_return_value", "define_all_return_values",
16216 "do_fortran_indexing", "empty_list_elements_ok",
16217 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16218 "ok_to_lose_imaginary_part", "prefer_column_vectors",
16219 "prefer_zero_one_indexing", "propagate_empty_matrices",
16220 "resize_on_range_error", "treat_neg_dim_as_zero",
16221 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16222 "warn_divide_by_zero", "warn_function_name_clash",
16223 "warn_missing_semicolon", "whitespace_in_literal_matrix".
16224 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16225 "crash_dumps_octave_core", "sighup_dumps_octave_core",
16226 "sigterm_dumps_octave_core".
16227 (octave-block-match-alist): Remove "end" from block-end keywords.
16228 (octave-mode): Update ftp site address.
16229
16230 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16231
16232 * vc.el: Reorder functions, no code changes.
16233
16234 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16235
16236 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16237 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16238 the cond clauses where needed.
16239 (tramp-handle-write-region): Rearrange code for proper handling of
16240 tmpfile.
16241
16242 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16243
16244 * net/tramp.el:
16245 * net/tramp-fish.el:
16246 * net/tramp-ftp.el:
16247 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16248 `tramp-compat-make-temp-file'.
16249
16250 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16251
16252 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16253
16254 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16255
16256 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16257 already uses a more recent copyright version than the "current" one.
16258
16259 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16260
16261 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16262 (doc-view-insert-image): Minor aesthetical docstring changes.
16263
16264 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16265
16266 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16267 completing filename.
16268 (doc-view-search-internal): Docstring change.
16269
16270 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16271
16272 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16273 (tramp-file-name-handler-alist):
16274 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16275 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16276 used before, creates the file already, which is not desired.
16277 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16278 temporary file.
16279 (tramp-handle-insert-file-contents): Assign the result in the
16280 short track case.
16281 (tramp-handle-insert-file-contents-literally): New defun.
16282 (tramp-completion-mode-p): Revert change from 2007-09-24.
16283 Checking for `return' etc as last character is not sufficient, for
16284 example in dired-mode when entering <g> (revert-buffer) or
16285 <s> (dired-sort).
16286
16287 * net/tramp-compat.el (top): Add also compatibility code for loading
16288 appropriate timer package.
16289 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16290 order to avoid autoloading problems.
16291
16292 * net/tramp-fish.el:
16293 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16294
16295 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16296 where the second parameter of `copy-file' or `rename-file' is a
16297 remote file but not via ftp.
16298
16299 2007-10-02 Richard Stallman <rms@gnu.org>
16300
16301 * frame.el (cursor-in-non-selected-windows): Doc fix.
16302
16303 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16304
16305 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16306 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16307
16308 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16309
16310 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16311 when `expt' doesn't give range errors.
16312
16313 2007-10-01 Markus Triska <markus.triska@gmx.at>
16314
16315 * calc/calc-math.el (math-smallest-emacs-expt):
16316 Make the computation more robust.
16317
16318 2007-09-30 David Kastrup <dak@gnu.org>
16319
16320 * startup.el (argv): Alias for `command-line-args-left' to use as
16321 `(pop argv)' inside of --eval command sequences. Allows for
16322 passing shell commands into Emacs verbatim without need for Lisp
16323 quoting.
16324
16325 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16326 check only for changed size.
16327 (auto-revert-tail-handler): Get size from caller. If the file has
16328 shrunk, tail the whole file again (the file presumably has been
16329 rewritten).
16330
16331 * woman.el (woman-topic-all-completions, woman-mini-help):
16332 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16333 actually was being manipulated in the loop.
16334 (woman-Cyg-to-Win, woman-pre-process-region)
16335 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16336 (woman-strings, woman-special-characters, woman1-hc)
16337 (woman-change-fonts, woman-find-next-control-line):
16338 Use `match-beginning' rather than `match-string' when the result is
16339 just used as a flag.
16340
16341 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16342
16343 * net/tramp-compat.el: New file.
16344
16345 * net/tramp.el:
16346 * net/tramp-fish.el:
16347 * net/tramp-smb.el:
16348 * net/tramp-uu.el:
16349 * net/trampver.el: Move compatibility code to tramp-compat.el.
16350 Apply `mapc' instead of `mapcar' when the code needs side effects
16351 only. Move utf-8 coding cookie to the second line.
16352
16353 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16354
16355 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16356 Improve custom type.
16357 (icon-map-list): Make it customizable. Document how to disable
16358 stock icons.
16359
16360 2007-09-30 Richard Stallman <rms@gnu.org>
16361
16362 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16363
16364 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16367 (t-mouse-mode): New compatibility alias.
16368
16369 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16370
16371 * server.el (server-delete-client): Only delete the terminal if it
16372 is non-nil.
16373
16374 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16375
16376 * net/tramp.el (with-file-property, with-connection-property):
16377 Highlight as keyword.
16378 (tramp-rfn-eshadow-setup-minibuffer)
16379 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16380 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16381 (tramp-do-copy-or-rename-file-directly)
16382 (tramp-do-copy-or-rename-file-out-of-band)
16383 (tramp-handle-shell-command, tramp-get-debug-buffer)
16384 (tramp-send-command-and-read, tramp-equal-remote)
16385 (tramp-get-local-gid): Pacify byte-compiler.
16386 (tramp-handle-file-name-directory): Result shall not be expanded.
16387 (tramp-find-foreign-file-name-handler): Rewrite.
16388 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16389
16390 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16391
16392 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16393 Apply `tramp-completion-mode-p'.
16394 (tramp-fish-handle-set-file-times)
16395 (tramp-fish-handle-executable-find)
16396 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16397 (tramp-fish-retrieve-data): Pacify byte-compiler.
16398
16399 * net/tramp-gw.el (tramp-gw-basic-authentication):
16400 Call `tramp-read-passwd' with first parameter `nil'.
16401
16402 2007-09-28 Glenn Morris <rgm@gnu.org>
16403
16404 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16405 than mapcar.
16406
16407 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16408 (tex-suscript-height-minimum): New customizable variables.
16409 (tex-suscript-height): New function.
16410 (superscript, subscript): Set height using tex-suscript-height
16411 rather than fixing at 0.8.
16412 (tex-fontify-script, tex-font-script-display): Add :version tag.
16413
16414 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16415
16416 * progmodes/python.el (python-eldoc-function): Doc fix.
16417
16418 2007-09-27 Glenn Morris <rgm@gnu.org>
16419
16420 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16421 image if it is not in image-type-auto-detectable, or is there with
16422 a nil value.
16423
16424 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16425
16426 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16427 connection more robust.
16428
16429 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16430
16431 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16432 Deal with the case that special &keywords are at the beginning or
16433 end of the argument list. Also add some (incomplete) support for
16434 non-standard arglists.
16435
16436 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16437
16438 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16439 (eldoc-message-commands, eldoc-current-idle-delay)
16440 (eldoc-function-argstring-format): Fix typos in docstrings.
16441
16442 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16443
16444 * calc/calc-units.el (calc-convert-units)
16445 (calc-convert-temperature): Remove unnecessary colons.
16446
16447 2007-09-26 Bastien Guerry <bzg@altern.org>
16448
16449 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16450 New function.
16451 (org-export-latex-remove-from-headlines): Name changed because of typo.
16452 (org-export-latex-quotation-marks-convention): Option removed.
16453 (org-export-latex-make-preamble): Handle the DATE option.
16454 (org-export-latex-cleaned-string): Now the only cleaning function,
16455 synched up with org.el.
16456 (org-export-latex-lists, org-export-latex-parse-list)
16457 (org-export-list-to-latex): New functions.
16458
16459 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16460
16461 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16462 (org-outline-regexp): New constant.
16463 (org-remember-handler): Throw error when the target file is not in
16464 org-mode.
16465 (org-cleaned-string-for-export): No longer call
16466 `org-export-latex-cleaned-string' with an argument.
16467 (org-get-tags): Returns now a list, not a string.
16468 (org-get-tags-string): New function.
16469 (org-archive-subtree): No need to split return of `org-get-tags'.
16470 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16471 instead of `org-get-tags'.
16472 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16473 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16474 (org-compatible-face): New argument INHERITS. Inherit from this
16475 face if possible.
16476 (org-level-1, org-level-2, org-level-3, org-level-4)
16477 (org-level-5, org-level-6, org-level-7, org-level-8)
16478 (org-special-keyword, org-drawer, org-column, org-warning)
16479 (org-archived, org-todo, org-done, org-headline-done, org-table)
16480 (org-formula, org-code, org-agenda-structure)
16481 (org-scheduled-today, org-scheduled-previously)
16482 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16483 in the new way.
16484 (org-get-heading): New argument NO-TAGS.
16485 (org-fast-tag-selection-include-todo): Made defvar instead of
16486 defcustom, feature is not deprecated.
16487 (org-remember-store-without-prompt): New default value t.
16488 (org-todo-log-states): New variable.
16489 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16490 Compute the log states.
16491 (org-goto-map): More commands copied from global map. Also bind
16492 `org-occur'.
16493 (org-goto): Made into a general lookup command.
16494 (org-get-location): Complete rewrite.
16495 (org-goto-exit-command): New variable.
16496 (org-goto-selected-point): New variable.
16497 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16498 Set the new variables.
16499 (org-paste-subtree): Whitespace insertion strategy revised.
16500 (org-remember-apply-template): Protect v-A from the possibility
16501 that v-a might be nil.
16502 (org-remember-handler): Insertion rules revised.
16503 (org-todo): Respect org-todo-log-states.
16504 (org-up-heading-safe): New function.
16505 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16506
16507 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16508
16509 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16510 region if in transient-mark-mode.
16511
16512 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16513
16514 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16515 * calc/calc-help.el (calc-full-help):
16516 * calc/calc-misc.el (another-calc):
16517 * calc/calc-store.el (calc-var-name-map):
16518 * calc/calc-stuff.el (calc-flush-caches):
16519 * calc/calc-units.el (math-build-units-table):
16520 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16521 (calc-quit):
16522 * calendar/icalendar.el (icalendar--format-ical-event)
16523 (icalendar--convert-ical-to-diary):
16524 * emacs-lisp/authors.el (authors):
16525 * emacs-lisp/cust-print.el (custom-print-install)
16526 (custom-print-uninstall):
16527 * emacs-lisp/disass.el (disassemble-1):
16528 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16529 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16530 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16531 (elint-check-let-form, elint-check-condition-case-form)
16532 (elint-initialize):
16533 * emacs-lisp/elp.el (elp-results):
16534 * emacs-lisp/generic.el (generic-mode-internal):
16535 * emacs-lisp/re-builder.el (reb-delete-overlays):
16536 * emacs-lisp/regi.el (regi-interpret):
16537 * emacs-lisp/sregex.el (sregex--char-aux):
16538 * emulation/cua-rect.el (cua--deactivate-rectangle)
16539 (cua--highlight-rectangle, cua--rectangle-post-command):
16540 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16541 * emulation/viper-macs.el (viper-describe-kbd-macros)
16542 (viper-describe-one-macro):
16543 * emulation/viper-util.el (viper-setup-master-buffer):
16544 * emulation/viper.el (set-viper-state-in-major-mode):
16545 * international/mule-diag.el (describe-current-coding-system):
16546 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16547 * mail/emacsbug.el (report-emacs-bug):
16548 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16549 * obsolete/hilit19.el (hilit-unhighlight-region)
16550 (hilit-set-mode-patterns):
16551 * play/solitaire.el (solitaire-check, solitaire-solve):
16552 * play/zone.el (zone-pgm-rotate):
16553 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16554 * progmodes/ada-prj.el (ada-prj-display-page):
16555 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16556 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16557 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16558 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16559 * progmodes/sh-script.el (sh-make-vars-local)
16560 (sh-reset-indent-vars-to-global-values):
16561 * progmodes/sql.el (top):
16562 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16563 * progmodes/xscheme.el (top):
16564 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16565 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16566 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16567 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16568 (artist-submit-bug-report):
16569 * textmodes/flyspell.el (flyspell-delay-commands)
16570 (flyspell-deplacement-commands):
16571 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16572 (table--generate-source-cells-in-a-row, table--make-cell-map)
16573 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16574
16575 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16576
16577 * allout.el (produce-allout-mode-map, allout-process-exposed):
16578 * ansi-color.el (ansi-color-make-color-map):
16579 * autoinsert.el (auto-insert):
16580 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16581 * dired-aux.el (dired-create-files):
16582 * dired.el (dired-restore-desktop-buffer):
16583 * ediff-diff.el (ediff-setup-fine-diff-regions):
16584 * ediff-mult.el (ediff-intersect-directories)
16585 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16586 (ediff-redraw-registry-buffer):
16587 * ediff-ptch.el (ediff-fixup-patch-map):
16588 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16589 (ediff-really-quit, ediff-clear-diff-vector):
16590 * emerge.el (emerge-really-quit):
16591 * ffap.el (ffap-replace-file-component):
16592 * filecache.el (file-cache-add-directory)
16593 (file-cache-add-directory-recursively)
16594 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16595 (file-cache-delete-directory, file-cache-files-matching-internal)
16596 (file-cache-display):
16597 * files.el (cd):
16598 * find-lisp.el (find-lisp-insert-directory):
16599 * finder.el (finder-compile-keywords):
16600 * help.el (view-emacs-news):
16601 * hi-lock.el (hi-lock-write-interactive-patterns):
16602 * ido.el (ido-to-end, ido-set-matches-1):
16603 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16604 (image-dired-mark-tagged-files):
16605 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16606 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16607 * ps-print.el (ps-background, ps-begin-file)
16608 (ps-build-reference-face-lists):
16609 * simple.el (clone-buffer):
16610 * startup.el (command-line):
16611 * tempo.el (tempo-insert-template, tempo-is-user-element)
16612 (tempo-forward-mark, tempo-backward-mark):
16613 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16614
16615 2007-09-25 Glenn Morris <rgm@gnu.org>
16616
16617 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16618
16619 * view.el (view-search-no-match-lines): Add a doc string.
16620 Rewrite to simplify and work better.
16621
16622 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16623
16624 * progmodes/cc-mode.el (c-mode-base-map):
16625 Use c-indent-line-or-region instead of c-indent-line.
16626
16627 * indent.el (indent-for-tab-command): First check if the region is
16628 active.
16629
16630 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16631
16632 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16633 whitespace-rescan-timer-time is 0.
16634
16635 2007-09-24 Karl Berry <karl@gnu.org>
16636
16637 * international/mule.el (coding-system-base): Fix doc string grammar.
16638
16639 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16640
16641 * net/tramp.el (tramp-completion-mode-p): Rename from
16642 `tramp-completion-mode'. Revert logic, check `return', `newline'
16643 and such alike. Packages like Icicles tend to use other completion
16644 characters but `tab' and `space' only.
16645
16646 2007-09-24 Adam Hupp <adam@hupp.org>
16647
16648 * progmodes/python.el (run-python): Import emacs module without
16649 waiting; prevents lockup on error.
16650
16651 2007-09-23 Richard Stallman <rms@gnu.org>
16652
16653 * mail/sendmail.el (mail-bury): Delete the frame
16654 if this frame looks like it was made for this message.
16655
16656 * completion.el (completion-separator-self-insert-command)
16657 (completion-separator-self-insert-autofilling):
16658 If `self-insert-command' has been remapped, use the substitute.
16659
16660 * simple.el (copy-region-as-kill): Doc fix.
16661
16662 * textmodes/org.el (org-confirm-shell-link-function)
16663 (org-confirm-elisp-link-function): Doc fixes.
16664
16665 2007-09-23 Glenn Morris <rgm@gnu.org>
16666
16667 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16668
16669 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16670
16671 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16672
16673 * term/tvi970.el (terminal-init-tvi970): Likewise.
16674
16675 * term/sun-mouse.el (print-mouse-format): Likewise.
16676
16677 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16678 Use forward-line instead of previous-line and next-line.
16679
16680 2007-09-22 Juri Linkov <juri@jurta.org>
16681
16682 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16683
16684 * tutorial.el (tutorial--default-keys): Update standard bindings:
16685 rename `iconify-or-deiconify-frame' to `suspend-frame',
16686 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16687
16688 2007-09-22 Juri Linkov <juri@jurta.org>
16689
16690 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16691 Add help-echo to external links and to links without description.
16692 (fancy-splash-insert): Use help-echo from the 3rd element of the
16693 link specification list, or "Follow this link" if it's nil. Doc fix.
16694
16695 2007-09-22 Juri Linkov <juri@jurta.org>
16696
16697 * startup.el (command-line): Rename `inhibit-startup-message' to
16698 `inhibit-startup-screen'.
16699 (fancy-about-text): Use shorter label for "Ordering Manuals".
16700 (fancy-startup-tail): Add optional arg `concise'. When `concise'
16701 is nil, display a line with "To start..." and 3 links to useful
16702 tasks. Display the "Dismiss" button and "Don't show this message
16703 again" only when concise is non-nil.
16704 (fancy-startup-screen): Call `fancy-startup-tail' with optional
16705 arg `concise'. If CONCISE is non-nil, display a concise version
16706 of the splash screen in another window. Otherwise, switch to the
16707 startup buffer in the same window.
16708 (startup-echo-area-message): Change displayed binding from
16709 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16710 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16711 the GNU system".
16712 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16713 to "*GNU Emacs*".
16714 (display-about-screen): Don't check the existence of the buffer
16715 "*About GNU Emacs*".
16716 (display-splash-screen): Make alias to `display-startup-screen'.
16717 (command-line-1): Rename `inhibit-startup-message' to
16718 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
16719 started with command line options "-f", "-funcall", "-e", "-eval",
16720 "-execute", "-insert", "-find-file", "-file", "-visit".
16721 Inhibit startup screen when Emacs is started with a file name only
16722 on tty (i.e. don't inhibit it when started with a file name like
16723 "emacs FILE..." on a window system).
16724 (command-line-1): Simplify logic of displaying the startup screen:
16725 if file-count > 0, then display the concise version in another
16726 window, otherwise display full version in the same window.
16727
16728 * help.el (help-map): Bind C-h C-a to about-emacs.
16729 (help-for-help-internal): Add C-a description to C-h help text.
16730
16731 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
16732
16733 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16734 (checkdoc-permit-comma-termination-flag): Autoload the
16735 safe-local-variable setting.
16736
16737 * bookmark.el (bookmark-xemacsp): Remove.
16738 (bookmark-make): Don't use bookmark-xemacsp,
16739 use (featurep 'xemacs) instead.
16740
16741 * speedbar.el (speedbar-frame-mode)
16742 (speedbar-frame-reposition-smartly)
16743 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16744 (speedbar-check-vc): Remove use of non-existent variable
16745 dframe-xemacsp, use (featurep 'xemacs) instead.
16746
16747 * indent.el (indent-for-tab-command): Indent the region if
16748 transient-mark-mode and the region is active.
16749
16750 2007-09-21 Francesco Potortì <pot@gnu.org>
16751
16752 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16753 add inferior-octave-directory-tracker to the buffer-local value
16754 of comint-input-filter-functions.
16755
16756 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16757
16758 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16759
16760 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
16761
16762 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16763 on w32 frames.
16764
16765 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * startup.el (normal-top-level): Remove DISPLAY from
16768 process-environment to let it be computed dynamically in callproc.c.
16769
16770 * frame.el (frame-initialize, make-frame):
16771 * faces.el (tty-set-up-initial-frame-faces):
16772 * env.el (setenv): Don't set display-environment-variable.
16773
16774 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
16775 (server-create-tty-frame): Don't set unused `tty' property.
16776 Set `display' instead of display-environment-variable.
16777 (server-create-window-system-frame): No display-environment-variable.
16778
16779 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
16780
16781 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16782 (rfn-eshadow-update-overlay-hook): New defvars.
16783 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16784 Run the hooks.
16785
16786 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16787 (tramp-rfn-eshadow-setup-minibuffer)
16788 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
16789 rfn-eshadow.el.
16790
16791 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16792 timeout.
16793
16794 2007-09-21 Glenn Morris <rgm@gnu.org>
16795
16796 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16797 * term/sun-mouse.el (suspend-emacstool): Remove.
16798 * term/sun.el: Remove emacstool-related code.
16799
16800 * emacs-lisp/bytecomp.el (byte-compile-warnings)
16801 (byte-compile-warnings-safe-p): Add `mapcar'.
16802 (byte-compile-warning-types): Add mapcar and make-local.
16803 (byte-compile-normal-call): Add option to suppress mapcar warning.
16804 (top-level): Use mapc rather than mapcar in eval-when-compile.
16805
16806 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16807 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16808 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16809 Handle escaped parens.
16810 (latex-forward-sexp): Doc fix.
16811
16812 * eshell/esh-mode.el (eshell-output-filter-functions):
16813 Add eshell-postoutput-scroll-to-bottom.
16814
16815 * loadup.el: Remove termdev.
16816
16817 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16818 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16819
16820 2007-09-21 Markus Triska <markus.triska@gmx.at>
16821
16822 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16823 `mapcar' is called for effect.
16824
16825 2007-09-21 Kevin Ryde <user42@zip.com.au>
16826
16827 * international/mule.el (sgml-html-meta-auto-coding-function):
16828 Bind `case-fold-search' to t.
16829
16830 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16831
16832 * termdev.el: Remove.
16833
16834 * frame.el (get-device-terminal): New function. Moved from termdev.el.
16835 (frames-on-display-list): Use it.
16836
16837 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16838
16839 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16840
16841 2007-09-20 Richard Stallman <rms@gnu.org>
16842
16843 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16844
16845 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16846
16847 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16848
16849 2007-09-20 Glenn Morris <rgm@gnu.org>
16850
16851 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16852 motion functions, rather than hard-coding "\n\n".
16853 (tex-validate-region): Check for eobp, to speed up.
16854 (tex-next-unmatched-end): Doc fix.
16855
16856 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16857
16858 * files.el (auto-mode-alist): Use archive-mode for .rar files.
16859
16860 * international/mule.el (auto-coding-alist): Rar archives are binary.
16861
16862 * arc-mode.el: Add basic support for Rar.
16863 (archive-find-type): Recognize Rar's signature.
16864 (archive-desummarize): New fun.
16865 (archive-summarize): Use it to restore the buffer's data in case
16866 someone wants to switch to some other major mode.
16867 (archive-resummarize): Use it as well.
16868 (archive-rar-summarize, archive-rar-extract): New functions.
16869
16870 * filesets.el: Remove spurious * in docstrings.
16871 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
16872 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16873 (filesets-ingroup-collect): Remove unused arg `depth'.
16874 (filesets-update): Remove unused arg `version'.
16875
16876 * finder.el (finder-compile-keywords): Fix up comment style.
16877 (finder-mouse-face-on-line): previous-line -> forward-line.
16878
16879 * recentf.el: Remove spurious * in docstrings.
16880 (recentf-save-list): Fix up comment style.
16881
16882 * progmodes/octave-mod.el: Remove spurious * in docstrings.
16883 (octave-mode-map): Move init into declaration and remove \t binding.
16884 (octave-mode-startup-message): Remove unused var.
16885 (octave-scan-blocks): Remove unused arg `from'.
16886 (octave-forward-block, octave-down-block, octave-up-block):
16887 Update callers.
16888
16889 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16890 (meta-mode-map): Likewise and remove \t binding.
16891
16892 * net/snmp-mode.el: Remove spurious * in docstrings.
16893 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16894 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16895 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16896 that completion accepts lists of strings.
16897 (snmp-mode-syntax-table): Move initialization into declaration.
16898 (snmp-mode-map): Likewise and remove \t binding.
16899 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16900 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16901 (snmp-indent-command): Remove.
16902
16903 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16904 binding, so tab-always-indent works right.
16905
16906 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
16907
16908 * net/browse-url.el (browse-url-elinks-new-window): New function.
16909 (browse-url-elinks): Use browse-url-elinks-new-window.
16910 Accept optional second argument `new-window'. Fix typo in doc-string.
16911 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16912 Improve error message.
16913
16914 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
16915
16916 * net/browse-url.el (browse-url-url-encode-chars): Use the right
16917 parameter name in the function body.
16918 Reported by Johannes Weiner.
16919
16920 2007-09-19 Glenn Morris <rgm@gnu.org>
16921
16922 * net/socks.el (socks-open-network-stream): Signal an explicit
16923 error if the port associated with a service string can't be found.
16924
16925 * textmodes/tex-mode.el (tex-terminate-paragraph):
16926 Use backward-paragraph.
16927
16928 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * server.el (server-running-p): New function.
16931
16932 2007-09-18 Jason Rumney <jasonr@gnu.org>
16933
16934 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16935 x-focus-frame.
16936
16937 * frame.el (select-frame-set-input-focus, select-frame-by-name):
16938 Use x-focus-frame for w32.
16939
16940 2007-09-17 David Kastrup <dak@gnu.org>
16941
16942 * textmodes/tex-mode.el (tex-verbatim-environments):
16943 Eliminate CL dependency.
16944
16945 2007-09-17 Richard Stallman <rms@gnu.org>
16946
16947 * newcomment.el (comment-add): New arg EXTRA.
16948 (comment-region-default): Pass EXTRA if not indenting lines.
16949
16950 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
16951
16952 * net/browse-url.el (browse-url-url-encode-chars): New function.
16953 URL-encode some chars in a string.
16954 (browse-url-encode-url): Rewrite using the previous function.
16955 (browse-url-file-url): Use `browse-url-url-encode-chars'.
16956 (browse-url-elinks-sentinel): Fix typo.
16957 (browse-url-new-window-flag): Doc change.
16958
16959 2007-09-17 Glenn Morris <rgm@gnu.org>
16960
16961 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16962 filename from `--file-line-error', if it is available.
16963
16964 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16965
16966 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16967 TeX `--file-line-error' format.
16968
16969 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16970
16971 * xt-mouse.el: Delete add-hook calls that were moved to
16972 xterm-mouse-mode.
16973 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16974 does not work.
16975
16976 2007-09-17 Richard Stallman <rms@gnu.org>
16977
16978 * cus-face.el (custom-theme-set-faces): Undo previous change.
16979
16980 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16981
16982 2007-09-17 Glenn Morris <rgm@gnu.org>
16983
16984 * textmodes/tex-mode.el (tex-region): Simplify previous change,
16985 handling the case where the region is not in `tex-main-file'.
16986 (tex-region-1): Delete.
16987 (tex-region-header): New function, doing the header part of the
16988 old tex-region-1.
16989
16990 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * simple.el (newline): Simplify use of prefix-numeric-value.
16993 (line-move-partial): Remove unused var `ppos'.
16994 (line-move-1): Replace 9999 with most-positive-fixnum.
16995 (move-end-of-line): Use more efficient single-property search.
16996 (move-beginning-of-line): Remove unused var `start'.
16997 (blink-matching-open): Restructure in a more functional style.
16998
16999 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17000
17001 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17002
17003 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17004
17005 * server.el (server-clients): Only keep procs, no properties any more.
17006 (server-client): Remove.
17007 (server-client-get, server-client-set): Remove, replace all callers by
17008 process-get and process-put resp.
17009 (server-clients-with, server-add-client, server-delete-client)
17010 (server-create-tty-frame, server-create-window-system-frame)
17011 (server-process-filter, server-execute, server-visit-files)
17012 (server-buffer-done, server-kill-buffer-query-function)
17013 (server-kill-emacs-query-function, server-switch-buffer)
17014 (server-save-buffers-kill-terminal): Update accordingly.
17015
17016 * server.el (server-with-environment): Simplify.
17017 (server-select-display, server-unselect-display): Re-add functions that
17018 seem to have been lost in the multi-tty merge.
17019 (server-eval-and-print, server-create-tty-frame)
17020 (server-create-window-system-frame, server-goto-toplevel)
17021 (server-execute, server-return-error): New functions extracted from
17022 server-process-filter.
17023 (server-execute-continuation): New functions.
17024 (server-process-filter): Restructure so that all arguments are analysed
17025 first and then acted upon in a subsequent stage. This way
17026 server-goto-toplevel can be executed later, when we know if
17027 it's necessary.
17028 Remove the "-version" and "-version-good" support.
17029
17030 2007-09-16 Drew Adams <drew.adams@oracle.com>
17031
17032 * cus-edit.el (custom-face-edit-activate): Doc fix.
17033
17034 2007-09-16 Glenn Morris <rgm@gnu.org>
17035
17036 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17037 Following cal-bahai renaming, update all instances of
17038 list-bahai-diary-entries to diary-bahai-list-entries,
17039 mark-bahai-diary-entries to diary-bahai-mark-entries,
17040 calendar-goto-bahai-date to calendar-bahai-goto-date,
17041 insert-bahai-diary-entry to diary-bahai-insert-entry,
17042 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17043 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17044 calendar-print-bahai-date to calendar-bahai-print-date.
17045
17046 * textmodes/tex-mode.el (tex-region): Handle the case where the
17047 region is not in `tex-main-file'. Move the old code that applies
17048 to both cases...
17049 (tex-region-1): ...to this new function.
17050
17051 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * vc.el (vc-process-sentinel): New function.
17054 (vc-exec-after): Use it instead of using ugly hackish analysis and
17055 construction of Elisp code.
17056 (vc-sentinel-movepoint): New dynamically scoped var.
17057 (vc-print-log, vc-annotate): Set it to move the user's point.
17058
17059 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17060 inhibit-modification-hooks.
17061
17062 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17063 (calendar-bahai-print-date, calendar-bahai-goto-date)
17064 (diary-bahai-list-entries, diary-bahai-insert-entry):
17065 New names to clean up the namespace a bit more.
17066 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17067
17068 2007-09-15 Glenn Morris <rgm@gnu.org>
17069
17070 * calendar/holidays.el (holiday-list): Rename it back to
17071 `list-holidays', but leave `holiday-list' as an alias.
17072
17073 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17074 custom group.
17075
17076 * textmodes/css-mode.el (css): New custom group.
17077 (css-electrick-keys, css-selector, css-property)
17078 (css-indent-offset): Specify custom group.
17079
17080 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17083 (cvs-execute-single-file): Use process-file.
17084 (cvs-run-process): Use start-file-process.
17085
17086 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17087
17088 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17089 level. Remove the hooks when turning off the mode.
17090
17091 * term/xterm.el: Require xt-mouse at compile time.
17092 (terminal-init-xterm): Turn on xterm mouse tracking for this
17093 terminal if xterm-mouse-mode is enabled.
17094
17095 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17096
17097 * term/xterm.el (xterm-function-map): Replace bindings that were
17098 deleted by the merge.
17099
17100 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17101
17102 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17103 (bubbles-mode-map): Move define-key statements here.
17104 (bubbles-game-theme-menu): Ditto.
17105 (bubbles-graphics-theme-menu): Ditto.
17106 (bubbles-menu): Ditto.
17107 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17108 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17109 (bubbles-plop): Set buffer-undo-list, redisplay.
17110 (bubbles-undo): Reset buffer-undo-list, redisplay.
17111 (bubbles--show-images): Take care of missing text properties.
17112
17113 2007-09-14 Glenn Morris <rgm@gnu.org>
17114
17115 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17116 quoting.
17117
17118 * calendar/cal-hebrew.el, calendar/cal-menu.el
17119 * calendar/calendar.el, calendar/diary-lib.el
17120 * calendar/holidays.el: Rename all instances of
17121 list-calendar-holidays callers to calendar-list-holidays,
17122 list-holidays to holiday-list, check-calendar-holidays to
17123 calendar-check-holidays, mark-calendar-holidays to
17124 calendar-mark-holidays, and filter-visible-calendar-holidays to
17125 holiday-filter-visible-calendar.
17126
17127 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17128
17129 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17130
17131 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17132
17133 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17134 Use transparent background for empty cells in graphics mode.
17135
17136 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17137
17138 * man.el (Man-default-man-entry): At end of line, continue looking
17139 to the next line for possible end of hyphenated command.
17140
17141 2007-09-13 Chris Moore <dooglus@gmail.com>
17142
17143 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17144 the command being edited.
17145
17146 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17147
17148 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17149
17150 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
17151
17152 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17153 C-M-S- keys.
17154
17155 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17156
17157 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
17158
17159 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17160 New argument `filename-p' to use one set of confusing chars or another.
17161 (browse-url-file-url): Use the argument.
17162 Suggested by Johannes Weiner.
17163
17164 2007-09-12 Romain Francoise <romain@orebokech.com>
17165
17166 * cus-start.el (all): Revert 2007-09-08 change.
17167
17168 2007-09-12 Aaron Hawley <aaronh@garden.org>
17169
17170 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17171 extract .Z files, since it is more common than uncompress.
17172
17173 2007-09-12 Glenn Morris <rgm@gnu.org>
17174
17175 * textmodes/org-publish.el (org-publish-org-to-html): Remove
17176 duplicate function definition.
17177
17178 2007-09-10 Chris Moore <dooglus@gmail.com>
17179
17180 * diff-mode.el (diff-sanity-check-hunk):
17181 Also accept single-line hunks.
17182
17183 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
17184
17185 * startup.el (startup-screen-inhibit-startup-screen)
17186 (pure-space-overflow-message): New vars.
17187 (fancy-splash-insert): Allow functions for face and link specs.
17188 (fancy-splash-head): Remove unused arg. Move splash text...
17189 (fancy-startup-text, fancy-about-text): ...here.
17190 (fancy-startup-tail): Rename from fancy-splash-tail.
17191 (fancy-startup-screen, fancy-about-screen): Split off from
17192 fancy-splash-screens.
17193 (display-startup-screen): New function.
17194 (display-about-screen): Rename from display-splash-screen.
17195 (command-line-1): Use concise startup screen if necessary.
17196
17197 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
17198
17199 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17200 Reported by Jan Djärv <jan.h.d@swipnet.se>.
17201
17202 2007-09-10 Dave Love <fx@gnu.org>
17203
17204 * outline.el (outline-4, outline-5, outline-7):
17205 Move font-lock-builtin-face down from 4 to 7 to better keep the
17206 progression of color brightness, and to better match Org-mode's faces.
17207
17208 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17209
17210 * progmodes/meta-mode.el (meta-font-lock-keywords)
17211 (font-lock-match-meta-declaration-item-and-skip-to-next)
17212 (meta-comment-indent, meta-indent-previous-line)
17213 (meta-indent-unfinished-line, meta-beginning-of-defun)
17214 (meta-end-of-defun, meta-common-initialization): Handle \f.
17215 (meta-indent-unfinished-line): Do not handle a `%' in a string as
17216 a comment-start.
17217
17218 * files.el (file-modes-char-to-who, file-modes-char-to-right)
17219 (file-modes-rights-to-number): Auxiliary functions for symbolic to
17220 numeric notation of file modes.
17221 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
17222 numeric value.
17223 (read-file-modes): New. Read either an octal value of a file mode or a
17224 symbolic value, and return its numeric value.
17225
17226 * dired-aux.el (dired-do-chmod): Change to use the built-in
17227 `set-file-modes' and the previous symbolic mode parsing functions.
17228
17229 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * textmodes/texinfo.el: Remove spurious * in docstrings.
17232 (texinfo-mode-syntax-table, texinfo-mode-map):
17233 Initialize in the declaration.
17234
17235 * tmm.el: Remove spurious * in docstrings.
17236 (tmm-prompt): Use with-current-buffer.
17237
17238 * vcursor.el: Remove spurious * in docstrings.
17239 (vcursor-map): Initialize in the declaration.
17240 (vcursor-use-vcursor-map): Use define-minor-mode.
17241 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17242
17243 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17244 Initialize in the declaration.
17245 (widget-minor-mode): Use define-minor-mode.
17246
17247 * woman.el (woman-mode-map, woman-syntax-table):
17248 Initialize in the declaration.
17249
17250 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17251
17252 * doc-view.el: New file.
17253
17254 2007-09-09 Juri Linkov <juri@jurta.org>
17255
17256 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17257
17258 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17259
17260 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17261 to "Startup screen". Fix docstring.
17262 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17263 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17264 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17265 (initial-scratch-message): Fix docstring.
17266 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17267 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17268 Add link to "Customize Startup" and set interval between links to
17269 5 spaces.
17270 (fancy-about-text): Add links "Authors" and "Contributing".
17271 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17272 and "This is " on the about screen. Add link to
17273 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17274 For the about screen move emacs version to the header from
17275 `fancy-splash-tail' (as it's done already for normal about screen).
17276 (fancy-splash-tail): Insert emacs version only for startup screen.
17277 (normal-splash-screen): Remove duplicate empty lines.
17278 (normal-about-screen): Add links "Authors" and "Contributing".
17279
17280 * menu-bar.el (menu-bar-help-menu):
17281 Move "About Emacs" and "About GNU" to the end of the Help menu.
17282 Move "Emacs Psychotherapist" after "Send Bug Report...".
17283 Move "External Packages" after "Find Emacs Packages".
17284
17285 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17286
17287 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17288 they are useless with the byte compiler.
17289 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17290 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17291 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17292 (tramp-file-name-real-host, tramp-file-name-port)
17293 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17294 defuns.
17295
17296 * net/tramp-cache.el (top): Improve error message when
17297 `tramp-persistency-file-name' is corrupted.
17298
17299 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17300
17301 * textmodes/org.el (org-re): Also replace the :alpha: class.
17302 (org-todo-tag-alist): Variable removed.
17303 (org-todo-key-alist, org-todo-key-trigger): New variables.
17304 (org-use-fast-todo-selection): New option.
17305 (org-log-done): Docstring fixed.
17306 (org-deadline-warning-days): New default value 14.
17307 (org-edit-timestamp-down-means-later): New option.
17308 (org-tag-alist): Docstring fixed.
17309 (org-fast-tag-selection-include-todo): New option.
17310 (org-export-language-setup): New languages added.
17311 (org-set-regexps-and-options): Compute the new variables.
17312 (org-paste-subtree): Cleaning up.
17313 (org-remember-apply-template): New escape %A.
17314 (org-todo): Call fast TODO selection.
17315 (org-fast-todo-selection): New function.
17316 (org-add-log-note): Allow prefix for abort exit.
17317 (org-at-property-p, org-entry-properties)
17318 (org-columns-get-autowidth-alist): Use :alpha: class.
17319 (org-get-wdays): New function.
17320 (org-agenda-remove-date): New variable.
17321 (org-agenda-get-deadlines): Use `org-get-wdays'.
17322 (org-agenda-get-deadlines): Reverse ee before returning.
17323 (org-format-agenda-item): New argument REMOVE-RE.
17324 (org-agenda-convert-date): Baha'i calendar added.
17325 (org-infile-export-plist): Also find DATE line.
17326 (org-get-min-level): New function.
17327 (org-export-as-html, org-export-as-ascii): Use the date format.
17328 (org-shiftup, org-shiftdown): Use.
17329 `org-edit-timestamp-down-means-later'.
17330 (org-assign-fast-keys): New function.
17331
17332 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17333
17334 * cus-start.el (all): Add prefer-window-split-horizontally from
17335 window.c.
17336
17337 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17338
17339 * net/browse-url.el (browse-url-galeon): Fix last change.
17340 (top-level): Require cl when compiling.
17341
17342 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17343
17344 * textmodes/org-export-latex.el: arch-tag restored.
17345
17346 * textmodes/org-publish.el: arch-tag restored.
17347
17348 2007-09-08 Masatake YAMATO <jet@gyve.org>
17349
17350 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17351
17352 * progmodes/cc-langs.el: Support new keywords added to
17353 objective-c frontend of gcc.
17354 (c-simple-stmt-kwds): Add @throw.
17355 (c-block-stmt-2-kwds): Add @synchronized.
17356 (c-block-stmt-1-kwds): Add @finally and @try.
17357
17358 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17359
17360 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17361 (org-agenda-after-show-hook): New variable.
17362 (org-columns-compile-format)
17363 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17364 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17365 property names.
17366 (org-get-wdays): New function.
17367
17368 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17371
17372 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17373
17374 * vc-arch.el (vc-arch-checkin): Fix typo.
17375
17376 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17377
17378 * cus-face.el (custom-theme-set-faces): Set face attributes
17379 locally for each frame.
17380
17381 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17382
17383 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17384 via font-lock-defaults.
17385
17386 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17387 derived-mode-p.
17388
17389 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17390
17391 * progmodes/autoconf.el (autoconf-definition-regexp):
17392 Handle optional square brackets around definition name.
17393
17394 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17395
17396 * net/browse-url.el (browse-url-browser-function): Add elinks.
17397 (browse-url-elinks-wrapper): New option.
17398 (browse-url-encode-url, browse-url-elinks)
17399 (browse-url-elinks-sentinel): New functions.
17400 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17401 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17402 Use new function browse-url-encode-url.
17403
17404 2007-09-07 Glenn Morris <rgm@gnu.org>
17405
17406 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17407 say if multi-tty is present.
17408
17409 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17410
17411 * cus-start.el (split-window-preferred-function): Add custom info.
17412
17413 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17414 (calendar-mark-holidays, calendar-list-holidays)
17415 (holiday-filter-visible-calendar): New names to clean up namespace.
17416 (filter-visible-calendar-holidays, list-calendar-holidays)
17417 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17418 Add compatibility aliases.
17419 (calendar-check-holidays, calendar-mark-holidays)
17420 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17421 (holiday-sexp): Replace append with list.
17422 (holiday-filter-visible-calendar): Replace append with push.
17423
17424 * woman.el: Remove spurious * in docstrings.
17425 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17426 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17427 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17428 (woman-write-directory-cache, woman-display-extended-fonts)
17429 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17430 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17431 (woman-mode): Use inhibit-read-only.
17432 (woman-negative-vertical-space): Use dotimes.
17433 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17434
17435 2007-09-06 Romain Francoise <romain@orebokech.com>
17436
17437 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17438 (vc-bzr-workfile-version): Use it.
17439
17440 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17441
17442 * complete.el (PC-do-completion): Don't try to treat
17443 empty string as an abbreviation.
17444
17445 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17446
17447 * help-fns.el (describe-variable): Keep doc's text properties.
17448
17449 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17450
17451 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17452 instead of a file.
17453
17454 2007-09-06 Glenn Morris <rgm@gnu.org>
17455
17456 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17457 (checkdoc-minor-mode): Allow user to specify lighter via
17458 checkdoc-minor-mode-string.
17459
17460 2007-09-05 Richard Stallman <rms@gnu.org>
17461
17462 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17463 Several items removed, simplified, or put on one line.
17464 (fancy-about-text): Add substantial contents, part of startup text.
17465 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17466 (normal-splash-screen): Call normal-mouse-startup-screen,
17467 normal-no-mouse-startup-screen, or normal-about-screen.
17468 (normal-mouse-startup-screen): New fn, broken out, shortened.
17469 (normal-no-mouse-startup-screen): New fn, broken out.
17470 (normal-about-screen): New function, contents all new.
17471
17472 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17473
17474 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17475
17476 2007-09-05 Glenn Morris <rgm@gnu.org>
17477
17478 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17479 is bound.
17480
17481 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17482
17483 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17484 in doc string.
17485
17486 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17487
17488 * server.el (server-start, server-unload-hook): Undo previous change.
17489
17490 * xt-mouse.el: Undo previous change.
17491
17492 2007-09-04 Juri Linkov <juri@jurta.org>
17493
17494 * startup.el (fancy-about-text): New variable.
17495 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17496 (fancy-current-text, fancy-splash-stop-time)
17497 (fancy-splash-outer-buffer): Remove variables.
17498 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17499 `startup' and use it to conditionally display different texts for
17500 Startup and About screens. Don't display Help commands on the About
17501 screen.
17502 (fancy-splash-screens-1): Remove function and move its content to
17503 `fancy-splash-screens' to the part that dislpays the About screen.
17504 (exit-splash-screen): Don't treat specially exiting from
17505 alternating screens.
17506 (fancy-splash-screens): Rename argument `static' to `startup'.
17507 Fix docstring. Remove code for displaying alternating screens.
17508 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17509 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17510 for `inhibit-read-only'.
17511 (normal-splash-screen): Rename argument `static' to `startup'.
17512 Fix docstring. Use argument `startup' to conditionally display
17513 different texts for Startup and About screens. Don't display Help
17514 commands on the About screen. Remove `unwind-protect' `sit-for'
17515 delay and `kill-buffer' after it.
17516 (display-startup-echo-area-message): Remove call to
17517 `use-fancy-splash-screens-p' because image.el is preloaded and
17518 doesn't display "Loading image... done".
17519 (display-splash-screen): Rename argument `static' to `startup'.
17520 Fix docstring.
17521
17522 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17523
17524 * server.el (server-start, server-unload-hook):
17525 suspend-tty-functions has been renamed to suspend-tty-hook.
17526
17527 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17528 resume-tty-hook.
17529
17530 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17531
17532 * loadup.el: Fix merge problem, only load "button" once.
17533
17534 2007-09-03 Glenn Morris <rgm@gnu.org>
17535
17536 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17537 "Working file:" as the prefix, for the sake of
17538 log-view-current-file.
17539
17540 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17541
17542 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17543 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17544 if the selected frames is in
17545 xterm-modify-other-keys-terminal-list.
17546 (xterm-turn-off-modify-other-keys): Add an optional frame
17547 parameter. Only turn off modify-other-keys if FRAME is in
17548 xterm-modify-other-keys-terminal-list.
17549 (xterm-remove-modify-other-keys): New function.
17550 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17551 Add the selected frame to xterm-modify-other-keys-terminal-list.
17552
17553 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17554
17555 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17556 (icon-map-list): New variable.
17557 (x-gtk-map-stock): Use icon-map-list.
17558
17559 2007-09-02 Romain Francoise <romain@orebokech.com>
17560
17561 * log-view.el (log-view-current-file): Balance parens.
17562
17563 2007-09-02 Glenn Morris <rgm@gnu.org>
17564
17565 * comint.el (comint-mode): Don't set scroll-conservatively.
17566
17567 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17568 non-command arguments.
17569
17570 * log-view.el (log-view-current-file): Give a more explicit error
17571 if log-view-file-re fails to find a match.
17572
17573 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17574
17575 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17576 Fix bug: Don't expand top-level file name more than once.
17577 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17578
17579 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17580
17581 * server.el (server-process-filter): Don't display the splash screen.
17582 It's annoying enough on the initial screen and becomes positively
17583 obnoxious here.
17584
17585 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17588 Change naming to use "avl-tree--" for internal functions.
17589
17590 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17591
17592 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17593 the merge.
17594 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17595 (provide): Move to the end of file.
17596
17597 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17598
17599 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17600
17601 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17602 New variable. List of exceptions for the duplicated word rule.
17603 (flyspell-mark-duplications-flag): Mention it.
17604 (flyspell-word): Treat it.
17605
17606 * files.el (create-file-buffer): If the filename sans directory starts
17607 with spaces, remove them.
17608
17609 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17610
17611 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17612 (x-gtk-map-stock): Use two directory elements when matching
17613 file name.
17614
17615 2007-08-31 James Wright <james@chumsley.org>
17616
17617 * eshell/em-unix.el (eshell/info): New function.
17618
17619 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * frame.el (frame-initialize, make-frame):
17622 * server.el (server-process-filter):
17623 * faces.el (tty-set-up-initial-frame-faces): Don't set
17624 term-environment-variable since it's not used any more.
17625
17626 * env.el (setenv): Don't treat $TERM specially.
17627
17628 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17629 stated otherwise, subprocesses do not send back escape sequences
17630 corresponding to the terminal from which Emacs was started.
17631
17632 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17633
17634 * calculator.el: Require cl for compilation.
17635
17636 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17637
17638 * outline.el (outline-font-lock-levels): Comment out unused var.
17639 (outline-font-lock-face): Wrap around face list to handle any
17640 nesting depth gracefully.
17641
17642 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17643
17644 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17645 `set-file-times'.
17646
17647 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17648
17649 * textmodes/org.el (org-export-visible): Fix drawers before export.
17650 (org-do-sort): Allow sorting by priority.
17651 (org-agenda-files): Ignore non-existing files.
17652 (org-agenda-skip-unavailable-files): New variable.
17653 (org-ellipsis): All a face as value.
17654 (org-mode): Interprete the face value of `org-ellipsis'.
17655 (org-archive-save-context-info): New option.
17656 (org-archive-subtree): Store context info in archived entry.
17657 (org-fast-tag-selection-can-set-todo-state): New variable.
17658 (org-fast-tag-selection): Allow setting TODO states through this
17659 interface.
17660 (org-cycle): Docstring updated.
17661 (org-todo-keyword-faces): New option.
17662 (org-get-todo-face): New function.
17663 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17664 Use `org-get-todo-face'.
17665 (org-switch-to-buffer-other-window): New function.
17666 (org-table-edit-field, org-table-show-reference)
17667 (org-table-edit-formulas, org-add-log-note)
17668 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17669 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17670 `switch-to-buffer-other-window' to make sure that the temporary
17671 windows show up on the current frame.
17672 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17673 (org-get-entries-from-diary, org-replace-region-by-html):
17674 Don't allow pop-up frames.
17675 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17676 Fix problems with time-of-day.
17677 (org-export-get-title-from-subtree): New function.
17678 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17679 with listing items that are DONE.
17680 (org-change-tag-in-region): New command.
17681 (org-agenda-skip-scheduled-if-done)
17682 (org-agenda-skip-deadline-if-done): Docstring clarified.
17683 (org-mode): Hide drawers on startup.
17684 (org-get-todo-face): New function.
17685 (org-todo-keyword-faces): New option.
17686 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17687 (org-remove-keyword-keys): New function.
17688
17689 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17690
17691 * progmodes/grep.el (grep-find-ignored-directories):
17692 Add monotone _MTN bookkeeping directory in workspaces.
17693 Add RCS control directory. List items in alphabetical order.
17694
17695 * progmodes/grep.el (grep-files-aliases): Add cc alias.
17696 Sort items in alphabetical order. Fix parens.
17697
17698 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17699
17700 * vc-hg.el (vc-hg-extra-menu-map): New variable.
17701 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17702 (vc-hg-pull): New functions.
17703 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17704
17705 * term/mac-win.el: Don't require url, only autoloaded url
17706 functions are used in this file.
17707
17708 2007-08-29 Andreas Schwab <schwab@suse.de>
17709
17710 * shell.el (shell): Return correct value from interactive spec.
17711
17712 2007-08-29 Glenn Morris <rgm@gnu.org>
17713
17714 * version.el (emacs-version): Increase to 23.0.50.
17715
17716 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
17717
17718 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17719
17720 2007-08-29 Juri Linkov <juri@jurta.org>
17721
17722 * loadup.el: Add "button" loading after "faces" and move "startup"
17723 to load after "button".
17724
17725 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17726
17727 * loadup.el: Load term/mac-win on a Mac using Carbon.
17728
17729 * term/mac-win.el: Provide mac-win.
17730 (mac-initialized): New variable.
17731 (mac-initialize-window-system): New function. Move global setup here.
17732 (handle-args-function-alist, frame-creation-function-alist):
17733 (window-system-initialization-alist): Add mac entries.
17734 (x-setup-function-keys): New function containing all the
17735 top level function key definitions.
17736
17737 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17738
17739 * env.el (read-envvar-name): Don't consider the environment frame param.
17740
17741 * env.el (setenv):
17742 * frame.el (frame-initialize, make-frame):
17743 * faces.el (tty-set-up-initial-frame-faces):
17744 * server.el (server-process-filter): Set
17745 display-environment-variable and term-environment-variable.
17746
17747 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17748
17749 2007-08-29 Jason Rumney <jasonr@gnu.org>
17750
17751 * loadup.el: Only load term/x-win when X is compiled in.
17752 Load term/w32-win and dependencies on windows-nt.
17753
17754 * term/w32-win.el: Reorder to match x-win.el more closely.
17755 Provide w32-win. Don't throw error when global window-system not w32.
17756 (internal-face-interactive): Remove obsolete function.
17757 (x-setup-function-keys): Use local-function-key-map.
17758 (w32-initialized): New variable.
17759 (w32-initialize-window-system): Set it.
17760 Move more global setup here.
17761 (x-setup-function-keys): New function.
17762 (w32-initialize-window-system): Move non function key global setup here.
17763 (x-cut-buffer-max): Remove.
17764 (w32-initialize-window-system): New function.
17765 (handle-args-function-alist, frame-creation-function-alist):
17766 (window-system-initialization-alist): Add w32 entries.
17767
17768 2007-08-29 David Kastrup <dak@gnu.org>
17769
17770 * env.el (getenv): Pass frame to getenv-internal.
17771
17772 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
17773
17774 * version.el (emacs-version): Show if multi-tty is present.
17775
17776 * loadup.el: Delay loading env; mule-conf gets confused by cl
17777 during bootstrap. Also load termdev and term/x-win.
17778
17779 * bindings.el (mode-line-client): New variable.
17780 (help-echo): Add it to the default mode-line format.
17781
17782 * cus-start.el: Remove bogus window-system reference from GTK test.
17783
17784 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17785 (ebrowse-electric-position-mode-map):
17786 * ebuff-menu.el (electric-buffer-menu-mode-map):
17787 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17788 not `suspend-emacs'.
17789
17790 * ediff-wind.el (ediff-setup-windows-automatic): New function.
17791 (ediff-window-setup-function): Use it as default.
17792
17793 * files.el (save-buffers-kill-terminal): New function.
17794 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17795
17796 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17797 and `with-selected-frame'.
17798
17799 * help-fns.el (describe-variable): Describe frame-local variables
17800 correctly.
17801
17802 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17803 display support.
17804 (normal-erase-is-backspace-setup-frame): New function.
17805
17806 * subr.el (with-selected-frame): New function.
17807 (read-quoted-char): Use terminal-local binding of
17808 local-function-key-map instead of function-key-map.
17809
17810 * talk.el (talk): New function.
17811 (talk-handle-delete-frame): New function.
17812 (talk-add-display): Open a new frame only if FRAME was not a frame.
17813
17814 * termdev.el: New file.
17815
17816 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
17817 * term/x-win.el: Don't bind f10.
17818 * tmm.el: Remove autoload binding for f10.
17819
17820 * international/encoded-kb.el (encoded-kbd-setup-display): Use
17821 `set-input-meta-mode'. Fix broken condition before set-input-mode.
17822 Store the saved input method as a terminal parameter. Add keymap
17823 parameter. Use it instead of changing key-translation-map directly.
17824 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17825 Remove.
17826 (encoded-kbd-setup-display): New function.
17827
17828 * international/mule-cmds.el (set-locale-environment): Fix getenv
17829 call. Use save-buffers-kill-terminal. Ignore window-system; always
17830 set the keyboard coding system. Add DISPLAY parameter.
17831 (set-display-table-and-terminal-coding-system): Add DISPLAY
17832 parameter. Pass it to set-terminal-coding-system.
17833
17834 * international/mule.el (keyboard-coding-system): Test for
17835 encoded-kbd-setup-display, not encoded-kbd-mode.
17836 (set-terminal-coding-system, set-keyboard-coding-system): Add
17837 DISPLAY parameter.
17838 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17839
17840 * term/README: Update.
17841
17842 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17843
17844 * term/x-win.el (x-setup-function-keys): New function. Move
17845 function-key-map tweaks here. Protect against multiple calls on
17846 the same terminal. Use terminal-local binding of
17847 local-function-key-map instead of function-key-map.
17848 (x-initialize-window-system): Make a copy of pure list. Pass a
17849 frame getenv.
17850
17851 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17852 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17853 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17854 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17855 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17856 local-function-key-map instead of function-key-map.
17857
17858 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17859 `substitute-key-definition' and `define-key' calls against
17860 multiple execution. Use terminal-local binding of
17861 local-function-key-map instead of function-key-map. Pass a frame
17862 to getenv.
17863
17864 * edmacro.el (edmacro-format-keys):
17865 * emulation/cua-base.el (cua--pre-command-handler):
17866 * isearch.el (isearch-other-meta-char):
17867 * xt-mouse.el: Use terminal-local binding of
17868 local-function-key-map instead of function-key-map.
17869
17870 * fringe.el (set-fringe-mode): Simplify and fix using
17871 `modify-all-frames-parameters'.
17872 * scroll-bar.el (set-scroll-bar-mode): Ditto.
17873 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
17874 check before calling `tool-bar-setup'.
17875 (tool-bar-setup): New variable.
17876 (tool-bar-setup): Use it to guard against multiple calls. Add
17877 optional frame parameter, and select that frame before adding items.
17878 (toggle-tool-bar-mode-from-frame): New function.
17879
17880 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17881 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17882 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17883 "Tool-bar" toggles to reflect the state of the current frame.
17884 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17885
17886 * env.el: Require cl for byte compilation (for `block' and `return').
17887 (environment, setenv-internal): New functions.
17888 (let-environment): New macro.
17889 (setenv, getenv): Add optional terminal parameter. Update docs.
17890 (setenv): Use setenv-internal. Always set process-environment.
17891 Handle `local-environment-variables'.
17892 (read-envvar-name, setenv, getenv): Use frame parameters
17893 to store the local environment, not terminal parameters. Include
17894 `process-environment' as well.
17895
17896 * faces.el (tty-run-terminal-initialization): New function.
17897 (tty-create-frame-with-faces): Use it. Set up faces and
17898 background mode only after the terminal has been initialized.
17899 Call terminal-init-*. Don't load the initialization file more
17900 than once. Call set-locale-environment.
17901 (frame-set-background-mode): Handle the 'background-mode terminal
17902 parameter.
17903 (tty-find-type): New function.
17904 (x-create-frame-with-faces): Remove bogus check for
17905 first frame. Call `tool-bar-setup'. Don't make frame visible
17906 until we are done setting up all its parameters. Call
17907 x-setup-function-keys.
17908
17909 * frame.el (make-frame): Always inherit 'environment and 'client
17910 parameters. Set up the 'environment frame parameter, when needed.
17911 Also inherit 'client parameter. Don't override explicitly
17912 specified values with inherited ones. Add 'terminal frame
17913 parameter. Append window-system-default-frame-alist to parameters
17914 before calling frame-creation-function.
17915 (frame-initialize): Copy the environment from the initial frame.
17916 (window-system-default-frame-alist): Enhance doc string.
17917 (frame-notice-user-settings): Don't put 'tool-bar-lines in
17918 `default-frame-alist' when initial frame is on a tty.
17919 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17920 Remove specified parameters from `window-system-default-frame-alist'.
17921 (make-frame-on-tty, framep-on-display, suspend-frame):
17922 Extend doc string, update parameter names.
17923 (frames-on-display-list): Use terminal-id to get the display id.
17924 (frame-notice-user-settings): Extend to apply
17925 settings in `window-system-default-frame-alist' as well.
17926 (terminal-id, terminal-parameters, terminal-parameter)
17927 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17928 (delete-frame-functions): Add to `delete-frame-functions' hook.
17929 (blink-cursor-mode): Adapt blink-cursor-mode default
17930 value from startup.el.
17931 (make-frame-on-display): Protect condition on x-initialized when
17932 x-win.el is not loaded. Update doc.
17933 (suspend-frame): Use display-controlling-tty-p to decide between
17934 suspend-emacs and suspend-tty.
17935 (frames-on-display-list): Update for display ids.
17936 (framep-on-display): Ditto.
17937 (suspend-frame): Use display-name, not frame-tty-name.
17938 (selected-terminal): New function.
17939
17940 * server.el: Use `device' instead of `display' or `display-id' in
17941 variable and client parameter names.
17942 (server-select-display): Remove (unused).
17943 (server-tty-live-p, server-handle-delete-tty): Remove.
17944 (server-unquote-arg, server-quote-arg, server-buffer-clients):
17945 Update docs.
17946 (server-getenv-from, server-with-environment, server-send-string)
17947 (server-save-buffers-kill-terminal): New functions.
17948 (server-delete-client): Handle quits in kill-buffer. Don't kill
17949 modified buffers. Add extra logging. Delete frames after
17950 deleting the tty. Clear 'client parameter before deleting a frame.
17951 Use delete-display, not delete-tty.
17952 (server-visit-files): Don't set `server-existing-buffer' if the
17953 buffer already has other clients. Return list of buffers
17954 created. Update doc. Don't set client-record when nowait.
17955 (server-handle-delete-frame): Delete the client if this was its
17956 last frame. Check that the frame is alive. Remove bogus comment.
17957 Add note on possible race condition. Delete tty clients, if needed.
17958 (server-handle-suspend-tty): Use server-send-string. Kill the
17959 client in case of errors from process-send-string. Use the display
17960 parameter.
17961 (server-unload-hook): Remove obsolete delete-tty hook.
17962 (server-start): Ask before restarting if the old server still has
17963 clients. Add feedback messages. Remove obsolete delete-tty hook.
17964 (server-process-filter): Use server-send-string. Accept `-dir'
17965 command. Switch to *scratch* immediately after creating the frame,
17966 before evaluating any -evals. Protect `display-splash-screen'
17967 call in a condition-case. Explain why. Call
17968 `display-startup-echo-area-message' before
17969 `display-splash-screen'. Don't display the splash screen when no
17970 frame was created. Show the Emacs splash screen and startup echo
17971 area message. Display the *scratch* buffer by default. Store the
17972 local environment in a frame (not terminal) parameter. Do not try
17973 to decode environment strings. Fix reference to the 'display
17974 frame parameter. Change syntax of environment variables. Put
17975 environment into terminal parameters, not client parameters. Use
17976 a dummy client with --no-wait's X frames. In `-position LINE'
17977 handler, don't ruin the request string until the line number is
17978 extracted. Log opened files. Handle -current-frame command.
17979 Don't create frames when it is given. Don't bind X frames to the
17980 client when we are in -no-wait mode. Set locale environment
17981 variables from client while creating tty frames. Disable call to
17982 configure-display-for-locale. When processing -position command,
17983 don't change the request string until the parameters are
17984 extracted. Don't try to create an X frame when Emacs does not
17985 support it. Improve logging. Temporarily set ncurses-related
17986 environment variables to those of the client while creating a new
17987 tty frame. Select buffers opened by nowait clients, don't leave
17988 them buried under others. Set the display parameter, and use it
17989 when appropriate.
17990
17991 * startup.el (display-startup-echo-area-message): Handle
17992 `inhibit-startup-echo-area-message' here.
17993 (command-line-1): Moved from here.
17994 (fancy-splash-screens): Use `overriding-local-map' instead of
17995 `overriding-terminal-local-map' for now; the latter doesn't work
17996 right, it looses keypresses to another terminal. Use
17997 `overriding-terminal-local-map' to set up keymap. Install a
17998 `delete-frame-functions' hook to catch `delete-frame' events.
17999 Ignore `select-window' events to cope better with
18000 `focus-follows-mouse'. Don't switch back to the original buffer
18001 if the splash frame has been killed. Restore previous buffer, even
18002 if it's *scratch*.
18003 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18004 changes the global binding - setq it instead. Use
18005 `save-buffers-kill-terminal'.
18006 (display-splash-screen): Don't do anything if the splash screen is
18007 already displayed elsewhere.
18008 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18009 (command-line): Replace duplicated code with a call to
18010 tty-run-terminal-initialization. Don't load the terminal
18011 initialization file more than once. Remove call to nonexistent
18012 function `set-locale-translation-file-name'.
18013
18014 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18015 parameters.
18016 (xterm-mouse-position-function, xterm-mouse-event): Update.
18017 (xterm-mouse-mode): Don't depend on current value of window-system.
18018 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18019 Update for multi-tty.
18020 (turn-on-xterm-mouse-tracking-on-terminal)
18021 (turn-off-xterm-mouse-tracking-on-terminal)
18022 (xterm-mouse-handle-delete-frame): New functions.
18023 (delete-frame-functions, after-make-frame-functions)
18024 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18025 for multi-tty.
18026
18027 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18028
18029 * simple.el (invisible-p): Remove: implemented in C now.
18030 (line-move-invisible-p): Remove obsolete alias.
18031
18032 2007-08-28 Juri Linkov <juri@jurta.org>
18033
18034 * image-mode.el (image-type): New variable.
18035 (image-mode): Set default major mode name to "Image[text]".
18036 (image-minor-mode): Change LIGHTER to display image-type in the
18037 mode line.
18038 (image-minor-mode): Set default image-type to "text".
18039 (image-toggle-display): After switching to text mode, set
18040 image-type to "text" and major mode name to "Image[text]".
18041 After switching to image mode, set image-type to actual image
18042 type, and add image type to major mode name. Let-bind the same
18043 variable names as arguments of `image-type' and `create-image'.
18044 Bind `type' to the result of `image-type' and use it as arg
18045 of `create-image' to not determine the image type twice.
18046
18047 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18048
18049 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18050 (tramp-set-file-uid-gid, tramp-get-local-uid)
18051 (tramp-get-local-gid): New defuns.
18052 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18053 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18054 Improve fast track.
18055 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18056 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18057 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18058 (tramp-handle-write-region): Improve fast track.
18059 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18060 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18061 be nil.
18062
18063 2007-08-28 Ivan Kanis <apple@kanis.eu>
18064
18065 * time.el: New feature to display several time zones in a buffer.
18066 (display-time-world-mode, display-time-world-display)
18067 (display-time-world, display-time-world-timer): New functions.
18068 (display-time-world-list, display-time-world-time-format)
18069 (display-time-world-buffer-name, display-time-world-timer-enable)
18070 (display-time-world-timer-second, display-time-world-mode-map):
18071 New variables.
18072
18073 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18074
18075 * term/x-win.el (x-gtk-stock-map): New variable.
18076 (x-gtk-map-stock): New function.
18077
18078 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18079 prev/next-node.
18080
18081 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18082
18083 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18084
18085 2007-08-28 Glenn Morris <rgm@gnu.org>
18086
18087 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18088
18089 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18090
18091 * progmodes/modula2.el (m2-definition, m2-module):
18092 Don't use previous-line. Reported by T. V. Raman.
18093
18094 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18095
18096 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18097 argument to tool-bar-mode call.
18098
18099 2007-08-27 Glenn Morris <rgm@gnu.org>
18100
18101 * diff-mode.el (diff-find-file-name): Only accept regular files,
18102 to rule out /dev/null, directories, etc.
18103
18104 * vc-svn.el (vc-svn-diff): If the repository version of all the
18105 files is the same as the specified OLDVERS, do a local diff.
18106
18107 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18110 of buffers in uniquify-managed.
18111
18112 * simple.el (invisible-p): Rename from text-invisible-p.
18113 Update callers.
18114
18115 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18116 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18117 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18118 (cperl-etags-goto-tag-location): Use new style backquotes.
18119
18120 * net/browse-url.el: Remove spurious * in custom docstrings.
18121 (browse-url-filename-alist): Use new-style backquote.
18122
18123 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18124 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18125
18126 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18127 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18128
18129 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18130
18131 * net/socks.el (socks-username/password-auth-filter):
18132 Remove unused vars `state' and `desired-len'.
18133 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18134 (socks-wait-for-state-change): Use new-style backquotes.
18135
18136 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18137
18138 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18139 backquotes after each `read' rather than once per buffer.
18140
18141 * dframe.el: Remove spurious * in custom docstrings.
18142 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18143 (dframe-xemacs20p): Remove, inline at the sole use point.
18144 (defface): Don't defvar the face, don't use old-style backquote.
18145 (defcustom): Don't use old-style backquote.
18146 (dframe-frame-parameter, dframe-mouse-event-p):
18147 Make it obvious that it's always defined.
18148 (dframe-popup-kludge): New function to replace
18149 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18150 (dframe-frame-mode, dframe-set-timer-internal)
18151 (dframe-mouse-set-point): Remove use of with-no-warnings from
18152 XEmacs-specific code.
18153 (dframe-set-timer-internal): Fix very old bug with
18154 post-command-idle-hook.
18155
18156 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18157
18158 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18159 warning if the file uses old style backquotes.
18160
18161 * emacs-lisp/bytecomp.el (byte-compile-log-file)
18162 (byte-recompile-directory, byte-compile-file)
18163 (byte-compile-from-buffer): Use with-current-buffer.
18164
18165 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18166 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18167 (line-move-1, line-move-finish, line-move-to-column)
18168 (move-end-of-line, move-beginning-of-line): Use new name.
18169
18170 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18171
18172 * progmodes/ada-mode.el: Fix up comment style in header.
18173 (ada-check-emacs-version): Remove.
18174 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18175 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18176 to try and quieten the byte-compiler.
18177 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18178
18179 * vc.el (vc-annotate-warp-version): Don't use previous-line.
18180
18181 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
18182
18183 * net/browse-url.el (browse-url-emacs): New function.
18184
18185 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18186
18187 * emacs-lisp/avl-tree.el: New file.
18188
18189 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
18190
18191 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18192 was used.
18193
18194 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
18195
18196 * complete.el (PC-do-completion): Make RET accept a non-unique but
18197 complete expansion again.
18198
18199 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
18200
18201 * eshell/esh-opt.el (eshell-eval-using-options):
18202 Add debug declaration.
18203
18204 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18205
18206 * log-view.el (log-view-toggle-mark-entry): Add docstring.
18207 (log-view-get-marked): Likewise.
18208
18209 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18210 (vc-delete-automatic-version-backups): Likewise.
18211
18212 * vc.el (vc-dired-buffers-for-dir): Likewise.
18213
18214 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
18215
18216 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18217 safe-local-variable setting.
18218 * progmodes/perl-mode.el (perl-indent-level): Likewise.
18219
18220 * log-view.el (log-view-marked-list): Delete variable.
18221 (log-view-mode): Don't use it.
18222 (log-view-toggle-mark-entry): Likewise, simplify.
18223 (log-view-current-tag): Don't return properties.
18224 (log-view-get-marked): New function.
18225
18226 2007-08-25 Alexandre Julliard <julliard@winehq.org>
18227
18228 * vc-git.el (vc-git-mode-line-string): New function.
18229
18230 2007-08-25 Alan Mackenzie <acm@muc.de>
18231
18232 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18233 new language variable.
18234
18235 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18236 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18237 "extern" etc., rather than BOI. Fix addition of spurious
18238 syntactic-symbol 'defun-block-intro, replacing it with
18239 'innamespace, etc.
18240
18241 2007-08-25 Juri Linkov <juri@jurta.org>
18242
18243 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18244
18245 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18246 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18247 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18248
18249 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18250 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18251 (image-type-auto-detectable): Add (svg . maybe).
18252
18253 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18254 to treat it like .tgz.
18255
18256 * calendar/cal-bahai.el: Add file coding cookie.
18257
18258 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18259
18260 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18261 Don't behave differently when executed via M-x. Add doc string.
18262
18263 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18264 safe-local-variable.
18265
18266 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18267
18268 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18269 the default value.
18270 (math-calendar-tzinfo): New variable.
18271 (math-get-calendar-tzinfo): New function.
18272 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18273 to get information when zone is nil.
18274
18275 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18276
18277 * log-view.el (log-view-toggle-mark-entry): New function.
18278 (log-view-mode-map): Bind it.
18279 (log-view-marked-list): New variable.
18280 (log-view-mode): Make it local.
18281
18282 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18283
18284 * play/zone.el (zone-pgm-rat-race): New func.
18285 (zone-programs): Add `zone-pgm-rat-race'.
18286
18287 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18288
18289 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18290 a list.
18291
18292 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18293
18294 * progmodes/hideshow.el (hs-match-data): Delete alias.
18295 (hs-hide-block-at-point, hs-find-block-beginning)
18296 (hs-show-block): Use `match-data' directly.
18297
18298 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18299
18300 * format.el (format-alist): Fix typo in doc-string.
18301
18302 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18303
18304 * net/tramp.el (tramp-local-host-p): New defun.
18305 (tramp-handle-file-local-copy, tramp-handle-write-region):
18306 Implement fast track when being on the local host.
18307 (tramp-file-name-handler): Don't set "started" property. It shall
18308 be reserved for the "ftp" method.
18309 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18310
18311 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18312 (tramp-ftp-file-name-handler): Set "started" property.
18313
18314 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18315
18316 * files.el (backup-buffer-copy): Don't wrap delete in
18317 condition-case, only try to delete if file exists.
18318
18319 2007-08-24 Glenn Morris <rgm@gnu.org>
18320
18321 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18322
18323 * startup.el (tutorial-directory): Set with eval-at-startup so it
18324 gets the right value in an installed Emacs.
18325
18326 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18327
18328 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18329 (eldoc-highlight-function-argument): Use it.
18330
18331 2007-08-23 Masatake YAMATO <jet@gyve.org>
18332
18333 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18334 name of parameters in document body.
18335
18336 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18339 (byte-compile-output-as-comment): Use with-current-buffer rather than
18340 a weird set-buffer&prog1 combination.
18341
18342 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18343 test so as to optimise cases where the `progn's result is constant.
18344
18345 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18346
18347 * locate.el (locate-get-file-positions):
18348 Use line-beginning-position and line-end-position.
18349
18350 2007-08-23 John Wiegley <johnw@newartisans.com>
18351
18352 * calendar/cal-bahai.el: Added in the diacriticals that were
18353 missing for many of the month names.
18354
18355 2007-08-22 Jason Rumney <jasonr@gnu.org>
18356
18357 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18358
18359 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18360
18361 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18362
18363 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18364
18365 * dabbrev.el (dabbrev--progress-reporter): New variable.
18366 (dabbrev--scanning-message): Delete func.
18367 (dabbrev--find-expansion): Use a progress reporter
18368 instead of dabbrev--scanning-message.
18369
18370 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18371
18372 * comint.el (comint-exec-1): Raise an error if
18373 `start-file-process' does not return a process object.
18374
18375 * shell.el (shell): Prompt for `default-directory' if it is a
18376 remote file name, and if called with a prefix arg.
18377
18378 2007-08-22 Sam Steingold <sds@gnu.org>
18379
18380 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18381
18382 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18383
18384 * textmodes/org-export-latex.el: New file.
18385
18386 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18387
18388 * textmodes/org.el (org-agenda-skip): Allow a form for
18389 `org-agenda-skip-function'.
18390 (org-agenda-redo): Re-use local settings.
18391 (org-agenda): Store local settings.
18392 (org-agenda-deadline-faces): New option.
18393 (org-agenda-deadline-face): New function.
18394 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18395 entries on their due date.
18396 (org-agenda-get-timestamps): No longer handle the due dates of
18397 schedules and deadline items.
18398 (org-insert-link-global, org-open-at-point-global): New commands.
18399 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18400 :for-ascii parameter.
18401 (org-skip-comments): Function removed.
18402 (org-cleaned-string-for-export): Handle special table lines.
18403 (org-global-properties): New option.
18404 (org-entry-get-with-inheritance): Check global properties.
18405 (org-local-properties): New variable.
18406 (org-set-regexps-and-options): Find the #+PROPERTY line.
18407 (org-link-types): Change type into variable (was constant).
18408 (org-make-link-regexps): New function.
18409 (org-link-re-with-space, org-link-re-with-space2)
18410 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18411 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18412 these regular expressions happens now in the function
18413 `org-make-link-regexps'.
18414 (org-store-link): Call the functions in
18415 `org-store-link-functions'.
18416 (org-add-link-type): New function.
18417 (org-store-link-functions): New variable.
18418 (org-activate-tags): Force matches to be in headlines.
18419 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18420 (org-columns-display-here): Make sure this works in a narrowed
18421 buffer by checking for point-min.
18422 (org-columns-display-here): Make the rest of the line intangible,
18423 so that point never can be there.
18424 (org-cleaned-string-for-export): Use `with-current-buffer'.
18425 (org-replace-region-by-html): Use `with-current-buffer'.
18426 (org-unfontify-region, org-do-occur, org-columns-display-here)
18427 (org-columns-remove-overlays, org-columns-quit)
18428 (org-columns-edit-value, org-columns-next-allowed-value)
18429 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18430 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18431 (org-agenda-todo, org-agenda-change-all-lines)
18432 (org-agenda-align-tags, org-agenda-priority)
18433 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18434 (org-agenda-show-new-time, org-cleaned-string-for-export)
18435 (org-export-grab-title-from-buffer)
18436 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18437 instead of `buffer-read-only'.
18438 (org-export-as-html): Set `coding-system-for-write'.
18439 (org-remember-store-without-prompt): New option.
18440 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18441 (org-beginning-of-line): Also treat C-a special in items.
18442 (org-table-convert-refs-to-rc): Fixed problem with column
18443 reference after "..".
18444 (org-columns-compute): Don't mark buffer modified because of text
18445 properties.
18446 (org-batch-store-agenda-views): Use the variable
18447 `default-directory', not the function.
18448 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18449 (org-clock-out-when-done): New option.
18450 (org-html-entities): Added HTML entities for smileys.
18451
18452 2007-08-22 Glenn Morris <rgm@gnu.org>
18453
18454 * image.el (create-image): Doc fix.
18455
18456 * startup.el (tutorial-directory): New constant.
18457 (fancy-splash-text): Tutorials now in tutorial-directory.
18458 * tutorial.el (help-with-tutorial): Tutorials now in
18459 tutorial-directory.
18460
18461 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18462
18463 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18464 otherwise.
18465 (tramp-get-remote-path): New defun. Replace occurrences of
18466 `tramp-default-remote-path' by this function.
18467 (tramp-set-remote-path): Move most of the code to
18468 `tramp-get-remote-path'.
18469 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18470 existing directories, this is done already in
18471 `tramp-get-remote-path'.
18472
18473 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18474
18475 * image-file.el (image-file-name-extensions): Add "svg".
18476 * image.el (image-type-header-regexps): Add svg entry.
18477
18478 2007-08-22 Glenn Morris <rgm@gnu.org>
18479
18480 * files.el (backup-buffer-copy): Check backup directory is
18481 writable, to avoid infloop deleting old backup.
18482
18483 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18484 movemail related variables.
18485 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18486 will now be set before this is called.
18487
18488 2007-08-21 Juri Linkov <juri@jurta.org>
18489
18490 * delsel.el (delete-selection-pre-hook):
18491 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18492 instead of checking last-command.
18493
18494 2007-08-21 Juri Linkov <juri@jurta.org>
18495
18496 * loadup.el: Preload "button".
18497
18498 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18499
18500 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18501 Add previous-line and next-line.
18502
18503 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18504 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18505
18506 * vc-hooks.el (vc-menu-entry): New var.
18507 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18508 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18509 (vc-menu-map): Declare and initialize in one step.
18510 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18511
18512 * menu-bar.el (vc-menu-map): Don't setup any more.
18513 Instead, just create the proper spot in the menu.
18514
18515 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18516
18517 * smerge-mode.el (smerge-resolve): New arg `safe'.
18518 (smerge-resolve-all, smerge-batch-resolve): New function.
18519 (smerge-refine): Make sure `diff' returns the expected result.
18520 (smerge-parsep-re): New const.
18521 (smerge-mode): Use it to adjust paragraph-separate.
18522
18523 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18524 Correctly match / regexp matchers as first char on a line when
18525 fontifying only that line.
18526
18527 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18528
18529 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18530
18531 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18532 (vc-bzr-registered): Don't redundantly protect against
18533 file-error. Actually use the format-specific code.
18534 (vc-bzr-buffer-nonblank-p): Remove.
18535 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18536
18537 2007-08-20 Juri Linkov <juri@jurta.org>
18538
18539 * startup.el (fancy-splash-text): Change multiple tabs into one
18540 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18541 and "Recover Crashed Session").
18542 (fancy-splash-screens): Set tab-width to 22.
18543 (normal-splash-screen): Replace literal tabs with \t and
18544 fix whitespace. Remove "Useful File menu items" section (with
18545 "Exit Emacs" and "Recover Crashed Session").
18546
18547 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18548
18549 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18550 extracted from `eval-last-sexp-1'.
18551 (eval-last-sexp-1): Call `preceding-sexp'.
18552
18553 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18554
18555 * vc-rcs.el (vc-rcs-annotate-command):
18556 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18557 Add back :vc-annotate-prefix propertization.
18558
18559 2007-08-20 Andreas Schwab <schwab@suse.de>
18560
18561 * mail/rmail.el (rmail-autodetect): Doc fix.
18562
18563 2007-08-19 Juri Linkov <juri@jurta.org>
18564
18565 * startup.el (normal-splash-screen): Add more links.
18566
18567 2007-08-19 Juri Linkov <juri@jurta.org>
18568
18569 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18570 because it's common to both types of splash screen: fancy and normal.
18571 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18572 (exit-splash-screen): Rename from `fancy-splash-quit'.
18573 Use `quit-window' instead of `kill-buffer'.
18574 (fancy-splash-head): Use make-button to insert GNU image link.
18575 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18576 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18577 (normal-splash-screen): Put "Browse manuals" on the same line with
18578 "Emacs manual". Remove descriptions from "Useful tasks" and put
18579 all links in two columns on two lines.
18580
18581 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18582
18583 * emulation/viper.el (viper-remove-hooks): Remove some additional
18584 viper hooks when the user calls viper-go-away.
18585 (viper-go-away): Restore the default of default-major-mode.
18586 Save the value of default-major-mode before vaperization.
18587
18588 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18589
18590 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18591
18592 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18593 buffer for which file is created.
18594
18595 2007-08-19 Glenn Morris <rgm@gnu.org>
18596
18597 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18598 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18599 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18600 shadow files messing up the compilation.
18601
18602 2007-08-18 Glenn Morris <rgm@gnu.org>
18603
18604 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18605 string. Also apply eldoc-argument-case in the help-split-fundoc
18606 case. Adapt for changed behavior of eldoc-function-argstring,
18607 eldoc-function-argstring-format, and
18608 eldoc-highlight-function-argument.
18609 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18610 just call eldoc-docstring-format-sym-doc in that case.
18611 (eldoc-function-argstring): Change the behavior. Now it converts
18612 an argument list to a string.
18613 (eldoc-function-argstring-format): Change the behavior. Now it
18614 applies `eldoc-argument-case' to a string.
18615
18616 * progmodes/scheme.el (scheme-mode-variables): Set
18617 font-lock-comment-start-skip.
18618
18619 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18620
18621 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18622 set-syntax-table from here to ...
18623 (ada-mode): ... here. Do not change global value of
18624 comment-multi-line. Call new function
18625 ada-initialize-syntax-table-properties and add new function
18626 ada-handle-syntax-table-properties to font-lock-mode-hook.
18627 (ada-deactivate-properties, ada-initialize-properties): Replace
18628 by new functions ...
18629 (ada-handle-syntax-table-properties)
18630 (ada-initialize-syntax-table-properties)
18631 (ada-set-syntax-table-properties): ... to set up syntax-table
18632 properties uniformly, independently from whether font-lock-mode
18633 is enabled or not. Handle read-only buffers and do not change
18634 undo-list when setting syntax-table properties.
18635 (ada-after-change-function): Use ada-set-syntax-table-properties.
18636
18637 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18638
18639 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18640 (meta-indent-current-nesting): Use a computation of the nesting
18641 instead.
18642 (meta-indent-current-indentation): Indentation is given according
18643 to nesting and if the previous line was finished or not.
18644 (meta-indent-unfinished-line): Tell if the current line ends with
18645 a finished expression.
18646 (meta-indent-looking-at-code): Like `looking-at', but checks if
18647 the point is in a string before.
18648 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18649 done in the nesting function.
18650 (meta-indent-in-string-p): Tell if the current point is in a
18651 string.
18652 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18653 previous functions.
18654
18655 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18656
18657 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18658 (copyright-update-year, copyright-update)
18659 (copyright-fix-years): Use it.
18660
18661 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18662
18663 * emacs-lisp/copyright.el (copyright-update-year):
18664 Fix bug: Handle nil copyright-limit.
18665
18666 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18667
18668 * calc/calc-units.el (math-standard-units): Give exact
18669 conversion for tsp.
18670
18671 * calc/calc.el (math-bignum-digit-length): Compute the
18672 appropriate value.
18673
18674 * calc/calc-bin.el (math-bignum-logb-digit-size)
18675 (math-bignum-digit-power-of-two):
18676 * calc/calc-comb.el (math-small-factorial-table):
18677 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18678 (math-approx-gamma-const):
18679 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18680 (math-besY1, math-bernoulli-b-cache):
18681 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18682 Remove `eval-when-compile's.
18683
18684 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18685
18686 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18687 (cperl-find-pods-heres): Fix an error when typing expressions like
18688 `s{a}{b}'.
18689
18690 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18691
18692 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18693 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18694 a special case (there's no build number).
18695
18696 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
18697
18698 * completion.el (symbol-under-point, symbol-before-point)
18699 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18700
18701 2007-08-17 Glenn Morris <rgm@gnu.org>
18702
18703 * progmodes/compile.el (compilation-get-file-structure): Make use
18704 of the directory part when checking for an existing entry, to
18705 handle files with same basename in different directories.
18706
18707 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18708
18709 * calc/calc.el (calc-language-alist): Add texinfo-mode.
18710
18711 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18712
18713 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18714 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18715 (ps-paragraph-spacing): Docstring fix.
18716
18717 2007-08-16 Glenn Morris <rgm@gnu.org>
18718
18719 * ps-print.el (ps-font-size): Doc fix.
18720
18721 2007-08-16 Richard Stallman <rms@gnu.org>
18722
18723 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18724
18725 2007-08-15 Juri Linkov <juri@jurta.org>
18726
18727 * startup.el (initialization): Change parent group from `internal'
18728 to `environment'.
18729 (initial-buffer-choice): New variable.
18730 (command-line): Revert 2007-07-02 change that sets
18731 buffer-offer-save in *scratch* and enables auto-save in it.
18732 (fancy-splash-text): Add links to existing items. Add new items
18733 with links for useful tasks. Move information about Control-g to
18734 fancy-splash-head. Move "Emacs Guided Tour" to the end.
18735 (fancy-splash-keymap): New variable.
18736 (fancy-splash-last-input-event): Remove variable.
18737 (fancy-splash-insert): Add processing of `:link' element.
18738 (fancy-splash-head): Replace "Type Control-l to begin editing"
18739 with "Type `q' to exit".
18740 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18741 (fancy-splash-default-action, fancy-splash-special-event-action):
18742 Remove functions.
18743 (fancy-splash-quit): New function.
18744 (fancy-splash-screens): Rename input arg from `hide-on-input' to
18745 `static' and reverse the condition of its usage. Don't preserve
18746 original values of `minor-mode-map-alist',
18747 `emulation-mode-map-alists', `special-event-map'.
18748 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18749 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18750 Remove processing of special events. Use local key map
18751 `fancy-splash-keymap'. Set buffer to read-only.
18752 (normal-splash-screen): Rename input arg from `hide-on-input' to
18753 `static' and reverse the condition of its usage.
18754 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18755 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18756 Add links to existing items. Add new items with links for useful
18757 tasks. Use local key map `fancy-splash-keymap'.
18758 (display-splash-screen): Rename input arg from `hide-on-input' to
18759 `static'.
18760 (about-emacs): Add alias to display-splash-screen.
18761 (command-line-1): Use `initial-buffer-choice'.
18762
18763 * menu-bar.el (menu-bar-help-menu):
18764 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18765 item to about-emacs instead of display-splash-screen.
18766
18767 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
18768
18769 * calc/calc-units.el (math-standard-units): Update values.
18770 Put in exact, rational values when possible.
18771 (math-unit-prefixes): Replace floats with powers of ten.
18772 (math-standard-units-systems): Replace floats with integers.
18773 (math-make-unit-string): Remove extra spaces in output.
18774
18775 2007-08-15 Glenn Morris <rgm@gnu.org>
18776
18777 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18778 sloppier, for the sake of GNU Mailman.
18779 (rmail-digest-rfc1153): Initialize `result' correctly.
18780
18781 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
18782
18783 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18784 in the mail title. Suggested by Reiner Steib.
18785
18786 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
18787
18788 * calc/calc-aent.el (calc-do-quick-calc): Add binary
18789 representation of integers to the list of outputs.
18790
18791 2007-08-14 Glenn Morris <rgm@gnu.org>
18792
18793 * simple.el (bad-packages-alist): New constant.
18794 (bad-package-check): New function. Together, these two add elements
18795 to `after-load-alist' to check for problematic external packages.
18796 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18797
18798 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
18799
18800 * calc/calc-units.el (math-get-standard-units)
18801 (math-get-units, math-make-unit-string)
18802 (math-get-default-units, math-put-default-units): New functions.
18803 (math-default-units-table): New variable.
18804 (calc-convert-units, calc-convert-temperature): Add machinery
18805 to supply default values.
18806
18807 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
18808
18809 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18810 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18811 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18812 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18813
18814 * emulation/tpu-extras.el: Remove spurious * in docstrings.
18815 Put its autoloads into tpu-edt.el rather than loaddefs.el.
18816 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18817 Make into a proper minor-mode.
18818 (tpu-backward-char, tpu-next-line, tpu-previous-line)
18819 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18820 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18821 (tpu-set-cursor-free, tpu-set-cursor-bound):
18822 Delegate to tpu-cursor-free-mode.
18823 (tpu-next-line, tpu-previous-line, tpu-forward-line)
18824 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18825 Use line-move or forward-line instead of next-line-internal.
18826
18827 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
18828
18829 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18830
18831 2007-08-12 Richard Stallman <rms@gnu.org>
18832
18833 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18834 (cvs-execute-single-file): Use new name split-string-and-unquote.
18835 (cvs-header-msg): Use new name combine-and-quote-strings.
18836
18837 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18838
18839 * progmodes/gud.el (gud-common-init): Use new name
18840 split-string-and-unquote.
18841
18842 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18843 in javac regexp.
18844
18845 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18846 combine-and-quote-strings and split-string-and-unquote.
18847
18848 * subr.el (combine-and-quote-strings): Rename from strings->string.
18849 (split-string-and-unquote): Rename from string->strings.
18850
18851 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18854 to buffer-local settings.
18855
18856 * emacs-lisp/backquote.el (backquote-delay-process): New function.
18857 (backquote-process): Add internal arg `level'. Use the two to
18858 correctly handle nested backquotes.
18859
18860 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
18861
18862 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18863 (vc-bzr-state-words): Add "kind changed" state word.
18864 (vc-bzr-status): New function. Return Bzr idea of file status,
18865 which is different from VC's.
18866 (vc-bzr-state): Use vc-bzr-status.
18867 (vc-workfile-unchanged-p): Use vc-bzr-status.
18868 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18869 (vc-dired-state): Process "kind changed" state word.
18870
18871 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18874
18875 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18876 Move from vc-default-find-file-not-found-hook.
18877
18878 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * man.el: Remove spurious * in docstrings.
18881 Merge defvars and toplevel setq-defaults.
18882 (Man-highlight-references0): Limit=nil rather than point-max.
18883 (Man-mode-map): Move initialization into the declaration.
18884 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18885 (Man-view-header-file): Use expand-file-name rather than concat.
18886 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18887
18888 * man.el (Man-next-section): Make sure we do not move backward.
18889
18890 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18891
18892 * files.el (auto-mode-alist): Use the purecopied text (duh!).
18893
18894 2007-08-08 Glenn Morris <rgm@gnu.org>
18895
18896 * Replace `iff' in doc-strings and comments.
18897
18898 2007-08-08 Martin Rudalics <rudalics@gmx.at>
18899
18900 * dired.el (dired-pop-to-buffer):
18901 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18902 * calendar/calendar.el (generate-calendar-window):
18903 * progmodes/compile.el (compilation-set-window-height):
18904 * textmodes/two-column.el (2C-two-columns, 2C-merge):
18905 Use window-full-width-p instead of comparing frame-width and
18906 window-width.
18907
18908 * progmodes/compile.el (compilation-find-buffer): Remove extra
18909 argument in call to compilation-buffer-internal-p.
18910
18911 2007-08-07 Tom Tromey <tromey@redhat.com>
18912
18913 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18914 Add safe-local-variable property.
18915
18916 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18917
18918 * image-mode.el (image-toggle-display): Use image-refresh.
18919
18920 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
18921
18922 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18923 unofficial version.
18924 (vc-bzr-command): Remove redundant setting of process-connection-type.
18925 (vc-bzr-admin-checkout-format-file): Add autoload.
18926 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18927 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18928 (vc-bzr-registered): Compare dirstate format tag with known good
18929 value, abort parsing if match fails. Warn user in docstring.
18930 (vc-bzr-workfile-version): Case for different Bzr branch formats.
18931 See bzrlib/branch.py in Bzr sources.
18932 (vc-bzr-diff): First argument FILES may be a string rather than a list.
18933 (vc-bzr-shell-command): Remove in favor of
18934 vc-bzr-command-discarding-stderr.
18935 (vc-bzr-command-discarding-stderr): New function.
18936
18937 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
18938
18939 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18940 program, and return nil.
18941 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18942 (vc-bzr-state): Look for path names relative to the repository
18943 root after status keyword.
18944 (vc-bzr-file-name-relative): New function.
18945 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18946 depend on it.
18947 (vc-bzr-admin-dirname, ...-checkout-format-file)
18948 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18949 files that we now parse directly for speed.
18950 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18951 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18952 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18953 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
18954 Bzr warnings, so we must discard it.
18955 (vc-bzr-workfile-version): Speedup counting lines from
18956 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18957 if that file doesn't exist.
18958 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18959 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
18960 to `vc-directory-exclusion-list'.
18961 (vc-bzr-shell-command): New function.
18962
18963 2007-08-06 Tom Tromey <tromey@redhat.com>
18964
18965 * diff-mode.el (diff-unified->context, diff-reverse-direction)
18966 (diff-fixup-modifs): Typo in docstring.
18967
18968 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18971 count-screen-lines.
18972 (tpu-edt-off): Disable relevant pieces of advice.
18973
18974 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18975 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
18976 (newline, newline-and-indent, do-auto-fill): Use advice instead of
18977 redefining the function.
18978 (tpu-set-scroll-margins): Activate the pieces of advice.
18979
18980 2007-08-06 Martin Rudalics <rudalics@gmx.at>
18981
18982 * help.el (resize-temp-buffer-window): Use window-full-width-p
18983 instead of comparing frame-width and window-width.
18984
18985 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
18986
18987 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18988 optional quotes around files in NEED-UPDATE . REMOVED case.
18989
18990 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18991 (ada-treat-cmd-string): Improve error message.
18992 (ada-do-file-completion): Call `ada-require-project-file', so
18993 project variables are set properly.
18994 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18995 (ada-gnatfind-buffer-name): New constant.
18996 (ada-find-any-references): Use new constant. Set buffer name
18997 properly in compilation-start. Toggle read-only properly.
18998 (ada-find-in-src-path): Fix spelling error in docstring.
18999
19000 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19001 by zero error.
19002
19003 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19006
19007 2007-08-12 Richard Stallman <rms@gnu.org>
19008
19009 * progmodes/sh-script.el (sh): Delete group `unix'.
19010
19011 * progmodes/gud.el (gud): Change to group `processes'.
19012
19013 2007-08-11 Glenn Morris <rgm@gnu.org>
19014
19015 * progmodes/compile.el (compilation-buffer-name): Don't check
19016 compilation-arguments. It is superfluous, and the variable isn't
19017 even set when this function is called.
19018
19019 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19020
19021 * term/mac-win.el (mac-ae-reopen-application): New function.
19022 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19023
19024 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19025
19026 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19027 take tex-font-script-display into account.
19028 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19029 cell to a list of 2 elements to simplify the unfontify code.
19030
19031 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19032
19033 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19034 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19035 ps-print-color-p is neither nil nor black-white. Reported by Christian
19036 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19037
19038 2007-08-08 Andreas Schwab <schwab@suse.de>
19039
19040 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19041 self-insert-command, not self-insert.
19042
19043 2007-08-08 Glenn Morris <rgm@gnu.org>
19044
19045 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19046 argument optional, for backwards compatibility, and only highlight
19047 args when present. Fix symbol name typo (doc/args).
19048
19049 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19050 rather than just `-'.
19051
19052 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19053
19054 * calc/calc-units.el (calc-convert-temperature):
19055 Use `/' to create fractions.
19056
19057 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19058
19059 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19060 global matching.
19061 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19062 ERROR-BUFFER more robust. Display output.
19063 (tramp-file-name-handler): Add a connection property when we found
19064 a foreign file name handler. This allows backends like ftp to
19065 profit also from usr/host name completion based on connection
19066 cache.
19067 (tramp-send-command-and-read): Search for trash after the regexp
19068 until eol only. In XEmacs, there is a problem with \n.
19069
19070 * net/tramp-cache.el (top): Read persistent connection history
19071 when cache is empty.
19072
19073 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19074
19075 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19076 resulting output.
19077
19078 2007-08-07 Sam Steingold <sds@gnu.org>
19079
19080 * progmodes/compile.el (compilation-start): Pass nil as startfile
19081 to comint-exec.
19082
19083 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19084
19085 * longlines.el (longlines-decoded): New variable.
19086 (longlines-mode): Avoid encoding or decoding the buffer twice.
19087
19088 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19089
19090 * format.el (format-insert-file): Make sure that at most one undo
19091 entry is recorded for the insertion. Inhibit point-motion and
19092 modification hooks around call to insert-file-contents.
19093
19094 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19097 Select the buffer's window before moving point.
19098
19099 2007-08-07 Richard Stallman <rms@gnu.org>
19100
19101 * term.el (term): Remove parent group `unix'.
19102
19103 * simple.el (default-indent-new-line): New function.
19104 It calls comment-line-break-function if there are comments.
19105 (do-auto-fill): Use that.
19106
19107 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19108
19109 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19110 (PC-do-completion): Add "acronym completion" for symbols and
19111 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19112
19113 2007-08-06 Sam Steingold <sds@gnu.org>
19114
19115 * mouse.el (mouse-buffer-menu): Pass mode-name through
19116 format-mode-line because it may be a list,
19117 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19118
19119 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19120
19121 * printing.el (pr-update-menus): Docstring fix.
19122
19123 2007-08-06 Jason Rumney <jasonr@gnu.org>
19124
19125 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19126
19127 * vc-hooks.el (vc-call): Add doc string.
19128
19129 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19130
19131 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19132 process-filter.
19133
19134 2007-08-06 Kenichi Handa <handa@m17n.org>
19135
19136 * international/quail.el: Wrap (require 'help-mode) by
19137 eval-when-compile.
19138 (quail-help-init): New function.
19139 (quail-help): Call quail-help-init.
19140 (quail-store-decode-map-key): Change it to a function.
19141
19142 2007-08-05 Jason Rumney <jasonr@gnu.org>
19143
19144 * vc.el (vc-rollback): Add norevert argument back.
19145 (vc-revert-buffer): Add back as obsolete alias.
19146
19147 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19148
19149 * term.el: Honor term-default-fg-color and term-default-bg-color
19150 settings when modifying term-current-face.
19151 (term-default-fg-color, term-default-bg-color): Initialize from
19152 default term-current-face.
19153 (term-mode, term-reset-terminal): Set term-current-face with
19154 term-default-fg-color and term-default-bg-color.
19155 (term-handle-colors-array): term-current-face has term-default-fg-color
19156 and term-default-bg-color after reset escape sequence.
19157 (term-handle-colors-array): Set term-current-color with
19158 term-default-fg/bg-color instead of ansi-term-color-vector when the
19159 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19160
19161 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
19162
19163 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19164 (math-nlfit-givens): Let bind free variables.
19165
19166 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
19167
19168 * printing.el: Require lpr and ps-print when loading printing package.
19169 Reported by Glenn Morris <rgm@gnu.org>.
19170
19171 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
19172
19173 * files.el (set-auto-mode): Handle also remote files wrt
19174 `auto-mode-alist'.
19175
19176 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
19177
19178 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19179 curves and plotting.
19180
19181 * calc/calc-nlfit.el: New file.
19182
19183 2007-08-04 Glenn Morris <rgm@gnu.org>
19184
19185 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19186 zero, not nil, when the library is first loaded. Check for a file
19187 that has been modified on disk.
19188
19189 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19190 Remove duplicate defvar preventing initialization.
19191 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19192
19193 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19196 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19197 may match up to 4 lines.
19198 (diff-beginning-of-file-and-junk): Rewrite.
19199
19200 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19201
19202 * printing.el: Evaluate require only during compilation.
19203 (pr-version): New version 6.9.1.
19204 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19205 (pr-global-menubar): Fix code.
19206
19207 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
19208
19209 * term.el (term-erase-in-display): Fix case when point is not at
19210 the beginning of the line.
19211
19212 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
19213
19214 * calc/calc-ext.el (math-get-value, math-get-sdev)
19215 (math-contains-sdev): New functions.
19216
19217 * calc/calc-graph.el (calc-graph-format-data)
19218 (calc-graph-add-curve): Check for error forms.
19219 (calc-graph-set-styles): Add option for error forms.
19220
19221 2007-08-03 Miles Bader <miles@gnu.org>
19222
19223 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19224 backend names for new backends to `Git', `Hg', and `Bzr'.
19225 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19226 not `HG'.
19227 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19228 name, not `GIT'.
19229 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19230 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19231
19232 2007-08-03 Richard Stallman <rms@gnu.org>
19233
19234 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19235 to update deleted flag.
19236
19237 * cus-edit.el (customize-apropos, customize-apropos-options)
19238 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19239
19240 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19241
19242 * startup.el (fancy-splash-head, startup-echo-area-message):
19243 Change message text.
19244
19245 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19246 All callers use line-move.
19247
19248 * progmodes/compile.el (compilation-find-buffer): Return current
19249 buffer immediately if suitable.
19250 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19251
19252 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19253
19254 * faces.el (face-normalize-spec): New function.
19255 (frame-set-background-mode): Normalize face-spec before calling
19256 face-spec-match-p.
19257
19258 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * server.el (server-window): Add switch-to-buffer-other-frame option.
19261
19262 2007-08-03 Glenn Morris <rgm@gnu.org>
19263
19264 * cus-edit.el (customize-apropos): Make the error message indicate
19265 what kind of thing the user was trying to customize.
19266
19267 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19268
19269 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19270 Fix off-by-one error in previous change.
19271
19272 2007-08-03 Drew Adams <drew.adams@oracle.com>
19273
19274 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19275 Make buffer writable.
19276
19277 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19278
19279 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19280 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19281 Use native Emacs functions, when appropriate.
19282
19283 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19284 Stefan Monnier <monnier@iro.umontreal.ca>
19285
19286 * vc.el: Document new VC operation `extra-menu'.
19287
19288 * vc-hooks.el (vc-default-extra-menu): New function.
19289
19290 * menu-bar.el (menu-bar-vc-filter): New function.
19291 (menu-bar-tools-menu): Use it as a filter.
19292
19293 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19294
19295 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19296
19297 2007-08-01 Glenn Morris <rgm@gnu.org>
19298
19299 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19300 strings.
19301 (fortran-tab-mode-default): Remove needless autoload.
19302 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19303 mark as risky.
19304 (fortran-line-length): New buffer-local variable, safe if integer.
19305 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19306 Change from variables to constants.
19307 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19308 replace with a new function definition.
19309 (fortran-mode): Use fortran-line-length, and
19310 fortran-font-lock-syntactic-keywords as a function. Add a
19311 hack-local-variables-hook function.
19312 (fortran-line-length, fortran-hack-local-variables): New functions.
19313 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19314 Use fortran-line-length rather than 72.
19315 (fortran-window-create-momentarily): Doc fix.
19316
19317 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19318
19319 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19320 Fix parent groups link.
19321
19322 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19323
19324 * progmodes/python.el (python-current-defun): Adjust to never fall
19325 into infinite loop.
19326
19327 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19328
19329 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19330
19331 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19332
19333 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19334 (copyright-fix-years, copyright): Correctly handle the case where
19335 copyright-limit is nil.
19336
19337 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19338
19339 * progmodes/python.el (run-python): Fix path separator under w32.
19340
19341 2007-07-30 Richard Stallman <rms@gnu.org>
19342
19343 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19344 Treat non-break space as whitespace in Lisp.
19345
19346 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19347
19348 * vc.el (vc-dired-hook): Use inhibit-read-only.
19349
19350 * progmodes/compile.el (compilation-forget-errors):
19351 Reset compilation-auto-jump-to-next.
19352
19353 2007-07-30 Michael Olson <mwolson@gnu.org>
19354
19355 * cus-edit.el (custom-group-save): Fix void function definition
19356 error. Thanks to Zhang Wei for the report.
19357
19358 * ps-print.el: Check in trivial changes to the autoloads section
19359 caused by the build process. These autoloads really ought to be
19360 placed in a separate file, methinks.
19361
19362 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19363
19364 * calendar/calendar.el (calendar-mode): Make sure
19365 displayed-(month|year) are set.
19366 (calendar-basic-setup): Display buffer before adjusting window sizes.
19367 (generate-calendar-window): Use inhibit-read-only. Simplify.
19368 Generate buffer and set displayed-month and displayed-year before
19369 calling update-calendar-mode-line.
19370
19371 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19372
19373 * net/tramp.el:
19374 * net/tramp-uu.el:
19375 * net/trampver.el: Use utf-8 encoding with coding cookie.
19376
19377 * net/tramp-cache.el:
19378 * net/tramp-fish.el:
19379 * net/tramp-ftp.el:
19380 * net/tramp-gw.el:
19381 * net/tramp-smb.el: Remove coding cookie.
19382
19383 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19384 Flush buffer file-name's file property.
19385 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19386
19387 * net/trampver.el: Update release number.
19388
19389 2007-07-29 Juri Linkov <juri@jurta.org>
19390
19391 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19392 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19393 when major-mode is not dired-mode.
19394 (dired-toggle-read-only): New function.
19395 (dired-recursive-deletes): Remove obsolete comments about old
19396 default value.
19397 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19398
19399 * wdired.el (wdired-exit): New function.
19400 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19401
19402 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * cus-edit.el (customize-read-group): New fun.
19405 (customize-group-other-window, customize-face-other-window):
19406 Prompt before delegating to customize-(group|face).
19407 Bind pop-up-windows rather than use the other-window argument.
19408 (customize-group, customize-face): Prompt from the interactive spec.
19409 Remove args `prompt-for-group' and `other-window'.
19410
19411 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19412 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19413 last change.
19414
19415 2007-07-28 Masatake YAMATO <jet@gyve.org>
19416
19417 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19418 Use backend name as the menu label. Suggested by David Kastrup.
19419
19420 2007-07-28 Alan Mackenzie <acm@muc.de>
19421
19422 Fix problem with modes derived from CC Mode:
19423 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19424 macro to cc-langs.
19425 (c-init-language-vars-for): Remove call to above macro.
19426 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19427 been moved to here.
19428 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19429
19430 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19431
19432 * net/trampver.el: Fix the `coding' cookie.
19433
19434 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19435
19436 * vc-git.el (vc-git-print-log): Support both the old single file
19437 interface and the new one.
19438
19439 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19440
19441 * bindings.el (mode-line-remote): Use updated %@ construct.
19442
19443 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19446 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19447 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19448 (diary-list-bahai-entries, diary-bahai-mark-entries)
19449 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19450 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19451 New names to clean up namespace.
19452 (list-bahai-diary-entries, mark-bahai-diary-entries)
19453 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19454 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19455 Add compatibility aliases.
19456
19457 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19458
19459 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19460 (calendar-scroll-left-three-months)
19461 (calendar-scroll-right-three-months): Clean up namespace.
19462 (scroll-calendar-left, scroll-calendar-right)
19463 (scroll-calendar-left-three-months)
19464 (scroll-calendar-right-three-months): Add compatibility aliases.
19465
19466 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19467 Behave like mouse-scroll-calendar-* when used from the mouse.
19468
19469 * calendar/cal-menu.el (cal-menu-scroll-menu)
19470 (cal-menu-global-mouse-menu):
19471 * calendar/calendar.el (calendar-mode-map):
19472 Use new calendar-scroll-* names.
19473 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19474 Remove. Use calendar-scroll-* directly instead.
19475
19476 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19479 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19480 (ad-make-advised-definition, ad-cache-id-verification-code):
19481 Use commandp and interactive-form instead.
19482
19483 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19484
19485 * vc-git.el: Relicense to GPLv3 or later.
19486 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19487
19488 * vc-hooks.el (vc-handled-backends): Add GIT.
19489
19490 * vc.el (vc-directory-exclusion-list): Add .git.
19491
19492 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19493
19494 * vc-git.el (vc-git-revision-table)
19495 (vc-git-revision-completion-table): New functions.
19496
19497 2007-07-25 Glenn Morris <rgm@gnu.org>
19498
19499 * Relicense all FSF files to GPLv3 or later.
19500
19501 * COPYING: Switch to GPLv3.
19502
19503 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19504
19505 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19506 Replace it with another one which disables undo before calling
19507 erase-buffer and then turns it back on if needed.
19508
19509 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19510
19511 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19512
19513 2007-07-24 Glenn Morris <rgm@gnu.org>
19514
19515 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19516 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19517 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19518 (cal-tex-cursor-week, cal-tex-cursor-week2)
19519 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19520 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19521 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19522 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19523
19524 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * calendar/calendar.el (calendar-mode-map): Move initialization
19527 into declaration. Add menu bindings (used to be done in cal-menu).
19528 (calendar-mode): Don't add an activate-menubar-hook.
19529
19530 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19531 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19532 can be used on the menu entries.
19533 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19534 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19535 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19536 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19537 (calendar-flatten, cal-menu-update): Remove.
19538 (calendar-mouse-insert-hebrew-diary-entry)
19539 (calendar-mouse-insert-islamic-diary-entry)
19540 (calendar-mouse-insert-bahai-diary-entry):
19541 Remove (fold into cal-menu-diary-menu).
19542 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19543 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19544 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19545 (calendar-mouse-view-diary-entries): Minor simplifications.
19546 (calendar-event-to-date): Use with-current-buffer.
19547
19548 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19549
19550 * add-log.el (change-log-redate): Remove (not needed anymore and
19551 doesn't appear to work).
19552
19553 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19554
19555 * frame.el: Use mapc and dolist instead of mapcar where possible.
19556 (close-display-connection): New command.
19557
19558 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19559
19560 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19561 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19562
19563 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19564
19565 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19566
19567 * ps-mule.el: Doc fix.
19568 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19569 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19570
19571 2007-07-25 Glenn Morris <rgm@gnu.org>
19572
19573 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19574 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19575 (cal-tex-daily-end, cal-tex-hook)
19576 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19577 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19578 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19579 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19580 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19581 (cal-tex-day-prefix, cal-tex-day-name-format)
19582 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19583 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19584 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19585 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19586 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19587 etc, rather than \bf.
19588 (cal-tex-mini-calendar): Fix typos in previous change.
19589 (cal-tex-latexify-list): Remove inner let binding.
19590 (cal-tex-end-document, cal-tex-banner): Use multi-line
19591 cal-tex-comment.
19592 (cal-tex-comment): Handle embedded newlines.
19593 (cal-tex-LaTeXify-string): Use substring-no-properties.
19594
19595 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19596
19597 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19598 Add support for the Maden build tool.
19599
19600 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19601
19602 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19603
19604 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19607
19608 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19609
19610 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19611 C-x C-q.
19612
19613 * vc-git.el (vc-git-print-log): Fix previous change.
19614
19615 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19616
19617 * window.el (save-selected-window): Minor optimization.
19618 (bw-adjust-window): If operation failed, try with a smaller delta.
19619 (window-fixed-size-p): New function.
19620 (window-area-factor): New var.
19621 (balance-windows-area): New command.
19622
19623 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19624 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19625 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19626 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19627 (ps-mule-begin-job): Use dolist.
19628
19629 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19630
19631 * subr.el (start-file-process-shell-command)
19632 (process-file-shell-command): New defuns.
19633
19634 * progmodes/compile.el (compilation-start):
19635 Apply `start-file-process-shell-command'.
19636
19637 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19638
19639 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19640
19641 2007-07-24 Alan Mackenzie <acm@muc.de>
19642
19643 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19644 Initialise byte-compile-unresolved-functions before rather than
19645 after a compilation.
19646 (byte-compile-unresolved-functions): Amplify doc string.
19647
19648 2007-07-24 Glenn Morris <rgm@gnu.org>
19649
19650 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19651
19652 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19653 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19654 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19655 (cal-tex-cursor-week, cal-tex-cursor-week2)
19656 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19657 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19658 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19659 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19660
19661 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19662 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19663 (cal-tex-day-name-format, cal-tex-cal-one-month)
19664 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19665 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19666 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19667 (cal-tex-list-holidays, cal-tex-cursor-year)
19668 (cal-tex-cursor-year-landscape, cal-tex-year)
19669 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19670 (cal-tex-cursor-month, cal-tex-insert-days)
19671 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19672 (cal-tex-first-blank-p, cal-tex-cursor-week)
19673 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19674 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19675 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19676 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19677 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19678 (cal-tex-latexify-list, cal-tex-previous-month)
19679 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19680 modernization, including using dotimes rather than
19681 calendar-for-loop.
19682 (cal-tex-LaTeX-subst-list): Remove `@'.
19683 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19684 Use \textit and \textbf rather than \em and \it.
19685
19686 * calendar/cal-bahai.el (list-bahai-diary-entries)
19687 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19688 * calendar/cal-islam.el (list-islamic-diary-entries)
19689 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19690 * calendar/diary-lib.el (diary-list-entries)
19691 (mark-calendar-date-pattern): Use `dotimes' rather than
19692 `calendar-for-loop'.
19693
19694 * calendar/calendar.el (calendar-for-loop): Doc fix.
19695
19696 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19697
19698 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19699 underlying file is uptodate.
19700
19701 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
19702
19703 * replace.el (perform-replace): Use isearch-no-upper-case-p.
19704
19705 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * vc-hooks.el (vc-mode-line-map): New const.
19708 (vc-mode-line): Use it.
19709
19710 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19711
19712 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19713 (vc-git-unregister): New functions.
19714 (vc-git-find-version): Use the result of ls-files as a parameter
19715 for cat-file.
19716
19717 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
19718
19719 * net/tramp.el (tramp-perl-file-attributes)
19720 (tramp-perl-directory-files-and-attributes)
19721 (tramp-handle-file-attributes-with-stat)
19722 (tramp-handle-directory-files-and-attributes-with-stat)
19723 (tramp-convert-file-attributes): Handle huge file sizes.
19724
19725 2007-07-23 Juri Linkov <juri@jurta.org>
19726
19727 * isearch.el (isearch-message-function): New variable.
19728 (isearch-update, isearch-search): Use it.
19729
19730 * simple.el (goto-history-element): New function created from
19731 next-history-element.
19732 (next-history-element): Most code moved to goto-history-element.
19733 Call goto-history-element with (- minibuffer-history-position n).
19734 (previous-history-element): Call goto-history-element with (+
19735 minibuffer-history-position n).
19736 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19737 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19738 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19739 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19740 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19741 (minibuffer-history-isearch-pop-state): New functions.
19742
19743 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19744
19745 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19746 Also, if FILE is a list, return non-nil if any of its elements
19747 should stay local. Update docstring.
19748
19749 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19752 change by reverting a small part.
19753
19754 2007-07-23 Richard Stallman <rms@gnu.org>
19755
19756 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19757
19758 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19759
19760 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19761 handling it. Use vc-git-command.
19762 (vc-git-find-version, vc-git-diff-tree): New functions.
19763 (vc-git-revert): Use vc-git-command.
19764 (vc-git--run-command): Delete.
19765
19766 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19767
19768 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19769
19770 2007-07-20 Kenichi Handa <handa@m17n.org>
19771
19772 * international/utf-8.el (utf-8-post-read-conversion):
19773 Temporarily bind utf-8-compose-scripts to nil while running
19774 *-compose-region functions.
19775
19776 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19777
19778 * vc-git.el: Update status.
19779 (vc-directory-exclusion-list): Use eval-after-load.
19780
19781 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
19782
19783 * bindings.el (mode-line-remote): New variable.
19784 (help-echo): Add to default values of mode-line-format.
19785
19786 * files.el: Mark mode-line-remote as risky.
19787
19788 2007-07-22 Juri Linkov <juri@jurta.org>
19789
19790 * isearch.el (isearch-edit-string): Save old point and
19791 isearch-other-end to old-point and old-other-end before reading
19792 the search string from minibuffer. After exiting minibuffer set
19793 point to old-other-end if point and the search direction is the
19794 same as before reading the search string.
19795 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
19796 to isearch-other-end. Instead of isearch-search-and-update call
19797 three functions isearch-search, isearch-push-state and isearch-update.
19798
19799 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19800
19801 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19802 deal with multiple file arguments.
19803 (vc-git-print-log): Deal with multiple file arguments.
19804
19805 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19806
19807 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19808 diff-refine-hunk. Adjust users.
19809 (diff-unified-hunk-p, diff-splittable-p): New functions.
19810 (diff-mode-menu): Use it to disable Split when it doesn't work.
19811
19812 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19813
19814 * diff-mode.el (diff-mode-menu): New entries.
19815
19816 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19819 if applicable, so as to save undo-log space.
19820
19821 * diff-mode.el (diff-find-file-name): Add arg `batch'.
19822
19823 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19824 (diff-file-kill): Use it.
19825 (diff-beginning-of-hunk): Add arg `try-harder' using it.
19826 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19827 Use it so they find the hunk even when we're in the file header.
19828
19829 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19830
19831 * vc-git.el (vc-git-revision-granularity, vc-git-root)
19832 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19833 (vc-git-create-repo): New functions.
19834 (vc-git-registered): New autoloaded function definition.
19835 (vc-git-registered): Use vc-git-root.
19836 (vc-git-responsible-p): New defalias.
19837 (vc-git-annotate-extract-revision-at-line): Uncomment.
19838 (vc-git-print-log): Add the file name to the log.
19839 (vc-git-log-view-mode): New derived mode.
19840 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19841
19842 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19843
19844 * progmodes/grep.el (grep-compute-defaults): Keep default values.
19845
19846 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
19847
19848 * textmodes/reftex.el (reftex-access-parse-file): Create parse
19849 file in a way that does not interfere with recentf mode.
19850 (reftex-access-parse-file): Do not risk destroying an existing
19851 buffer.
19852
19853 2007-07-22 Alexandre Julliard <julliard@winehq.org>
19854
19855 * vc-git.el: New file.
19856
19857 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19858
19859 * textmodes/tex-mode.el (tex-font-script-display): Change default.
19860
19861 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19862
19863 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19864 for branches and new files.
19865
19866 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19867 local-map handling ...
19868 (vc-mode-line): ... here. Improve handling of help-echo.
19869
19870 * vc.el (mode-line-string): Document help-echo usage.
19871
19872 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19873
19874 Sync with Tramp 2.1.10.
19875
19876 * net/tramp.el (tramp-get-ls-command): Fix typo.
19877
19878 * net/trampver.el: Update release number.
19879
19880 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
19881
19882 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19883
19884 * term/x-win.el (x-handle-no-bitmap-icon): New function.
19885
19886 2007-07-22 Martin Rudalics <rudalics@gmx.at>
19887
19888 * add-log.el (change-log-fill-parenthesized-list): New function.
19889 (change-log-indent): Call change-log-fill-parenthesized-list.
19890 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19891 Have lines with leading asterisk start a paragraph.
19892
19893 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19894
19895 * calc/calc-math.el (math-emacs-precision)
19896 (math-largest-emacs-expt, math-smallest-emacs-expt):
19897 New variables.
19898 (math-use-emacs-fn): New function.
19899 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19900 appropriate.
19901
19902 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
19903
19904 * image-dired.el (image-dired-sane-db-file): New func.
19905 (image-dired-write-tags, image-dired-remove-tag)
19906 (image-dired-list-tags, image-dired-write-comments)
19907 (image-dired-get-comment, image-dired-mark-tagged-files)
19908 (image-dired-create-gallery-lists): Call new func.
19909 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19910
19911 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
19912
19913 * vc-hg.el (vc-hg-dir-state): Fix loop.
19914 (vc-hg-print-log): Fix expected return value for vc-hg-command.
19915 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19916 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19917 (vc-hg-revert): Likewise.
19918 (vc-hg-revision-table, vc-hg-revision-completion-table): New
19919 functions.
19920
19921 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19922
19923 * add-log.el (change-log-resolve-conflict): Don't lose data if the
19924 merge fails.
19925
19926 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19927
19928 * progmodes/compile.el (compilation-auto-jump-to-first-error):
19929 Add group and version.
19930
19931 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19932
19933 * add-log.el (add-log-file-name): Use file-relative-name.
19934 (add-change-log-entry): Delay reading
19935 add-log-(full-name|mailing-address) to after we've switched to the
19936 ChangeLog buffer so we get the right value.
19937 (add-change-log-entry, add-log-current-defun, change-log-merge):
19938 Use derived-mode-p rather than checking major-mode directly.
19939
19940 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19941 name for buffer-file-name if it refers to a directory.
19942
19943 * vc-arch.el (vc-arch-diff): Fix last change.
19944
19945 * progmodes/compile.el (compilation-start): Remember the original
19946 directory in a buffer-local compilation-directory.
19947 (compile): Set the global value of compilation-directory.
19948 (recompile): Use compilation-directory even in the compilation buffer.
19949
19950 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19951
19952 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19953
19954 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19955
19956 * ps-print.el: Problem with foreground and background color when
19957 printing a buffer with and without faces. Reported by Christian
19958 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19959 (ps-print-version): New version 6.7.5.
19960 (ps-default-fg): Change default value to nil, so black color is used
19961 when a face does not specify a foreground color.
19962 (ps-default-bg): Change default value to nil, so white color is used
19963 for background color.
19964 (ps-begin-job): Fix code.
19965
19966 2007-07-20 Eli Zaretskii <eliz@gnu.org>
19967
19968 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19969 in $(INSTALL_DIR)/lisp/ if they already exist.
19970
19971 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19972
19973 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19974 in $(INSTALL_DIR)/lisp/ if they already exist.
19975
19976 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * progmodes/vera-mode.el (vera-re-search-forward)
19979 (vera-re-search-backward): Remove use of store-match-data.
19980 (vera-mode-map): Move initialization into declaration.
19981
19982 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19983 (flymake-find-buildfile): Use locate-dominating-file.
19984
19985 * vc.el (vc-delistify): Use mapconcat.
19986 (vc-do-command): Minor simplification.
19987 (vc-expand-dirs): Use push.
19988
19989 * vc-mcvs.el (vc-mcvs-create-repo):
19990 * vc-cvs.el (vc-cvs-create-repo): Remove.
19991
19992 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19993 directory and the root as well.
19994
19995 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19996
19997 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19998 instead of a file.
19999
20000 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20001 (vc-hg-registered): Replace if with when.
20002 (vc-hg-state): Deal with nonexistent files and handle removed files.
20003 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20004 (vc-hg-checkout): Re-enable.
20005 (vc-hg-create-repo): Fix typos.
20006 (vc-hg-print-log): Fix for multiple files.
20007 (vc-hg-workfile-unchanged-p): New function.
20008
20009 * vc.el: Fix typo.
20010 (vc-print-log): Fix call to print-log.
20011 (vc-default-comment-history): Likewise.
20012 (vc-directory-exclusion-list): Add .hg and .bzr.
20013 (vc-diff-internal): Pass a list instead of a file.
20014
20015 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20016
20017 * vc-bzr.el (vc-bzr-create-repo): New function.
20018
20019 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20020
20021 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20022 `file' from which to start the search.
20023
20024 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20025
20026 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20027 having a single file argument to having a list of files as the
20028 first argument.
20029
20030 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20031
20032 * files.el (locate-dominating-file): New function.
20033
20034 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20035
20036 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20037 (grep-compute-defaults): Use it.
20038
20039 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20040
20041 * uniquify.el: Docstring fixes.
20042
20043 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20044
20045 * vc.el (revision-granularity, create-repo): Document new vc
20046 backend properties.
20047 (vc-rollback): Renamed from vc-cancel-version. Update references.
20048 Pass a list instead of a file.
20049 (vc-revert): Renamed from vc-revert-buffer. Update references.
20050 (vc-delistify, vc-expand-dirs): New functions.
20051 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20052 of files instead of a single file.
20053 (vc-position-context, vc-resync-window, vc-diff-internal)
20054 (vc-print-log): Pass a list instead of a file.
20055
20056 * vc-hooks.el (vc-stay-local-p, vc-backend)
20057 (vc-backend-subdirectory-name): Work on a file list, not a single
20058 file.
20059 (vc-workfile-version): Update docstring.
20060 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20061 vc-revert instead of vc-revert-buffer.
20062 (vc-prefix-map): Likewise. Bind vc-update.
20063
20064 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20065 (vc-svn-wash-log): New functions.
20066 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20067 (vc-svn-command): Deal with a list of files, not a single file.
20068
20069 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20070 (vc-rcs-wash-log): New functions.
20071 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20072 Deal with a list of files, not a single file.
20073 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20074
20075 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20076 functions.
20077 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20078 list of files, not a single file.
20079
20080 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20081 New functions.
20082 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20083 (vc-mcvs-diff): Deal with a list of files, not a single file.
20084
20085 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20086 functions.
20087 (vc-hg-print-log): Deal with a list of files, not a single file.
20088 (vc-hg-diff-tree): New function, replace defalias with the same
20089 name.
20090 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20091 FILES to denote that it is a file list, not a single file.
20092
20093 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20094 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20095 a single file.
20096 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20097 that it is a file list, not a single file.
20098 (vc-cvs-diff): Likewise. Simplify.
20099
20100 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20101 Deal with a list of files, not a single file.
20102
20103 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20104 (vc-bzr-print-log): Update FILE parameter name to denote that it
20105 is a file list, not a single file.
20106 (vc-bzr-diff): Likewise. Use the car of files.
20107
20108 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20109
20110 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20111 (follow-delete-other-windows-and-split, follow-recenter)
20112 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20113 (follow-redisplay, follow-estimate-first-window-start)
20114 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20115 Fix typos in docstrings.
20116
20117 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20118
20119 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20120 avoid that filling introduces lines with a single asterisk.
20121
20122 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20123 avoid incorrect kmacro-ring-empty-p messages.
20124 Reported by Michael Schierl <schierlm@gmx.de>.
20125
20126 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20127
20128 * vc.el: Add more info about the vc-registered function.
20129
20130 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20131
20132 * files.el (file-remote-p): Introduce optional parameter
20133 IDENTIFICATION.
20134
20135 * recentf.el (recentf-keep-default-predicate): Adapt call of
20136 `file-remote-p'.
20137
20138 * progmodes/grep.el (grep-probe): Use `process-file'.
20139 (grep-compute-defaults): Handle variables host specific.
20140
20141 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20142 parameter IDENTIFICATION.
20143
20144 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20145 parameter IDENTIFICATION.
20146 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20147 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20148 Add entry for `set-file-times'.
20149 (tramp-do-copy-or-rename-file-via-buffer)
20150 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20151 (tramp-handle-unhandled-file-name-directory): Rewrite.
20152 (tramp-convert-file-attributes): Add error handling when inode is
20153 extraordinary big.
20154 (tramp-get-inode): Change parameter from FILE to VEC.
20155 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20156 is nil. This is according to the specification. Goto (point-max)
20157 when ready.
20158 (tramp-handle-shell-command): Rewrite completely, using
20159 `process-file' and `start-file-process'.
20160 (tramp-methods, tramp-find-shell)
20161 (tramp-open-connection-setup-interactive-shell)
20162 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20163 var. Reported by Steve Youngs <steve@sxemacs.org>.
20164
20165 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20166 entry for `set-file-times'. Rename `start-process' into
20167 `start-file-process'. Remove `call-process' entry.
20168 (tramp-fish-handle-set-file-times): New defun.
20169 (tramp-fish-handle-executable-find): Use `process-file'.
20170 (tramp-fish-handle-process-file): New defun. Replaces
20171 `tramp-fish-handle-call-process'.
20172 (tramp-fish-do-copy-or-rename-file-directly): Use
20173 `set-file-times'.
20174 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20175
20176 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20177 `tramp-get-inode' parameter.
20178
20179 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20182 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
20183 nowadays, and by the time Emacs-23 comes out, nobody will even remember
20184 it has ever existed.
20185
20186 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20187
20188 * vc.el: Undo previous change.
20189
20190 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20191
20192 * makefile.w32-in (clean): Don't delete *~.
20193
20194 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * textmodes/tex-mode.el (tex-verbatim-environments):
20197 Add safe-local-variable property.
20198 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20199 when starting font-lock rather than when loading tex-mode.el.
20200
20201 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20202 whole $( rather than just the $. Rename from sh-quoted-subshell.
20203 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20204
20205 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20206
20207 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20208 bookmark-alist. Instead, if not sorting, simply return it.
20209 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20210 for its return value, not for its side effect.
20211
20212 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20213 case of alignment under a constant symbol, find and consider
20214 the sexp actually at indentation to be the "last sexp".
20215
20216 2007-07-16 Drew Adams <drew.adams@oracle.com>
20217
20218 * mouse.el (mouse-yank-secondary): Better error message if no
20219 secondary selection.
20220
20221 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20222
20223 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20224
20225 * term/xterm.el (xterm-turn-on-modify-other-keys)
20226 (xterm-turn-off-modify-other-keys): New functions.
20227 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20228 terminal supports it.
20229
20230 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20231
20232 * bookmark.el (bookmark-show-all-annotations):
20233 Make sure each inserted annotation ends with newline.
20234
20235 2007-07-15 Richard Stallman <rms@gnu.org>
20236
20237 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20238
20239 * tutorial.el (tutorial--find-changed-keys):
20240 Handle C-x specially like ESC.
20241
20242 2007-07-15 Aaron Hawley <aaronh@garden.org>
20243
20244 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20245
20246 2007-07-15 Juri Linkov <juri@jurta.org>
20247
20248 * delsel.el (delete-selection-pre-hook):
20249 * emulation/cua-base.el (cua-paste): Before a yank command,
20250 check also whether last-command is one of mouse-save-then-kill,
20251 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20252
20253 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20254
20255 * recentf.el (recentf-keep-default-predicate): New defun.
20256 (recentf-keep): Use it as initial value.
20257
20258 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20259
20260 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20261 thus restoring bookmark bindings to three slots under C-x r. See
20262 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20263
20264 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20265
20266 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20267
20268 2007-07-15 Jason Rumney <jasonr@gnu.org>
20269
20270 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20271 for input to cmdproxy on all versions of Windows.
20272 Use dos line ends for input to plink.
20273
20274 * comint.el (comint-simple-send): Concat newline before sending.
20275 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20276
20277 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20278
20279 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20280 safe-local-variable setting.
20281
20282 2007-07-14 David Kastrup <dak@gnu.org>
20283
20284 * emacs-lisp/advice.el (defadvice): Doc fix.
20285
20286 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * subr.el (when, unless): Doc fix.
20289
20290 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20291
20292 * replace.el (match): Use yellow1 instead of yellow.
20293
20294 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20295 red.
20296
20297 * pcvs-info.el (cvs-unknown): Likewise.
20298
20299 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20300
20301 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20302 (install): Use them to copy all *.el files before *.elc.
20303
20304 2007-07-13 Drew Adams <drew.adams@oracle.com>
20305
20306 * bookmark.el (bookmark-jump-other-window): New function.
20307 (bookmark-map): Bind it to "o".
20308
20309 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20310 and its thread contains discussion about this change.
20311 The original patch was slightly tweaked by Karl Fogel
20312 <kfogel@red-bean.com> before committing.
20313
20314 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20315
20316 * bookmark.el: Shorten some comments to fit within 80 lines.
20317
20318 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20319
20320 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20321 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20322 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20323 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20324
20325 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20326
20327 * textmodes/org.el: Bug fixes.
20328 (org-end-of-line): Move to end of line if in headline without tags.
20329
20330 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * vc-hooks.el: Remove spurious * in docstrings.
20333 (vc-handled-backends): Add BZR.
20334
20335 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20336
20337 2007-07-12 Davis Herring <herring@lanl.gov>
20338
20339 * desktop.el (desktop-buffer-info, desktop-save):
20340 Use `desktop-dirname' instead of `dirname'.
20341
20342 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20343
20344 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20345
20346 * progmodes/python.el (python-which-func-length-limit): New var.
20347 (python-which-func): New function.
20348 (python-current-defun): Add optional `length-limit' and try to fit
20349 computed function name to that length.
20350 (python-mode): Hook `python-which-func' up.
20351
20352 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20353
20354 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20355
20356 * comint.el (comint-dynamic-complete-as-filename):
20357 Use read-file-name-completion-ignore-case.
20358
20359 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * comint.el (comint-dynamic-list-filename-completions):
20362 Use read-file-name-completion-ignore-case.
20363
20364 * vc-cvs.el: Require CL.
20365 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20366 New functions to provide completion of revision names.
20367
20368 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20369 (vc-cvs-annotate-first-line-re): New const.
20370 (vc-cvs-annotate-process-filter): New fun.
20371 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20372
20373 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20374
20375 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20376 (eldoc-print-current-symbol-info): Adjust for changed helper
20377 function signatures.
20378 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20379 `eldoc-highlight-function-argument'.
20380 (eldoc-highlight-function-argument): New function.
20381 (eldoc-get-var-docstring): Format documentation with
20382 `font-lock-variable-name-face'.
20383 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20384 where suited.
20385 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20386 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20387
20388 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20389
20390 * progmodes/compile.el (compilation-start): `start-process' must
20391 still be redefined when calling `start-process-shell-command'.
20392
20393 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20394 remote file name, prepend its remote part to the filename.
20395 (gud-common-init): When `default-directory' is a remote file name,
20396 make the filename relative to it.
20397 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20398
20399 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20400
20401 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20402 mouse binding and a tooltip.
20403
20404 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20405
20406 * menu-bar.el (vc-menu-map): New defalias.
20407
20408 2007-07-10 Richard Stallman <rms@gnu.org>
20409
20410 * emacs-lisp/lisp-mode.el (eval-defun):
20411 Explain special handling of `defface'.
20412
20413 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20414
20415 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20416
20417 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20418
20419 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20420
20421 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20422
20423 * vc-arch.el (vc-arch-complete): Remove.
20424 (vc-arch-revision-completion-table): Use complete-with-action.
20425
20426 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20427 (complete-with-action): New function.
20428 (dynamic-completion-table): Use it.
20429
20430 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20431
20432 * comint.el (make-comint, make-comint-in-buffer)
20433 (comint-exec-1): Replace `start-process' by `start-file-process'.
20434
20435 * progmodes/compile.el (compilation-start): Revert redefining
20436 `start-process'.
20437
20438 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20439
20440 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20441 with EOLs when generating MD5 checksums.
20442
20443 * follow.el: Don't change the global map from the follow-mode-map
20444 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20445 XEmacs code.
20446 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20447 since `follow-mode' should be used instead for that.
20448
20449 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20450 (easy-menu-do-define): Use it.
20451 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20452
20453 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20454 (compilation-auto-jump-to-next): New vars.
20455 (compilation-auto-jump): New function.
20456 (compilation-error-properties): Use them to jump to first error.
20457 (compilation-start): Set the var if requested.
20458
20459 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20460 duplicates without also removing entries from other directories.
20461
20462 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20463
20464 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20465 Remember span as default.
20466 (org-columns-edit-value): Rename from `org-column-edit'.
20467 (org-columns-display-here-title): Rename from
20468 `org-overlay-columns-title'.
20469 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20470 (org-columns-get-autowidth-alist): Rename from
20471 `org-get-columns-autowidth-alist'.
20472 (org-columns-display-here): Rename from `org-overlay-columns'.
20473 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20474 (org-columns-quit): Rename from `org-column-quit'.
20475 (org-columns-show-value): Rename from `org-column-show-value'.
20476 (org-columns-content, org-columns-widen)
20477 (org-columns-next-allowed-value)
20478 (org-columns-edit-allowed, org-columns-store-format)
20479 (org-columns-uncompile-format, org-columns-redo)
20480 (org-columns-edit-attributes, org-delete-property)
20481 (org-set-property, org-columns-update)
20482 (org-columns-compute, org-columns-eval)
20483 (org-columns-not-in-agenda, org-columns-compute-all)
20484 (org-property-next-allowed-value)
20485 (org-columns-compile-format)
20486 (org-fill-paragraph-experimental)
20487 (org-string-to-number, org-property-action)
20488 (org-columns-move-left, org-columns-new)
20489 (org-column-number-to-string)
20490 (org-property-previous-allowed-value)
20491 (org-at-property-p, org-columns-delete)
20492 (org-columns-previous-allowed-value)
20493 (org-columns-move-right, org-columns-narrow)
20494 (org-property-get-allowed-values)
20495 (org-verify-version, org-column-string-to-number)
20496 (org-delete-property-globally): New functions.
20497 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20498 (org-columns-overlays): Rename from `org-column-overlays'.
20499 (org-columns-map): Rename from `org-column-map'.
20500 (org-columns-current-maxwidths): Rename from
20501 `org-current-columns-maxwidths'.
20502 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20503 (org-previous-header-line-format)
20504 (org-columns-inhibit-recalculation)
20505 (org-columns-top-level-marker): New variables.
20506 (org-columns-default-format): Rename from `org-default-columns-format'.
20507 (org-property-re): New constant.
20508
20509 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20510
20511 * subr.el (looking-at-p, string-match-p): New functions.
20512
20513 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20514
20515 * textmodes/tex-mode.el (tex-fontify-script)
20516 (tex-font-script-display): New variables to make display of
20517 superscripts and subscripts customizable.
20518 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20519
20520 2007-07-09 Richard Stallman <rms@gnu.org>
20521
20522 * isearch.el (isearch-edit-string): Call to isearch-push-state
20523 after the search.
20524
20525 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20526
20527 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20528 to 1 as enlarge-window uses the value to resize/shrink windows other
20529 than WINDOW if needed.
20530
20531 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20532
20533 * cus-start.el (file-coding-system-alist): Fix custom type.
20534
20535 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20536
20537 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20538 modified.
20539 (longlines-auto-wrap, longlines-window-change-function):
20540 Remove unnecessary calls to set-buffer-modified-p.
20541
20542 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20545 (vc-cvs-checkout): Remove last arg now unused; simplify.
20546
20547 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20548
20549 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20550
20551 * net/tramp.el:
20552 * net/tramp-ftp.el:
20553 * net/tramp-smb.el:
20554 * net/tramp-uu.el:
20555 * net/trampver.el: Migrate to Tramp 2.1.
20556
20557 * net/tramp-cache.el:
20558 * net/tramp-fish.el:
20559 * net/tramp-gw.el: New Tramp packages.
20560
20561 * net/tramp-util.el:
20562 * net/tramp-vc.el: Removed.
20563
20564 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20565 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20566
20567 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20568
20569 * progmodes/compile.el (compilation-start): Redefine
20570 `start-process' temporarily when `default-directory' is remote.
20571 Remove case of synchronous compilation, this won't happen ever.
20572 (compilation-setup): Make local variable `comint-file-name-prefix'
20573 for remote compilation.
20574
20575 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20576
20577 * novice.el (disabled-command-function): Fit window to buffer to
20578 make last line visible.
20579 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20580
20581 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20582 when handling the terminating event.
20583
20584 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20585
20586 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20587 (math-bignum-digit-length): Change to optimal value.
20588
20589 * calc/calc-bin.el (math-bignum-logb-digit-size)
20590 (math-bignum-digit-power-of-two): Evaluate when compiled.
20591
20592 * calc/calc-comb.el (math-small-factorial-table)
20593 (math-init-random-base, math-prime-test): Remove unnecessary calls
20594 to `math-read-number-simple'.
20595
20596 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20597 (math-approx-gamma-const): Add docstrings.
20598
20599 * calc/calc-forms.el (math-julian-date-beginning)
20600 (math-julian-date-beginning-int): New constants.
20601 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20602 Use the new constants.
20603
20604 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20605
20606 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20607 Add docstrings.
20608
20609 2007-07-07 Tom Tromey <tromey@redhat.com>
20610
20611 * vc.el (vc-annotate): Jump to line and output message only after the
20612 process is really all done.
20613
20614 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20615
20616 * vc.el (vc-exec-after): Don't move point from the sentinel.
20617 Forcefully read all the remaining text in the pipe upon process exit.
20618 (vc-annotate-display-autoscale, vc-annotate-lines):
20619 Don't stop at the first unrecognized line.
20620 (vc-annotate-display-select): Run autoscale after the process is done
20621 since it depends on the whole result.
20622
20623 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20624
20625 * term/w32-win.el (menu-bar-open): New function.
20626 Bind <f10> to it.
20627
20628 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20629
20630 * simple.el (start-file-process): New defun.
20631
20632 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20633
20634 * files.el (find-file-confirm-nonexistent-file): Rename from
20635 find-file-confirm-inexistent-file. Update users.
20636
20637 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20638 format of autoload block where the file's time-stamp is replaced by its
20639 MD5 checksum.
20640 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20641 time-stamp for secondary autoloads files.
20642 (update-directory-autoloads): Remove duplicate entries.
20643 Use time-less-p for time-stamps, as done in autoload-find-destination.
20644
20645 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20646
20647 * calc/calc.el (math-read-number): Replace number by variable.
20648 (math-read-number-simple): Properly parse small integers.
20649
20650 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20651
20652 * vc.el: Fix doc for the checkout function.
20653
20654 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20655
20656 * vc-hg.el (vc-hg-root): New function.
20657 (vc-hg-registered): Use it.
20658 (vc-hg-diff-tree): New defalias.
20659 (vc-hg-responsible-p): Likewise.
20660 (vc-hg-checkout): Comment out, not needed.
20661 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20662 (vc-hg-find-version, vc-hg-next-version): New functions.
20663
20664 2007-07-06 Andreas Schwab <schwab@suse.de>
20665
20666 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20667 dynamic bindings around the evaluation of the expression.
20668 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20669
20670 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20673 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20674 Use run-hooks rather than run-mode-hooks.
20675
20676 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20677
20678 * calc/calc-comb.el (math-random-digit): Rename to
20679 `math-random-three-digit-number'.
20680 (math-random-digits): Don't depend on representation of integer.
20681
20682 * calc/calc-bin.el (math-bignum-logb-digit-size)
20683 (math-bignum-digit-power-of-two): New constants.
20684 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20685 (math-not-bignum, math-clip-bignum): Use the constants
20686 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20687 instead of their values.
20688 (math-clip): Use math-small-integer-size instead of its value.
20689
20690 * calc/calc.el (math-add-bignum): Replace number by constant.
20691
20692 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20693
20694 * wid-edit.el (widget-documentation-string-value-create):
20695 Insert indentation spaces.
20696
20697 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20698
20699 * emacs-lisp/byte-opt.el: Revert last change.
20700
20701 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20702
20703 * vc-hooks.el (vc-handled-backends): Add HG.
20704
20705 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20706
20707 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * complete.el (PC-do-complete-and-exit): Add support for the new
20710 `confirm-only' confirmation mode.
20711
20712 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20713
20714 * cus-edit.el (custom-commands): New variable.
20715 (custom-tool-bar-map): New variable. Initialize using
20716 `custom-commands'.
20717 (custom-mode): Use `custom-tool-bar-map'.
20718 (custom-buffer-create-internal): Insert action buttons only if
20719 tool bar is not used. Use `custom-commands'.
20720 (Custom-help, custom-command-apply): New function.
20721 (custom-command-apply, Custom-set, Custom-save)
20722 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20723 Use `custom-command-apply' instead of duplicating code.
20724 (customize-group-other-window): Call `customize-group' instead of
20725 duplicating code.
20726 (customize-face-other-window): Call `customize-face' instead of
20727 duplicating code.
20728 (customize-group, customize-face): Add optional args for opening
20729 in another window.
20730 (custom-variable-tag): Don't inherit `variable-pitch' face.
20731 (custom-group-tag): Inherit `variable-pitch' face.
20732 (custom-variable-value-create): Set documentation indentation.
20733 (custom-group-value-create): Make group name a link, instead of
20734 using an extra "go to group" button.
20735 (custom-prompt-variable, custom-group-set, custom-group-save)
20736 (custom-group-reset-current, custom-group-reset-saved)
20737 (custom-group-reset-standard): Minor cleanup.
20738
20739 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20740
20741 * Makefile.in (bootstrap-prepare): When copying from
20742 ldefs-boot.el, make sure loaddefs.el is writeable.
20743
20744 (bootstrap-prepare): Make $(lisp)/ps-print.el
20745 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20746
20747 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20748
20749 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20750 only caller, and delete.
20751 (vc-hg-state): Deal with exceptions and only parse the output on
20752 successful return.
20753 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20754 caller, and delete.
20755 (vc-hg-workfile-version): Deal with exceptions and only parse the
20756 output on successful return.
20757 (vc-hg-revert): New function.
20758
20759 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
20760
20761 * calculator.el (calculator-expt): Use more cases to determine
20762 the value.
20763
20764 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
20765
20766 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20767 file names.
20768
20769 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20770
20771 * calculator.el (calculator-expt, calculator-integer-p):
20772 New functions.
20773 (calculator-fact): Check to see if the factorial will be too
20774 large before computing it.
20775 (calculator-initial-operators): Use `calculator-expt' to
20776 compute "^".
20777 (calculator-mode): Mention that results which are too large
20778 will return inf.
20779 * calc/calc-comb.el (math-small-factorial-table): Replace list
20780 by vector.
20781
20782 2007-07-03 David Kastrup <dak@gnu.org>
20783
20784 * shell.el: On request of the authors, remove their addresses for
20785 the sake of bug reports, and add the developer list address as
20786 maintainer information.
20787
20788 2007-07-03 Richard Stallman <rms@gnu.org>
20789
20790 * files.el (make-directory): Doc fix.
20791 (find-file-confirm-inexistent-file): Make it a defcustom.
20792 Make nil the default.
20793
20794 2007-07-02 Richard Stallman <rms@gnu.org>
20795
20796 * startup.el (command-line): Set buffer-offer-save in *scratch*
20797 and enable auto-save in it.
20798
20799 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
20800
20801 * textmodes/org.el (orgstruct-mode-map): New variable.
20802 (orgstruct-mode): New minor mode.
20803 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20804 (orgstruct-make-binding, org-context-p, org-get-local-variables)
20805 (org-run-like-in-org-mode): New functions.
20806 (org-cycle-list-bullet): New command.
20807 (org-special-properties, org-property-start-re)
20808 (org-property-end-re): New constants.
20809 (org-with-point-at): New macro.
20810 (org-get-property-block, org-entry-properties, org-entry-get)
20811 (org-entry-delete, org-entry-get-with-inheritance)
20812 (org-entry-put, org-buffer-property-keys): New functions.
20813 (org-insert-property-drawer): New command.
20814 (org-entry-property-inherited-from): New variable.
20815 (org-column): New face.
20816 (org-column-overlays, org-current-columns-fmt)
20817 (org-current-columns-maxwidths, org-column-map): New variables.
20818 (org-column-menu): New menu.
20819 (org-new-column-overlay, org-overlay-columns)
20820 (org-overlay-columns-title, org-remove-column-overlays)
20821 (org-column-show-value, org-column-quit, org-column-edit):
20822 New functions.
20823 (org-columns, org-agenda-columns): New commands.
20824 (org-get-columns-autowidth-alist): New functions.
20825 (org-properties): New customize group.
20826 (org-default-columns-format): New option.
20827 (org-priority): Realign tags after changing priority.
20828 (org-preserve-lc): New macro.
20829 (org-update-checkbox-count): Catch case when there is no headline.
20830 (org-agenda-quit): Remove any column overlays.
20831 (org-beginning-of-item-list): Fixed bug when non-item line is
20832 indented too deep.
20833 (org-cached-props): New variable.
20834 (org-cached-entry-get): New function.
20835 (org-make-tags-matcher): Handle property matches.
20836 (org-table-recalculate): Swap evaluation order: Field formula
20837 first, then column formulas, but don't allow them to overwrite the
20838 field formulas.
20839 (org-table-eval-formula): New argument untouchable.
20840 (org-table-put-field-property): New function.
20841
20842 2007-07-02 Martin Rudalics <rudalics@gmx.at>
20843
20844 * help-mode.el (help-make-xrefs): Skip spaces too when
20845 skipping tabs.
20846
20847 * ffap.el (dired-at-point-prompter): Improve prompt in
20848 list-directory case.
20849
20850 2007-07-01 Richard Stallman <rms@gnu.org>
20851
20852 * files.el (find-file-visit-truename): Fix safe-local-variable value.
20853
20854 2007-07-01 Richard Stallman <rms@gnu.org>
20855
20856 * cus-start.el (max-mini-window-height): Added.
20857
20858 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20859
20860 * complete.el (partial-completion-mode): Remove advice of
20861 read-file-name-internal.
20862 (PC-do-completion): Rebind minibuffer-completion-table.
20863 (PC-read-file-name-internal): New function doing what
20864 read-file-name-internal advice did.
20865
20866 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
20867
20868 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20869 property on a few symbols.
20870 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20871 (byte-optimize-lapcode): Remove bindings that are not referenced
20872 and certainly will not effect through dynamic scoping.
20873
20874 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * files.el (find-file-confirm-inexistent-file): New var.
20877 (find-file, find-file-other-window, find-file-other-frame)
20878 (find-file-read-only, find-file-read-only-other-window)
20879 (find-file-read-only-other-frame): Use it.
20880
20881 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20882
20883 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20884
20885 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
20886
20887 * generic-x.el (generic-define-mswindows-modes)
20888 (generic-define-unix-modes, apache-log-generic-mode)
20889 (bat-generic-mode-keymap, java-manifest-generic-mode)
20890 (show-tabs-generic-mode): Fix typos in docstrings.
20891
20892 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
20893
20894 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20895 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20896 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20897 (rcirc-print): Never ignore messages from ourself.
20898
20899 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20900
20901 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20902 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
20903
20904 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
20905
20906 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20907 replace-regexp-in-string.
20908
20909 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * emacs-lisp/cl.el: Set edebug and indentation before loading
20912 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20913
20914 2007-06-28 Andreas Schwab <schwab@suse.de>
20915
20916 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20917 $(lisp)/subdirs.el.
20918
20919 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
20920
20921 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20922 the speedbar frame if nil; that deletes the current frame or
20923 causes an error if it is the only frame.
20924 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20925
20926 2007-06-28 Kevin Ryde <user42@zip.com.au>
20927
20928 * textmodes/nroff-mode.el: Groff \# comments.
20929 (nroff-mode-syntax-table): \# comment intro,
20930 plain # as punct per global table.
20931 (nroff-font-lock-keywords): Add # as a single char escape.
20932 (nroff-mode): In comment-start-skip, match \#.
20933
20934 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20937 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20938 point-min == 1.
20939
20940 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
20941
20942 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20943 Rename and move to...
20944
20945 * subr.el (strings->string, string->strings): ...here.
20946
20947 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20948 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20949
20950 * progmodes/gud.el (gud-common-init): Call string->strings instead
20951 of split-string.
20952
20953 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
20954
20955 * dired-aux.el: Remove `dired-call-process'.
20956 (dired-check-process): Call `process-file'.
20957
20958 * wdired.el (wdired-do-perm-changes): Call `process-file'.
20959
20960 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20961 `ange-ftp-process-file'.
20962
20963 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20964
20965 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20966
20967 * emacs-lisp/cl-extra.el:
20968 * emacs-lisp/cl-seq.el:
20969 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20970 Add autoload cookies on all defs autoloaded manually in cl.el.
20971
20972 * emacs-lisp/cl-loaddefs.el: New file.
20973
20974 * textmodes/texinfmt.el (texinfo-raisesections-alist)
20975 (texinfo-lowersections-alist): Merge definition and declaration.
20976 (texinfo-start-of-header, texinfo-end-of-header): Remove.
20977 (texinfo-format-syntax-table): Merge init into declaration.
20978 (texinfo-format-parse-line-args, texinfo-format-parse-args)
20979 (texinfo-format-parse-defun-args, texinfo-format-node)
20980 (texinfo-push-stack, texinfo-multitable-widths)
20981 (texinfo-define-info-enclosure, texinfo-alias)
20982 (texinfo-format-defindex, batch-texinfo-format): Use push.
20983 (texinfo-footnote-number): Remove duplicate declaration.
20984
20985 * ps-print.el: Update with auto-generated autoloads.
20986
20987 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20988
20989 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20990
20991 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20992 relative to current dir for file-local settings.
20993 (autoload-generate-file-autoloads): Add `outfile' arg.
20994 (update-directory-autoloads): Use it to directly call
20995 autoload-generate-file-autoloads instead of going through
20996 update-file-autoloads so we avoid redundant searches and so we can know
20997 the set of buffers changed so we can save them all.
20998
20999 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21000 rather than throwing `up-to-date'.
21001 (autoload-generate-file-autoloads): Adjust correspondingly.
21002 (update-file-autoloads): Be careful to let-bind
21003 autoload-modified-buffers and adjust to new calling conventions.
21004 (autoload-modified-buffers): Make it a dynamically scoped var.
21005 (update-directory-autoloads): Use file-relative-name instead of
21006 autoload-trim-file-name.
21007 (autoload-insert-section-header): Don't use autoload-trim-file-name
21008 since the file is already relative now.
21009 (autoload-trim-file-name): Remove.
21010
21011 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21012 (vc-arch-complete, vc-arch--version-completion-table)
21013 (vc-arch-revision-completion-table): New functions to provide
21014 completion of revision names.
21015 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21016 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21017 to let the user trim the revlib.
21018
21019 * vc.el: Add new VC operation `revision-completion-table'.
21020 (vc-default-revision-completion-table): New function.
21021 (vc-version-diff, vc-version-other-window): Use it to provide
21022 completion of revision names if the backend provides it.
21023
21024 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21025
21026 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21027 of newer .svn/entries.
21028
21029 2007-06-25 David Kastrup <dak@gnu.org>
21030
21031 * calc/calc-poly.el (math-padded-polynomial)
21032 (math-partial-fractions): Add some function comments.
21033
21034 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21037 Make `outbuf' optional.
21038 (update-file-autoloads): Use it.
21039
21040 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21043 (autoload-find-destination): Keep it uptodate.
21044 (autoload-save-buffers): New fun.
21045 (update-file-autoloads): Use it. Re-add the "up to date" message.
21046
21047 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21048 (autoload-find-destination): New function extracted from
21049 update-file-autoloads.
21050 (update-file-autoloads): Use it.
21051 (autoload-generate-file-autoloads): New function extracted from
21052 generate-file-autoloads. Use file-relative-name. Delay computation of
21053 output-start to the first cookie. Remove done-any, replaced by
21054 output-start.
21055 (generate-file-autoloads): Use it.
21056
21057 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21058
21059 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21060 Use math-read-number-simple to insert constants.
21061 (math-prime-test): Redo calculation of sum.
21062
21063 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21064
21065 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21066 math-scale-bignum-3.
21067 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21068 math-bignum-digit-size.
21069 (math-isqrt-small): Add another possible initial guess.
21070
21071 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21072
21073 * textmodes/bibtex.el (bibtex-entry-format): New options
21074 `whitespace', `braces', and `string'.
21075 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21076 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21077 (bibtex-cite-matcher-alist): New variables.
21078 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21079 (bibtex-flash-head): Use blink-matching-delay.
21080 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21081 (bibtex-format-entry, bibtex-reformat): Handle new options of
21082 bibtex-entry-format.
21083 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21084 New functions.
21085 (bibtex-complete-internal): Do not display messages while
21086 minibuffer is used. Do not leave around a completions buffer
21087 that is out of date.
21088 (bibtex-copy-summary-as-kill): New optional arg.
21089 (bibtex-font-lock-url): New optional arg no-button.
21090 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21091 (bibtex-url): Allow multiple URLs per entry.
21092
21093 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21096 (update-file-autoloads, update-directory-autoloads): Use it.
21097 (autoload-file-load-name): New function.
21098 (generate-file-autoloads, update-file-autoloads): Use it.
21099 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21100 (generate-file-autoloads): If the autoloaded form is malformed,
21101 indicate the problem with a warning instead of aborting.
21102
21103 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21104
21105 * simple.el (next-error-recenter): Accept `(4)' as well;
21106 also, specify `integer' instead of `number'.
21107
21108 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21109
21110 * ls-lisp.el (insert-directory): If an invalid regexp error is
21111 thrown, try using FILE as a literal file name, not a wildcard.
21112
21113 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21114
21115 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21116 `header-line-format' when reentering ruler mode.
21117
21118 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21119
21120 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21121 FILE exists as a file.
21122
21123 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21124
21125 * calc/calc.el (math-bignum-digit-length)
21126 (math-bignum-digit-size, math-small-integer-size):
21127 New constants.
21128 (math-normalize, math-bignum-big, math-make-float)
21129 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21130 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21131 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21132 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21133 (math-quotient, math-div-bignum, math-div-bignum-digit)
21134 (math-div-bignum-part, math-format-bignum-decimal)
21135 (math-read-bignum): Use math-bignum-digit-length,
21136 math-bignum-digit-size and math-small-integer-size.
21137
21138 * calc/calc-ext.el (math-fixnum-big): Use the variable
21139 math-bignum-digit-size.
21140
21141 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21142
21143 * log-view.el (log-view-mode-menu): New menu.
21144
21145 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21146
21147 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21148 differently.
21149
21150 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21151 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21152
21153 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21154
21155 * vc-hg.el (vc-hg-print-log): Insert the file name.
21156 (vc-hg-log-view-mode): Fontify the file name.
21157
21158 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21159
21160 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21161 (calcFunc-julian): Fix incorrect number used in calculations.
21162
21163 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
21164
21165 * simple.el (next-error-recenter): New defcustom.
21166 (next-error, next-error-internal): Recenter if specified,
21167 immediately prior to running `next-error-hook'.
21168
21169 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21170 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21171
21172 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21173
21174 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21175
21176 * calc/calc-comb.el (math-small-factorial-table): New variable.
21177 (calcFunc-fact): Use `math-small-factorial-table'.
21178
21179 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21180 initial values.
21181 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21182 New variables to use in caches.
21183
21184 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21185 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21186
21187 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21188 (math-bernoulli-b-cache): Use math-read-number-simple to insert
21189 bignums.
21190
21191 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21192 New variables to use in caches.
21193
21194 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21195
21196 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21197
21198 * vc-hg.el (vc-hg-log-view-mode): New mode.
21199
21200 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
21201
21202 * calc/calc.el (math-read-number-simple): New function.
21203
21204 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21205
21206 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21207 (vera-font-lock-match-item): Fix doc string.
21208 (vera-in-comment-p): Remove unused function.
21209 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21210 use `syntax-ppss'.
21211 (vera-forward-syntactic-ws): Fix argument order.
21212 (vera-prepare-search): Use `with-syntax-table'.
21213 (vera-indent-line): Fix doc string.
21214 (vera-electric-tab): Fix doc string.
21215 (vera-expand-abbrev): Define alias instead of using `fset'.
21216 (vera-comment-uncomment-region): Use `comment-start-skip'.
21217
21218 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
21219
21220 * textmodes/org.el (org-export-with-footnotes): New option.
21221 (org-export-as-html): Fix replacement bug for XEmacs.
21222 (org-agenda-default-appointment-duration): New option.
21223
21224 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
21225
21226 * vc-hg.el: Add to do items.
21227 (vc-hg-diff): Add support for comparing different revisions.
21228 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21229 (vc-hg-annotate-extract-revision-at-line)
21230 (vc-hg-previous-version, vc-hg-checkin): New functions.
21231 (vc-hg-annotate-re): New constant.
21232
21233 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21234
21235 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21236
21237 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21238
21239 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21240 buffer-local value of log-view-*-re if applicable.
21241
21242 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21243 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21244 (vc-bzr-command*): Remove both (incompatible) versions.
21245 (vc-bzr-do-command*): Remove.
21246 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21247 Remove by folding into its only caller vc-bzr-command.
21248 (vc-bzr-command): Always set the environment, even when ineffective.
21249 (vc-bzr-version): Minor fix up.
21250 (vc-bzr-admin-dirname): New var.
21251 (vc-bzr-bzr-dir): Remove.
21252 (vc-bzr-root-dir): New fun.
21253 (vc-bzr-registered): Use it. Add an autoloaded version.
21254 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21255 (vc-bzr-view-log-function): Remove.
21256 (vc-bzr-log-view-mode): New major mode to replace it.
21257 (vc-bzr-print-log): Only activate the old hack if needed.
21258
21259 * vc.el (vc-default-log-view-mode): New function.
21260 (vc-print-log): Add new `log-view-mode' VC operation.
21261
21262 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21263
21264 * ido.el (ido-find-file-in-dir): Don't signal an error for
21265 empty directories.
21266
21267 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21268
21269 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21270 directory where the desktop file was found, as the docstring says.
21271 (desktop-kill): Use `read-directory-name'.
21272
21273 2007-06-20 Alan Mackenzie <acm@muc.de>
21274
21275 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21276 When removing lines, also remove the \n. Correction of patch of
21277 2007-04-21.
21278
21279 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21280
21281 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21282 event is not a cons cell. Do not unread drag-mouse-1 events.
21283 Select right window in check whether space was stolen from
21284 window above.
21285
21286 * help-mode.el (help-make-xrefs): Adjust position of new forward
21287 button.
21288
21289 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21290
21291 * vc-bzr.el (vc-bzr-with-process-environment)
21292 (vc-bzr-std-process-invocation): New macros.
21293 (vc-bzr-command, vc-bzr-command*): Use them.
21294 (vc-bzr-with-c-locale): Remove.
21295 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21296 (vc-bzr-buffer-nonblank-p): New function.
21297 (vc-bzr-state-words): New const.
21298 (vc-bzr-state): Look for `bzr status' keywords in output.
21299 Display everything else as a warning message to the user.
21300 Fix status report with bzr >= 0.15.
21301
21302 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21303
21304 * vc-hg.el (vc-hg-global-switches): Simplify.
21305 (vc-hg-state): Handle more states.
21306 (vc-hg-diff): Fix doc-string.
21307 (vc-hg-register): New function.
21308 (vc-hg-checkout): Likewise.
21309
21310 2007-06-20 Reto Zimmermann <reto@gnu.org>
21311
21312 * progmodes/vera-mode.el: New file.
21313
21314 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21315
21316 * calc/calc.el (calc-multiplication-has-precendence):
21317 New variable.
21318 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21319 New functions.
21320 (math-expr-opers): Define using math-standard-ops rather than
21321 math-standard-opers.
21322 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21323 equal the function math-standard-ops rather than the variable
21324 math-standard-opers.
21325 (calc-algebraic-entry): Let math-expr-opers equal
21326 math-standard-ops or math-expr-ops, as appropriate.
21327 (math-expr-read-level, math-read-factor): Let math-expr-opers
21328 equal math-expr-ops.
21329 * calc/calc-embed.el (calc-embedded-finish-edit):
21330 Let math-expr-opers equal the function math-standard-ops
21331 rather than the variable math-standard-opers.
21332 * calc/calc-ext.el (math-read-plain-expr)
21333 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21334 function math-standard-ops rather than the variable
21335 math-standard-opers.
21336 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21337 Let math-expr-opers equal the function math-standard-ops rather
21338 than the variable math-standard-opers.
21339 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21340 equal the function math-standard-ops rather than the variable
21341 math-standard-opers.
21342 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21343 equal the function math-standard-ops rather than the variable
21344 math-standard-opers.
21345 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21346 math-expr-ops.
21347
21348 2007-06-19 Ivan Kanis <apple@kanis.eu>
21349
21350 * vc-hg.el: New file.
21351
21352 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21353
21354 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21355 with font-lock-multiline.
21356
21357 2007-06-17 Glenn Morris <rgm@gnu.org>
21358
21359 * lpr.el (lpr-page-header-switches): Move %s to separate element
21360 for correct quoting. Doc fix.
21361
21362 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21365 than setting sgml-xml-mode.
21366 (sgml-mode, html-mode): Set sgml-xml-mode.
21367 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21368 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21369 (sgml-electric-tag-pair-before-change-function)
21370 (sgml-electric-tag-pair-flush-overlays): New functions.
21371 (sgml-electric-tag-pair-mode): New minor mode.
21372 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21373 (sgml-calculate-indent): Use assoc-string.
21374
21375 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21376
21377 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21378 chars before the "@" in an email address. Andreas Roehler noticed
21379 this problem.
21380
21381 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21382
21383 * thingatpt.el: Add support for email addresses (`email').
21384 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21385 (thing-at-point-email-regexp): New variable.
21386 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21387 properties on this symbol, with lambda forms for values.
21388
21389 2007-06-15 Masatake YAMATO <jet@gyve.org>
21390
21391 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21392
21393 * vc.el (vc-dired-hook): Check the backend returned from
21394 `vc-responsible-backend' can really handle `subdir'.
21395
21396 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21397
21398 * wid-edit.el (widget-add-documentation-string-button):
21399 Fix handling of documentation indent.
21400
21401 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21402
21403 * mb-depth.el: New file.
21404
21405 2007-06-15 Masatake YAMATO <jet@gyve.org>
21406
21407 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21408
21409 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21410
21411 * wid-edit.el (widget-default-create): Move ?h handling here...
21412 (widget-default-format-handler): ...from here.
21413 (widget-docstring, widget-add-documentation-string-button): New funs.
21414 (documentation-string): Add :visibility-widget property.
21415 (widget-documentation-string-value-create): Use it.
21416
21417 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21418 (custom-buffer-create-internal): Simplify message.
21419 (custom-variable-tag): Reduce height to normal.
21420 (custom-variable-value-create, custom-face-value-create)
21421 (custom-visibility): New widget.
21422 (custom-visibility): New face.
21423 (custom-group-value-create):
21424 Call widget-add-documentation-string-button, using `custom-visibility'.
21425
21426 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21427
21428 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21429 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21430 change. Apparently the "warning even if the group is implicit" is
21431 a feature rather than a bug.
21432
21433 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21434
21435 * emulation/viper.el (viper-describe-key-ad)
21436 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21437 Compile them conditionally.
21438 (viper-version): Belated version change.
21439
21440 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21441
21442 * follow.el (follow-all-followers, follow-generic-filter):
21443 * pcomplete.el (pcomplete-restore-windows):
21444 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21445 (x-dnd-drop-data):
21446 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21447 * progmodes/python.el (python-complete-symbol):
21448 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21449
21450 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21451
21452 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21453 around bright and dim regexps. Make sure bright and dim matches
21454 use word anchors. Send text through rcirc-markup functions.
21455 (rcirc-url-regexp): Add single quote character.
21456 (rcirc-connect): Write logs to disk on auto-save-hook.
21457 Make server a non-optional argument.
21458 (rcirc-log-alist): New variable.
21459 (rcirc-log-directory): Make customizable.
21460 (rcirc-log-flag): New customizable variable.
21461 (rcirc-log): New function.
21462 (rcirc-print): Use above function.
21463 (rcirc-log-write): New function.
21464 (rcirc-generate-new-buffer-name): Strip text properties.
21465 (rcirc-switch-to-buffer-function): Remove variable.
21466 (rcirc-last-non-irc-buffer): Remove variable.
21467 (rcirc-non-irc-buffer): Add function.
21468 (rcirc-next-active-buffer): Use above function.
21469 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21470 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21471 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21472 (rcirc-omit-mode): Add minor-mode.
21473 (rcirc-mode-map): Change C-c C-o binding.
21474 (rcirc-mode): Clear mode-line-process. Use a custom
21475 fill-paragraph-function. Set up buffer-invisibility-spec.
21476 (rcirc-response-formats): Remove timestamp code.
21477 (rcirc-omit-responses): Add variable.
21478 (rcirc-print): Don't put the overlay arrow on potentially omitted
21479 lines. Log line to disk. Record activity for private messages
21480 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21481 (rcirc-jump-to-first-unread-line): Print message if there is no
21482 unread text.
21483 (rcirc-clear-unread): New function.
21484 (rcirc-markup-text-functions): Add variable.
21485 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21486 (rcirc-debug): Don't mess with window configuration.
21487 (rcirc-send-message): Send message before printing locally.
21488 Add SILENT argument, do not print message if non-nil.
21489 (rcirc-visible-buffers): New function and variable.
21490 (rcirc-window-configuration-change-1): Add function.
21491 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21492 server buffer.
21493 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21494 (rcirc-fill-paragraph): Add function.
21495 (rcirc-record-activity, rcirc-window-configuration-change-1):
21496 Only update the activity string if it has actually changed.
21497 (rcirc-update-activity-string): Remove padding characters from the
21498 mode-line string.
21499 (rcirc-disconnect-buffer): New function to be called when a
21500 channel is parted or the user quits.
21501 (rcirc-server-name): Warn when the server-name hasn't been set.
21502 (rcirc-window-configuration-change): Postpone work until
21503 post-command-hook.
21504 (rcirc-window-configuration-change-1): Update mode-line and
21505 overlay arrows here.
21506 (rcirc-authenticate): Fixc hanserv identification.
21507 (rcirc-default-server): Remove variable.
21508 (rcirc): Connect according to rcirc-connections.
21509 (rcirc-connections): Add variable.
21510 (rcirc-startup-channels-alist): Remove variable.
21511 (rcirc-startup-channels): Remove function.
21512
21513 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21514
21515 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21516
21517 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21518
21519 * term/xterm.el (terminal-init-xterm): Escape parens in character
21520 constants.
21521
21522 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21525 Use [:alpha:] and [:alnum:] where applicable.
21526 (sh-quoted-subshell): Rewrite to correctly
21527 handle nested mixes of `...' and $(...).
21528 (sh-apply-quoted-subshell): Remove.
21529 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21530
21531 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21532
21533 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21534
21535 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21536 previous change.
21537
21538 2007-06-12 Tom Tromey <tromey@redhat.com>
21539
21540 * subr.el (user-emacs-directory): New defconst.
21541 * cmuscheme.el (scheme-start-file):
21542 * shell.el (shell):
21543 * completion.el (save-completions-file-name):
21544 * custom.el (custom-theme-directory):
21545 * term/x-win.el (emacs-session-filename):
21546 * filesets.el (filesets-menu-cache-file):
21547 * thumbs.el (thumbs-thumbsdir):
21548 * server.el (server-auth-dir):
21549 * image-dired.el (image-dired-dir):
21550 (image-dired-db-file):
21551 (image-dired-temp-image-file):
21552 (image-dired-gallery-dir):
21553 (image-dired-temp-rotate-image-file):
21554 * play/gamegrid.el (gamegrid-user-score-file-directory):
21555 * savehist.el (savehist-file):
21556 * tutorial.el (tutorial--saved-dir):
21557 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21558
21559 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21560
21561 * scroll-lock.el (scroll-lock-mode): Doc fix.
21562
21563 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21564
21565 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21566
21567 * ediff-init.el: Doc strings.
21568
21569 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21572 (byte-compile-file): Bind it.
21573 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21574 group argument is provided implicitly.
21575 (byte-compile-format-warn, byte-compile-from-buffer)
21576 (byte-compile-insert-header): Don't hardcode point-min==1.
21577 (byte-compile-file-form-require): Remove unused var old-load-list.
21578 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21579
21580 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21581
21582 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21583 Display error messages.
21584 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21585 Get rid of cl.el dependencies.
21586
21587 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21588 New variable.
21589 (viper-activate-input-method-action)
21590 (viper-inactivate-input-method-action):
21591 Use viper-suppress-input-method-change-message.
21592
21593 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21594 for C-s, C-r.
21595
21596 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21597 Use viper-replace-overlay-cursor-color instead of
21598 viper-replace-overlay-cursor-color.
21599 (viper-sit-for-short): Use sit-for with 3 arguments.
21600
21601 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21602 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21603 to gud-mode.
21604
21605 * ediff-mult.el (ediff-meta-buffer-brief-message)
21606 (ediff-meta-buffer-verbose-message): New variables.
21607 (ediff-meta-buffer-message): Variable deleted.
21608 (ediff-verbose-help-enabled): New variable.
21609 (ediff-toggle-verbose-help-meta-buffer): New function.
21610 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21611 message options.
21612
21613 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21614 (ediff-fixup-patch-map): Improve heuristic.
21615
21616 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21619 (log-view-font-lock-keywords): Simplify.
21620 (log-view-current-file, log-view-current-tag): Simplify.
21621
21622 2007-06-12 Sam Steingold <sds@gnu.org>
21623
21624 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21625
21626 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21627
21628 * desktop.el (desktop-load-locked-desktop): New option.
21629 (desktop-read): Use it.
21630 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21631 Use `when'.
21632
21633 2007-06-12 Davis Herring <herring@lanl.gov>
21634
21635 * desktop.el (desktop-save-mode-off): New function.
21636 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21637 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21638 (desktop-claim-lock, desktop-release-lock): New functions.
21639 (desktop-kill): Tell `desktop-save' that this is the last save.
21640 Release the lock afterwards.
21641 (desktop-buffer-info): New function.
21642 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21643 says to. Detect conflicts, and manage the lock.
21644 (desktop-read): Detect conflicts. Manage the lock.
21645
21646 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21647
21648 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21649
21650 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21651 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21652 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21653 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21654 keysyms rather than byte sequences.
21655 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21656
21657 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21658
21659 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21660 half-activated, forcefully activate it completely.
21661
21662 2007-06-11 Richard Stallman <rms@gnu.org>
21663
21664 * cus-edit.el (custom-variable-type): Doc fix.
21665
21666 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21669 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21670 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21671 different possible cases for \'.
21672
21673 * complete.el (PC-bindings): Don't bind things already bound in the
21674 parent keymap.
21675
21676 * textmodes/bibtex-style.el: New file.
21677
21678 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21679
21680 * vc-bzr.el: New file.
21681
21682 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21683
21684 * vc-svn.el (vc-svn-program): New var.
21685 (vc-svn-command): Use it.
21686
21687 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21688
21689 * server.el (server-switch-buffer): Remove redundant check.
21690
21691 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21692
21693 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21694 Match against file-name-nondirectory.
21695 Fix text on user customization variables.
21696 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21697
21698 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21699
21700 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21701
21702 2007-06-09 Davis Herring <herring@lanl.gov>
21703
21704 * desktop.el (desktop-minor-mode-table): Doc fix.
21705
21706 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21707
21708 * textmodes/css-mode.el (css-navigation-syntax-table):
21709 Use set-char-table-range so it also works in the unicode branch.
21710
21711 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
21712
21713 * help-mode.el (help-xref-forward-stack)
21714 (help-xref-stack-forward-item, help-forward-label): New variables.
21715 (help-forward): New button type.
21716 (help-setup-xref): Initialise help-xref-forward-stack.
21717 (help-make-xrefs): Add forward button, if appropriate.
21718 (help-xref-go-back): Push item on forward stack.
21719 (help-xref-go-forward, help-go-forward): New functions.
21720
21721 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
21722
21723 * dired.el (dired-mode-map): Remove spurious separator.
21724
21725 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21726
21727 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21728
21729 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21730 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21731
21732 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
21733
21734 * textmodes/org.el: Version number fixed.
21735
21736 2007-06-07 Glenn Morris <rgm@gnu.org>
21737
21738 * version.el (emacs-copyright): New constant.
21739 * startup.el (fancy-splash-tail): Use emacs-copyright.
21740 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21741
21742 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21743 `make-local'.
21744 (byte-compile-warnings-safe-p): Add `make-local'.
21745 (byte-compile-make-variable-buffer-local):
21746 Allow byte-compile-warnings to suppress this warning.
21747
21748 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21749 format of "menu" description.
21750 (tutorial--find-changed-keys): Describe the specific menu a
21751 command is in.
21752
21753 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21754 Rewrite compatibility functions to silence byte-compiler.
21755
21756 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21757
21758 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21759 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21760
21761 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
21762
21763 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21764
21765 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21766
21767 * progmodes/ebrowse.el (ebrowse-member-table):
21768 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21769 (org-batch-agenda-csv): Fix typos in docstrings.
21770
21771 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
21772
21773 * pgg.el (pgg-sign-region, pgg-sign):
21774 * ses.el (ses-call-printer):
21775 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21776 * textmodes/org.el (org-cycle): Fix typos in docstrings.
21777
21778 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
21779
21780 * textmodes/org.el (org-export-region-as-html)
21781 (org-replace-region-by-html, org-number-to-letters)
21782 (org-table-fedit-finish, org-normalize-color)
21783 (org-table-fedit-ref-right, org-date-to-gregorian)
21784 (org-table-fedit-move, org-table-convert-refs-to-rc)
21785 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21786 (org-write-agenda, org-colgroup-info-to-vline-list)
21787 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21788 (org-indent-line-function, org-export-as-html-to-buffer)
21789 (org-store-agenda-views, org-update-mode-line)
21790 (org-find-if, org-delete-all)
21791 (org-table-fedit-convert-buffer, org-emphasize)
21792 (org-uniquify, org-table-fedit-lisp-indent)
21793 (org-table-fedit-scroll, org-get-todo-sequence-head)
21794 (org-table-fedit-scroll-down, org-table-fedit-line-down)
21795 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21796 (org-table-fedit-toggle-coordinates, org-dvipng-color)
21797 (org-table-fedit-line-up, org-table-fedit-ref-down)
21798 (org-table-formula-from-user, org-mode-flyspell-verify)
21799 (org-cycle-show-empty-lines, org-ctrl-c-ret)
21800 (org-table-formula-to-user, org-diary-to-ical-string)
21801 (orgtbl-export, org-table-fedit-post-command)
21802 (org-closed-in-range, org-shiftcontrolright)
21803 (org-table-convert-refs-to-an, org-table-hline-and-move)
21804 (org-table-formula-less-p, org-format-table-ascii)
21805 (org-agenda-get-sexps, org-shift-refpart)
21806 (org-diary-sexp-entry, org-time-string-to-absolute)
21807 (org-table-show-reference, org-letters-to-number)
21808 (org-fix-agenda-info, org-table-fedit-ref-up)
21809 (org-table-fedit-shift-reference, org-table-fedit-abort)
21810 (org-closest-date, org-shiftcontrolleft)
21811 (org-at-heading-or-item-p, org-rematch-and-replace)
21812 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21813 New functions.
21814 (org-table-edit-scroll-down, org-finish-edit-formulas)
21815 (org-table-edit-next-field, org-abort-edit-formulas)
21816 (org-font-lock-level, org-export-find-first-heading-line)
21817 (org-table-edit-line-down, org-table-edit-backward-field)
21818 (org-edit-formula-lisp-indent, org-table-edit-move)
21819 (org-check-log-option, org-this-word)
21820 (org-table-edit-line-up, org-table-edit-formulas-post-command)
21821 (org-agenda-file-to-end, org-expand-file-name)
21822 (org-fake-empty-table-line, org-table-edit-scroll)
21823 (org-toggle-log-option, org-show-reference): Function removed.
21824 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21825 New defsubsts.
21826 (org-unmodified, org-batch-store-agenda-views)
21827 (org-batch-agenda-csv): New macro.
21828 (org-agenda-export): New customization group.
21829 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21830 (org-highest-priority, org-agenda-exporter-settings)
21831 (org-log-done-with-time, org-replace-disputed-keys)
21832 (org-format-latex-header, org-export-table-header-tags)
21833 (org-cycle-separator-lines, org-export-table-data-tags)
21834 (org-icalendar-include-sexps)
21835 (org-empty-line-terminates-plain-lists)
21836 (org-log-repeat, org-special-ctrl-a)
21837 (org-table-use-standard-references, org-disputed-keys)
21838 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21839 (org-agenda-export-html-style): New option.
21840 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21841 (org-CUA-compatible): Option removed.
21842 (org-agenda-structure, org-sexp-date): New face.
21843 (org-todo-keywords-for-agenda, org-not-done-keywords)
21844 (org-planning-or-clock-line-re, org-agenda-name)
21845 (org-table-colgroup-info, org-todo-sets)
21846 (constants-unit-system, org-clock-mode-line-entry)
21847 (org-mode-line-timer, org-table-current-begin-pos)
21848 (org-todo-keywords-1, org-mode-line-string)
21849 (org-table-clean-did-remove-column, org-table-fedit-map)
21850 (org-clock-heading, org-table-buffer-is-an)
21851 (org-agenda-info, org-done-keywords)
21852 (org-done-keywords-for-agenda, org-todo-heads)
21853 (org-todo-kwd-alist, org-clock-start-time): New variable.
21854 (org-todo-kwd-priority-p, org-edit-formulas-map)
21855 (org-repeat-re, org-todo-kwd-max-priority)
21856 (org-version, org-done-string)
21857 (org-table-clean-did-remove-column-1, org-disputed-keys):
21858 Remove variables.
21859 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21860 (org-ts-lengths): Constant removed.
21861 (org-follow-gnus-link): Don't ask how many articles to read.
21862 (org-export-find-first-export-line): Rename from
21863 `org-export-find-first-heading'.
21864 Use `org-export-skip-text-before-1st-heading'.
21865 (org-table-fedit-post-command): Rename from
21866 `org-table-edit-formulas-post-command'.
21867 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21868 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21869 (org-table-fedit-lisp-indent): Rename from
21870 `org-edit-formula-lisp-indent'.
21871 (org-table-show-reference): Rename from `org-show-reference'.
21872 (org-table-store-formulas): Use `org-table-formula-less-p'.
21873 (org-table-edit-formulas): Position cursor to current field equation.
21874 (org-update-checkbox-count, org-hide-archived-subtrees)
21875 (org-timestamp-up-day, org-timestamp-down-day)
21876 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21877 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21878 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21879 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21880 Let `org-on-heading-p' also check for invisible heading.
21881 (org-read-date): Match am/pm times.
21882 (org-eval-in-calendar): Fix default date in prompt.
21883
21884 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
21885
21886 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21887 "ChangeLog.a" entries, giving the latter lower priority.
21888
21889 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21890
21891 * faces.el (face-id): If the argument is a face alias,
21892 return the ID of the target face.
21893
21894 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
21895
21896 * net/socks.el (top): Remove unnecessary copyright line.
21897
21898 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
21899
21900 * longlines.el (longlines-auto-wrap): Handle argument correctly.
21901
21902 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
21903
21904 * net/socks.el: New file, taken from w3 repository.
21905 (top): Update Copyright. Don't load cl.el.
21906 (all): Replace `case' by `cond', `string-to-int' by
21907 `string-to-number', and `process-kill-without-query' by
21908 `set-process-query-on-exit-flag'.
21909 (socks-char-int): Remove defalias and all occurrences.
21910
21911 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
21912
21913 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21914 Fix typos in docstrings.
21915 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21916 (compilation-finish-function): Fix typo in obsolescence declaration.
21917
21918 2007-06-03 Sam Steingold <sds@gnu.org>
21919
21920 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21921 handle unending automatic recompilation of changed files (`omake -P').
21922 (compilation-loop): VISITED is now 5th CDR.
21923 (compilation-next-error-function): Set TIMESTAMP.
21924
21925 2007-06-03 Sam Steingold <sds@gnu.org>
21926
21927 * files.el (kill-buffer-ask): New function.
21928 (kill-some-buffers): Use it.
21929 (kill-matching-buffers): New user command.
21930
21931 2007-06-01 David Kastrup <dak@gnu.org>
21932
21933 * dired.el (dired-recursive-deletes, dired-recursive-copies):
21934 Change default to `top'.
21935
21936 2007-05-31 Richard Stallman <rms@gnu.org>
21937
21938 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21939
21940 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21941
21942 * textmodes/css-mode.el: New file.
21943
21944 2007-05-30 Michael Olson <mwolson@gnu.org>
21945
21946 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21947 died and we are trying to send a signal to it. The program using
21948 tq.el should periodically check to see whether the process has
21949 died and react appropriately -- this is not the responsibility of
21950 tq.el, and is consistent with the rest of the tq.el source code.
21951
21952 2007-05-29 Martin Rudalics <rudalics@gmx.at>
21953
21954 * textmodes/table.el (table--point-entered-cell-function)
21955 (table--point-left-cell-function):
21956 Bind `inhibit-point-motion-hooks' to t.
21957
21958 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
21959
21960 * emacs-lisp/rx.el (rx): Doc fix.
21961
21962 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
21963
21964 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21965
21966 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
21967
21968 Sync with Tramp 2.0.56.
21969
21970 * net/tramp.el:
21971 * net/tramp-ftp.el:
21972 * net/tramp-smb.el:
21973 * net/tramp-util.el:
21974 * net/tramp-vc.el:
21975 Don't load cl.el, because that pollutes the namespace. Replace cl
21976 macros by their implementations where necessary. Requested by
21977 Richard Stallman <rms@gnu.org>.
21978
21979 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21980 doesn't exist.
21981 (with-parsed-tramp-file-name): Protect debug spec during compilation.
21982 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21983 (tramp-file-name-p, tramp-file-name-multi-method)
21984 (tramp-file-name-method, tramp-file-name-user)
21985 (tramp-file-name-host, tramp-file-name-localname): New defuns,
21986 replacing defstruct `tramp-file-name'.
21987 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21988 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21989 Apply `vector' instead of `make-tramp-file-name'.
21990 (tramp-handle-make-auto-save-file-name):
21991 Apply `tramp-temporary-file-directory' for compatibility reasons.
21992 (tramp-completion-mode): Use `natnump' instead of `wholenump'
21993 because of XEmacs.
21994 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21995 started.
21996
21997 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
21998
21999 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22000
22001 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22002
22003 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22004 as the end of the ChangeLog paragraph when it ends without a line
22005 termination.
22006
22007 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22008
22009 * net/webjump.el (webjump-sample-sites):
22010 Add simple Wikipedia query.
22011
22012 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22015 compatibility code.
22016
22017 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22018 (copyright-update-year): Use it.
22019
22020 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22021
22022 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22023 Add indentation and debugging info. Fix up comment convention.
22024
22025 * cus-dep.el (custom-make-dependencies): Simplify.
22026
22027 * composite.el (compose-region, decompose-region):
22028 Use inhibit-read-only and restore-buffer-modified-p.
22029
22030 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22031 (xterm-mouse-event): Use it.
22032
22033 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22034
22035 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22036 `switch-to-buffer' has returned succesfully.
22037 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22038 window is dedicated (it could iconify the frame).
22039
22040 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22041
22042 * vc-hooks.el (vc-find-root): Fix file attribute test.
22043
22044 2007-05-24 Richard Stallman <rms@gnu.org>
22045
22046 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22047 Don't let opoint be nil.
22048 (flyspell-emacs-popup): Explicit error if no dialogs.
22049
22050 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22051
22052 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22053 (image-next-line, image-previous-line, image-scroll-up)
22054 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22055 New functions.
22056 (image-mode-map): Remap motion commands.
22057 (image-mode-text-map): New keymap for viewing images as text.
22058 (image-mode): Use image-mode-map.
22059 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22060
22061 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22062
22063 * textmodes/fill.el (canonically-space-region): Make the second arg
22064 a marker if it's not already the case.
22065
22066 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22067
22068 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22069 (tar-get-descriptor): Handle type 55, an extended pax header.
22070
22071 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22074 to confuse outline-minor-mode.
22075
22076 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22077
22078 * tar-mode.el (tar-file-name-handler): New function.
22079 (tar-extract): Bind file-name-handler-alist to it to force
22080 find-buffer-file-type-coding-system behave as if the file being
22081 extracted existed. Use last-coding-system-used to force
22082 buffer-file-coding-system to what decode-coding-region actually
22083 used to decode the file.
22084
22085 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22086
22087 * progmodes/compile.el (compilation-handle-exit):
22088 `compilation-finish-function' may change the current buffer.
22089
22090 2007-05-22 Richard Stallman <rms@gnu.org>
22091
22092 * files.el (set-auto-mode): Doc fix.
22093
22094 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22095
22096 * help-fns.el (find-source-lisp-file): New function.
22097 (describe-function-1): Use find-source-lisp-file to find source
22098 file in compile tree.
22099
22100 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22101
22102 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22103
22104 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22105
22106 * emacs-lisp/easy-mmode.el (define-minor-mode)
22107 (easy-mmode-define-navigation): Fix typos in docstrings.
22108
22109 2007-05-22 Glenn Morris <rgm@gnu.org>
22110
22111 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22112
22113 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22114
22115 * mail/mail-extr.el (mail-extract-address-components):
22116 Recognize non-ASCII characters except for NBSP as words.
22117
22118 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22119
22120 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22121 (rcirc-print): Handle `window-width'.
22122 (rcirc-buffer-maximum-lines): Doc fix.
22123
22124 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22125
22126 * image-mode.el (image-toggle-display): Don't clear image cache.
22127 Only use filename in image spec if the file is readable.
22128 Call image-refresh.
22129
22130 * image.el (image-type-from-file-name, image-type): Simplify.
22131 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22132
22133 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22134 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22135
22136 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22137
22138 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22139 is an error.
22140
22141 * term/linux.el (terminal-init-linux): Don't signal an error
22142 if gpm isn't running.
22143
22144 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22145
22146 * t-mouse.el: Reduce to a minor-mode macro call.
22147 (t-mouse-mode): Remove the lighter.
22148
22149 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22150
22151 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
22152
22153 * files.el (auto-mode-alist): Change the regexp so that
22154 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22155
22156 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22157
22158 * Version 22.1 released.
22159
22160 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22161
22162 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22163 changes.
22164
22165 2007-05-19 Kevin Ryde <user42@zip.com.au>
22166
22167 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22168
22169 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
22170
22171 * textmodes/sgml-mode.el: Revert last change.
22172
22173 2007-05-18 Richard Stallman <rms@gnu.org>
22174
22175 * simple.el (push-mark): Doc fix.
22176
22177 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
22178
22179 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22180 tpu-global-map.
22181 (tpu-original-global-map): Variable deleted.
22182 (tpu-control-keys-map): New keymap variable.
22183 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22184 setting keymapping directly.
22185 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22186 tpu-global-map.
22187 (tpu-edt-on): Activate the tpu-global-map.
22188 (tpu-edt-off): Deactivate the tpu-global-map.
22189
22190 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
22191
22192 * textmodes/ispell.el (ispell-get-word): Return markers
22193 for start and end positions.
22194 (ispell-word): Assume END is a marker.
22195
22196 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
22197
22198 * textmodes/sgml-mode.el (sgml-tag):
22199 Fix bug: Call sgml-transformation-function.
22200
22201 2007-05-17 Martin Rudalics <rudalics@gmx.at>
22202
22203 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22204 modified flag of buffer. Use `inhibit-modification-hooks'.
22205
22206 2007-05-16 Richard Stallman <rms@gnu.org>
22207
22208 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22209
22210 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22211
22212 * files.el (magic-mode-alist, magic-fallback-mode-alist):
22213 Move the *ml, Postscript, and XmCD entries to the fallback part.
22214
22215 * files.el (magic-fallback-mode-alist):
22216 Rename from file-start-mode-alist.
22217
22218 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22219
22220 * progmodes/compile.el (compilation-handle-exit): Quote first
22221 argument of `run-hook-with-args'.
22222
22223 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
22224
22225 * buff-menu.el (Buffer-menu-sort-column):
22226 * dabbrev.el (dabbrev-upcase-means-case-search):
22227 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22228 * info.el (Info-current-subfile):
22229 * ls-lisp.el (ls-lisp-verbosity):
22230 * msb.el (msb-menu-cond):
22231 * pcvs.el (cvs-dired-use-hook):
22232 * simple.el (set-mark-command-repeat-pop):
22233 * time.el (display-time-24hr-format, display-time-mail-file):
22234 Doc fixes.
22235
22236 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22237 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22238
22239 * view.el (view-inhibit-help-message): Fix typo in docstring.
22240 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22241
22242 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22243
22244 * textmodes/ispell.el (ispell-start-process): Defend against bad
22245 default-directory.
22246
22247 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22248
22249 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22250 content-transfer-encoding _last_, because it's its position that
22251 we need as value of base64-header-field-end.
22252
22253 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22254
22255 * files.el (mode-require-final-newline, require-final-newline)
22256 (enable-local-variables, enable-local-eval): Doc fixes.
22257
22258 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22259
22260 * ps-print.el: Use default color when foreground or background color
22261 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22262 (ps-print-version): New version 6.7.4.
22263 (ps-rgb-color): New argument. Use default color when color is
22264 unspecified.
22265 (ps-begin-job): Fix code.
22266
22267 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22268
22269 * longlines.el (longlines-mode): Make longlines-auto-wrap
22270 buffer-local. Add hooks unconditionally.
22271 (longlines-auto-wrap): Toggle wrapping.
22272 (longlines-after-change-function)
22273 (longlines-post-command-function): Check longlines-auto-wrap.
22274
22275 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22276
22277 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22278 (xterm-mouse-translate): Use it.
22279
22280 2007-05-10 Richard Stallman <rms@gnu.org>
22281
22282 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22283 (iso-cvt-write-only): Likewise.
22284
22285 * emacs-lisp/easy-mmode.el (define-minor-mode):
22286 Fix generated doc string.
22287
22288 * startup.el (fancy-splash-text): Add URL of guided tour.
22289 Adjust horizontal and vertical whitespace.
22290
22291 * progmodes/compile.el (compilation-handle-exit):
22292 Use run-hook-with-args to run compilation-finish-functions.
22293
22294 * files.el (file-start-mode-alist): New variable.
22295 (magic-mode-regexp-match-limit): Doc fix.
22296 (set-auto-mode): Handle file-start-mode-alist.
22297 A little cleanup of structure.
22298
22299 * dabbrev.el (dabbrev-eliminate-newlines):
22300 Renamed from dabbrev--eliminate-newlines. All uses changed.
22301
22302 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22303
22304 * man.el (Man-next-section): Don't consider the last line of the page
22305 as being part of any section.
22306
22307 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22308
22309 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22310 can take any number of values.
22311
22312 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22313
22314 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22315 to the list of citation commands.
22316
22317 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22320
22321 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22322
22323 * progmodes/python.el (python-font-lock-keywords)
22324 (python-open-block-statement-p, python-mode): Add support for the new
22325 "with" keyword.
22326
22327 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22328
22329 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22330 the exact opposite of diff-goto-source.
22331
22332 * emacs-lisp/advice.el (ad-special-forms): Remove.
22333 (ad-special-form-p): Use subr-arity.
22334
22335 * newcomment.el (comment-search-forward): Make sure we search forward.
22336 (comment-enter-backward): Try and distinguish the non-matching case at
22337 EOB from the non-matching case with a missing comment-end-skip for
22338 a 2-char comment ender.
22339 (comment-choose-indent): New function extracted from comment-indent.
22340 Improve the alignment algorithm.
22341 (comment-indent): Use it.
22342
22343 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22344 XML style Processing Instructions.
22345 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22346 (sgml-calculate-indent): Handle `pi' context.
22347
22348 * vc.el: Ensure that update-changelog issues an error when used with
22349 a backend that does not implement it.
22350 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22351 Remove `backend' argument. Use expand-file-name.
22352 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22353
22354 * progmodes/python.el (python-end-of-block): Revert last change.
22355 (python-end-of-statement): Make sure we move *forward*.
22356
22357 2007-05-08 Richard Stallman <rms@gnu.org>
22358
22359 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22360 Don't include non-self-insert commands in the exception for `-'.
22361
22362 2007-05-08 David Reitter <david.reitter@gmail.com>
22363
22364 * progmodes/python.el (python-guess-indent): Check non-nullness
22365 before comparing indent against the 2..8 interval.
22366
22367 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22368
22369 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22370 available.
22371
22372 2007-05-06 Richard Stallman <rms@gnu.org>
22373
22374 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22375
22376 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22377
22378 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22379 rather than storing their value in the revert-buffer function.
22380
22381 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22382
22383 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22384 when disabling t-mouse-mode.
22385
22386 2007-05-01 Davis Herring <herring@lanl.gov>
22387
22388 * calendar/timeclock.el: Update version number.
22389 (timeclock-modeline-display): Mention timeclock-use-display-time
22390 in explanatory message.
22391 (timeclock-in): Fix non-interactive workday specifications.
22392 (timeclock-log): Don't kill the log buffer if it already existed.
22393 Suppress warnings when finding the log. Don't check for a nil
22394 project twice. Run hooks after killing the buffer (if applicable).
22395 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22396 was geometric). All uses changed.
22397 (timeclock-generate-report): Support prefix argument.
22398
22399 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22400
22401 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22402 disconnections.
22403
22404 2007-05-01 Romain Francoise <romain@orebokech.com>
22405
22406 * dired-x.el: Revert 2007-04-06 change.
22407
22408 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22409
22410 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22411
22412 2007-04-29 Richard Stallman <rms@gnu.org>
22413
22414 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22415
22416 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22417
22418 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22419 than 1.
22420
22421 2007-04-28 Richard Stallman <rms@gnu.org>
22422
22423 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22424
22425 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22426
22427 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22428 don't put stop on toolbar.
22429
22430 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22431
22432 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22433
22434 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22435
22436 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22437 instead of $(lisp)/mh-e.
22438
22439 2007-04-28 Glenn Morris <rgm@gnu.org>
22440
22441 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22442 (image-dired-cmd-create-temp-image-options): Replace option
22443 +profile "*" with -strip.
22444
22445 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22448 Use window-start and window-end.
22449
22450 2007-04-27 Andreas Schwab <schwab@suse.de>
22451
22452 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22453
22454 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22455
22456 * textmodes/fill.el (fill-paragraph): Doc fix.
22457
22458 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22459
22460 * locate.el (locate-in-alternate-database): Doc fix.
22461
22462 2007-04-26 Glenn Morris <rgm@gnu.org>
22463
22464 * button.el (button): Use underline if supported, else fall back
22465 to color.
22466
22467 * version.el (emacs-version): Increase to 22.1.50.
22468
22469 2007-04-25 Richard Stallman <rms@gnu.org>
22470
22471 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22472
22473 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22474
22475 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22476 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22477 pushing mark.
22478 (idlwave-current-routine): Don't push mark.
22479
22480 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22481
22482 * image-dired.el (image-dired-display-image): Derive image-type from
22483 filename rather than assuming jpeg, in case no resizing was needed.
22484
22485 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22486
22487 * custom.el (defface): Doc fix.
22488
22489 See ChangeLog.12 for earlier changes.
22490
22491 ;; Local Variables:
22492 ;; coding: utf-8
22493 ;; add-log-time-zone-rule: t
22494 ;; End:
22495
22496 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22497
22498 This file is part of GNU Emacs.
22499
22500 GNU Emacs is free software; you can redistribute it and/or modify
22501 it under the terms of the GNU General Public License as published by
22502 the Free Software Foundation; either version 3, or (at your option)
22503 any later version.
22504
22505 GNU Emacs is distributed in the hope that it will be useful,
22506 but WITHOUT ANY WARRANTY; without even the implied warranty of
22507 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22508 GNU General Public License for more details.
22509
22510 You should have received a copy of the GNU General Public License
22511 along with GNU Emacs; see the file COPYING. If not, write to the
22512 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22513 Boston, MA 02110-1301, USA.
22514
22515 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af