("minibuffer"): Move after "faces".
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-12 Eli Zaretskii <eliz@gnu.org>
2
3 * loadup.el ("minibuffer"): Move after "faces".
4
5 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * progmodes/hideif.el (hif-factor): Handle unary minus.
8
9 2008-04-12 Glenn Morris <rgm@gnu.org>
10
11 * calendar/cal-china.el (chinese-calendar-time-zone):
12 Mark obsolete name as risky too.
13
14 * calendar/calendar.el (calendar-faces): New custom group.
15 (calendar-today, diary, holiday): Doc fix. Move to calendar-faces
16 group.
17 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
18 (diary-button): Doc fix. Move to calendar-faces group.
19
20 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
21 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
22 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
23 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
24 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
25 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
26 not in dumped files before the associated defcustom.
27
28 2008-04-11 Johan Bockgård <bojohan@gnu.org>
29
30 * minibuffer.el (lazy-completion-table): Fix debug spec.
31
32 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * minibuffer.el (complete-with-action, lazy-completion-table):
35 Move from subr.el.
36 (apply-partially, completion-table-dynamic)
37 (completion-table-with-context, completion-table-with-terminator)
38 (completion-table-in-turn): New funs.
39 (completion--make-envvar-table, completion--embedded-envvar-table):
40 New funs.
41 (read-file-name-internal): Use them.
42 (completion-setup-hook): Move from simple.el.
43 * subr.el (complete-with-action, lazy-completion-table):
44 * simple.el (completion-setup-hook): Move to minibuffer.el.
45
46 2008-04-11 Glenn Morris <rgm@gnu.org>
47
48 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
49
50 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
53
54 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
55
56 * textmodes/fill.el (fill-forward-paragraph-function): New var.
57 (fill-forward-paragraph): New fun.
58 (fill-paragraph, fill-region): Use it.
59
60 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
61 (vc-status-create-fileinfo): Make `extra' optional.
62 (vc-status-busy): New fun.
63 (vc-status-menu-map): Use it.
64 (vc-status-crt-marked): Remove.
65 (vc-status-update): Rename from vc-status-add-entries.
66 Add argument so as to prevent addition of entries. Rewrite.
67 (vc-update-vc-status-buffer): Remove.
68 (vc-status-refresh): Don't remove old entries, set them to
69 up-to-date instead. Also do it after the update is complete.
70 (vc-status-marked-files): η-reduce.
71
72 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
73 for non-dialogs.
74
75 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
76
77 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
78
79 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
80
81 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
82 to t and don't truncate msg.
83
84 2008-04-11 Glenn Morris <rgm@gnu.org>
85
86 * calendar/calendar.el (diary, holidays):
87 Move custom groups to other files.
88 (holiday-general-holidays, holiday-oriental-holidays)
89 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
90 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
91 (holiday-hebrew-holidays, holiday-christian-holidays)
92 (holiday-islamic-holidays, holiday-bahai-holidays)
93 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
94 * calendar/diary-lib.el: Move custom group here from calendar.el.
95 * calendar/holidays-lib.el: Move custom group and variables here
96 from calendar.el.
97
98 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
99
100 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
101 Fix custom group.
102 (calendar-current-time-zone-cache): Autoload riskiness.
103
104 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
105
106 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
107
108 * woman.el (woman2-TH): Use string-equal instead of string-match.
109
110 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
113 (smerge-resolve): Merge the "2-way refinement" case with one half of
114 the "mere whitespace" resolution.
115
116 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
119
120 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
121
122 * subr.el (assoc-ignore-case, assoc-ignore-representation):
123 Add WHEN to obsolescence declaration.
124
125 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
126
127 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
128
129 * vc-hooks.el (vc-state): Add new state `conflict'.
130 (vc-after-save): Use when not if.
131 (vc-default-mode-line-string): Deal with the conflict state.
132 (vc-prefix-map):
133 (vc-menu-map): Bind vc-status instead of vc-directory.
134
135 * vc.el (vc-editable-p):
136 (vc-default-status-printer):
137 (vc-next-action): Deal with the conflict state.
138 (vc-mark-resolved): New function.
139 (vc-status-mode): Fix mode name.
140 (vc-default-comment-history): Use when not if.
141 (Todo): Add new entries, remove old ones.
142
143 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
144 (vc-cvs-parse-status):
145 (vc-cvs-after-dir-status):
146 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
147 Detect the conflict state.
148
149 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
150
151 2008-04-10 Glenn Morris <rgm@gnu.org>
152
153 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
154 Respect truncate-partial-width-windows in non-full windows,
155 with regards to :toggle and :enable state.
156
157 * simple.el (toggle-truncate-lines): Doc fix.
158
159 * Makefile.in (MH_E_DIR): New variable.
160 (MH_E_SRC): Restore variable removed 2008-03-13.
161 (mh-loaddefs.el): Depend on $MH_E_SRC.
162 (CAL_DIR, CAL_SRC): New variables.
163 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
164 Depend on CAL_SRC.
165
166 * calendar/calendar.el (calendar, diary): Add :prefix.
167 (holidays): Change :prefix.
168 (calendar-today, holiday, calendar-holiday-marker)
169 (european-calendar-style): Change custom groups.
170
171 * calendar/calendar.el (diary-hook, diary-display-hook):
172 Move to diary-lib.el.
173 * calendar/diary-lib.el (diary-hook, diary-display-hook):
174 Move here from calendar.el.
175 * calendar/appt.el: Require diary-lib rather than calendar.
176 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
177
178 * calendar/appt.el (appt): Add :prefix.
179
180 * calendar/diary-lib.el (diary-hook): Doc fix.
181 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
182
183 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
186 New functions.
187
188 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
189 the arg to recursive calls.
190
191 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
192
193 * minibuffer.el (completion-auto-help): Fix typo.
194
195 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
198
199 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
202 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
203
204 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
207
208 * minibuffer.el (minibuffer): Move group from cus-edit.el.
209 (completion-auto-help): Move from C code.
210 (minibuffer--maybe-completion-help): Remove.
211 (minibuffer--bitset): New function.
212 (minibuffer--do-completion): Rename from minibuffer-do-completion.
213 Renumber a bit. Really complete on string *before* point.
214 Add argument used for word-completion.
215 Join trailing / in completion with following text, as done in
216 minibuffer-complete-word.
217 Handle new value `lazy' for completion-auto-help.
218 (minibuffer-try-word-completion): New function extracted from
219 minibuffer-complete-word.
220 (minibuffer-complete-word): Use minibuffer--do-completion.
221 (minibuffer--insert-strings): Rename from
222 minibuffer-complete-insert-strings.
223 (exit-minibuffer): Fix typo.
224 * cus-edit.el (minibuffer): Move group to minibuffer.el.
225 * cus-start.el: Remove completion-auto-help.
226
227 2008-04-09 Alexandre Julliard <julliard@winehq.org>
228
229 * vc.el (vc-status-add-entries): New function.
230 (vc-status-add-entry): Remove.
231 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
232 Use vc-status-add-entries.
233
234 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
235 order.
236
237 2008-04-09 Jason Rumney <jasonr@gnu.org>
238
239 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
240 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
241 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
242 (AUTOGENEL): New variable.
243 (distclean, maintainer-clean): New targets.
244
245 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
246
247 * emacs-lisp/regexp-opt.el (regexp-opt):
248 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
249
250 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
251
252 * nxml/nxml-mode.el (nxml-cleanup): New function.
253 (nxml-mode): Add it to change-major-mode-hook.
254
255 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
256
257 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
258
259 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
260
261 * calc/.cvsignore: New file.
262
263 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
264
265 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
266
267 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
268 show-help-function when turning tooltip off.
269 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
270 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
271
272 2008-04-09 Alan Mackenzie <acm@muc.de>
273
274 * font-lock.el (font-lock-extend-after-change-region-function):
275 Make it buffer local.
276
277 2008-04-09 Glenn Morris <rgm@gnu.org>
278
279 * calendar/calendar.el (diary-file, european-calendar-style):
280 Remove autoload cookies.
281
282 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
283
284 * outline.el (outline-mode-menu-bar-map):
285 * log-view.el (log-view-mode-menu):
286 * log-edit.el (log-edit-menu): Add :help.
287
288 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
289
290 * emacs-lisp/regexp-opt.el (regexp-opt-group):
291 Use substring-no-properties for correct handling of unibyte strings.
292
293 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * add-log.el (change-log-next-buffer): Handle the case where version<
296 signals an error.
297
298 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
299 mouse-major-mode-menu.
300 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
301 (mouse-major-mode-menu, mouse-popup-menubar)
302 (mouse-popup-menubar-stuff): Use them.
303 (C-down-mouse-3): Bind to a dynamic map rather than to
304 mouse-popup-menubar-stuff.
305
306 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
307 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
308
309 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
310
311 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
312 file:// access method.
313
314 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * minibuffer.el: New file.
317 * loadup.el: Load it.
318
319 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
322 rather than subdirs.el. It introduces an ugly circular dependency, tho.
323
324 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
325 (calc-mode-map, calc-digit-map, calc-dispatch-map):
326 Move initialization into declaration.
327 * calc/calc-yank.el:
328 * calc/calc-misc.el:
329 * calc/calc-embed.el:
330 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
331
332 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
333
334 * ps-samp.el (ps-add-printer, ps-remove-printer)
335 (ps-make-dynamic-printer-menu): New functions.
336
337 * net/zeroconf.el: New file.
338
339 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
342
343 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
344
345 * vc-rcs.el (vc-rcs-modify-change-comment):
346 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
347
348 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
349
350 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
351
352 * international/mule-cmds.el (set-locale-environment): Don't warn if
353 coding system doesn't agree with system locale (this reverts changes
354 by Dave Love, dated 2002-10-27 and 2002-10-09).
355
356 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
357 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
358
359 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
360
361 2008-04-08 Glenn Morris <rgm@gnu.org>
362
363 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
364 * textmodes/remember.el (remember-diary-convert-entry):
365 Require calendar.
366
367 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
368 diary-file, since it is the default for make-diary-entry anyway.
369
370 * calendar/cal-menu.el (cal-menu-event-to-date):
371 Rename calendar-event-to-date. Update callers.
372 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
373 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
374 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
375 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
376 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
377 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
378 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
379 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
380 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
381 (calendar-mouse-tex-month-landscape):
382 Rename cal-tex-mouse-month-landscape.
383 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
384 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
385 (calendar-mouse-tex-year-landscape):
386 Rename cal-tex-mouse-year-landscape.
387 (cal-menu-context-mouse-menu): Update for above name changes.
388
389 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
390 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
391 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
392 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
393 * calendar/holidays.el: Replace int-to-string with number-to-string.
394
395 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
396
397 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
398 region if point moves.
399
400 2008-04-08 Kenichi Handa <handa@m17n.org>
401
402 * faces.el (font-slant-table): Change numeric values for `r',
403 `roman', and `normal'.
404
405 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
406
407 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
408
409 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
410
411 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
412 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
413
414 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
415
416 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
417 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
418
419 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
422
423 2008-04-07 Sam Steingold <sds@gnu.org>
424
425 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
426 Add helper functions.
427 (lisp-do-defun): Extract the common part of lisp-eval-defun and
428 lisp-compile-defun; DEFVAR forms reset the variables to the init
429 values, just like in emacs-lisp mode eval-defun.
430 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
431 (lisp-compile-region): Use lisp-compile-string.
432
433 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * subr.el (combine-and-quote-strings): Also quote strings that contain
436 the separator.
437
438 * pcvs-util.el (cvs-map): Avoid recursion :-(
439
440 2008-04-07 Glenn Morris <rgm@gnu.org>
441
442 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
443
444 * calendar.el (diary-view-entries-initially-flag): Rename
445 view-diary-entries-initially. Keep old name as alias, update users.
446 (calendar-mark-diary-entries-flag): Rename
447 mark-diary-entries-in-calendar. Keep old name as alias, update users.
448 (calendar-view-holidays-initially-flag): Rename
449 view-calendar-holidays-initially. Keep old name as alias, update users.
450 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
451 Keep old name as alias, update users.
452 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
453 Keep old name as alias, update users.
454 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
455 Keep old name as alias, update users.
456 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
457 Keep old name as alias, update users.
458 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
459 (diary-american-date-forms): Rename american-date-diary-pattern.
460 Keep old name as alias, update users.
461 (diary-european-date-forms): Rename european-date-diary-pattern.
462 Keep old name as alias, update users.
463 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
464 Keep old name as alias, update users.
465 (calendar-european-date-display-form): Rename
466 european-calendar-display-form. Keep old name as alias, update users.
467 (calendar-american-date-display-form): Rename
468 european-calendar-display-form. Keep old name as alias, update users.
469 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
470 Keep old name as alias, update users.
471 (holiday-general-holidays): Rename general-holidays.
472 Keep old name as alias, update users.
473 (holiday-oriental-holidays): Rename oriental-holidays.
474 Keep old name as alias, update users.
475 (holiday-local-holidays): Rename local-holidays.
476 Keep old name as alias, update users.
477 (holiday-other-holidays): Rename other-holidays.
478 Keep old name as alias, update users.
479 (holiday-hebrew-holidays): Rename hebrew-holidays.
480 Keep old name as alias, update users.
481 (holiday-christian-holidays): Rename christian-holidays.
482 Keep old name as alias, update users.
483 (holiday-islamic-holidays): Rename islamic-holidays.
484 Keep old name as alias, update users.
485 (holiday-bahai-holidays): Rename bahai-holidays.
486 Keep old name as alias, update users.
487 (holiday-solar-holidays): Rename solar-holidays.
488 Keep old name as alias, update users.
489 (diary-fancy-buffer): Rename fancy-diary-buffer.
490 Keep old name as alias, update users.
491 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
492 Update users.
493 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
494 Update users.
495 (calendar-increment-month): Rename increment-calendar-month.
496 Keep old name as alias, update callers.
497 (calendar-increment-month-cons): Rename old calendar-increment-month.
498 Update callers.
499 (calendar-extract-month): Rename extract-calendar-month.
500 Keep old name as alias, update callers
501 (calendar-extract-day): Rename extract-calendar-day.
502 Keep old name as alias, update callers.
503 (calendar-extract-year): Rename extract-calendar-year.
504 Keep old name as alias, update callers.
505 (calendar-generate-window): Rename generate-calendar-window.
506 Update callers.
507 (calendar-generate): Rename generate-calendar. Update callers.
508 (calendar-generate-month): Rename generate-calendar-month.
509 Update callers.
510 (calendar-redraw): Rename redraw-calendar. Update callers.
511 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
512 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
513 Update callers.
514 (calendar-update-mode-line): Rename update-calendar-mode-line.
515 Update callers.
516 (calendar-exit): Rename exit-calendar. Keep old name as alias,
517 update callers.
518 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
519 Keep old name as alias, update callers.
520 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
521 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
522 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
523 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
524 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
525 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
526 * calendar/solar.el: Update for calendar.el name changes.
527 * org/org.el (org-agenda-format-date-aligned)
528 (org-agenda-execute-calendar-command): Access date elements directly
529 rather than using calendar functions.
530 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
531 Also set calendar-view-diary-initially-flag,
532 calendar-view-holidays-initially-flag
533 (org-get-entries-from-diary): Also set diary-fancy-buffer.
534 (org-agenda-execute-calendar-command): No need to set displayed-day.
535
536 2008-04-06 Alan Mackenzie <acm@muc.de>
537
538 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
539 typo in the doc string.
540
541 * progmodes/cc-mode.el (c-basic-common-init):
542 Set font-lock-extend-after-change-region-function.
543 (c-extend-after-change-region): New function, used in
544 font-lock-extend-after-change-region-function, thus superseding
545 advice on the Font Lock after change functions.
546 (c-advise-fl-for-region): Remove this macro.
547
548 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
549
550 * textmodes/flyspell.el (flyspell-duplicate-distance):
551 Improve custom type.
552
553 2008-04-06 Glenn Morris <rgm@gnu.org>
554
555 * calendar/diary-lib.el (diary-sexp-entry-symbol):
556 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
557 (diary-list-entries-hook): Rename list-diary-entries-hook.
558 Keep old name as alias, update users.
559 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
560 Keep old name as alias, update users.
561 (diary-nongregorian-listing-hook): Rename
562 nongregorian-diary-listing-hook. Keep old name as alias, update users.
563 (diary-nongregorian-marking-hook): Rename
564 nongregorian-diary-marking-hook. Keep old name as alias, update users.
565 (diary-print-entries-hook): Rename print-diary-entries-hook.
566 Keep old name as alias, update users.
567 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
568 Keep old name as alias, update users.
569 (diary-number-of-entries): Rename number-of-diary-entries.
570 Keep old name as alias, update users.
571 (view-diary-entries, list-diary-entries, show-all-diary-entries):
572 Give version of obsolescence.
573 (diary-view-other-diary-entries): Rename view-other-diary-entries.
574 Keep old name as alias, update callers.
575 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
576 update callers.
577 (diary-include-other-diary-files): Rename include-other-diary-files.
578 Keep old name as alias, update callers.
579 (diary-simple-display): Rename simple-diary-display.
580 Keep old name as alias, update callers.
581 (diary-fancy-display): Rename fancy-diary-display.
582 Keep old name as alias, update callers.
583 (diary-print-entries): Rename print-diary-entries.
584 Keep old name as alias, update callers.
585 (diary-marking-entries-flag): Rename marking-diary-entries.
586 Update users.
587 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
588 (diary-mark-entries): Rename mark-diary-entries.
589 Keep old name as alias, update callers.
590 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
591 Keep old name as alias, update callers.
592 (diary-mark-included-diary-files): Rename mark-included-diary-files.
593 Keep old name as alias, update callers.
594 (calendar-mark-days-named): Rename mark-calendar-days-named.
595 Keep old name as alias, update callers.
596 (calendar-mark-month): Rename mark-calendar-month.
597 Keep old name as alias, update callers.
598 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
599 Keep old name as alias, update callers.
600 (diary-sort-entries): Rename sort-diary-entries.
601 Keep old name as alias, update callers.
602 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
603 Keep old name as alias, update callers.
604 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
605 update callers.
606 (diary-insert-entry): Rename insert-diary-entry.
607 Keep old name as alias.
608 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
609 Keep old name as alias.
610 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
611 Keep old name as alias.
612 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
613 Keep old name as alias.
614 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
615 Keep old name as alias.
616 (diary-insert-block-entry): Rename insert-block-diary-entry.
617 Keep old name as alias.
618 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
619 Keep old name as alias.
620 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
621 Keep old name as alias, update users.
622 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
623 Keep old name as alias, update callers.
624 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
625 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
626 * calendar/icalendar.el: Update for diary-lib name changes.
627
628 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
629
630 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
631
632 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
633 for copy, move, and link operations.
634
635 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
636
637 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
638 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
639
640 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
641 'require' statements with 1-argument ones (wrapped in if's).
642 For compatibility with the current stable version of XEmacs.
643
644 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
645
646 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
647
648 2008-04-06 Jason Rumney <jasonr@gnu.org>
649
650 * language/burmese.el ("Burmese"): Make sample text consistent with
651 language name.
652
653 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
654
655 * progmodes/gdb-ui.el (gdb): New group.
656 (gdb-debug-log-max, gdb-enable-debug)
657 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
658 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
659 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
660 (gdb-show-changed-values, gdb-max-children)
661 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
662 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
663 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
664 (gdb-memory-unit): Move to new group from GUD group.
665 (menu): Allow customization from GDB-UI menu-item.
666
667 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
668
669 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
670
671 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
674 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
675 Revision numbers can include ".".
676
677 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
678 "+" lines not accounted for by counting "-" and context lines.
679
680 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
681
682 * term/mac-win.el (mac-service-open-file): Use file URL instead of
683 file name string.
684
685 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
688 (vc-bzr-annotate-time): Accept space used to preserve alignment.
689
690 2008-04-05 Richard Stallman <rms@gnu.org>
691
692 * emacs-lisp/advice.el (defadvice): Add usage pattern.
693
694 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
695
696 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
697 thread in [h-e-w]).
698
699 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
700
701 * files.el (abort-if-file-too-large): Fix typo in docstring.
702
703 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * subr.el (functionp): Return nil for special forms.
706
707 2008-04-05 Glenn Morris <rgm@gnu.org>
708
709 * emacs-lisp/autoload.el (autoload-ensure-default-file):
710 Provide a feature.
711 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
712 Require loaddef file rather than loading it.
713 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
714 autoload-ensure-default-file provides a feature.
715
716 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
717 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
718 (compile, compile-always, recompile): Use $LOADDEFS.
719 (cal-autoloads): Remove.
720
721 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
722 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
723
724 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
725 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
726
727 * calendar/calendar.el (diary-hebrew-entry-symbol):
728 Rename hebrew-diary-entry-symbol. Keep old name as alias.
729 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
730 Keep old name as alias.
731 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
732 Keep old name as alias.
733 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
734 to diary-bahai-entry-symbol.
735 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
736 to diary-hebrew-entry-symbol.
737 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
738 to diary-islamic-entry-symbol.
739 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
740
741 * calendar/solar.el (diary-sabbath-candles-minutes)
742 (diary-sabbath-candles): Move to cal-hebrew.
743 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
744 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
745 Doc fix. Keep old name as alias.
746 (diary-hebrew-sabbath-candles): Simplify.
747 (solar-setup, solar-sunrise-sunset, calendar-latitude)
748 (calendar-longitude, calendar-time-zone): Declare for compiler.
749 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
750 rename.
751
752 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
753 Rename coptic-calendar-month-name-array. Update callers.
754 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
755 (calendar-coptic-name): Rename coptic-name. Update callers.
756 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
757 Update callers.
758 (calendar-coptic-last-day-of-month):
759 Rename coptic-calendar-last-day-of-month. Update callers.
760 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
761 Keep old name as alias, update callers.
762 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
763 Keep old name as alias, update callers.
764 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
765 Keep old name as alias.
766 (calendar-ethiopic-month-name-array):
767 Rename ethiopic-calendar-month-name-array. Update callers.
768 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
769 Update callers.
770 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
771 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
772 Keep old name as alias, update callers.
773 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
774 Keep old name as alias, update callers.
775 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
776 Keep old name as alias.
777
778 * calendar/cal-french.el (calendar-french-epoch):
779 Rename french-calendar-epoch. Update callers.
780 (calendar-french-month-name-array): Rename variable and function
781 french-calendar-month-name-array. Update callers.
782 (calendar-french-multibyte-month-name-array):
783 Rename french-calendar-multibyte-month-name-array. Update callers.
784 (calendar-french-day-name-array): Rename variable and function
785 french-calendar-day-name-array. Update callers.
786 (calendar-french-special-days-array): Rename variable and function
787 french-calendar-special-days-array. Update callers.
788 (calendar-french-multibyte-special-days-array):
789 Rename french-calendar-multibyte-special-days-array. Update callers.
790 (calendar-french-accents-p): Rename french-calendar-accents.
791 Update callers.
792 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
793 Update callers.
794 (calendar-french-last-day-of-month):
795 Rename french-calendar-last-day-of-month. Update callers.
796 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
797 Keep old name as alias, update callers.
798 (calendar-french-print-date): Rename calendar-print-french-date.
799 Keep old name as alias, update callers.
800 (calendar-french-goto-date): Rename calendar-goto-french-date.
801 Keep old name as alias.
802
803 * calendar/cal-menu.el, calendar/calendar.el:
804 Update for Coptic and French name changes.
805
806 * calendar/cal-china.el (calendar-chinese): Rename custom group
807 from chinese-calendar. Update users.
808 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
809 Keep old name as alias, update users.
810 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
811 Keep old name as alias.
812 (calendar-chinese-daylight-time-offset):
813 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
814 update users.
815 (calendar-chinese-standard-time-zone-name):
816 Rename chinese-calendar-standard-time-zone-name.
817 Keep old name as alias, update users.
818 (calendar-chinese-daylight-saving-start):
819 Rename chinese-calendar-daylight-savings-starts.
820 Keep old name as alias, update users.
821 (calendar-chinese-daylight-saving-end):
822 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
823 update users.
824 (calendar-chinese-daylight-saving-start-time):
825 Rename chinese-calendar-daylight-savings-starts-time.
826 Keep old name as alias, update users.
827 (calendar-chinese-daylight-saving-end-time):
828 Rename chinese-calendar-daylight-savings-ends-time.
829 Keep old name as alias, update users.
830 (calendar-chinese-celestial-stem): Rename
831 calendar-chinese-celestial-stem. Keep old name as alias, update users.
832 (calendar-chinese-terrestrial-branch):
833 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
834 update users.
835 (calendar-chinese-zodiac-sign-on-or-after):
836 Rename chinese-zodiac-sign-on-or-after. Update callers.
837 (calendar-chinese-new-moon-on-or-after):
838 Rename chinese-new-moon-on-or-after. Update callers.
839 (calendar-chinese-month-list): Rename chinese-month-list.
840 Update callers.
841 (calendar-chinese-number-months): Rename number-chinese-months.
842 Update callers.
843 (calendar-chinese-compute-year): Rename compute-chinese-year.
844 Update callers.
845 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
846 (calendar-chinese-year): Rename chinese-year. Update callers.
847 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
848 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
849 Keep old name as alias, update callers.
850 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
851 Keep old name as alias, update callers.
852 (calendar-chinese-months-to-alist):
853 Rename make-chinese-month-assoc-list. Update callers.
854 (calendar-chinese-months): Rename chinese-months. Update callers.
855 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
856 Keep old name as alias, update callers.
857
858 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
859 Rename hebrew-calendar-leap-year-p. Update callers.
860 (calendar-hebrew-last-month-of-year):
861 Rename hebrew-calendar-last-month-of-year. Update callers.
862 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
863 Update callers.
864 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
865 Update callers.
866 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
867 Update callers.
868 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
869 Update callers.
870 (calendar-hebrew-last-day-of-month):
871 Rename hebrew-calendar-last-day-of-month. Update callers.
872 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
873 Keep old name as alias, update callers.
874 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
875 Keep old name as alias, update callers.
876 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
877 Keep old name as alias, update callers.
878 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
879 Keep old name as alias.
880 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
881 Keep old name as alias.
882 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
883 Keep old name as alias.
884 (holiday-hebrew-passover): Rename holiday-passover-etc.
885 Keep old name as alias.
886 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
887 Keep old name as alias, update callers.
888 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
889 Keep old name as alias.
890 (calendar-hebrew-mark-date-pattern):
891 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
892 update callers.
893 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
894 Keep old name as alias.
895 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
896 Keep old name as alias.
897 (diary-hebrew-insert-monthly-entry):
898 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
899 (diary-hebrew-insert-yearly-entry):
900 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
901 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
902 Keep old name as alias.
903 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
904 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
905 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
906 Keep old name as alias.
907 (calendar-hebrew-parashiot-names):
908 Rename hebrew-calendar-parashiot-names. Update callers.
909 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
910 (calendar-hebrew-year-Saturday-incomplete-Sunday):
911 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
912 (calendar-hebrew-year-Saturday-complete-Tuesday):
913 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
914 (calendar-hebrew-year-Monday-incomplete-Tuesday):
915 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
916 (calendar-hebrew-year-Monday-complete-Thursday):
917 Rename hebrew-calendar-year-Monday-complete-Thursday.
918 (calendar-hebrew-year-Tuesday-regular-Thursday):
919 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
920 (calendar-hebrew-year-Thursday-regular-Saturday):
921 Rename hebrew-calendar-year-Thursday-regular-Saturday.
922 (calendar-hebrew-year-Thursday-complete-Sunday):
923 Rename hebrew-calendar-year-Thursday-complete-Sunday.
924 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
925 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
926 (calendar-hebrew-year-Saturday-complete-Thursday):
927 Rename hebrew-calendar-year-Saturday-complete-Thursday.
928 (calendar-hebrew-year-Monday-incomplete-Thursday):
929 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
930 (calendar-hebrew-year-Monday-complete-Saturday):
931 Rename hebrew-calendar-year-Monday-complete-Saturday.
932 (calendar-hebrew-year-Tuesday-regular-Saturday):
933 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
934 (calendar-hebrew-year-Thursday-incomplete-Sunday):
935 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
936 (calendar-hebrew-year-Thursday-complete-Tuesday):
937 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
938 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
939 Update for above name changes of constants.
940
941 * calendar/cal-menu.el, calendar/calendar.el:
942 Update for chinese and hebrew name changes.
943 * calendar/diary-lib.el: Update for hebrew name changes.
944
945 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * subr.el (keymap-canonicalize): Correct thinko.
948
949 * server.el: Undo part of the multi-tty change, which is only
950 needed if server.el is preloaded, and broke server-running-p.
951 (server-socket-dir): Initialize in the defvar, as before.
952 (server-start): Remove initialization of server-socket-dir.
953
954 2008-04-05 Eli Zaretskii <eliz@gnu.org>
955
956 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
957 3-member cons cells.
958
959 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
960
961 * cus-face.el (custom-face-attributes): Handle roman slant.
962
963 * faces.el (default): Ensure the face-defface-spec property is set.
964
965 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
966
967 * files.el (abort-if-file-too-large): New function.
968 (find-file-noselect, insert-file-1): Use it.
969
970 2008-04-05 Reto Zimmermann <reto@gnu.org>
971
972 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
973 Replace C-c[a-zA-Z] key bindings.
974
975 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * progmodes/hideif.el (hif-token-alist): New var.
978 (hif-token-regexp, hif-tokenize): Use it.
979 (hif-mathify-binop): New macro.
980 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
981 (hif-greater-equal, hif-less-equal): Use it.
982 (hif-logior, hif-logand): New functions.
983 (hif-math): Accept | and & as well.
984
985 * progmodes/etags.el: Fix problem with completion for buffer-local
986 tables. Reported by Radey Shouman <shouman@comcast.net>.
987 (tags-complete-tag): Remove.
988 (tags-lazy-completion-table): New function to replace it.
989 (find-tag-tag, complete-tag): Update users.
990
991 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
992
993 * vc-rcs.el (vc-rcs-dir-status):
994 * vc-sccs.el (vc-sccs-dir-status): New function.
995
996 * outline.el (outline-mode-menu-bar-map):
997 * term.el (terminal-signal-menu): Add :help.
998
999 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1000 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1001
1002 * emacs-lisp/re-builder.el (reb-mode-map):
1003 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1004
1005 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1006 new files, deleted files and for changing permissions.
1007 (diff-mode): Set beginning-of-defun-function and
1008 end-of-defun-function.
1009
1010 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1011
1012 * vc.el (vc-default-status-fileinfo-extra): New function.
1013 (vc-status-mark-buffer-changed): Use it.
1014 (vc-update-vc-status-buffer): Allow for partial updates.
1015
1016 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1019 tramp-register-completion-file-name-handler.
1020
1021 * subr.el (keymap-canonicalize): New function.
1022 * mouse.el (mouse-menu-non-singleton): Use it.
1023 (mouse-major-mode-menu): Remove hack made unnecessary.
1024
1025 * simple.el (set-fill-column): Prompt rather than error by default.
1026
1027 2008-04-04 Andreas Schwab <schwab@suse.de>
1028
1029 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1030 Reset new-rules after each round.
1031
1032 * Makefile.in (cal-autoloads): New target.
1033 (compile, compile-always, recompile): Depend on it.
1034 ($(lisp)/calendar/cal-loaddefs.el)
1035 ($(lisp)/calendar/diary-loaddefs.el)
1036 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1037
1038 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1039
1040 * ediff*.el: Replace load with require in eval-when-compile.
1041
1042 * ediff-hook: Delete all invocations of (autoload ...).
1043
1044 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1045 in ediff control window, and set its min height to 2.
1046 (ediff-setup-control-buffer): Dedicate the control window.
1047 (ediff-toggle-multiframe): Undedicate control window.
1048 Work directly with ediff-setup-windows-multiframe and
1049 ediff-setup-windows-plain.
1050
1051 * ediff-wind (ediff-choose-window-setup-function-automatically):
1052 New function.
1053 (ediff-window-setup-function): Change initialization.
1054 (ediff-setup-windows-automatic): Delete.
1055 (ediff-setup-windows-plain-merge): Make control window dedicated.
1056 (ediff-destroy-control-frame): Do not skip frames if working in a
1057 single frame.
1058
1059 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1060 eval-when-compile.
1061
1062 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1063 eval-when-compile.
1064
1065 2008-04-04 Glenn Morris <rgm@gnu.org>
1066
1067 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1068 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1069
1070 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1071 Rename islamic-calendar-leap-year-p. Update callers.
1072 (calendar-islamic-last-day-of-month):
1073 Rename islamic-calendar-last-day-of-month. Update callers.
1074 (calendar-islamic-day-number):
1075 Rename islamic-calendar-day-number. Update callers.
1076 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1077 Update callers, keep old name as alias.
1078 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1079 Update callers, keep old name as alias.
1080 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1081 Keep old name as alias.
1082 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1083 Update callers, keep old name as alias.
1084 (calendar-islamic-mark-date-pattern):
1085 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1086 name as alias.
1087 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1088 Keep old name as alias.
1089 (diary-islamic-insert-monthly-entry):
1090 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1091 (diary-islamic-insert-yearly-entry):
1092 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1093
1094 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1095 calendar-absolute-from-iso. Update callers, keep old name as alias.
1096 (calendar-iso-print-date): Rename calendar-print-iso-date.
1097 Update callers, keep old name as alias.
1098 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1099 Keep old name as alias.
1100 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1101 Keep old name as alias.
1102
1103 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1104 calendar-absolute-from-julian. Update callers, keep old name as alias.
1105 (calendar-julian-print-date): Rename calendar-print-julian-date.
1106 Update callers, keep old name as alias.
1107 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1108 Update callers, keep old name as alias.
1109 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1110 Update callers, keep old name as alias.
1111 (calendar-astro-print-day-number):
1112 Rename calendar-print-astro-day-number. Update callers, keep old
1113 name as alias.
1114 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1115 Update callers, keep old name as alias.
1116
1117 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1118 Rename calendar-string-to-mayan-long-count. Update callers.
1119 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1120 Update callers, keep old name as alias.
1121 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1122 Update callers.
1123 (calendar-mayan-read-tzolkin-date):
1124 Rename calendar-read-mayan-tzolkin-date. Update callers.
1125 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1126 Keep old name as alias.
1127 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1128 Keep old name as alias.
1129 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1130 Keep old name as alias.
1131 (calendar-mayan-previous-tzolkin-date):
1132 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1133 (calendar-mayan-next-round-date):
1134 Rename calendar-next-calendar-round-date. Keep old name as alias.
1135 (calendar-mayan-previous-round-date):
1136 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1137 (calendar-mayan-long-count-to-absolute): Rename
1138 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1139 (calendar-mayan-goto-long-count-date):
1140 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1141
1142 * calendar/cal-persia.el (calendar-persian-month-name-array):
1143 Rename persian-calendar-month-name-array. Update callers.
1144 (calendar-persian-epoch): Rename persian-calendar-epoch.
1145 Update callers.
1146 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1147 Update callers.
1148 (calendar-persian-last-day-of-month):
1149 Rename persian-calendar-last-day-of-month. Update callers.
1150 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1151 Update callers, keep old name as alias.
1152 (calendar-persian-print-date): Rename calendar-print-persian-date.
1153 Update callers, keep old name as alias.
1154 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1155 Keep old name as alias.
1156
1157 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1158 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1159 * calendar/solar.el: Update for cal-julian name changes.
1160
1161 * calendar/cal-dst.el: Update for persian name changes.
1162
1163 * calendar/cal-menu.el, calendar/calendar.el:
1164 Update for islamic, iso, julian, mayan, persian name changes.
1165
1166 * calendar/diary-lib.el: Update for islamic name changes.
1167
1168 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1169 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1170 as alias.
1171 (calendar-christian-all-holidays-flag):
1172 Rename all-christian-calendar-holidays. Update callers, keep old
1173 name as alias.
1174 (calendar-islamic-all-holidays-flag):
1175 Rename all-islamic-calendar-holidays. Update callers, keep old
1176 name as alias.
1177 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1178 Update callers, keep old name as alias.
1179 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1180 Update for the above name changes.
1181
1182 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * hilit-chg.el (global-highlight-changes-mode)
1185 (highlight-changes-passive-string, highlight-changes-active-string):
1186 Mark as obsolete since 23.1, not 22.1.
1187
1188 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * hilit-chg.el (highlight-changes-visibility-initial-state)
1191 (hilit-chg-update, highlight-changes-mode-turn-on):
1192 Fix typos in docstrings.
1193
1194 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1195
1196 * newcomment.el (comment-enter-backward): Be careful to restore
1197 position changed during narrowing.
1198
1199 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1200
1201 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1202 Recognize `sub ($$)'.
1203
1204 2008-04-03 Richard Sharman <rsharman@pobox.com>
1205
1206 * hilit-chg.el (highlight-changes-mode): Rename from
1207 highlight-changes; no longer uses sub-modes active and passive;
1208 implemented by define-minor-mode.
1209 (highlight-changes-toggle-visibility): New function, to replace
1210 the old passive/active submodes of global-highlight-changes-mode;
1211 implemented by define-minor-mode.
1212 (global-highlight-changes-mode): Rename from global-highlight-changes;
1213 rewrite using define-globalized-minor-mode.
1214 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1215 (hilit-chg-post-command-hook, hilit-chg-check-global)
1216 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1217 to use of define-globalized-minor-mode.
1218 (highlight-changes-global-initial-state): Change to be boolean.
1219 (highlight-changes-visible-string, highlight-changes-invisible-string):
1220 Rename from highlight-changes-active-string and
1221 highlight-changes-passive-string.
1222 (hilit-chg-update, hilit-chg-set): Use them.
1223 (global-highlight-changes-mode): Rename from global-highlight-changes.
1224 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1225 docstring.
1226 (hilit-chg-hide-changes): Rewrite to use dolist.
1227 (hilit-chg-set-face-on-change, hilit-chg-update)
1228 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1229 variable instead of testing highlight-changes-mode.
1230 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1231 to highlight-changes-mode changed.
1232 (highlight-compare-with-file): Fix problems with interactive
1233 call giving invalid default file.
1234
1235 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1236
1237 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1238 Fix in disassembly buffer (regression in 22.2).
1239
1240 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1241
1242 * emulation/viper-macs.el (viper-read-fast-keysequence):
1243 Use viper-read-event instead of viper-read-key.
1244
1245 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1246
1247 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1248 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1249 let-statements.
1250
1251 * emulation/viper-ex.el, emulation/viper-macs.el:
1252 * emulation/viper-mous.el:
1253 Replace load with require in eval-when-compile.
1254
1255 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1258
1259 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1260 (archive-try-jka-compr): New function.
1261 (archive-set-buffer-as-visiting-file): Use it.
1262
1263 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1264
1265 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * simple.el (handle-shift-selection): New arg.
1268
1269 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1272
1273 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1274
1275 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * shell.el (shell-dynamic-complete-filename): New fun.
1278 (shell-dynamic-complete-functions): Use it.
1279
1280 * help-fns.el (describe-variable): Undo 2008-02-25 change.
1281
1282 2008-04-03 Kenichi Handa <handa@m17n.org>
1283
1284 * international/fontset.el (create-fontset-from-x-resource):
1285 Handle the error of X resource more gracefully.
1286
1287 * international/latin1-disp.el (latin1-display): Don't use make-char.
1288 Fix the argument to set-char-table-range.
1289 (latin1-display-identities): Don't use make-char.
1290 (latin1-display-reset): Use map-charset-chars instead of directly
1291 calling standard-display-default.
1292 (latin1-display-check-font): Don't use make-char.
1293 (latin1-display-setup): Likewise.
1294 (latin1-display-ucs-per-lynx): Likewise.
1295
1296 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1299 name the fields, to make the code clearer.
1300 Rewrite all `aset' and `aref' using the defined accessors.
1301 (timer--time): New pseudo-field.
1302 (timer-set-time, timer-set-idle-time, timer-inc-time)
1303 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1304 (timer--time-less-p): New function.
1305 (timer--activate): New function, extracted from timer-activate.
1306 (timer-activate-when-idle, timer-activate): Use it.
1307 (cancel-function-timers): Use dolist.
1308
1309 2008-04-03 Glenn Morris <rgm@gnu.org>
1310
1311 * add-log.el (c-beginning-of-defun, c-end-of-defun):
1312 Remove declarations; no longer used.
1313 (c-cpp-define-name, c-defun-name): Declare as functions.
1314
1315 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1316 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1317
1318 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1319 (holiday-passover-etc, holiday-hanukkah): Doc fix.
1320 Add optional argument. Simplify.
1321 (holiday-tisha-b-av-etc): Use memq rather than unless.
1322 (holiday-julian): Autoload it.
1323 (holiday-hebrew-misc): New function.
1324
1325 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1326
1327 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1328 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1329 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1330 all-hebrew-calendar-holidays.
1331 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1332 Simplify using new functions.
1333 (calendar-holidays): Doc fix.
1334 (generate-calendar-window): Use bound-and-true-p.
1335
1336 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1337
1338 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1339 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
1340 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
1341 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1342
1343 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1344
1345 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1348
1349 * vc-bzr.el (vc-bzr-checkout): Simplify.
1350
1351 * image-mode.el (image-mode-fit-frame): New command.
1352
1353 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1354 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1355 (keyboard-escape-quit): Check region-active-p i.s.o
1356 transient-mark-mode.
1357
1358 2008-04-02 Simon Josefsson <simon@josefsson.org>
1359
1360 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1361 (imap-message-copyuid-1): Use it.
1362 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1363 J. Williams in
1364 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1365
1366 2008-04-02 Alan Mackenzie <acm@muc.de>
1367
1368 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1369 New optimised functions to get the name of the current defun/macro.
1370
1371 * add-log.el (add-log-current-defun): Move the functionality which
1372 gets the current function name for C like modes to cc-cmds.el,
1373 thus optimising for speed.
1374
1375 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * simple.el (deactivate-mark): When the mark is temporarily
1378 active, restore the original value of transient-mark-mode.
1379 (set-mark-command): First deactivate the mark if was temporarily active.
1380 (exchange-point-and-mark): Reactivate the mark if it was
1381 temporarily active.
1382 (handle-shift-selection): New fun.
1383 (transient-mark-mode): Move var documentation here from buffer.c.
1384 (next-line, previous-line, backward-word, move-end-of-line)
1385 (move-beginning-of-line, forward-to-indentation)
1386 (backward-to-indentation, back-to-indentation)
1387 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1388
1389 * mouse.el (mouse-set-region-1): Save the old value of
1390 transient-mark-mode.
1391 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1392 transient-mark-mode.
1393
1394 * textmodes/paragraphs.el (forward-paragraph)
1395 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1396 interactive spec.
1397
1398 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1399
1400 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * net/tramp.el (tramp-make-tramp-temp-file):
1403 Use `tramp-drop-volume-letter' for the local file name part.
1404
1405 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1408 Add menu entries corresponding to all the key bindings.
1409
1410 * emacs-lisp/debug.el (debugger-mode-map):
1411 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1412 (conf-align-assignments): Only work on the region if it is active.
1413 (conf-quote-normal): Use when instead of if. Remove redundant test.
1414
1415 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1416 for tracing and re-builder.
1417
1418 2008-04-02 Glenn Morris <rgm@gnu.org>
1419
1420 * calendar/appt.el (appt-disp-window-function): Doc fix.
1421 (appt-display-message): Move beep before display.
1422 (appt-check): Make interactive. Reduce the number of lets.
1423 Use string-equal to compare mode-line strings.
1424 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1425 read-only.
1426 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1427 (appt-delete): Simplify.
1428
1429 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1430
1431 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1432
1433 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1434 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1435 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1436
1437 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1438 (calendar-holiday-marker, mark-visible-calendar-date):
1439 * calendar/diary-lib.el (fancy-diary-display):
1440 Check for font-lock-mode before using faces.
1441
1442 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1443 (calendar-gregorian-from-absolute): Reduce the number of lets.
1444 (hebrew-holidays-4, generate-calendar-window): Simplify.
1445 (calendar-for-loop): Make obsolete.
1446 (calendar-nth-named-day): Doc fix.
1447
1448 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1449 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1450 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1451 Reduce the number of lets.
1452 (mark-sexp-diary-entries, calendar-mark-complex):
1453 Expand calendar-for-loops.
1454
1455 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * find-dired.el (find-dired-filter): Fix last patch to handle
1458 multi-line process input. Pad link numbers too.
1459
1460 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1461
1462 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1463
1464 2008-04-01 Jason Rumney <jasonr@gnu.org>
1465
1466 * international/characters.el (script-list): Add phonetic script,
1467 covering IPA (previously Latin), Phonetic Extensions and
1468 Phonetic Extensions Supplement (both previously unassigned).
1469
1470 * international/fontset.el (setup-default-fontset): Use unicode fonts
1471 that cover bopomofo script for bopomofo.
1472 Likewise for braille and mathematical.
1473 Use unicode scripts that cover the phonetic script for IPA.
1474
1475 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1476
1477 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1478 return the assigned value.
1479
1480 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * abbrev.el (abbrev-mode): Use define-minor-mode.
1483
1484 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1485 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1486 Use map-keymap.
1487 (minor-mode-menu-from-indicator): Use it. Simplify.
1488
1489 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1490 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1491 Bind the key directly to the menu.
1492 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1493
1494 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1495
1496 * epa.el (epa-decrypt-region): Explain the reason why this
1497 function should not be used in Lisp programs.
1498 (epa-decrypt-armor-in-region): Ditto.
1499 (epa-verify-region): Ditto.
1500 (epa-verify-cleartext-in-region): Ditto.
1501 (epa-sign-region): Ditto.
1502 (epa-encrypt-region): Ditto.
1503
1504 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1505
1506 * epa.el (epa-select-keys): Show menu even if there is no key in
1507 GnuPG's keyring.
1508
1509 2008-04-01 Glenn Morris <rgm@gnu.org>
1510
1511 * calendar/calendar.el (calendar-make-temp-face): New function.
1512 (mark-visible-calendar-date):
1513 * calendar/diary-lib.el (fancy-diary-display): Use it.
1514
1515 * vc-hooks.el (vc-responsible-backend): Declare as function.
1516
1517 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1518 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1519 * calendar/cal-julian.el (holiday-julian): Use it.
1520
1521 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1522 (calendar-hebrew-date-is-visible-p): Extract some common code into
1523 separate function.
1524 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1525
1526 * calendar/cal-menu.el (cal-menu-holidays-menu):
1527 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1528 rather than obsolete alias.
1529
1530 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1531 for mark characters.
1532 (calendar-unmark): Unmark by removing all overlays, rather than
1533 redrawing.
1534 (calendar-starred-day): Remove.
1535 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1536 (calendar-cursor-to-date): No need for special star handling now
1537 using overlays.
1538 (calendar-star-date): Use overlays.
1539
1540 * calendar/cal-french.el (calendar-goto-french-date):
1541 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1542 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1543 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1544 * calendar/cal-persia.el (calendar-persian-date-string):
1545 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1546 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1547 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1548 * calendar/solar.el (solar-equinoxes-solstices):
1549 Reduce nesting of some lets.
1550
1551 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1552 (calendar-goto-mayan-long-count-date): Simplify.
1553
1554 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1555 Simplify by using mapcar.
1556 (calendar-list-holidays): Return holiday-list.
1557 (list-holidays): Use let rather than let*. Remove un-needed locals
1558 `d', `never'.
1559 (calendar-check-holidays): Return result from dolist.
1560 (holiday-float): Use a single let*. Simplify if-and to and.
1561 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1562 single let*.
1563
1564 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1565
1566 * calc/calc.el: Autoload `calc-yank'.
1567 (calc-mode-map): Add keybindings for `calc-yank'.
1568 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1569 assignments for `calc-yank'.
1570
1571 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1574 (vc-status-mark-buffer-changed): Handle the extra field.
1575
1576 * vc-bzr.el (vc-bzr-after-dir-status):
1577 * vc-cvs.el (vc-cvs-after-dir-status):
1578 * vc-hg.el (vc-hg-after-dir-status):
1579 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1580
1581 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * doc-view.el: Compute displayed pages first (in PDF).
1584 (doc-view-current-converter-processes): Rename from
1585 doc-view-current-converter-process. Update users.
1586 (doc-view-sentinel): Test buffer's liveness.
1587 (doc-view-pdf/ps->png-sentinel): Remove.
1588 (doc-view-start-process): New function.
1589 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1590 (doc-view-ps->pdf): Use it.
1591 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1592 New functions.
1593 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1594 (doc-view-mode): Kill the processes when leaving the mode.
1595
1596 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1599 Use `byte-compile-warning-types'. Add docstring.
1600
1601 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1604 (smerge-resolve): Add various resolution heuristics.
1605
1606 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1607 in 3-way conflicts.
1608
1609 2008-03-31 Glenn Morris <rgm@gnu.org>
1610
1611 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1612 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1613 * calendar/cal-islam.el (mark-islamic-diary-entries):
1614 Fix argument order in call to diary-mark-entries-1.
1615
1616 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1617 pre-Bahai dates.
1618 (holiday-bahai): Use an algorithm actually relevant to this calendar
1619 system.
1620
1621 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1622
1623 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1624 Use and.
1625
1626 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1627 in the last fortnight in Julian October.
1628
1629 * calendar/calendar.el (increment-calendar-month): Optionally handle
1630 systems without 12 months per year.
1631
1632 (calendar-date-is-visible-p): Doc fix. Simplify.
1633
1634 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1635 from dolist.
1636
1637 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1640 (hi-lock-unload-function): New function.
1641
1642 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1645 overwriting when NEWNAME is a local file.
1646
1647 * net/trampver.el: Update release number.
1648
1649 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1650
1651 * vc-git.el: Make vc-status display information about copies,
1652 renames and permission changes.
1653 (vc-git-extra-fileinfo): New defstruct.
1654 (vc-git-escape-file-name, vc-git-file-type-as-string)
1655 (vc-git-rename-as-string, vc-git-permissions-as-string)
1656 (vc-git-status-printer): New functions.
1657 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1658 (vc-git-after-dir-status-stage1): Look for copies, renames and
1659 permission changes.
1660 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1661 (vc-git-dir-status): Ask for staged files and renames.
1662
1663 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1664
1665 * vc.el: Allow backends to display backend specific information in
1666 the vc-status listing.
1667 (vc-status-fileinfo): Add a field for backend specific information.
1668 (vc-status-printer): Rename to ...
1669 (vc-default-status-printer): ... this.
1670 (vc-status-printer): New function.
1671 (vc-update-vc-status-buffer): Set the backend specific file info
1672 if provided.
1673
1674 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1677 change (ill-conceived).
1678
1679 2008-03-29 Glenn Morris <rgm@gnu.org>
1680
1681 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1682 * calendar/cal-julian.el (holiday-julian): Simplify.
1683
1684 * calendar/holidays.el (list-holidays): Use or.
1685
1686 2008-03-29 Juri Linkov <juri@jurta.org>
1687
1688 * window.el (split-window-preferred-horizontally): New function.
1689
1690 * cus-start.el (split-window-preferred-function):
1691 Set choice for "vertically" to nil instead of split-window.
1692 Set choice for "horizontally" to split-window-preferred-horizontally
1693 instead of lambda.
1694
1695 2008-03-29 Juri Linkov <juri@jurta.org>
1696
1697 * simple.el (minibuffer-default-add-function): New variable with
1698 the default to minibuffer-default-add-completions.
1699 (minibuffer-default-add-done): New variable. Make it buffer-local.
1700 (minibuffer-default-add-completions): New function.
1701 (goto-history-element): Set minibuffer-default-add-done to t and
1702 call a function in minibuffer-default-add-function when the
1703 specified absolute history position is greater than the length of
1704 the minibuffer-default list and minibuffer-default-add-done is nil.
1705 Change "^End of history; no next item$" to "^End of defaults;
1706 no next item$".
1707
1708 * bindings.el (debug-ignored-errors): Change "^End of history;
1709 no next item$" to "^End of defaults; no next item$".
1710
1711 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1714
1715 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1716 to with-no-warnings.
1717
1718 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1719
1720 Sync with Tramp 2.1.13.
1721
1722 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1723
1724 * net/trampver.el: Update release number.
1725
1726 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1727
1728 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1729 the current backend.
1730
1731 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1732 (vc-status-refresh): Create a temporary buffer and call the
1733 `dir-status' backend function from that buffer.
1734
1735 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1736 (vc-bzr-after-dir-status): Don't kill the buffer.
1737
1738 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1739 (vc-cvs-after-dir-status): Don't kill the buffer.
1740
1741 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1742 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1743
1744 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1745 (vc-hg-after-dir-status): Don't kill the buffer.
1746
1747 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1748 (vc-svn-after-dir-status): Don't kill the buffer.
1749
1750 2008-03-29 Glenn Morris <rgm@gnu.org>
1751
1752 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1753 (european-date-diary-pattern, european-calendar-display-form)
1754 (american-calendar-display-form, diary-display-hook): Doc fixes.
1755 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1756 custom :set. Mark as obsolete.
1757 (calendar-date-style, iso-date-diary-pattern)
1758 (iso-calendar-display-form): New user variables.
1759 (diary-date-forms, calendar-date-display-form): Set using
1760 calendar-date-style. Doc fix.
1761 (calendar-set-date-style): New command.
1762 (european-calendar, american-calendar): Use calendar-set-date-style.
1763 Mark as obsolete.
1764
1765 * calendar/diary-lib.el (number): Move declaration where needed.
1766 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1767 (diary-make-date): New function.
1768 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1769 Use diary-make-date.
1770 (diary-date-display-form, diary-insert-entry-1): New functions.
1771 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1772 Use diary-insert-entry-1.
1773 (insert-anniversary-diary-entry, insert-block-diary-entry)
1774 (insert-cyclic-diary-entry): Use diary-date-display-form.
1775
1776 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1777 Autoload diary-insert-entry-1.
1778 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1779 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1780 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1781 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1782 * calendar/cal-islam.el (insert-islamic-diary-entry)
1783 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1784 Use diary-insert-entry-1.
1785
1786 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1787 (diary-yahrzeit): Doc fix. Use diary-make-date.
1788
1789 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1790 New name for icalendar--datetime-to-noneuropean-date. Make old name
1791 obsolete alias.
1792 (icalendar--datetime-to-iso-date): New function.
1793 (icalendar--datetime-to-diary-date): Doc fix. Respect
1794 calendar-date-style if bound.
1795
1796 * textmodes/remember.el (remember-diary-convert-entry):
1797 Respect calendar-date-style if bound.
1798
1799 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1802 (xterm-mouse-handle-delete-frame): Delete.
1803
1804 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1805 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1806 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1807 in xterm-modify-other-keys-terminal-list.
1808
1809 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1810 are conflicts.
1811
1812 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * vc.el (vc-update): Check if the buffer is unsaved only if it
1815 actually exists.
1816 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1817 vc-print-log.
1818
1819 2008-03-28 Magnus Henoch <mange@freemail.hu>
1820
1821 * net/dns.el (dns-write): Use set-buffer-multibyte.
1822
1823 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * vc-bzr.el (vc-bzr-sha1): New fun.
1826 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1827 (vc-bzr-registered): Use it.
1828
1829 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * vc.el (vc-status-kill-dir-status-process): Simplify.
1832 (vc-status-refresh): Make sure the buffer is live.
1833 (ring): Don't require it, not used.
1834
1835 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
1836
1837 * progmodes/verilog-mode.el (verilog-auto-inout-module):
1838 Add optional regular expression to AUTOINOUTMODULE.
1839 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1840 (verilog-auto-inst-param, verilog-auto-reg)
1841 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1842 (verilog-auto-output-every, verilog-auto-input)
1843 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1844 (verilog-auto-unused, verilog-auto): Update documentation to use
1845 more obvious instance module names versus cell names.
1846
1847 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
1848
1849 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1850 kill if a process is running.
1851
1852 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1853
1854 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1855
1856 * vc.el: Add new backend function 'status-extra-headers.
1857 (vc-default-status-extra-headers): New function.
1858 (vc-status-headers): Call 'status-extra-headers. Add colors.
1859
1860 * vc-git.el (vc-git-status-extra-headers): New function.
1861
1862 2008-03-28 Glenn Morris <rgm@gnu.org>
1863
1864 * calendar/cal-menu.el (cal-menu-holidays-menu)
1865 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1866 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1867 holiday-list is optional.
1868 (calendar-mouse-holidays): Remove un-needed local `l'.
1869
1870 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1871 Remove un-needed local `date'.
1872 (calendar-cursor-to-visible-date): Use let rather than let*.
1873 Remove un-needed local `first-of-month-weekday'.
1874
1875 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1876
1877 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1878 Doc fixes.
1879 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
1880 (diary-header-line-flag, diary-header-line-format): Declare.
1881 (diary-pull-attrs): Check for multiple matches.
1882 (diary-list-entries-2): Simplify finding start of date.
1883 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1884 pop-up-frames.
1885 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1886 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1887
1888 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
1889
1890 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1891
1892 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1893
1894 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1897
1898 * image-mode.el (image-mode-reapply-winprops): Fix last change.
1899
1900 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1901
1902 * international/mule-conf.el (define-iso-single-byte-charset):
1903 Don't make latin-iso8859-* supplementary.
1904 (#'set-charset-priority): Don't change the priority of charsets
1905 `unicode' and `emacs'.
1906
1907 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1910 temp buffer.
1911
1912 2008-03-27 Glenn Morris <rgm@gnu.org>
1913
1914 * calendar/cal-bahai.el (diary-bahai-list-entries):
1915 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1916 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1917
1918 * calendar/calendar.el (diary-file): Doc fix.
1919
1920 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1921 (list-diary-entries-hook, mark-diary-entries-hook)
1922 (include-other-diary-files, diary-mail-entries)
1923 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1924 (diary-set-header): New function.
1925 (diary-header-line-flag, diary-header-line-format):
1926 Use diary-set-header for custom :set function.
1927 (diary-set-maybe-redraw): Use symbol-value rather than eval.
1928 (diary-attrtype-convert): Use intern-soft rather than read.
1929 (diary-display-no-entries): New function.
1930 (simple-diary-display, fancy-diary-display): Use it.
1931 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
1932 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1933
1934 * calendar/holidays.el (list-holidays): Doc fix.
1935
1936 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
1937
1938 * calc/calc-store.el (calc-read-var-name-history): New variable.
1939 (calc-read-var-name): Use `calc-read-var-name-history'.
1940
1941 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * image-mode.el (image-mode-reapply-winprops): Simplify now that
1944 window-configuration-change-hook works buffer-locally.
1945
1946 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1947
1948 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1949 for Emacs Lisp, not Lisp.
1950
1951 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * help-fns.el (describe-function-1, describe-variable):
1954 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1955
1956 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1957 replacement is provided, don't print "use nil instead".
1958
1959 2008-03-26 Johan Bockgård <bojohan@gnu.org>
1960
1961 * complete.el (PC-do-completion): Use regexp-quote.
1962
1963 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1966 Detect missing files.
1967
1968 * vc-git.el (vc-git-extra-menu-map): New key map.
1969 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1970 New functions.
1971
1972 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1973 and 'missing files.
1974
1975 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * calendar/holidays.el (list-holidays): Make Y2 optional.
1978
1979 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1980 buffers shown to the user.
1981 (appt-disp-window): Disable undo explicitly now that the leading space
1982 is gone.
1983
1984 * simple.el (activate-mark): New function.
1985 (set-mark-command): Use it with region-active-p to clean up the code.
1986 (exchange-point-and-mark): Invert the meaning of C-u when
1987 transient-mark-mode is active.
1988
1989 * dired-aux.el (dired-create-files): Use dolist.
1990
1991 * bindings.el (mode-line-change-eol): Use with-selected-window.
1992
1993 * apropos.el (apropos-command): Include macros.
1994
1995 2008-03-26 Glenn Morris <rgm@gnu.org>
1996
1997 * calendar/cal-bahai.el: Require calendar, not cal-julian.
1998 (calendar-bahai-epoch): Doc fix.
1999
2000 * calendar/cal-china.el: Explicitly require calendar.
2001
2002 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2003 Require calendar rather than cal-julian.
2004 Autoload calendar-absolute-from-julian.
2005 * calendar/cal-coptic.el (coptic-calendar-epoch):
2006 * calendar/cal-islam.el (calendar-islamic-epoch):
2007 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2008
2009 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2010
2011 * calendar/cal-dst.el: Don't require cal-persia.
2012 (calendar-absolute-from-persian): Autoload it.
2013 (dst-adjust-time): Doc fix.
2014
2015 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2016 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2017 calendar.
2018
2019 * calendar/cal-menu.el: Require calendar rather than declaring
2020 functions.
2021 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2022
2023 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2024 calendar-after-frame-setup-hooks. Update callers, make old name an
2025 obsolete alias. Doc fix.
2026 (calendar-frame-1): Doc fix.
2027
2028 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2029
2030 * calendar/calendar.el (oriental-holidays, solar-holidays):
2031 * calendar/holidays.el (list-holidays): Assume atan always bound.
2032
2033 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2034 Explicitly require calendar, not cal-julian.
2035 * calendar/lunar.el: Explicitly require cal-dst.
2036
2037 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2040
2041 * help-fns.el (describe-function-1, describe-variable): If no
2042 replacement is provided, don't print "use nil instead".
2043
2044 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2045
2046 * proced.el: New file.
2047
2048 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2049
2050 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2051
2052 2008-03-25 Juri Linkov <juri@jurta.org>
2053
2054 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2055 in battery-mode-line-format.
2056
2057 * bindings.el (minibuffer-local-map): For the command
2058 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2059 with map which is already locally bound to minibuffer-local-map.
2060
2061 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2064 Remove `sort-first' argument.
2065
2066 * subr.el (redisplay-end-trigger-functions)
2067 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2068 (process-filter-multibyte-p, set-process-filter-multibyte):
2069 Mark as obsolete.
2070
2071 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2072
2073 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2074 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2075 use the LOCAL arg of `add-hook'.
2076 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2077 Remove spurious * from defcustom docstrings.
2078 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2079 Fix typos in messages.
2080 (reb-mode-buffer-p): New function.
2081 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2082 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2083 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2084 (reb-update-overlays): Use `unless', `when'.
2085 (re-builder-unload-function): New function.
2086
2087 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2088
2089 * vc-hooks.el (vc-state): Add documentation for 'missing.
2090
2091 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2092
2093 * progmodes/verilog-mode.el (verilog-auto-output)
2094 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2095 (verilog-delete-auto): Add optional regular expression to
2096 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2097 (verilog-signals-matching-regexp): New internal function for
2098 signal matching.
2099
2100 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2101
2102 * info.el (Info-isearch-search): Always return point.
2103
2104 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * diff-mode.el (diff-remembered-defdir): New var.
2107 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2108
2109 2008-03-25 Glenn Morris <rgm@gnu.org>
2110
2111 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2112 calendar-bahai-prompt-for-date. Update callers, make old name an
2113 obsolete alias. Doc fix.
2114 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2115 coptic-prompt-for-date. Update callers, make old name an
2116 obsolete alias. Doc fix.
2117 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2118 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2119 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2120 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2121 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2122 calendar-iso-read-args. Update callers, make old name an obsolete
2123 alias.
2124 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2125 persian-prompt-for-date. Update callers, make old name an
2126 obsolete alias. Doc fix. Move definition before use.
2127
2128 * calendar/cal-x.el (diary-frame-parameters)
2129 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2130 (calendar-frame-1): Doc fixes.
2131 (make-fancy-diary-buffer): Remove declaration.
2132 (calendar-dedicate-diary): Replace call to deleted function
2133 make-fancy-diary-buffer.
2134 (calendar-frame-setup): New function.
2135 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2136 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2137 work, and mark as obsolete.
2138 (special-display-buffer-names): Don't mess with this; it's not our
2139 business.
2140 (cal-x-load-hook): Defvar it, and mark as obsolete.
2141
2142 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2143 Default to t. Add to 'calendar group.
2144 (calendar): Doc fix. Use calendar-frame-setup.
2145 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2146 (generate-calendar-window): Doc fix.
2147
2148 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2151
2152 2008-03-24 Drew Adams <drew.adams@oracle.com>
2153
2154 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2155 New variables.
2156 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2157 (finder-exit): Ignore errors rather than avoiding them.
2158 Kill *Finder-package* buffer also.
2159
2160 2008-03-24 Andreas Schwab <schwab@suse.de>
2161
2162 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2163
2164 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2165
2166 * vc-hg.el (vc-hg-after-dir-status):
2167 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2168
2169 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2170 Detect removed files.
2171
2172 * vc.el (vc-status-printer): Use a different face for missing files.
2173 (vc-status-hide-up-to-date): Rename from
2174 vc-status-remove-up-to-date. Update all callers.
2175 (vc-status-mode-map): Bind C-m.
2176
2177 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2178
2179 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2180 code ...
2181 (vc-git--state-code): ... to this new function.
2182 (vc-git-state): Use it.
2183
2184 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2185
2186 * textmodes/remember.el (remember-mail-date)
2187 (remember-store-in-mailbox): Write date and From line in such a
2188 way that Mutt can read it.
2189
2190 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * simple.el (transient-mark-mode): Turn on by default.
2193
2194 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2195
2196 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2197 'unregistered for unregistered files.
2198
2199 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2200
2201 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2202
2203 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2204 subdirectories.
2205
2206 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2207 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2208 Add :enable for vc-status-refresh.
2209 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2210 (vc-status-tool-bar-map): Add binding for
2211 vc-status-kill-dir-status-process.
2212 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2213 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2214 Reset vc-status-process-buffer.
2215 (vc-status-refresh): Don't run two refreshes at a time.
2216 (vc-status): If the buffer is already in vc-status-mode only refresh.
2217 (vc-status-mark-buffer-changed): Add an optional file parameter.
2218 (vc-resynch-buffer): Use it.
2219 (vc-delete-file): Expand the file name before using it.
2220 Be careful to not create a new buffer with the old file contents.
2221 Update the VC state after performing the operation.
2222
2223 2008-03-23 Andreas Schwab <schwab@suse.de>
2224
2225 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2226 Fix radio button condition.
2227 [box]: Likewise.
2228 [customize]: Add radio button.
2229
2230 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2231
2232 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2233 (calc-user-parse-tables, calc-gnuplot-default-device)
2234 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2235 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2236 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2237 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2238 (calc-undo-list, calc-redo-list, calc-main-buffer)
2239 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2240 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2241 (calc-said-hello, calc-executing-macro, calc-any-selections)
2242 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2243 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2244 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2245 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2246 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2247 (calc-create-buffer, calc-quit): Add docstrings.
2248
2249 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * makefile.w32-in (WINS_ALMOST): Add org.
2252
2253 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2256 New functions to implement vc-status support.
2257
2258 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * vc.el (vc-status-prepare-status-buffer): New function.
2261 (vc-status): Use it.
2262
2263 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2264 appropriate.
2265
2266 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2267
2268 * vc-git.el (vc-git--empty-db-p)
2269 (vc-git-after-dir-status-stage1-empty-db): New functions.
2270 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2271 Add support for empty repositories.
2272
2273 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2276 Allow "^" in a version name.
2277
2278 * vc-mtn.el (vc-mtn-state): Support the added state.
2279
2280 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
2281
2282 * org: New directory for Org-mode.
2283
2284 * org/org-export-latex.el: Moved from lisp/texmodes.
2285
2286 * org/org-irc.el: Moved from lisp/texmodes.
2287
2288 * org/org-mac-message.el: Moved from lisp/texmodes.
2289
2290 * org/org-mouse.el: Moved from lisp/texmodes.
2291
2292 * org/org-publish.el: Moved from lisp/texmodes.
2293
2294 2008-03-21 Juri Linkov <juri@jurta.org>
2295
2296 * comint.el (comint-dynamic-simple-complete):
2297 Use variable `stub' for the second arg `common-substring'
2298 of `comint-dynamic-list-completions'.
2299 (comint-dynamic-list-filename-completions):
2300 Use variable `filenondir' for the second arg `common-substring'
2301 of `comint-dynamic-list-completions'.
2302 (comint-dynamic-list-completions): Add new optional arg
2303 `common-substring'. Add `common-substring' as the second arg of
2304 the call to `display-completion-list'. Doc fix.
2305
2306 * comint.el (comint-dynamic-complete-as-filename)
2307 (comint-dynamic-list-filename-completions)
2308 (comint-dynamic-simple-complete): Use `minibuffer-message'
2309 to display message "No completions of %s" when a command
2310 is called in the minibuffer.
2311 (comint-dynamic-simple-complete): Don't display other
2312 completion messages when a command is called in the minibuffer.
2313 (comint-dynamic-list-completions): Use `minibuffer-message'
2314 to display message " [Type space to flush ...]" when a command
2315 is called in the minibuffer.
2316
2317 * shell.el (shell-dynamic-complete-command)
2318 (shell-dynamic-complete-environment-variable): Don't display
2319 completion messages when command is called in the minibuffer.
2320
2321 * emacs-lisp/lisp.el (lisp-complete-symbol):
2322 Use `minibuffer-message' to display message "No completions of %s"
2323 when this command is called in the minibuffer.
2324
2325 * bindings.el (standard-mode-line-modes): Put special help-echo
2326 tooltip on recursive edit %[ %] mode-line constructs.
2327
2328 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2329 "^No dynamic expansion for .* found$" to allow error messages like
2330 "No dynamic expansion for \"%s\" found in this-buffer".
2331
2332 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2335 "psftp".
2336
2337 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2340 * vc.el (vc-default-dired-state-info): Use just "modified".
2341 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2342 (vc-cvs-mode-line-string): Make use of the better default.
2343 (vc-cvs-parse-entry): Use the new `added'.
2344 (vc-cvs-dired-state-info): Remove.
2345 * vc-svn.el (vc-svn-dired-state-info): Remove.
2346 * vc-hg.el (vc-hg-dired-state-info): Remove.
2347 * vc-git.el (vc-git-dired-state-info): Remove.
2348
2349 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * vc-git.el (vc-git-status-result): New variable.
2352 (vc-git-dir-status): Split out ...
2353 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2354 ... these new functions and work asynchronously.
2355
2356 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2357
2358 * vc-git.el (vc-git-after-dir-status): Remove.
2359 (vc-git-dired-state-info): Reimplement.
2360
2361 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2362
2363 * replace.el (occur-mode-map): Add :help.
2364
2365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2366 for disassemble.
2367
2368 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2369 the 'added state.
2370 (vc-status-remove-up-to-date): New function.
2371 (vc-status-mode-map, vc-status-menu-map): Bind it.
2372 (vc-status-printer): Use a different face up-to-date files.
2373 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2374 (Todo): Remove solved entries.
2375
2376 * vc-hg.el (vc-hg-state):
2377 * vc-git.el (vc-git-state):
2378 * vc-cvs.el (vc-cvs-parse-status):
2379 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2380 state.
2381
2382 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * progmodes/compile.el (compile):
2385 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2386
2387 * simple.el (minibuffer-local-shell-command-map): New var.
2388 (minibuffer-complete-shell-command, read-shell-command): New funs.
2389 (shell-command, shell-command-on-region): Use them.
2390
2391 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2392
2393 * vc.el (vc-status-mark-buffer-changed): New function to implement
2394 updating of the *vc-status* buffer when a buffer is saved.
2395 (vc-status-mode): Use it for after-change-hook.
2396 (vc-add-to-vc-status-buffer): Rename to ...
2397 (vc-status-add-entry): ... this.
2398 (Todo): Add new entry.
2399
2400 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2403
2404 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2407 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2408 Remove spurious * from defcustom docstrings.
2409 (icomplete-compute-delay): Fix docstring and remove spurious *.
2410 (icomplete-delay-completions-threshold): Fix typo in docstring and
2411 remove spurious *.
2412 (icomplete-completions): While collecting the list of prospective
2413 candidates, don't overshoot `icomplete-prospects-length'.
2414
2415 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2416
2417 * textmodes/refbib.el:
2418 * textmodes/reftex.el:
2419 * textmodes/reftex-global.el:
2420 * textmodes/reftex-vars.el:
2421 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2422 compiler pacifying defvars.
2423 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2424 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2425 not needed.
2426
2427 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2428
2429 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2430 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2431 (verilog-customize, verilog-font-customize)
2432 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2433 (verilog-mode): Update documentation strings to match tool tips.
2434 (verilog-auto-search-do, verilog-auto-re-search-do)
2435 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2436 expansion when a .* appears inside a string.
2437 (verilog-re-search-forward, verilog-re-search-backward):
2438 Add comment to recall how this works.
2439 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2440
2441 2008-03-20 Glenn Morris <rgm@gnu.org>
2442
2443 * calendar/calendar.el (calendar-other-dates): New function.
2444 (calendar-print-other-dates): Use calendar-other-dates.
2445 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2446 the declarations it replaces.
2447 (calendar-mouse-print-dates): Use calendar-other-dates.
2448
2449 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2450 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2451 (calendar-absolute-from-bahai): Fix the leap-year case.
2452 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2453 (calendar-bahai-date-string, calendar-bahai-print-date):
2454 Handle pre-Bahai dates.
2455
2456 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2457 (chinese-calendar-terrestrial-branch): Make defcustoms.
2458
2459 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2460 (calendar-mouse-view-diary-entries): Use or.
2461 (calendar-mouse-chinese-date): Remove unused command.
2462 (cal-menu-load-hook): Mark as obsolete.
2463
2464 * calendar/solar.el (calendar-location-name, calendar-latitude)
2465 (calendar-longitude, solar-arctan, sunrise-sunset)
2466 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2467
2468 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2469
2470 * calc/calc.el: Remove outdated comments.
2471 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2472 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2473 Add docstrings.
2474
2475 2008-03-19 Jason Rumney <jasonr@gnu.org>
2476
2477 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2478
2479 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2480
2481 * net/tls.el (open-tls-stream): Reindent.
2482
2483 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2484
2485 * net/tramp.el (tramp-let-maybe): Removed.
2486 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2487 It does not exist under XEmacs.
2488 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2489 (tramp-completion-file-name-handler): Let-bind
2490 `directory-sep-char'.
2491
2492 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2493 `directory-sep-char'.
2494
2495 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2498 for autoloaded keymaps.
2499
2500 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2501 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2502 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2503 (verilog-in-comment-p, verilog-in-star-comment-p)
2504 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2505 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2506 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2507 (verilog-skip-forward-comment-p): Use it.
2508
2509 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2512 (org-remember-templates, org-time-stamp-rounding-minutes)
2513 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2514 (org-columns-new): Fix typos in docstrings.
2515
2516 2008-03-19 Glenn Morris <rgm@gnu.org>
2517
2518 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2519 (tramp-handle-shell-command): Use condition-case rather than
2520 ignore-errors.
2521
2522 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2523
2524 * diff-mode.el (diff-header): Make the color louder.
2525 (diff-refine-change): Tone the color down.
2526
2527 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * descr-text.el (describe-char): When `describe-char-unidata-list'
2530 is set to show all properties, list them in the right order.
2531
2532 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * international/mule.el (load-with-code-conversion): Avoid setting
2535 default-enable-multibyte-characters.
2536
2537 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2538
2539 * vc.el (vc-annotate-background): Fix custom type.
2540
2541 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * descr-text.el (describe-char-unidata-list): Allow specifying
2544 just all properties.
2545 (describe-char): Handle that new value.
2546
2547 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2548
2549 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2550
2551 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2552 instead of file name extension to make docs with uncommon
2553 extensions work.
2554
2555 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2556
2557 * doc-view.el (require): Require cl at compile time because
2558 `assert' needs it.
2559
2560 2008-03-18 Glenn Morris <rgm@gnu.org>
2561
2562 * calendar/calendar.el (initial-calendar-window-hook)
2563 (today-visible-calendar-hook): Doc fixes.
2564
2565 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2566
2567 * net/tramp.el (tramp-root-regexp): Simplify.
2568 (tramp-completion-file-name-regexp-separate): Don't insist on
2569 leading "[". This prevents method or user or host completion.
2570 (tramp-let-maybe): Autoload it.
2571 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2572 is an alias for `identity'.
2573 (tramp-handle-write-region): Protect `last-coding-system-used'
2574 over the trailing statements.
2575 (tramp-completion-file-name-handler-post-function): Remove.
2576 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2577 instead of calling `tramp-drop-volume-letter'.
2578
2579 * net/tramp.el:
2580 * net/tramp-uu.el:
2581 * net/trampver.el: Move coding cookie at the end.
2582
2583 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2586 elements which may be something else than characters.
2587
2588 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2589
2590 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2591 New functions to implement vc-status support.
2592
2593 * vc.el (vc-default-extra-status-menu)
2594 (vc-add-to-vc-status-buffer): New functions.
2595
2596 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2597 for eldoc and ielm.
2598
2599 2008-03-17 Glenn Morris <rgm@gnu.org>
2600
2601 * calendar/cal-x.el (diary-frame-parameters)
2602 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2603 Fix custom type; add options.
2604 (calendar-frame, diary-frame): Doc fixes.
2605 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2606 new functions.
2607 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2608 Use calendar-frame-1 and calendar-dedicate-diary.
2609 (calendar-one-frame-setup): Also handle only-one-frame case.
2610 (calendar-only-one-frame-setup): Doc fix. Just call
2611 calendar-one-frame-setup.
2612
2613 * calendar/diary-lib.el: Re-order some definitions before their use.
2614 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2615 (diary-list-entries): Doc fixes.
2616 (make-fancy-diary-display): Remove function.
2617
2618 * calendar/calendar.el (calendar-today-marker)
2619 (initial-calendar-window-hook, today-visible-calendar-hook)
2620 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2621 (calendar-star-date, calendar-mark-today): Doc fixes.
2622 (today-visible-calendar-hook): Add options.
2623 (calendar-in-read-only-buffer): New macro.
2624 (calendar-basic-setup): Adapt for change in calendar-read-date.
2625 Place holiday let inside if.
2626 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2627 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2628 (calendar-print-other-dates): Use one let rather than many.
2629
2630 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2631 (calendar-print-other-dates):
2632 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2633 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2634 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2635 (calendar-cursor-holidays):
2636 * calendar/lunar.el (calendar-phases-of-moon): Use
2637 calendar-in-read-only-buffer to replace previous code and disable undo.
2638
2639 2008-03-16 Juri Linkov <juri@jurta.org>
2640
2641 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2642 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2643 read-from-minibuffer to provide the correct initial minibuffer
2644 history position in isearch-edit-string when it is called from
2645 isearch-ring-adjust.
2646
2647 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2648 to check if the current buffer is the minibuffer, and in this case
2649 call abort-recursive-edit to kill the minibuffer. Doc fix.
2650 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2651 when the current buffer is the minibuffer.
2652
2653 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2654
2655 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2656
2657 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2658 Use non-nil PARENTS attribute of make-directory instead of
2659 explicitly checking existence the current cache directory.
2660
2661 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2662
2663 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2664 M-x epa-file-select-keys.
2665
2666 2008-03-16 Kenichi Handa <handa@m17n.org>
2667
2668 * international/mule.el (auto-coding-alist):
2669 Use no-conversion-multibyte for archive files.
2670
2671 2008-03-16 Glenn Morris <rgm@gnu.org>
2672
2673 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2674 New functions.
2675 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2676 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2677 Use calendar-mark-1.
2678 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2679 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2680 Use calendar-mark-complex.
2681 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2682 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2683 Use calendar-mark-1.
2684
2685 * calendar/calendar.el (calendar-mod): Remove.
2686 * calendar/cal-china.el (calendar-chinese-from-absolute)
2687 (calendar-chinese-date-string): Expand calendar-mod calls.
2688 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2689 Expand calendar-mod calls.
2690
2691 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2692 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2693 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2694 Move obsolete aliases after the functions that replaced them.
2695
2696 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2697 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2698 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2699 Use let rather than let*.
2700 (calendar-hebrew-prompt-for-date): New function.
2701 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2702 (holiday-tisha-b-av-etc): Use unless, let.
2703
2704 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2705 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2706
2707 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2708
2709 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2710
2711 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2712 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2713 than concat.
2714 (diary): Remove un-needed let.
2715 (view-other-diary-entries): Rename argument.
2716 (diary-list-entries-2): New function.
2717 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2718 (print-diary-entries): Use unless.
2719 (diary-mark-entries-1): Change argument order, make all but
2720 markfunc optional. Handle the standard (Gregorian) case.
2721 Use match-string-no-properties. Handle marks.
2722 (mark-diary-entries): Use diary-mark-entries-1.
2723 (diary-font-lock-keywords-1): New macro.
2724 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2725
2726 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2727
2728 * icalendar.el (icalendar-version): Increase to 0.18.
2729 (icalendar-export-hidden-diary-entries): New variable.
2730 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2731 In case of error, insert full error-val.
2732 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2733 Use calendar-day-of-week. Return the day number.
2734 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2735
2736 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2737
2738 * icalendar.el (icalendar-recurring-start-year): New variable.
2739 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2740 (icalendar-export-region): Ignore hidden diary entries.
2741 (icalendar--convert-ordinary-to-ical): Fix case where event
2742 spans across midnight boundary.
2743 (icalendar-first-weekday-of-year): New function.
2744 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2745 year for recurring events (Mozilla calendars do not propagate
2746 recurring events forever, so year 2000 start date was not working).
2747 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2748 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2749
2750 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * net/tramp.el (tramp-root-regexp): New defconst.
2753 (tramp-completion-file-name-regexp-unified)
2754 (tramp-completion-file-name-regexp-separate)
2755 (tramp-completion-file-name-regexp-url): Use it.
2756 (tramp-do-copy-or-rename-file-via-buffer):
2757 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2758 t for `insert-file-contents-literally'.
2759 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2760 Autoload it.
2761 (tramp-completion-file-name-handler-post-function): New defconst.
2762 (tramp-completion-file-name-handler): Use it.
2763 (tramp-maybe-open-connection): Update calls to
2764 `tramp-flush-connection-property' for removed 2nd argument.
2765
2766 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2769 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2770 New functions.
2771
2772 2008-03-15 Glenn Morris <rgm@gnu.org>
2773
2774 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2775 New functions.
2776 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2777 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2778 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2779 (diary-bahai-list-entries): Use diary-list-entries-1.
2780 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2781 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2782 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2783 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2784 (list-hebrew-diary-entries): Use diary-list-entries-1.
2785 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2786 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2787 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2788 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2789 (list-islamic-diary-entries): Use diary-list-entries-1.
2790 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2791
2792 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2793
2794 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2795
2796 * calendar/cal-china.el (number-chinese-months)
2797 (calendar-chinese-from-absolute): Use nth, caar.
2798
2799 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2800
2801 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2802
2803 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2804 (calendar-hebrew-month-name-array-leap-year)
2805 (hebrew-calendar-parashiot-names): Make constants.
2806 (diary-parasha): Move definition after constants it uses.
2807
2808 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2809 (cal-html-htmlify-list): Doc fix.
2810 (cal-html-htmlify-entry): Use nth.
2811
2812 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2813 (calendar-islamic-epoch): Make constants.
2814 (calendar-islamic-epoch): Doc fix.
2815
2816 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2817
2818 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2819 (cal-tex-month-name): Doc fix.
2820 (cal-tex-last-blank-p): Use zerop.
2821
2822 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2823 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2824 (calendar-cursor-to-date): Doc fix.
2825 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2826 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2827 (calendar-day-number): Use when.
2828 (generate-calendar-month): Use dotimes.
2829 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2830 (calendar-set-mark): Reverse conditional.
2831 (calendar-make-alist): Move definition before use.
2832
2833 * calendar/diary-lib.el (diary-face-attrs)
2834 (diary-glob-file-regexp-prefix, diary-selective-display)
2835 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2836 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2837 (diary-anniversary, diary-cyclic)
2838 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2839 (diary-header-line-format): Change wording.
2840 (diary-list-entries): Set `date-start' in let.
2841 (include-other-diary-files, mark-included-diary-files): Use format.
2842 (simple-diary-display, fancy-diary-display): Use cadr, unless.
2843 (mark-diary-entries): Use 1+.
2844 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2845 (mark-calendar-month): Use dotimes.
2846
2847 * calendar/holidays.el (displayed-month, displayed-year):
2848 Move declarations where needed.
2849 (calendar-list-holidays): Doc fix.
2850
2851 * calendar/parse-time.el (parse-time-string): Simplify.
2852
2853 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2854 Make constants.
2855 (solar-sunrise-sunset): Rename some local variables for clarity.
2856 (sunrise-sunset): Use zerop.
2857 (solar-mean-equinoxes/solstices): Doc fix.
2858
2859 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2860 Use nth.
2861 (timeclock-completing-read, timeclock-generate-report): Use zerop.
2862 (timeclock-mean, timeclock-generate-report): Use dolist.
2863
2864 * calendar/todo-mode.el (todo-add-category): Simplify.
2865 (todo-more-important-p, todo-delete-item, todo-file-item):
2866 Use unless, when.
2867 (todo-top-priorities): Use zerop.
2868
2869 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * buff-menu.el (list-buffers-noselect): Display buffer name in
2872 tooltip instead of mouse binding when it doesn't fit in the list.
2873
2874 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2875
2876 * faces.el (xw-defined-colors):
2877 * simple.el (widget-convert, shell-mode): Declare as functions
2878 instead of autoloading.
2879
2880 * abbrev.el:
2881 * button.el:
2882 * cus-face.el:
2883 * ediff-hook.el:
2884 * emacs-lisp/backquote.el:
2885 * emacs-lisp/timer.el:
2886 * facemenu.el:
2887 * faces.el:
2888 * menu-bar.el:
2889 * simple.el:
2890 * subr.el:
2891 * textmodes/fill.el:
2892 * textmodes/paragraphs.el: Remove autoloads, redundant when the
2893 files are preloaded.
2894
2895 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * desktop.el (desktop-create-buffer): Don't catch errors if
2898 debug-on-error is set.
2899
2900 2008-03-14 Eli Zaretskii <eliz@gnu.org>
2901
2902 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2903 ($(lisp)/calendar/diary-loaddefs.el)
2904 ($(lisp)/calendar/hol-loaddefs.el): New targets.
2905 (LOADDEFS): New macro.
2906 (autoloads): Depend on $(LOADDEFS).
2907
2908 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2909
2910 * font-lock.el (featurep): Remove test, not useful anymore.
2911 (facemenu-keymap): Move key binding ...
2912 * facemenu.el (facemenu-keymap): ... here.
2913
2914 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
2915 for each file in the list.
2916 (vc-bzr-log-view-mode): Recognize the file marker.
2917
2918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2919 for checkdoc and profiling.
2920
2921 2008-03-14 Bastien Guerry <bzg@altern.org>
2922
2923 * textmodes/flyspell.el (nxml-mode): Add the right
2924 `flyspell-mode-predicate'.
2925
2926 * wid-edit.el (link): Use 'mouse-face for :follow-link.
2927
2928 2008-03-14 Glenn Morris <rgm@gnu.org>
2929
2930 * calendar/solar.el: Reorder so that functions are defined before use.
2931 (displayed-month, displayed-year): Move declarations where needed.
2932 (solar-get-number): Move definition before use. Use unless.
2933 (solar-equatorial-coordinates): Simplify.
2934 (solar-sunrise-and-sunset): Use let rather than let*.
2935 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2936
2937 * startup.el (command-line-1): Rename -internal-script back to
2938 -scriptload (reverts previous change).
2939
2940 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2941 (calendar-bahai-leap-base): Add doc strings.
2942 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2943 Move definition before use.
2944 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2945 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2946 variables outside the loop. Use dolist.
2947 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2948
2949 * calendar/cal-china.el: Re-order so that functions are defined before
2950 use.
2951 (displayed-month, displayed-year): Move declarations where needed.
2952 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2953 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2954 Add doc strings.
2955 (chinese-year-cache): Recenter on 2010. Doc fix.
2956 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2957 Doc fix. Simplify.
2958 (chinese-year-cache-init): New function.
2959 (compute-chinese-year, holiday-chinese-new-year)
2960 (calendar-chinese-date-string, calendar-goto-chinese-date)
2961 (make-chinese-month-assoc-list): Use cadr, nth.
2962 (chinese-months): Remove un-needed let.
2963
2964 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2965 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2966 (coptic-prompt-for-date): Move definition before use.
2967
2968 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2969 (calendar-dst-find-data, calendar-daylight-time-offset)
2970 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2971 (calendar-daylight-savings-starts-time)
2972 (calendar-daylight-savings-ends-time): Use cadr, nth.
2973
2974 * calendar/cal-french.el (french-calendar-epoch)
2975 (calendar-goto-french-date): Doc fix.
2976 (french-calendar-month-name-array)
2977 (french-calendar-multibyte-month-name-array)
2978 (french-calendar-day-name-array, french-calendar-special-days-array):
2979 Add doc strings.
2980
2981 * calendar/cal-hebrew.el (displayed-month, displayed-year)
2982 (original-date): Move declarations where needed.
2983 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2984 Doc fix.
2985 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2986 constant variables outside the loop. Use dolist.
2987
2988 * calendar/cal-islam.el (displayed-month, displayed-year)
2989 (original-date): Move declarations where needed.
2990 (islamic-calendar-day-number): Remove unused local variable `day'.
2991 (calendar-goto-islamic-date): Doc fix.
2992 (holiday-islamic): Use unless.
2993 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2994 constant variables outside the loop. Use dolist.
2995 (mark-islamic-calendar-date-pattern): Move definition before use.
2996 Use unless.
2997 (mark-islamic-diary-entries): Doc fix.
2998 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2999 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3000
3001 * calendar/cal-julian.el (calendar-absolute-from-julian):
3002 Move definition before use. Remove un-needed local `day'.
3003 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3004
3005 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3006 (calendar-mayan-tzolkin-names-array): Add doc strings.
3007 (calendar-mayan-long-count-from-absolute): Use a single let.
3008 (calendar-string-to-mayan-long-count): Simplify.
3009 (calendar-next-haab-date, calendar-previous-haab-date)
3010 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3011 (calendar-previous-calendar-round-date)
3012 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3013 Doc fix.
3014 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3015 (calendar-mayan-date-string, calendar-print-mayan-date)
3016 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3017 (calendar-mayan-long-count-common-era): Move definitions before use.
3018
3019 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3020 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3021 Doc fix.
3022 (calendar-mouse-goto-date): Move definition before use.
3023
3024 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3025 Move definition before use.
3026 (calendar-cursor-to-visible-date): Move definition before use.
3027 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3028 and place inside the conditional.
3029 (calendar-forward-day): Simplify.
3030 (calendar-end-of-month): Use unless.
3031 (calendar-goto-day-of-year): Doc fix.
3032 Relocate obsolete aliases after their replacements.
3033
3034 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3035
3036 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3037 variables outside the diary-date-forms loop.
3038
3039 * calendar/calendar.el (diary-file): Doc fix.
3040 (calendar-buffer-list): Return buffers rather than strings (fixes
3041 previous change).
3042 (hebrew-holidays-4): Fix typo.
3043
3044 * calendar/holidays.el (displayed-month, displayed-year):
3045 Move declarations where needed.
3046 (calendar-holiday-list, calendar-list-holidays)
3047 (holiday-filter-visible-calendar): Move definitions before use.
3048 (list-holidays): Use cadr.
3049 Relocate obsolete aliases after their replacements.
3050
3051 * calendar/lunar.el (date, displayed-month, displayed-year):
3052 Move declarations where needed.
3053 (lunar-phase-list): Move definition after functions it uses.
3054 (calendar-phases-of-moon, diary-phases-of-moon)
3055 (lunar-new-moon-on-or-after): Use cadr, nth.
3056 (lunar-new-moon-on-or-after): Doc fix.
3057
3058 * textmodes/org-irc.el (top-level): CL not required when compiling.
3059 (org-irc-visit-erc): Replace runtime CL functions.
3060
3061 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3062 (org-publish-delete-dups): Declare as function.
3063
3064 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3065
3066 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3067 (vc-bzr-show-log-entry): Make regexp match more cases.
3068 (vc-diff-switches-list): Remove autoload, not needed.
3069
3070 2008-03-14 Juri Linkov <juri@jurta.org>
3071
3072 * isearch.el (isearch-edit-string): Remove one call to
3073 `isearch-push-state' not to push an inconsistent state,
3074 but keep another correct call to `isearch-push-state'.
3075 (isearch-ring-adjust): Call `isearch-push-state' only when
3076 `search-ring-update' is non-nil since `isearch-edit-string'
3077 already pushes its state.
3078 (isearch-message): Improve matching the failed part by checking
3079 if the original message starts with the last successful message.
3080
3081 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3082 (dired-perm-write): Rename from `dired-warn-writable'.
3083 Change parent face from `font-lock-warning-face' to
3084 `font-lock-comment-delimiter-face'.
3085 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3086 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3087 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3088 with `dired-perm-write-face'.
3089
3090 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3091
3092 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3093 Create cache dir only if it doesn't already exist.
3094
3095 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3098 of \ and '.
3099
3100 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3101
3102 * net/browse-url.el (browse-url-text-xterm):
3103 Unquote browse-url-text-browser.
3104
3105 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3106
3107 * textmodes/org-mouse.el: Version number change.
3108
3109 * textmodes/org-publish.el (org-publish-expand-components):
3110 Remove null projects from the list of components.
3111 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3112 Remove unused retrieval of the :publishing-directory property.
3113 (org-publish-file): Bugfix: when using a relative directory as the
3114 publishing directory, convert it to a directory filename.
3115 (org-publish-project): New alias.
3116 (org-publish-get-files): Protect against empty p.
3117 (org-publish-file): Send an error when file is not part of any project.
3118 (org-publish-file): Offer to refresh the list of files in known
3119 project when the current file is not part of any project.
3120 (org-publish-before-export-hook)
3121 (org-publish-after-export-hook): New hooks.
3122 (org-publish-org-to): Use new hooks and kill buffers.
3123 (org-publish-file): Remove the code for killing buffers.
3124 (org-publish-initialize-files-alist): Use interactive.
3125 (org-publish-file): If the publishing function creates a new
3126 buffer, kill it after publishing.
3127 (org-publish-timestamp-filename): Protect ":" in file name path
3128 under windows.
3129
3130 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3131 change that killed the LaTeX buffer.
3132
3133 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3134 in the decision tree.
3135 (org-select-remember-template): Clean the code.
3136 (org-prepare-dblock): Add the extra :content parameter.
3137 (org-write-agenda): New output type ".ics" files.
3138 (org-write-agenda): Call `org-icalendar-verify-function', both for
3139 time stamps and for TODO entries.
3140 (org-agenda-collect-markers, org-create-marker-find-array)
3141 (org-check-agenda-marker-table): New functions.
3142 (org-agenda-marker-table): New variable.
3143 (org-export-as-html): Revert the change that killed the html
3144 buffer. Side effects first need to be studied carefully.
3145 (org-get-tags-at): Fix the structure of the condition-case statement.
3146 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3147 (org-timestamp-change): Fix regulear expressions to swallow the
3148 extra character for repeat-shift control.
3149 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3150 (org-get-legal-level): Alias to `org-get-valid-level'.
3151 (org-dblock-write:clocktable): Add a :link parameter, linking
3152 headlines to their location in the Org agenda files.
3153 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3154 throwing an error when getting tags before headlines.
3155 (org-timestamp-change, org-modify-ts-extra)
3156 (org-ts-regexp1): Fix timestamp editing.
3157 (org-agenda-custom-commands-local-options): New constant.
3158 (org-agenda-custom-commands):
3159 Use `org-agenda-custom-commands-local-options' to improve customize
3160 type. "htmlize": Removed hack to fix face problem with htmlize,
3161 it no longer seem necessary.
3162 (org-follow-link-hook): New hook.
3163 (org-agenda-custom-commands): Add "Component" as a tag for each
3164 item in a command serie.
3165 (org-open-at-point): Run `org-follow-link-hook'.
3166 (org-agenda-schedule): Bugfix: don't display marker type when it
3167 is nil.
3168 (org-store-link): org-irc required.
3169 (org-set-regexps-and-options): Parse the new logging options.
3170 (org-extract-log-state-settings): New function.
3171 (org-todo): Handle the new ways of recording state change stuff.
3172 (org-local-logging): New function.
3173 (org-columns-open-link): Fix bug with opening link in column view.
3174 (org-local-logging): New function
3175 (org-todo): Make sure that LOGGING properties are honoured.
3176 (org-todo-keywords): Improve docstring.
3177 (org-startup-options): Cleanup startup options.
3178 (org-set-regexps-and-options): Process the "!" markers.
3179 (org-todo): Respect the new logging stuff.
3180 (org-log-note-how): New variable.
3181 (org-add-log-maybe): New parameter HOW that defines how logging
3182 should be done and also overrides PURPOSE. Add a docstring.
3183 (org-add-log-note): Check if we really need to ask for a note.
3184 (org-get-current-options): Digest the new keyword.
3185 (org-agenda-reset-markers): Rename from
3186 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3187 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3188 function, without force argument.
3189 (org-buffer-property-keys): Bind local variables s and p.
3190 (org-make-tags-matcher): Allow "" to match an empty or
3191 non-existent property value.
3192 (org-export-as-html): Join unsorted lists when they directly
3193 follow each other. Such lists may be created by headlines that
3194 are converted to lists.
3195 (org-nofm-to-completion): New function.
3196 (org-export-as-html): Use :html-extension instead of
3197 org-export-html-extension.
3198 (org-store-link): Support for links from `rmail-summary-mode'.
3199 (org-columns-new, org-complete, org-set-property): Set the
3200 `include-columns' argument in the call to
3201 `org-buffer-property-keys'.
3202 (org-buffer-property-keys): New argument `include-columns', to
3203 include properties expected by any of the COLUMS formats in the
3204 current buffer.
3205 (org-cleaned-string-for-export): Get rid of drawers first, so that
3206 they will be removed also in the text before the first headline.
3207 (org-clock-report): Show the clocktable when found.
3208 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3209 (org-version): With prefix argument, insert `org-version' at point.
3210 (org-agenda-goto): Recenter the window after finding the target
3211 location, to make sure the correct position will be displayed.
3212 (org-agenda-get-deadlines): Don't scale priority with the warning
3213 period.
3214 (org-insert-heading): Don't break line in the middle of the line.
3215 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3216 be 0.
3217 (org-update-checkbox-count): Revamp to deal with hierarchical
3218 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3219 (org-remove-timestamp-with-keyword): New function.
3220 (org-schedule, org-deadline):
3221 Use `org-remove-timestamp-with-keyword' to make sure all such time
3222 stamps are removed.
3223 (org-mode): Support for `align'.
3224 (org-agenda-get-deadlines): Make sure priorities increase as the
3225 due date approaches and is passed.
3226 (org-remember-apply-template): Fix problem with tags that
3227 contain "_" or "@".
3228 (org-make-link-regexps): Improve the regular expression for plain links.
3229 (org-agenda-get-closed): List each clocking entry.
3230 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3231 (org-special-ctrl-k): New option.
3232 (org-kill-line): New function.
3233 (org-archive-all-done): Fix incorrect number of stars in regexp.
3234 (org-refile-get-location): New function.
3235 (org-refile-goto-last-stored): New function.
3236 (org-global-tags-completion-table): Add the value of org-tag-alist
3237 in each buffer, to make sure that also unused tags will be
3238 available for completion.
3239 (org-columns-edit-value)
3240 (org-columns-next-allowed-value): Only update if not in agenda.
3241 (org-clocktable-steps): New function.
3242 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3243 (org-archive-subtree): Add the outline tree context as a property.
3244 (org-closest-date): New optional argument `prefer'.
3245 (org-goto-auto-isearch): New option.
3246 (org-goto-map, org-get-location): Implement auto-isearch.
3247 (org-goto-local-auto-isearch-map): New variable.
3248 (org-goto-local-search-forward-headings)
3249 (org-goto-local-auto-isearch): New functions
3250
3251 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3252
3253 * textmodes/org-irc.el: New file.
3254
3255 2008-03-13 John Wiegley <johnw@gnu.org>
3256
3257 * textmodes/org-mac-message.el: New file.
3258
3259 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3260
3261 * font-lock.el (font-lock-comment-face): Set the foreground for
3262 the light background 8 colors case.
3263
3264 2008-03-13 Glenn Morris <rgm@gnu.org>
3265
3266 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3267 generate-autoload-cookie patterns.
3268
3269 * startup.el (command-line-1): Rename -scriptload to -internal-script.
3270
3271 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3272 (MH_E_SRC): Remove variable.
3273 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3274 Simplify file header. Use $@ for generated-autoload-file.
3275
3276 * Makefile.in (LOADDEFS): New variable.
3277 (AUTOGENEL): Use $LOADDEFS.
3278 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3279 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3280 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3281 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3282 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3283 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3284 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3285 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3286 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3287 Add calendar-specific autoload cookies, and remove any setting of
3288 generated-autoload-file.
3289 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3290 * calendar/diary-lib.el: Replace explicit autoloads with reading of
3291 diary-loaddefs.
3292 * calendar/holidays.el: Replace explicit autoloads with reading of
3293 hol-loaddefs.
3294
3295 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3296 (calendar-buffer-list): Simplify.
3297 (generate-calendar-window): Use calendar-mark-holidays rather than
3298 obsolete alias.
3299
3300 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3301 Use cal-hebrew-yahrzeit-buffer.
3302
3303 * calendar/cal-x.el (calendar-only-one-frame-setup)
3304 (calendar-two-frame-setup): Doc fixes.
3305 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3306
3307 * calendar/appt.el (appt-mode-string): Mark as risky.
3308 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3309
3310 * calendar/cal-html.el (diary-list-entries):
3311 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3312 (calendar-iso-from-absolute): Fix autoloads.
3313
3314 * calendar/cal-iso.el (calendar-absolute-from-iso)
3315 (calendar-iso-read-args): Simplify.
3316 (calendar-iso-date-string, calendar-iso-read-args)
3317 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3318
3319 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3320 (displayed-month, displayed-year): Move declarations where needed.
3321 (calendar-print-astro-day-number): Doc fix.
3322
3323 * calendar/cal-persia.el (persian-calendar-month-name-array)
3324 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3325 (persian-prompt-for-date): Remove local variable `today'.
3326
3327 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3328
3329 * calendar/solar.el (solar-moment, solar-exact-local-noon)
3330 (solar-sunrise-sunset, solar-sunrise-sunset-string)
3331 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3332 (diary-sabbath-candles, solar-equinoxes/solstices)
3333 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3334 (solar-time-equation, solar-date-to-et): Simplify.
3335
3336 * mail/supercite.el: Remove the `function' in `(function (lambda'.
3337 Replace `(car (cdr' with cadr'.
3338
3339 * progmodes/f90.el (f90-font-lock-n): New function.
3340 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3341 Use f90-font-lock-n.
3342 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3343
3344 * progmodes/f90.el (f90-mode-abbrev-table):
3345 * progmodes/fortran.el (fortran-mode-abbrev-table):
3346 Use newer form of define-abbrev, where supported. No need to bind
3347 abbrevs-changed for system abbrevs.
3348
3349 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3352 delete-frame-functions.
3353
3354 * bookmark.el (Info-current-node): Remove.
3355
3356 2008-03-12 Juri Linkov <juri@jurta.org>
3357
3358 * help.el (describe-project): Remove defaliases for view-todo and
3359 describe-project that are now unnecessary after the merge from
3360 emacs--rel--22 that added define-obsolete-function-alias.
3361
3362 * startup.el (inhibit-startup-screen): Revert incomplete
3363 2008-03-10 merge from emacs--rel--22 that partly reverted
3364 2008-02-28 change that added initial message to *scratch* buffer
3365 regardless of the value of `inhibit-startup-screen'.
3366 Now keep this change in the trunk, but not in the 22 branch.
3367
3368 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * international/quail.el (quail-setup-completion-buf, quail-help):
3371 * mail/binhex.el (binhex-decode-region-internal):
3372 * mail/uudecode.el (uudecode-decode-region-internal):
3373 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3374 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3375 setting default-enable-multibyte-characters.
3376
3377 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3378
3379 * comint.el: Fix up indentation and comment style. Remove `function'.
3380
3381 * international/mule-cmds.el (reset-language-environment)
3382 (set-language-environment-nonascii-translation):
3383 Don't set-unibyte-charset.
3384
3385 * doc-view.el: Remove all cb-args, use closures instead.
3386 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3387 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3388 doing an incorrect check). Update all callers to use the new name.
3389 (doc-view-doc->txt): Add missing `txt' argument.
3390
3391 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3392
3393 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3394 md5 sum calculation to single-byte.
3395
3396 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * doc-view.el (doc-view-new-window-function): Add assertion.
3399 (doc-view-doc-type): New var.
3400 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3401 (doc-view-intersection): New fun.
3402 (doc-view-mode): Use it to set the new var.
3403
3404 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3405
3406 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3407 (doc-view-already-converted-p): New functions.
3408 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3409 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3410 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3411 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3412 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3413 (doc-view-convert-current-doc): Don't hardwire the functions the
3414 sentinels call. Now they're provided by two args CALLBACK and
3415 CB-ARGS to the functions.
3416 (doc-view-search): Use doc-view-doc->txt.
3417 (doc-view-initiate-display): Use doc-view-already-converted-p.
3418 Mention new binding C-c C-t if doc-view-mode doesn't work.
3419
3420 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3423
3424 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3427 Mark " outside of tags as punctuation.
3428
3429 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * menu-bar.el (minibuffer-local-map): Use the same command for the
3432 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3433 Prefer RET over C-j for exit-minibuffer.
3434
3435 * files.el (display-buffer-other-frame): Eliminate problematic code.
3436
3437 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3438 (menu-bar-select-buffer): Remove.
3439 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3440 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3441
3442 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * icomplete.el (icomplete-completions): Remove obsolete code.
3445
3446 * net/net-utils.el (iwconfig-program-options): Doc fix.
3447 (net-utils-run-program, run-network-program): Define as functions.
3448
3449 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3452
3453 2008-03-11 Glenn Morris <rgm@gnu.org>
3454
3455 * faces.el (mode-line-emphasis): New face.
3456 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3457
3458 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3459
3460 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * simple.el (set-mark-command): Doc fix.
3463
3464 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3467
3468 * emacs-lisp/autoload.el (autoload-find-destination):
3469 Don't force raw-text.
3470
3471 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3472 * calendar/cal-loaddefs.el: Don't version control.
3473
3474 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3475
3476 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3477 entries and add :help to the existing ones.
3478
3479 2008-03-10 Glenn Morris <rgm@gnu.org>
3480
3481 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3482 to where they are needed.
3483
3484 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3485 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3486 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3487 (calendar-version): Doc fixes.
3488 (calendar-absolute-from-gregorian): Use zerop.
3489 (calendar-mode-line-format): Make it a defcustom.
3490
3491 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3492 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3493 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3494 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3495 (mark-included-diary-files, mark-calendar-days-named)
3496 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3497 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3498 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3499 (insert-anniversary-diary-entry, insert-block-diary-entry)
3500 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3501 (diary-font-lock-sexps): Doc fixes.
3502 (diary-remind-message, mark-calendar-month): Use zerop.
3503 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3504 (diary-list-entries): Revert let to let* (previous change).
3505
3506 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3507
3508 2008-03-10 Kim F. Storm <storm@cua.dk>
3509
3510 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3511 function aliases for the old names.
3512
3513 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3514
3515 * iswitchb.el (iswitchb-use-faces): Doc fix.
3516 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3517 Fix typos in docstrings.
3518
3519 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3520
3521 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3522 Fix typo.
3523 (verilog-type-font-keywords): Reindent.
3524
3525 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3526
3527 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3528 grouping-keyword regular expression.
3529 (verilog-font-lock-keywords): Allow users to toggle special
3530 highlight of grouping-keywords.
3531 (verilog-highlight-grouping-keywords): The toggle for special
3532 highlighting of grouping keywords.
3533
3534 2008-03-10 Juri Linkov <juri@jurta.org>
3535
3536 * startup.el: Revert 2008-02-28 change that adds initial message
3537 to *scratch* buffer regardless of the value of
3538 `inhibit-startup-screen'.
3539
3540 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3541
3542 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3543 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3544 * progmodes/verilog-mode.el (verilog-mode):
3545 * net/socks.el (socks):
3546 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3547
3548 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3551 (doc-view-bookmark-make-record): Use them.
3552 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3553 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3554
3555 * bookmark.el (bookmark-make-record-function): Change expected return
3556 value to include a suggested bookmark name.
3557 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3558 Fix reversed `overwrite' semantics.
3559 (bookmark-set): Call bookmark-make-record before prompting the user.
3560 Then pass the result to bookmark-store later on.
3561 (bookmark-make-name-function): Remove.
3562 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3563 * info.el (bookmark-make-name-function): Remove.
3564 (Info-mode): Don't set it.
3565 (Info-bookmark-make-name): Remove.
3566 (Info-bookmark-make-record): Use Info-current-node as suggested default
3567 bookmark name.
3568
3569 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3570 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3571 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3572 (bookmark-annotation-buffer, bookmark-annotation-file)
3573 (bookmark-annotation-point, bookmark-send-annotation)
3574 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3575 (bookmark-edit-annotation-text-func): Rename from
3576 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3577 (bookmark-edit-annotation-mode-map): Move initialization into
3578 declaration.
3579
3580 * bookmark.el: Remove spurious * in docstrings.
3581 (bookmark-minibuffer-read-name-map): New var.
3582 (bookmark-set): Use it. Also pass the default value as it should.
3583 (bookmark-send-edited-annotation): Take no chances with text properties.
3584 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3585 (bookmark-insert-buffer-name): Remove.
3586 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3587
3588 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3589
3590 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3591
3592 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * diff-mode.el (diff-mode-menu): Add :help.
3595
3596 2008-03-09 Glenn Morris <rgm@gnu.org>
3597
3598 * calendar/calendar.el (general-holidays, oriental-holidays)
3599 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3600 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3601 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3602 (calendar-holidays): Restore autoload cookies, because people are
3603 used to using these variables without loading calendar.el.
3604
3605 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3606 (date, number): Declare where needed.
3607
3608 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3609 (list-sexp-diary-entries): Doc fixes.
3610 (diary-list-entries): Doc fix. Remove free variable `entry'.
3611 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3612 Simplify setting of `date-holiday-list'.
3613 (mark-diary-entries): Remove free variable `entry'.
3614 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3615 Use let where let* is not needed.
3616
3617 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3620 make-record function, instead paste it in afterwards.
3621 (bookmark-make-record-for-text-file):
3622 * doc-view.el (doc-view-bookmark-make-record):
3623 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3624
3625 2008-03-08 Glenn Morris <rgm@gnu.org>
3626
3627 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3628
3629 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * calendar/diary-lib.el (diary-list-entries)
3632 (include-other-diary-files, mark-diary-entries)
3633 (mark-sexp-diary-entries, mark-included-diary-files)
3634 (diary-entry-time, list-sexp-diary-entries): Remove the special
3635 handling of ^M that dates back to the use of selective-display.
3636 (simple-diary-display): Obey setting of pop-up-frames.
3637 (body, entry): Remove unnecessary declarations.
3638
3639 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3640 (bookmark-get-annotation, bookmark-set-annotation)
3641 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3642 (bookmark-set-position, bookmark-get-front-context-string)
3643 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3644 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3645 * info.el (Info-bookmark-make-record): Don't bother recording point.
3646 (bookmark-get-filename, bookmark-get-front-context-string)
3647 (bookmark-get-rear-context-string, bookmark-get-position):
3648 Don't declare any more.
3649 (bookmark-get-info-node): Remove.
3650 (bookmark-prop-get): Declare.
3651 (Info-bookmark-jump): Use it.
3652
3653 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3654
3655 * subr.el (while-no-input): Don't splice BODY directly into the
3656 `or' form.
3657
3658 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3659
3660 * diff-mode.el (diff-ignore-whitespace-hunk):
3661 Bind inhibit-read-only before trying to change the buffer.
3662
3663 2008-03-08 Glenn Morris <rgm@gnu.org>
3664
3665 * calendar/appt.el (appt): Move custom group here from calendar.el.
3666 (appt-disp-window, appt-convert-time): Doc fixes.
3667
3668 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3669 (calendar-bahai-mark-date-pattern):
3670 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3671 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3672 * calendar/cal-julian.el (calendar-absolute-from-julian):
3673 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3674
3675 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3676 calendar.el.
3677 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3678 Make constants.
3679 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3680 (chinese-calendar-daylight-savings-starts)
3681 (chinese-calendar-daylight-savings-ends)
3682 (chinese-calendar-daylight-savings-starts-time)
3683 (chinese-calendar-daylight-savings-ends-time)
3684 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3685 Doc fixes.
3686
3687 * calendar/cal-coptic.el (coptic-name): Add doc string.
3688
3689 * calendar/cal-french.el (french-calendar-month-name-array)
3690 (french-calendar-day-name-array, french-calendar-special-days-array):
3691 Add doc strings.
3692
3693 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3694 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3695 (diary-bahai-insert-yearly-entry):
3696 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3697 (calendar-time-zone):
3698 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3699 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3700 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3701 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3702 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3703 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3704 (list-islamic-diary-entries, mark-islamic-diary-entries)
3705 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3706 (insert-yearly-islamic-diary-entry):
3707 * calendar/cal-iso.el (calendar-iso-read-args):
3708 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3709 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3710 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3711 (calendar-next-calendar-round-date)
3712 (calendar-mayan-long-count-common-era):
3713 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3714 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3715 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3716 (calendar-mouse-goto-date):
3717 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3718 * calendar/holidays.el (holidays):
3719 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3720 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3721 (safe-date-to-time): Doc fixes.
3722
3723 * calendar/cal-persia.el (persian-calendar-month-name-array)
3724 (persian-calendar-epoch): Make constants.
3725
3726 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3727 calendar.el.
3728
3729 * calendar/cal-x.el (diary-frame-parameters)
3730 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3731 (calendar-after-frame-setup-hooks): Make defcustoms.
3732 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3733 (calendar-two-frame-setup): Doc fix.
3734
3735 * calendar/cal-loaddefs.el: New file.
3736
3737 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3738 * calendar/cal-french.el, calendar/cal-html.el:
3739 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3740 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3741 * calendar/cal-tex.el, calendar/cal-x.el:
3742 Unquote lambda functions. Add autoload cookies to functions formerly
3743 autoloaded in calendar.el. Set `generated-autoload-file' to
3744 "cal-loaddefs.el".
3745
3746 * calendar/calendar.el: Move many autoloads to separate file,
3747 cal-loaddefs.el. Move defcustoms to start and re-order.
3748 (calendar-month-name-array, calendar-starred-day): No need to
3749 declare for compiler.
3750 (cal-loaddefs): Require it.
3751 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3752 appropriate file.
3753 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3754 Reverse logic.
3755 (diary-face, diary-file-name-prefix-function, diary-include-string)
3756 (diary-glob-file-regexp-prefix, diary-face-attrs)
3757 (diary-file-name-prefix, sexp-diary-entry-symbol)
3758 (print-diary-entries-hook, list-diary-entries-hook)
3759 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3760 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3761 Move to diary-lib.
3762 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3763 (all-bahai-calendar-holidays): Doc fix.
3764 (calendar-insert-indented): Doc fix. Use when rather than if.
3765 (exit-calendar): Use mapc rather than mapcar.
3766 (calendar-cursor-to-date): Use zerop.
3767 (calendar-mark-ring): Add doc-string.
3768 (calendar-starred-day): Defvar it.
3769 (calendar-mode): Make calendar-starred-day local.
3770 (calendar-star-date): No need to make calendar-starred-day local.
3771
3772 * calendar/diary-lib.el: Move defcustoms to start.
3773 (diary-include-string, diary-list-include-blanks)
3774 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3775 (diary-file-name-prefix, diary-file-name-prefix-function)
3776 (sexp-diary-entry-symbol, list-diary-entries-hook)
3777 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3778 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3779 Move here from calendar.el.
3780 (diary-file-name-prefix-function): Use 'identity.
3781 (diary-face): Make it a defcustom, and mark as obsolete.
3782 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3783 (calendar-hebrew-month-name-array-leap-year)
3784 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3785 Define for compiler.
3786 (diary-font-lock-keywords): Use format rather than concat.
3787 Add bahai-diary-entry-symbol.
3788
3789 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3790 * calendar/solar.el: Unquote lambda functions.
3791
3792 * calendar/solar.el (calendar-location-name, calendar-latitude)
3793 (calendar-longitude, solar-setup, solar-sin-degrees)
3794 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3795 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3796 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3797 (solar-exact-local-noon, solar-julian-ut-centuries)
3798 (solar-ephemeris-time, solar-date-next-longitude)
3799 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3800 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3801 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3802 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3803 Doc fixes.
3804 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3805 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3806 (solar-ecliptic-coordinates): Use unless.
3807 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3808 Use or.
3809
3810 * calendar/timeclock.el: Add doc-strings to all functions.
3811 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3812 (timeclock-entry-list-length, timeclock-entry-list-projects)
3813 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3814
3815 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3816
3817 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3818 (org-get-entries-from-diary): Require diary-lib.
3819
3820 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3823 Pacify byte-compiler.
3824
3825 2008-03-07 Alan Mackenzie <acm@muc.de>
3826
3827 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3828 paren/bracket pairs parsed, to solve performance problem.
3829
3830 2008-03-07 Bastien Guerry <bzg@altern.org>
3831
3832 * bookmark.el (bookmark-set): Don't check for
3833 `bookmark-make-name-function' since `bookmark-buffer-file-name'
3834 already takes care of this.
3835 (bookmark-buffer-name, bookmark-buffer-file-name):
3836 Remove Info-mode specific code.
3837
3838 * info.el (bookmark-get-info-node): Define this function in
3839 info.el, not in bookmark.el.
3840 (Info-mode): Set `bookmark-make-name-function' to
3841 `Info-bookmark-make-name' locally.
3842 (Info-bookmark-make-name): New function.
3843
3844 * bookmark.el (bookmark-make-name-function): New variable.
3845
3846 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3847
3848 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3849 buffer-local, not `bookmark-make-cell-function' (the old name).
3850
3851 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
3852
3853 * doc-view.el (doc-view-bookmark-make-record):
3854 * image-mode.el (image-bookmark-make-record):
3855 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3856
3857 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * vc.el (vc-status-menu-map-filter): Return orig-binding if
3860 boundp 'vc-ignore-menu-filter.
3861 (vc-status-tool-bar-map): Make it defvar.
3862 (vc-status-mode): vc-status-tool-bar-map now variable.
3863 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3864
3865 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3866
3867 Give a better name to part of the bookmark interface.
3868
3869 This was originally a much larger change, but halfway through I
3870 updated and discovered that Stefan Monnier had done the rest.
3871 It looks like he anticipated the new name too, because he used
3872 `the-record' instead of `the-cell' for some internal variable names.
3873
3874 * bookmark.el (bookmark-make-record-function): Was
3875 `bookmark-make-cell-function'.
3876 (bookmark-make, bookmark-send-annotation): Update for above.
3877 (bookmark-make-record-for-text-file):
3878 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3879
3880 * info.el: Adjust accordingly.
3881 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3882
3883 * image-mode.el: Adjust accordingly.
3884 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3885
3886 * doc-view.el: Adjust accordingly.
3887 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3888
3889 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3892 Move initialization into declaration.
3893 (bookmark-get-info-node, bookmark-set-info-node): Remove.
3894 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3895 (bookmark-info-current-node): Remove.
3896 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3897 Add relocation fallback. Set bookmark-current-bookmark.
3898 (bookmark-default-handler): Rename from bookmark-jump-noselect.
3899 Remove relocation fallback. Don't set bookmark-current-bookmark.
3900 (bookmark-set): Let it be used even if there's no buffer-file-name
3901 as long as there is a bookmark-make-cell-function.
3902 * info.el (Info-bookmark-jump): Remove relocation fallback.
3903 Don't set bookmark-current-bookmark.
3904
3905 2008-03-07 Glenn Morris <rgm@gnu.org>
3906
3907 * calendar/appt.el (appt-issue-message)
3908 (appt-message-warning-time, appt-audible, appt-visible)
3909 (appt-msg-window, appt-display-mode-line, appt-display-duration)
3910 (appt-display-diary): Remove autoload cookies.
3911
3912 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3913 Remove leading `*' from defcustom doc-strings.
3914
3915 * calendar/cal-dst.el (calendar-dst): New custom group.
3916 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3917 (calendar-time-zone, calendar-daylight-time-offset)
3918 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3919 (calendar-daylight-savings-starts-time)
3920 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3921 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3922 Move to start.
3923
3924 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3925
3926 * calendar/calendar.el (calendar-version): Use emacs-version and
3927 make it obsolete. Move to end.
3928 (calendar-offset, view-diary-entries-initially)
3929 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3930 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3931 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3932 (all-bahai-calendar-holidays, calendar-load-hook)
3933 (initial-calendar-window-hook, today-visible-calendar-hook)
3934 (today-invisible-calendar-hook, calendar-move-hook)
3935 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3936 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3937 (diary-include-string, sexp-diary-entry-symbol)
3938 (abbreviated-calendar-year, american-date-diary-pattern)
3939 (european-date-diary-pattern, european-calendar-display-form)
3940 (american-calendar-display-form, print-diary-entries-hook)
3941 (list-diary-entries-hook, diary-hook, diary-display-hook)
3942 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3943 (nongregorian-diary-marking-hook, diary-list-include-blanks)
3944 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3945 (local-holidays, other-holidays, hebrew-holidays-1)
3946 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3947 (hebrew-holidays, christian-holidays, islamic-holidays)
3948 (bahai-holidays, solar-holidays, calendar-setup)
3949 (calendar-week-start-day): Remove autoload cookies.
3950 (diary-glob-file-regexp-prefix): Doc fix.
3951 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3952 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3953 (calendar-week-start-day, calendar-debug-sexp): Move to start.
3954
3955 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3956 (calendar-time-display-form, calendar-latitude)
3957 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3958 cookies.
3959 (calendar-latitude, calendar-longitude): Move functions after
3960 variables.
3961 (diary-sabbath-candles-minutes): Move to start.
3962 (solar-setup): Use or rather than if.
3963 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3964 Remove condition-case.
3965 (solar-atn2): Use zerop.
3966 (solar-equinoxes-solstices): Doc fix.
3967
3968 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3969 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
3970
3971 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3972 (calendar-longitude, calendar-latitude, calendar-location-name):
3973 Declare for compiler.
3974
3975 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * arc-mode.el (archive-ar-file-header-re): New const.
3978 (archive-ar-summarize, archive-ar-extract): New funs.
3979 (archive-find-type): Recognize ar archives.
3980
3981 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3982 New functions.
3983
3984 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3985
3986 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
3987
3988 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3989 Replace :enable (mark-active) with :enable mark-active.
3990
3991 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
3992
3993 * vms-patch.el (make-legal-file-name): New obsolete alias.
3994 (make-valid-file-name): Rename from `make-legal-file-name'.
3995 (make-auto-save-file-name): Use it.
3996
3997 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3998 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3999 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4000
4001 * textmodes/org.el (org-export-html-style): Doc fix.
4002 (org-get-legal-level): New obsolete alias.
4003 (org-get-valid-level): Rename from `org-get-legal-level'.
4004 (org-promote, org-demote, org-archive-subtree)
4005 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4006
4007 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4008
4009 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4010
4011 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4012 (vc-status-toggle-mark): New functions.
4013 (vc-status-mode): Set tool bar map.
4014
4015 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4018 Reported by Drew Adams <drew.adams@oracle.com>.
4019
4020 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4021
4022 * subr.el (read-quoted-char): Resolve modifers of the character
4023 event.
4024
4025 * comint.el (comint-exec-1): Don't change the coding-system for
4026 decoding to dos-like EOL.
4027 (comint-carriage-motion): Fully rewrite.
4028
4029 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4030
4031 * epg.el (epg-context-include-certs): Reflow docstring.
4032 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4033 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4034 (epg-context-set-signers, epg-context-set-sig-notations)
4035 (epg-make-import-status, epg-make-import-result)
4036 (epg-start-delete-keys): Fix typos in docstrings.
4037 (epg-start-sign-keys, epg-sign-keys):
4038 Fix typos in obsolescence declarations.
4039
4040 * iswitchb.el: Don't check for `cadr' and `last'.
4041 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4042 Add obsolescence declaration and remove redundant info from docstring.
4043 (iswitchb-set-common-completion, iswitchb-set-matches)
4044 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4045 (recentf-list, most-len, most-is-exact):
4046 Don't wrap defvars within `eval-when-compile'.
4047
4048 2008-03-05 Glenn Morris <rgm@gnu.org>
4049
4050 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4051 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4052 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4053 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4054 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4055
4056 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4057 declaration for compiler.
4058 (ediff-xemacs-init-menus): Use when rather than if.
4059
4060 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4061 if+and to just and.
4062 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4063 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4064
4065 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4066
4067 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4068 test inside XEmacs test.
4069 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4070 since it was doing nothing on Emacs.
4071 (ediff-make-bullet-proof-overlay): Use when rather than if.
4072
4073 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4074 (ediff-setup-control-frame): Remove
4075 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4076 a (featurep 'xemacs) test.
4077
4078 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4079
4080 * calc/calc-ext.el (calc-extended-command-history): New variable.
4081 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4082
4083 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4084
4085 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4086 (standard-mode-line-position): Add mouse-face.
4087
4088 * progmodes/compile.el (compilation-menu-map):
4089 (compilation-mode-map):
4090 * progmodes/grep.el (grep-mode-map): Add :help.
4091
4092 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4093 initialize in one step. Add :help. Use :enable to activate menu
4094 items. Show the key binding for edebug-defun.
4095 (lisp-interaction-mode-map): Add a menu.
4096
4097 * term.el (term-mode-map): Define and initialize in one step.
4098
4099 * ediff-init.el (ediff-color-display-p): Simplify.
4100 (Xor): Remove unused function.
4101 (ediff-with-syntax-table): Simplify for Emacs.
4102
4103 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4104 menu-bar being loaded, it always is.
4105
4106 2008-03-05 Glenn Morris <rgm@gnu.org>
4107
4108 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4109 multiple definitions when compiling.
4110
4111 2008-03-04 Alan Mackenzie <acm@muc.de>
4112
4113 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4114
4115 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4116 doc-string, "c-old-LEN" -> "c-old-END".
4117
4118 2008-03-04 Jason Rumney <jasonr@gnu.org>
4119
4120 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4121 namespaces.
4122
4123 2008-03-04 Glenn Morris <rgm@gnu.org>
4124
4125 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4126
4127 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4128 than mapcar.
4129
4130 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4133 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4134
4135 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4136 so that M-q can fill comments.
4137 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4138 commands implemented in elisp.
4139 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4140 (tex-format-cmd): New function.
4141 (tex-compile): Use it to let the user specify default arguments.
4142 (tex-cmd-bibtex-args): New var.
4143 (tex-cmd-doc-view): New function.
4144
4145 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * faces.el (face-spec-set): Fix typos in docstring.
4148
4149 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4152 (standard-mode-line-position): Use it to add a menu for toggling
4153 column number and line number display.
4154
4155 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4158 Remove optimization that was working around the form-code-walker bug.
4159
4160 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4161 Walk into the body of lambdas after byte-compile-unfold-lambda.
4162
4163 2008-03-03 Glenn Morris <rgm@gnu.org>
4164
4165 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4166 value, if set, over frame value.
4167
4168 * simple.el (transient-mark-mode): Don't turn on by default.
4169
4170 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4171 accidentally removed by the 2007-12-05 merge from Gnus.
4172
4173 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4174
4175 * progmodes/compile.el (compilation-menu-map): Add menu entries
4176 for useful options.
4177
4178 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4179 Glenn Morris <rgm@gnu.org>
4180
4181 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4182 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4183 Give a `bytecomp-' prefix to local variables with common names.
4184
4185 2008-03-01 Glenn Morris <rgm@gnu.org>
4186
4187 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4188 code commented out 2007-11-10.
4189
4190 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4191
4192 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4193 Delete macro.
4194 * emulation/viper-cmd.el, emulation/viper-ex.el:
4195 * emulation/viper-init.el, emulation/viper-keym.el:
4196 * emulation/viper-mous.el, emulation/viper-util.el:
4197 * emulation/viper.el:
4198 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4199 featurep test.
4200
4201 Replace obselete frame-local variables with frame-parameters.
4202 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4203 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4204 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4205 on XEmacs.
4206 * emulation/viper-util.el (viper-frame-value): New macro.
4207 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4208 (viper-R-state-post-command-sentinel)
4209 (viper-replace-state-post-command-sentinel)
4210 (viper-change-state-to-insert, viper-change-state-to-emacs):
4211 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4212 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4213 (viper-get-saved-cursor-color-in-insert-mode)
4214 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4215 Use viper-frame-value for viper-replace-overlay-cursor-color,
4216 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4217 viper-vi-state-cursor-color values.
4218
4219 * emulation/viper-cmd.el (zmacs-region-stays):
4220 * emulation/viper-util.el (zmacs-region-stays): No need to define
4221 for compiler.
4222
4223 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4224 mapcar on Emacs.
4225
4226 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4227 on XEmacs.
4228
4229 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4230 rather than if.
4231
4232 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4233
4234 * whitespace.el: New version 9.3. As the glyph code generation was
4235 fixed, it is possible now to use character code above ?\x1FFFF in the
4236 display table. Fix `whitespace-indentation-regexp' to not include an
4237 extra ending character. Reported by Michael Welsh Duggan
4238 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4239 the original whitespace package had. Suggested by Eric Cooper
4240 <ecc@cmu.edu>. Doc fix.
4241 (whitespace-action): New option.
4242 (whitespace-display-mappings): Changed default newline visualization to
4243 display downwards arrow, as the glyph code generation was fixed.
4244 (whitespace-unload-function): Assure that all local whitespace mode is
4245 turned off.
4246 (whitespace-global-modes): Fix type customization.
4247 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4248 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4249 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4250 Fix code.
4251 (whitespace-buffer): Command removed.
4252 (whitespace-trailing-regexp, whitespace-mark-x)
4253 (whitespace-display-window, whitespace-action-when-on)
4254 (whitespace-add-local-hook, whitespace-remove-local-hook)
4255 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4256 (whitespace-action): New funs.
4257 (whitespace-report-list, whitespace-report-text)
4258 (whitespace-report-buffer-name): New consts.
4259 (whitespace-report, whitespace-report-region): New commands.
4260
4261 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * disp-table.el (make-glyph-code): Don't test the result of
4264 `face-id', which already signals an error for invalid faces.
4265 (glyph-face): Simplify.
4266
4267 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4268 running `desktop-not-loaded-hook' to allow modifying it.
4269 Don't show warning message if `desktop-dirname' was modified.
4270
4271 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4274 we still expect more lines.
4275
4276 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4277 comment-paragraph filling if the commark doesn't match
4278 comment-start-skip.
4279
4280 2008-03-01 Daiki Ueno <ueno@unixuser.org>
4281
4282 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4283 the `imap' variant.
4284
4285 2008-03-01 Jason Rumney <jasonr@gnu.org>
4286
4287 * files.el (make-auto-save-file-name): Encode more characters in
4288 non-file buffer names. Use url-encoding.
4289
4290 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * net/net-utils.el (ftp-program): Fix typo in docstring.
4293 (ifconfig-program-options, netstat-program-options)
4294 (arp-program-options, route-program-options, nslookup-program-options)
4295 (ftp-program-options, smbclient-program-options)
4296 (dns-lookup-program-options, arp, route): Doc fixes.
4297
4298 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4299 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4300 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4301 Fix typos in docstrings.
4302 (gdb-pending-triggers): Reflow docstring.
4303 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4304
4305 2008-03-01 Alan Mackenzie <acm@muc.de>
4306
4307 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4308 typing "#" at EOB.
4309
4310 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4313
4314 2008-02-29 Kim F. Storm <storm@cua.dk>
4315
4316 * emulation/cua-base.el (cua-remap-control-v)
4317 (cua-remap-control-z): New defcustoms.
4318 (cua-mode): Add them to set-after property.
4319 (cua--init-keymaps): Use them.
4320 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4321
4322 * help.el (view-emacs-todo): Rename from view-todo.
4323 (describe-gnu-project): Rename from describe-project. Users changed.
4324 (view-help-file): New helper function.
4325 (describe-distribution, describe-copying, describe-gnu-project)
4326 (view-todo, view-order-manuals, view-emacs-problems): Use it.
4327 (view-emacs-debugging, view-external-packages): New commands.
4328 (help-map): Move describe-distribution to C-h C-o (ordering).
4329 Move view-emacs-problems to C-h C-p (problems).
4330 Bind view-emacs-debugging to C-h C-d (debugging).
4331 Bind view-external-packages to C-h C-e (extras).
4332 (help-for-help-internal): Cleanup and align descriptions.
4333 Remove command names to reduce clutter.
4334
4335 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4336
4337 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4338 and quieter face (not a warning).
4339
4340 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
4341
4342 * vc.el (vc-status-crt-marked): New variable.
4343 (vc-status-mode): Make it local.
4344 (vc-status-refresh): Use it to save the marked files.
4345 (vc-update-vc-status-buffer): Use it to restore the marked files.
4346
4347 * vc-svn.el (vc-svn-after-dir-status):
4348 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4349
4350 2008-02-29 Glenn Morris <rgm@gnu.org>
4351
4352 * allout.el (allout-topic-encryption-bullet)
4353 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4354 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4355 from 22.0 to 22.1.
4356
4357 * net/imap.el (imap-ping-server):
4358 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4359 Change defcustom :version from 23.0 to 23.1.
4360
4361 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * desktop.el (desktop-save): Save the buffer name if the
4364 uniquified base name is empty.
4365
4366 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4369 correctly when user has "set print address off".
4370
4371 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4374 version number of the next major Emacs release, not 23.0.
4375
4376 * longlines.el (longlines-unload-function): New function.
4377
4378 2008-02-28 Juri Linkov <juri@jurta.org>
4379
4380 * startup.el (normal-splash-screen): Add argument `concise'.
4381 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4382 to the created buffer. If `concise' is non-nil, call
4383 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4384 (display-startup-screen): Add argument `concise' to the call to
4385 `normal-splash-screen'.
4386
4387 2008-02-28 Kim F. Storm <storm@cua.dk>
4388
4389 * startup.el (startup-echo-area-message): Check for about-emacs.
4390
4391 2008-02-28 Juri Linkov <juri@jurta.org>
4392
4393 * startup.el: Always add initial message to *scratch* buffer if
4394 `initial-scratch-message' is non-nil regardless of the value of
4395 `inhibit-startup-screen'.
4396 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4397 (command-line-1): Move code that inserts `initial-scratch-message'
4398 up before the if-form that checks for `inhibit-startup-screen'.
4399 Suggested by Jonathan Rockway <jon@jrock.us>.
4400
4401 2008-02-28 Juri Linkov <juri@jurta.org>
4402
4403 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4404 Rename `custom-mode' to `Custom-mode' in docstrings.
4405 (custom-buffer-create-internal, customize-browse):
4406 Rename `custom-mode' to `Custom-mode'.
4407 (custom-mode-hook): Rename to `Custom-mode-hook'.
4408 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4409 (custom-mode): Rename to `Custom-mode'.
4410 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4411 (custom-mode): Add backward-compatible non-interactive variant of
4412 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4413 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4414
4415 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4416
4417 * emulation/viper.el (viper-emacs-state-mode-list):
4418 Rename `custom-mode' to `Custom-mode'.
4419
4420 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4421 Capitalize "Tagged Files".
4422 (minibuffer-local-map): Add menu items for next/previous
4423 history elements and isearch history forward/backward.
4424
4425 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4426 `hs-isearch-open' with t instead of `comment' in :selected
4427 for "Code and Comment blocks" menu item.
4428
4429 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4432 Should be done in desktop.el instead.
4433
4434 2008-02-28 Glenn Morris <rgm@gnu.org>
4435
4436 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4437
4438 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4439
4440 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4441 (Info-menu, Info-goto-node): Remove declarations.
4442 (report-emacs-bug-info): Use info rather than Info-goto-node.
4443
4444 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4445 (idlwave-convert-xml-system-routine-info): Don't require xml.
4446 (idlwave-show-commentary, idlwave-shell-show-commentary):
4447 Don't require finder.
4448 (idlwave-info): Don't require info. Use info rather than
4449 Info-goto-node.
4450
4451 * textmodes/org.el (Info-goto-node): Remove declaration.
4452 (org-info): Use info rather than Info-goto-node.
4453
4454 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4455 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4456
4457 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4460 the menu.
4461
4462 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4463 (vc-finish-logentry): Check for vc-status-mode, not only for
4464 vc-dired-mode.
4465
4466 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4467
4468 * isearch.el (isearch-printing-char): Don't check
4469 keyboard-coding-system.
4470 Call isearch-process-search-multibyte-characters only when
4471 current-input-method is non-nil.
4472
4473 2008-02-27 Kim F. Storm <storm@cua.dk>
4474
4475 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4476 (glyph-char, glyph-face): Handle cons encoding.
4477
4478 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4481 empty string, return nil to allow the caller to default to the
4482 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4483
4484 * tool-bar.el (tool-bar-setup): Doc fix.
4485
4486 * mail/supercite.el (sc-describe):
4487 Fix typos in obsolescence declaration.
4488
4489 2008-02-27 Glenn Morris <rgm@gnu.org>
4490
4491 * autoinsert.el (auto-insert-alist): Change permission text to
4492 match FSF's GPLv3 form.
4493
4494 * mail/supercite.el (sc-cite-original): Doc fix.
4495 (sc-version): Make obsolete.
4496 (sc-describe): Show the SC info page. Make obsolete.
4497
4498 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4501 when using transient-mark-mode.
4502 (default-indicate-unused-lines): Remove unused var.
4503
4504 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4505
4506 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4507 and previous.
4508
4509 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4510
4511 2008-02-26 Glenn Morris <rgm@gnu.org>
4512
4513 * net/net-utils.el (top-level): Don't require comint when compiling.
4514 (nslookup-font-lock-keywords): Don't require font-lock.
4515 Use font-lock faces rather than variables.
4516 (nslookup, ftp, smbclient, network-service-connection):
4517 Don't require comint.
4518 (comint-prompt-regexp, comint-input-autoexpand)
4519 (comint-input-ring): Declare for compiler.
4520 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4521 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4522
4523 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4524 doc-string.
4525
4526 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * doc-view.el (doc-view-current-page): Add a `win' argument.
4529
4530 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4533 Demote it to plain defvar.
4534 (doc-view-conversion-refresh-interval): Reduce interval.
4535 (doc-view-goto-page): Allow moving to pages not yet rendered.
4536 (doc-view-goto-page): Construct a file name rather than extracting it
4537 from doc-view-current-files.
4538 (doc-view-kill-proc): Ignore errors from kill-process.
4539 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4540 (doc-view-insert-image): Use appropriate text if the page hasn't been
4541 rendered yet. Adjust scrolling so the text is displayed.
4542 (doc-view-display): Detect not just that a page is available, but also
4543 that it wasn't available before, so as to avoid refreshing all pages
4544 repeatedly.
4545 (doc-view-mode): Make doc-view-cache-directory if needed.
4546
4547 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4548
4549 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4550 toggle-read-only.
4551
4552 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4553 refering to a missing required field with the OPT prefix.
4554 Make unwindform more robust.
4555
4556 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4557 it duplicates the bibtex support in progmodes/hideshow.el.
4558 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4559 entries that do not start at the beginning of a line.
4560
4561 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4564
4565 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4566
4567 * help-fns.el (describe-variable): Add phrases about
4568 initialization file with and without customization;
4569 use new button type help-info-variable.
4570
4571 * help-mode.el (help-info-variable):
4572 New button able to read Info files for help-fns.el.
4573
4574 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4575
4576 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4577 (grep-mode): Use grep-mode-tool-bar-map.
4578
4579 * progmodes/compile.el (tool-bar): Require tool-bar.
4580 (compilation-mode-tool-bar-map): New variable.
4581 (compilation-mode): Use compilation-mode-tool-bar-map.
4582
4583 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4584
4585 2008-02-25 Glenn Morris <rgm@gnu.org>
4586
4587 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4588
4589 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * diff-mode.el (diff-file-junk-re): New const.
4592 (diff-beginning-of-file-and-junk): Use it.
4593 (diff-file-kill): Make sure we were really inside a file diff.
4594
4595 * diff-mode.el: Make it more robust in the presence of empty context
4596 lines in unified hunks.
4597 (diff-valid-unified-empty-line): New var.
4598 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4599 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4600 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4601 (diff-hunk-header-re-unified): New const.
4602 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4603 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4604 (diff-sanity-check-hunk): Use it.
4605
4606 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4607 Index: line, don't search backward for the previous one.
4608
4609 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4610
4611 * international/fontset.el (setup-default-fontset): Add non-OTF
4612 lao font for lao script.
4613
4614 * language/tibetan.el: Register tibetan-composition-function in
4615 composition-function-table.
4616
4617 * language/tibet-util.el (tibetan-composition-function):
4618 Adjust for the new calling way (argument changed). Try font-shape-text
4619 if possible.
4620
4621 * language/lao.el: Register lao-composition-function in
4622 composition-function-table.
4623
4624 * language/lao-util.el (lao-composition-function): Adjust for the new
4625 calling way (argument changed). Try font-shape-text if possible.
4626
4627 2008-02-25 Jason Rumney <jasonr@gnu.org>
4628
4629 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4630
4631 2008-02-25 Juri Linkov <juri@jurta.org>
4632
4633 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4634 background, "red4" for a dark background, "red" for 16 and
4635 8 colors, "grey" for grayscale, and inverse video otherwise.
4636 Add :version tag.
4637 (isearch-message): Keep the original isearch-message intact, and
4638 add text properties to it where necessary. Add `isearch-error' to
4639 the condition that checks if isearch is unsuccessful.
4640
4641 2008-02-24 Juri Linkov <juri@jurta.org>
4642
4643 * progmodes/compile.el (compilation-handle-exit):
4644 Use compilation-error face instead of font-lock-warning-face.
4645 Display the same message in the minibuffer as is inserted
4646 at the end of the compilation buffer.
4647
4648 2008-02-24 Glenn Morris <rgm@gnu.org>
4649
4650 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4651 multiple file case.
4652
4653 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4654
4655 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4656 multiple file case. Use a single `let' rather than two.
4657
4658 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 * progmodes/compile.el (compilation-start): Specify a face for
4661 mode-line-process.
4662 (compilation-handle-exit): Specify a face and a tooltip for
4663 mode-line-process.
4664
4665 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4668 (hilit-chg-make-ov): Simplify.
4669 (hilit-chg-fixup): Use remove-overlays.
4670 (hilit-chg-set-face-on-change): Remove redundant call to
4671 `remove-text-properties'.
4672
4673 * dired.el (dired-mark-prompt): Don't count/display the t element.
4674 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4675
4676 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4677
4678 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4679 add-submenu.
4680 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4681 Remove. Move contents to the only use ...
4682 (verilog-menu): ... here.
4683 (verilog-statement-menu): Remove. Move contents to the only use ...
4684 (verilog-stmt-menu): ... here.
4685 (verilog-mark-defun): Simply call mark-defun for emacs.
4686 (occur-pos-list): Declare for byte compiler.
4687 (mode-popup-menu): Don't defvar.
4688 (verilog-add-statement-menu): Remove.
4689 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4690 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4691
4692 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4693
4694 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4695 conditional.
4696 (verilog-font-grouping-keywords-face): Make the begin..end
4697 keywords standout more than other verilog keywords.
4698 (verilog-type-font-keywords): Move the begin..end out of this list
4699 to facilitate making them to (potentially) stand out more.
4700 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4701 function & task blocks.
4702 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4703 initial, function & task blocks.
4704 (verilog-forward-sexp): Handle the new "disable fork" statement of
4705 IEEE-1800 Verilog.
4706 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4707 statement of IEEE-1800 Verilog.
4708 (verilog-calc-1): Handle the new "disable fork" statement of
4709 IEEE-1800 Verilog.
4710 (verilog-disable-fork-re): Add const to help handle the new
4711 "disable fork" statement of IEEE-1800 Verilog.
4712 (verilog-declaration-core-re): Add port directions by themselves,
4713 with no qualification, as base item of a declaration.
4714 (verilog-pretty-declarations): Add new flag to ask it to refrain
4715 from printing to the message buffer.
4716 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4717 printing to the message buffer. Improve handling of the many
4718 types of expression line up.
4719 (verilog-just-one-space): Remove printing of an empty message.
4720 (verilog-get-lineup-indent): Rework to support the better handling
4721 of expression lineup for verilog-pretty-expr.
4722 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4723
4724 2008-02-24 Alan Mackenzie <acm@muc.de>
4725
4726 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4727 yesterday's commit.
4728
4729 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4730
4731 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4732 to mouse-set-point in buffers that aren't associated with files.
4733
4734 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4735
4736 2008-02-24 Alan Mackenzie <acm@muc.de>
4737
4738 Set of changes so that "obtrusive" syntactic elements in a
4739 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4740 unmatched paren) don't interact syntactically with stuff outside
4741 the CPP line.
4742
4743 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4744 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4745 off-by-one bug.
4746 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4747 a bit of refactoring.
4748 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4749 functionality of c-awk-advise-fl-for-awk-region, which has been
4750 refactored away.
4751
4752 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4753 (c-clear-char-property-with-value): New function and macro which
4754 remove text-properties `equal' to a supplied value.
4755
4756 * progmodes/cc-engine.el: Comment about text properties amended.
4757
4758 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4759 parens around "error\\|warning".
4760
4761 * progmodes/cc-langs.el (c-get-state-before-change-function)
4762 (c-before-font-lock-function, c-anchored-cpp-prefix):
4763 New language variables.
4764 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4765
4766 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4767 syntax-table text properties.
4768 (c-common-init): Call language specific before/after-change
4769 functions at mode initialisation.
4770 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4771 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4772 (c-neutralize-syntax-in-CPP): New functions.
4773 (c-before-change, c-after-change): Call the new language specific
4774 change functions defined in cc-langs.el.
4775 (c-advise-fl-for-region): New macro.
4776 (awk-mode): Remove AWK specific stuff which has been refactored
4777 into language independent stuff.
4778
4779 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4780
4781 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4782 (gdb): (Re)set gdb-flush-pending-output to nil here...
4783 (gdb-init-1): ...instead of here (before gdb-prompt).
4784
4785 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4788 Recognize ''' just like any other char-constant.
4789
4790 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4793 careful enough. Detect the uid-change all within the main loop.
4794
4795 2008-02-24 Stefan Monnier <monnier@pastel.home>
4796
4797 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4798
4799 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * hilit-chg.el (highlight-save-buffer-state): New macro.
4802 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4803 (hilit-chg-clear): Use it to preserve the modified-p flag.
4804 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4805
4806 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4809 when needed.
4810
4811 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4812
4813 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4814 from gnus-button-url-regexp.
4815
4816 2008-02-24 Eli Zaretskii <eliz@gnu.org>
4817
4818 * progmodes/compile.el (compilation-next-error): Doc fix.
4819 (compilation-find-file): Doc fix.
4820
4821 2008-02-24 Glenn Morris <rgm@gnu.org>
4822
4823 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4824 Add obsolete aliases to the old names.
4825
4826 2008-02-24 Richard Stallman <rms@gnu.org>
4827
4828 * net/net-utils.el (ifconfig): Rename from ipconfig.
4829 (ipconfig): Alias to ifconfig.
4830 (ifconfig-program): Rename from ipconfig-program.
4831 (ifconfig-program-options): Rename from ipconfig-program-options.
4832
4833 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4834
4835 * progmodes/verilog-mode.el (verilog-declaration-core-re):
4836 Add port directions by themselves, with no qualification, as base
4837 item of a declaration.
4838 (verilog-pretty-declarations): Add new flag that inhibits printing
4839 to the message buffer.
4840 (verilog-pretty-expr): Add new flag that inhibits printing to the
4841 message buffer. Improve handling of the many types of expression
4842 line up.
4843 (verilog-just-one-space): Don't print an empty message.
4844 (verilog-get-lineup-indent): Rework to support the better handling
4845 of expression lineup for verilog-pretty-expr.
4846 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4847 (verilog-mode-version, verilog-mode-release-date): Update.
4848
4849 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * subr.el (cancel-change-group): Don't move point.
4852
4853 2008-02-23 Markus Triska <markus.triska@gmx.at>
4854
4855 * linum.el (linum-after-config): Update all visible windows.
4856
4857 2008-02-23 Glenn Morris <rgm@gnu.org>
4858
4859 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4860 Add :help for Solitaire and Tetris.
4861
4862 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4863
4864 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4865 (smtpmail-code-conv-from): Doc fix. Fix custom type.
4866 (smtpmail-queue-index-file): Make it a defcustom.
4867 (smtpmail-queue-index): Delete.
4868 (smtpmail-send-it, smtpmail-send-queued-mail):
4869 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4870 smtpmail-queue-index.
4871
4872 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4873 Add :version.
4874
4875 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
4876
4877 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4878 New variables.
4879 (iwconfig): New function.
4880
4881 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
4882
4883 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4884 setting it.
4885 (vc-status-menu-map): Do not define using easy-menu.
4886 (vc-status-menu-map): New defalias.
4887 (vc-status-mode-map): Hook up the menu.
4888 (top-level): Update TODO.
4889
4890 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4891
4892 * vc-bzr.el (vc-bzr-init-version): Rename to ...
4893 (vc-bzr-init-revision): ... this.
4894
4895 2008-02-23 Jason Rumney <jasonr@gnu.org>
4896
4897 * makefile.w32-in (WINS_ALMOST): Remove term.
4898 (WINS): Add term here.
4899 (custom-deps, finder-data): Use WINS_ALMOST.
4900
4901 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * faces.el (font-weight-table): Fix value of `semi-light'.
4904
4905 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4908 Make those tables bijective.
4909
4910 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
4911
4912 Finish pdbtrack integration cleanup, settling missing-functions
4913 byte compiler warnings appropriately.
4914
4915 * progmodes/python.el (python-point): Remove this - beginning-of-line
4916 was all that was necessary for `python-pdbtrack-overlay-arrow'.
4917 (python-end-of-def-or-class, python-beginning-of-def-or-class)
4918 (python-goto-initial-line): Drop these - they were only needed for
4919 python-point.
4920 (python-comint-output-filter-function): Use condition-case and
4921 beginning-of-line directly, instead of python-mode.el functions
4922 which require all sorts of baggage.
4923 (point-safe): Unnecessary - we're using condition-case directly,
4924 instead.
4925 (python-execute-file): Include for python-shell, which I'm leaving
4926 in keeping despite it being unnecessary for pdb tracking.
4927
4928 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
4929
4930 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4931 Add SRFI 11 support.
4932 (let-values, let*-values): Specify scheme-indent-function.
4933
4934 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 * vc.el (vc-exec-after): Move setting mode-line-process in the
4937 busy case ...
4938 (vc-set-mode-line-busy-indicator): ... in this new function.
4939 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4940 (vc-update-vc-status-buffer): Reset mode-line-process.
4941 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4942 mark/unmark all the files with the same state as the current one.
4943 With a prefix argument mark/unmark all files.
4944 (vc-status-mode-menu): Adjust strings.
4945 (vc-update-vc-status-buffer): Only do something when the argument
4946 is not nil.
4947 (vc-status-kill-dir-status-process): New function.
4948 (vc-status-mode-map): Bind it.
4949 (vc-status-process-buffer): New variable.
4950 (vc-status-mode): Make it local.
4951 (vc-status-refresh): Set it.
4952
4953 * vc-hg.el (vc-hg-dir-status):
4954 * vc-git.el (vc-git-dir-status):
4955 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4956 command is run.
4957
4958 2008-02-22 Glenn Morris <rgm@gnu.org>
4959
4960 * json.el (top-level): No need to require thingatpt.
4961 (json-read-keyword): Use thing-at-point rather than word-at-point.
4962
4963 * time.el (top-level): No need to require time-date when compiling.
4964
4965 * emacs-lisp/copyright.el (copyright-update-year):
4966 Fix subexpression numbering for the case when years are split over
4967 lines, and for the replace case.
4968
4969 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
4970 (tpu-caar, tpu-cadr): Delete functions.
4971 (zmacs-regions): No need to declare for compiler.
4972 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4973 (tpu-spell-check): Rewrite, and handle mark after point.
4974 (tpu-special-insert): Use or rather than if.
4975
4976 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4977 rather than spell-region.
4978
4979 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4980 warnings about spell-region.
4981
4982 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4983
4984 * ldefs-boot.el: Regenerated.
4985
4986 * loadup.el: Don't load language/devanagari, language/kannanda,
4987 language/malayalam, and language/tamil. Load language/sinhala.
4988
4989 * language/indian.el (indian-font-foundry)
4990 (indian-script-language-alist, indian-font-char-index-table)
4991 (indian-font-char, indian-font-char-range, indian-script-table)
4992 (indian-default-script, indian-composable-pattern): Delete them.
4993 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4994 language environments moved to here.
4995 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4996 New language environments.
4997
4998 * language/devanagari.el, language/devan-util.el,
4999 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5000 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5001 Delete them.
5002
5003 * language/sinhala.el: New file.
5004
5005 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5006
5007 Update Nick Robert's port of pdb tracking from python-mode.el.
5008
5009 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5010 Clarify docstring.
5011 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5012 tracking is happening.
5013 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5014 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5015 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5016 Tracking is plugged in to all comint buffers once python.el is loaded.
5017 (python-pdbtrack-overlay-arrow): Toggle activation of
5018 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5019 (python-pdbtrack-track-stack-file): Use new
5020 `python-pdbtrack-get-source-buffer' for more flexible access to
5021 debugging source files.
5022 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5023 according to pdb stack trace, optionally using new
5024 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5025 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5026 named buffer, or having function with indicated name.
5027 (python-shell): Remove comint-output-filter-functions hook
5028 addition, it's being done elsewhere. Wrap long line.
5029
5030 2008-02-21 Michael Olson <mwolson@gnu.org>
5031
5032 * json.el: Replace XEmacs compatibility code to get rid of
5033 compiler warnings.
5034
5035 * time.el: Fix compiler warning.
5036
5037 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5038
5039 * json.el: New file (JavaScript Object Notation parser / generator).
5040
5041 2008-02-21 Dave Love <fx@gnu.org>
5042
5043 * progmodes/sym-comp.el: New file.
5044
5045 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5046 Require sym-comp. Add Python buffer to same-window-buffer-names.
5047 Fixup whitespaces.
5048 (python-font-lock-keywords): Add highlighting for Python builtins.
5049 (python-font-lock-syntactic-keywords): Rewrite.
5050 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5051 ppss directly.
5052 (python-mode-map): Add binding for python-find-function.
5053 (python-calculate-indentation): Clean up the logic.
5054 (python-beginning-of-defun): Explicitly set return value.
5055 (python-beginning-of-statement): Stop looping if we get stuck
5056 going backwards.
5057 (python-next-statement): Stop looping if we somehow end up inside
5058 a string while advancing.
5059 (python-preoutput-continuation, python-version-checked): New vars.
5060 (python-check-version): New function.
5061 (run-python): Set default command to python-command instead of
5062 python-python-command.
5063 (run-python): Use python-check-version. Give PYTHONPATH
5064 precedence over data-directory in the process environment.
5065 Load function definitions in python process after.
5066 (python-check-comint-prompt): New function.
5067 (python-send-command, python-send-receive): Use it.
5068 (python-complete-symbol, python-try-complete): Functions deleted.
5069 Use symbol-complete instead of python-complete-symbol throughout.
5070 (python-fill-paragraph): Further refine the fenced-string regexp.
5071 (def-python-skeleton): Expand to the original abbrev instead if in
5072 a comment or string. Tweak skeletons for `if', `while', `for',
5073 `try/except', `try/finally', `name'.
5074 (python-pea-hook, python-abbrev-pc-hook): New functions.
5075 (python-abbrev-syntax-table): New var.
5076 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5077 Use symbol-completion-try-complete for hippie expansion.
5078 Turn on font lock unconditionally.
5079 (python-mode-hook): Defcustom it. No need to use make-local
5080 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5081 option, since it's buffer-local.
5082
5083 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5086
5087 2008-02-21 Drew Adams <drew.adams@oracle.com>
5088
5089 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5090 "Turn off" and a "Help" entry when the minor mode has no menu.
5091
5092 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5093
5094 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5095 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5096 vc-status-mark-file and vc-status-unmark-file.
5097 (vc-status-mark-unmark): New function.
5098 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5099
5100 2008-02-21 Glenn Morris <rgm@gnu.org>
5101
5102 * composite.el (encode-composition-rule): Fix typo in error message.
5103 (composition-function-table, auto-composition-mode): Doc fixes.
5104
5105 * subr.el (sit-for): Fix obsolete form for nil second argument.
5106
5107 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5108 (spell-string): Make obsolete, in favor of ispell.
5109
5110 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5111
5112 * language/devanagari.el: Don't setup composition-function-table
5113 here.
5114 ("Devanagari"): Change charset, coding-system, coding-priority to
5115 Unicode-based ones. Don't require the feature devan-util.
5116
5117 * composite.el (compose-chars-after): Fix arguments for a function
5118 in composition-function-table.
5119 (auto-compose-region): Likewise.
5120
5121 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5122 for Ethiopic.
5123 (ps-mule-plot-string): Ignore glyph-string based compositions.
5124
5125 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * doc-view.el: Allow different windows to show different pages.
5128 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5129 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5130 add them back as macros instead, using image-mode-winprops instead.
5131 Update all users of those variables.
5132 (doc-view-new-window-function): New function to create a new overlay
5133 for each new window.
5134 (doc-view-mode): Use it and image-mode-setup-winprops.
5135 (doc-view-clone-buffer-hook): Rewrite accordingly.
5136
5137 * image-mode.el: Extend [hv]scroll support to per-window properties.
5138 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5139 (image-mode-winprops-alist): New var to replace them.
5140 (image-mode-new-window-functions): New hook.
5141 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5142 New funs.
5143 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5144 Remove the `window' argument, update callers.
5145 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5146 Use the new functions.
5147 (image-mode-reapply-winprops): New fun.
5148 (image-mode): Use it.
5149
5150 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5151
5152 * calc/calc-math.el (math-sin-raw): Add optional argument
5153 to keep track of original argument.
5154 (math-cos-raw): Use optional argument when calling math-sin-raw.
5155 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5156 with close to original precision.
5157
5158 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5159
5160 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5161 args in calls of sit-for.
5162
5163 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5166 (vc-svn-checkin): Fix typo in error message.
5167
5168 * help-mode.el: Require easymenu when compiling.
5169
5170 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5171
5172 * help-mode.el (help-mode-menu): New menu.
5173
5174 2008-02-20 Glenn Morris <rgm@gnu.org>
5175
5176 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5177 on Windows.
5178
5179 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5180
5181 * ps-mule.el (ps-mule-encode-region): Return a single string.
5182 (ps-mule-plot-string): Adjust for the above change.
5183 (ps-mule-encode-header-string): Likewise.
5184
5185 * international/latin1-disp.el (latin1-display): Don't use
5186 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5187 standard-display-table.
5188 (latin1-display-identities): Adjust for the change of what is
5189 returned by (get-language-info charset 'charset).
5190
5191 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5192 characters and terminal case.
5193
5194 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5195
5196 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5197
5198 * progmodes/python.el: Also require comint when loading.
5199 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5200 Replace python-shell with run-python on menu bar.
5201 (python-shell-map): New map.
5202 (python-default-interpreter, python-python-command-args)
5203 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5204 New options.
5205 (python-which-shell, python-which-args, python-which-bufname):
5206 New buffer local variables.
5207 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5208
5209 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5210 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5211 New constants.
5212
5213 Pdbtrack features:
5214
5215 (python-point, python-end-of-def-or-class)
5216 (python-beginning-of-def-or-class, python-goto-initial-line)
5217 (python-comint-output-filter-function)
5218 (python-pdbtrack-overlay-arrow)
5219 (python-pdbtrack-track-stack-file, python-toggle-shells)
5220 (python-shell, python-pdbtrack-toggle-stack-tracking)
5221 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5222 New functions.
5223
5224 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5225
5226 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5227 when the argument is nil.
5228
5229 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5230
5231 * vc.el (dir-status): Add a brief description.
5232
5233 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5234
5235 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5236 If non-nil, reverse the sense of the check.
5237
5238 * vc-rcs.el (vc-rcs-root): New func.
5239 * vc-cvs.el (vc-cvs-root): New func.
5240 * vc-svn.el (vc-svn-root): New func.
5241 * vc-sccs.el (vc-sccs-root): New func.
5242
5243 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5244
5245 * language/japan-util.el (setup-japanese-environment-internal):
5246 Call use-cjk-char-width-table.
5247
5248 * language/japanese.el ("Japanese"): Set exit-function to
5249 use-default-char-width-table.
5250
5251 * international/characters.el: Delete occurrences of non-Unicode
5252 tibetan and ethiopic characters.
5253 (cjk-char-width-table): New variable.
5254 (use-cjk-char-width-table, use-default-char-width-table):
5255 New functions.
5256
5257 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5258
5259 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5260 (vc-status-mode-menu): Add a :filter.
5261 (vc-status-printer): Add faces.
5262
5263 * vc-hg.el (vc-hg-extra-status-menu): New function.
5264 (vc-hg-dir-status): Clean up the buffer before using it.
5265
5266 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5269 (gdb): Initialize it here instead.
5270
5271 * files.el (locate-dominating-file): Fix thinko in last change.
5272 Reported by Bruce Stephens <bruce.stephens@isode.com>.
5273
5274 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5275
5276 * vc.el (vc-status-mode-menu): New menu for vc-status.
5277
5278 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * progmodes/verilog-mode.el (customize): Fix typo in error message.
5281 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5282 (verilog-mode-auto, verilog-indent-level-module)
5283 (verilog-minimum-comment-distance, verilog-library-flags)
5284 (verilog-library-directories, verilog-library-files)
5285 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5286 (verilog-xemacs-menu, verilog-set-compile-command)
5287 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5288 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5289 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5290 (verilog-batch-inject-auto, verilog-batch-indent)
5291 (verilog-continued-line, verilog-type-keywords)
5292 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5293 (verilog-read-inst-pins, verilog-read-arg-pins)
5294 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5295 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5296 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5297 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5298 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5299 (verilog-mode-version, verilog-mode-release-date)
5300 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5301 (verilog-simulator, verilog-compiler)
5302 (verilog-auto-sense-defines-constant, verilog-company)
5303 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5304 Fix typos in docstrings.
5305 (verilog-set-auto-endcomments, verilog-calculate-indent)
5306 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5307 Reflow docstrings.
5308 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5309 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5310 (electric-verilog-forward-sexp, verilog-in-case-region-p)
5311 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5312 (verilog-leap-to-head, verilog-current-indent-level)
5313 (verilog-case-indent-level, verilog-cpp-keywords)
5314 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5315 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5316 (verilog-signals-not-in, verilog-symbol-detick-text)
5317 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5318 (verilog-forward-close-paren, verilog-backward-open-paren)
5319 (verilog-backward-open-bracket): Doc fixes.
5320
5321 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5322 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5323 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5324 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5325 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5326 Fix typos in docstrings.
5327
5328 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5329
5330 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5331
5332 * info.el (Info-read-node-name): Removed unused `default' arg.
5333
5334 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5335
5336 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5337
5338 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * image-mode.el (image-get-display-property): New fun.
5341 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5342 (image-mode, image-minor-mode, image-toggle-display-text)
5343 (image-toggle-display): Use it.
5344
5345 2008-02-18 Jason Rumney <jasonr@gnu.org>
5346
5347 * international/mule.el (xml-find-file-coding-system): Don't warn
5348 about utf-16 with BOM.
5349
5350 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5351
5352 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5353 warn if file encoding is not utf-8 and encoding not specified.
5354 (xml-find-file-coding-system): New function.
5355 * international/mule-conf.el (file-coding-system-alist): Use it.
5356
5357 2008-02-17 Glenn Morris <rgm@gnu.org>
5358
5359 * international/mule-cmds.el (set-locale-environment):
5360 Pass `frame' to getenv for LC_MESSAGES.
5361
5362 2008-02-17 Juri Linkov <juri@jurta.org>
5363
5364 * time.el (emacs-init-time): Use format instead of format-seconds.
5365
5366 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5367
5368 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5369 bibtex-find-entry. Add autoload cookie.
5370 (bibtex-find-entry): Alias for bibtex-search-entry.
5371 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5372 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5373 (bibtex-clean-entry): atomic-change-group removed.
5374 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5375 to locate buffer location where error occurred.
5376 Make error messages more specific.
5377 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5378
5379 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5380
5381 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5382 top level.
5383
5384 * simple.el (transient-mark-mode): Add an :init-value.
5385
5386 * startup.el (command-line): Use custom-reevaluate-setting for
5387 transient-mark-mode.
5388
5389 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5390
5391 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5392
5393 2008-02-16 Juri Linkov <juri@jurta.org>
5394
5395 * startup.el (after-init-time): New variable.
5396 (command-line): Set `after-init-time' to the current time.
5397
5398 * time.el (emacs-init-time): New function.
5399
5400 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * files.el (locate-dominating-file): Remove initial loop because it's
5403 not careful enough. Detect the uid-change all within the main loop.
5404
5405 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5406
5407 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5408
5409 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * vc.el (vc-annotate): Add new argument.
5412 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5413
5414 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5415 Move make-variable-buffer-local code after the corresponding defvar.
5416 (hs-minor-mode-map): Define and initialize in one step.
5417 (hs-minor-mode): Change from defun to define-minor-mode.
5418
5419 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5420
5421 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5422 (gdb-ready): Move declaration...
5423
5424 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5425 (gdb-early-user-input): New variable.
5426 (gdb): Reset gdb-flush-pending-output to nil and set
5427 comint-input-sender here (before gdb-prompt), instead of...
5428 (gdb-init-1): ...here.
5429 (gdb-send): If Emacs is not ready, defer user input to...
5430 (gdb-prompt): ...here.
5431
5432 2008-02-16 Glenn Morris <rgm@gnu.org>
5433
5434 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5435
5436 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5437 (before-init-time): New name for `emacs-startup-time'.
5438 (command-line): Use before-init-time rather than emacs-startup-time.
5439 * time.el (emacs-uptime): Use before-init-time rather than
5440 emacs-startup-time.
5441
5442 * composite.el (composition-function-table): Doc fix.
5443
5444 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5445 in favor of `%z' specifier.
5446 (emacs-uptime): Move to time.el.
5447 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5448 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5449 argument of format-seconds.
5450
5451 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5452
5453 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5454
5455 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5456
5457 * ielm.el (ielm-is-whitespace): Remove.
5458 (ielm-is-whitespace-or-comment): New function.
5459 (ielm-eval-input): Use it.
5460
5461 2008-02-15 Jason Rumney <jasonr@gnu.org>
5462
5463 * term/mac-win.el: Fix coding tag.
5464
5465 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5466
5467 * vc-hooks.el (vc-menu-map):
5468 * bindings.el (mode-line-mode-menu): Add tooltips.
5469
5470 * bindings.el (help-echo): Add more tooltips. Use a less
5471 telegraphic style for existing tooltips.
5472
5473 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5476 from the auto-generated one.
5477
5478 2008-02-14 Glenn Morris <rgm@gnu.org>
5479
5480 * mail/rmail-spam-filter.el (rmail-spam-filter):
5481 Let-bind message-spam-status.
5482
5483 * mail/smtpmail.el (password-cache-add): Declare as function.
5484
5485 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5486
5487 * mail/smtpmail.el: Use password-cache.
5488
5489 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5490
5491 * uniquify.el (uniquify-buffer-base-name): New function.
5492 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5493
5494 * desktop.el (uniquify-managed): Don't defvar.
5495 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5496 `uniquify-managed'. Return also the buffer's base name.
5497 (desktop-save): When saving the buffer info, filter out the base name,
5498 and save it as buffer name if the buffer is managed by uniquify.
5499 (uniquify-item-base): Don't declare; not called anymore.
5500
5501 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * vc.el (vc-annotate-find-revision-at-line): New function.
5504 (vc-annotate-mode-map): Bind it.
5505 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5506 some entries.
5507
5508 2008-02-14 Glenn Morris <rgm@gnu.org>
5509
5510 * calendar/time-date.el (format-seconds): New function.
5511 (emacs-uptime): Use format-seconds.
5512
5513 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5514 Remove `LC_ALL=C', since it's included in $(emacs) now.
5515
5516 2008-02-14 Zhang Wei <id.brep@gmail.com>
5517
5518 * textmodes/org-publish.el (org-publish-timestamp-filename):
5519 Replace colon characters in filename too.
5520
5521 2008-02-13 Bastien Guerry <bzg@altern.org>
5522
5523 * mail/rmail.el (rmail-header-name): New face.
5524 (rmail-font-lock-keywords): Use rmail-header-name.
5525
5526 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5527 against X-Spam-Status header field.
5528 (rmail-spam-filter): Also check X-Spam-Status header field.
5529
5530 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5531
5532 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5533 Add support for .pm files and .php files.
5534 (flymake-err-line-patterns): Add pattern for PHP errors.
5535 (flymake-php-init): New function. PHP support for flymake.
5536
5537 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5538 Add regular expression for PHP errors.
5539
5540 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5541
5542 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5543 This DTRT even on w32 machines.
5544 (ange-ftp-cf1): Quote FILENAME.
5545
5546 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5549 (smerge-auto-combine): New fun.
5550
5551 2008-02-12 Juri Linkov <juri@jurta.org>
5552
5553 * startup.el (fancy-startup-screen, normal-splash-screen):
5554 Set default-directory to command-line-default-directory.
5555
5556 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5557 after reading the desktop.
5558
5559 * progmodes/compile.el (compilation-auto-jump):
5560 Call compile-goto-error only when compilation-auto-jump-to-first-error
5561 is non-nil.
5562 (compilation-scroll-output): Replace :type 'boolean with a choice
5563 that has three options including a third option `first-error'.
5564 Doc fix.
5565 (compilation-start, compilation-forget-errors): Add an alternate
5566 condition comparing compilation-scroll-output with `first-error'
5567 in addition to compilation-auto-jump-to-first-error (to call
5568 compilation-auto-jump in the proper place).
5569
5570 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * international/mule.el (sgml-html-meta-auto-coding-function):
5573 Make sure the search limit is ahead.
5574
5575 * tar-mode.el: Fix broken indentation.
5576 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5577 Use with-current-buffer.
5578
5579 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5582 it is already automatically buffer-local.
5583
5584 2008-02-11 Drew Adams <drew.adams@oracle.com>
5585
5586 * help.el (describe-key): Join some split lines to facilitate filling.
5587 * help-fns.el (describe-function-1): Fill text of overlong lines.
5588
5589 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5590
5591 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5592 Use unibyte-string instead of string-make-unibyte.
5593
5594 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5595
5596 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5599 works also for buffers w/o buffer-file-name. Update callers.
5600 (doc-view-clone-buffer-hook): New fun.
5601 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5602 the `doc-view' property so they can be recognized.
5603
5604 * simple.el (clone-indirect-buffer-hook): New hook.
5605 (clone-indirect-buffer): Run it.
5606
5607 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5608
5609 * epa.el (epa-menu-mode): Merge into epa-mode.
5610 (epa-menu-items): Rename the label "EasyPG Assistant" to
5611 "Encryption/Decryption".
5612
5613 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5614 (epa-dired-mode-map): Rename from epa-dired-map.
5615 (epa-global-dired-mode): Rename the global minor mode.
5616
5617 2008-02-11 Drew Adams <drew.adams@oracle.com>
5618
5619 * isearch.el (isearch-fail): New face.
5620 (isearch-message): Highlight failure part of input.
5621
5622 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * ibuffer.el (ibuffer-header-line-format): New var.
5625 (ibuffer-mode): Set it instead of header-line-format.
5626 (ibuffer-update): Use it to set header-line-format.
5627
5628 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5629 properties like self-insert-command.
5630
5631 2008-02-11 Drew Adams <drew.adams@oracle.com>
5632
5633 * progmodes/etags.el: Add many doc strings.
5634
5635 2008-02-11 Jason Rumney <jasonr@gnu.org>
5636
5637 * ldefs-boot.el: Regenerated.
5638
5639 2008-02-11 Glenn Morris <rgm@gnu.org>
5640
5641 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5642 Shorten some names.
5643
5644 * ffap.el (ffap-rfc-directories): Add :version.
5645
5646 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5647
5648 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5649 files, and backup files of same.
5650
5651 2008-02-11 Kevin Ryde <user42@zip.com.au>
5652
5653 * ffap.el (ffap-rfc-directories): New variable.
5654 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5655
5656 * info.el (Info-next-reference, Info-prev-reference)
5657 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5658
5659 * simple.el (completion-list-mode): Show full completion-list-mode-map
5660 in the docstring.
5661
5662 2008-02-11 Sam Steingold <sds@gnu.org>
5663
5664 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5665
5666 2008-02-11 Glenn Morris <rgm@gnu.org>
5667
5668 * startup.el (emacs-startup-time): New variable.
5669 (command-line): Set emacs-startup-time.
5670
5671 * calendar/time-date.el (emacs-uptime): New function.
5672
5673 2008-02-10 Bastien Guerry <bzg@altern.org>
5674
5675 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5676 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5677 it is nil.
5678
5679 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5680
5681 * epg-config.el: Expand the contents of epg-package-info.el.
5682 (epg-package-name): New constant.
5683 (epg-version-number): New constant.
5684 (epg-bug-report-address): New constant.
5685
5686 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5687 (epa-global-mail-mode): New global minor mode.
5688
5689 * epa-file.el (epa-file-mode): New global minor mode.
5690
5691 * epa-dired.el (epa-dired-mode): New global minor mode.
5692
5693 * epa.el (epa-menu): New variable.
5694 (epa-menu-items): New variable.
5695 (epa-menu-mode): New global minor mode.
5696 (epa-global-minor-modes): New user option.
5697 (epa-mode): New global minor mode.
5698
5699 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5700
5701 * net/dbus.el: Remove `no-byte-compile' cookie.
5702 (dbus-call-method, dbus-register-signal, dbus-debug)
5703 (dbus-registered-functions-table): Declare them with
5704 `declare-function' or `defvar', respectively.
5705 (top): Don't assert any longer. Require 'cl when compiling.
5706 Apply `ignore-errors' but `dbus-ignore-errors'.
5707
5708 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5709
5710 * diff-mode.el (diff-add-change-log-entries-other-window):
5711 Use add-change-log-entry.
5712
5713 2008-02-09 Jason Rumney <jasonr@gnu.org>
5714
5715 * button.el (button-map):
5716 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5717 * ldefs-boot.el: Regenerate.
5718
5719 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * epa.el (epa-faces, epa):
5722 * epa-file.el (epa-file):
5723 * epg-config.el (epg): Add :version.
5724
5725 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5726
5727 * vc.el (vc-exec-after): Append CODE to previous fragments.
5728 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5729 take MESSAGES instead of VERBOSE; use it when non-nil.
5730 (vc-diff-internal): Compute messages once; use them;
5731 update call to vc-diff-finish.
5732
5733 2008-02-09 Michael Olson <mwolson@gnu.org>
5734
5735 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5736 buffer has been killed, such as by
5737 `tramp-cleanup-all-connections'.
5738
5739 2008-02-09 Miles Bader <miles@gnu.org>
5740
5741 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5742
5743 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5746 splitter in context hunks.
5747
5748 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5749
5750 * international/fontset.el (setup-default-fontset): Fix arabic otf
5751 font specification.
5752
5753 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5754
5755 * epa-dired.el:
5756 * epa-file.el:
5757 * epa-mail.el:
5758 * epa-setup.el:
5759 * epa.el:
5760 * epg-config.el:
5761 * epg-package-info.el:
5762 * epg.el: Initial check-in of EasyPG.
5763
5764 2008-02-08 Glenn Morris <rgm@gnu.org>
5765
5766 * woman.el (woman-locale): New defcustom.
5767 (woman-expand-locale, woman-manpath-add-locales): New functions.
5768 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5769
5770 * international/mule-cmds.el (locale-translate): New function,
5771 with old code extracted from set-locale-environment.
5772 (set-locale-environment): Use locale-translate. Set woman-locale.
5773
5774 * cus-start.el (selection-coding-system): Remove, since it's now
5775 defined in select.el rather than in xselect.c.
5776 * select.el (selection-coding-system): Make it a defcustom, and
5777 add the properties from cus-start.el. Bump :version.
5778
5779 * custom.el (custom-theme-set-variables): Sort symbols that are
5780 dependencies before symbols that depend on them.
5781 (custom-enabled-themes): Set after custom-theme-directory.
5782
5783 * pcmpl-unix.el (top-level): Move provide statement to end.
5784 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5785 `*' from doc-string. Allow to be nil.
5786 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5787 Allow to be nil. Add :version.
5788 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5789 without hostnames, and multiple hostnames per line.
5790
5791 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5792
5793 2008-02-08 Phil Hagelberg <phil@evri.com>
5794
5795 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5796 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5797
5798 2008-02-07 Timo Savola <timo.savola@iki.fi>
5799
5800 * startup.el (command-line-x-option-alist): Add --parent-id.
5801
5802 * term/x-win.el (x-handle-parent-id): New function.
5803
5804 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5805
5806 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5807 "Font Menu".
5808
5809 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5810
5811 * net/dbus.el (dbus-interface-peer): New defconst.
5812 (dbus-ping): New defun.
5813
5814 2008-02-06 Sam Steingold <sds@gnu.org>
5815
5816 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5817
5818 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5821 Just return nil and let the C code provide a fallback.
5822
5823 2008-02-05 Glenn Morris <rgm@gnu.org>
5824
5825 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5826 tramp-flush-connection-property for removed 2nd argument.
5827
5828 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * diff-mode.el (diff-add-change-log-entries-other-window):
5831 Rename from diff-create-changelog. Change users.
5832 Minor change to hopefully work with plain diffs.
5833 (diff-mode-map): Add binding for it.
5834
5835 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5836
5837 * diff-mode.el: Add new TODO entry.
5838 (diff-create-changelog): New function.
5839 (diff-mode-menu): Bind it.
5840
5841 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5842
5843 * international/mule-diag.el (print-fontset-element): Handle the
5844 case of inhibiting the fallback fonts.
5845
5846 2008-02-04 Kim F. Storm <storm@cua.dk>
5847
5848 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5849 (ido-magic-delete-char): Use prefix arg.
5850
5851 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
5852
5853 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5854 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5855 of today, the most recent libpng is 1.2.24).
5856
5857 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5860
5861 * net/dbus.el (top): Check (featurep 'dbusbind).
5862
5863 * net/tramp.el (tramp-process-sentinel): New defun.
5864 (tramp-do-copy-or-rename-file-out-of-band)
5865 (tramp-maybe-open-connection): Use it as process sentinel.
5866 (tramp-handle-delete-directory): Don't use the "-f" option; it
5867 isn't portable.
5868 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5869 after the command.
5870 (tramp-handle-shell-command): Set `mode-line-process' in the
5871 asynchronous case.
5872
5873 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5874
5875 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5876 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5877 Use `tramp-process-sentinel' as process sentinel.
5878
5879 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * whitespace.el (global-whitespace-mode): Revert last change.
5882 (whitespace-unload-function): Force `global-whitespace-mode'
5883 to deactivate local modes in a slightly less intrusive way.
5884
5885 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5886
5887 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5888
5889 2008-02-02 Glenn Morris <rgm@gnu.org>
5890
5891 * international/latin1-disp.el (latin1-display):
5892 * progmodes/fortran.el (fortran-comment-indent-char):
5893 * progmodes/idlw-shell.el (top-level):
5894 * term/mac-win.el (mac-keyboard-translate-char):
5895 * whitespace.el (whitespace-char-valid-p):
5896 * wid-edit.el (widget-key-sequence-read-event):
5897 Use characterp rather than char-valid-p.
5898
5899 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5900 to capitalized-find-word-boundary. Doc fix. Update callers.
5901 (capitalized-next-word-boundary-function-table): Rename to
5902 capitalized-find-word-boundary-function-table. Doc fix. Update users.
5903
5904 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5905 string-to-int.
5906
5907 * ps-def.el (declare-function): Add compatibility definition.
5908 (ps-plot-with-face, ps-plot-string): Declare as functions.
5909 (ps-bold-faces, ps-italic-faces): Declare variables.
5910
5911 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5912 (ps-mule-end-job): Declare as functions.
5913
5914 * wid-edit.el (widget-string-complete): Use assoc-string rather
5915 than assoc-ignore-case.
5916
5917 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * progmodes/etags.el (next-file): Improve revert message.
5920
5921 2008-02-01 Andreas Schwab <schwab@suse.de>
5922
5923 * loadup.el: Load language/burmese instead of language/myanmar.
5924
5925 2008-02-01 Richard Stallman <rms@gnu.org>
5926
5927 * language/burmese.el: Rename from myanmar.el.
5928 ("Burmese"): Rename from "Myanmar".
5929
5930 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5931
5932 * international/fontset.el (script-representative-chars): Add cham
5933 and tai-viet.
5934 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5935 Add fontconfig spec for cjk-misc. Explicitly specify font font
5936 for U+E000..U+F8FF.
5937
5938 * international/characters.el (script-list): Add cham.
5939
5940 * language/cham.el: New file.
5941
5942 2008-02-01 Mark A. Hershberger <mah@everybody.org>
5943
5944 * xml.el (xml-escape-string): Don't do any encoding changes on the
5945 string.
5946
5947 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5948
5949 * language/ind-util.el (in-is13194-post-read-conversion):
5950 Delete unnecessary call of indian-compose-region.
5951
5952 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5953
5954 * ps-print.el: Some face attributes (like :strike-through) were not
5955 being recognised. Reported by Leo <sdl.web@gmail.com>.
5956 (ps-print-version): New version 7.3.2.
5957 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
5958 ps-face-overline-p and ps-face-box-p functions.
5959
5960 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5961 New functions.
5962
5963 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5964
5965 * international/fontset.el (font-encoding-alist): Add an entry for
5966 iso8859-16.
5967 (setup-default-fontset): Add iso8859-16 to latin.
5968
5969 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5970 hexadigit string.
5971 (describe-char): Adjust for the above change.
5972
5973 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5974
5975 * international/fontset.el (font-encoding-alist): Don't set the
5976 repertory of GB18030 fonts.
5977
5978 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5979
5980 * language/indian.el: Set font-shape-text for all Indic characters
5981 in composition-function-table.
5982
5983 * language/khmer.el: New file.
5984
5985 * language/myanmar.el: New file.
5986
5987 * loadup.el: Load "language/khmer" and "language/myanmar".
5988
5989 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5990
5991 * international/fontset.el (setup-default-fontset): Fix lao OTF
5992 script name.
5993
5994 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5995
5996 * composite.el (terminal-composition-modification): Delete it.
5997
5998 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5999
6000 * international/fontset.el (x-complement-fontset-spec):
6001 Complement size too.
6002
6003 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6004
6005 * international/fontset.el (font-encoding-charset-alist):
6006 Initialize it.
6007 (otf-script-alist): Fix typo of canadian-aboriginal.
6008 (setup-default-fontset): Specify font-specs for many more scripts.
6009 (x-complement-fontset-spec): Change the first argument to a
6010 font-spec object.
6011 (create-fontset-from-fontset-spec): Adjust for the above change.
6012
6013 2008-02-01 Kenichi Handa <handa@m17n.org>
6014
6015 * language/devanagari.el: Register font-shape-text in
6016 composition-function-table.
6017
6018 * language/tibetan.el: Register font-shape-text in
6019 composition-function-table.
6020
6021 * language/thai-util.el (thai-composition-function): Fix arguments.
6022
6023 * language/tamil.el: Register font-shape-text in
6024 composition-function-table.
6025
6026 * language/malayalam.el: Register font-shape-text in
6027 composition-function-table.
6028
6029 * language/lao.el: Register font-shape-text in
6030 composition-function-table.
6031
6032 * language/kannada.el: Register font-shape-text in
6033 composition-function-table.
6034
6035 * language/european.el (diacritic-composition-function): Fix arguments.
6036
6037 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6038
6039 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6040
6041 * composite.el (composition-function-table): Fix docstring.
6042 (terminal-composition-function): Fix arguments.
6043 (auto-compose-current-font): Delete it.
6044 (auto-compose-chars): Adjust for the change of
6045 composition-function-table.
6046
6047 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6048
6049 * international/fontset.el (font-encoding-alist): Add the entry of
6050 "unicode-bmp".
6051
6052 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6053
6054 * composite.el (auto-compose-chars): Be sure to calculate
6055 composition at least at POS.
6056
6057 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6058
6059 * printing.el: Fix pr-interface-map initialization code.
6060 (pr-version): New version 6.9.3.
6061 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6062 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6063 (pr-f-read-string): Replace by pr-read-string.
6064 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6065 New function name.
6066 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6067
6068 2008-02-01 Kenichi Handa <handa@m17n.org>
6069
6070 * language/tv-util.el (tai-viet-re): Include '-'.
6071 (tai-viet-glyph-info): Handle '-'.
6072
6073 2008-02-01 Kenichi Handa <handa@m17n.org>
6074
6075 * descr-text.el (describe-char): Handle a composition of the new
6076 format. Show font name.
6077
6078 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6079
6080 * language/tibet-util.el (tibetan-composition-function): Use
6081 font-shape-text if auto-compose-current-font is non-nil.
6082
6083 * language/tibetan.el: Fix the range for recording
6084 tibetan-composition-function in composition-function-table.
6085
6086 * language/mlm-util.el (malayalam-composition-function): Use
6087 font-shape-text if auto-compose-current-font is non-nil.
6088
6089 * international/mule-conf.el: Flag many charsets as supplementary.
6090
6091 * international/mule.el (define-charset): Update the docstring for
6092 :supplementary-p.
6093
6094 * international/fontset.el (setup-default-fontset): Add OpenType
6095 fonts for malayalam and tibetan.
6096
6097 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6098
6099 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6100
6101 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6102
6103 * international/fontset.el (otf-script-alist): Make all otf tags
6104 4-letters.
6105 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6106
6107 * language/tml-util.el (tamil-composition-function): Use
6108 font-shape-text if auto-compose-current-font is non-nil.
6109
6110 * language/devan-util.el (devanagari-composition-function): Use
6111 font-shape-text if auto-compose-current-font is non-nil.
6112
6113 * composite.el (auto-compose-chars): Change argument font-object
6114 to window.
6115
6116 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6117
6118 * ps-print.el (ps-lpr-switches): Docstring fix.
6119 (ps-string-list): New function.
6120 (ps-do-despool): Code fix.
6121
6122 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6123
6124 * international/utf-7.el (utf-7-imap-post-read-conversion)
6125 (utf-7-imap-pre-write-conversion): New functions.
6126
6127 * international/mule-conf.el (utf-7-imap): New coding system.
6128
6129 2008-02-01 Kenichi Handa <handa@m17n.org>
6130
6131 * term/x-win.el (x-selection-value): If x-select-request-type is
6132 nil, try also STRING at last.
6133 (x-select-request-type): Doc fix for the change of x-selection-value.
6134
6135 * select.el (selection-coding-system, next-selection-coding-system):
6136 Move declarations from xselect.c.
6137 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6138 If it is nil, decode by a proper coding system. Handle C_STRING.
6139 (ccl-check-utf-8, string-utf-8-p): Delete them.
6140 (xselect-convert-to-string): Fix determining data-type in the case
6141 that TEXT is requested. Don't use selection-coding-system if it's
6142 not proper for the data-type.
6143
6144 2008-02-01 Kenichi Handa <handa@m17n.org>
6145
6146 * term/x-win.el (x-selection-value): If x-select-request-type is
6147 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6148
6149 2008-02-01 Jason Rumney <jasonr@gnu.org>
6150
6151 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6152 to signify default fontset.
6153
6154 2008-02-01 Kenichi Handa <handa@m17n.org>
6155
6156 * international/mule-cmds.el (describe-language-environment):
6157 Check if the specified input method exists or not.
6158
6159 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6160
6161 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6162 (ps-face-background-name): Remove this function. It's already defined
6163 in ps-def.el file.
6164
6165 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6166
6167 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6168 Epoch emacsen.
6169
6170 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6171
6172 * ps-print.el: Now detect if text foreground and background colors are
6173 equals and replace the foreground color by another color, so the text
6174 becomes visible. Doc fix.
6175 (ps-print-version): New version 7.3.
6176 (ps-default-fg, ps-default-bg): Docstring fix.
6177 (ps-fg-list, ps-fg-validate-p): New options.
6178 (ps-foreground-list): New variable.
6179 (ps-generate-header-line): Replace fboundp by functionp.
6180 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6181
6182 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6183
6184 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6185 Move (again) some variable definitions before use, define some
6186 function aliases, no code change.
6187 (pr-version): New version 6.9.2.
6188 (pr-path-style, pr-auto-region, pr-menu-char-height)
6189 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6190 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6191 via (defvar VAR).
6192 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6193 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6194 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6195 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6196 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6197 (pr-menu-print-item, pr-ps-printer-menu-modified)
6198 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6199 (pr-even-or-odd-alist): Move variable definitions.
6200
6201 2008-02-01 Kenichi Handa <handa@m17n.org>
6202
6203 * language/chinese.el (cp936): Delete duplicated alias.
6204
6205 * international/mule-diag.el (list-block-of-chars): Don't insert
6206 non-Unicode characters.
6207
6208 2008-02-01 Jason Rumney <jasonr@gnu.org>
6209
6210 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6211 * term/w32-win.el: Don't require code-pages.
6212
6213 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 Fix up multi-tty merge.
6216
6217 * version.el (emacs-version): Bump to 23.0.60.
6218
6219 * term/x-win.el (x-initialize-window-system): Don't try to create
6220 a fontset from a font-specification anymore. This was removed on the
6221 unicode branch and mistakenly re-added by the multi-tty merge.
6222
6223 * term/w32-win.el: Remove duplicate code that's now in
6224 w32-initialize-window-system.
6225 (w32-initialize-window-system): Don't try to create a fontset from
6226 a font-specification anymore. This was removed on the unicode branch
6227 and mistakenly re-added by the multi-tty merge.
6228
6229 * term/mac-win.el: Remove duplicate top-level code.
6230
6231 * language/ethio-util.el:
6232 * international/characters.el: Use utf-8 rather than utf-8-emacs
6233 since it works as well and has the advantage of working with
6234 non-unicode versions of Emacs.
6235
6236 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6237 multi-tty code, which includes the previous local change.
6238
6239 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6240
6241 * ps-print.el (ps-print-version): New version 7.2.5.
6242 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6243 Use `mapc' rather than `mapcar'.
6244
6245 2008-02-01 Kenichi Handa <handa@m17n.org>
6246
6247 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6248 instead of char-or-string-p to catch -1.
6249
6250 2008-02-01 Kenichi Handa <handa@m17n.org>
6251
6252 * international/mule-cmds.el (inactivate-input-method):
6253 Set input-method-function to nil before calling
6254 inactivate-current-input-method-function.
6255
6256 2008-02-01 Kenichi Handa <handa@m17n.org>
6257
6258 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6259 height that doesn't exceed the requested height by rounding off.
6260
6261 2008-02-01 Andreas Schwab <schwab@suse.de>
6262
6263 * international/mule-diag.el (print-fontset-element):
6264 Use fontp only if defined.
6265
6266 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6267
6268 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6269 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6270 (ps-mule-prologue-generated): Code fix.
6271
6272 2008-02-01 Kenichi Handa <handa@m17n.org>
6273
6274 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6275 with FIXEDCASE t.
6276
6277 2008-02-01 Kenichi Handa <handa@m17n.org>
6278
6279 * international/mule-diag.el (print-fontset-element): Fix for the
6280 format change of a fontset element for font-backend feature.
6281
6282 2008-02-01 Kenichi Handa <handa@m17n.org>
6283
6284 * descr-text.el (describe-char): Fix for the case that a component
6285 character is TAB.
6286
6287 2008-02-01 Kenichi Handa <handa@m17n.org>
6288
6289 * international/mule-cmds.el (select-safe-coding-system-interactively):
6290 Fix printing of rejected and unsafe coding-systems.
6291
6292 * international/fontset.el (setup-default-fontset): Add tai-viet.
6293
6294 * international/characters.el: Setup syntax/category table for Tai Viet.
6295 (script-list): Add tai-viet.
6296
6297 * loadup.el: Load "language/tai-viet".
6298
6299 * language/tai-viet.el: New file.
6300
6301 * language/tv-util.el: New file.
6302
6303 2008-02-01 Jason Rumney <jasonr@gnu.org>
6304
6305 * faces.el (font-weight-table): Use defaults on w32 that match
6306 LOGFONT.lfWeight.
6307
6308 * term/w32-win.el: Don't create fontset from command-line font.
6309
6310 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6313 (sort-coding-systems, search-unencodable-char): Doc fixes.
6314 (default-input-method, input-method-verbose-flag)
6315 (input-method-highlight-flag): Remove * in defcustom's docstrings.
6316 (exit-language-environment-hook, set-default-coding-systems)
6317 (coding-system-change-eol-conversion, prefer-coding-system)
6318 (find-multibyte-characters, leim-list-entry-regexp)
6319 (set-input-method, input-method-exit-on-first-char, princ-list)
6320 (locale-language-names, locale-charset-language-names)
6321 (define-char-code-property): Fix typos in docstrings.
6322
6323 2008-02-01 Kenichi Handa <handa@m17n.org>
6324
6325 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6326 Fix for a new character code space (22-bit).
6327
6328 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6331
6332 2008-02-01 Kenichi Handa <handa@m17n.org>
6333
6334 * international/characters.el: Add more cases/syntaxes from Latin
6335 characters.
6336
6337 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6338
6339 * ps-def.el (installation-directory): Must be initialized when defining
6340 it in XEmacs.
6341 (coding-system-for-read): Eliminate duplicated definition.
6342
6343 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6344
6345 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6346
6347 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6348
6349 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6350 (ps-print-emacs-type): Eliminate variable.
6351 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6352 running ps-print package.
6353
6354 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6355 (ps-frame-parameter): Replace defun by defalias.
6356 (mark-active): Eliminate defvar.
6357
6358 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6359 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6360 (ps-jts-ps-setup): Replace macros by vector key definition.
6361
6362 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6363
6364 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6365 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6366 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6367 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6368 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6369 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6370 New command actions for EPS header and EPS footer.
6371
6372 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6373 footer. Fix some problems with one-or-more, zero-or-more and
6374 alternative constructions generation. Some implementation of log
6375 messages. Doc fix.
6376 (ebnf-version): New version 4.4.
6377 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6378 (ebnf-eps-footer, ebnf-log): New options.
6379 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6380 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6381 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6382 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6383 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6384 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6385 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6386 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6387 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6388 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6389 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6390 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6391 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6392 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6393 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6394 (ebnf-except-dimension, ebnf-alternative-dimension)
6395 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6396 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6397 Insert log message function.
6398 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6399 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6400 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6401 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6402 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6403 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6404 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6405 compatibility with Emacs 20 & 21.
6406 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6407 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6408 (ebnf-basic-empty-height): New variables.
6409 (ebnf-prologue): Fix PostScript code.
6410 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6411 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6412 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6413 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6414
6415 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6416
6417 * printing.el: Group together all XEmacs/Emacs definitions.
6418 (pr-version): New version 6.9.
6419 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6420 New functions.
6421 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6422 (pr-menu-bind): Fix code.
6423 (pr-e-frame-char-height, pr-e-frame-char-width)
6424 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6425 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6426 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6427 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6428 (pr-x-event-y-pixel): Eliminate aliases.
6429 (pr-xemacs-global-menubar): Move macro.
6430 (current-menubar, current-mouse-event, zmacs-region-stays)
6431 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6432 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6433 Move variables.
6434 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6435 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6436 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6437 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6438 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6439 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6440 Move functions.
6441
6442 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6443
6444 * ps-print.el: The ps-print commands without face printing should not
6445 print background color. Reported by Leo <sdl.web@gmail.com>.
6446 (ps-print-version): New version 7.2.2.
6447 (ps-begin-job): New arg. Fix ps-default-background and
6448 ps-default-foreground initialization.
6449 (ps-face-attributes): Fix doc string.
6450 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6451
6452 * printing.el: Fix ps-print link.
6453
6454 2008-02-01 Kenichi Handa <handa@m17n.org>
6455
6456 * international/mule-diag.el (list-character-sets-2): Don't print width.
6457
6458 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6459
6460 * ps-print.ps: Fix background height.
6461 (ps-print-version): New version 7.2.1.
6462
6463 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6464
6465 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6466 into separate files.
6467 (ps-print-version): New version 7.2.
6468 (ps-postscript-code-directory): Fix XEmacs initialization.
6469 (ps-generate-postscript-with-faces):
6470 Call ps-generate-postscript-with-faces1 (new function).
6471 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6472 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6473 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6474 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6475 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6476 Move functions to ps-def.el.
6477 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6478 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6479 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6480 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6481 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6482 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6483 Move functions to ps-samp.el.
6484
6485 * ps-bdf.el (installation-directory, coding-system-for-read):
6486 Move variables to ps-def.el.
6487
6488 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6489 (charset-bytes, charset-dimension, charset-id, charset-width)
6490 (find-charset-region, char-width, chars-in-region, forward-point)
6491 (decompose-composite-char, encode-coding-string, coding-system-p)
6492 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6493 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6494
6495 * ps-def.el: New file. XEmacs/Emacs definitions.
6496 (ps-generate-postscript-with-faces1): New function.
6497 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6498 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6499 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6500 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6501 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6502 Move functions from ps-print.el.
6503 (installation-directory, coding-system-for-read):
6504 Move variables from ps-bdf.el.
6505 (leading-code-private-22): Move variable from ps-mule.el.
6506 (charset-bytes, charset-dimension, charset-id, charset-width)
6507 (find-charset-region, char-width, chars-in-region, forward-point)
6508 (decompose-composite-char, encode-coding-string, coding-system-p)
6509 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6510 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6511
6512 * ps-samp.el: New file. Sample setup code.
6513 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6514 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6515 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6516 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6517 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6518 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6519 Move functions from ps-print.el.
6520
6521 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6522
6523 * ps-print.el: Handle frame parameters (background and/or foreground
6524 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6525 (ps-print-version): New version 7.1.
6526 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6527 (ps-frame-parameter): New function.
6528 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6529 Fix doc and customization.
6530 (ps-begin-job): Get frame parameters (background and/or foreground
6531 colors).
6532 (ps-do-despool): Ensure ps-printer-name has a valid value.
6533
6534 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6535
6536 * progmodes/ebnf-abn.el:
6537 * progmodes/ebnf-bnf.el:
6538 * progmodes/ebnf-dtd.el:
6539 * progmodes/ebnf-ebx.el:
6540 * progmodes/ebnf-iso.el:
6541 * progmodes/ebnf-otz.el:
6542 * progmodes/ebnf-yac.el:
6543 * progmodes/ebnf2ps.el:
6544 * delim-col.el:
6545 * printing.el:
6546 * ps-bdf.el:
6547 * ps-mule.el:
6548 * ps-print.el: Remove 'Time-stamp' comment mark.
6549
6550 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6551 'easy-menu-add-item' when called in Emacs 21 or higher.
6552
6553 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6554
6555 * ps-print.el : Fix doc.
6556 (ps-print-version): New version 7.0.
6557
6558 2008-02-01 Kenichi Handa <handa@m17n.org>
6559
6560 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6561 XMODIFIERS.
6562
6563 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6564
6565 * ps-print.el: Fix maintainer email. Eliminate function declaration
6566 that kept compatibility with older Emacs version.
6567 (ps-print-version): New version 6.7.
6568
6569 2008-02-01 Kenichi Handa <handa@m17n.org>
6570
6571 * international/quail.el (quail-get-translations):
6572 Make quail-current-key multibyte if not yet done.
6573
6574 2008-02-01 Zhang Wei <id.brep@gmail.com>
6575
6576 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6577 ("Chinese-GB18030"): Add sample-text and tutorial.
6578
6579 * international/fontset.el (font-encoding-alist)
6580 (setup-default-fontset): Add gb18030.
6581 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6582 (charset-script-alist): Add gbk and gb18030.
6583
6584 * international/characters.el: Put property
6585 preferred-coding-system on gbk and gb18030.
6586
6587 * international/mule-cmds.el (locale-language-names): Add an entry
6588 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6589
6590 * faces.el (face-font-registry-alternatives): Add gb18030.
6591
6592 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6593
6594 * ps-mule.el: Fix maintainer email.
6595
6596 2008-02-01 Kenichi Handa <handa@m17n.org>
6597
6598 * international/quail.el (quail-insert-kbd-layout): Check the
6599 length of (cdr translation).
6600 (quail-get-current-str): Check the length of (cdr def).
6601
6602 2008-02-01 Kenichi Handa <handa@m17n.org>
6603
6604 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6605
6606 2008-02-01 Kenichi Handa <handa@m17n.org>
6607
6608 * international/mule-cmds.el (ucs-insert): Re-implement.
6609
6610 2008-02-01 Kenichi Handa <handa@m17n.org>
6611
6612 * composite.el (terminal-composition-modification): New function.
6613 (terminal-composition-function): Create composition with the above
6614 modification function.
6615
6616 2008-02-01 Zhang Wei <id.brep@gmail.com>
6617
6618 * international/characters.el: Add more full-width characters in
6619 char-width-table.
6620
6621 2008-02-01 Kenichi Handa <handa@m17n.org>
6622
6623 * international/fontset.el (create-fontset-from-fontset-spec):
6624 Fix script name handling.
6625
6626 2008-02-01 Kenichi Handa <handa@m17n.org>
6627
6628 * composite.el (terminal-composition-function): New function.
6629 (terminal-composition-function-table): New variable.
6630 (auto-compose-chars): If running on a terminal, use
6631 terminal-composition-function-table.
6632
6633 * loadup.el: Load "composite" after "international/characters".
6634
6635 * international/characters.el: Delete codes for setting up charset
6636 property nospace-between-words. Fix setting up of
6637 char-width-table. Don't make ethiopic and tibetan double column.
6638
6639 * textmodes/fill.el (fill-find-break-point-function-table):
6640 Don't set it up in defvar.
6641 (fill-nospace-between-words-table): New variable.
6642 (fill-delete-newlines): Check fill-nospace-between-words-table
6643 instead of charset property nospcae-between-words.
6644
6645 2008-02-01 Kenichi Handa <handa@m17n.org>
6646
6647 * composite.el (global-auto-composition-mode): Make the initial
6648 value not depend on emacs-basic-display.
6649
6650 * textmodes/fill.el: Don't use charset property
6651 `fill-find-break-point-function'.
6652 (fill-find-break-point-function-table): New variable.
6653 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6654
6655 2008-02-01 Kenichi Handa <handa@m17n.org>
6656
6657 * international/mule.el (coding-system-list): Be sure to exclude
6658 subsidiary coding systems.
6659
6660 2008-02-01 Kenichi Handa <handa@m17n.org>
6661
6662 * composite.el (auto-composition-after-change)
6663 (toggle-auto-composition): Remove `auto-composed' property instead
6664 of setting it to nil.
6665
6666 2008-02-01 Kenichi Handa <handa@m17n.org>
6667
6668 * language/misc-lang.el (iso-8859-6): New coding system.
6669
6670 2008-02-01 Kenichi Handa <handa@m17n.org>
6671
6672 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6673 replace-regexp-in-string as replacement.
6674
6675 2008-02-01 Kenichi Handa <handa@m17n.org>
6676
6677 * international/fontset.el (otf-script-alist): Add byzm, math,
6678 musc, and nko.
6679
6680 * international/characters.el (script-list): Add nko,
6681 byzantine-musical-symbol, musical-symbol, and mathematical.
6682
6683 2008-02-01 Kenichi Handa <handa@m17n.org>
6684
6685 * composite.el (auto-compose-current-font): New variable.
6686 (auto-compose-chars): New arg FONT-OBJECT.
6687
6688 2008-02-01 Kenichi Handa <handa@m17n.org>
6689
6690 * international/characters.el: Modify category-table and
6691 script-table for new Ethiopic character range.
6692
6693 2008-02-01 Kenichi Handa <handa@m17n.org>
6694
6695 * international/mule-cmds.el (set-language-environment-fontset):
6696 Delete it.
6697
6698 2008-02-01 Kenichi Handa <handa@m17n.org>
6699
6700 * international/fontset.el (otf-script-alist): Set it.
6701
6702 2008-02-01 Kenichi Handa <handa@m17n.org>
6703
6704 * international/fontset.el (font-encoding-alist):
6705 Fix for "ethiopic-unicode".
6706
6707 2008-02-01 Kenichi Handa <handa@m17n.org>
6708
6709 * international/fontset.el (script-representative-chars):
6710 Add an entry for latin script.
6711
6712 2008-02-01 Kenichi Handa <handa@m17n.org>
6713
6714 * faces.el (font-weight-table): Treat regular and normal as the
6715 same as medium.
6716 (font-slant-table): Add (roman . 100).
6717
6718 2008-02-01 Kenichi Handa <handa@m17n.org>
6719
6720 These changes are for the new font handling codes.
6721
6722 * faces.el (font-weight-table, font-slant-table)
6723 (font-swidth-table): New customizable variables.
6724
6725 * international/fontset.el (font-encoding-alist): Add koi8-4.
6726 (script-representative-chars): Set the default value.
6727 (create-fontset-from-x-resource): Delete `message'.
6728
6729 2008-02-01 Kenichi Handa <handa@m17n.org>
6730
6731 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6732 Call set-buffer-multibyte with arg `to'.
6733
6734 2008-02-01 Kenichi Handa <handa@m17n.org>
6735
6736 * info.el (Info-fontify-node): Check if already fontified or not
6737 by next-single-property-change.
6738
6739 2008-02-01 Kenichi Handa <handa@m17n.org>
6740
6741 * international/mule.el (ctext-pre-write-conversion): Produce
6742 extra designation sequence for ASCII at the end off extended segment.
6743
6744 2008-02-01 Kenichi Handa <handa@m17n.org>
6745
6746 * international/mule.el (ctext-non-standard-encodings-table):
6747 Reverse the returning list.
6748 (ctext-pre-write-conversion): Fix encoding with extended segments.
6749
6750 * international/mule-conf.el (compound-text)
6751 (compound-text-with-extensions): Add long-form in :flags.
6752
6753 2008-02-01 Kenichi Handa <handa@m17n.org>
6754
6755 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6756 regexp for paring FONTSET-SPEC (allow spaces after `:').
6757
6758 2008-02-01 Kenichi Handa <handa@m17n.org>
6759
6760 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6761 for the case that a charset is specified as target.
6762
6763 2008-02-01 Kenichi Handa <handa@m17n.org>
6764
6765 * international/ccl.el (ccl-embed-string): Check string length.
6766 Set special flag for multibyte character sequence.
6767 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6768 str unibyte.
6769 (ccl-compile-write): If the character code doesn't fit in 22-bit
6770 (ccl-dump-write-const-string): Check special flag for multibyte
6771 character sequence.
6772
6773 2008-02-01 Kenichi Handa <handa@m17n.org>
6774
6775 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6776 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6777 ps-mule-eight-bit-char.
6778
6779 2008-02-01 Kenichi Handa <handa@m17n.org>
6780
6781 * language/chinese.el ("Chinese-BIG5"):
6782 Set ctext-non-standard-encodings property to "big5-0".
6783
6784 * international/mule.el (ctext-non-standard-encodings):
6785 Initialize to nil.
6786 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6787 entry for "big5-0".
6788 (ctext-non-standard-encodings-table): Return a list instead of
6789 char-table.
6790 (ctext-pre-write-conversion): Adjust for the above change.
6791
6792 2008-02-01 Zhang Wei <id.brep@gmail.com>
6793
6794 * international/mule.el (ctext-non-standard-encodings-alist):
6795 Add an entry for gbk-0.
6796 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6797 a row 8-bit.
6798
6799 * language/chinese.el ("Chinese-GBK"):
6800 Set ctext-non-standard-encodings property to "gbk-0".
6801 Add sample-text property.
6802
6803 2008-02-01 Kenichi Handa <handa@m17n.org>
6804
6805 * international/kkc.el (kkc-region): Use
6806 this-single-command-raw-keys on pushing back an unhandled key sequence.
6807
6808 2008-02-01 Kenichi Handa <handa@m17n.org>
6809
6810 * international/encoded-kb.el (encoded-kbd-mode):
6811 Check saved-input-mode on turning off Encoded Kbd mode.
6812
6813 * composite.el (auto-composition-after-change): Use save-buffer-state.
6814 (turn-on-auto-composition-if-enabled): Don't turn on
6815 auto-composition-mode in a unibyte buffer.
6816
6817 2008-02-01 Kenichi Handa <handa@m17n.org>
6818
6819 * startup.el (command-line): Use custom-reevaluate-setting for
6820 global-auto-composition-mode.
6821
6822 * composite.el (auto-composition-function): Make it buffer local.
6823 (auto-composition-mode): New minor mode.
6824 (turn-on-auto-composition-if-enabled): New function.
6825 (global-auto-composition-mode): New global minor mode.
6826
6827 2008-02-01 Kenichi Handa <handa@m17n.org>
6828
6829 * descr-text.el (describe-char): Use insert-text-button instead of
6830 widget-create for "customize what to show" button.
6831
6832 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6833
6834 * language/ethiopic.el: Fix copyright.
6835 (composition-function-table): Support a new character in Unicode 4.1.
6836
6837 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6838 (ethio-tex-to-fidel-buffer, ethio-composition-function)
6839 ("ethiopic-tex"): Support new characters in Unicode 4.1.
6840
6841 2008-02-01 Kenichi Handa <handa@m17n.org>
6842
6843 * international/characters.el: Register characters in
6844 auto-fill-chars. Put nospace-between-words to more charsets.
6845
6846 2008-02-01 Zhang Wei <id.brep@gmail.com>
6847
6848 * international/mule-cmds.el (locale-language-names): Add entries
6849 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6850 (locale-preferred-coding-systems): Fix entries for Chinese locales.
6851
6852 2008-02-01 Kenichi Handa <handa@etlken>
6853
6854 * international/utf-7.el: Delete the definition of utf-7.
6855 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6856 Add autoload cookies.
6857
6858 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6859
6860 * term/mac-win.el: Delete the code to create a fontset from the X
6861 resource "Font".
6862
6863 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6864
6865 * international/robin.el (robin-define-package): Be sure to call
6866 put-char-code-property.
6867
6868 2008-02-01 Kenichi Handa <handa@m17n.org>
6869
6870 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6871 property to 1.
6872
6873 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6874 property to t.
6875
6876 * international/mule.el (coding-system-get):
6877 Check `ascii-incompatible' for backward compatiblity.
6878 (set-file-name-coding-system): Signal an error for a coding system
6879 not suitable for file name.
6880 (set-keyboard-coding-system): Signal an error for a coding system
6881 not suitable for keyboard.
6882
6883 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6884 Set :suitable-for-keyboard property to 1.
6885
6886 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6887 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6888
6889 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6890 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6891
6892 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6893
6894 * international/robin.el (robin-define-package): Delete redundant code.
6895 (robin-add-rule): Allow N-1 reverse conversion.
6896
6897 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6898
6899 * international/robin.el (robin-define-package): Make the
6900 expanded form shorter.
6901
6902 2008-02-01 Zhang Wei <id.brep@gmail.com>
6903
6904 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6905 chiense-iso-8bit.
6906
6907 2008-02-01 Kenichi Handa <handa@m17n.org>
6908
6909 * loadup.el: If we are byte-compiling unidata-gen.el or running
6910 unidata-ge-files, set purify-flag to nil.
6911
6912 2008-02-01 Kenichi Handa <handa@m17n.org>
6913
6914 * loadup.el: Load international/charprop.el with NOERROR t.
6915
6916 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6917
6918 2008-02-01 Kenichi Handa <handa@m17n.org>
6919
6920 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6921 New charsets and coding systems.
6922 (mac-symbol, mac-dingbats): New charsets.
6923
6924 2008-02-01 Kenichi Handa <handa@m17n.org>
6925
6926 * international/characters.el: Set syntax of NBSP to punctuation.
6927
6928 2008-02-01 Kenichi Handa <handa@m17n.org>
6929
6930 * international/mule-cmds.el: Don't require wid-edit.
6931
6932 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6933
6934 * international/robin.el: New file.
6935
6936 * language/ethiopic.el: Change encoding to utf-8-emacs.
6937 Register ethio-composition-function in composition-function-table.
6938 ("Ethiopic"): Change coding-systems to utf-8-emacs.
6939
6940 * language/ethio-util.el: Change encoding to utf-8-emacs.
6941 Rewrite all transliteration functions to use robin.el.
6942 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6943 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6944 (ethio-prefer-ascii-punctuation): Delete variables.
6945 (ethio-char-to-ethiocode, ethio-convert-digit)
6946 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6947 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6948 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6949 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6950 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6951 (ethio-adjust-robin, ethio-composition-function)
6952 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6953 (ethio-sera-to-fidel-region-ethio)
6954 (ethio-sera-to-fidel-region-noethio)
6955 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6956 New functions.
6957
6958 2008-02-01 Miles Bader <miles@gnu.org>
6959
6960 * international/mule.el (auto-coding-regexp-alist)
6961 (ctext-pre-write-conversion): Replace embedded control characters
6962 with octal escapes; this prevents diff from thinking the file is binary.
6963
6964 2008-02-01 Miles Bader <miles@gnu.org>
6965
6966 * descr-text.el (describe-char-unidata-list):
6967 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6968 (byte-compile-insert-header):
6969 * international/mule.el (charset-list, set-coding-priority)
6970 (ignore-relative-composition):
6971 * international/mule-util.el (detect-coding-with-priority):
6972 * international/mule-diag.el:
6973 * international/mule-cmds.el (language-info-custom-alist):
6974 * international/codepage.el (codepage-setup):
6975 Replace references to Emacs version "22" with "23".
6976
6977 2008-02-01 Kenichi Handa <handa@m17n.org>
6978
6979 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6980
6981 * international/fontset.el (font-encoding-alist): Add an entry for
6982 microsoft-cp1251.
6983 (setup-default-fontset): Add entries for microsoft-cp1251 and
6984 koi8-r for cyrillic.
6985
6986 * international/mule-cmds.el (char-code-property-alist): New variable.
6987 (define-char-code-property): New function.
6988 (get-char-code-property, put-char-code-property): Handle a
6989 char-table registerd in char-code-property-alist.
6990 (set-language-environment): Check :ascii-compatible-p property of
6991 nonascii charset instead of its dimension.
6992
6993 * international/uni-bidi.el, international/uni-category.el:
6994 * international/uni-combining.el, international/uni-comment.el:
6995 * international/uni-decimal.el, international/uni-decomposition.el:
6996 * international/uni-digit.el, international/uni-lowercase.el:
6997 * international/uni-mirrored.el, international/uni-name.el:
6998 * international/uni-numeric.el, international/uni-old-name.el:
6999 * international/uni-titlecase.el, international/uni-uppercase.el:
7000 * international/charprop.el: New files automatically generated by
7001 admin/unidata/Makefile.
7002
7003 * loadup.el: Load internationnal/charprop.el.
7004
7005 * descr-text.el (describe-char-unidata-list): New variable.
7006 (describe-char-unicode-data): Use char-code-property-description.
7007 (describe-char): Add lines for describing Unicode-based character
7008 properties.
7009
7010 2008-02-01 Kenichi Handa <handa@m17n.org>
7011
7012 * textmodes/ispell.el: These changes are to fix the code merged
7013 from trunk for the change on 2008-02-01.
7014 (ispell-unified-chars-table): Delete it.
7015 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7016
7017 2008-02-01 Kenichi Handa <handa@m17n.org>
7018
7019 * international/mule-util.el (char-displayable-p): Check
7020 :charset-list property of CODING.
7021
7022 2008-02-01 Kenichi Handa <handa@m17n.org>
7023
7024 * international/mule-cmds.el (select-safe-coding-system-interactively):
7025 Change 'mime-charset to :mime-charset.
7026 (select-safe-coding-system): Use above.
7027 (set-language-environment): Delete unnecessary code for handling
7028 overriding-fontspec.
7029
7030 2008-02-01 Kenichi Handa <handa@m17n.org>
7031
7032 * international/mule-conf.el: New coding system aliases unix, dos,
7033 and mac.
7034
7035 2008-02-01 Kenichi Handa <handa@m17n.org>
7036
7037 * international/titdic-cnv.el (tit-process-header): Fix embedded
7038 coding tag.
7039 (titdic-convert): Bind coding-system-for-write to the coding
7040 system specfied in the map file. Remove `charset' property after
7041 decoding.
7042 (miscdic-convert): Bind coding-system-for-write to the coding
7043 system specfied for the map file. Fix LANGUAGE arg to
7044 quail-define-package.
7045 (batch-miscdic-convert): Check if a file is directory or not.
7046
7047 2008-02-01 Kenichi Handa <handa@m17n.org>
7048
7049 * international/mule.el (coding-system-equal): Move from mule-util.el.
7050
7051 * international/mule-util.el (coding-system-equal): Move to mule.el.
7052
7053 2008-02-01 Kenichi Handa <handa@m17n.org>
7054
7055 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7056 New function.
7057 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7058 Support multibyte charsets.
7059
7060 2008-02-01 Kenichi Handa <handa@m17n.org>
7061
7062 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7063 to eight-bit chars.
7064
7065 * international/mule-conf.el: Don't define coding system
7066 `undecided' here.
7067
7068 2008-02-01 Kenichi Handa <handa@m17n.org>
7069
7070 * international/mule-cmds.el (locale-language-names): Fix for
7071 gb18030 and gdk.
7072
7073 2008-02-01 Kenichi Handa <handa@m17n.org>
7074
7075 * international/fontset.el (font-encoding-alist): Add gbk.
7076 (charset-script-alist): Add chinese-gbk.
7077
7078 2008-02-01 Kenichi Handa <handa@m17n.org>
7079
7080 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7081
7082 2008-02-01 Kenichi Handa <handa@m17n.org>
7083
7084 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7085
7086 2008-02-01 Kenichi Handa <handa@m17n.org>
7087
7088 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7089 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7090 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7091
7092 2008-02-01 Kenichi Handa <handa@m17n.org>
7093
7094 * descr-text.el (describe-char): Fix for the case CODE is a cons
7095 of integers.
7096
7097 2008-02-01 Steven Tamm <steventamm@mac.com>
7098
7099 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7100 (mac-standard-fontset-spec): Create.
7101
7102 2008-02-01 Kenichi Handa <handa@m17n.org>
7103
7104 * international/mule-diag.el (unicode-data):
7105 Call find-file-noselect with NOWARN t.
7106
7107 2008-02-01 Kenichi Handa <handa@m17n.org>
7108
7109 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7110
7111 2008-02-01 Kenichi Handa <handa@m17n.org>
7112
7113 * international/characters.el: Give more CJK characters the
7114 category `|'.
7115
7116 * descr-text.el (describe-char): Make it work on *Help* buffer.
7117 Suppress auto-composition on a region describing about composition.
7118
7119 * language/european.el (diacritic-compose-region)
7120 (diacritic-compose-string, diacritic-composition-function):
7121 Compose diacritical marks only with a character whose syntax is
7122 word constituent.
7123 (diacritic-post-read-conversion): Delete it.
7124
7125 2008-02-01 Kenichi Handa <handa@m17n.org>
7126
7127 * composite.el (auto-compose-chars): Execute the main code in
7128 condition-case.
7129
7130 2008-02-01 Kenichi Handa <handa@m17n.org>
7131
7132 * international/fontset.el (x-complement-fontset-spec):
7133 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7134
7135 2008-02-01 Kenichi Handa <handa@m17n.org>
7136
7137 * international/characters.el (next-word-boundary-kana):
7138 Handle half-width kana.
7139
7140 2008-02-01 Kenichi Handa <handa@m17n.org>
7141
7142 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7143
7144 2008-02-01 Kenichi Handa <handa@m17n.org>
7145
7146 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7147
7148 * mail/rmail.el (rmail-decode-babyl-format):
7149 Use with-coding-priority instead of detect-coding-with-priority.
7150
7151 2008-02-01 Kenichi Handa <handa@m17n.org>
7152
7153 * international/mule.el (make-translation-table)
7154 (make-translation-table-from-vector): Set the second extra slot of
7155 the char table to 1.
7156 (make-translation-table-from-alist): Fix handling of multiple entries.
7157
7158 2008-02-01 Kenichi Handa <handa@m17n.org>
7159
7160 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7161 New translation tables.
7162
7163 * international/mule.el (make-translation-table-from-alist):
7164 New function.
7165
7166 2008-02-01 Kenichi Handa <handa@m17n.org>
7167
7168 * international/mule.el (translate-region): Re-implement it here.
7169 Make it interactive.
7170
7171 2008-02-01 Kenichi Handa <handa@m17n.org>
7172
7173 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7174
7175 2008-02-01 Kenichi Handa <handa@m17n.org>
7176
7177 * international/mule-conf.el (chinese-cns11643-15): New charset.
7178
7179 2008-02-01 Kenichi Handa <handa@m17n.org>
7180
7181 * international/fontset.el (font-encoding-alist): Add entries for
7182 variations of cns11643 fonts.
7183 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7184
7185 2008-02-01 Kenichi Handa <handa@m17n.org>
7186
7187 * international/mule-diag.el (list-charset-chars): Put charset
7188 text property.
7189
7190 * international/fontset.el (setup-default-fontset): Delete the
7191 entry for symbol script, add JISX0213 to kana script, specify
7192 fallback fonts.
7193
7194 2008-02-01 Kenichi Handa <handa@m17n.org>
7195
7196 * international/fontset.el (setup-default-fontset)
7197 (font-encoding-alist): Register "JISX0213.2004-1".
7198
7199 * international/mule-diag.el (list-character-sets): Fix the first
7200 line message.
7201 (sort-listed-character-sets): Adjust for the change of
7202 list-characters-sets-1.
7203 (list-character-sets-1): List supplementary character sets in a
7204 different section.
7205 (list-charset-chars): Validate charset at early stage.
7206
7207 * international/characters.el: Fix `han' script range.
7208
7209 * international/mule-conf.el (japanese-jisx0213.2004-1):
7210 Specify :code-space.
7211 (cp932-2-byte): Fix :code-space.
7212 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7213
7214 2008-02-01 Kenichi Handa <handa@m17n.org>
7215
7216 * international/mule-conf.el (japanese-jisx0213.2004-1):
7217 Specify :dimension 2.
7218
7219 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7220 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7221 New coding systems.
7222 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7223 aliases.
7224 ("Japanese"): Add new charsets and coding systems.
7225
7226 2008-02-01 Kenichi Handa <handa@m17n.org>
7227
7228 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7229 Rename from japanese-ucs-cp932-map.
7230 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7231 (japanese-ucs-glibc-map): Delete this translation table.
7232 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7233 New translation tables.
7234
7235 2008-02-01 Kenichi Handa <handa@m17n.org>
7236
7237 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7238
7239 2008-02-01 Kenichi Handa <handa@m17n.org>
7240
7241 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7242
7243 2008-02-01 Kenichi Handa <handa@m17n.org>
7244
7245 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7246 tables japanese-ucs-*-map.
7247
7248 2008-02-01 Kenichi Handa <handa@m17n.org>
7249
7250 * international/eucjp-ms.el: New file (automatically generated by
7251 admin/charsets/Makefile).
7252
7253 * international/cp51932.el: New file (automatically generated by
7254 admin/charsets/Makefile).
7255
7256 * language/japanese.el: Load cp51932 and eucjp-ms.
7257 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7258 (japanese-ucs-glibc-map): New translation tables.
7259 (eucjp-ms): New coding system.
7260
7261 * international/mule.el (coding-system-put): Delete it.
7262 It's implemented in C now.
7263
7264 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7265 (japanese-jisx0213-a): New supplementary charset.
7266 (japanese-jisx0213.2004-1): New charset.
7267
7268 2008-02-01 Kenichi Handa <handa@m17n.org>
7269
7270 * language/japanese.el (japanese-cp932): New coding system.
7271 (cp932): New alias of it.
7272
7273 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7274 (cp932): New charsets.
7275
7276 * international/mule.el (define-charset): If :code-space is not
7277 given, generate it from :dimension.
7278
7279 2008-02-01 Kenichi Handa <handa@m17n.org>
7280
7281 * composite.el (reference-point-alist): Doc fix.
7282 (encode-composition-rule, decode-composition-rule):
7283 Handle a rule (GREF NREF XOFF YOFF).
7284
7285 2008-02-01 Kenichi Handa <handa@m17n.org>
7286
7287 * language/european.el (diacritic-composition-function): Fix for
7288 the case that POS is at the head. Allow combining with more characters.
7289
7290 2008-02-01 Kenichi Handa <handa@m17n.org>
7291
7292 * descr-text.el (describe-char): Check `charset' property.
7293 Show the code point in the charset in hexadigits.
7294
7295 * international/mule-diag.el (stretches-for-character-list):
7296 Delete it.
7297 (list-block-of-chars): Use tabs instead of `display' property for
7298 aligning characters.
7299 (print-fontset-element): Fix the printing of XLFD.
7300
7301 2008-02-01 Kenichi Handa <handa@m17n.org>
7302
7303 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7304 New function.
7305 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7306 handling utf-8.
7307
7308 2008-02-01 Kenichi Handa <handa@m17n.org>
7309
7310 * faces.el (read-face-font): Include fontsets in the completion list.
7311
7312 * international/mule-cmds.el (set-locale-environment):
7313 Insert locale-translation-file-name in a unibyte buffer.
7314
7315 * international/characters.el: Fix setting of category `|'.
7316
7317 2008-02-01 Kenichi Handa <handa@m17n.org>
7318
7319 * language/chinese.el (chinese-gb18030): Fix :charset-list.
7320
7321 2008-02-01 Kenichi Handa <handa@m17n.org>
7322
7323 * international/mule-cmds.el (select-safe-coding-system): Fix for
7324 the case that the first element of default-coding-system is t.
7325 Fix a message when some coding systems are rejected.
7326
7327 2008-02-01 Kenichi Handa <handa@m17n.org>
7328
7329 * international/mule-cmds.el (set-language-environment): Put
7330 higher priority to charsets listed in `charset' property of the
7331 language environment.
7332
7333 2008-02-01 Kenichi Handa <handa@m17n.org>
7334
7335 * composite.el (auto-compose-chars): Don't do unnecessary
7336 save-exclusion and save-restriction.
7337
7338 2008-02-01 Kenichi Handa <handa@m17n.org>
7339
7340 * international/mule-conf.el (ctext-no-compositions):
7341 Remove garbage arguments.
7342
7343 * international/mule.el (make-coding-system): Fix generation of
7344 properties.
7345
7346 * international/fontset.el (setup-default-fontset): Specify fonts
7347 for `symbol' script.
7348
7349 * international/characters.el (script-list): Include `currency'
7350 in `symbol'.
7351
7352 2008-02-01 Alex Schroeder <alex@gnu.org>
7353
7354 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7355 8601 format (a capital T between the date and the time).
7356
7357 2008-02-01 Kenichi Handa <handa@m17n.org>
7358
7359 * international/mule.el (private-char-area-1-min)
7360 (private-char-area-1-max, private-char-area-2-min)
7361 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7362 (convert-define-charset-argument): New function.
7363 (define-charset): Handle the old calling style.
7364 Update emacs-mule-charset-table.
7365 (make-char-internal): New function.
7366
7367 2008-02-01 Jason Rumney <jasonr@gnu.org>
7368
7369 * w32-charset-info-alist: Define iso10646-1 always.
7370
7371 2008-02-01 Kenichi Handa <handa@m17n.org>
7372
7373 * composite.el (compose-region): Doc fix (delete duplicated line).
7374
7375 2008-02-01 Kenichi Handa <handa@m17n.org>
7376
7377 * international/characters.el: Fix syntax for Ethiopic.
7378
7379 2008-02-01 Jason Rumney <jasonr@gnu.org>
7380
7381 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7382
7383 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7384 Add international/latin1-disp.el.
7385 (LC_ALL): Define as C.
7386
7387 2008-02-01 Jason Rumney <jasonr@gnu.org>
7388
7389 * term/w32-win.el: Don't set fontsets to use sjis.
7390
7391 2008-02-01 Kenichi Handa <handa@m17n.org>
7392
7393 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7394 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7395
7396 2008-02-01 Kenichi Handa <handa@m17n.org>
7397
7398 * composite.el (auto-composition-chunk-size): Delete variable.
7399 (auto-compose-chars): Always stop after processing a newline.
7400
7401 2008-02-01 Kenichi Handa <handa@m17n.org>
7402
7403 * international/mule.el (define-coding-system): Fix attribute
7404 name :for-unibyte.
7405
7406 2008-02-01 Kenichi Handa <handa@m17n.org>
7407
7408 * ps-bdf.el: Largely re-write.
7409
7410 * ps-mule.el: Largely re-write.
7411
7412 * ps-print.el (ps-generate-string-list): Delete function.
7413 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7414 (ps-header-footer-string): Delete function.
7415 (ps-encode-header-string-function): New variable.
7416 (ps-generate-header-line): Call ps-encode-header-string-function.
7417 (ps-basic-plot-string-function): New variable
7418 (ps-begin-job): Set ps-basic-plot-string-function and
7419 ps-encode-header-string-function. For setting up headers and
7420 footers, don't use caches such as ps-rh-cache. Don't call
7421 ps-mule-begin-page.
7422 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7423 Don't call ps-mule-prepare-ascii-font.
7424 (ps-plot-region): Don't pay attention to composition and
7425 non-ASCII characters.
7426 (ps-generate): Call ps-mule-end-job.
7427 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7428 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7429 (ps-mule-end-job): Declare autoload.
7430
7431 * composite.el (auto-compose-region): New function.
7432
7433 2008-02-01 Dave Love <fx@gnu.org>
7434
7435 * international/mule-util.el
7436 (detect-coding-with-language-environment): Doc fix.
7437
7438 * composite.el: Doc fixes.
7439 (auto-compose-chars): Use functionp, not fboundp.
7440
7441 * international/mule-diag.el (list-charset-chars): Set buffer file
7442 coding system.
7443
7444 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7445 cookie. Doc fix.
7446
7447 2008-02-01 Dave Love <fx@gnu.org>
7448
7449 * international/mule-diag.el (list-charset-chars): Set buffer file
7450 coding system.
7451
7452 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7453 cookie. Doc fix.
7454
7455 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7456 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7457 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7458 * eshell/esh-opt.el (eshell-process-option):
7459 * emulation/keypad.el (keypad-setup):
7460 * emacs-lisp/lisp-mode.el (prin1-char):
7461 * emacs-lisp/generic.el (generic-mode-set-comments):
7462 * edmacro.el (edmacro-parse-keys):
7463 * disp-table.el (standard-display-default): Use characterp.
7464
7465 2008-02-01 Kenichi Handa <handa@m17n.org>
7466
7467 * international/mule-conf.el (utf-16-be): Make it an alias of
7468 utf-16be-with-signature.
7469 (utf-16-le): Make it an alias of utf-16le-with-signature.
7470 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7471 coding system aliases.
7472
7473 * international/utf-7.el (utf-7-decode, utf-7-encode):
7474 Use utf-16be, not utf-16-be.
7475
7476 2008-02-01 Kenichi Handa <handa@m17n.org>
7477
7478 * international/mule.el (coding-system-category): New function.
7479 (set-coding-priority): Re-write.
7480 (make-translation-table): Re-write.
7481
7482 * international/mule-cmds.el (universal-coding-system-argument):
7483 Check the coding system type `undecided', not `t'.
7484 (sort-coding-systems): Fix for iso-2022 coding systems.
7485 (find-multibyte-characters): Fix for eight-bit chars.
7486 (set-language-environment): Set charset priorities according to
7487 the charsets supported by the coding systems of higher priorities.
7488
7489 2008-02-01 Kenichi Handa <handa@m17n.org>
7490
7491 * font-lock.el
7492 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7493 Check (match-end 2) before going there.
7494
7495 2008-02-01 Kenichi Handa <handa@m17n.org>
7496
7497 * international/mule.el (ctext-non-standard-designations-alist):
7498 Exclude entries for iso8859-1[03456]. Fix docstring.
7499 (ctext-pre-write-conversion): Make it work for the case that FROM
7500 is a string. Don't do unnecessary save-restriction and
7501 narrow-to-region.
7502
7503 2008-02-01 Kenichi Handa <handa@m17n.org>
7504
7505 * international/mule.el (ctext-non-standard-encodings-alist):
7506 Rename from non-standard-icccm-encodings-alist.
7507 (ctext-non-standard-encodings-regexp): New variable
7508 (ctext-post-read-conversion): Full rewrite.
7509 (ctext-non-standard-designations-alist): Rename from
7510 non-standard-designations-alist.
7511 (ctext-pre-write-conversion): Full rewrite.
7512 (define-coding-system): Doc fix (escape '"' by '\').
7513
7514 2008-02-01 Dave Love <fx@gnu.org>
7515
7516 * international/mule-conf.el (utf-16le, utf-16be-16be)
7517 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7518 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7519 `-16-{b,l}e-' and define aliases for the old names.
7520
7521 * international/mule.el (define-coding-system): Doc fix.
7522
7523 2008-02-01 Dave Love <fx@gnu.org>
7524
7525 * international/utf-7.el: New file.
7526
7527 * international/mule-conf.el (utf-7): New.
7528
7529 2008-02-01 Kenichi Handa <handa@m17n.org>
7530
7531 * international/mule-conf.el (utf-16): Add :endian 'big.
7532
7533 * international/mule.el (define-coding-system): Fix docstring
7534 about :bom and :endian.
7535
7536 2008-02-01 Dave Love <fx@gnu.org>
7537
7538 * international/mule-diag.el (describe-character-set):
7539 Fix printing dimensions. Use `×', not `x'.
7540
7541 2008-02-01 Kenichi Handa <handa@m17n.org>
7542
7543 * international/fontset.el: Register CDAC fonts in
7544 face-font-rescale-alist instead of face-resizing-fonts.
7545
7546 2008-02-01 Kenichi Handa <handa@m17n.org>
7547
7548 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7549 (utf-16-be): Rename from utf-16-be-nosig.
7550 (utf-16-le-with-signature): Rename from utf-16-le.
7551 (utf-16-be-with-signature): Rename from utf-16-be.
7552 (utf-16): Set :bom to (utf-16-le-with-signature .
7553 utf-16-be-with-signature).
7554
7555 2008-02-01 Dave Love <fx@gnu.org>
7556
7557 * language/georgian.el (georgian-ps, georgian-academy): New coding
7558 system.
7559
7560 * language/chinese.el (chinese-big5-hkscs): New coding system.
7561 (big5-hkscs, cn-big5-hkscs): New aliases.
7562
7563 * international/mule-conf.el (big5-hkscs, georgian-academy):
7564 New charset.
7565 (ibm1047): Doc fix.
7566 (pt154): Add mime-charset.
7567 (ptcp154, cp154): New aliases.
7568
7569 2008-02-01 Dave Love <fx@gnu.org>
7570
7571 * international/mule.el (charset-iso-final-char, define-coding-system):
7572 Doc fix.
7573
7574 2008-02-01 Kenichi Handa <handa@m17n.org>
7575
7576 * international/ccl.el (define-ccl-program): Fset charset-id
7577 to charset-id-internal temporarily.
7578
7579 2008-02-01 Kenichi Handa <handa@m17n.org>
7580
7581 * international/mule-diag.el (list-block-of-chars):
7582 Use decode-char instead of make-char.
7583
7584 2008-02-01 Kenichi Handa <handa@m17n.org>
7585
7586 * international/fontset.el: Enable the default fontset to use
7587 unicode fonts for ASCII characters.
7588 (x-decompose-font-name): Don't try to resolve PATTERN by
7589 x-resolve-font-name.
7590 (x-complement-fontset-spec): Never prepend an ASCII font.
7591 (create-fontset-from-fontset-spec): If a fontset of the same name
7592 already exists, override it instead of signalling an error. Don't
7593 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7594
7595 * international/mule-conf.el (unicode-bmp): Delete duplicated
7596 definition. Give it :code-offset 0.
7597
7598 * international/mule-diag.el (print-fontset-element): New function.
7599 (print-fontset): Use print-fontset-element to print the elements
7600 of a fontset. Use it also to print fonts fallen back to the
7601 default fontsets.
7602
7603 * term/x-win.el: Delete the code to create a fontset from the X
7604 resource "Font".
7605
7606 2008-02-01 Kenichi Handa <handa@m17n.org>
7607
7608 * international/mule-diag.el (print-fontset): Insert proper
7609 newline and indentation spaces.
7610
7611 2008-02-01 Dave Love <fx@gnu.org>
7612
7613 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7614 multibyte-char-to-unibyte.
7615
7616 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7617
7618 * international/mule-cmds.el (find-coding-systems-for-charsets):
7619 Use coding-system-type, coding-system-charset-list.
7620 (standard-keyboard-coding-systems): Delete.
7621 (set-locale-environment): Maybe set keyboard coding system.
7622 Avoid typical warning about codeset in C locale.
7623
7624 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7625
7626 * international/fontset.el (x-complement-fontset-spec): If a
7627 fontname doesn't conform to XLFD format, try to get XLFD name by
7628 x-list-fonts.
7629
7630 2008-02-01 Dave Love <fx@gnu.org>
7631
7632 * international/mule-conf.el (mik, pt154): New charsets.
7633
7634 * language/cyrillic.el (mik, pt154): New coding systems.
7635
7636 2008-02-01 Dave Love <fx@gnu.org>
7637
7638 * international/characters.el: Move parts around so that syntax
7639 definitions aren't overwritten wrongly.
7640
7641 * international/mule-diag.el (unicode-data): Fix treatment of
7642 numeric-value fields.
7643
7644 2008-02-01 Dave Love <fx@gnu.org>
7645
7646 * progmodes/cap-words.el: New file.
7647
7648 2008-02-01 Kenichi Handa <handa@m17n.org>
7649
7650 The following changes are to make character composition happen
7651 automatically on displaying.
7652
7653 * composite.el: Remove all autoload cookies.
7654 (composition-function-table): Move variable declaration from
7655 composite.c. Change format.
7656 (save-buffer-state): Copy from font-lock.el.
7657 (auto-composition-chunk-size): New variable.
7658 (auto-compose-chars): New function. Set
7659 auto-composition-function to it.
7660 (toggle-auto-composition): New function.
7661
7662 * international/characters.el: Make all chararacters in the
7663 charset tibetan to tibetan script.
7664
7665 * international/mule-conf.el (tibetan): Fix :code-space property.
7666 (tibetan-1-column): Delete :superset property, add :code-offset
7667 property.
7668
7669 * international/quail.el (quail-input-string-to-events): Don't
7670 generate compose-chars-after events.
7671
7672 * language/devanagari.el: Register devanagari-composable-function
7673 in composition-function-table for Devanagari characters.
7674
7675 * language/devan-util.el: Register devanagari-composable-pattern
7676 in indian-composable-pattern.
7677 (devanagari-composition-function): Add autoload cookie. Change
7678 arguments to conform to composition-function-table.
7679
7680 * language/european.el: Register combining characters in
7681 composition-function-table.
7682 (diacritic-composition-function): Change arguments to conform to
7683 composition-function-table.
7684
7685 * language/indian.el (indian-composable-pattern): New variable.
7686
7687 * language/ind-util.el (indian-compose-region): Don't call
7688 compose-chars-after, instead call a function registered in
7689 composition-function-table.
7690
7691 * language/lao.el: Register lao-composition-function in
7692 composition-function-table for Lao vowels and tones.
7693 (lao): Don't use lao-post-read-conversion.
7694
7695 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7696 (lao-composition-function): Change arguments to conform to
7697 composition-function-table.
7698
7699 * language/thai.el: Register thai-composition-function in
7700 composition-function-table for Thai vowels and tones.
7701 (thai-tis620): Don't use thai-post-read-conversion.
7702
7703 * language/thai-util.el (thai-post-read-conversion): Delete function.
7704 (thai-composition-function): Change arguments to conform to
7705 composition-function-table.
7706
7707 * language/tibetan.el: Register tibetan-composition-function in
7708 composition-function-table for Tibetan characters.
7709
7710 * language/tibet-util.el (tibetan-composition-function):
7711 Change arguments to conform to composition-function-table.
7712
7713 * loadup.el: Load composite.
7714
7715 2008-02-01 Dave Love <fx@gnu.org>
7716
7717 * international/mule-diag.el (unicode-data): Find unicodedata-file
7718 literally.
7719
7720 2008-02-01 Dave Love <fx@gnu.org>
7721
7722 * international/fontset.el: Doc fixes.
7723 ("fontset-default"): Add iso8859-15.
7724
7725 2008-02-01 Kenichi Handa <handa@m17n.org>
7726
7727 * international/fontset.el ("fontset-default"): Add an entry for
7728 `indian-is13194' charset.
7729
7730 * international/mule-conf.el (indian-is13194): Delete :unify-map
7731 property. Don't unify this charset.
7732 (indian-2-column): Delete :superset property, add :code-offset property.
7733
7734 * language/devan-util.el: Delete the superfluous autoload cookie
7735 near the head of the file.
7736 (devanagari-compose-region): Add autoload cookie.
7737
7738 * language/ind-util.el (indian-2-column-to-ucs-region):
7739 Add autoload cookie.
7740
7741 2008-02-01 Kenichi Handa <handa@m17n.org>
7742
7743 * international/fontset.el ("fontset-default"): Add an entry for
7744 `devanagari' script and `malayalam-glyph' charset.
7745 (face-resizing-fonts): Register CDAC fonts.
7746
7747 * international/mule-conf.el (malayalam-glyph): New charset.
7748
7749 2008-02-01 Dave Love <fx@gnu.org>
7750
7751 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7752
7753 2008-02-01 Dave Love <fx@gnu.org>
7754
7755 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7756
7757 * term/x-win.el: Remove some ancient compatibility code. Populate
7758 x-keysym-table.
7759
7760 * international/mule-cmds.el (wid-edit): Require when compiling.
7761 (set-locale-environment): Check locale against coding system
7762 aliases too.
7763
7764 2008-02-01 Kenichi Handa <handa@m17n.org>
7765
7766 * language/indian.el (in-is13194-devanagari):
7767 Fix :post-read-conversion and :pre-write-conversion.
7768
7769 2008-02-01 Dave Love <fx@gnu.org>
7770
7771 * international/mule-cmds.el (charset): Supply doc, :tag.
7772
7773 2008-02-01 Kenichi Handa <handa@m17n.org>
7774
7775 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7776 return a unibyte string.
7777
7778 2008-02-01 Kenichi Handa <handa@m17n.org>
7779
7780 * international/mule-cmds.el (set-locale-environment):
7781 Delete superfluous ')'s at the tail.
7782
7783 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7784
7785 * international/mule.el (define-coding-system): Fix typo;
7786 "docode" -> "decode".
7787
7788 2008-02-01 Dave Love <fx@gnu.org>
7789
7790 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7791 Add string-make-unibyte string-make-multibyte string-to-multibyte
7792 string-as-multibyte string-as-unibyte.
7793
7794 2008-02-01 Dave Love <fx@gnu.org>
7795
7796 * language/english.el (ibm1047, cp1047): New.
7797
7798 * international/mule-conf.el (alternativnyj): Use new table.
7799 (cp866): Define standalone, not as alias.
7800 (ibm866): Change alias.
7801 (ibm1047): New.
7802
7803 * language/cyrillic.el (cyrillic-alternativnyj):
7804 Remove mime-charset. Use alternativnj charset.
7805 (cp866): Remove alias. Define standalone.
7806
7807 2008-02-01 Dave Love <fx@gnu.org>
7808
7809 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7810
7811 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7812 ("Tajik", "Belarusian"): Fix charset.
7813
7814 * international/mule-cmds.el (describe-language-environment):
7815 Be case-insensitive when looking for input methods.
7816 (locale-name-match): Doc fix.
7817 (locale-charset-match-p): New.
7818 (set-locale-environment): Warn if coding system doesn't agree
7819 with system locale.
7820
7821 2008-02-01 Kenichi Handa <handa@m17n.org>
7822
7823 * international/mule-cmds.el (select-safe-coding-system): If
7824 :mime-charset property of a coding system is not equal to that
7825 coding system, don't show that :mime-charset name.
7826
7827 2008-02-01 Dave Love <fx@gnu.org>
7828
7829 * international/quail.el (quail-help): Fix underlining.
7830
7831 * language/chinese.el (chinese-gb18030, gb18030)
7832 ("Chinese-GB18030"): New.
7833
7834 * international/mule-cmds.el (locale-language-names): Add GB18030.
7835
7836 * international/swedish.el: Don't require latin-1.
7837
7838 2008-02-01 Dave Love <fx@gnu.org>
7839
7840 * language/czech.el ("Czech"):
7841 * language/slovak.el ("Slovak"):
7842 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7843
7844 * language/greek.el ("Greek"): Remove unibyte-syntax property.
7845 (cp737): New coding system.
7846
7847 * language/european.el: Remove unibyte-syntax properties.
7848 Augment some coding-system properties.
7849
7850 * international/mule-cmds.el (set-language-environment):
7851 Check for charset property of environment.
7852 (language-info-alist): Doc fix.
7853
7854 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7855
7856 * international/characters.el: Add Latin-1.
7857
7858 * international/latin-1.el, international/latin-2.el,
7859 * international/latin-3.el, international/latin-4.el,
7860 * international/latin-5.el, international/latin-8.el,
7861 * international/latin-9.el: Delete.
7862
7863 * loadup.el: Remove international/latin-N.el.
7864
7865 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7866 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7867 Undo last changes.
7868
7869 * international/mule-diag.el (unicode-data): Check that
7870 `unicodedata-file' exists.
7871
7872 2008-02-01 Kenichi Handa <handa@m17n.org>
7873
7874 * international/fontset.el (charset-script-alist): Fix script names.
7875
7876 2008-02-01 Kenichi Handa <handa@m17n.org>
7877
7878 * international/latin-1.el: Bind set-case-syntax-charset to
7879 iso-8859-1. Never provide latin-1.
7880
7881 * international/latin-2.el: Bind set-case-syntax-charset to
7882 iso-8859-2. Never provide latin-2.
7883
7884 * international/latin-3.el: Bind set-case-syntax-charset to
7885 iso-8859-3. Never provide latin-3.
7886
7887 * international/latin-4.el: Bind set-case-syntax-charset to
7888 iso-8859-4. Never provide latin-4.
7889
7890 * international/latin-5.el: Bind set-case-syntax-charset to
7891 iso-8859-9. Never provide latin-5.
7892
7893 * international/latin-8.el: Bind set-case-syntax-charset to
7894 iso-8859-14. Never provide latin-8.
7895
7896 * international/latin-9.el: Bind set-case-syntax-charset to
7897 iso-8859-15. Never provide latin-9.
7898
7899 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7900 (set-case-syntax-charset): New variable.
7901 (set-case-syntax-1): New function.
7902 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7903 Call set-case-syntax-1 on arguments.
7904
7905 * international/mule-cmds.el (set-language-environment): Delete
7906 unnecessary setup of syntax/case for unibyte case.
7907
7908 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7909
7910 * international/fontset.el (generate-fontset-menu): Exclude the
7911 default fontset.
7912
7913 * faces.el (describe-face): Describe :fontset property too.
7914
7915 2008-02-01 Dave Love <fx@gnu.org>
7916
7917 * international/characters.el: Don't set char width of CJK
7918 charsets generally. Add some non-word syntax cases.
7919 (korean-ksc5601): Fix ranges with symbol syntax.
7920
7921 2008-02-01 Dave Love <fx@gnu.org>
7922
7923 * Makefile.in (DONTCOMPILE): Add indian.el.
7924
7925 * language/ind-util.el:
7926 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7927 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7928 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7929 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7930 Remove declarations and let-bind them in re-written top-level loop
7931 over scripts, including ucs-devanagari-to-is13194-alist.
7932
7933 2008-02-01 Dave Love <fx@gnu.org>
7934
7935 * international/mule-cmds.el (charset): Move.
7936 (language-info-custom-alist): Move. Alter :set.
7937 (find-coding-systems-for-charsets): Check charset type before
7938 getting :charset-list.
7939
7940 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7941
7942 2008-02-01 Dave Love <fx@gnu.org>
7943
7944 * wid-edit.el (widget-string-complete): New.
7945 (widget-coding-system-prompt-value-history): Delete.
7946 (coding-system): Use coding-system-value-history.
7947
7948 * international/mule-cmds.el (charset): New widget.
7949 (language-info-custom-alist): Use it.
7950 (default-input-method): Modify :type.
7951
7952 2008-02-01 Dave Love <fx@gnu.org>
7953
7954 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7955 (indian-glyph-char, indian-char-glyph): Delete.
7956 (is13194-default-repertory): Rename from is13194-default-repartory.
7957 (iscii-to-ucs-region): Hoist evals from loop.
7958
7959 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7960
7961 * language/indian.el (indian-script-table)
7962 (ccl-encode-indian-glyph-font): Delete.
7963
7964 * international/mule-cmds.el (language-info-custom-alist): New.
7965 (input-method-activate-hook, input-method-inactivate-hook)
7966 (input-method-after-insert-chunk-hook)
7967 (input-method-use-echo-area, set-language-environment-hook)
7968 (exit-language-environment-hook): Customize.
7969 (find-coding-systems-for-charsets): Rewrite.
7970 (default-input-method): Add :link.
7971
7972 2008-02-01 Dave Love <fx@gnu.org>
7973
7974 * international/mule-conf.el (eight-bit): Add :docstring,
7975 :short-name properties.
7976 (cp851): Doc fix.
7977 (unicode-bmp): New.
7978
7979 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7980
7981 * language/european.el (cp858): New.
7982 ("Turkish"): Add special case rules.
7983
7984 2008-02-01 Dave Love <fx@gnu.org>
7985
7986 * international/characters.el: Make Ÿ and ÿ a case pair.
7987
7988 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7989
7990 * international/mule-conf.el: Don't define the charset iso-8859-1
7991 here, just setup its properties.
7992
7993 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7994
7995 * international/mule-conf.el (utf-8): Give :mime-charset property.
7996
7997 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7998
7999 * international/characters.el: Remove duplicated case setting for
8000 Cyrillic and Greek letters. Don't setup printable-chars here.
8001
8002 * case-table.el (describe-buffer-case-table): Handle the case
8003 that KEY is a cons within map-char-table.
8004
8005 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8006
8007 * international/characters.el: Fix categories ?A and ?C.
8008 Treat ASCII characters as `latin' script.
8009
8010 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8011
8012 * international/fontset.el (fontset-plain-name): If the fontset
8013 name doesn't ends with "-fontset-*", use family name as the first
8014 part of the plain name.
8015 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8016 created, use that name for the fontset. Fix arguments to
8017 subst-char-in-string.
8018
8019 2008-02-01 Dave Love <fx@gnu.org>
8020
8021 * term.el (term-char-mode): Remove generic-character-list code.
8022
8023 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8024
8025 * wid-edit.el (character): Use characterp.
8026
8027 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8028
8029 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8030
8031 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8032 Add charset.
8033 ("Ukrainian"): New.
8034
8035 * language/georgian.el (georgian-ps): New coding system.
8036
8037 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8038
8039 * international/mule-cmds.el (reset-language-environment):
8040 Don't set nonascii-translation-table and nonascii-insert-offset.
8041 Call set-unibyte-charset, not set-primary-charset.
8042 (nonascii-translation-table, nonascii-insert-offset):
8043 Declare these variable as obsolete ones.
8044 (set-language-environment): Call set-unibyte-charset, not
8045 set-primary-charset. Call set-charset-priority with `charset'
8046 info of the language environment.
8047
8048 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8049
8050 * international/characters.el (next-word-boundary-han):
8051 Don't treat katakana following han characters as a part of a word.
8052
8053 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8054
8055 * international/characters.el: Call map-charset-chars on big5 (not
8056 chinese-big5-1/2) to set categories `c', `C', and `|'.
8057 (next-word-boundary-han, next-word-boundary-kana): New function.
8058 Register it in next-word-boundary-function-table.
8059
8060 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8061
8062 * arc-mode.el (archive-file-name-coding-system): New variable.
8063 Make it permanent-local.
8064 (byte-after, bref, insert-unibyte): New function. Change most of
8065 char-after, aref, insert to them respectively.
8066 (archive-mode): Set archive-file-name-coding-system.
8067 (archive-summarize): Don't change the buffer's multibyteness.
8068 (archive-extract): Inherit archive-file-name-coding-system from
8069 archive-superior-buffer. Bind coding-system-for-write to
8070 archive-file-name-coding-system.
8071 (archive-*-write-file-member): Encode ENAME by
8072 archive-file-name-coding-system. Bind coding-system-for-write to
8073 no-conversion.
8074 (archive-rename-entry): Encode the filename by
8075 archive-file-name-coding-system.
8076 (archive-mode-revert): Don't change the buffer's multibyteness.
8077 (archive-arc-summarize, archive-lzh-summarize)
8078 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8079 Decode filenames by archive-file-name-coding-system.
8080 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8081 the buffer's multibyteness.
8082
8083 * tar-mode.el (tar-file-name-coding-system): New variable.
8084 Make it permanent-local.
8085 (tar-header-block-tokenize): Decode filename and linkname by
8086 tar-file-name-coding-system.
8087 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8088 the byte value of eight-bit chars.
8089 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8090 `to'. Delete unnecessary call of position-bytes.
8091 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8092 call of position-bytes.
8093 (tar-extract): Simplify by calling decode-coding-region with
8094 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8095 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8096 (tar-clear-modification-flags): Delete unnecessary call of
8097 position-bytes.
8098 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8099 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8100 Convert new-data-string by string-to-multibyte before inserting it.
8101 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8102 buffer. Simplify by calling encoding-coding-region with
8103 DESTINATION argument.
8104 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8105
8106 2008-02-01 Dave Love <fx@gnu.org>
8107
8108 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8109
8110 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8111
8112 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8113
8114 * international/characters.el: Setup char-script-table.
8115
8116 * international/fontset.el: Setup the default fontset by the new
8117 script-based way.
8118 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8119 an alist of charsets vs font name lists.
8120 (charset-script-alist): New variable.
8121 (create-fontset-from-fontset-spec): Allow script name in
8122 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8123 to the corresponding script name.
8124 (create-fontset-from-ascii-font): Slight tuning.
8125
8126 * international/mule-conf.el (devanagari-glyph): New charset.
8127 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8128 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8129 japanese-jisx0213-2.
8130
8131 * international/mule-diag.el (print-fontset): Use describe-vector
8132 to handle a char table returned by fontset-info.
8133
8134 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8135 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8136
8137 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8138
8139 * international/mule-util.el (detect-coding-with-priority):
8140 Fix the place of using `,' marker in backquote form.
8141
8142 2008-02-01 Dave Love <fx@gnu.org>
8143
8144 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8145
8146 * international/mule-util.el (with-coding-priority): Fix.
8147
8148 * international/mule.el (set-coding-priority): Fix obsolete spec.
8149
8150 2008-02-01 Dave Love <fx@gnu.org>
8151
8152 * international/mule-cmds.el (leim-list-header): Add coding tag.
8153
8154 2008-02-01 Dave Love <fx@gnu.org>
8155
8156 * international/mule-cmds.el (find-coding-systems-region)
8157 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8158 (input-method-verbose-flag): Fix :type.
8159
8160 2008-02-01 Dave Love <fx@gnu.org>
8161
8162 * international/mule.el (set-char-table-default): Make obsolete.
8163
8164 2008-02-01 Dave Love <fx@gnu.org>
8165
8166 * language/devanagari.el ("Devanagari"): Fix coding-system,
8167 coding-priority.
8168
8169 * international/mule-diag.el (describe-char-after): Modify display
8170 list processing.
8171 (unicodedata-file, unicodedata-find): New.
8172
8173 2008-02-01 Dave Love <fx@gnu.org>
8174
8175 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8176 autoload cookie.
8177
8178 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8179
8180 2008-02-01 Dave Love <fx@gnu.org>
8181
8182 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8183
8184 2008-02-01 Dave Love <fx@gnu.org>
8185
8186 * composite.el (compose-string): Doc fix.
8187
8188 * language/georgian.el ("Georgian"): Delete code-pages feature,
8189 add nonascii-translation.
8190
8191 * language/european.el ("German", "French", "Spanish"):
8192 Add latin-9 as alternative coding system.
8193 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8194 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8195 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8196 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8197 system.
8198
8199 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8200 encode-coding-char.
8201 (side-effect-and-error-free-fns): Add charsetp, max-char,
8202 primary-charset.
8203
8204 * simple.el: Don't require cl when compiling.
8205
8206 * Makefile.in (DONTCOMPILE): Fix duplicates.
8207
8208 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8209
8210 * international/mule.el: Doc fixes.
8211 (load-with-code-conversion): Fix coding-system-type test.
8212
8213 * international/mule-cmds.el (sort-coding-systems): Comment out
8214 iso-2022 case.
8215 (encoded-string-description): Fix coding-system-type test.
8216
8217 2008-02-01 Dave Love <fx@gnu.org>
8218
8219 * international/characters.el: Make korean-ksc5601 double-width.
8220
8221 * international/mule.el (auto-coding-regexp-alist):
8222 Recognize Emacs 20/1 byte-compiled files.
8223
8224 * international/mule-conf.el (file-coding-system-alist):
8225 Change .elc to utf-8-emacs.
8226
8227 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8228 of utf-8-emacs.
8229 (byte-compile-insert-header): Update magic number. Add ballast.
8230 (map-char-table): Use byte-compile-funarg-2.
8231
8232 2008-02-01 Dave Love <fx@gnu.org>
8233
8234 * language/cyrillic.el ("Belarusian"): Doc fix.
8235 (cp1125, koi8-t): Doc fix.
8236
8237 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8238 (find-multibyte-characters): Don't test for charset `unknown'.
8239 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8240 ru, sr_YU, tg, wa, zh.gbk.
8241 (locale-language-names): Change sp to Cyrillic.
8242 (locale-charset-language-names): Match @euro after utf-8.
8243
8244 2008-02-01 Dave Love <fx@gnu.org>
8245
8246 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8247 New coding systems.
8248 ("Chinese-GBK"): New environment.
8249
8250 * language/thai-util.el: Remove redundant unicodes in category-setting.
8251
8252 * language/lao-util.el: Remove redundant unicodes in category-setting.
8253
8254 * international/mule-conf.el (japanese-jisx0213-1)
8255 (japanese-jisx0213-2): Add unify-map.
8256
8257 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8258
8259 * international/quail.el (quail-update-leim-list-file):
8260 Force writing the file by iso-2022-7bit.
8261
8262 * international/titdic-cnv.el (miscdic-convert): Force writing the
8263 file by iso-2022-7bit.
8264
8265 * international/mule.el (define-charset): Change the attribute
8266 :parents to :subset or :superset.
8267
8268 * international/mule-conf.el: Adjust for the change of
8269 define-charset (:parent -> :subset or :superset).
8270
8271 * international/characters.el: Fix the last change.
8272
8273 2008-02-01 Dave Love <fx@gnu.org>
8274
8275 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8276 (cyrillic-encode-alternativnyj-char): Fix.
8277 (standard-display-cyrillic-translit): Remove redundant unicodes.
8278
8279 2008-02-01 Dave Love <fx@gnu.org>
8280
8281 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8282 New environments.
8283
8284 * international/mule-conf.el (control-1): New charset.
8285 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8286 (korean-ksc5601): Redefine to use code-offset and unify-map.
8287
8288 2008-02-01 Dave Love <fx@gnu.org>
8289
8290 * international/mule-conf.el (tcvn-5712): New charset.
8291
8292 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8293 ("Vietnamese"): Doc fix.
8294
8295 2008-02-01 Dave Love <fx@gnu.org>
8296
8297 * international/mule-conf.el (windows-936): New alias.
8298
8299 * cus-start.el: Add scalable-fonts-allowed.
8300
8301 * international/characters.el: Reinstate various CJK syntax and
8302 category setup. Remove obsolete syntax setting in Greek section.
8303 Optimize the char tables.
8304
8305 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8306
8307 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8308
8309 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8310 coding systems.
8311
8312 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8313
8314 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8315
8316 * international/characters.el (printable-chars): Setup correctly.
8317
8318 2008-02-01 Dave Love <fx@gnu.org>
8319
8320 * cus-start.el: Add selection-coding-system.
8321
8322 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8323
8324 * language/china-util.el (post-read-decode-hz)
8325 (pre-write-encode-hz): Move from chinese.el.
8326 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8327 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8328
8329 * language/chinese.el (post-read-decode-hz)
8330 (pre-write-encode-hz): Move to china-util.el.
8331
8332 * case-table.el (set-case-syntax-pair): Test again for equal byte
8333 lengths of the pair.
8334
8335 * international/characters.el: Add Vietnamese category to
8336 equivalent unicodes.
8337
8338 2008-02-01 Dave Love <fx@gnu.org>
8339
8340 * international/mule-conf.el (chinese-sisheng, ipa)
8341 (indian-is13194, tibetan, ethiopic): Add :unify-map.
8342
8343 * international/mule-diag.el (describe-character-set): Account for
8344 more than two dimensions of possibly different size.
8345 (describe-current-coding-system): Add selection-coding-system.
8346
8347 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8348 (unify-8859-on-decoding-mode): Move from mule.el.
8349
8350 * international/mule.el (unify-8859-on-encoding-mode)
8351 (unify-8859-on-decoding-mode): Remove :init-value.
8352 (charset-chars): Add optional dimension arg.
8353 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8354 Move to mule-cmds.el.
8355
8356 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8357
8358 * international/fontset.el: Change registry for japanese-jisx0208
8359 to "JISX0208*" in the default fontset.
8360 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8361 "ISO10646.indian-1".
8362
8363 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8364
8365 * language/japanese.el (japanese-iso-7bit-1978-irv):
8366 Add `designation' to :flags, `ascii' to :charset-list.
8367
8368 * international/mule.el (define-charset): New args :min-code and
8369 :max-code.
8370 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8371
8372 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8373 #x160000.
8374 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8375 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8376
8377 2008-02-01 Dave Love <fx@gnu.org>
8378
8379 * language/thai.el (iso-8859-11): New coding system.
8380
8381 * international/mule-conf.el: Doc fixes.
8382 (iso-8859-11): New.
8383
8384 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8385
8386 * cus-start.el (scalable-fonts-allowed): Add.
8387
8388 2008-02-01 Dave Love <fx@gnu.org>
8389
8390 * international/mule.el (unify-8859-on-encoding-mode)
8391 (unify-8859-on-decoding-mode): Dummy versions.
8392
8393 * international/ucs-tables.el: Remove.
8394
8395 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8396 language/japanese.el.
8397
8398 * international/mule-conf.el: Doc fixes.
8399 (cp936): New alias.
8400 (cp720, cp858): New charsets.
8401
8402 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8403 coding system, not emacs-mule.
8404
8405 * files.el (revert-buffer, recover-file): Likewise.
8406
8407 * desktop.el (desktop-save): Likewise.
8408
8409 2008-02-01 Dave Love <fx@gnu.org>
8410
8411 * international/mule.el (with-category-table): Use make-symbol.
8412 (coding-system-list): Use coding-system-aliases.
8413 (make-translation-table): Don't deal with generic characters.
8414
8415 * international/mule-util.el (coding-system-post-read-conversion)
8416 (coding-system-pre-write-conversion)
8417 (coding-system-translation-table-for-decode)
8418 (coding-system-translation-table-for-encode): Get the right properties.
8419 (with-coding-priority): New macro.
8420 (detect-coding-with-language-environment): Use it.
8421 (coding-system-equal): Use coding-system-plist.
8422
8423 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8424 Use :valid property.
8425
8426 * international/mule-cmds.el (encode-coding-char):
8427 Use find-coding-systems-string. Don't use make-char.
8428 (describe-language-environment): Use coding-system-aliases.
8429 (prefer-coding-system): Doc fix.
8430
8431 * international/mule-diag.el (describe-current-coding-system):
8432 Fix aliases listing.
8433 (print-iso-2022-flags): Delete.
8434 (print-designation): Partial re-write.
8435 (describe-coding-system): Deal with iso-2022 designations, flags.
8436 Fix shift_jis case.
8437 (describe-char-after): Use characterp. Print explicit unicode.
8438 Remove some obsolete code.
8439 (print-coding-system-briefly): Fix printing aliases.
8440 (print-coding-system): Use coding-system-aliases.
8441 (mule-diag): Don't list coding categories.
8442
8443 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8444 Re-order charset priorities.
8445 (binary): New alias.
8446 (iso-8859-16): Fix nickname.
8447 (define-iso-single-byte-charset): Un-define after use.
8448
8449 2008-02-01 Dave Love <fx@gnu.org>
8450
8451 * international/characters.el: Additional double width specifications.
8452
8453 * international/mule-diag.el (print-coding-system): Incomplete updates.
8454 (describe-character-set): List more properties.
8455 (print-fontset): Fix case of vector font-spec.
8456 (describe-current-coding-system): Fix iso-7, iso-7-else.
8457
8458 * international/mule-conf.el (ibm866): Fix alias.
8459 (iso-8859-16): Fix nickname.
8460
8461 2008-02-01 Dave Love <fx@gnu.org>
8462
8463 * language/ind-util.el: Avoid decode-char.
8464 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8465 Use characterp, not char-valid-p.
8466
8467 * language/devan-util.el: Add coding tag, avoid decode-char.
8468
8469 * international/titdic-cnv.el: Add coding tag.
8470 (tit-process-header): Add coding tag to output.
8471
8472 * language/thai.el (cp874, ibm874): New coding systems.
8473
8474 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8475 Add character-p.
8476
8477 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8478 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8479 New coding systems.
8480 <set-language-info-alist>: Avoid decode-char.
8481
8482 * language/hebrew.el (cp862, ibm862): New coding systems.
8483
8484 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8485
8486 * language/cyrillic.el (cp855, ibm855): New coding systems.
8487
8488 * international/mule-conf.el: Avoid decode-char in top-level code
8489 for self-inserting multibyte chars.
8490 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8491 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8492 New charsets.
8493
8494 * international/characters.el: Various simplifications and additions.
8495
8496 2008-02-01 Dave Love <fx@gnu.org>
8497
8498 * international/mule-conf.el (code-pages): Provide, for compatibility.
8499
8500 * international/code-pages.el: Remove.
8501
8502 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8503
8504 * Makefile.in: Cancel the 2008-02-01 change of mine.
8505
8506 * international/fontset.el: Add setting for unicode font at the
8507 end of the default fontset.
8508
8509 2008-02-01 Dave Love <fx@gnu.org>
8510
8511 * international/mule-conf.el (adobe-standard-encoding, symbol):
8512 Adjust :code-space.
8513 (ibm850): Add :ascii-compatible-p.
8514
8515 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8516
8517 * international/mule-conf.el (vietnamese-viscii-lower)
8518 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8519 mapping table.
8520
8521 2008-02-01 Dave Love <fx@gnu.org>
8522
8523 * cus-start.el: Add charset-map-directory.
8524
8525 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8526
8527 * format.el (format-alist): Remove ibm, mac, hp entries (available
8528 natively).
8529
8530 * language/romanian.el (iso-latin-10): Add :mime-charset.
8531 ("Romanian"): Add doc.
8532
8533 * international/mule-conf.el (iso-8859-10, symbol)
8534 (adobe-standard-encoding, ibm850): New charsets.
8535 (iso-8859-13): Fix IR number, final char.
8536 (file-coding-system-alist): Add .xml.
8537
8538 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8539 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8540 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8541 ("Latin-6", "Latin-7"): New language environments.
8542
8543 2008-02-01 Dave Love <fx@gnu.org>
8544
8545 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8546 utf-8-subst; add vietnamese, cyrillic, czech.
8547
8548 * language/romanian.el (iso-latin-10): New coding system.
8549
8550 * international/mule-conf.el (emacs-mule): Set :charset-list,
8551 consistent with coding-system-charset-list doc.
8552 (iso-8859-16): New charset.
8553
8554 * international/mule-diag.el (describe-coding-system): Avoid error
8555 for iso-2022, emacs-mule.
8556
8557 2008-02-01 Dave Love <fx@gnu.org>
8558
8559 * international/codepage.el: Remove or comment out most of code.
8560 (codepage-setup): Re-write as trivial, obsolete function.
8561
8562 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8563 Remove setup function.
8564
8565 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8566
8567 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8568 language/cyrillic.el, language/czech.el.
8569
8570 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8571 (font-ccl-encoder-alist): Remove viscii, vscii.
8572
8573 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8574
8575 * language/european.el (windows-1254, cp1254, windows-1257)
8576 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8577 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8578
8579 * language/greek.el (windows-1253, cp1253): New coding systems.
8580
8581 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8582 file name.
8583 (windows-1253, windows-1254, windows-1255, windows-1256)
8584 (windows-1257, windows-1258, next): New charsets.
8585
8586 * international/utf-8.el, international/utf-8-subst.el: Remove.
8587
8588 * international/mule.el: Doc fixes.
8589 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8590 (coding-system-get): Try to convert old-style symbol to keyword.
8591 (define-charset): Purecopy strings in property list.
8592 (define-coding-system): Purecopy docstring.
8593
8594 * international/mule-diag.el (list-character-sets-2): Avoid
8595 charset-bytes.
8596 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8597 (list-block-of-chars): Re-write.
8598 (describe-character-set): Show more properties.
8599 (describe-char-after): Correct codepoint display.
8600 (print-coding-system): Use symbolic types.
8601
8602 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8603
8604 * Makefile.in: Be sure also to run emacs with LANG=C.
8605
8606 2008-02-01 Dave Love <fx@gnu.org>
8607
8608 * international/mule-diag.el: Doc fixes.
8609 (sort-charset-list, charset-multibyte-form-string): Remove.
8610 (list-character-sets, list-character-sets-1)
8611 (list-character-sets-2): Re-write.
8612 (non-iso-charset-alist): Set to nil and made obsolete.
8613 (decode-codepage-char): Re-write and made obsolete.
8614 (read-charset): Don't use non-iso-charset-alist.
8615 (describe-coding-system): Use keyword properties.
8616 (describe-character-set): Re-write.
8617
8618 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8619 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8620 (ebcdic-uk): New charsets.
8621
8622 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8623 New coding systems.
8624
8625 * language/european.el (windows-1252): New coding system.
8626
8627 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8628
8629 * Makefile.in: By sure to run emacs with LC_ALL=C.
8630
8631 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8632 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8633 (encoded-kbd-self-insert-charset): New function.
8634 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8635 coding-system of type charset.
8636
8637 2008-02-01 Dave Love <fx@gnu.org>
8638
8639 * international/mule-cmds.el (set-locale-environment): Comment out
8640 set-keyboard-coding-system stuff.
8641
8642 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8643
8644 * international/mule.el (define-coding-system): Doc fix;
8645 sjis->shift-jis.
8646
8647 * international/mule-conf.el: Use decode-char instead of make-char.
8648
8649 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8650 New arg ARG. Directly call self-insert-command. This is a
8651 temporary workaround to make it work with latin-1.
8652 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8653
8654 * international/characters.el: Setup char-width-table for CJK
8655 characters.
8656
8657 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8658
8659 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8660 Fix the initial value to specify character range of
8661 japanese-jisx0208, not unicode.
8662
8663 * international/characters.el: Set syntax/category for
8664 japanese-jisx0208.
8665
8666 2008-02-01 Dave Love <fx@gnu.org>
8667
8668 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8669 mime-charset.
8670
8671 * language/vietnamese.el, language/korean.el, language/japanese.el:
8672 * language/hebrew.el, language/greek.el, language/chinese.el:
8673 Fix :mime-charset properties.
8674
8675 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8676 (cyrillic-alternativnyj): Fix :mime-charset.
8677 (cp878, cp866): New alias.
8678
8679 * language/european.el: Fix mime-charset properties.
8680
8681 * international/mule-cmds.el (sort-coding-systems)
8682 (select-safe-coding-system, select-message-coding-system): Use
8683 :mime-charset, not 'mime-charset.
8684
8685 * international/mule-conf.el: Add various :mime-charset properties.
8686
8687 2008-02-01 Dave Love <fx@gnu.org>
8688
8689 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8690 getting decoder.
8691 (encoded-kbd-mode): Fix code for coding system type and designations.
8692
8693 * international/mule-conf.el: Spelling fixes.
8694
8695 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8696
8697 * international/fontset.el (fontset-plain-name): Handle the case
8698 that size, weight, slant are not specified in the fontset name.
8699
8700 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8701
8702 * language/greek.el (greek-iso-8bit): Fix typo.
8703
8704 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8705
8706 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8707
8708 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8709
8710 * international/characters.el: Change encoding to utf-8-emacs.
8711 Remove apparent duplicate codes.
8712
8713 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8714
8715 * international/fontset.el: Change the registry for
8716 chinese-gb2312 and add the registry for chinese-gbk.
8717
8718 * international/mule.el (charset-chars): Fix typo.
8719
8720 * international/mule-conf.el (chinese-gbk): New charset.
8721
8722 * international/titdic-cnv.el (titdic-convert): Read into a
8723 unibyte buffer then make the buffer multibyte.
8724
8725 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8726
8727 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8728 instead of :signature.
8729
8730 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8731
8732 * language/czech.el ("Czech"): Set `iso-8859-2' for
8733 `nonascii-translation'.
8734
8735 * language/romanian.el ("Romanian"): Likewise.
8736
8737 * language/slovak.el ("Slovak"): Likewise.
8738
8739 * international/characters.el: Optimize calls of modify-category-entry.
8740
8741 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8742
8743 * bindings.el: Don't bind multibyte characters to
8744 self-insert-command here. It's done in mule-conf.el.
8745
8746 * case-table.el (set-case-syntax-offset): Delete variable.
8747 (set-case-syntax-1): Delete function. Change callers.
8748 (set-case-syntax-delims): Don't check byte length of characters.
8749
8750 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8751 characters to isearch-printing-char.
8752
8753 * loadup.el: Don't load "international/utf-8". Don't call
8754 update-coding-systems-internal. Bind coding-system-for-write to
8755 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8756 dumping.
8757
8758 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8759 change of map-char-table.
8760
8761 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8762
8763 * international/characters.el: Adjust for the deletion of
8764 generic characters.
8765
8766 * international/code-pages.el (cp-make-translation-table)
8767 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8768 (cp-make-coding-system): Call define-coding-system.
8769
8770 * international/fontset.el: Rewrite most code.
8771
8772 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8773 Call encode-char instead of split-char.
8774
8775 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8776 Change value.
8777 (skkdic-lookup-key): Call encode-char instead of split-char.
8778
8779 * international/titdic-cnv.el (titdic-convert): Bind
8780 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8781 buffer.
8782
8783 * international/latin-1.el: Don't bind set-case-syntax-offset.
8784
8785 * international/latin-2.el: Don't bind set-case-syntax-offset.
8786
8787 * international/latin-3.el: Don't bind set-case-syntax-offset.
8788
8789 * international/latin-4.el: Don't bind set-case-syntax-offset.
8790
8791 * international/latin-5.el: Don't bind set-case-syntax-offset.
8792
8793 * international/latin-8.el: Don't bind set-case-syntax-offset.
8794
8795 * international/latin-9.el: Don't bind set-case-syntax-offset.
8796
8797 * international/mule-cmds.el: Don't use coding category.
8798 Call set-coding-system-priority instead of set-coding-priority.
8799 (sort-coding-systems, select-safe-coding-system):
8800 Call coding-system-priority-list to get the most preferred one.
8801 (reset-language-environment): Order of coding system priority
8802 changed. Set primary charset to iso-8859-1.
8803 (set-language-environment-coding-systems):
8804 Call set-coding-system-priority instead of set-coding-priority.
8805 (get-charset-property, put-charset-property): Move to mule.el.
8806
8807 * international/mule-conf.el: Ful re-write.
8808
8809 * international/mule-diag.el (print-designation): Change arguments.
8810 (print-iso-2022-flags): New function.
8811 (describe-coding-system, describe-current-coding-system):
8812 Adjust for the new structure of coding system.
8813
8814 * international/mule.el (char-valid-p): Make it an alias of characterp.
8815 (define-charset): Full re-design.
8816 (charset-quoted-standard-p): Delete.
8817 (charsetp): Move to charset.c.
8818 (charset-info, charset-id, charset-bytes, charset-width)
8819 (charset-directioin, charset-iso-graphic-plane)
8820 (charset-reverse-charset): Delete.
8821 (charset-dimension, charset-chars, charset-iso-final-char)
8822 (charset-description, charset-short-name, charset-long-name):
8823 Call charset-plist instead of charset-info.
8824 (charset-plist, set-charset-plist): Move to charset.c.
8825 (get-charset-property, put-charset-property): Move from
8826 mule-cmds.el. Call charset-plist and set-charset-plist.
8827 (make-char): Delete.
8828 (generic-char-p): Make it always return nil.
8829 (decode-char, encode-char): Move to charset.c.
8830 (coding-spec-XXX-idx): Delete variables.
8831 (coding-system-iso-2022-flags): New variable.
8832 (define-coding-system): New function.
8833 (transform-make-coding-system-args, make-coding-system): Delete.
8834 (set-coding-priority): Make it obsolete.
8835 (after-insert-file-set-buffer-file-coding-system)
8836 (find-new-buffer-file-coding-system): Adjust for the new coding
8837 system structure.
8838
8839 * language/chinese.el, language/cyrillic.el, language/european.el:
8840 * language/greek.el, language/hebrew.el, language/indian.el:
8841 * language/japanese.el, language/korean.el, language/lao.el:
8842 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8843 Call define-coding-system instead of make-coding-system.
8844 Delete all CCL program.
8845
8846 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8847 of make-char.
8848 (sgml-char-names-table): Fix iteration limit.
8849
8850 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8851 (ccl-encode-mac-roman-font): Delete.
8852
8853 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8854 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8855 currently. This is just a temporary workaround.
8856
8857 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8858
8859 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8860 of `find-file-hooks'.
8861 (global-whitespace-toggle-options): Doc fix.
8862
8863 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8864
8865 * whitespace.el (whitespace): Set :version tag to 23.1.
8866 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8867 (whitespace-style, whitespace-chars, whitespace-space)
8868 (whitespace-hspace, whitespace-tab, whitespace-newline)
8869 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8870 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8871 (whitespace-hspace-regexp, whitespace-space-regexp)
8872 (whitespace-tab-regexp, whitespace-trailing-regexp)
8873 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8874 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8875 (whitespace-space-after-tab-regexp, whitespace-line-column)
8876 (whitespace-display-mappings, global-whitespace-toggle-options)
8877 (whitespace-cleanup, whitespace-cleanup-region)
8878 (whitespace-interactive-char): Doc fixes.
8879
8880 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8881
8882 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8883 When turning off the global mode, turn off the local modes too
8884 if whitespace is being unloaded.
8885 (whitespace-unload-function): New function.
8886
8887 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8888
8889 * vc.el (vc-update): Fix bug: Specify branch tip as
8890 vc-checkout REVISION. Reported by Dan Nicolaescu.
8891
8892 2008-02-01 Glenn Morris <rgm@gnu.org>
8893
8894 * info.el (bookmark-make-cell-function, bookmark-search-size)
8895 (bookmark-current-bookmark): Declare variables for compiler.
8896 (bookmark-buffer-file-name, bookmark-get-filename)
8897 (bookmark-get-front-context-string)
8898 (bookmark-get-rear-context-string, bookmark-get-position)
8899 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8900 (bookmark-jump-noselect): Declare functions for compiler.
8901 (Info-bookmark-make-cell): Fix argument list to match example of
8902 `bookmark-make-cell-for-text-file'.
8903 (Info-bookmark-jump): Don't require info inside info.el.
8904
8905 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8906
8907 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8908 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8909 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8910 (verilog-sk-state-machine): Quote all calls to
8911 "auxiliary skeleton"s to prevent infloops.
8912
8913 2008-02-01 Jason Rumney <jasonr@gnu.org>
8914
8915 * w32-fns.el: Partially revert 2007-11-10 change.
8916
8917 2008-02-01 Martin Rudalics <rudalics@gmx.at>
8918
8919 * mail/rmail.el (rmail-highlight): Fix specification.
8920 Reported by pod <pod@herald.ox.ac.uk>.
8921
8922 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * image-mode.el (image-mode-current-vscroll)
8925 (image-mode-current-hscroll): Make buffer-local.
8926 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8927 (image-reset-current-vhscroll): Use the latest setting when displaying
8928 for the first time in a window. Apply to all windows in the frame.
8929 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8930
8931 * progmodes/grep.el (grep-compute-defaults):
8932 Don't mix up defaults for different connections to the same host.
8933
8934 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8935
8936 * blank-mode.el: Rename to whitespace.el.
8937
8938 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8939
8940 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * net/rcompile.el (remote-compile): Remove broken code.
8943
8944 2008-01-31 Jason Rumney <jasonr@gnu.org>
8945
8946 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8947
8948 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
8949
8950 * linum.el (linum-unload-function): New function.
8951
8952 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8953
8954 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8955 (gdb-var-set-format-handler): New function.
8956 (gdb-var-set-format): Use it.
8957
8958 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * emacs-lisp/check-declare.el (check-declare-directory):
8961 * emacs-lisp/authors.el (authors): Use `find-program' and
8962 `grep-program' instead of hardcoded program names.
8963
8964 * emacs-lisp/cl-loaddefs.el: Update.
8965
8966 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
8967
8968 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8969 Implement bookmark support the new make-cell/handler way.
8970 (Info-mode): Bind bookmark-make-cell-function to
8971 Info-bookmark-make-cell buffer locally.
8972
8973 2008-01-30 Richard Stallman <rms@gnu.org>
8974
8975 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8976 Doc fix.
8977
8978 * files.el (hack-local-variables): Don't query about fake variables.
8979
8980 2008-01-30 Markus Triska <markus.triska@gmx.at>
8981
8982 * linum.el: New file.
8983
8984 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8987 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
8988 a single element in "plinkx".
8989 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8990 "*Shell Command Output*" buffers. Check, whether there is already
8991 an asynchronous process running. Display always the buffer of the
8992 asynchronous process.
8993 (tramp-compute-multi-hops): Adapt error message.
8994
8995 2008-01-29 Alan Mackenzie <acm@muc.de>
8996
8997 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8998 from this regexp; part of same fix as next change to cc-engine.el.
8999
9000 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9001 Anchor the "{" of a template function correctly on "template", not the
9002 following "<".
9003
9004 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9005
9006 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9007
9008 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9009 and image-mode-current-hscroll being alists now.
9010
9011 * image-mode.el (image-mode-current-vscroll)
9012 (image-mode-current-hscroll): Add doc strings.
9013 (image-set-window-vscroll, image-set-window-hscroll)
9014 (image-reset-current-vhscroll, image-mode): Adapt to
9015 image-mode-current-vscroll and image-mode-current-hscroll being
9016 alists now.
9017
9018 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9019
9020 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9021 Strip extension from .emacs.el to make sure symbol is searched
9022 in .emacs too.
9023
9024 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9025
9026 * doc-view.el (doc-view-mode): Use facilities below to
9027 restore [vh]scroll when switching buffers.
9028
9029 * image-mode.el (image-mode-current-vscroll)
9030 (image-mode-current-hscroll): New variables.
9031 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9032 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9033 (image-bob, image-eob): Use them.
9034 (image-reset-current-vhscroll): New function.
9035 (image-mode): Make new variables buffer-local and reset [vh]scroll
9036 on window configuration changes.
9037
9038 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9039
9040 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9041 gdb-cpp-define-alist-program if file is nil (currently only
9042 " *partial-output-...").
9043
9044 2008-01-27 Richard Stallman <rms@gnu.org>
9045
9046 * allout.el: Many doc fixes.
9047 (allout-encrypt-string): Fix error message.
9048
9049 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9050
9051 * progmodes/etags.el (tags-query-replace): Doc fix.
9052
9053 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9054
9055 * allout.el (allout-unload-function): New function.
9056
9057 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * allout.el (allout-prefix-data): Doc fix.
9060 (allout-show-current-subtree): Reflow docstring.
9061 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9062 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9063 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9064 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9065 (allout-copy-topic-as-kill, allout-listify-exposed)
9066 (allout-process-exposed, allout-encrypted-key-info)
9067 (allout-update-passphrase-mnemonic-aids)
9068 (allout-next-topic-pending-encryption)
9069 (allout-tests-globally-true): Fix typos in docstrings.
9070
9071 2008-01-23 Jason Rumney <jasonr@gnu.org>
9072
9073 * lpr.el (printer-name): Do not set on MS Windows.
9074
9075 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9078 the command.
9079
9080 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9081
9082 * whitespace.el: Moved to obsolete dir.
9083
9084 * blank-mode.el: New version 9.2. Replace whitespace functions by
9085 aliases in blank-mode.
9086 (whitespace-buffer): New fun.
9087 (whitespace-region): Alias for whitespace-buffer, because there is no
9088 blank-region fun.
9089 (whitespace-cleanup): Alias for blank-cleanup.
9090 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9091
9092 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9093
9094 * server.el (server-log-time-function): Doc fix.
9095 (server-buffer): Fix typo in docstring.
9096
9097 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9098
9099 * view.el (view-buffer): Explain in doc-string why exit-action
9100 should not be set to kill-buffer.
9101
9102 * arc-mode.el (archive-extract):
9103 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9104 exit-action when viewing the buffer.
9105
9106 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9107
9108 * add-log.el (change-log-search-file-name): Work harder to find
9109 the correct file name.
9110 (change-log-find-file): Fix typo.
9111 (change-log-start-entry-re): Move definition earlier.
9112
9113 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9114
9115 * add-log.el (change-log-search-file-name, change-log-find-file):
9116 New function.
9117 (change-log-font-lock-keywords): Move file name matching ...
9118 (change-log-file-names-re): ... here. New defconst.
9119 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9120
9121 2008-01-27 Alan Mackenzie <acm@muc.de>
9122
9123 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9124 enhance comments.
9125
9126 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9127
9128 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9129 methods, the host name must be a local host.
9130
9131 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9132
9133 * vc.el: Add TODO item about not defaulting to RCS.
9134
9135 * server.el (server-process-filter): Check for non-nil before
9136 calling file-directory-p.
9137
9138 2008-01-27 Alan Mackenzie <acm@muc.de>
9139
9140 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9141 arglist-cont-nonempty.
9142
9143 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9144 for a brace with syntax arglist-cont-nonempty.
9145
9146 * progmodes/cc-styles.el (c-style-alist): Add elements for
9147 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9148
9149 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9150
9151 * button.el (define-button-type): Clarify type of NAME in docstring.
9152
9153 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * server.el (server-buffer): New const.
9156 (server-log): New var.
9157 (server-log): Use them.
9158 (server-process-filter): (Try to) run the continuation in the same cwd
9159 as the client's.
9160
9161 2008-01-26 Alan Mackenzie <acm@muc.de>
9162
9163 * progmodes/cc-defs.el (c-save-buffer-state):
9164 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9165 primitives generating "buffer is read only" messages.
9166
9167 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9168
9169 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9170 (icalendar-import-format): Doc fix. Allow function type.
9171 (icalendar--read-element): Doc fix.
9172 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9173 type icalendar-import-format. Make regexps non-greedy.
9174 (icalendar--format-ical-event): Handle function type
9175 icalendar-import-format.
9176 (icalendar-import-format-sample): New function.
9177
9178 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9179
9180 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9181 `compile' is not available, fall back to font-lock-warning-face.
9182
9183 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9184
9185 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9186 that the filename end is found even when the filename is empty.
9187 Fixes error and spurious newlines when marking files for deletion.
9188
9189 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9190
9191 * subr.el (find-tag-default): Simplify using exclusively
9192 skip-syntax-backward/-forward.
9193
9194 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9195
9196 * vc.el (vc-directory, vc-update-change-log): Remove check for
9197 Tramp. Both functions work for it, though pretty slow
9198 (`vc-directory'). Maybe the implementation can be optimized.
9199
9200 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9201 Tramp 2.0 syntax is used.
9202 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9203
9204 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9205
9206 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9207 invoke directory-files-and-attributes with last argument `integer'
9208 instead of `string'.
9209 (insert-directory): Add -n to the list of supported switches
9210 mentioned in the doc string.
9211
9212 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9213
9214 * blank-mode.el: New version 9.1. Handle "long" line tail
9215 visualization. Doc fix.
9216 (blank-line-length): Rename to blank-line-column.
9217 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9218 Initialization fix.
9219 (blank-replace-spaces-by-tabs): New fun.
9220 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9221
9222 2008-01-25 Richard Stallman <rms@gnu.org>
9223
9224 * subr.el (add-hook): Implement `permanent-local-hook' property.
9225
9226 * loadhist.el (file-provides, file-requires): Push the filename right.
9227
9228 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9229
9230 * emacs-lisp/find-func.el (find-library): Wrap search for
9231 library name in condition-case to avoid reporting a scan-error.
9232
9233 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9234
9235 * server.el (server-process-filter): Don't force
9236 the authentication string to be followed by "\n".
9237
9238 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9239
9240 * blank-mode.el: New version 9.0. New commands to clean up some blank
9241 problems like trailing blanks. New faces and regexp for visualizing
9242 the blank problems. Doc fix.
9243 (blank-chars, blank-global-modes, blank-chars-value-list)
9244 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9245 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9246 (blank-indentation, blank-empty, blank-space-after-tab)
9247 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9248 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9249 (blank-cleanup, blank-cleanup-region): New commands.
9250 (blank-color-on): Code fix.
9251
9252 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9253
9254 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9255 file name.
9256 (ibuffer-mode-map): Add binding to sort by file name.
9257 (ibuffer-filename/process-header-map): New variable.
9258 (filename-and-process): Add a header that sorts by file name.
9259 (ibuffer-mode): Mention sorting by file name.
9260
9261 * ibuf-ext.el (filename/process): New sorter.
9262
9263 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9264
9265 * view.el (kill-buffer-if-not-modified): Don't pass t to
9266 buffer-modified-p.
9267
9268 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9269
9270 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9271 the source file in case of `rename'.
9272 Reported by Pete Forman <pete.forman@westerngeco.com>.
9273
9274 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
9275
9276 * allout.el (allout-keybindings-list): In initial setting, express
9277 meta-prefixed allout keys as vectors instead of strings, since the
9278 string form is interpreted in some cases as composed key
9279 modifiers, eg, accented keys.
9280
9281 (allout-line-boundary-regexp): Clarify description.
9282
9283 (set-allout-regexp): Repair the expressions so that the formfeed
9284 part is identified as one of the top-level groups, and is
9285 included in all the forms, not just the -line-boundary-regexp one.
9286
9287 (allout-prefix-data): Incorporate information from the various
9288 allout regexp's formfeed alternative group, when present.
9289
9290 (allout-write-file-hook-handler): Rectify mangling of the error
9291 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9292 condition-case handler was apparently reformatted as if it was a
9293 call to the error function. An apparent repair attempt in version
9294 1.101 situated the original body of the error handling code as
9295 bogus condition-case handlers. I've returned to just about the
9296 working code that was originally there, removing an unnecessary -
9297 but benign - enclosing 'progn'. (Automated or cursory code fixes
9298 often aren't.)
9299
9300 (allout-region-active-p): Fallback to value of mark-active if
9301 neither use-region-p nor region-active-p are present, for
9302 compatability with current and recent emacs major releases.
9303
9304 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9307 (reftex-toc-restore-region):
9308 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9309 (reftex-index-phrases-apply-to-region):
9310 * textmodes/ispell.el (ispell-word):
9311 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9312 * progmodes/pascal.el (pascal-mark-defun):
9313 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9314 (f90-fill-region):
9315 * emulation/tpu-edt.el (tpu-set-mark):
9316 * emulation/crisp.el (crisp-region-active):
9317 * winner.el (winner-active-region):
9318 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9319 of bound tests in order to resolve conditionals at compile time.
9320
9321 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9324 not autoloaded, and we wouldn't want to load CL just to unload
9325 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
9326
9327 2008-01-24 Martin Rudalics <rudalics@gmx.at>
9328
9329 * delsel.el (delete-selection-pre-hook): Avoid clearing out
9330 pre-command-hook when text is read-only.
9331
9332 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9333
9334 * vc.el (vc-process-filter): Do nothing if buffer not live.
9335 (vc-diff-finish): Rename from vc-diff-sentinel.
9336 No longer take REV1-NAME and REV2-NAME.
9337 Instead, take BUFFER-NAME. Do nothing if buffer not live.
9338 Don't do window resize if no window displays buffer.
9339 (vc-diff-internal): Use vc-diff-finish.
9340
9341 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9342 In both cases, convert single call to one wrapped in dolist.
9343
9344 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9345
9346 * vc.el: Add a TODO item about missing files.
9347 (vc-exec-after): Add a tooltip to the new mode-line item.
9348
9349 2008-01-24 Glenn Morris <rgm@gnu.org>
9350
9351 * t-mouse.el (gpm-mouse-start): Declare as a function.
9352
9353 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9356 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9357 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9358 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9359 prompt.
9360 (tramp-wait-for-output): Distinguish different prompt formats.
9361 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9362 (tramp-local-host-p): Check whether temp directory is writable.
9363
9364 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9365
9366 * vc.el: Add TODO items.
9367
9368 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9369
9370 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9371 be used to reveal or highlight the location of a match.
9372 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9373 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9374
9375 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9376
9377 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9378 for defcustom.
9379 (hide-ifdef-shadow): Add version number for defface.
9380
9381 2008-01-23 Glenn Morris <rgm@gnu.org>
9382
9383 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9384
9385 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9386
9387 * progmodes/sh-script.el (sh-basic-offset):
9388 * progmodes/cc-vars.el (c-syntactic-indentation)
9389 (c-syntactic-indentation-in-macros): Mark as safe.
9390
9391 2008-01-23 Richard Stallman <rms@gnu.org>
9392
9393 * icomplete.el (icomplete-get-keys):
9394 Look up KEYS using all maps in proper buffer.
9395
9396 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9397
9398 * frame.el (display-mm-height, display-mm-width):
9399 * whitespace.el (whitespace-check-leading-whitespace)
9400 (whitespace-check-trailing-whitespace)
9401 (whitespace-check-spacetab-whitespace)
9402 (whitespace-check-indent-whitespace)
9403 (whitespace-check-ateol-whitespace):
9404 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9405
9406 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9407
9408 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9409 after-save-hook so that it is not called multiple times.
9410
9411 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9412
9413 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9414
9415 * view.el (view-file-other-window, view-file-other-frame):
9416 Don't kill the buffer if it is modified. Doc fixes.
9417 (kill-buffer-if-not-modified): New function.
9418 (view-file): Don't kill the buffer if it is modified.
9419
9420 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9421 (ebrowse-view/find-file-and-search-pattern):
9422 Call view-file-other-window instead of ebrowse-view-file-other-window.
9423 (ebrowse-view-file-other-frame): Don't call
9424 current-window-configuration. Fix second argument in the call to
9425 view-mode-enter. Doc fix.
9426
9427 2008-01-23 Richard Stallman <rms@gnu.org>
9428
9429 * subr.el (atomic-change-group): Prevent undo list truncation.
9430
9431 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * files.el (safe-local-eval-forms):
9434 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9435
9436 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9437
9438 * comint.el (comint-insert-input): Set point first.
9439
9440 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9441 session doesn't hang because gdb-pending-triggers is non-nil.
9442 (gdb-frame-handler): Use buffer-file-name instead of
9443 buffer-name in case of duplicate file names.
9444
9445 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9446
9447 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9448 C-M-e and C-M-h for emacs, they work by default.
9449 (verilog-emacs-features): Remove.
9450 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9451 Remove. Move syntax table initialization ...
9452 (verilog-mode-syntax-table): ... here.
9453 (verilog-mode): Don't initialize the syntax table here.
9454 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9455 does not need it.
9456
9457 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9458
9459 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9460 backward compatibility. Replace all uses of booleanp with
9461 verilog-booleanp.
9462
9463 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9464
9465 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9466
9467 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9468
9469 * progmodes/verilog-mode.el (top-level): Fix spacing.
9470 (verilog-mode-version, verilog-mode-release-date):
9471 Update version number.
9472 (verilog-mode-release-emacs): New variable.
9473 (compile-command, reporter-prompt-for-summary-p):
9474 Define for byte compiler.
9475 (verilog-startup-message-lines, verilog-startup-message-displayed)
9476 (verilog-display-startup-message): Remove.
9477 (verilog-highlight-p1800-keywords): Improve docstring.
9478 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9479 (vector-skip-list): Only defvar at compile time.
9480 (verilog-highlight-translate-off, verilog-indent-level)
9481 (verilog-indent-level-module, verilog-indent-level-declaration)
9482 (verilog-indent-declaration-macros, verilog-indent-lists)
9483 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9484 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9485 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9486 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9487 (verilog-align-ifelse, verilog-minimum-comment-distance)
9488 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9489 (verilog-auto-endcomments, verilog-auto-read-includes)
9490 (verilog-auto-star-expand, verilog-auto-star-save)
9491 (verilog-library-flags, verilog-library-directories)
9492 (verilog-library-files, verilog-library-extensions)
9493 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9494 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9495 (verilog-assignment-delay, verilog-auto-inst-vector)
9496 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9497 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9498 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9499 Add safe-local-variable properties.
9500 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9501 (verilog-re-search-backward, verilog-error-regexp-add)
9502 (verilog-end-block-re, verilog-emacs-features)
9503 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9504 (verilog-type-font-keywords, verilog-inside-comment-p)
9505 (electric-verilog-backward-sexp, verilog-backward-sexp)
9506 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9507 (electric-verilog-terminate-line, electric-verilog-semi)
9508 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9509 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9510 (verilog-beg-of-statement, verilog-in-case-region-p)
9511 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9512 (verilog-in-fork-region-p, verilog-backward-case-item)
9513 (verilog-set-auto-endcomments, verilog-get-expr)
9514 (verilog-expand-vector-internal, verilog-surelint-off)
9515 (verilog-batch-execute-func, verilog-calculate-indent)
9516 (verilog-calc-1, verilog-calculate-indent-directive)
9517 (verilog-leap-to-head, verilog-continued-line)
9518 (verilog-backward-token, verilog-backward-syntactic-ws)
9519 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9520 (verilog-forward-ws&directives, verilog-at-constraint-p)
9521 (verilog-skip-backward-comments, verilog-indent-line-relative)
9522 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9523 (verilog-pretty-declarations, verilog-pretty-expr)
9524 (verilog-just-one-space, verilog-indent-declaration)
9525 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9526 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9527 (verilog-read-always-signals-recurse, verilog-read-instants)
9528 (verilog-read-auto-template, verilog-set-define)
9529 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9530 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9531 (verilog-modi-cache-results, verilog-insert-one-definition)
9532 (verilog-make-width-expression, verilog-delete-autos-lined)
9533 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9534 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9535 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9536 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9537 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9538 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9539 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9540 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9541 (verilog-library-files): Cleanup spacing of )'s they should not be
9542 on unique lines. Fix checkdoc warnings.
9543
9544 2008-01-22 Glenn Morris <rgm@gnu.org>
9545
9546 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9547 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9548 from defcustoms.
9549 (hide-ifdef-shadow): Remove autoload cookie from defface.
9550
9551 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9552 differences.
9553
9554 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9555
9556 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9557 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9558 manual entry.
9559
9560 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * net/dbus.el (dbus-ignore-errors): New macro.
9563 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9564 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9565 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9566 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9567
9568 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9569
9570 * outline.el (outline-up-heading): Fix check for top level to
9571 avoid infinite looping in hide-other.
9572
9573 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9574
9575 * vc.el (vc-process-sentinel): After calling the previous
9576 sentinel, do nothing if the process' buffer is not live.
9577
9578 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9579
9580 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9581 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9582 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9583 blank-mode faces. Doc fix. New version 8.1.
9584 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9585 CONDITION BODY).
9586 (blank-space-face): Face/option name replaced by blank-space.
9587 (blank-hspace-face): Face/option name replaced by blank-hspace.
9588 (blank-tab-face): Face/option name replaced by blank-tab.
9589 (blank-newline-face): Face/option name replaced by blank-newline.
9590 (blank-trailing-face): Face/option name replaced by blank-trailing.
9591 (blank-line-face): Face/option name replaced by blank-line.
9592 (blank-space-before-tab-face): Face/option name replaced by
9593 blank-space-before-tab.
9594 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9595
9596 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9597
9598 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9599 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9600 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9601 (global-blank-mode): Doc fixes.
9602 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9603 (blank-newline-face, blank-trailing-face, blank-line-face)
9604 (blank-space-before-tab-face, blank-display-mappings)
9605 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9606 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9607 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9608 Fix typos in docstrings.
9609
9610 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * server.el (server-log-time-function): New variable.
9613 (server-log): Use it.
9614
9615 2008-01-21 Glenn Morris <rgm@gnu.org>
9616
9617 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9618
9619 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9620
9621 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9624 (org-descriptive-links, org-link-file-path-type)
9625 (org-remember-use-refile-when-interactive)
9626 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9627 (org-export-ascii-bullets, org-agenda-deadline-faces)
9628 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9629 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9630 (org-kill-note-or-show-branches): Fix typos in docstrings.
9631
9632 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9633
9634 * vc.el (vc-process-sentinel): Set mode-line-process.
9635 (vc-exec-after): Likewise, for the `run' process status.
9636
9637 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * ibuffer.el (ibuffer-mode): Fix last change.
9640
9641 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9642
9643 * vc-hg.el (vc-hg-registered):
9644 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9645
9646 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9647
9648 * repeat.el (repeat-undo-count): New variable.
9649 (repeat): For self-insertions make undo boundary only after 20
9650 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9651
9652 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9653
9654 * net/imap.el (imap-ping-server): New variable.
9655 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9656 (imap-ping-server): Minor doc string fixes.
9657
9658 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9659
9660 * net/imap.el (imap-ping-server): New function.
9661 (imap-opened): Call imap-ping-server.
9662
9663 2008-01-20 Glenn Morris <rgm@gnu.org>
9664
9665 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9666 prevent infloops.
9667
9668 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9669
9670 * progmodes/python.el (python-imports): Default to "None".
9671
9672 2008-01-19 Tom Tromey <tromey@redhat.com>
9673
9674 * vc-svn.el (vc-svn-after-dir-status): New function.
9675 (vc-svn-dir-status): Run svn asynchronously.
9676
9677 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9678
9679 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9680 (hide-ifdef-shadow): New face.
9681 (hide-ifdef-toggle-shadowing): New function to toggle between
9682 shadowing and making code invisible.
9683 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9684 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9685 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9686 property. Shadow text when hide-ifdef-shadow is non-nil.
9687 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9688 (hif-hide-line): Use when instead of if.
9689 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9690 Remove unneeded * from doc-strings.
9691
9692 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9695 the hscroll behavior was fixed.
9696 (doc-view-mode): Disable auto-hscroll-mode.
9697
9698 2008-01-18 Tom Tromey <tromey@redhat.com>
9699
9700 * vc-svn.el (vc-svn-dir-status): New function.
9701
9702 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9703
9704 * vc.el: Make vc-status asynchronous.
9705 (vc-update-vc-status-buffer): New function broken out of ...
9706 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9707 the dir-status backend function.
9708
9709 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9710 Move the output processing to ...
9711 (vc-hg-after-dir-status): ... here. Call the function passed as
9712 an argument with the results.
9713
9714 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9717 (doc-view-insert-image): Do something if the image is missing.
9718 (doc-view-mode): Don't use file-remote-p.
9719
9720 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9721
9722 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9723 (org-export-latex-special-chars): Convert "..." in \ldots
9724 and skip tables.
9725 (org-export-latex-fontify-headline): Change parameter name.
9726 (org-export-as-latex): Handle export of subtrees.
9727 (org-export-latex-make-header): New argument TITLE.
9728 (org-export-latex-content): New argument EXCLUDE-LIST.
9729 (org-list-parse-list): New name for org-export-latex-parse-list.
9730 (org-export-latex-make-header): New name for
9731 org-export-latex-make-preamble.
9732 (org-list-to-generic): New name of org-export-list-to-generic.
9733 (org-list-to-latex): New name of org-export-list-to-latex.
9734 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9735 (org-list-send-list, org-list-to-texinfo)
9736 (org-list-to-html): New functions.
9737 (org-export-latex-tables-column-borders)
9738 (org-export-latex-default-class, org-export-latex-classes)
9739 (org-export-latex-classes-sectioning)
9740 (org-list-radio-list-templates): New options.
9741 (org-export-latex-header): New variable.
9742 (org-latex-entities): New constant.
9743 (org-export-latex-default-sectioning, org-export-latex-preamble)
9744 (org-export-latex-prepare-text-option)
9745 (org-export-latex-get-sectioning): Remove.
9746
9747 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9748
9749 * textmodes/org-publish.el (org-publish-current-project):
9750 Fix bug with forcing publication.
9751
9752 * textmodes/org.el (org-export-with-special-strings): New option.
9753 (org-export-html-convert-special-strings): New function.
9754 (org-html-do-expand): `org-export-html-convert-special-strings'
9755 added to the list of conversion.
9756 (org-infile-export-plist, org-get-current-options): Add support
9757 for "-" in the #+OPTION line to let user switch on/off special
9758 strings conversion.
9759 (org-export-plist-vars): New :html-table-tag property.
9760 (org-export-as-html, org-format-org-table-html)
9761 (org-format-table-table-html) Use the :html-table-tag property
9762 instead of the `org-export-html-table-tag' global value.
9763 (org-additional-option-like-keywords): Add "TBLFM".
9764 (org-entry-properties): Include the CLOCKSUM special property.
9765 (org-columns-edit-value): Do not allow to edit the special
9766 CLOCKSUM property.
9767 (org-flag-drawer): Use the original value of `outline-regexp'.
9768 (org-remember-handler): Add invisible-ok flag to call to
9769 `org-end-of-subtree'.
9770 (org-agenda-highlight-todo): Respect
9771 `org-agenda-todo-keyword-format'.
9772 (org-agenda-todo-keyword-format): New option.
9773 (org-infile-export-plist): No restriction while searching for options.
9774 (org-remember-handler): Remove comments at the end of the buffer.
9775 (org-remember-use-refile-when-interactive): New option.
9776 (org-table-sort-lines): Make sure sorting works on link
9777 descritions only, and ignores the link.
9778 (org-sort-entries-or-items): Make sure the end of the subtree is
9779 included.
9780 (org-refile-use-outline-path): New allowed values `file' and
9781 `full-file-path'.
9782 (org-get-refile-targets): Respect new values for
9783 `org-refile-use-outline-path'.
9784 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9785 (org-export-as-xoxo): Restore point when done.
9786 (org-open-file): Allow multiple %s in command.
9787 (org-clock-in-switch-to-state): New option.
9788 (org-first-list-item-p): New function.
9789 (org-last-remember-storage-locations): New variable.
9790 (org-get-refile-targets): Interpret the new maxlevel setting.
9791 (org-refile-targets): New option `:maxlevel'.
9792 (org-copy-subtree): Include empty lines before but not after subtree.
9793 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9794 (org-move-item-down, org-move-item-up): Include empty lines before
9795 but not after item.
9796 (org-first-sibling-p): New function.
9797 (org-remember-apply-template): Defaults, completions and history
9798 for template prompts. Also, interpret new `%!' escape.
9799 (org-context-choices): New constant.
9800 (org-bound-and-true-p): New macro.
9801 (org-imenu-depth): New option.
9802 (org-imenu-markers): New variable.
9803 (org-imenu-new-marker, org-imenu-get-tree)
9804 (org-speedbar-set-agenda-restriction): New functions.
9805 (org-agenda-set-restriction-lock)
9806 (org-agenda-remove-restriction-lock)
9807 (org-agenda-maybe-redo): New functions.
9808 (org-agenda-restriction-lock): New face.
9809 (org-agenda-restriction-lock-overlay)
9810 (org-speedbar-restriction-lock-overlay): New variables.
9811 (org-open-at-point): Remove obsolete way to do redirection in
9812 shell links.
9813 (org-imenu-and-speedbar): New customization group.
9814 (org-entry-properties): Return keyword-less time strings.
9815 (org-clock-heading-function): New option.
9816 (org-clock-in): Use `org-clock-heading-function'.
9817 (org-calendar-holiday): Try to use `calendar-check-holidays'
9818 instead of the obsolete `check-calendar-holidays'.
9819 (org-export-html-special-string-regexps): New constant.
9820 (org-massive-special-regexp): New variable.
9821 (org-compute-latex-and-specials-regexp)
9822 (org-do-latex-and-special-faces): New functions.
9823 (org-latex-and-export-specials): New face.
9824 (org-highlight-latex-fragments-and-specials): New option.
9825 (org-link-escape-chars): Use characters instead of strings.
9826 (org-link-escape-chars-browser, org-link-escape)
9827 (org-link-unescape): Use characters instead of strings.
9828 (org-export-html-convert-sub-super, org-html-do-expand): Check for
9829 protected text.
9830 (org-emphasis-alist): Additional `verbatim' flag.
9831 (org-set-emph-re): Handle the verbatim flag and compute
9832 `org-verbatim-re'.
9833 (org-cleaned-string-for-export): Protect verbatim elements.
9834 (org-verbatim-re): New variable.
9835 (org-hide-emphasis-markers): New option.
9836 (org-additional-option-like-keywords): Add new keywords.
9837 (org-get-entry): Rename from `org-get-cleaned-entry'.
9838 (org-icalendar-cleanup-string): New function for quoting icalendar text.
9839 (org-agenda-skip-scheduled-if-done): New option.
9840 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9841 `org-agenda-skip-scheduled-if-done'.
9842 (org-prepare-agenda-buffers): Allow buffers as arguments.
9843 (org-entry-properties): Add CATEGORY as a special property.
9844 (org-use-property-inheritance): Allow a list of properties as a value.
9845 (org-eval-in-calendar): No longer update the prompt.
9846 (org-read-date-popup-calendar): Rename from
9847 `org-popup-calendar-for-date-prompt'.
9848 (org-read-date-display-live): New variable.
9849 (org-read-date-display): New function.
9850 (org-read-date-analyze): New function.
9851 (org-remember-apply-template): Define `remember-finalize' if it is
9852 not yet defined.
9853 (org-remember-insinuate): New function.
9854 (org-read-date-prefer-future): New option.
9855 (org-read-date): Respect the setting of
9856 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
9857 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9858 hardcoded string.
9859 (org-remember-apply-template): Use `remember-finalize' instead of
9860 `remember-buffer'.
9861 (org-columns-compute, org-column-number-to-string)
9862 (org-columns-uncompile-format, org-columns-compile-format)
9863 (org-columns-compile-format): Handle printf format specifier.
9864 (org-columns-new, org-column-number-to-string)
9865 (org-columns-uncompile-format, org-columns-compile-format):
9866 Support for new currency summary type.
9867 (org-tree-to-indirect-buffer): Do not kill old buffer when
9868 `org-indirect-buffer-display' is `new-frame'.
9869 (org-indirect-buffer-display): Document that `new-frame' leads to
9870 indiret buffer proliferation.
9871 (org-agenda-list): Use `org-extend-today-until'.
9872 (org-extend-today-until): New option.
9873 (org-format-org-table-html): Use lower-case for <col> tag.
9874 (org-agenda-execute): New command.
9875 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9876 (org-select-remember-template): New function.
9877 (org-remember-apply-template): Use `org-select-remember-template'.
9878 (org-go-to-remember-target): New function.
9879
9880 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9881
9882 * vc.el: Add a TODO note about vc-state.
9883 (vc-next-action): Register 'unregistered and 'ignored files.
9884 Use when and unless instead of if where appropriate.
9885 (vc-start-entry): Fix typo.
9886 (vc-status): Autoload it.
9887
9888 2008-01-18 Glenn Morris <rgm@gnu.org>
9889
9890 * ffap.el (ffap-alist): Remove space from RFC regexp.
9891
9892 2008-01-18 Richard Stallman <rms@gnu.org>
9893
9894 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9895 than face-spec-recalc.
9896
9897 2008-01-18 Glenn Morris <rgm@gnu.org>
9898
9899 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9900
9901 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9902 Miles Bader <miles@gnu.org>
9903
9904 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
9905 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
9906 for handling display table (via visws.el package), his code was
9907 modified, but the main idea was kept.
9908
9909 2008-01-17 Glenn Morris <rgm@gnu.org>
9910
9911 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9912 (ibuffer-save-filters): Remove calls to deleted
9913 ibuffer-update-mode-name.
9914
9915 2008-01-16 Martin Rudalics <rudalics@gmx.at>
9916
9917 * longlines.el (longlines-mode, longlines-show-region)
9918 (longlines-unshow-hard-newlines): Bind buffer-file-name and
9919 buffer-file-truename to nil while modifying buffer.
9920
9921 * cus-edit.el (custom-reset-standard-variables-list)
9922 (custom-reset-standard-faces-list): New variables.
9923 (custom-reset-standard-save-and-update): New function.
9924 (Custom-save): Apply custom-mark-to-save before and
9925 custom-state-set-and-redraw after saving options.
9926 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9927 options and call custom-reset-standard-save-and-update.
9928 (custom-variable, custom-face, custom-group): Provide new
9929 entries for custom-mark-to-save, custom-mark-to-reset-standard,
9930 and custom-state-set-and-redraw.
9931 (custom-variable-mark-to-save)
9932 (custom-variable-state-set-and-redraw)
9933 (custom-variable-mark-to-reset-standard)
9934 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9935 (custom-face-mark-to-reset-standard)
9936 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9937 (custom-group-mark-to-reset-standard): New functions.
9938 (custom-variable-save): Move save, state-set, and redraw
9939 functionality to custom-variable-mark-to-save.
9940 (custom-face-save): Move save, state-set, and redraw
9941 functionality to custom-face-mark-to-save.
9942 (custom-group-save): Move save, state-set, and redraw
9943 functionality to custom-group-mark-to-save.
9944 (custom-variable-reset-standard, custom-face-reset-standard)
9945 (custom-group-reset-standard): Move save, state-set, and redraw
9946 functionality to custom-reset-standard-save-and-update.
9947
9948 (custom-buffer-create-internal): Fix text in verbose help.
9949 (custom-face-value-create): Indent doc-strings of faces like
9950 those of variables.
9951
9952 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * server.el (server-process-filter): Replace lineno and columnnno
9955 which defaulted to 1&0 with filepos which defaults to nil.
9956 (server-goto-line-column): Only receive the filepos.
9957 Only move if filepos is non-nil.
9958 (server-visit-files): Slight restructure to consolidate two calls to
9959 server-goto-line-column into just one.
9960
9961 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9962 the use of degraded mode.
9963 (nxml-degrade): Don't change mode-name.
9964
9965 * nxml/rng-nxml.el (rng-nxml-mode-init):
9966 Don't overwrite mode-line-process.
9967
9968 * ibuffer.el (mode): Pass the buffer to format-mode-line.
9969 (ibuffer-update-mode-name): Remove.
9970 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9971 (ibuffer-mode): Use mode-line-process instead.
9972
9973 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9974 Use derived-mode-p.
9975 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9976
9977 * help.el (describe-mode): Pass the right buffer to format-mode-line.
9978
9979 2008-01-16 Glenn Morris <rgm@gnu.org>
9980
9981 * comint.el (comint-regexp-arg): Fix no-input case.
9982
9983 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9984
9985 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9986 * pcvs.el (cvs-revert-if-needed):
9987 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9988
9989 * vc-svn.el (vc-svn-find-file-hook):
9990 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9991
9992 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
9993
9994 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9995 (icalendar-export-file, icalendar-import-file):
9996 Restore significant trailing whitespace in `interactive' prompts.
9997
9998 2008-01-16 Tom Tromey <tromey@redhat.com>
9999
10000 * calendar/icalendar.el (icalendar--convert-tz-offset)
10001 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10002 (icalendar--find-time-zone): New functions.
10003 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10004 `decode-time'. Doc fix.
10005 (icalendar--convert-ical-to-diary): Compute zone-map.
10006 Pass timezone to icalendar--decode-isodatetime.
10007
10008 2008-01-16 Alan Mackenzie <acm@muc.de>
10009
10010 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10011 an eval-and-compile, so as to permit byte-compiling (e.g. in
10012 bootstrap).
10013
10014 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10017 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10018 using the same key for different menu entries.
10019
10020 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10021 (smerge-makeup-conflict): New command.
10022
10023 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10024
10025 * log-edit.el (log-edit): Doc fix.
10026
10027 2008-01-15 Glenn Morris <rgm@gnu.org>
10028
10029 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10030
10031 2008-01-14 Alan Mackenzie <acm@muc.de>
10032
10033 * progmodes/cc-vars.el (c-constant-symbol): New function which
10034 supersedes c-const-symbol. During a customize-.. call it enables
10035 an element of (e.g.) c-hanging-braces alist to have its name
10036 displayed, even when the default value of c-h-b etc. doesn't
10037 include the elemnt. Replace uses of the old function by the new.
10038
10039 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10040 obscure non-working fragment ":value c-".
10041
10042 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10045
10046 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10049 instead of `tramp-file-name-real-host'.
10050
10051 * net/trampver.el: Update release number.
10052
10053 2008-01-14 Alan Mackenzie <acm@muc.de>
10054
10055 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10056 call inside a struct being recognised as a K&R argument.
10057
10058 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10061 Accept "fatal error" from MSFT.
10062 Reported by Jared Finder <jfinder@crypticstudios.com>.
10063
10064 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10065
10066 * smerge-mode.el (smerge-auto): New function.
10067 * vc-svn.el (vc-svn-find-file-hook):
10068 * vc-arch.el (vc-arch-find-file-hook):
10069 * pcvs.el (cvs-revert-if-needed):
10070 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10071 (top-level): Add a Todo list.
10072
10073 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10074
10075 * vc.el (vc-update): Resolve conflicts if necessary instead of
10076 just updating the buffer.
10077
10078 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10079 update command so that we can parse the output.
10080
10081 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10082
10083 * mail/rmail.el (rmail-convert-to-babyl-format):
10084 Remove save-excursion to avoid infinite looping.
10085 Reported by dnz <dnz@bk.ru>.
10086
10087 2008-01-12 Glenn Morris <rgm@gnu.org>
10088
10089 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10090 can be interned without a function definition.
10091
10092 2008-01-12 Jason Rumney <jasonr@gnu.org>
10093
10094 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10095 (rng-nxml-mode-init): Declare.
10096
10097 2008-01-11 Jason Rumney <jasonr@gnu.org>
10098
10099 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10100 (rng-preferred-prefix-alist-default): Remove.
10101
10102 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10103 Rename from nxml-enable-unicode-char-name-sets-flag.
10104 (nxml-enable-unicode-char-name-sets-1): Merge into
10105 nxml-enable-unicode-char-name-sets.
10106 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10107 nxml-char-name-ignore-case here.
10108
10109 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10110 Update doc string and commentary.
10111 (nxml-char-name-ignore-case): Change default value.
10112 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10113
10114 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10115
10116 * cus-start.el (all): Add missing version entries.
10117
10118 2008-01-11 Glenn Morris <rgm@gnu.org>
10119
10120 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10121 (euc-to-flat-code, flat-code-to-euc):
10122 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10123 (wl-summary-buffer-msgdb): Declare as funtions.
10124
10125 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10126
10127 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10128 Bind buffer-file-name and buffer-file-truename.
10129
10130 * fringe.el (fringe-mode-explicit): New variable.
10131 (set-fringe-mode): Don't alter default-frame-alist when just
10132 loading this file.
10133
10134 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10135
10136 * doc-view.el (doc-view-buffer-file-name): New variable.
10137 (doc-view-convert-current-doc, doc-view-search)
10138 (doc-view-current-cache-dir, doc-view-initiate-display)
10139 (doc-view-mode): Use it.
10140 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10141 instead of function.
10142
10143 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10144
10145 * vc-svn.el (vc-svn-registered): Return the correct value for
10146 ignored and unregistered files.
10147
10148 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10149
10150 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10151
10152 2008-01-10 Tom Tromey <tromey@redhat.com>
10153
10154 * vc.el (vc-status-unmark-all-files): New function.
10155 (vc-status-unmark-all-files): Likewise.
10156 (vc-status-mode-map): Add bindings.
10157
10158 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10159
10160 * ediff*.el: Uncomment declare-function.
10161
10162 * emulation/viper*.el: Uncomment declare-function.
10163
10164 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10165
10166 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10167 files inside archives uniformly.
10168
10169 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10170
10171 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10172 constant with a computation on sgml-specials rather than a literal
10173 list. Without this change the syntax table is generated
10174 incorrectly, and the mode will think it's in a comment following
10175 any instance of the string "--".
10176
10177 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10178
10179 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10180 (doc-view-mode): Support document files inside archives.
10181
10182 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10183
10184 * vc.el (vc-deduce-fileset): Return the currently selected file if
10185 no files are selected when using vc-status.
10186
10187 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10188
10189 * ediff*.el: Comment out declare-function. "make bootstrap"
10190 stops with an error and Emacs does not compile with those things in.
10191 Besides, declare-function is not defined in XEmacs.
10192
10193 * ediff-util (eqiff-quit): Autoraise minibuffer.
10194
10195 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10196
10197 * emulation/viper*.el: Comment out declare-function -- not defined
10198 in XEmacs.
10199
10200 * emulation/viper-ex.el (viper-info-on-file):
10201 Take care of indirect buffers.
10202
10203 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10204 Set viper-vi-state-cursor-color.
10205
10206 2008-01-09 Tom Tromey <tromey@redhat.com>
10207
10208 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10209 Just return header.
10210 (vc-status-move-to-goal-column): New function.
10211 (vc-status-mode-map): Define more keys.
10212 (vc-status-mode): Use vc-status-refresh. Now 'special.
10213 (vc-status-refresh): New function.
10214 (vc-status-next-line): Likewise.
10215 (vc-status-previous-line): Likewise.
10216 (vc-status-mark-file): Use vc-status-next-line.
10217 (vc-status-unmark-file): Use vc-status-previous-line.
10218 (vc-status-unmark-file-up): New function.
10219 (vc-status-register): Likewise.
10220 (vc-status-find-file): Likewise.
10221 (vc-status-find-file-other-window): Likewise.
10222 (vc-status-current-file): Likewise.
10223 (vc-ensure-vc-buffer): Understand vc-status mode.
10224
10225 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10226
10227 2008-01-09 Glenn Morris <rgm@gnu.org>
10228
10229 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10230 entry, for Windows.
10231
10232 2008-01-09 Tom Tromey <tromey@redhat.com>
10233
10234 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10235
10236 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10239 add a file-name handler.
10240
10241 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10242
10243 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10244 Rename from function bibtex-files-expand. New optional arg select.
10245 (bibtex-flash-head): Allow blink-matching-delay being zero.
10246 (bibtex-clean-entry): Use atomic-change-group.
10247 (bibtex-format-entry): Check presence of required fields only
10248 after formatting of fields. Use member-ignore-case. Do not use
10249 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10250 (bibtex-autofill-entry): Do not call undo-boundary.
10251 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10252 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10253 Parse keys if necessary.
10254
10255 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10256
10257 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10258 quotes in case of spaces, e.g. STL containers (not pretty).
10259
10260 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10261
10262 * progmodes/gdb-ui.el (gud-gdb-command-name):
10263 Explain "--annotate=3" option is necessary for the Graphical Interface.
10264
10265 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10266
10267 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10268 on menu bar.
10269
10270 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * ffap.el (ffap-read-file-or-url): Let-bind
10273 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10274
10275 2008-01-08 Sven Joachim <svenjoac@gmx.de>
10276
10277 * vc-bzr.el: Fix typo in header.
10278
10279 2008-01-08 Eli Zaretskii <eliz@gnu.org>
10280
10281 * Makefile.in (custom-deps, finder-data): Depend on autoloads
10282 instead of loaddefs.el.
10283
10284 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10287 gets inserted out-of-order.
10288
10289 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
10290
10291 * vc-bzr.el: Copyright and version headers update.
10292 Remove some outdated comments through the whole file.
10293 (vc-bzr-program-args): Remove because unused.
10294 (vc-bzr-log-switches): New customization option.
10295 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
10296 use `vc-bzr-program-args'.
10297 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10298 `vc-find-root' (patch by Andreas Hoenen).
10299 (vc-bzr-status): Update regex to match latest Bzr output.
10300 Remove redundant test.
10301 (vc-bzr-init-version): New function.
10302 (vc-bzr-unregister): Must not delete file.
10303 (vc-bzr-find-version): New function.
10304 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10305 a non-empty string, otherwise take head revision.
10306 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10307 (vc-bzr-diff): Simpler build of the revision spec string.
10308 (vc-annotate-convert-time, vc-bzr-annotate-difference):
10309 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10310 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
10311 (vc-bzr-dired-state-info): Only provide custom strings for
10312 overloaded VC state 'edited; otherwise fallback to
10313 `vc-default-dired-state-info'.
10314
10315 2008-01-08 Richard Stallman <rms@gnu.org>
10316
10317 * delsel.el (delete-selection-mode): Doc fix.
10318
10319 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10320
10321 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10322 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10323
10324 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10325 of watch expressions (only works fully with GDB 6.7 or later).
10326
10327 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * time-stamp.el (time-stamp-time-zone):
10330 * whitespace.el (whitespace-check-buffer-leading)
10331 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10332 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10333 * progmodes/sh-script.el (sh-indentation):
10334 * textmodes/ispell.el (ispell-local-pdict):
10335 Add safe-local-variable properties.
10336
10337 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10338
10339 * vc-git.el (vc-git--call): Apply `process-file' instead of
10340 `call-process'.
10341
10342 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10343 Reported by Pete Forman <pete.forman@westerngeco.com>.
10344 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10345 (tramp-handle-process-file): Handle the case where DESTINATION is
10346 a consp with t as car.
10347 (tramp-wait-for-output): We shall remove exactly what has been
10348 find by the search.
10349
10350 2008-01-08 Kevin Ryde <user42@zip.com.au>
10351
10352 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10353 For perl, allow "during global destruction" at end. Add entry for
10354 two-arg form of the Test module ok() func.
10355
10356 2008-01-08 Glenn Morris <rgm@gnu.org>
10357
10358 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10359 unified format.
10360
10361 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10362
10363 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10364
10365 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10366 Simplify selection of frame focusing function.
10367
10368 2008-01-08 Michael Olson <mwolson@gnu.org>
10369
10370 * textmodes/remember.el (remember-region): Fix typo in docstring.
10371
10372 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10373
10374 * textmodes/remember.el (remember): If there is a visible region
10375 [that is, the mark is active and transient mark mode is enabled]
10376 then use this region for the initial contents of the *Remember*
10377 buffer. Use `region-beginning' and `region-end' instead of
10378 `point' and `mark'.
10379
10380 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10381
10382 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10383 argument to vc-hg-command.
10384 (vc-hg-log-view-mode): Handle the user field better.
10385
10386 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10389
10390 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10391
10392 * vc.el (vc-status-fileinfo): New defstruct.
10393 (vc-status): New defvar.
10394 (vc-status-insert-headers, vc-status-printer, vc-status)
10395 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10396 (vc-status-unmark-file, vc-status-marked-files): New functions.
10397
10398 * vc-hg.el (vc-hg-dir-status): New function.
10399
10400 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10401
10402 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10403 keymap from here ...
10404 (custom-mode): ... to here. Reported by Reiner Steib.
10405
10406 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10407
10408 * obsolete/x-apollo.el: Remove file for unsupported system.
10409
10410 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10411 Apollo.
10412
10413 * progmodes/gud.el (gud-dgux-p): Remove.
10414 (dbx): Remove reference to dgux.
10415
10416 * progmodes/ps-mode.el (ps-mode-print-function):
10417 * ps-print.el (ps-lp-system):
10418 * paths.el (rmail-spool-directory):
10419 * ls-lisp.el (ls-lisp-emulation):
10420 * lpr.el (lpr-lp-system):
10421 * dired.el (dired-chown-program): Remove references to dgux.
10422
10423 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * vc.el (vc-process-sentinel): Fix apparent typo.
10426 (vc-do-command): Forcefully kill any left over process.
10427 Use start-file-process.
10428 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10429
10430 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10431
10432 * net/dbus.el (dbus-list-hash-table)
10433 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10434 (dbus-check-event): Add serial number to event.
10435 (dbus-handle-event): Apply return message if needed.
10436 (dbus-event-serial-number): New defun.
10437 (dbus-event-service-name, dbus-event-path-name)
10438 (dbus-event-interface-name, dbus-event-member-name):
10439 Adapt implementation to serial number.
10440
10441 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10442
10443 * bs.el (bs--get-mode-name): Fix typo in previous change.
10444
10445 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10446
10447 * mouse.el (mouse-popup-menubar): Fix typo.
10448
10449 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10450 form inside with-current-buffer.
10451
10452 * progmodes/antlr-mode.el (provide): Move to the end of file.
10453 (require): Don't require font-lock and compile.
10454 (outline-level, imenu-use-markers, imenu-create-index-function):
10455 Move declarations to top level.
10456 (cond-emacs-xemacs-macfn): Declare for compiler.
10457
10458 * vc-bzr.el (vc-bzr-root):
10459 * vc-arch.el (vc-arch-root): Only set a property if the file is
10460 managed by this backend.
10461
10462 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10463
10464 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10465
10466 * doc-view.el (doc-view-scroll-up-or-next-page)
10467 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10468 top/bottom again when on the first/last page.
10469
10470 * doc-view.el (doc-view-scroll-up-or-next-page)
10471 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10472 image-scroll-down instead of the non-image equivalents.
10473 Don't rely on a signalled condition but switch pages when scrolling
10474 doesn't change the vertical position anymore.
10475 (doc-view-mode-map): Remap scroll-{up,down} to
10476 image-scroll-{up,down}.
10477
10478 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10479
10480 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10481 tpu-mapper command rather than load the tpu-mapper package.
10482
10483 * emulation/tpu-mapper.el (tpu-mapper): New command.
10484 Contains all the code previously at top-level.
10485
10486 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10489 * imenu.el (imenu-add-to-menubar):
10490 * makesum.el (make-command-summary):
10491 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10492 (mouse-buffer-menu):
10493 * msb.el (msb--mode-menu-cond):
10494 * calc/calc-embed.el (calc-do-embedded):
10495 * emacs-lisp/helper.el (Helper-describe-mode):
10496 * mail/emacsbug.el (report-emacs-bug):
10497 * progmodes/hideshow.el (hs-grok-mode-type):
10498 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10499 * textmodes/table.el (*table--cell-describe-mode):
10500 Pass mode-name through format-mode-line.
10501
10502 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10505 * progmodes/ada-mode.el (comment-region):
10506 * calendar/todo-mode.el (todo-insert-item):
10507 * bookmark.el (bookmark-buffer-name):
10508 Test major-mode rather than mode-name.
10509
10510 2008-01-04 Richard Stallman <rms@gnu.org>
10511
10512 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10513 Call byte-compile-warn-about-unresolved-functions outside
10514 the with-current-buffer.
10515 (byte-compile-insert-header): Use with-current-buffer.
10516
10517 2008-01-04 Glenn Morris <rgm@gnu.org>
10518
10519 * startup.el (fancy-about-screen): Remove reference to deleted
10520 `fancy-splash-help-echo' variable.
10521
10522 * version.el (emacs-copyright): Update to 2008.
10523
10524 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10525 rather than mapcar.
10526
10527 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10528 change (merge mistake).
10529
10530 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10531
10532 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10533 (bookmark-get-bookmark-record):
10534 * image-mode.el (bookmark-make-cell-function)
10535 (bookmark-get-filename, bookmark-get-bookmark-record)
10536 (bookmark-get-position):
10537 * log-view.el (vc-modify-change-comment):
10538 * progmodes/grep.el (find-name-arg): Declare for compiler.
10539
10540 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10541
10542 * savehist.el (savehist-coding-system): Default to a variant coding
10543 system with explicit unix end-of-line conversion, which is safer.
10544
10545 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10548 * ibuffer.el (mode column): Use format-mode-line.
10549
10550 * server.el (server-create-window-system-frame): Remove workaround for
10551 a bug that has been fixed.
10552
10553 2008-01-03 Magnus Henoch <magnus@zemdatav>
10554
10555 * net/dbus.el (dbus-name-owner-changed-handler):
10556 Use dbus-unregister-object instead of dbus-unregister-signal.
10557
10558 2008-01-03 Drew Adams <drew.adams@oracle.com>
10559
10560 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10561
10562 2008-01-03 Richard Stallman <rms@gnu.org>
10563
10564 * replace.el (occur-context-lines): New subroutine,
10565 broken out of occur-engine.
10566 (occur-engine): Call it.
10567
10568 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10569
10570 * vc-git.el (vc-git--ls-files-state): New function.
10571 (vc-git-dir-state): Use it instead of processing the status
10572 results here.
10573
10574 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10575
10576 * progmodes/grep.el (grep-find-ignored-directories):
10577 Initialize from the value of vc-directory-exclusion-list.
10578
10579 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10580 even though we don't have a back end for darcs yet.
10581
10582 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10583
10584 Change a return type, for greater extensibility.
10585 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10586 and its thread for discussion leading to this change.
10587
10588 * bookmark.el (bookmark-jump-noselect):
10589 Return an alist instead of a dotted pair.
10590 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10591 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10592 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10593 (bookmark-make-cell-function): Adjust documentation accordingly.
10594
10595 * image-mode.el (image-bookmark-jump):
10596 Adjust return type accordingly; document.
10597
10598 * doc-view.el (doc-view-bookmark-jump):
10599 Adjust return type accordingly; document.
10600
10601 2008-01-02 Miles Bader <miles@gnu.org>
10602
10603 * net/rcirc.el (rcirc-log-filename-function): New variable.
10604 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10605 log-file name. Don't log anything if it returns nil.
10606 (rcirc-log-write): Use `expand-file-name' when merging the
10607 log-file name from the alist with rcirc-log-directory; this does
10608 the right thing if the name in the alist already an absolute
10609 filename. Make the log-file directory if necessary.
10610
10611 2007-12-29 Richard Stallman <rms@gnu.org>
10612
10613 * font-lock.el (font-lock-prepend-text-property)
10614 (font-lock-append-text-property): Canonicalize the face and
10615 font-lock-face properties.
10616
10617 * faces.el (facep): Doc fix.
10618
10619 * startup.el (fancy-startup-tail, fancy-about-text)
10620 (fancy-startup-text): Regularize format of face property.
10621
10622 * facemenu.el (list-colors-print): Use :background and :foreground
10623 instead of background-color and foreground-color.
10624
10625 2007-12-29 Drew Adams <drew.adams@oracle.com>
10626
10627 * cus-edit.el (custom-add-parent-links):
10628 Fill the "Parent documentation" text.
10629
10630 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10631
10632 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10633 MS-Windows and MS-DOS.
10634 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10635
10636 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10637
10638 * vc-svn.el (vc-svn-modify-change comment): New function.
10639
10640 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10643 Do not disable undo, with-temp-buffer does it by default.
10644
10645 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10646
10647 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10648 correctly.
10649
10650 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10651 with vc-state.
10652 (vc-next-action): Fix vc-transfer-file call.
10653
10654 2007-12-31 Tom Tromey <tromey@redhat.com>
10655
10656 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10657 Move point to the start of the buffer.
10658
10659 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10662
10663 * vc.el: State that dir-state is required to set the vc-state and
10664 vc-backend properties.
10665
10666 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10667
10668 * man.el (Man-default-man-entry): Make this a defun.
10669 Improve guessing mechanism and handling of section numbers.
10670
10671 2007-12-31 Richard Stallman <rms@gnu.org>
10672
10673 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10674
10675 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10676
10677 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10678 are on the result even when the result is zero.
10679
10680 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10683 resistent towards wrong parameters.
10684 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10685
10686 2007-12-30 Richard Stallman <rms@gnu.org>
10687
10688 * faces.el (face-all-attributes): New function.
10689
10690 * faces.el (face-differs-from-default-p): Compute list of attr names
10691 from face-attribute-name-alist.
10692
10693 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10694 (custom-face-save): Likewise.
10695 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10696
10697 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10698 (custom-theme-set-faces): Clear `face-override-spec' property.
10699 Call `face-spec-set' with FOR-DEFFACE.
10700
10701 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10702
10703 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10704 Use of frame as third arg is deprecated.
10705 Handle `face-override-spec' property.
10706 (face-spec-recalc): New function.
10707 (face-spec-set-2): New function.
10708 (frame-set-background-mode): Handle `face-override-spec' property.
10709 Use `face-spec-recalc'.
10710 (face-set-after-frame-default): Use `face-spec-recalc'.
10711
10712 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10713
10714 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10715
10716 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10717
10718 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10719
10720 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10721
10722 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10723 'added, 'removed.
10724
10725 * vc.el (header coment): Better description of dir-state.
10726 (vc-compatible-state): New function. Checks whether two states
10727 can be in the same changeset; used with 'edited it can test whether
10728 the next action for a state should be commit.
10729 (vc-default-dired-state-info): Display 'removed state.
10730 (vc-dired-hook): Turn off undo, this is a speed tweak.
10731
10732 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10733
10734 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10735 Cope with the possibility that the 'C' status flag might change
10736 in 0.9,6.
10737
10738 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10739
10740 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10741
10742 * files.el (cd-absolute): Fix omission bug:
10743 Make `list-buffers-directory' buffer-local.
10744
10745 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10746
10747 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10748
10749 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10750
10751 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10752
10753 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10754 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10755 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10756 (math-maxima-parse-subst, math-maxima-parse-taylor)
10757 (math-maxima-compose-taylor, math-maxima-compose-subst)
10758 (math-maxima-compose-if, math-lang-switch-args)
10759 (math-lang-compose-switch-args, math-read-giac-subscr):
10760 New functions.
10761 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10762 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10763 Add languages.
10764 (math-vector-brackets, math-complex-format, math-variable-table)
10765 (math-parse-table, math-oper-table, math-function-table)
10766 (math-special-function-table, math-compose-subscr):
10767 Add values for new languages.
10768
10769 * calc/calccomp.el (math-compose-expr): Add new languages.
10770
10771 * calc/calc.el (calc-language): Add languages to docstring.
10772
10773 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10774 for new languages. Autoload commands to change languages.
10775
10776 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10777
10778 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10779 (calc-arithmetic-menu, calc-scientific-function-menu)
10780 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10781 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10782 Add :active keywords.
10783
10784 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10785
10786 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10787 returns 'ignored or 'unregistered.
10788 (vc-hg-state): Pass "-A" to the status command and deal with the
10789 output.
10790 (vc-hg-dir-state): Pass "-A" to the status command.
10791
10792 2007-12-29 Richard Stallman <rms@gnu.org>
10793
10794 * progmodes/compile.el (compilation-start): Set initial visible
10795 point properly even when compilation buffer already current.
10796
10797 2007-12-29 Richard Stallman <rms@gnu.org>
10798
10799 * files.el (conf-mode-maybe): New function.
10800 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10801
10802 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10803
10804 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10805
10806 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10807
10808 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10809
10810 2007-12-29 Richard Stallman <rms@gnu.org>
10811
10812 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10813 so they never do EOF.
10814
10815 2007-12-29 Richard Stallman <rms@gnu.org>
10816
10817 * faces.el (copy-face): Create the new face explicitly if it
10818 does not exist already.
10819
10820 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10821
10822 * simple.el (minibuffer-history, shell-command-history)
10823 (set-variable-value-history):
10824 * replace.el (regexp-history):
10825 * international/mule-cmds.el (input-method-history):
10826 * files.el (file-name-history): Add reference to history-length in
10827 the doc string.
10828
10829 2007-12-29 Richard Stallman <rms@gnu.org>
10830
10831 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10832
10833 2007-12-29 Jason Rumney <jasonr@gnu.org>
10834
10835 * find-dired.el (find-name-arg): New custom variable.
10836 (find-name-dired): Use it.
10837 (find-dired-find-program): Remove.
10838 (find-dired): Use find-program.
10839 (find-grep-dired): Use grep-program.
10840
10841 * progmodes/grep.el (rgrep): Use find-name-arg.
10842
10843 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10844
10845 * progmodes/cc-vars.el (defcustom-c-stylevar):
10846 Revert to pre-2007-12-12 version.
10847
10848 2007-12-29 Richard Stallman <rms@gnu.org>
10849
10850 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10851
10852 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10853 Use changed.
10854
10855 * startup.el (fancy-splash-help-echo): Var deleted.
10856 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10857 (fancy-about-screen): Don't display fancy-splash-help-echo.
10858
10859 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10860
10861 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
10862
10863 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10864 to vc-hooks.el so it will be available to other modes, such as
10865 speedbar.el. Also, teach it to recognize monotone state directories.
10866
10867 * speedbar.el: Remove this mode's fragile assumptions about
10868 version-control systems. Instead, make it use logic from
10869 vc-hooks.el so it will become smarter whenever VC mode does.
10870
10871 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10872 Fix the documentation.
10873
10874 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10875 Modify all instances of the dir-state back-end method to suppress
10876 keeping undo lists on the buffers holding status output, which
10877 can get extremely large.
10878
10879 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10880 so they don't do work that the default one can do instead.
10881
10882 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10883 states, and the new return-value convention. These are not
10884 actually used yet, just set.
10885
10886 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10887 states when appropriate.
10888
10889 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10890 'unregistered when appropriate.
10891
10892 * vc-git.el: Document that we don't set the new states yet.
10893
10894 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10895 'ignored states.
10896
10897 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10898 appropriate.
10899
10900 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10901 when appropriate.
10902
10903 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
10904
10905 * thumbs.el (thumbs-call-convert): Use call-process directly
10906 with thumbs-conversion-program instead of through shell-file-name
10907 for better error reporting.
10908
10909 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
10910
10911 * calc/calc-aent.el (math-remove-percentsigns):
10912 * calc/calccomp.el (math-to-percentsigns): Change placeholder
10913 for percent signs.
10914
10915 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10916
10917 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10918 use completion-ignored-extensions to detect files that should be
10919 ignorted in VC-Dired listings, heading off lots of expensive calls
10920 to (vc-state).
10921
10922 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10923 non-terse mode.
10924 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10925 Makefile.in or Makefile.am.
10926
10927 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10928
10929 * ps-print.el (ps-mark-active-p): Fun returned back.
10930 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10931 `region-active-p' for error checking.
10932
10933 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
10934
10935 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10936 Put new machinery in place to support editing of change comments
10937 with 'e' in a log-view buffer. Not documented yet as this
10938 only works for SCCS, RCS, and maybe CVS if you have admin
10939 privileges. When we have backend support for Subversion and
10940 more modern systems it will be time to write this up.
10941
10942 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
10943
10944 * international/mule-cmds.el (select-safe-coding-system):
10945 When a buffer is modified, cancel the writing.
10946
10947 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
10948
10949 * log-view.el: Add Subversion and Mercurial log format samples.
10950
10951 * vc.el (vc-dired-hook): Significantly speed up by arranging for
10952 it to call the backend dir-state hook (if it exists)
10953 exactly *once*, rather than once per each subdirectory (with
10954 dired-state-info calls on all toplevel files slowing it down even
10955 further). For this to work, backend dir-state methods have to
10956 recurse to subdirectories. Most of them already did anyway; a few
10957 needed *non*-recursion switches removed. This change mostly
10958 removed code that was perversely bad and should have been shot
10959 through the head years ago.
10960
10961 * vc-bzr.el (vc-bzr-dir-state):
10962 * vc-cvs.el (vc-cvs-dir-state):
10963 * vc-mcvs.el (vc-mcvs-dir-state):
10964 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10965
10966 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10967 multiple arguments, so generate logs sequentially when we get them.
10968 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10969 headers so the various log bindings can do the right thing.
10970 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10971
10972 2007-12-26 Andreas Schwab <schwab@suse.de>
10973
10974 * font-lock.el (save-buffer-state): Make sure the state of the
10975 buffer is always restored.
10976
10977 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
10978
10979 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10980
10981 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10982 a variable.
10983
10984 * calc/calccomp.el (math-to-percentsigns): New function.
10985 (math-compose-var): Handle variables with percent signs.
10986 (math-compose-expr): Handle function names with percent signs.
10987
10988 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10989 (math-read-exprs): Handle percent signs in languages that
10990 allow them.
10991 (math-restore-underscores): Remove function.
10992 (math-remove-percentsigns, math-restore-placeholders):
10993 New functions.
10994
10995 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10996
10997 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10998 of `mark' for error checking.
10999
11000 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11001
11002 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11003 New functions.
11004 (image-mode): Set bookmark-make-cell-function appropriately.
11005
11006 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11007
11008 * bookmark.el (bookmark-make-cell-function): New variable.
11009 (bookmark-make): Call bookmark-make-cell-function's function
11010 instead of bookmark-make-cell.
11011 (bookmark-get-handler, bookmark-jump-internal): New functions.
11012 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11013 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11014 Use bookmark-jump-internal.
11015 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11016
11017 * doc-view.el (doc-view-bookmark-make-cell)
11018 (doc-view-bookmark-jump): New functions.
11019 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11020
11021 2007-12-25 Miles Bader <miles@gnu.org>
11022
11023 * indent.el (indent-for-tab-command): Rigidly indent the following
11024 sexp along with the current line when a prefix arg is given in the
11025 non-active-region case. Specify raw prefix in interactive spec.
11026 Simplify main indentation logic to get rid of the conditional call
11027 to `indent-according-to-mode' (it just ended up calling
11028 `indent-line-function' in all cases anyway, which can be done more
11029 simply here). Remove unnecessary test of ARG in active region case.
11030
11031 2007-12-25 Richard Stallman <rms@gnu.org>
11032
11033 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11034 Use `use-region-p'.
11035 (allout-write-file-hook-handler): Simplify code.
11036
11037 * ps-print.el (ps-mark-active-p): Function deleted.
11038 (ps-print-preprint-region): Use (mark) for the error check.
11039
11040 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11041
11042 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11043
11044 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11045
11046 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11047
11048 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11049
11050 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11051
11052 * progmodes/cc-defs.el (c-region-is-active-p):
11053 Use `mark-active' if it's defined.
11054
11055 * progmodes/cc-cmds.el (c-indent-line-or-region):
11056 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11057
11058 * simple.el (select-active-regions): New option.
11059 (set-mark): Obey it.
11060 (yank-pop-change-selection): New option.
11061 (current-kill): Obey it.
11062
11063 * simple.el (use-region-p): Rename from `region-active-p'.
11064 (region-active-p): New function.
11065
11066 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11067
11068 * term/x-win.el (x-select-enable-primary): New option.
11069 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11070
11071 * mouse.el (mouse-yank-primary): New function (almost same
11072 as mouse-yank-secondary).
11073
11074 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11075
11076 * calculator.el:
11077 * dframe.el:
11078 * iswitchb.el:
11079 * whitespace.el:
11080 * winner.el:
11081 * emacs-lisp/checkdoc.el:
11082 * mail/feedmail.el:
11083 * net/quickurl.el:
11084 * obsolete/fast-lock.el:
11085 * play/5x5.el:
11086 * progmodes/delphi.el:
11087 * progmodes/idlw-shell.el:
11088 * progmodes/idlwave.el:
11089 * textmodes/artist.el:
11090 * textmodes/ispell.el:
11091 * textmodes/texinfmt.el:
11092 * textmodes/texinfo.el: Remove obsolete definitions of backward
11093 compatibility macros for defcustom, defgroup, defface, when,
11094 unless, with-current-buffer and with-temp-message.
11095
11096 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11097
11098 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11099
11100 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11103 indeed a process.
11104
11105 2007-12-23 Richard Stallman <rms@gnu.org>
11106
11107 * simple.el (region-active-p): New function.
11108 (use-empty-active-region): New variable.
11109
11110 * dired-aux.el (dired): Load dired.el at run time too.
11111
11112 2007-12-23 Juri Linkov <juri@jurta.org>
11113
11114 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11115 default list with a full list of references.
11116
11117 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11118
11119 2007-12-23 Andreas Schwab <schwab@suse.de>
11120
11121 * files.el (switch-to-buffer-other-frame): Return the buffer
11122 switched to.
11123
11124 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11125
11126 Sync with Tramp 2.1.12.
11127
11128 * net/tramp.el: New todo item.
11129
11130 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11131 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11132
11133 * net/trampver.el: Update release number.
11134
11135 2007-12-22 Richard Stallman <rms@gnu.org>
11136
11137 * newcomment.el (comment-region-default): Don't triple the
11138 comment starter if the first region line isn't indented enough.
11139
11140 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11141
11142 * net/imap.el (imap-authenticate): Use current-buffer instead of
11143 buffer, for the cases where imap-authenticate is called with a nil
11144 buffer parameter.
11145
11146 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11147
11148 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11149 specifier from format-string. Reported by Ye Wenbin.
11150
11151 2007-12-20 Jason Rumney <jasonr@gnu.org>
11152
11153 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11154 Parent group is font-lock-faces.
11155 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11156 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11157 (nxml-version): Remove.
11158 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11159 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11160 (nxml-processing-instruction-delimiter)
11161 (nxml-processing-instruction-target)
11162 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11163 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11164 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11165 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11166 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11167 (nxml-attribute-prefix, nxml-attribute-colon)
11168 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11169 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11170 (nxml-attribute-value, nxml-attribute-value-delimiter)
11171 (nxml-namespace-attibute-value)
11172 (nxml-namespace-attribure-value-delimiter)
11173 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11174 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11175 (nxml-glyph): Rename, removing -face suffix.
11176 Inherit from existing font-lock faces.
11177 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11178 Use new face names.
11179
11180 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11181 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11182 Rename, removing -face suffix.
11183 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11184 (nxml-highlighted-colon, nxml-highlighted-slash)
11185 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11186 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11187 (nxml-highlighted-qname, nxml-outline-display-heading):
11188 Use new face names.
11189
11190 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11191
11192 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11193
11194 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11195
11196 * cus-start.el (all): Use correct group name for members of
11197 mode-line group.
11198
11199 * man.el (Man-default-man-entry): When looking for default man
11200 entry title search text preceding point. Use when instead of if.
11201
11202 * indent.el (indent-for-tab-command): Fix doc-string typo.
11203
11204 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11205 vc-parent-buffer is the current buffer.
11206
11207 * info-look.el (info-lookup, info-lookup-setup-mode)
11208 (info-lookup-make-completions): Avoid clobbering Info-history and
11209 Info-history-list.
11210
11211 2007-12-19 Glenn Morris <rgm@gnu.org>
11212
11213 * progmodes/verilog-mode.el (top-level): Don't require compile.
11214 (compilation-error-regexp-alist, compilation-last-buffer):
11215 Define for compiler.
11216 (verilog-insert-1): New function.
11217 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11218 Use verilog-insert-1.
11219 (verilog-surelint-off): Use next-error-last-buffer if bound.
11220 Check compile buffer is live.
11221
11222 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11223
11224 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11225 argument to display-buffer.
11226
11227 2007-12-19 Jason Rumney <jasonr@gnu.org>
11228
11229 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11230 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11231 (rng-byte-compile-load, rng-write-version): Remove.
11232
11233 * nxml/rng-loc.el (rng-schema-locating-files-default)
11234 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11235 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11236
11237 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11238
11239 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11240 show correct path in buffer list.
11241
11242 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11243 (tramp-find-shell): Send only single prompt setting commands, in
11244 order to avoid double-prompt.
11245
11246 * net/tramp-compat.el (top): Require cl only when compiling.
11247 Reported by Glenn Morris <rgm@gnu.org>.
11248
11249 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11250
11251 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11252 (c-comment-continuation-stars): No longer declare with
11253 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11254 (c-block-comment-prefix): Use symbol-value to
11255 access c-comment-continuation-stars.
11256 * progmodes/cc-mode.el (c-initialize-cc-mode):
11257 Use symbol-value to access c-comment-continuation-stars.
11258
11259 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11260
11261 * xml.el (xml-escape-string): New function. Escape string using
11262 xml-entity-alist.
11263 (xml-debug-print-internal): Use xml-escape-string to escape
11264 characters in attributes and in text children of elements.
11265
11266 2007-12-18 Glenn Morris <rgm@gnu.org>
11267
11268 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11269 systems without define-minor-mode.
11270
11271 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11272
11273 * progmodes/verilog-mode.el: Replace all instances of
11274 string-to-int with string-to-number, insert-string with insert,
11275 and read-input with read-string.
11276 (top-level): No need to require imenu, reporter, dinotrace, vc,
11277 font-lock when compiling. Always require compile. Relegate remaining
11278 compatibility cruft to XEmacs. Don't require font-lock.
11279 (verilog-version): Remove superfluous concat.
11280 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11281 No need to define.
11282 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11283 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11284 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11285 (verilog-startup-message-displayed): These are variables, not constants.
11286 (verilog-batch-execute-func, verilog-auto-inst)
11287 (verilog-auto-inst-param): Use mapc rather than mapcar.
11288 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11289 actually defining.
11290 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11291 (verilog-modi-get-outputs, verilog-modi-get-inouts)
11292 (verilog-modi-get-inputs, verilog-modi-get-wires)
11293 (verilog-modi-get-regs, verilog-modi-get-assigns)
11294 (verilog-modi-get-consts, verilog-modi-get-gparams)
11295 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11296 (verilog-modi-get-sub-inputs): Move inline functions earlier in
11297 the file.
11298 (sigs-in, sigs-out): Don't declare multiple times.
11299 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11300 `defvar'.
11301 (verilog-auto): Call dinotrace-unannotate-all only if bound.
11302 (verilog-module-inside-filename-p): No need to wrap fboundp test
11303 in condition-case.
11304 (reporter-submit-bug-report): Autoload it.
11305 (verilog-mark-defun): Call zmacs-activate-region only if bound.
11306 (verilog-font-customize): Call customize-apropos only if bound.
11307 (verilog-getopt-flags, verilog-auto-reeval-locals):
11308 Use make-local-variable rather than make-variable-buffer-local.
11309 (verilog-company, verilog-project, verilog-modi-cache-list):
11310 Move make-variable-buffer-local calls to top-level.
11311 (font-lock-defaults-alist): Don't define it.
11312 (verilog-need-fld): Remove.
11313 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11314 (verilog-mode): Only call make-local-hook on XEmacs.
11315 Set font-lock-defaults rather than using verilog-font-lock-init.
11316
11317 2007-12-17 Andreas Schwab <schwab@suse.de>
11318
11319 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11320 Fix comment typo.
11321
11322 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
11323
11324 * net/dbus.el (dbus-name-owner-changed-handler):
11325 Use `dbus-unregister-signal' for removing old rules.
11326 Obey new structure of `dbus-registered-functions-table'.
11327
11328 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
11329
11330 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11331
11332 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11333
11334 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11335 function.
11336 (add-submenu): Only define for XEmacs.
11337 (verilog-regexp-words): Revert previous change, keep the other
11338 definition.
11339
11340 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11341
11342 * progmodes/perl-mode.el (perl-continued-statement-offset)
11343 (perl-continued-brace-offset, perl-brace-offset)
11344 (perl-brace-imaginary-offset, perl-label-offset):
11345 * progmodes/cperl-mode.el (cperl-brace-offset)
11346 (cperl-continued-brace-offset, cperl-label-offset)
11347 (cperl-continued-statement-offset)
11348 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11349 Add safe-local-variable properties.
11350
11351 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11352
11353 * progmodes/verilog-mode.el (verilog-mode-map)
11354 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11355 (verilog-colorize-include-files): Use only overlay functions so
11356 that it can work on both emacs and XEmacs.
11357 (set-extent-keymap): Remove unused defun.
11358 (verilog-kill-existing-comment, verilog-insert-date)
11359 (verilog-insert-year): Rename in order not to pollute the global
11360 namespace from kill-existing-comment, insert-date and
11361 insert-year, respectively.
11362 (verilog-set-auto-endcomments, verilog-header): Update callers.
11363
11364 * files.el (auto-mode-alist): Recognize verilog files.
11365
11366 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11367 (verilog-string-remove-spaces, verilog-re-search-forward)
11368 (verilog-re-search-backward, verilog-re-search-forward-quick)
11369 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11370 (verilog-get-end-of-line, verilog-within-string): Move definitions
11371 before first use. No code changes.
11372
11373 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11374
11375 * progmodes/verilog-mode.el (verilog-mode-version)
11376 (verilog-mode-release-date): Don't use expanding keywords.
11377 (provide): Move to the end of file.
11378 (fboundp): Don't check if eval-when-compile is bound, it is used
11379 later in the file without checking.
11380 (when, unless): Copy definitions from subr.el.
11381 (char-before, defcustom, defface, customize-group)
11382 (verilog-batch-error-wrapper): Don't use old style backquotes.
11383 (verilog-regexp-opt): Avoid using the cl function case.
11384 (verilog-regexp-words): Remove duplicated definition.
11385 (verilog-mode-abbrev-table): Remove, duplicate.
11386 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11387 Declare and initialize in one step.
11388 (verilog-declaration-prefix-re, verilog-declaration-re)
11389 (verilog-end-of-statement, verilog-indent-declaration)
11390 (verilog-get-lineup-indent): Remove trailing whitespace.
11391 (verilog-mode): Fix autoload cookie.
11392 Set beginning-of-defun-function and end-of-defun-function. Use when
11393 instead of if.
11394 (verilog-emacs-features, verilog-auto-ascii-enum)
11395 (verilog-insert-indices): Escape braces in doc strings.
11396
11397 2007-12-08 Michael McNamara <mac@verilog.com>
11398 Wilson Snyder <wsnyder@wsnyder.org>
11399
11400 * progmodes/verilog-mode.el: New file.
11401
11402 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11403
11404 * international/latexenc.el (latexenc-find-file-coding-system):
11405 If both coding-system-for-write and buffer-file-coding-system of
11406 latex-main-file are nil, use `undecided'.
11407
11408 2007-12-06 Jason Rumney <jasonr@gnu.org>
11409
11410 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11411
11412 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11413
11414 * files.el (revert-buffer): Docstring fix.
11415
11416 2007-12-11 Glenn Morris <rgm@gnu.org>
11417
11418 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11419
11420 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11421
11422 * calc/calc-aent.el (math-restore-underscores)
11423 (math-string-restore-underscores): New functions.
11424 (math-read-factor): Properly check variable names with underscores
11425 for entries in `math-expr-variable-mapping'.
11426
11427 * calc/calc-lang.el (math-lang-name): New property name.
11428
11429 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11430 to set language name.
11431
11432 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11433
11434 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11435
11436 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11437
11438 * server.el (server-select-display): Fix important typo.
11439 (server-process-filter): Turn a "" display into nil.
11440
11441 2007-12-09 Juri Linkov <juri@jurta.org>
11442
11443 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11444 Check search-upper-case before calling isearch-no-upper-case-p
11445 to set case-fold-search.
11446 (occur): Doc fix.
11447 (occur-1, perform-replace): Check search-upper-case before calling
11448 isearch-no-upper-case-p to set case-fold-search.
11449
11450 * isearch.el (search-upper-case): Doc fix.
11451 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11452 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11453 (isearch-query-replace-regexp): Doc fix.
11454 (isearch-occur): New function.
11455
11456 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11457
11458 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11459 backward compatibility.
11460
11461 * net/imap.el (imap-string-to-integer): New function.
11462
11463 2007-12-09 David Kastrup <dak@gnu.org>
11464
11465 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11466 directories. Not sure anybody uses this anymore, though.
11467
11468 2007-12-09 Glenn Morris <rgm@gnu.org>
11469
11470 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11471 in make-variable-frame-local call.
11472
11473 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11474
11475 * mail/hashcash.el (declare-function):
11476 * net/imap.el (declare-function): New no-op macro for backward
11477 compatibility.
11478
11479 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11480
11481 Sync makefile.w32-in with Makefile.in.
11482
11483 * makefile.w32-in (check-declare): New target.
11484 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11485 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11486 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11487 ($(lisp)/progmodes/cc-mode.elc): Use it.
11488 ($(lisp)/progmodes/cc-mode.elc): New rule.
11489
11490 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11491
11492 * indent.el (tab-stop-list): Mark as safe-local-variable.
11493
11494 * generic-x.el (etc-sudoers-generic-mode): New mode.
11495 (generic-unix-modes): Add it.
11496
11497 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11498
11499 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11500 apply wildcards in a hash table key; there is no usable hash code then.
11501 (dbus-registered-functions-table): Use `equal' as test function.
11502 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11503 structure.
11504
11505 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11506
11507 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11508 bound error in block comment branch.
11509
11510 2007-12-08 David Kastrup <dak@gnu.org>
11511
11512 * textmodes/reftex.el (reftex-select-with-char):
11513 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11514 (reftex-toc-visit-location, reftex-toc-find-section):
11515 * textmodes/reftex-index.el (reftex-index-show-entry):
11516 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11517 (org-table-rotate-recalc-marks, org-mark-ring-push)
11518 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11519 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11520 (org-evaluate-time-range, org-edit-agenda-file-list):
11521 * textmodes/artist.el (artist-select-next-op-in-list)
11522 (artist-select-prev-op-in-list):
11523 * term/mac-win.el (mac-service-insert-text):
11524 * startup.el (fancy-about-screen):
11525 * progmodes/vhdl-mode.el (vhdl-decision-query):
11526 * progmodes/idlwave.el (idlwave-template)
11527 (idlwave-scroll-completions, idlwave-display-completion-list):
11528 * progmodes/ebrowse.el (ebrowse-show-progress):
11529 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11530 * progmodes/antlr-mode.el (antlr-insert-option-do):
11531 * play/mpuz.el (mpuz-close-game):
11532 * net/rcirc.el (rcirc-next-active-buffer):
11533 * mail/reporter.el (reporter-update-status):
11534 * kmacro.el (kmacro-display):
11535 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11536 * emulation/viper-util.el (viper-save-setting):
11537 * emacs-lisp/lisp-mnt.el (lm-verify):
11538 * emacs-lisp/edebug.el (edebug-set-mode):
11539 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11540 * calendar/calendar.el (calendar-print-day-of-year):
11541 * calc/calcalg3.el (calc-curve-fit):
11542 * calc/calcalg2.el (math-integral):
11543 * calc/calc.el (calc-read-key-sequence, calc-version):
11544 * calc/calc-mode.el (calc-set-simplify-mode):
11545 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11546
11547 2007-12-07 D. Goel <deego3@gmail.com>
11548
11549 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11550 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11551 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11552 * mail/uce.el (uce-reply-to-uce)
11553 * progmodes/vhdl-mode.el (vhdl-template-modify)
11554 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11555 to `error' (as suggested by RMS.)
11556
11557 2007-12-07 Glenn Morris <rgm@gnu.org>
11558
11559 * allout.el (allout-write-file-hook-handler):
11560 * textmodes/reftex.el (reftex-TeX-master-file):
11561 * textmodes/reftex-parse.el (reftex-short-context):
11562 Revert previous change.
11563
11564 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11565
11566 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11567 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11568 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11569 (dbus-event-service-name, dbus-event-path-name)
11570 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11571 event structure.
11572 (dbus-list-activatable-names, dbus-list-names)
11573 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11574 Reorder `dbus-call-method' arguments.
11575
11576 2007-12-06 D. Goel <deego3@gmail.com>
11577
11578 * allout.el (allout-write-file-hook-handler):
11579 * textmodes/reftex.el (reftex-TeX-master-file):
11580 * textmodes/org.el (org-paste-subtree):
11581 * progmodes/vhdl-mode.el (vhdl-template-modify):
11582 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11583 (idlwave-shell-display-line):
11584 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11585 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11586 * net/trampver.el (x):
11587 * mail/uce.el (uce-reply-to-uce):
11588 * mail/rmailout.el (rmail-output):
11589 * mail/feedmail.el (feedmail-dump-message-to-queue):
11590 * whitespace.el (whitespace-write-file-hook):
11591 * wdired.el (wdired-check-kill-buffer):
11592 * vc.el (vc-update):
11593 * vc-mcvs.el (vc-mcvs-checkin):
11594 * vc-cvs.el (vc-cvs-checkin):
11595 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11596 * ibuffer.el (ibuffer-current-buffer):
11597 * dired.el (dired-move-to-end-of-filename):
11598 * bindings.el (complete-symbol):
11599 * textmodes/org-publish.el (org-publish-file):
11600 (org-publish-current-project):
11601 * textmodes/reftex-parse.el (reftex-short-context):
11602 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11603
11604 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * doc-view.el (doc-view-dvi->pdf-sentinel)
11607 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11608 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11609 within a sentinel or timer.
11610 (doc-view-display): Don't try to display before the requested page
11611 is available, unless told to do so explicitly.
11612 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11613 Force display even if the requested page is not available.
11614
11615 2007-12-06 Richard Stallman <rms@gnu.org>
11616
11617 * help-fns.el (describe-function-1): Call ad-get-advice-info
11618 only on symbols.
11619
11620 2007-12-06 Glenn Morris <rgm@gnu.org>
11621
11622 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11623 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11624 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11625 faces in non-light-background case.
11626
11627 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11628 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11629 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11630 * emulation/vi.el, emulation/viper-cmd.el:
11631 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11632 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11633 * textmodes/fill.el: Remove directory part from filenames in
11634 function declarations.
11635
11636 * dired-aux.el (mailcap-mime-info): Update declaration.
11637
11638 2007-12-05 Richard Stallman <rms@gnu.org>
11639
11640 * wid-edit.el (widget-type): Doc fix.
11641
11642 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11645 Don't match "sub { (...) ... }".
11646
11647 2007-12-05 Richard Stallman <rms@gnu.org>
11648
11649 * international/mule-cmds.el (toggle-input-method-active): New var.
11650 (toggle-input-method): Bind toggle-input-method-active to t.
11651 Error if it was already non-nil.
11652
11653 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11656
11657 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11658
11659 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11660 see if certs should be verified and what is to be done in the
11661 event of a verification failure.
11662
11663 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11664
11665 * net/tls.el (tls-program): Provide more custom choices from
11666 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11667 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11668 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11669 version. Minor improvement to doc strings.
11670 (tls-program): Add comment.
11671
11672 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11673
11674 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11675 (tls-checktrust): New variable. Check if GNU TLS complained about a
11676 mismatch between the hostname provided in the certificate and the name
11677 of the host connnecting to.
11678 (open-tls-stream): Use them. Check certificates against trusted root
11679 certificates.
11680
11681 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11682
11683 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11684 (imap-parse-status): Upcase status-att for broken servers that sends
11685 them lower-case (e.g., MS Exchange 2007).
11686
11687 2007-12-05 D. Goel <deego3@gmail.com>
11688
11689 * simple.el (undo):
11690 * image-dired.el (image-dired-display-thumb-properties):
11691 (image-dired-modify-mark-on-thumb-original-file):
11692 (image-dired-dired-display-properties):
11693 * help.el (help-window-display-message):
11694 * files.el (hack-local-variables-confirm):
11695 * ediff.el (ediff-version):
11696 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11697 `message' and `error': Ensure that first arg is a format string.
11698
11699 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11700 ".el" suffix over "".
11701
11702 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11703
11704 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11705 interface and member fields.
11706
11707 2007-12-05 Glenn Morris <rgm@gnu.org>
11708
11709 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11710 (pcomplete-here): Autoload it.
11711
11712 * eshell/em-basic.el (print-func): No need to define for compiler.
11713
11714 * eshell/esh-cmd.el (eshell-debug-command):
11715 * eshell/esh-io.el (eshell-print): Move definitions before use.
11716
11717 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11718
11719 * eshell/esh-util.el (top-level): Don't require pp.
11720 Use condition-case rather than ignore-errors.
11721
11722 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11723
11724 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11725 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11726 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11727 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11728 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11729 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11730 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11731 if needed when compiling, rather than esh-maint. Collect any
11732 require statements. Move provide statement to end. Move any
11733 commentary to start.
11734
11735 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11736 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11737 * eshell/esh-proc.el, eshell/esh-var.el:
11738 Require individual files if needed when compiling, rather than
11739 esh-maint. Collect any require statements. Leave provide at start.
11740 Move any commentary to start.
11741
11742 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11743 Remove declared function from byte-compile-noruntime-functions.
11744
11745 * ediff-util.el (ediff-version):
11746 * progmodes/python.el (compilation-shell-minor-mode):
11747 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11748 (calendar-bahai-date-string, calendar-check-holidays)
11749 (calendar-chinese-date-string, calendar-coptic-date-string)
11750 (calendar-ethiopic-date-string, calendar-forward-day)
11751 (calendar-french-date-string, calendar-goto-date)
11752 (calendar-goto-today, calendar-hebrew-date-string)
11753 (calendar-islamic-date-string, calendar-iso-date-string)
11754 (calendar-julian-date-string, calendar-mayan-date-string)
11755 (calendar-persian-date-string, gnus-summary-last-subject)
11756 (parse-time-string, rmail-show-message): Declare as functions.
11757
11758 2007-12-05 Michael Olson <mwolson@gnu.org>
11759
11760 * textmodes/remember.el: Merge contents of remember-diary.el here,
11761 updating header. Add autoload cookie so that byte-compilation
11762 works without warning.
11763 (remember-diary-file): Default to nil, since diary might not yet
11764 be loaded at this point, which would deny us access to diary-file.
11765 (remember-diary-extract-entries): If remember-diary-file is nil,
11766 then use diary-file instead.
11767
11768 * textmodes/remember-diary.el: Remove, due to the issue of needing
11769 the first 8 characters of a filename to be unique.
11770
11771 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11772
11773 * net/dbus.el (dbus-hash-table=): New defun.
11774 (dbus-hash-table-test): New hash table test function, used in
11775 `dbus-registered-functions-table'.
11776 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11777 (dbus-event-service-name, dbus-event-path-name)
11778 (dbus-event-interface-name, dbus-event-member-name):
11779 Rewrite, due to new structure of `dbus-event'.
11780
11781 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11782
11783 * ido.el (ido-save-history): Set the `coding' local
11784 variable in the first line of the file.
11785
11786 2007-12-04 Glenn Morris <rgm@gnu.org>
11787
11788 * password-cache.el: Move here from gnus/password.el.
11789 (top-level): Don't require cl when compiling.
11790 (password-read-and-add): Doc fix. Make obsolete.
11791
11792 * net/tramp.el: Require password-cache or password.
11793
11794 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11795 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11796 compiling.
11797 (cua-set-rectangle-mark): Add doc string to autoload.
11798 (cua--rectangle, cua--last-killed-rectangle)
11799 (cua--global-mark-active): Always define for compiler.
11800 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11801 (cua--delete-rectangle, cua--insert-rectangle)
11802 (cua--rectangle-corner, cua--rectangle-assert)
11803 (cua--insert-at-global-mark, cua--global-mark-post-command):
11804 Declare as functions.
11805
11806 * emulation/cua-gmrk.el (top-level): Move provide to end.
11807
11808 * emulation/cua-rect.el (top-level): Move provide to end.
11809 Don't require cua-gmrk when compiling.
11810 (cua--cut-rectangle-to-global-mark)
11811 (cua--copy-rectangle-to-global-mark): Declare as functions.
11812
11813 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11814 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11815 (viper-vi-state-cursor-color):
11816 Consolidate make-variable-frame-local calls.
11817
11818 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11819 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11820 than bbdb-address-street1,2,3.
11821
11822 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11823 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
11824
11825 2007-12-03 Karl Fogel <kfogel@red-bean.com>
11826
11827 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11828 (save-place-alist-to-file, load-save-place-alist-from-file):
11829 Don't print non-error messages at all, there's really no need.
11830 Do print if there's a problem, and clarify message in that case.
11831
11832 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11833
11834 * ediff-diff.el (ediff-prepare-error-list):
11835 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11836
11837 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
11838
11839 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11840 (doc-view-current-overlay, doc-view-pending-cache-flush):
11841 Add doc string.
11842
11843 2007-12-03 Richard Stallman <rms@gnu.org>
11844
11845 * subr.el (declare-function): Move from byte-run.el.
11846
11847 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11848
11849 * window.el (recenter-top-bottom): Don't use `ecase'.
11850
11851 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11852
11853 * saveplace.el (save-place-alist-to-file):
11854 Set coding-system-for-write once and refer to it throughout.
11855 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11856
11857 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11858
11859 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11860 system when writing, and set it in the first-line file variables.
11861 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11862 Juanma Barranquero.
11863
11864 2007-12-02 Glenn Morris <rgm@gnu.org>
11865
11866 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11867 Reverse branches of if statement.
11868
11869 * emulation/viper-cmd.el (top-level): Don't require advice.
11870 Don't load viper-util, viper-keym, viper-mous, viper-macs,
11871 viper-ex when compiling.
11872
11873 * emulation/viper-ex.el (top-level): Don't load viper-util,
11874 viper-keym when compiling.
11875
11876 * emulation/viper-init.el (top-level): Move provide statement to end.
11877
11878 * emulation/viper-keym.el (top-level): Don't load viper-util when
11879 compiling. Move provide statement to end.
11880
11881 * emulation/viper-macs.el (top-level): Don't load viper-util,
11882 viper-keym, viper-mous when compiling.
11883
11884 * emulation/viper-mous.el (top-level): Don't load viper-util when
11885 compiling.
11886
11887 * emulation/viper-util.el (top-level): Don't load viper-init when
11888 compiling.
11889
11890 * emulation/viper.el (top-level): Don't require ring.
11891 Don't load viper-init, viper-cmd when compiling.
11892
11893 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11894 Move here from gnus/.
11895
11896 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11897
11898 Offer option for saveplace to be quiet about loading and saving.
11899 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11900
11901 * saveplace.el (save-place-quiet): New customizable boolean.
11902 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11903 to determine whether to print loading/saving messages.
11904
11905 2007-12-02 Glenn Morris <rgm@gnu.org>
11906
11907 * mail/binhex.el: Move here from gnus/.
11908 (binhex): New custom group.
11909 (binhex-decoder-program, binhex-decoder-switches)
11910 (binhex-use-external): Move to the binhex custom group.
11911
11912 * mail/uudecode.el: Move here from gnus/.
11913 (uudecode): New custom group.
11914 (uudecode-decoder-program, uudecode-decoder-switches)
11915 (uudecode-use-external): Move to the uudecode custom group.
11916
11917 * net/netrc.el (top-level): Don't load `encrypt' features.
11918 (netrc-parse): Don't use encrypt.
11919 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11920
11921 * progmodes/python.el (top-level): Don't require cl when compiling.
11922
11923 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
11924
11925 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11926 encoding for aspell process and for communication with it.
11927 Only add "-d" option if not already present.
11928 Use ispell-current-dictionary and ispell-current-personal-dictionary.
11929 General reorganization.
11930
11931 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11932 encoding here.
11933 (ispell-start-process): Explicitly set encoding here if using aspell.
11934
11935 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
11936
11937 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11938 function to log-edit.
11939
11940 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
11941
11942 * net/dbus.el: New file.
11943
11944 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
11945
11946 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11947 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11948 (calc-lang-parens-are-subscripts): New variables.
11949 (math-expr-special-function-mapping): Remove variable.
11950 (math-eqn-ignore-words, math-tex-ignore-words)
11951 (math-latex-ignore-words): Move to calc-lang.el.
11952
11953 * calc/calc-lang.el (math-compose-vector, math-compose-var)
11954 (math-tex-expr-is-flat): Declare as functions.
11955 (calc-lang-slash-idiv, calc-lang-allow-underscores)
11956 (math-comp-left-bracket, math-comp-right-bracket)
11957 (math-comp-comma, math-comp-vector-prec): Declare as variables.
11958 (math-var-formatter, math-matrix-formatter)
11959 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11960 (math-punc-table, math-compose-subscr, math-dots)
11961 (math-func-formatter): New property names to store language
11962 specific information.
11963 (math-compose-tex-var, math-compose-tex-intv)
11964 (math-compose-maple-intv, math-compose-eqn-intv)
11965 (math-compose-tex-sum, math-compose-tex-func)
11966 (math-compose-tex-intv): New functions.
11967 (math-eqn-ignore-words, math-tex-ignore-words)
11968 (math-latex-ignore-words): Move from calc.el.
11969 (math-special-function-table): Add entries for tex.
11970 (calc-lang-slash-idiv, calc-lang-allows-underscores):
11971 New variables.
11972 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11973 (math-compose-tex-matrix, math-compose-eqn-matrix)
11974 (math-eqn-special-functions): Move from calccomp.el.
11975
11976 * calc/calccomp.el (math-compose-var): New function.
11977 (math-compose-expr): Allow more special functions to be used.
11978 Change test for formatting fractions. Use variables and property
11979 names to help with language specific formatting.
11980 (math-compose-tex-matrix, math-compose-eqn-matrix)
11981 (math-eqn-special-functions): Move to calc-lang.el.
11982 (math-compose-rows): Use property names to help with language
11983 specific formatting.
11984
11985 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11986 into nested subscripts.
11987 (math-read-token): Use variables and property names to help with
11988 language specific parsing.
11989 (math-read-expression-level): Use variables to help with language
11990 specific parsing.
11991
11992 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11995 (archive-rar-summarize): Allow the file name to be passed as argument.
11996 Remove unused vars `header' and `footer'.
11997 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11998
11999 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12000
12001 * log-edit.el (log-edit-show-diff): New function.
12002 (log-edit-mode-map, log-edit-menu): Bind it.
12003 (log-edit-diff-function): New variable.
12004 (log-edit): Change the 3rd param to be an alist and accept a
12005 function that computes a diff for the files involved.
12006
12007 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12008
12009 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12010
12011 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12012 wrap next-/previous-line in with-no-warnings.
12013
12014 2007-12-01 Glenn Morris <rgm@gnu.org>
12015
12016 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12017
12018 * net/dig.el: Move here from gnus/.
12019 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12020
12021 * net/dns.el: Move here from gnus/.
12022 (top-level): Don't require mm-util, or cl when compiling.
12023 (dns-write-name, dns-read, dns-read-type, query-dns):
12024 Replace mm-with-unibyte-buffer with its expansion.
12025 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12026
12027 * progmodes/gdb-ui.el (gud-remove, gud-break):
12028 * progmodes/gud.el (gdb-create-define-alist)
12029 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12030 (hl-line-highlight, gdb-display-source-buffer)
12031 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12032 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12033
12034 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12035
12036 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12037 Move args on defun line.
12038
12039 * textmodes/org.el (org-calendar-holiday):
12040 Use calendar-check-holidays instead of the obsolete
12041 check-calendar-holidays.
12042 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12043 (bbdb-company, bbdb-current-record, bbdb-name)
12044 (bbdb-record-getprop, bbdb-record-name)
12045 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12046 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12047 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12048 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12049 (mh-header-display, mh-index-previous-folder)
12050 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12051 (mh-show-buffer-message-number, mh-show-header-display)
12052 (mh-show-msg, mh-show-show, mh-visit-folder)
12053 (org-export-latex-cleaned-string, remember)
12054 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12055 (rmail-what-message, elmo-folder-exists-p)
12056 (elmo-message-entity-field, elmo-message-field)
12057 (vm-beginning-of-message, vm-follow-summary-cursor)
12058 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12059 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12060 (vm-summarize, wl-folder-get-elmo-folder)
12061 (wl-summary-goto-folder-subr)
12062 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12063 (wl-summary-line-subject, wl-summary-message-number)
12064 (wl-summary-redisplay): Declare as functions.
12065
12066 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12067
12068 * longlines.el (longlines-show-hard-newlines): Remove handling of
12069 buffer-undo-list and buffer-modified status.
12070 (longlines-show-region, longlines-unshow-hard-newlines):
12071 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12072 inhibit-modification-hooks here to avoid that a buffer appears
12073 modified when toggling visibility of hard newlines.
12074
12075 2007-11-30 Glenn Morris <rgm@gnu.org>
12076
12077 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12078
12079 * progmodes/idlw-complete-structtag.el
12080 (idlwave-sintern-structtag):
12081 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12082 (idlwave-sintern-sysvartag):
12083 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12084 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12085 functions.
12086
12087 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12088
12089 * textmodes/reftex-index.el (texmathp):
12090 * textmodes/reftex-auc.el (TeX-argument-insert)
12091 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12092 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12093 (LaTeX-label-list):
12094 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12095 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12096 functions.
12097 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12098
12099 2007-11-30 Glenn Morris <rgm@gnu.org>
12100
12101 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12102 argument and document it.
12103
12104 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12105 Third argument to declare-function must be a list to specify arglist.
12106
12107 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12108 Handle declare-function third argument `t' and fourth argument.
12109 (check-declare-verify): Doc fix. Handle `fileonly' case.
12110 Use progn rather than prog1.
12111
12112 * desktop.el (uniquify-item-base):
12113 * term/mac-win.el (url-type): Declare as functions.
12114
12115 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12116 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12117 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12118 fourth arg to declare-function.
12119
12120 * play/dunnet.el: Don't require cl when compiling.
12121 (byte-compile-warnings): Set via file local variables.
12122 (dun-parse): Let-bind `beg' and `line'.
12123
12124 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12125
12126 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12127
12128 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12129
12130 * calendar/time-date.el (encode-time-value): Doc fix.
12131
12132 2007-11-29 Glenn Morris <rgm@gnu.org>
12133
12134 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12135
12136 * textmodes/css-mode.el (prog-mode): Remove.
12137 (css-mode): Derive from fundamental-mode rather than prog-mode.
12138
12139 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12140
12141 * emacs-lisp/check-declare.el (check-declare-locate)
12142 (check-declare-verify): Handle `external' files.
12143 (check-declare-errmsg): New function.
12144 (check-declare-verify, check-declare-file, check-declare-directory):
12145 Use check-declare-errmsg to report the number of problems.
12146
12147 * ffap.el (w3-view-this-url)
12148 * mail/mspools.el (vm-visit-folder)
12149 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12150 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12151 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12152 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12153 (bbdb-records)
12154 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12155 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12156 (sasl-make-client, sasl-next-step, sasl-step-data)
12157 (sasl-step-set-data)
12158 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12159 (htmlr-step): Declare as functions.
12160
12161 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12162 Use bbdb-address-zip rather than bbdb-address-zip-string.
12163
12164 2007-11-28 Richard Stallman <rms@gnu.org>
12165
12166 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12167 Move here from gnus/.
12168
12169 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12170
12171 * newcomment.el (comment-region-internal): Fix newline insertion
12172 in `block' case.
12173
12174 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12177
12178 2007-11-28 Glenn Morris <rgm@gnu.org>
12179
12180 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12181 delete .elc files.
12182
12183 * nxml/char-name/unicode: Move to etc/nxml/.
12184 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12185
12186 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12187 Declare as a function.
12188
12189 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12190 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12191 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12192
12193 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12194 (nxml-token-end-tag-p): Move definitions before use.
12195
12196 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12197
12198 * nxml/nxml-uchnm.el (top-level)
12199 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12200 (nxml-enabled-unicode-blocks): Add custom group.
12201
12202 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12203 Use string-to-number rather than string-to-int.
12204
12205 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12206 Move definition before use.
12207 (dired-old-find-buffer-nocreate): Declare as function.
12208
12209 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12210 (check-declare-verify): Handle fset.
12211
12212 * emulation/edt.el (edt-user-emulation-setup):
12213 Test edt-setup-user-bindings is bound before calling.
12214
12215 * emulation/tpu-edt.el: Don't require cl when compiling.
12216 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12217 (tpu-edt-off): Use condition-case rather than ignore-errors.
12218 Use with-no-warnings.
12219
12220 * eshell/esh-util.el (top-level): Use require rather than load for
12221 ange-ftp.
12222
12223 * mail/supercite.el (sc-version): Redefine as an alias for
12224 emacs-version.
12225 (sc-help-address): Remove.
12226 (sc-version): Use emacs-version rather than sc-version.
12227 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12228
12229 * net/socks.el (socks-original-open-network-stream): Declare as
12230 function. Move definition before use.
12231
12232 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12233
12234 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12235 (math-make-frac): Declare as functions.
12236
12237 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12238
12239 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12240 Pacify byte compiler.
12241 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12242
12243 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12244 (idlwave-shell-temp-file, idlwave-shell-is-running)
12245 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12246 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12247 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12248 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12249 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12250 (idlwave-completing-read, idlwave-current-routine)
12251 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12252 (idlwave-expand-keyword, idlwave-find-class-definition)
12253 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12254 (idlwave-get-buffer-visiting, idlwave-in-quote)
12255 (idlwave-make-full-name, idlwave-members-only)
12256 (idlwave-popup-select, idlwave-routine-source-file)
12257 (idlwave-routines, idlwave-sintern-class)
12258 (idlwave-sintern-keyword, idlwave-sintern-method)
12259 (idlwave-sintern-routine-or-method)
12260 (idlwave-substitute-link-target, idlwave-sys-dir)
12261 (idlwave-this-word, idlwave-what-module-find-class)
12262 (idlwave-where):
12263 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12264 * mail/uce.el (rmail-msg-is-pruned)
12265 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12266 (rmail-toggle-header):
12267 * mail/sendmail.el (dired-view-file, dired-get-filename):
12268 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12269 (rmail-display-labels, rmail-msgbeg)
12270 (rmail-set-message-deleted-p, rmail-message-labels-p)
12271 (rmail-show-message, mail-comma-list-regexp)
12272 (mail-parse-comma-list):
12273 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12274 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12275 (rfc822-addresses, mail-abbrev-make-syntax-table)
12276 (mail-sendmail-delimit-header, mail-header-end):
12277 * mail/hashcash.el (message-narrow-to-headers-or-head)
12278 (message-fetch-field, message-goto-eoh)
12279 (message-narrow-to-headers):
12280 * vc.el (view-mode-exit): Declare as functions.
12281
12282 * mail/vms-pmail.el:
12283 * vmsproc.el:
12284 * vms-patch.el: Don't byte compile these files, they don't work.
12285
12286 2007-11-27 Glenn Morris <rgm@gnu.org>
12287
12288 * calc/calc-ext.el (math-read-big-rec):
12289 * calc/calc-nlfit.el (math-map-binop):
12290 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12291
12292 * eshell/eshell.el (eshell-report-bug): Add version number of
12293 obsolescence.
12294
12295 * emulation/viper.el, emulation/viper-util.el,
12296 emulation/viper-macs.el, emulation/viper-keym.el,
12297 emulation/viper-ex.el, emulation/viper-cmd.el:
12298 Load viper-*.el files silently.
12299
12300 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12301 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12302 Load ediff-*.el files silently.
12303
12304 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
12305 compiling.
12306 (Info-goto-node): Declare as a function.
12307
12308 * ediff-init.el: Don't load ange-ftp when compiling.
12309 * ediff-util.el: Don't load reporter when compiling.
12310
12311 * ediff-wind.el (ediff-display-pixel-width)
12312 (ediff-display-pixel-height):
12313 * generic-x.el (ini-generic-mode):
12314 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12315 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12316 (ps-mule-initialize, ps-mule-begin-job):
12317 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12318 (mark-calendar-days-named):
12319 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12320 (add-to-diary-list, diary-name-pattern)
12321 (mark-calendar-days-named):
12322 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12323 (mark-calendar-days-named):
12324 * calendar/cal-x.el (make-fancy-diary-buffer):
12325 * calendar/holidays.el (calendar-absolute-from-julian):
12326 * calendar/todo-mode.el (calendar-current-date):
12327 * calendar/cal-menu.el (calendar-increment-month)
12328 (calendar-month-name, extract-calendar-year)
12329 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12330 (calendar-current-date, calendar-cursor-holidays)
12331 (calendar-date-string, insert-diary-entry, calendar-set-mark)
12332 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12333 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12334 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12335 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12336 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12337 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12338 (calendar-day-of-year-string, calendar-iso-date-string)
12339 (calendar-julian-date-string, calendar-astro-date-string)
12340 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12341 (calendar-persian-date-string, calendar-bahai-date-string)
12342 (calendar-islamic-date-string, calendar-chinese-date-string)
12343 (calendar-coptic-date-string, calendar-ethiopic-date-string)
12344 (calendar-french-date-string, calendar-mayan-date-string)
12345 (calendar-print-chinese-date, calendar-goto-date):
12346 Declare as functions.
12347
12348 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12349 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12350
12351 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12352 aliases for report-emacs-bug.
12353 (gnus-summary-select-article, gnus-configure-windows): Declare as
12354 functions.
12355
12356 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12357 compiler.
12358
12359 * pgg.el (pgg-clear-string): Declare as a function.
12360 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12361 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12362
12363 * emacs-lisp/check-declare.el (check-declare-locate):
12364 Handle compressed files.
12365 (check-declare-verify): Handle define-generic-mode,
12366 define-global(ized)-minor-mode, define-obsolete-function-alias.
12367
12368 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12369
12370 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12371 algebraic modes.
12372
12373 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12374 (math-is-true, calc-explain-why, calc-alg-edit)
12375 (math-composite-inequalities, math-flatten-lands)
12376 (math-multi-subst, calcFunc-vmatches, math-simplify)
12377 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12378 (math-read-string, math-read-brackets, math-read-angle-brackets):
12379 Declare as functions.
12380
12381 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12382 (calc-fit-bell-shaped-logistic-curve)
12383 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12384 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12385 (math-max-list): Declare as functions.
12386 (math-map-binop): New function.
12387 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12388
12389 * calc/calc.el (calc-set-language, calc-edit-finish)
12390 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12391 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12392 (math-lessp, calc-embedded-finish-command)
12393 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12394 (calc-push-list-in-macro, calc-replace-selections)
12395 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12396 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12397 (calc-embedded-stack-change, calc-refresh-evaltos)
12398 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12399 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12400 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12401 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12402 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12403 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12404 (math-neg-fancy, math-zerop, calc-add-fractions)
12405 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12406 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12407 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12408 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12409 (math-compose-expr, math-comp-width, math-composition-to-string)
12410 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12411 (math-adjust-fraction, math-format-binary, math-format-radix)
12412 (math-group-float, math-mod, math-format-number-fancy)
12413 (math-format-bignum-fancy, math-read-number-fancy)
12414 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12415 (calc-do-embedded-activate, math-do-defmath)
12416 (calc-load-everything): Declare as functions.
12417
12418 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12419 (math-simplify-extended, math-simplify-units, calc-set-language)
12420 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12421 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12422 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12423 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12424 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12425 (math-infinite-dir, math-calcFunc-to-var)
12426 (calc-embedded-evaluate-expr, math-known-nonzerop)
12427 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12428 (math-format-date, math-vector-is-string, math-vector-to-string)
12429 (math-format-radix-float, math-compose-expr, math-abs)
12430 (math-format-bignum-binary, math-format-bignum-octal)
12431 (math-format-bignum-hex, math-format-bignum-radix)
12432 (math-compute-max-digits): Declare as functions.
12433 (math-provably-realp): Fix typo.
12434
12435 * calc/calc-forms.el (calendar-current-time-zone)
12436 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12437 functions.
12438
12439 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12440
12441 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12442 Declare as functions.
12443
12444 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12445 (math-posp, math-compare, math-bignum, math-compare-bignum):
12446 Declare as functions.
12447
12448 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12449 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12450 (calc-explain-why, calc-clear-command-flag)
12451 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12452 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12453 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12454 (math-trunc-special, math-trunc-fancy, math-floor-special)
12455 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12456 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12457 (math-pow-zero, math-pow-fancy): Declare as functions.
12458
12459 * calc/calc-mode.el (calc-embedded-save-original-modes):
12460 Declare as a function.
12461
12462 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12463 Declare as functions.
12464 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12465 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12466 Replace `mapcar*' by `math-map-binop'.
12467 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12468
12469 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12470 (math-read-expr-level): Declare as functions.
12471
12472 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12473
12474 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12477 end-of-defun-function is called consistently, even for negative
12478 arguments.
12479 (end-of-defun-function): Default to forward-sexp.
12480
12481 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12482
12483 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12484
12485 2007-11-26 Glenn Morris <rgm@gnu.org>
12486
12487 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12488 than :suffix.
12489
12490 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12491
12492 2007-11-26 Simon Josefsson <simon@josefsson.org>
12493
12494 * net/imap.el: Move from ../gnus.
12495
12496 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12497
12498 * doc-view.el (doc-view-mode-p): New function.
12499
12500 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12501
12502 * mail/mspools.el (rmail-get-new-mail):
12503 * mail/reporter.el (mail-position-on-field, mail-text):
12504 * mail/rmail.el (mail-position-on-field, mail-text-start)
12505 (rmail-update-summary):
12506 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12507 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12508 * mail/rmailout.el (rmail-update-summary):
12509 * mail/rmailsort.el (rmail-update-summary):
12510 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12511 (dired-view-file):
12512 * mail/uce.el (mail-strip-quoted-names):
12513 * mail/undigest.el (rmail-update-summary):
12514 * mail/unrmail.el (mail-strip-quoted-names):
12515 * ediff.el (diff-latest-backup-file): Declare as functions.
12516
12517 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12518 (kill-to-end-of-line):
12519 * obsolete/rnews.el (news-set-minor-modes):
12520 Remove non working functions.
12521
12522 2007-11-25 Glenn Morris <rgm@gnu.org>
12523
12524 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12525 pcomplete. Don't mess with load-path.
12526
12527 * eshell/eshell.el (eshell-report-bug-address): Remove.
12528 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12529
12530 2007-11-24 Glenn Morris <rgm@gnu.org>
12531
12532 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12533 (appt-disp-window): Don't require electric.
12534 Simplify minibuffer-avoidance code.
12535 (appt-select-lowest-window): Avoid minibuffer.
12536
12537 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12538 (esh-mode): Require it.
12539 (esh-util): Use require rather than featurep and load.
12540 (eshell): No need to test if eshell-mode is bound; remove obsolete
12541 reference to eshell-auto.
12542 (eshell-command, eshell-command-result): Don't require esh-mode
12543 now that the file does.
12544 (top-level): Move provide statement to the end of the file.
12545 Re-order and update commentary.
12546
12547 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12548
12549 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12550 (vc-annotate-toggle-annotation-visibility): New command.
12551 (vc-annotate-mode-map): Bind "V" to it.
12552 (vc-annotate-mode-menu): Add entry for it.
12553 (vc-annotate-get-time-set-line-props): New func.
12554 (vc-annotate-display-autoscale)
12555 (vc-annotate-display-difference): Use it.
12556
12557 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12558 Also, match one space at end of annotation text, after last paren.
12559
12560 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12561
12562 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12563 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12564 `tramp-completion-mode'.
12565
12566 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12567
12568 * vc-git.el (vc-git-show-log-entry): New func.
12569
12570 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12571 (vc-git-state): Use vc-git--call.
12572 (vc-git-registered, vc-git-working-revision)
12573 (vc-git-previous-revision, vc-git-next-revision)
12574 (vc-git--run-command-string, vc-git-symbolic-commit):
12575 Use vc-git--out-ok.
12576
12577 2007-11-24 Glenn Morris <rgm@gnu.org>
12578
12579 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12580
12581 2007-11-24 Kenichi Handa <handa@m17n.org>
12582
12583 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12584
12585 2007-11-23 David Kastrup <dak@gnu.org>
12586
12587 * server.el (server-process-filter): Use `command-line-args-left'.
12588
12589 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12592
12593 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12594
12595 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12596 buffer if the parent buffer is in vc-dired-mode.
12597
12598 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12599
12600 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12601
12602 2007-11-23 Juri Linkov <juri@jurta.org>
12603
12604 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12605 value for M-n to the visited file name of the current buffer.
12606 Use minibuffer-with-setup-hook to set minibuffer-default to
12607 buffer-file-name inside read-file-name.
12608
12609 * man.el (Man-getpage-in-background): Don't disregard user option
12610 `Man-width' on non-window systems. Remove test for `window-system'
12611 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12612
12613 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12614 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12615 of "--color=always".
12616
12617 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12620 beginning-of-defun-function.
12621
12622 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12623
12624 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12625
12626 2007-11-22 Glenn Morris <rgm@gnu.org>
12627
12628 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12629
12630 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12631 (check-declare-scan): Use check-declare-locate.
12632 (check-declare-verify): No longer adjust fnfile, now
12633 check-declare-locate does it.
12634
12635 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12636
12637 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * subr.el (posn-col-row): Make the `default-value' use explicit.
12640
12641 * window.el (balance-windows): Remove unused var `counter'.
12642 (bw-balance-sub): Remove unused var `lastchild'.
12643 (split-window-vertically): Remove unused var `switch'.
12644 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12645
12646 * emacs-lisp/bytecomp.el
12647 (byte-compile-file-form-custom-declare-variable): Simplify.
12648
12649 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12650
12651 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12652 Set `show-trailing-whitespace' to nil.
12653
12654 * dired.el (make-symbolic-link):
12655 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12656 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12657 * dired-x.el (make-symbolic-link):
12658 * frame.el (x-initialize-window-system):
12659 * menu-bar.el (x-menu-bar-open):
12660 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12661 (x-store-cut-buffer-internal):
12662 * wdired.el (make-symbolic-link):
12663 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12664 (x-send-client-message):
12665 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12666
12667 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12668
12669 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12670
12671 2007-11-22 Glenn Morris <rgm@gnu.org>
12672
12673 * dos-fns.el (int86):
12674 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12675
12676 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12677
12678 * calendar/holidays.el (holiday-list): Add autoload cookie.
12679
12680 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12681 files relative to src/ directory.
12682 (check-declare-verify): Handle .c files. Warn if could not find
12683 an arglist to check.
12684
12685 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12686
12687 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12688
12689 * replace.el (occur-mode-map): Add a major mode menu with entries
12690 for all occur operations.
12691
12692 * international/titdic-cnv.el (dos-8+3-filename):
12693 * obsolete/fast-lock.el (msdos-long-file-names):
12694 * frame.el (msdos-mouse-p):
12695 * files.el (msdos-long-file-names, w32-long-file-name):
12696 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12697 (mac-resume-apple-event, mac-font-panel-mode)
12698 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12699 (mac-clear-font-name-table):
12700 * term/pc-win.el (msdos-remember-default-colors)
12701 (w16-set-clipboard-data, w16-get-clipboard-data):
12702 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12703 (set-message-beep):
12704 * net/browse-url.el (w32-shell-execute):
12705 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12706 (w32-get-locale-info, w32-get-valid-locale-ids)
12707 (w32-set-clipboard-data):
12708 * dos-fns.el (int86, msdos-long-file-names):
12709 * dos-w32.el (default-printer-name): Declare as functions.
12710
12711 2007-11-21 Jason Rumney <jasonr@gnu.org>
12712
12713 * emacs-lisp/byte-run.el (declare-function): Return nil.
12714
12715 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12718
12719 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12722
12723 2007-11-21 Glenn Morris <rgm@gnu.org>
12724
12725 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12726 for now. Handle define-minor-mode, and defalias (with no argument
12727 checking).
12728
12729 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12730
12731 * frame.el (msdos-mouse-p):
12732 * files.el (msdos-long-file-names, w32-long-file-name):
12733 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12734 (mac-resume-apple-event, mac-font-panel-mode)
12735 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12736 (mac-clear-font-name-table):
12737 * term/pc-win.el (msdos-remember-default-colors)
12738 (w16-set-clipboard-data, w16-get-clipboard-data):
12739 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12740 (set-message-beep):
12741 * net/browse-url.el (w32-shell-execute):
12742 * dos-fns.el (int86, msdos-long-file-names):
12743 * dos-w32.el (default-printer-name): Undo previous change.
12744
12745 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12746
12747 * international/mule-cmds.el (set-locale-environment):
12748 Set default-file-name-coding-system _after_ keyboard and terminal
12749 coding systems. This fixes last change.
12750
12751 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12752 one space after "Subject:".
12753
12754 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12757 in order to determine if there's a conflict.
12758
12759 2007-11-21 Richard Stallman <rms@gnu.org>
12760
12761 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12762
12763 * reposition.el (reposition-window):
12764 Binding C-M-l moved to bindings.el.
12765
12766 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12767
12768 * add-log.el (add-change-log-entry-other-window):
12769 Key binding C-x 4 a moved to bindings.el.
12770
12771 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12772 from filecache.el.
12773
12774 * filecache.el: Minibuffer map bindings moved to bindings.el.
12775
12776 2007-11-21 Jason Rumney <jasonr@gnu.org>
12777
12778 * international/mule-cmds.el (set-locale-environment):
12779 Set default-file-name-coding-system from system defaults on Windows.
12780
12781 2007-11-21 Jason Rumney <jasonr@gnu.org>
12782
12783 * term/w32console.el: New term init file for w32 console.
12784
12785 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12786 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12787 (w32-tty-standard-colors): Move to term/w32console.el.
12788
12789 * term/w32-win.el (x-setup-function-keys): Remove.
12790
12791 * term/tty-colors.el (tty-register-default-colors): Remove special
12792 case for w32.
12793
12794 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12795
12796 * frame.el (msdos-mouse-p):
12797 * generic-x.el (w32-shell-name):
12798 * files.el (msdos-long-file-names, w32-long-file-name)
12799 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12800 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12801 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12802 (mac-resume-apple-event, mac-font-panel-mode)
12803 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12804 (mac-clear-font-name-table):
12805 * term/pc-win.el (msdos-remember-default-colors)
12806 (w16-set-clipboard-data, w16-get-clipboard-data):
12807 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12808 (set-message-beep):
12809 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12810 (w32-get-locale-info, w32-get-valid-locale-ids)
12811 (w32-set-clipboard-data):
12812 * help-fns.el (ad-get-advice-info):
12813 * font-lock.el (fast-lock-after-fontify-buffer)
12814 (fast-lock-after-unfontify-buffer, fast-lock-mode)
12815 (lazy-lock-after-fontify-buffer)
12816 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12817 * net/browse-url.el (w32-shell-execute):
12818 * dos-fns.el (int86, msdos-long-file-names):
12819 * dos-w32.el (default-printer-name): Declare as functions.
12820
12821 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12822
12823 * textmodes/paragraphs.el (forward-sentence): Doc fix.
12824 Reported by Drew Adams <drew.adams@oracle.com>.
12825
12826 2007-11-20 Jason Rumney <jasonr@gnu.org>
12827
12828 * term/w32-win.el (x-setup-function-keys): Protect against
12829 multiple calls on the same terminal.
12830
12831 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12832
12833 * term/mac-win.el (x-setup-function-keys): Only setup
12834 local-function-key-map if it has not been setup already for the
12835 current frame. Move the suspend-emacs processing here.
12836
12837 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
12838
12839 * progmodes/grep.el (xargs-program): New variable.
12840 (grep-compute-defaults): Use it.
12841 (grep-default-command): Doc fix.
12842 (grep, lgrep, rgrep): Reflow docstrings.
12843
12844 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12845
12846 * vc.el (vc-find-revision): Set the parent buffer.
12847 Use when instead of if.
12848
12849 * progmodes/python.el (info-lookup-maybe-add-help):
12850 * progmodes/ps-mode.el (doc-view-minor-mode):
12851 * mail/emacsbug.el (Info-menu, Info-goto-node):
12852 * emulation/viper-keym.el (viper-ex)
12853 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12854 * emulation/viper-cmd.el (widget-type, widget-button-press)
12855 (viper-set-hooks):
12856 * emacs-lisp/tcover-unsafep.el (unsafep-function):
12857 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12858 (ses-load, ses-vector-delete, ses-create-header-string)
12859 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12860 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12861
12862 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12865
12866 2007-11-20 Glenn Morris <rgm@gnu.org>
12867
12868 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12869 for end of function-name. Handle define-derived-mode.
12870
12871 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12872
12873 * progmodes/idlw-help.el: Require browse-url unconditionally, it
12874 is available by default.
12875 (idlwave-help-browse-url-available): Change default to t.
12876
12877 * emulation/edt.el (defgroup, defcustom): Remove definition.
12878 (eval-when-compile): Remove.
12879 (c-mark-function):
12880 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12881 * textmodes/fill.el (comment-search-forward)
12882 (comment-string-strip):
12883 * progmodes/prolog.el (comint-mode, comint-send-string)
12884 (comint-send-region, comint-send-eof):
12885 * progmodes/dcl-mode.el (imenu-default-create-index-function):
12886 * emulation/viper-util.el (viper-forward-Word):
12887 * emulation/vi.el (c-mark-function):
12888 * emulation/edt-vt100.el (vt100-wide-mode):
12889 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12890
12891 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
12892
12893 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12894 Still some tuning in case of an echoing shell.
12895 (tramp-send-command): Connection property "remote-echo" is not
12896 persistent; cache key is the process therefore.
12897
12898 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
12899
12900 * replace.el (map-query-replace-regexp): Doc fix (revert part of
12901 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12902
12903 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
12904
12905 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12906 * play/yow.el (doctor-ret-or-read):
12907 * vc-hooks.el (vc-dired-resynch-file):
12908 * vc-hg.el (log-view-get-marked):
12909 * smerge-mode.el (ediff-cleanup-mess):
12910 * pcvs.el (vc-editable-p, vc-checkout):
12911 * pcomplete.el (comint-bol):
12912 * informat.el (texinfo-format-refill):
12913 * ido.el (tramp-tramp-file-p):
12914 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12915 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12916 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12917 functions.
12918
12919 * textmodes/ispell.el (ispell-int-char): Make it a defalias
12920 instead of fset.
12921 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12922
12923 * ido.el (ido-file-internal): Move with-no-warnings to include the
12924 ffap-string-at-point call.
12925
12926 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12927
12928 * vc-hg.el (vc-hg-revision-table): Fix last change.
12929
12930 2007-11-19 Martin Rudalics <rudalics@gmx.at>
12931
12932 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12933 clipboard-yank when the buffer is read-only.
12934
12935 * cus-edit.el (custom-field-keymap): Move to other Custom mode
12936 keymaps such that it's before the definition of Custom-mode-menu.
12937 (Custom-mode-menu): Show it for custom-field-keymap too.
12938
12939 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
12940
12941 * progmodes/gdb-ui.el: Update commentary.
12942
12943 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
12944
12945 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12946
12947 2007-11-19 Glenn Morris <rgm@gnu.org>
12948
12949 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12950 does not exist, try adding `.el' extension. Also search for defsubsts.
12951
12952 * cus-edit.el (recentf-expand-file-name):
12953 * dired.el (dired-relist-entry):
12954 * subr.el (w32-shell-dos-semantics):
12955 * emacs-lisp/bytecomp.el (compilation-forget-errors):
12956 Declare as functions.
12957
12958 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12961 (prepare-abbrev-list-buffer): Use dolist.
12962 (clear-abbrev-table): Preserve properties.
12963
12964 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
12965
12966 * textmodes/texinfmt.el (texinfo-format-printindex):
12967 Collect combined indexes using texinfo-short-index-format-cmds-alist.
12968 Reported on <bug-texinfo@gnu.org>.
12969
12970 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
12971
12972 * net/tramp.el (tramp-completion-reread-directory-timeout):
12973 New defcustom.
12974 (tramp-handle-file-name-all-completions): Flush directory contents
12975 from cache regularly.
12976 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12977 (tramp-open-connection-setup-interactive-shell):
12978 Call `tramp-cleanup-connection' via funcall.
12979
12980 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12981 created when copying.
12982
12983 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12984
12985 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12986 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12987 * eshell/esh-ext.el (eshell-external-command):
12988 * eshell/esh-cmd.el (require):
12989 * eshell/em-unix.el (eshell-plain-locate-behavior):
12990 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12991 Replace eshell-under-xemacs-p with (featurep 'xemacs).
12992 * eshell/esh-mode.el (characterp, char-int): Remove unused
12993 conditional defaliases.
12994
12995 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12996 Rename from event-matches-key-specifier-p, define unconditionally.
12997 (event-basic-type): Remove unused defalias.
12998 (pcomplete-show-completions):
12999 Use pcomplete-event-matches-key-specifier-p.
13000
13001 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13002
13003 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13004 when saving esh-groups.el.
13005
13006 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13007
13008 * wid-edit.el (widget-default-complete):
13009 * progmodes/flymake.el (flymake-goto-file-and-line):
13010 Fix typo in (doc-)string.
13011
13012 2007-11-17 Glenn Morris <rgm@gnu.org>
13013
13014 * emacs-lisp/byte-run.el (declare-function): New macro.
13015 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13016 New function, byte-hunk-handler for declare-function.
13017 (byte-compile-callargs-warn): Handle declared functions.
13018
13019 * emacs-lisp/check-declare.el: New file.
13020 * Makefile.in (check-declare): New target.
13021
13022 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13023
13024 * subr.el (process-lines): Move here from ../admin/admin.el.
13025 * emacs-lisp/authors.el (authors-process-lines): Remove.
13026 (authors): Use process-lines rather than authors-process-lines.
13027
13028 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13029 Remove these files.
13030
13031 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13032
13033 * emacs-lisp/backquote.el (backquote):
13034 Improve argument/docstring consistency.
13035
13036 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13037 (ring-length, ring-empty-p): Use c[ad]dr.
13038 (ring-plus1): Use `1+'.
13039 (ring-minus1): Use `zerop'.
13040 (ring-remove): Use c[ad]dr. Use `when'.
13041 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13042 (ring-ref): Use `let', not `let*'.
13043 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13044 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13045 (ring-member): Simplify. Doc fix.
13046 (ring-convert-sequence-to-ring): Simplify.
13047
13048 2007-11-17 Juri Linkov <juri@jurta.org>
13049
13050 * dired-aux.el (dired-create-directory): Allow creating
13051 a directory of an arbitrary depth. Add a loop to find the topmost
13052 nonexistent parent dir `new', and call `dired-add-file' on it.
13053 Set the `PARENTS' arg of `make-directory' to t.
13054
13055 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13056
13057 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13058 (math-build-parse-table): Get parse information from math-parse-table.
13059
13060 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * window.el (recenter-last-op): New var.
13063 (recenter-top-bottom): New command.
13064 (global-map): Bind it to C-l.
13065
13066 * abbrev.el (abbrev--write): Fix error in transcription from C.
13067
13068 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13069 (pc-select-ensure-mark): Set mark-active to a special value instead.
13070 Rename from ensure-mark. Update call callers.
13071 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13072 Rewrite. Update all callers.
13073 (pc-selection-mode): Remove redundant var declaration.
13074
13075 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13076
13077 * doc-view.el (doc-view-search-backward, doc-view-search):
13078 Fix assignment to free variable bug.
13079
13080 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13081
13082 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13083 (ensure-mark): Set it.
13084 (maybe-deactivate-mark): New fun.
13085 Use it everywhere instead of (setq mark-active nil).
13086
13087 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13088
13089 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13090 Add check for XEmacs.
13091
13092 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13093
13094 * doc-view.el (doc-view-resolution): Add missing :group.
13095
13096 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13097
13098 * subr.el (make-variable-frame-local):
13099 Fix typo in obsolescence declaration.
13100
13101 2007-11-16 Werner Lemberg <wl@gnu.org>
13102
13103 * files.el (set-auto-mode-1): Check second line for -*- if file
13104 starts with '\" (which is used by man pages to identify needed
13105 troff preprocessors).
13106
13107 2007-11-16 Glenn Morris <rgm@gnu.org>
13108
13109 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13110
13111 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13112
13113 * calc/calc-lang.el (math-oper-table): Fix typo.
13114 Reduce precedence of "/" for TeX.
13115
13116 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13117
13118 2007-11-16 Juri Linkov <juri@jurta.org>
13119
13120 * dired-aux.el (dired-read-shell-command-default): New function.
13121 (dired-read-shell-command): Use its return value for DEFAULT arg.
13122
13123 * replace.el (keep-lines-read-args, occur-read-primary-args):
13124 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13125
13126 * man.el (Man-heading-regexp): Add 0-9.
13127 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13128
13129 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13132 (doc-view-resolution): New custom var.
13133 (doc-view-pdf/ps->png): Use it.
13134 (doc-view-shrink-factor): New var.
13135 (doc-view-enlarge, doc-view-shrink): New commands.
13136 (doc-view-mode-map): Use them.
13137
13138 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * ediff-wind.el (ediff-window-setup-function):
13141 * simple.el (normal-erase-is-backspace):
13142 * eshell/em-unix.el (eshell/info):
13143 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13144 Fix typos in docstrings.
13145
13146 * emulation/cua-base.el (cua--keymaps-initialized):
13147 Rename from `cua--keymaps-initalized'. Callers changed.
13148 (cua-highlight-region-shift-only): Doc fix.
13149 (cua-paste-pop): Fix typo in docstring.
13150
13151 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * emulation/cua-base.el (cua--pre-command-handler-1):
13154 Use input-decode-map instead of function-key-map.
13155 Use event-modifiers now that it works reliably.
13156
13157 * vc.el (vc-diff-internal): Pop-to-buffer later.
13158
13159 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13160
13161 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13162 did not touch them.
13163
13164 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13165
13166 * calc/calc-menu.el: New file.
13167 * calc/calc.el (calc-mode): Require calc-menu.
13168
13169 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13170
13171 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13172
13173 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13174
13175 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13176 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13177 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13178 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13179 locations.
13180 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13181 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13182 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13183
13184 2007-11-13 Noah Friedman <friedman@splode.com>
13185
13186 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13187 bindings to remap when `calc-scan-for-dels' is non-nil.
13188
13189 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13192 constant forms.
13193 (byte-compile-nilconstp): New function.
13194 (byte-optimize-cond): Kill subsequent branches when a branch is
13195 know to be taken or not taken.
13196 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13197
13198 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13199
13200 * vc.el (vc-register): Allow registering a file passed as a
13201 parameter instead of just the current buffer.
13202
13203 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13204
13205 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13206 Check whether the output of "uname -sr" has been changed.
13207
13208 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13209
13210 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13211 patterns from compilation-perl.el and compilation-weblint.el files.
13212
13213 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13214
13215 * progmodes/compilation-perl.el:
13216 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13217 a bootstrap failure.
13218
13219 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13220 instead of doing "cvs diff" in order to avoid accessing the repository.
13221
13222 2007-11-12 Kevin Ryde <user42@zip.com.au>
13223
13224 * progmodes/compilation-perl.el:
13225 * progmodes/compilation-weblint.el: New files.
13226
13227 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13228
13229 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13230 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13231 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13232 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13233 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13234 Rewrite in active voice.
13235
13236 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13237
13238 * doc-view.el: Add comments about isearch support.
13239
13240 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13241
13242 * vc.el (vc-start-entry): Fix setting the in the case the function
13243 is called from vc-dired. Use when instead of if where appropriate.
13244
13245 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13246
13247 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13248 to be a list.
13249 (ps-begin-job): Error if ps-lpr-switches is not a list.
13250
13251 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13252
13253 * faces.el (face-normalize-spec): Remove function.
13254 (frame-set-background-mode): Undo last change.
13255
13256 2007-11-10 Jason Rumney <jasonr@gnu.org>
13257
13258 * w32-fns.el: Sync charset names with setup-default-fontset.
13259 Append "-1" where second part missing.
13260
13261 2007-11-10 Juri Linkov <juri@jurta.org>
13262
13263 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13264 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13265
13266 * custom.el (custom-note-var-changed): Remove the `interactive'
13267 spec from this new non-interactive function.
13268
13269 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
13270
13271 * doc-view.el (doc-view-mode-map, doc-view-menu)
13272 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13273 (doc-view-search-backward): New function.
13274 (doc-view-search): Query new regexp if prefix arg is given, else
13275 jump to next/previous match.
13276 (doc-view-mode): Handle compressed files.
13277 (jka-compr): Required for compressed files.
13278
13279 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
13280
13281 * replace.el (query-replace-show-replacement): New defcustom.
13282 (perform-replace): Use `match-substitute-replacement' if
13283 `query-replace-show-replacement' is non-nil.
13284
13285 2007-11-10 David Kastrup <dak@gnu.org>
13286
13287 * subr.el (match-substitute-replacement): New function.
13288
13289 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
13290
13291 * files.el (auto-mode-alist): Select org-mode for files with the
13292 extension ".org".
13293
13294 2007-11-10 Martin Rudalics <rudalics@gmx.at>
13295
13296 * help.el (help-window, help-window-point-marker): New variables.
13297 (help-window-select): New option.
13298 (with-help-window): New macro for displaying help windows.
13299 (help-window-display-message, help-window-setup-finish)
13300 (help-window-setup): New functions used for setting up help windows.
13301 (print-help-return-message): Reset help-window to nil.
13302 (view-lossage): Use with-help-window instead of
13303 with-output-to-temp-buffer and move help-window-point-marker after
13304 inserted text.
13305 (describe-bindings, describe-key, describe-mode): Use
13306 with-help-window instead of with-output-to-temp-buffer.
13307
13308 * help-mode.el (help-mode): Set view-exit-action to bury the
13309 buffer instead of fiddling with windows. Simplify code.
13310 (help-mode-finish): When help-window eqs t set it to the selected
13311 window and have with-help-window set up view-return-to-alist.
13312 (help-buffer): Add autoload cookie.
13313
13314 * view.el (view-remove-frame-by-deleting): Change default value to t.
13315 Add autoload cookie.
13316 (view-exit-action, view-file, view-file-other-window)
13317 (view-file-other-frame, view-buffer, view-buffer-other-window)
13318 (view-buffer-other-frame): Rewrite doc strings.
13319 (view-return-to-alist-update): New function to remove stale entries
13320 from view-return-to-alist.
13321 (view-mode-enter): Rewrite doc string and simplify code.
13322 (view-mode-exit): Handle new case 'keep-frame. Don't reset
13323 view-exit-action to nil. Simplify code and rewrite doc string.
13324
13325 * apropos.el (apropos-describe-plist):
13326 * descr-text.el (describe-char):
13327 * disp-table.el (describe-display-table):
13328 * faces.el (list-faces-display, describe-face):
13329 * facemenu.el (list-colors-display):
13330 * help-fns.el (describe-function, describe-variable)
13331 (describe-syntax, describe-categories):
13332 Use with-help-window instead of with-output-to-temp-buffer.
13333
13334 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
13335
13336 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13337 Optimize (featurep 'emacs) to t.
13338
13339 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13340 New function.
13341 (byte-compile-maybe-guarded): Use it to also look for bound
13342 symbols inside `and' forms. Comment out non-working code that was
13343 trying to avoid warnings for XEmacs code.
13344
13345 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13346
13347 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13348 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13349 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13350 (vc-cvs-annotate-command):
13351 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13352 is bound, it always is.
13353
13354 2007-11-10 Jason Rumney <jasonr@gnu.org>
13355
13356 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13357 setup here from global scope.
13358
13359 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13360
13361 * ido.el (ido-save-history): Save the history file in UTF-8, not
13362 the current filename coding system.
13363
13364 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * simple.el (interprogram-cut-function, interprogram-paste-function):
13367 Don't make them frame-local any more.
13368
13369 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13370 Don't set interprogram-(cut|paste)-function on each frame.
13371
13372 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13373 Make them work in tty frames.
13374 (interprogram-cut-function, interprogram-paste-function):
13375 Set them globally.
13376
13377 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13378
13379 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13380 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13381 (iso-iso2duden-trans-tab): Add docstring.
13382
13383 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * abbrev.el (define-abbrev-table): Record the variable definition.
13386
13387 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13388 New function.
13389
13390 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13391
13392 * ps-print.el: Clean the code for checking suitable Emacs version.
13393 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13394 (ps-print-version): New version 6.8.1.
13395
13396 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13397
13398 * files.el (enable-local-variables): Doc fix.
13399
13400 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13401
13402 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13403
13404 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13405
13406 * dired-aux.el (dired-copy-file-recursive):
13407 Preserve directory permissions.
13408
13409 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13412 (whitespace-unload-function): New-style unload function. When run,
13413 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13414 to stop the old hook from messing with the unloading.
13415
13416 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13417
13418 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13419 (elp-unset-master, elp-results): Fix typos.
13420 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13421 Doc fixes.
13422
13423 * msb.el (msb--many-menus): Remove variable.
13424 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13425 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13426 (msb--toggle-menu-type): Fix typos in docstrings.
13427
13428 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13429 (shadow-insert-var): Doc fixes.
13430 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13431 Reflow docstrings.
13432 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13433
13434 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13435
13436 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13437 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13438 Fix typos in autoload docstrings.
13439
13440 2007-11-09 Richard Stallman <rms@gnu.org>
13441
13442 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13443
13444 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13445
13446 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13447 (gdb-var-update-handler-1): Use it.
13448
13449 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13450
13451 * loadhist.el (unload-feature): Remove erroneous check for the
13452 FEATURE-unload-function variable; check the existence of the
13453 function (that's what the docstring says, and it makes more sense).
13454
13455 * follow.el (follow-unload-function): Add docstring.
13456 (follow-unload-function): Remove variable.
13457
13458 * server.el (server-unload-function): Remove variable.
13459 (server-unload-function): Unbind `server-edit' from `C-x #'.
13460
13461 * ses.el (ses-unload-function): New function.
13462
13463 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13464
13465 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13466 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13467
13468 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13469 before use to avoid a warning in packages that require uniquify.
13470 (uniquify-unload-function): New function and var.
13471
13472 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13473
13474 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13475 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13476 (ediff-current-diff-A, ediff-current-diff-B)
13477 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13478 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13479 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13480 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13481 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13482 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13483 (ediff-setup-windows-plain-merge)
13484 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13485 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13486 * ediff-util.el (ediff-setup-keymap, )
13487 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13488 (ediff-toggle-use-toolbar, ediff-really-quit)
13489 (ediff-good-frame-under-mouse)
13490 (ediff-highlight-diff-in-one-buffer)
13491 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13492 (ediff-make-bullet-proof-overlay):
13493 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13494 (ediff-set-meta-overlay):
13495 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13496 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13497 ediff-emacs-p with their former definitions.
13498
13499 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13500 (viper-has-face-support-p, viper-inactivate-input-method)
13501 (viper-activate-input-method)
13502 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13503 * emulation/viper-mous.el (viper-multiclick-timeout)
13504 (viper-surrounding-word, viper-mouse-click-insert-word)
13505 (viper-mouse-click-search-word, viper-parse-mouse-key):
13506 * emulation/viper-macs.el (viper-char-array-to-macro):
13507 * emulation/viper.el (viper-go-away, viper-set-hooks)
13508 (viper-non-hook-settings):
13509 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13510 (viper-get-saved-cursor-color-in-insert-mode)
13511 (viper-get-saved-cursor-color-in-emacs-mode)
13512 (viper-check-version, viper-get-visible-buffer-window)
13513 (viper-file-checked-in-p, viper-set-replace-overlay)
13514 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13515 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13516 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13517 with their former definitions.
13518 (viper-eventify-list-xemacs): Only do work for XEmacs.
13519 (viper-set-unread-command-events): Only do work for Emacs.
13520 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13521 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13522 (viper-overlay-get, viper-overlay-put, viper-read-event)
13523 (viper-characterp, viper-int-to-char, viper-get-face)
13524 (viper-color-defined-p, viper-iconify): New defaliases replacing
13525 the old fsets.
13526
13527 * progmodes/fortran.el (comment-region-function)
13528 (uncomment-region-function): Pacify byte compiler.
13529
13530 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13531
13532 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13533
13534 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13535 `process-environment'.
13536
13537 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13538
13539 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13540 match dir like "a...b".
13541
13542 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13545
13546 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13547
13548 * net/tramp.el (tramp-handle-substitute-in-file-name):
13549 Don't expand the remote connection identification.
13550 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13551 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13552 before calling stty.
13553
13554 * net/tramp-cache.el (tramp-cache-print)
13555 (tramp-dump-connection-properties): Fix docstring.
13556 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13557
13558 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13559
13560 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13561 remote connection identification when setting connection property.
13562
13563 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13564 "//" substitutes only in the local filename part.
13565
13566 2007-11-07 David Hansen <david.hansen@gmx.net>
13567
13568 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13569
13570 2007-11-07 Glenn Morris <rgm@gnu.org>
13571
13572 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13573 Remove superfluous concats. Move final set-buffer to
13574 non-emacs-specific code.
13575
13576 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13577
13578 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13579
13580 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13581
13582 * eshell/esh-mode.el (eshell-output-filter):
13583 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13584 Use `with-current-buffer'.
13585
13586 2007-11-07 Andreas Schwab <schwab@suse.de>
13587
13588 * server.el (server-start): Only register cleanup after server was
13589 started.
13590
13591 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13592
13593 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13594
13595 * net/tramp-cache.el (tramp-cache-print): Move down.
13596 (tramp-cache-list-connections): New defun.
13597
13598 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13599
13600 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13601
13602 * ido.el (ido-save-history): Write the history file in the current
13603 filename coding system, and add `coding' file-local variable.
13604
13605 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13606
13607 * textmodes/org.el (org-table-formula-substitute-names):
13608 Remove forgotten temporary debugging code.
13609
13610 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13611
13612 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13613 the prompt.
13614
13615 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13616
13617 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13618
13619 2007-11-05 Simon Josefsson <simon@josefsson.org>
13620
13621 * net/tls.el (tls-end-of-info): Doc fix.
13622
13623 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13624
13625 * international/utf-7.el (utf-7-imap): New coding system.
13626 (utf-7-imap-post-read-conversion): New function.
13627 (utf-7-imap-pre-write-conversion): New function.
13628
13629 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * abbrev.el (abbrev--write): Fix up typo.
13632
13633 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13634
13635 * abbrev.el (define-abbrev-table): Doc fix.
13636
13637 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13638
13639 * info.el (Info-revert-buffer-function): New func.
13640 (Info-mode): Arrange to use it for reverting.
13641 (Info-copy-current-node-name): Add space between filename and nodename.
13642
13643 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13646
13647 2007-11-04 Glenn Morris <rgm@gnu.org>
13648
13649 * net/tls.el: Don't require rx when compiling.
13650 (tls-end-of-info): Rewrite without using rx.
13651 (open-tls-stream): Use with-current-buffer.
13652
13653 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13654
13655 * net/tls.el: Require rx when compiling.
13656 (tls-end-of-info): New variable.
13657 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13658 matched.
13659
13660 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13661
13662 * register.el (append-to-register, prepend-to-register):
13663 Don't signal error on empty register; use the text, instead.
13664
13665 2007-11-03 Michael Olson <mwolson@gnu.org>
13666
13667 * textmodes/remember.el (remember-buffer):
13668 Use define-obsolete-function-alias rather than defalias.
13669
13670 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13671
13672 * simple.el (bad-packages-alist): Anchor semantic regexp.
13673
13674 2007-11-03 Glenn Morris <rgm@gnu.org>
13675
13676 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13677 if defined, for blank lines. Doc fix.
13678
13679 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13680 (fortran-mode): Set values for comment-region-function,
13681 uncomment-region-function and comment-insert-comment-function.
13682 (fortran-uncomment-region): New function.
13683
13684 * textmodes/nroff-mode.el (nroff-mode):
13685 Set comment-insert-comment-function rather than indent-line-function.
13686 (nroff-indent-line-function): Remove.
13687 (nroff-insert-comment-function): New function.
13688
13689 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13690
13691 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13692
13693 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13694
13695 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13696
13697 * emulation/viper-cmd.el (viper-prev-destructive-command)
13698 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13699 copy-sequence.
13700
13701 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13702 Got rid of ediff-copy-list.
13703
13704 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13705 use face-name.
13706 (ediff-test-utility, ediff-diff-mandatory-option)
13707 (ediff-reset-diff-options): Remove to simplify the mandatory option
13708 handling on Windows.
13709 (ediff-set-diff-options): Add.
13710 (ediff-diff-options): Set "--binary" option as default in some cases.
13711
13712 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13713 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13714 ediff-vc-working-revision. Require vc-hooks.
13715
13716 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13717
13718 * files.el (hack-local-variables): Fix membership tests to avoid
13719 treating all variables as safe if `enable-local-variables' is
13720 set to :safe (CVE-2007-5795).
13721
13722 2007-11-02 Glenn Morris <rgm@gnu.org>
13723
13724 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13725 if defined, do all the work of inserting a new comment.
13726
13727 * progmodes/etags.el (tags-table-mode): Disable undo.
13728
13729 * simple.el (bad-packages-alist): Revert previous change.
13730
13731 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13732
13733 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13734
13735 * obsolete/lselect.el: Do not warn about unknown functions.
13736
13737 2007-11-02 Michael Olson <mwolson@gnu.org>
13738
13739 * textmodes/remember.el (remember-buffer): Make this an alias of
13740 remember-finalize, because Org uses it.
13741
13742 2007-11-01 Michael Olson <mwolson@gnu.org>
13743
13744 * textmodes/remember.el: Improve documentation in heading.
13745 (remember-before-remember-hook): Turn into a customizable option.
13746 (remember): Document INITIAL argument.
13747 (remember-region): Remove autoload cookie. Improve docstring to
13748 mention that it is called from the *Remember* buffer, and does not
13749 have any functional overlap with the `remember' function.
13750 (remember-finalize): Remove autoload cookie. Rename from
13751 remember-buffer to emphasize that this does not have any
13752 functional overlap with the `remember' function.
13753 (remember-destroy): Remove autoload cookie.
13754 (remember-mode-map): Define and initialize in one step.
13755 (remember-mode): Improve docstring.
13756 (remember-annotation-functions): Default to just '(buffer-file-name),
13757 and don't try to take the default value from Planner.
13758
13759 2007-11-01 Glenn Morris <rgm@gnu.org>
13760
13761 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13762
13763 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13764
13765 * emacs-lisp/authors.el (authors-scan-change-log)
13766 (authors-scan-el): Don't enable local eval; enable only safe local
13767 variables, without querying.
13768
13769 * mail/footnote.el (footnote-numeric-regexp)
13770 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13771 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13772 Match multi-character footnotes.
13773
13774 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13775 (nroff-indent-line-function): New function.
13776 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13777 obsolete alias.
13778
13779 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13780
13781 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13782 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13783 (rcirc-print): Only update the line count when not marking the
13784 line as omittable.
13785 (rcirc-log-write): Specify coding system when writing logfile.
13786 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13787
13788 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13789
13790 * printing.el (printing): Fix :version, printing.el was included
13791 for in emacs-22.1.
13792 (pr-path-style, pr-path-alist, pr-txt-name)
13793 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13794 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13795 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13796 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13797 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13798 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13799 (pr-setting-database, pr-visible-entry-list)
13800 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13801 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13802
13803 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13804 top level, make it dependent on the emacs flavor.
13805
13806 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13807 Test for XEmacs not for itimer.
13808
13809 * term/sun-mouse.el:
13810 * obsolete/sun-fns.el:
13811 * obsolete/sun-curs.el: Remove files.
13812
13813 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13814
13815 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
13816
13817 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13818 was given to concat.
13819
13820 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13823 used normally for goto-line. Change `g' to revert the buffer.
13824 Add redundant `r' binding for buffer-revert.
13825
13826 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13827 (mail-abbrevs-setup): Use abbrev-expand-functions.
13828 (build-mail-abbrevs): Use with-temp-buffer.
13829 (define-mail-abbrev): Simplify.
13830 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13831 Change it for use on abbrev-expand-functions.
13832 (mail-abbrev-complete-alias): Use with-syntax-table.
13833
13834 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
13835
13836 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13837 directly. Fix bug in deleting temp file.
13838
13839 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13842 Merge defvar and define-abbrev-table.
13843 (def-python-skeleton): Use :case-fixed and :enable-function.
13844 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13845 Remove.
13846 (python-mode): Don't modify pre-abbrev-expand-hook.
13847
13848 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13849
13850 * ediff-util.el (ediff-file-checked-out-p)
13851 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13852
13853 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * abbrev.el (abbrev-symbol): Correct let->let*.
13856 (abbrev--before-point): Only use abbrev-start-location if before point.
13857
13858 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13859
13860 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
13861 (strokes-unload-hook): Remove function and variable.
13862 (strokes-unload-function): New-style unload function, adapted
13863 from `strokes-unload-hook'.
13864
13865 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13866 (cl-unload-hook): Remove variable.
13867 (cl-unload-function): New-style unload function, adapted
13868 from `cl-cannot-unload'.
13869
13870 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13871 (elp-unload-function): New-style unload function, adapted
13872 from `elp-unload-hook'.
13873
13874 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
13875
13876 * emacs-lisp/find-func.el (find-library): Use library at
13877 point as default interactive argument.
13878
13879 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13880
13881 * shadowfile.el (shadow-join): Remove.
13882 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13883 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13884 (shadowfile-unload-hook): Remove function and variable.
13885 (shadowfile-unload-function): New-style unload function, adapted
13886 from `shadowfile-unload-hook'.
13887
13888 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13889
13890 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13891 only if it is bound.
13892
13893 * textmodes/reftex.el: Move autoloads for before all uses.
13894 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13895 (reftex-delete-overlay): Move to the top level with the condition
13896 in the body.
13897
13898 * progmodes/simula.el: Use when instead of if.
13899
13900 * iimage.el (iimage-locate-file): Define unconditionally.
13901
13902 * mail/mailabbrev.el (mail-abbrev-next-line):
13903 * emulation/vip.el (vip-enlarge-region, vip-line)
13904 (vip-next-line-at-bol, vip-previous-line)
13905 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13906 Wrap with-no-warnings around uses of next-line and previous-line.
13907
13908 * ediff.el (run-ediff-from-cvs-buffer):
13909 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13910 Remove function not used by pcl-cvs anymore.
13911 (noninteractive, generic-sc-get-latest-rev)
13912 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13913 Delete support for long obsolete generic-sc.el.
13914
13915 2007-10-31 Glenn Morris <rgm@gnu.org>
13916
13917 * cvs-status.el: No longer require pcvs when compiling.
13918
13919 * doc-view.el (doc-view-conversion-refresh-interval)
13920 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13921 (doc-view-reset-slice): Doc fixes.
13922 (doc-view-menu): Remove deleted function doc-view-edit-doc.
13923
13924 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * help-at-pt.el (help-at-pt-unload-hook): Remove.
13927 Timers are automatically canceled by `unload-feature'.
13928
13929 * delsel.el (delsel-unload-hook): Remove function and variable.
13930 (delsel-unload-function): New-style unload function, adapted
13931 from `delsel-unload-hook'.
13932
13933 * msb.el (msb-unload-hook): Remove function and variable.
13934 (msb-unload-function): New-style unload function, adapted from
13935 `msb-unload-hook'.
13936
13937 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
13938
13939 * desktop.el (uniquify-managed): Pacify byte compiler.
13940 (desktop-buffer-info): If the buffer name is managed by uniquify,
13941 save the base name, not the uniquified one.
13942 (desktop-create-buffer): Allow `rename-buffer' to generate a new
13943 name in case of conflict.
13944
13945 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * doc-view.el: Use expand-file-name rather than concat.
13948 (doc-view-cache-directory): Add the UID so multiple users won't clash.
13949 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13950 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13951 (doc-view-toggle-display): Use an overlay over the whole buffer so as
13952 not to have to touch the buffer's content.
13953 (doc-view-initiate-display): New function, extracted from doc-view-mode.
13954 (doc-view-mode): Use it. Don't mark as a special mode.
13955 Put the page numbers in the modeline.
13956 Set up the overlay. Hide the cursor. Run the mode hook.
13957 Use after-revert-hook rather than revert-buffer-function.
13958 (doc-view-search-internal): Fix typo.
13959 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13960 image-cache flush.
13961 (doc-view-reconvert-doc): Don't reset the whole mode.
13962 (doc-view-make-safe-dir): New function.
13963 (doc-view-current-cache-dir): Use it.
13964
13965 2007-10-30 Jason Rumney <jasonr@gnu.org>
13966
13967 * time.el (display-time-world-list): Test for zoneinfo support.
13968
13969 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
13970
13971 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13972
13973 * net/tramp-cache.el (tramp-flush-file-function): Check also
13974 `default-directory' if `buffer-file-name' does not return a
13975 string. Added to `eshell-pre-command-hook'.
13976
13977 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * doc-view.el (doc-view-current-doc): Remove.
13980 Replace all uses by buffer-file-name.
13981 (doc-view-menu): New menu.
13982 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13983 unused var `doc'.
13984 (doc-view-sort): Simplify.
13985 (doc-view-buffer-message): Don't change buffer-modified-p.
13986 (doc-view-mode): Change it here instead.
13987 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
13988 Don't modify the global value of revert-buffer-function.
13989
13990 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13991 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13992 (image-toggle-display): Take overlays into account and don't assume
13993 point-min==1.
13994
13995 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
13996
13997 * vc.el (vc-annotate): Fix omission bug:
13998 Specify value for vc-sentinel-movepoint.
13999
14000 2007-10-30 Michael Olson <mwolson@gnu.org>
14001
14002 * textmodes/remember.el (remember-mode-hook)
14003 (remember-handler-functions, remember-annotation-functions):
14004 Add additional items as options, including some Org functions.
14005
14006 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14007
14008 * doc-view.el: Remove cl-dependency.
14009 (doc-view-buffer-message): Mention new binding K.
14010 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14011 instead of variable.
14012 (doc-view-current-cache-dir): Better cache dir naming.
14013 (doc-view-current-display): Remove variable.
14014 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14015 (doc-view-kill-proc): Set converter process to nil.
14016 (doc-view-minor-mode): New minor mode.
14017 (doc-view-minor-mode-map): New keymap.
14018 (doc-view-mode): Remove text/image switching code. Use plain defun.
14019 (doc-view-mode-map): New binding K kills converter process.
14020 Remove C-c C-e binding.
14021 (doc-view-mode-text-map): Remove keymap.
14022 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14023 d-v-display-maybe.
14024 (doc-view-previous-major-mode): New variable.
14025 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14026 (doc-view-remove-if): New function.
14027 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14028 (doc-view-toggle-display): Toggle modes instead of display styles.
14029 (doc-view-reconvert-doc): Adapt to new way of doing things.
14030
14031 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14032
14033 2007-10-30 Glenn Morris <rgm@gnu.org>
14034
14035 * dirtrack.el (dirtrack-mode): Doc fix.
14036
14037 * shell.el (shell-dirtrack-verbose, shell-mode)
14038 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14039
14040 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14041 (byte-compile-enable-warning): Doc fix.
14042
14043 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14044 suppress byte-opt warning.
14045
14046 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14047
14048 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14049 (edt-gnu-emacs19-p): Remove.
14050 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14051 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14052 (edt-end-of-line-forward, edt-end-of-line-backward)
14053 (edt-one-word-forward, edt-one-word-backward, edt-character)
14054 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14055 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14056 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14057 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14058 (edt-sentence-backward, edt-paragraph-forward)
14059 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14060 (edt-window-bottom, edt-scroll-window-forward-line)
14061 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14062 (edt-line-to-top-of-window, edt-paragraph-backward)
14063 (edt-restore-key, edt-window-top, edt-window-bottom)
14064 (edt-scroll-window-forward-line)
14065 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14066 (edt-line-to-middle-of-window, edt-goto-percentage)
14067 (edt-display-the-time, edt-remember, edt-split-window)
14068 (edt-emulation-on, edt-emulation-off)
14069 (edt-default-emulation-setup, edt-user-emulation-setup)
14070 (edt-select-default-global-map, edt-select-user-global-map):
14071 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14072 tests.
14073
14074 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14075 Use feature test instead of boundp test so it can be resolved at
14076 compile time.
14077
14078 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14079
14080 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14083 Update all users.
14084 (abbrev-get, abbrev-put): Simplify.
14085 (define-abbrev): Don't store the `force' value in the :system property.
14086 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14087
14088 2007-10-30 Michael Olson <mwolson@gnu.org>
14089
14090 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14091
14092 * textmodes/remember.el: New file that implements a mode for
14093 quickly jotting down things to remember.
14094
14095 * textmodes/remember-diary.el: A backend for remember.el that
14096 implements saving notes to a Diary file.
14097
14098 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14099
14100 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14101 Relocate in file.
14102 (allout-doublecheck-at-and-shallower): Increase to include
14103 slightly greater depths, since yank interaction is now ok.
14104 Also, elaborate the docstring to explain the situation.
14105 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14106 instead of concat, so we accommodate key sequences expressed as
14107 vectors as well as strings and lists.
14108 (allout-flag-region, allout-hide-by-annotation): Make the
14109 hidden-text overlays 'front-advance.
14110 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14111 (allout-aberrant-container-p, allout-on-current-heading-p)
14112 (allout-e-o-prefix-p, allout-next-heading)
14113 (allout-previous-heading, allout-goto-prefix)
14114 (allout-end-of-prefix, allout-next-sibling-leap)
14115 (allout-next-visible-heading, allout-auto-fill)
14116 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14117 (allout-yank-processing, allout-resolve-xref)
14118 (allout-current-topic-collapsed-p, allout-hide-region-body)
14119 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14120 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14121 (count-trailing-whitespace-region): Preserve match data, so allout
14122 outline navigation doesn't disrupt other Emacs operations.
14123 (allout-beginning-of-line): Retreat to the beginning of the hidden
14124 text, so fields are respected (for submodes that care).
14125 (allout-end-of-line): Preserve mark activation status when jumping.
14126 (allout-open-topic): Account for opening after a child that
14127 contains a hidden trailing newline. Preserve match data.
14128 Run allout-structure-added-hook
14129 (allout-encrypt-decrypted): Preserve match data.
14130 (allout-toggle-current-subtree-exposure): Add new interactive
14131 function for toggle subtree exposure - suggested by tassilo.
14132 (move-beginning-of-line, move-end-of-line): Don't use
14133 line-move-invisible-p, it's obsolete - substitute the code, instead.
14134
14135 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14136
14137 * textmodes/flyspell.el (message-signature-separator):
14138 * longlines.el (message-indent-citation-function): Pacify byte
14139 compiler.
14140
14141 * emacs-lisp/cl-loaddefs.el:
14142 * ldefs-boot.el: Regenerate.
14143
14144 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14145 (.el.elc, compile, compile-always, compile-calc)
14146 ($(lisp)/progmodes/cc-mode.elc): Use it.
14147
14148 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14149 Only do work for XEmacs.
14150 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14151 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14152 on XEmacs.
14153 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14154 (ps-x-color-name, ps-x-color-specifier-p)
14155 (ps-x-copy-coding-system, ps-x-device-class)
14156 (ps-x-extent-end-position, ps-x-extent-face)
14157 (ps-x-extent-priority, ps-x-extent-start-position)
14158 (ps-x-face-font-instance, ps-x-find-coding-system)
14159 (ps-x-font-instance-properties, ps-x-make-color-instance)
14160 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14161 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14162 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14163 (ps-generate-postscript-with-faces): Delete defaliases.
14164 (ps-face-foreground-name, ps-face-background-name)
14165 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14166 Move definitions to top level, make the body conditional on the Emacs
14167 flavor. Replace uses of deleted aliases and renamed functions.
14168 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14169 of deleted aliases and renamed functions.
14170
14171 * calc/calc.el (calc-emacs-type-lucid): Remove.
14172 (calc-digit-map, calcDigit-start, calc-read-key)
14173 (calc-clear-unread-commands):
14174 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14175 calc-emacs-type-lucid with (featurep 'xemacs)
14176
14177 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14178 (featurep 'xemacs).
14179 (tpu-lucid-emacs19-p): Remove.
14180 (tpu-map-key): Make it a function instead of using fset. Inline
14181 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14182 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14183
14184 * ielm.el: Use featurep 'xemacs.
14185
14186 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14187 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14188 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14189 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14190 cperl-xemacs-p with (featurep 'xemacs).
14191 (font-lock-cache-position): Pacify byte compiler.
14192
14193 2007-10-29 Drew Adams <drew.adams@oracle.com>
14194
14195 * faces.el (read-color): New function.
14196 (face-at-point, foreground-color-at-point)
14197 (background-color-at-point): New functions.
14198
14199 2007-10-28 Richard Stallman <rms@gnu.org>
14200
14201 * net/browse-url.el (browse-url-text-xterm): Rename from
14202 browse-url-lynx-xterm and made generic.
14203 (browse-url-text-emacs): Likewise.
14204 (browse-url-text-browser): New variable.
14205 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14206 (browse-url-text-input-field, browse-url-text-input-attempts)
14207 (browse-url-kde-program): Likewise.
14208
14209 2007-10-29 Glenn Morris <rgm@gnu.org>
14210
14211 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14212 Use mapc rather than mapcar (reinstall change deleted without log
14213 entry 2007-10-22).
14214
14215 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14216
14217 * wdired.el (wdired-next-line, wdired-previous-line):
14218 Use next-line and previous-line wrapped in with-no-warnings.
14219
14220 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14221
14222 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14223 (rcirc-recent-quit-alist): New function.
14224 (rcirc): Print a better message when there is only one connected server.
14225 (rcirc-complete-nick): Do not update the nick table here.
14226 (rcirc-mode-map): Add M-o.
14227 (rcirc-current-line): Add variable.
14228 (rcirc-mode): Setup variables for line based omit.
14229 (rcirc-edit-multiline): Strip text properties.
14230 (rcirc-omit-responses): Add NICK.
14231 (rcirc-omit-threshold): Add variable.
14232 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14233 Add functions.
14234 (rcirc-print): Keep track of current line. Do not fill text if
14235 `rcirc-fill-flag' is null. Only omit text if the last activity
14236 from the sender is more than `rcirc-omit-threshold' lines ago.
14237 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14238 numbers instead of time.
14239 (rcirc-channel-nicks): Sort by line numbers instead of time.
14240 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14241 (rcirc-handler-JOIN): Restore the joiners linestamp.
14242 (rcirc-maybe-remember-nick-quit): Add function.
14243 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14244
14245 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14246
14247 * loadhist.el (unload-feature-special-hooks):
14248 Add `delete-frame-functions' and `suspend-tty-functions'.
14249
14250 * server.el (server-unload-function): Rename from `server-unload-hook'
14251 and adapt to new `unload-feature' functionality. Remove hook from
14252 `kill-buffer-hook' buffer-locally.
14253 (server-unload-hook): Remove.
14254 (server-unload-function): New var; replaces `server-unload-hook'.
14255
14256 2007-10-29 Glenn Morris <rgm@gnu.org>
14257
14258 * dirtrack.el (dirtrack-debug): Doc fix.
14259 (dirtrack-mode, dirtrack-debug-mode): New names for
14260 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14261 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14262 Make obsolete.
14263 (dirtrack-debug-message): Only print message if
14264 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14265 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14266 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14267
14268 2007-10-28 Glenn Morris <rgm@gnu.org>
14269
14270 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14271 (byte-compile-warnings-safe-p): Handle `not'.
14272 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14273 (byte-compile-enable-warning): New functions.
14274 (byte-compile-eval-before-compile)
14275 (byte-compile-file-form-require): Use byte-compile-disable-warning.
14276 (byte-compile-close-variables): Locally bind byte-compile-warnings,
14277 but do not modify it.
14278 (byte-compile-eval, byte-compile-obsolete)
14279 (byte-compile-warn-about-unresolved-functions)
14280 (byte-compile-file-form-defvar)
14281 (byte-compile-file-form-custom-declare-variable)
14282 (byte-compile-file-form-require)
14283 (byte-compile-file-form-defmumble, byte-compile-lambda)
14284 (byte-compile-form, byte-compile-normal-call)
14285 (byte-compile-variable-ref, byte-compile-defvar)
14286 (byte-compile-make-variable-buffer-local):
14287 Use byte-compile-warning-enabled-p.
14288 * emacs-lisp/advice.el (ad-compile-function):
14289 Use byte-compile-disable-warning.
14290 * emacs-lisp/cl.el: Move local variables to end of file, and set
14291 byte-compile-warnings to `(not cl-functions)'.
14292 * emacs-lisp/cl-compat.el: Add a local variables section, and set
14293 byte-compile-warnings to `(not cl-functions)'.
14294 * emacs-lisp/cl-macs.el: Unify local variable section, and set
14295 byte-compile-warnings to `(not cl-functions)'.
14296 (cl-do-proclaim): Use byte-compile-disable-warning and
14297 byte-compile-enable-warning.
14298 * emacs-lisp/cl-seq.el: Unify local variable section, and set
14299 byte-compile-warnings to `(not cl-functions)'.
14300 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14301 Use byte-compile-disable-warning.
14302
14303 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14304
14305 * cus-edit.el (custom-browse-insert-prefix):
14306 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14307
14308 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * server.el (server-process-filter): Fix typo in docstring.
14311 (server-log): Reflow docstrings.
14312 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14313 (server-goto-line-column): Use `when'.
14314
14315 2007-10-28 Juri Linkov <juri@jurta.org>
14316
14317 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14318 when mouse is clicked on the isearch message.
14319 (isearch-resume): Call `isearch-update' at the end.
14320 Rename argument `search' to `string' to conform to the
14321 isearch terminology.
14322
14323 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 Rewrite abbrev.c in Elisp.
14326 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14327 (abbrev-table-get, abbrev-table-put, abbrev-get)
14328 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14329 (define-abbrev, abbrev--check-chars, define-global-abbrev)
14330 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14331 (abbrev-expansion, abbrev--before-point, expand-abbrev)
14332 (unexpand-abbrev, abbrev--write, abbrev--describe)
14333 (insert-abbrev-table-description, define-abbrev-table):
14334 New funs, largely transcribed from abbrev.c.
14335 (abbrev-with-wrapper-hook): New macro.
14336 (abbrev-table-name-list, global-abbrev-table)
14337 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14338 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14339 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14340 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14341 New vars, largely transcribed from abbrev.c.
14342 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
14343 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14344 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14345
14346 2007-10-27 Glenn Morris <rgm@gnu.org>
14347
14348 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14349 (shell-dirtrack-toggle): Mark as obsolete.
14350 (dirtrack-toggle, dirtrack-mode): No longer alias to
14351 shell-dirtrack-mode.
14352
14353 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14354
14355 * calc/calc.el (math-standard-opers): Lower the precedence
14356 of negation.
14357 * calc/calc-lang.el (math-oper-table): Lower precedence of
14358 negation for C, TeX, and eqn.
14359
14360 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14361
14362 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14363
14364 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14365
14366 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14367 (desktop-not-loaded-hook): Fix :version tags.
14368
14369 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14372 (tramp-get-remote-tmpdir): New defun.
14373 (tramp-make-tramp-temp-file): Use it.
14374 (tramp-local-call-process): New defun. Replace all calls of
14375 `call-process' by this when appropriate.
14376 (tramp-handle-write-region): Replace calls of `file-attributes' by
14377 `tramp-compat-file-attributes'.
14378 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14379 Make the first command a `tramp-send-command' call, with let-bind
14380 of `tramp-end-of-output'.
14381 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14382 (tramp-load-report-modules, tramp-append-tramp-buffers):
14383 Move to tramp-cmds.el.
14384
14385 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14386 (tramp-fish-do-copy-or-rename-file)
14387 (tramp-fish-do-copy-or-rename-file-directly):
14388 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14389 Add parameter PRESERVE-UID-GID.
14390
14391 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14392
14393 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14394 New defcustoms.
14395 (display-time-world-list): Use them as appropriate for the current
14396 value of `system-type'.
14397
14398 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14399
14400 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14401 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14402 around uses of previous-line and next-line.
14403
14404 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14405 New defvars.
14406
14407 * textmodes/css-mode.el (comment-continue):
14408 * net/browse-url.el (url-handler-regexp):
14409 * progmodes/idlw-help.el (idlwave-system-routines):
14410 Pacify byte-compiler.
14411
14412 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14413 line-move-invisible-p with its former definition: invisible-p.
14414 line-move-invisible-p was removed on 2007-08-29.
14415
14416 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14417
14418 * files.el (kill-emacs-query-functions): Doc fix;
14419 `save-buffers-kill-emacs' is no longer bound to a key.
14420
14421 2007-10-26 Richard Stallman <rms@gnu.org>
14422
14423 * isearch-multi.el (isearch-buffers-multi): New option.
14424 (isearch-buffers-search-fun): Test it.
14425
14426 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14427 Put ps-run-clear on C-c C-l.
14428
14429 * newcomment.el (comment-styles): New style indent-or-triple.
14430 (comment-style): Make that the default.
14431 (comment-add defvar): Doc fix.
14432 (comment-add): Delete arg EXTRA.
14433 (comment-region-default): Open code call to comment-add.
14434 Handle indent-or-triple style which uses `multi-char' for INDENT.
14435
14436 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14437
14438 * eshell/em-unix.el (nil-blank-string): Doc fix.
14439
14440 2007-10-26 John Wiegley <johnw@newartisans.com>
14441
14442 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14443 function, ensure that the third argument is turned into a nil if
14444 the string is otherwise completely empty (either no characters, or
14445 all tabs/spaces). This fixes a bug from a user who found himself
14446 unable to customize `diff-switches' and still use Eshell's diff
14447 command.
14448
14449 2007-10-26 Glenn Morris <rgm@gnu.org>
14450
14451 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14452 safe-local-variable property.
14453
14454 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14455
14456 * net/browse-url.el (browse-url-browser-function): Delete grail.
14457 (browse-url-grail): Function and variable deleted.
14458 (browse-url-browser-function): Delete IXI Mosaic.
14459 (browse-url-default-browser): Don't try IXI Mosaic.
14460 (browse-url-iximosaic): Function deleted.
14461 (browse-url-browser-function): Delete MMM.
14462 (browse-url-default-browser): Don't try MMM.
14463 (browse-url-mmm): Function deleted.
14464
14465 2007-10-26 Drew Adams <drew.adams@oracle.com>
14466
14467 * custom.el (custom-note-var-changed): New function.
14468
14469 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14470
14471 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14472 use with the definition. Remove.
14473
14474 * add-log.el (change-log-start-entry-re): New defconst.
14475 (change-log-sortable-date-at): Use it.
14476 (change-log-beginning-of-defun, change-log-end-of-defun):
14477 New functions.
14478 (change-log-mode): Use them for beginning-of-defun-function and
14479 end-of-defun-function.
14480
14481 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14482
14483 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14484 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14485 (ses-recalculate-cell): Deal with point being just beyond end of
14486 data area (why does this happen?)
14487 (ses-set-curcell): Ditto.
14488 (ses-column-letter): Handle columns beyond 702. Code written by
14489 Gareth Rees.
14490
14491 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14492
14493 * textmodes/org.el (org-agenda-get-restriction-and-command):
14494 Use `mapc' instead of `mapcar'.
14495 (org-agenda-list): Numeric prefix argument can specify the number
14496 of days.
14497 (remember-register, remember-buffer): Prevent byte compiler from
14498 complaining.
14499 (org-todo): Save and restore match data.
14500 (org-no-warnings): New macro.
14501 (org-columns-eval): Use `org-no-warnings'.
14502
14503 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14504
14505 * comint.el (comint-password-prompt-regexp):
14506 Handle `[sudo] password'-style prompt.
14507
14508 2007-10-25 Glenn Morris <rgm@gnu.org>
14509
14510 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14511 (defcustom): Doc fix.
14512
14513 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14514 Add `non_intrinsic'.
14515 (f90-constants-re): Add ieee modules.
14516 (f90-typedef-matcher, f90-typedec-matcher)
14517 (f90-imenu-type-matcher): New functions.
14518 (f90-font-lock-keywords-1): Give module procedures function-name face.
14519 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14520 Add `use, intrinsic'.
14521 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14522 Move start of `enum' blocks to separate entry.
14523 (f90-start-block-re): Fix `type', `abstract interface'.
14524 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14525 derived types.
14526 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14527 `elemental', change `enumerator'.
14528 (f90-no-block-limit): Fix `abstract interface'.
14529
14530 * progmodes/f90.el (f90-indented-comment-re)
14531 (f90-directive-comment-re, f90-break-delimiters):
14532 * progmodes/fortran.el (fortran-comment-line-start-skip)
14533 (fortran-directive-re):
14534 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14535 as safe if they are strings.
14536
14537 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * startup.el (window-system): Remove. Don't make it frame-local.
14540
14541 2007-10-24 Richard Stallman <rms@gnu.org>
14542
14543 * savehist.el (savehist-save): Omit unreadable elements.
14544
14545 * loadhist.el (unload-function-defs-list): Rename from
14546 unload-function-features-list.
14547 (unload-feature-special-hooks, unload-feature): Doc fixes.
14548
14549 * indent.el (indent-to-left-margin): If point's in the indentation,
14550 move to the end of the indentation.
14551
14552 * cus-edit.el (customize-changed-options): Make arg optional.
14553
14554 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14555
14556 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14557
14558 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14559
14560 * textmodes/org-publish.el (org-publish-attachment): Re-install
14561 accidentally deleted change.
14562
14563 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14566
14567 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14568
14569 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14570 (Buffer-menu-mode-map): Initialize in the declaration.
14571 (Buffer-menu-mode): Define with `define-derived-mode'.
14572
14573 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14574
14575 * textmodes/org.el (org-version): Change to 5.13e.
14576 (org-agenda-file-regexp): Fix typo in docstring.
14577 (org-add-planning-info): Fix bug in parenthesis settings.
14578 (org-scan-tags): Catch the case of indirect buffers with no filename.
14579 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14580 Re-install switch to mapc, had been removed by accident.
14581 (org-columns-map): New binding `C-c C-o'.
14582 (org-columns-menu): Change menu text and added new entry.
14583 (org-columns-eval): Document the use of `next-line'.
14584 (org-columns-open-link): New function.
14585 (org-columns-follow-link): Remove function.
14586 (org-open-link-from-string): New function.
14587 (org-read-date-get-relative): Fix typo in docstring.
14588 (org-read-date-get-relative): Leading +/- is not optional.
14589 (org-agenda-get-restriction-and-command): Always resize window on
14590 first loop cycle.
14591 (org-agenda-open-link): Make sure the link abbreviations are
14592 present in the agenda buffer.
14593 (org-agenda-copy-local-variable): New function.
14594
14595 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14596
14597 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14598
14599 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * simple.el (reindent-then-newline-and-indent): Use a `move after
14602 insert' kind of marker in the save-excursion.
14603
14604 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * textmodes/css-mode.el: Require CL.
14607 (comment-continue): Declare.
14608
14609 * subr.el (make-variable-frame-localizable): Remove.
14610 (make-variable-frame-local): Mark obsolete.
14611
14612 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14615 of the subdirs is unreadable.
14616
14617 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14618
14619 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14620 when we are local.
14621
14622 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * progmodes/python.el (python-current-defun): Remove left-over
14625 assignment to `start'.
14626
14627 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14628
14629 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14630 than `mapcar'; return value is not used.
14631
14632 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14633
14634 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14635 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14636
14637 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14638
14639 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14640 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14641
14642 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14643
14644 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14645
14646 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14647
14648 * emacs-lisp/advice.el (ad-make-advised-docstring):
14649 Add ad-advice-info text property to doc string.
14650
14651 2007-10-23 Glenn Morris <rgm@gnu.org>
14652
14653 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14654 (f90-type-indent, f90-program-indent, f90-associate-indent)
14655 (f90-continuation-indent, f90-comment-region)
14656 (f90-beginning-ampersand, f90-smart-end)
14657 (f90-break-before-delimiters, f90-auto-keyword-case)
14658 (f90-leave-line-no, f90-mode-hook):
14659 Give an appropriate safe-local-variable property.
14660
14661 * progmodes/fortran.el (fortran-tab-mode-default)
14662 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14663 (fortran-structure-indent, fortran-continuation-indent)
14664 (fortran-comment-indent, fortran-comment-line-extra-indent)
14665 (fortran-comment-line-start)
14666 (fortran-minimum-statement-indent-fixed)
14667 (fortran-minimum-statement-indent-tab)
14668 (fortran-comment-indent-char, fortran-line-number-indent)
14669 (fortran-check-all-num-for-matching-do)
14670 (fortran-blink-matching-if, fortran-continuation-string)
14671 (fortran-comment-region, fortran-electric-line-number)
14672 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14673 (fortran-analyze-depth, fortran-break-before-delimiters):
14674 Give an appropriate safe-local-variable property.
14675
14676 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14677
14678 * printing.el: Move variable definitions before use.
14679 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14680
14681 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14684 (tpu-edt-off): Use it.
14685 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14686 the global-map before adding it to global-map.
14687
14688 * menu-bar.el (global-buffers-menu-map): New var.
14689 (global-map, menu-bar-update-buffers): Use it.
14690 * msb.el (msb-menu-bar-update-buffers): Use it.
14691 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14692 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14693 Use with-current-buffer.
14694
14695 2007-10-22 Juri Linkov <juri@jurta.org>
14696
14697 * isearch-multi.el: New file.
14698
14699 * isearch.el (isearch-search-string): After finding the next
14700 occurrence switch to buffer isearch-buffers-current-buffer when
14701 isearch-buffers-next-buffer-function is non-nil and
14702 isearch-buffers-current-buffer is live.
14703
14704 * add-log.el (change-log-mode): Make and set buffer-local variable
14705 isearch-buffers-next-buffer-function to change-log-next-buffer.
14706 Call isearch-buffers-minor-mode.
14707 (change-log-next-buffer): New function.
14708
14709 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14710
14711 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14712 Renaming of `org-latex-protect'.
14713 (org-export-latex-emphasis-alist): By default, don't protect
14714 any emphasis formatter from further conversion.
14715 (org-export-latex-tables): Honor column grouping for tables.
14716 (org-export-latex-title-command): New option.
14717 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14718 export backslash character.
14719
14720 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14721
14722 * textmodes/org.el (org-read-date-get-relative): New function.
14723 (org-agenda-file-regexp): New variable.
14724 (org-agenda-files): Allow directories in the variable.
14725 (org-agenda-get-restriction-and-command): New function.
14726 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14727 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14728 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14729 New functions.
14730 (org-entry-add-to-multivalued-property)
14731 (org-entry-remove-from-multivalued-property)
14732 (org-entry-member-in-multivalued-property): New functions.
14733 (org-remember-apply-template): Catch C-g and make sure window
14734 configuration is restored.
14735 (org-agenda-open-link): Make it work with several links in the line.
14736 (org-drawers, org-set-regexps-and-options)
14737 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14738 (org-agenda-window-frame-fractions): New option.
14739 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14740 (org-columns-cleanup-item, org-find-entry-with-id)
14741 (org-insert-columns-dblock, org-listtable-to-string)
14742 (org-dblock-write:columnview, org-columns-capture-view)
14743 (org-edit-headline): New functions.
14744 (org-agenda-to-appt): Require calendar.
14745 (org-entry-get-with-inheritance): Widen for search.
14746 (org-columns-display-here): Don't mark buffer as modified when
14747 adding space characters to accomodate column overlays.
14748 (org-export-as-html): Better formatting of tags in the toc.
14749 (org-columns-display-here): Make the ITEM column as compact as possible.
14750 (org-remember-templates): Customization interface improved.
14751 (org-export-with-property-drawer): Variable removed.
14752 (org-export-with-drawers): New option.
14753 (org-complex-heading-regexp): New variable.
14754 (org-sort-entries): Rewrite using `sort-subr'.
14755 (org-set-property): More appropriate completion during interactive use.
14756 (org-sort-entries): Allow sorting by property.
14757 (org-additional-option-like-keywords): Add more values.
14758 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14759
14760 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14761
14762 * textmodes/org.el (org-get-date-from-calendar): New function.
14763 (org-at-timestamp-p, org-timestamp-change)
14764 (org-remember-templates): First element of each entry is now a
14765 name for the template.
14766 (org-store-log-note): Check for `org-note-abort'.
14767 (org-kill-note-or-show-branches): New command.
14768 (org-fontify-priorities): New option.
14769 (org-fontify-priorities): New function.
14770 (org-cut-subtree, org-copy-subtree): New argument N to
14771 act on N sequential subtrees.
14772 (org-paste-subtree): Fix the level at which a tree is pasted.
14773 (org-fit-agenda-window): Limitations on window size removed.
14774 (org-agenda-find-same-or-today-or-agenda): Rename from
14775 `org-agenda-find-today-or-agenda'.
14776 (org-scheduled-past-days): New option.
14777 (org-agenda-scheduled-leaders)
14778 (org-agenda-deadline-leaders): New options.
14779 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14780 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14781 (org-export-with-tags, org-export-plist-vars)
14782 (org-infile-export-plist): New "tags" option.
14783 (org-use-property-inheritance): New option.
14784 (org-cached-entry-get): Use `org-use-property-inheritance'.
14785 (org-remember-apply-template): Fix typo.
14786
14787 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14788
14789 * net/tramp.el (tramp-find-shell)
14790 (tramp-open-connection-setup-interactive-shell): Improve sending
14791 initial commands.
14792 (tramp-action-terminal): Send debug message.
14793 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14794 (tramp-barf-if-no-shell-prompt): Insert code of
14795 `tramp-wait-for-shell-prompt'.
14796
14797 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14800
14801 * term/vt200.el (terminal-init-vt200):
14802 * term/vt201.el (terminal-init-vt201):
14803 * term/vt220.el (terminal-init-vt220):
14804 * term/vt240.el (terminal-init-vt240):
14805 * term/vt300.el (terminal-init-vt300):
14806 * term/vt320.el (terminal-init-vt320):
14807 * term/vt400.el (terminal-init-vt400):
14808 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14809
14810 * term/wyse50.el (wyse50-terminal-map): New var.
14811 (terminal-init-wyse50): Use it and input-decode-map.
14812 (enable-arrow-keys): Emasculate.
14813
14814 * term/tvi970.el (tvi970-terminal-map): New var.
14815 (terminal-init-tvi970): Use it and input-decode-map.
14816 (tvi970-keypad-numeric): Remove.
14817 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14818
14819 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14820 (terminal-init-sun): Use it and input-decode-map.
14821
14822 * term/news.el (terminal-init-news):
14823 * term/lk201.el (terminal-init-lk201):
14824 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14825
14826 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14827
14828 * complete.el (PC-expand-many-files): Remove.
14829 (PC-do-completion): Call file-expand-wildcards instead of
14830 PC-expand-many-files.
14831
14832 * net/tramp.el (tramp-handle-expand-many-files): Remove.
14833 (PC-expand-many-files): Remove advice.
14834
14835 2007-10-22 Glenn Morris <rgm@gnu.org>
14836
14837 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14838 Add some support for Fortran 2003 syntax:
14839 (f90-type-indent): Now also applies to `enum'.
14840 (f90-associate-indent): New user option.
14841 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14842 Add some F2003 keywords.
14843 (f90-constants-re): New constant.
14844 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14845 Interface'.
14846 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14847 `class'. Arguments for `type'/`class' may have spaces. Add a new
14848 element for functions with specified types. Add `end enum' and
14849 `select type'. Add `implicit enumerator' and `procedure'.
14850 Add `class default' and `type is', `class is'. Fix `go to' regexp.
14851 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14852 (f90-font-lock-keywords-4): Add `f90-constants-re'.
14853 (f90-blocks-re): Add `enum' and `associate'.
14854 (f90-else-like-re): Add `class is', `type is', and `class default'.
14855 (f90-end-type-re): Add `enum'.
14856 (f90-end-associate-re, f90-typeis-re): New constants.
14857 (f90-end-block-re): Add `enum' and `associate'. Change from
14858 optional whitespace to end-of-word, to avoid `enumerator'.
14859 (f90-start-block-re): Add `select type', `abstract interface', and
14860 `enum'. Avoid `type is', and `type (sometype)'.
14861 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14862 (f90-mode): Doc fix.
14863 (f90-looking-at-select-case): Doc fix. Add `select type'.
14864 (f90-looking-at-associate): New function.
14865 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14866 Add `enum' and `abstract interface'.
14867 (f90-no-block-limit): Add `select type' and `abstract interface'.
14868 (f90-get-correct-indent, f90-calculate-indent)
14869 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14870 (f90-indent-region, f90-match-end): Handle `associate' blocks.
14871
14872 2007-10-22 Martin Rudalics <rudalics@gmx.at>
14873
14874 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14875 Use window-full-width-p.
14876
14877 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
14878
14879 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14880
14881 * tooltip.el: Use featurep 'xemacs.
14882
14883 * printing.el: Move variable definitions before use, no code change.
14884
14885 2007-10-22 Juri Linkov <juri@jurta.org>
14886
14887 * simple.el (goto-history-element): Allow minibuffer-default to be
14888 a list of default values accessible by typing M-n in the minibuffer.
14889
14890 * dired-x.el (dired-guess-shell-command): Put all guesses to the
14891 minibuffer default value list instead of pushing them temporarily
14892 to the history list.
14893
14894 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14895
14896 * hexl.el (hexl-menu): New major mode menu.
14897
14898 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14901
14902 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14903
14904 * w32-fns.el (w32-quote-process-args):
14905 * dos-w32.el (print-region-function, lpr-headers-switches)
14906 (ps-print-region-function): Pacify byte-compiler.
14907
14908 * emulation/edt-mapper.el (function-key-map):
14909 (edt-map-key): Make it a function instead of using fset.
14910 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
14911 (edt-gnu-map-key, edt-lucid-map-key): Remove.
14912 (edt-x-emacs-p): Remove.
14913 (edt-emacs-variant, edt-window-system, edt-xserver):
14914 Use featurep 'xemacs.
14915
14916 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14917 Replace eudc-xemacs-p with its definition.
14918 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14919 (eudc-emacs-mule-p): Remove.
14920 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14921 eudc-xemacs-p with feature tests.
14922
14923 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14924 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14925 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14926 (eudc-bob-toggle-inline-display):
14927 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14928 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14929
14930 * net/eudcb-ph.el (eudc-ph-open-session):
14931 Replace eudc-xemacs-mule-p with its former definition.
14932
14933 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14934 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14935
14936 * progmodes/vera-mode.el (vera-xemacs): Remove.
14937 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14938
14939 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14940 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14941 (vhdl-speedbar-initialize, vhdl-ps-print-init)
14942 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14943 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14944 with (featurep 'xemacs).
14945
14946 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14947 (save-buffer-state-x):
14948 * obsolete/fast-lock.el (fast-lock-verbose):
14949 * emulation/viper-init.el (viper-xemacs-p)
14950 (viper-cond-compile-for-xemacs-or-emacs):
14951 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14952 * ps-print.el (case-fold-search):
14953 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14954 * calculator.el (calculator-help): Use featurep 'xemacs.
14955
14956 * progmodes/prolog.el: Undo previous change.
14957 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14958
14959 * progmodes/dcl-mode.el:
14960 * play/yow.el:
14961 * calendar/todo-mode.el:
14962 * calendar/cal-hebrew.el:
14963 * vc-hg.el: Undo previous change.
14964
14965 * vms-patch.el: Likewise.
14966 (print-region-function): Pacify byte-compiler.
14967
14968 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
14969
14970 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14971 preserve-uid-gid.
14972
14973 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14974 compatibility. It is not used, though.
14975
14976 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14977 Require tramp-cmds.el.
14978 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14979 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14980 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14981 (tramp-do-copy-or-rename-file-out-of-band)
14982 (tramp-maybe-open-connection): Use `make-temp-name'. This is
14983 possible, because we don't need to create the temporary file, but
14984 we need a prefix for ssh, which has its own temporary file handling.
14985 (tramp-handle-delete-directory): Add "-f" to rmdir.
14986 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14987 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14988 a signal, in order to give the callee a chance to suppress.
14989 (tramp-handle-write-region): Set owner also in case of short
14990 track. Don't use compatibility calls for `write-region' anymore.
14991 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
14992 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14993
14994 * net/tramp-cmds.el: New file.
14995
14996 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14997 `tramp-clear-passwd'.
14998
14999 * net/trampver.el: Update release number.
15000
15001 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15002
15003 * progmodes/gud.el (gud-target-name): Move definition before use.
15004
15005 * progmodes/dcl-mode.el: Require imenu at compile time.
15006
15007 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15008 Pacify byte-compiler.
15009
15010 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15011
15012 * eshell/esh-mode.el (eshell-handle-ansi-color):
15013 Require ansi-color at compile time too.
15014
15015 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15016
15017 * w32-fns.el: Require w32-vars.
15018
15019 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15020 time too.
15021
15022 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * double.el ([ignore]): Use `ignore'.
15025 (double-setup): Inline into double-mode.
15026 (double-mode): Use define-minor-mode.
15027
15028 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15029
15030 * textmodes/reftex.el: Move require easymenu before first use.
15031 (reftex-info): Require info at compile too.
15032
15033 * textmodes/org-publish.el (org-publish-org-to-html)
15034 (org-publish-org-to): Require org at compile time too.
15035 (org-publish-attachment): Require at compile time too.
15036
15037 * term/tty-colors.el (w32-tty-standard-colors):
15038 Pacify byte-compiler.
15039
15040 * term/pc-win.el (frame-creation-function-alist): Add to this
15041 instead of setting frame-creation-function.
15042
15043 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15044
15045 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15046
15047 * calendar/todo-mode.el: Require calendar at compile time.
15048
15049 * calendar/cal-hebrew.el: Require holidays at compile time.
15050
15051 * w32-vars.el: Provide w32-vars.
15052
15053 * term/w32-win.el: Require w32-vars.
15054 (w32-color-map): Pacify byte-compiler.
15055
15056 * loadup.el: Load w32-vars before term/w32-win.
15057
15058 2007-10-20 Juri Linkov <juri@jurta.org>
15059
15060 * textmodes/fill.el (fill-paragraph): When the region is active,
15061 don't try other `or' branches regardless of the value returned by
15062 fill-region; just return t.
15063
15064 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15065
15066 * vc.el (vc-do-command): Condition out a misleading message when
15067 running asynchronously.
15068 (vc-deduce-fileset): New argument enables using an unregistered
15069 visited file as a singleton fileset if nothing else is available.
15070 (vc-next-action): Restore file-registering behavior.
15071
15072 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15073
15074 * calc/README: Add recent news.
15075
15076 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15077
15078 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15079 (x-gtk-map-stock): Delete duplicated definitions from merge.
15080
15081 * progmodes/compile.el (compilation-skip-to-next-location)
15082 (compilation-skip-threshold, compilation-skip-visited):
15083 Move definitions earlier.
15084
15085 * play/decipher.el (decipher-keypress):
15086 * play/zone.el (zone-fall-through-ws):
15087 * play/landmark.el (lm-move-down, lm-move-up):
15088 * play/handwrite.el (handwrite):
15089 * mail/mspools.el (mspools-visit-spool):
15090 * wdired.el (wdired-next-line, wdired-previous-line):
15091 * tar-mode.el (tar-subfile-save-buffer):
15092 * scroll-lock.el (scroll-lock-next-line)
15093 (scroll-lock-previous-line):
15094 * image-dired.el (image-dired-next-line)
15095 (image-dired-previous-line):
15096 * ediff-help.el (ediff-help-message-line-length):
15097 Use forward-line.
15098
15099 * smerge-mode.el (smerge-auto-refine):
15100 * diff-mode.el (diff-auto-refine): Add :group.
15101
15102 * play/yow.el: Require doctor at compile time.
15103
15104 * vmsproc.el: Provide vmsproc.
15105 (command-send-input): Use forward-line.
15106
15107 * vms-patch.el: Require ps-print and vmsproc at compile time.
15108
15109 * vc-mtn.el (log-view-message-re, log-view-file-re)
15110 (log-view-font-lock-keywords): Pacify byte-compiler.
15111
15112 * vc-hg.el: Require log-view at compile time.
15113
15114 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15115
15116 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15117
15118 2007-10-20 Glenn Morris <rgm@gnu.org>
15119
15120 * progmodes/f90.el (f90-font-lock-keywords-2)
15121 (f90-looking-at-type-like): Fix regexp typos.
15122
15123 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15124
15125 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15126 (bs-mode): Set mode-class property to special.
15127
15128 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15129
15130 * diff-mode.el (diff-auto-refine): New var.
15131 (diff-hunk): Use it.
15132 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15133 (diff-refine-change): Rename from diff-fine-change. Change it.
15134 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15135 (diff-refine-hunk): Rename from diff-fine-highlight.
15136
15137 2007-10-20 John Paul Wallington <jpw@pobox.com>
15138
15139 * help-fns.el (describe-variable-custom-version-info): New function
15140 to return variable's version or package version note.
15141 (describe-variable): Use it, display result.
15142
15143 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * smerge-mode.el (smerge-auto-refine): New var.
15146 (smerge-next, smerge-prev): Use it.
15147 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15148
15149 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15150 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15151
15152 * vc-bzr.el (vc-bzr-diff-tree):
15153 * vc-git.el (vc-git-diff-tree):
15154 * vc-hg.el (vc-hg-diff-tree):
15155 * vc-mcvs.el (vc-mcvs-diff-tree):
15156 * vc-mtn.el (vc-mtn-diff-tree):
15157 * vc-svn.el (vc-svn-diff-tree): Remove.
15158
15159 * vc-mtn.el (vc-mtn-revision-completion-table):
15160 * vc-cvs.el (vc-cvs-revision-completion-table):
15161 * vc-arch.el (vc-arch-revision-completion-table):
15162 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15163 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15164 Make it work when the arg is a list of files.
15165
15166 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15167
15168 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15169 Also `revision-completion-table' now takes a list of files.
15170 (vc-deduce-fileset): Remove unused var `regexp'.
15171 Only obey allow-directory-wildcard in dired buffers.
15172 (vc-default-diff-tree): Remove.
15173 (vc-diff-added-files): New var.
15174 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15175 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15176 Remove the `backend' arg.
15177 (vc-contains-version-controlled-file): Remove.
15178 (vc-diff): Bring it closer to the version in Emacs-22.
15179 (vc-revert): Fix typo in let-binding.
15180 (vc-default-unregister): Remove.
15181 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15182
15183 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15184
15185 * textmodes/two-column.el (2C-split, 2C-merge):
15186 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15187 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15188 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15189 * progmodes/ada-xref.el (ada-get-all-references):
15190 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15191 * emulation/vi.el (vi-previous-line-first-nonwhite)
15192 (vi-effective-range, vi-put-before):
15193 * emulation/edt.el (edt-next-line, edt-previous-line)
15194 (edt-paragraph-forward): Use forward-line.
15195
15196 * progmodes/etags.el (tags-apropos): Require apropos at compile
15197 time too.
15198
15199 * progmodes/prolog.el: Require comint when compiling.
15200 (inferior-prolog-flavor): Move defvar before use.
15201
15202 2007-10-19 Richard Stallman <rms@gnu.org>
15203
15204 * font-core.el (turn-on-font-lock-if-desired):
15205 Rename from `turn-on-font-lock-if-enabled'.
15206 Fully obey `font-lock-global-modes'.
15207
15208 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15211 which will not affect the behavior of things like forward-word.
15212 (diff-fine-highlight): Preserve point.
15213
15214 * doc-view.el (doc-view-mode-map): Use remapping.
15215 Don't rebind C-v, M-v to their default value.
15216 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15217
15218 * smerge-mode.el: Add word-granularity refinement.
15219 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15220 (smerge-refine-weight-hack): New vars.
15221 (smerge-refine-forward): New fun.
15222 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15223 (smerge-refine-subst): Use them as well. Preserve point.
15224
15225 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15226
15227 * follow.el (follow-unload-function): New function.
15228
15229 * loadhist.el (unload-function-features-list):
15230 Rename from `unload-hook-features-list'.
15231 (unload-hook-features-list): Add as obsolete alias.
15232 (unload-feature): Use `unload-function-features-list'
15233 and new FEATURE-unload-function.
15234
15235 2007-10-19 Glenn Morris <rgm@gnu.org>
15236
15237 * bindings.el (mouse-minor-mode-menu)
15238 (minor-mode-menu-from-indicator): Move to mouse.el.
15239 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15240 Move here from bindings.el.
15241
15242 2007-10-19 Richard Stallman <rms@gnu.org>
15243
15244 * help-fns.el (describe-function-1): Don't use the advice origname
15245 if it has no function definition.
15246
15247 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15248
15249 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15250 Use `save-restriction' rather than `widen'.
15251
15252 2007-10-18 Richard Stallman <rms@gnu.org>
15253
15254 * time.el (display-time-world-time-format): Display day # not month #.
15255
15256 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15259
15260 * doc-view.el: Remove version keyword.
15261 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15262 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15263 (doc-view-ghostscript-options): Improve custom type.
15264 (doc-view-cache-directory, doc-view-conversion-buffer)
15265 (doc-view-conversion-refresh-interval): Simplify custom type.
15266
15267 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15268
15269 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15270 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15271 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15272 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15273 Remove superfluous messages.
15274 (doc-view-mode-map): Use the image-mode scrolling commands.
15275 Don't rebind C-x k.
15276
15277 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15278
15279 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15280 Add comment about "-dSAFER".
15281
15282 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * term/xterm.el: Don't require xt-mouse.
15285 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15286 calling turn-on-xterm-mouse-tracking-on-terminal directly.
15287
15288 * xt-mouse.el: Don't change the global function-key-map anny more.
15289 (xterm-mouse-mode): Use terminal-init-xterm-hook.
15290 Don't use after-make-frame-functions now that term/xterm.el calls
15291 us directly.
15292 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15293 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
15294 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15295 Setup input-decode-map and remember that xterm-mouse-mode was
15296 enabled in this terminal.
15297 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15298 terminals where it has been enabled.
15299
15300 * faces.el (tty-create-frame-with-faces): Make sure not only
15301 tty-run-terminal-initialization but also set-locale-environment
15302 are run only once per terminal.
15303 (tty-run-terminal-initialization): Don't check if the terminal was
15304 already initted.
15305
15306 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15307 not to remove keymaps that just happen to inherit from one of ours.
15308 When setting up our keymap, make sure it won't be accidentally
15309 modified by someone else.
15310
15311 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15312
15313 * textmodes/artist.el (artist-previous-line, artist-next-line):
15314 * dired.el (dired-next-line, dired-previous-line):
15315 * progmodes/delphi.el (delphi-newline):
15316 * textmodes/org.el (org-columns-eval):
15317 Use forward-line.
15318
15319 * emerge.el (emerge-setup): Use insert-buffer-substring.
15320 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15321
15322 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15325 (adaptive-fill-function): Doc fix. Remove * from docstring.
15326
15327 2007-10-18 Tom Horsley <tom.horsley@att.net>
15328
15329 * simple.el (interprogram-paste-function): Doc fix.
15330 (current-kill): Accept list of strings as well
15331 as single string from `interprogram-paste-function'.
15332
15333 2007-10-18 Glenn Morris <rgm@gnu.org>
15334
15335 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15336
15337 2007-10-18 Drew Adams <drew.adams@oracle.com>
15338
15339 * bindings.el (mode-line-minor-mode-keymap):
15340 Add mouse-minor-mode-menu on mouse-1.
15341 (mode-line-modes): Add mouse-1 to help-echo text.
15342 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15343 New functions.
15344 (mode-line-minor-mode-help): Doc fix.
15345
15346 2007-10-17 Juri Linkov <juri@jurta.org>
15347
15348 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15349 at the request of RMS.
15350 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15351 arg `region'. Fix docstring. At the first `or' branch add call to
15352 `fill-region' if it the region is active in transient-mark-mode.
15353
15354 * bindings.el (esc-map): Bind M-q to fill-paragraph
15355 instead of fill-paragraph-or-region.
15356
15357 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15358 with fill-paragraph.
15359
15360 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15361 Fix docstring.
15362
15363 * indent.el (indent-for-tab-command): Change interactive spec from
15364 "P" to "p". Add check for interactive arg before indenting the
15365 active region.
15366
15367 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15368 Regroup.
15369
15370 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15371
15372 * emacs-lisp/find-func.el: Don't require loadhist.
15373
15374 * loadhist.el (feature-symbols, file-provides, file-requires)
15375 (file-set-intersect, file-dependents): Simplify.
15376 (unload-feature-special-hooks): Update list of special hooks.
15377
15378 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15379
15380 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15381 extensions since they can be viewed with doc-view.
15382
15383 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15384 for pdf, ps and dvi files.
15385
15386 * doc-view.el: Make doc-view-mode the standard mode for viewing
15387 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15388 text and image display. Add binding C-c C-e to switch to an
15389 editing mode.
15390 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15391 avoid security problems when rendering files from untrusted sources.
15392
15393 2007-10-17 Aaron Hawley <aaronh@garden.org>
15394
15395 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15396 position is not saved.
15397
15398 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15399
15400 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15401 (doc-view-ghostscript-options): Fix typo in doc string.
15402
15403 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15406 handling, so compilation-fake-loc works again.
15407
15408 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15409 (server-process-filter): Revert last change.
15410
15411 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15412 behavior unrelated to filesets.
15413
15414 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15415
15416 * longlines.el (longlines-wrap-follows-window-size): Integer value
15417 specifies wrapping margin.
15418 (longlines-mode, longlines-window-change-function):
15419 Set window-specific wrapping margin based on the above.
15420
15421 2007-10-17 John Wiegley <johnw@newartisans.com>
15422
15423 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15424
15425 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15426
15427 * server.el (server-process-filter): Only set display if X11 is
15428 supported.
15429
15430 2007-10-17 Glenn Morris <rgm@gnu.org>
15431
15432 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15433 Tweak regexp to avoid stack overflow.
15434
15435 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * simple.el (reindent-then-newline-and-indent): Don't assume that
15438 indent-according-to-mode preserves point.
15439
15440 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15441
15442 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15443 (bs--nth-wrapper): Simplify.
15444 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15445 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15446 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15447 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15448 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15449 (bs-configurations, bs-default-configuration)
15450 (bs-alternative-configuration, bs-cycle-configuration-name)
15451 (bs-string-show-always, bs-string-show-never, bs-string-current)
15452 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15453 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15454 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15455 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15456 (bs--window-config-coming-from): Revert 2006-11-09 change.
15457 (bs--restore-window-config): Keep the selected frame.
15458 (bs--track-window-changes, bs--remove-hooks): New functions.
15459 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15460 (bs--create-header): Remove.
15461 (bs--create-header-line): New function, based on `bs--create-header'.
15462 (bs--show-header): Use `bs--create-header-line'.
15463 (bs--show-with-configuration): Revert 2006-11-09 change.
15464 Don't reuse window unless it is visible on the selected frame.
15465 Restore window configuration (possibly in a different frame)
15466 before creating any window.
15467
15468 2007-10-16 Glenn Morris <rgm@gnu.org>
15469
15470 * simple.el (blink-matching-open): Don't report false errors with
15471 the `$' syntax class.
15472
15473 2007-10-16 Richard Stallman <rms@gnu.org>
15474
15475 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15476 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15477 (ad-is-advised, ad-get-advice-info-field)
15478 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15479
15480 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15481
15482 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15483 (vc-default-working-revision): Compatibility for backends.
15484
15485 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15486
15487 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15488 (filesets-ormap, filesets-sort-case-sensitive-flag)
15489 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15490 Fix typos in docstrings.
15491 (filesets-conditional-sort, filesets-find-or-display-file)
15492 (filesets-data-get-name, filesets-data-get-data)
15493 (filesets-data-set, filesets-cmd-query-replace-getargs)
15494 (filesets-ingroup-collect): Doc fixes.
15495
15496 2007-10-15 Sam Steingold <sds@gnu.org>
15497
15498 * mail/sendmail.el (sendmail-error-reporting-interactive)
15499 (sendmail-error-reporting-non-interactive): New variables for
15500 sendmail error reporting options to simplify support for imperfect
15501 sendmail emulators.
15502 (sendmail-send-it): Use them instead of list literals.
15503
15504 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * help-fns.el: Revert previous change; it creates a
15507 dependency loop between advice.el and help-fns.el.
15508
15509 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15510
15511 * help-fns.el: Require advice when compiling.
15512
15513 2007-10-14 Drew Adams <drew.adams@oracle.com>
15514
15515 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15516 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15517 (ring-next, ring-previous): New functions.
15518
15519 2007-10-14 Richard Stallman <rms@gnu.org>
15520
15521 * emacs-lisp/advice.el (documentation): Advice deleted.
15522 Doc for advised functions is now handled at C level.
15523 (ad-stop-advice, ad-start-advice): Don't enable or disable
15524 advice for `documentation'.
15525 (ad-advised-definition-docstring-regexp): Var deleted.
15526 (ad-make-advised-definition-docstring): Store orig name
15527 as text property of string.
15528 (ad-advised-definition-p): Check for text property of docstring.
15529
15530 * help-fns.el (describe-function-1): Find source of advised functions.
15531
15532 2007-10-14 Juri Linkov <juri@jurta.org>
15533
15534 * faces.el (describe-face): Allow handling a string as the face name.
15535
15536 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15537 active region in transient-mark-mode.
15538 (ispell-region): Change messages displayed at the start and end of
15539 the spell-checking to be the same.
15540
15541 * startup.el (fancy-startup-tail): Say exactly what does the button
15542 dismiss ("Dismiss this startup screen"). Use text "Never show
15543 it again" for the checkbox after this button.
15544 (fancy-startup-screen, fancy-about-screen): Put point before the
15545 first link, so the user can quickly select links with the keyboard.
15546 (normal-mouse-startup-screen): Add more useful text describing how
15547 to follow a link.
15548
15549 2007-10-14 Glenn Morris <rgm@gnu.org>
15550
15551 * progmodes/etags.el (select-tags-table): Disable undo in the
15552 `*Tags Table List*' buffer.
15553
15554 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15555
15556 * dired.el (dired-warn-writable): New face.
15557 (dired-warn-writable-face): New variable.
15558 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15559 of dired-warning-face, for group- and world-writable files.
15560
15561 2007-10-13 Richard Stallman <rms@gnu.org>
15562
15563 * files.el (directory-abbrev-alist): Doc fix.
15564
15565 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15566
15567 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15568
15569 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15570
15571 * frame.el (set-frame-configuration): Assign name parameter only
15572 if it has been set explicitly before.
15573
15574 2007-10-11 Tom Tromey <tromey@redhat.com>
15575
15576 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15577 frame is visible.
15578
15579 2007-10-10 Richard Stallman <rms@gnu.org>
15580
15581 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15582 in *Backtrace*.
15583
15584 * faces.el (face-font-selection-order): Doc fix.
15585
15586 * loadhist.el (unload-feature): Doc fix.
15587
15588 2007-10-13 Glenn Morris <rgm@gnu.org>
15589
15590 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15591 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15592 Add doc string, and an explicit COUNT argument.
15593 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15594 `inc' to search functions.
15595
15596 * faces.el (face-spec-set): When FRAME is nil, set the default for
15597 new frames (restores pre-2007-09-17 behavior). Doc fix.
15598
15599 2007-10-13 John W. Eaton <jwe@octave.org>
15600
15601 * progmodes/octave-mod.el (octave-looking-at-kw)
15602 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15603 New functions.
15604 (octave-in-defun-p, calculate-octave-indent)
15605 (octave-blink-matching-block-open, octave-beginning-of-defun)
15606 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15607 to search for regexps that contain case-sensitive keywords.
15608 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15609 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15610
15611 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15612
15613 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15614 Do not use a single clause cond.
15615
15616 * cus-start.el (all): Use test that does not match the X11 version
15617 for mac.
15618
15619 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15620
15621 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15622 BROWSE buffer.
15623
15624 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15625
15626 * cus-start.el (all): Undo previous change.
15627
15628 2007-10-13 Glenn Morris <rgm@gnu.org>
15629
15630 * woman.el (woman0-rename): Fix paren typo.
15631
15632 * mail/feedmail.el (feedmail-run-the-queue)
15633 (feedmail-look-at-queue-directory):
15634 * mail/reporter.el (reporter-dump-state):
15635 * net/eudc-hotlist.el (eudc-edit-hotlist):
15636 * net/eudc.el (eudc-display-records)
15637 (eudc-filter-duplicate-attributes)
15638 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15639 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15640 (eudc-bbdb-query-internal):
15641 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15642 * net/socks.el (socks-build-auth-list):
15643 * progmodes/cc-cmds.el (top level):
15644 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15645 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15646 (cperl-write-tags, cperl-tags-treeify):
15647 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15648 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15649 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15650 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15651 (idlwave-toolbar-remove-everywhere):
15652 * progmodes/idlwave.el (idlwave-indent-line)
15653 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15654 (idlwave-write-paths, idlwave-all-method-classes)
15655 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15656 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15657 (idlwave-complete-in-buffer):
15658 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15659 (org-fast-tag-selection):
15660 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15661 than mapcar.
15662
15663 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15664
15665 * diff-mode.el (diff-fine-change): Add :group.
15666
15667 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15668
15669 * cus-start.el (all): Use the same test as the 22.2 branch.
15670
15671 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * diff-mode.el (diff-current-defun): Force recomputation of
15674 change-log-default-name.
15675
15676 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15677
15678 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15679 and some leftover logic regarding dedicated frames. If showing
15680 concise startup screen, fit window to buffer.
15681 (command-line-1): If we will be using the splash screen, use
15682 find-file instead of find-file-other-window to find additional files.
15683 Comment out unused code for coping with the old sit-for behavior.
15684
15685 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15688 `meta' modifier consistently, rather than using sometimes meta
15689 sometimes alt.
15690
15691 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15692
15693 * window.el (handle-select-window): Revert part of 2007-10-08
15694 change setting the input focus.
15695
15696 2007-10-12 Glenn Morris <rgm@gnu.org>
15697
15698 * startup.el (command-line): Do not read abbrev file in batch mode.
15699
15700 * emacs-lisp/byte-opt.el (top level):
15701 * mail/rmail.el (rmail-list-to-menu):
15702 * obsolete/hilit19.el (hilit-mode):
15703 * progmodes/cc-mode.el (c-postprocess-file-styles)
15704 (c-submit-bug-report):
15705 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15706 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15707 (reftex-access-parse-file):
15708 * textmodes/reftex-cite.el (reftex-do-citation)
15709 (reftex-insert-bib-matches):
15710 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15711 * textmodes/reftex-sel.el (reftex-select-unmark):
15712 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15713 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15714
15715 * cus-edit.el (custom-variable-menu, custom-face-menu)
15716 (custom-group-menu): Check init-file-user rather than
15717 user-init-file, in case cus-edit is loaded by site-run-file.
15718
15719 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15720
15721 * vc.el (vc-deduce-fileset): Delete unused code.
15722 (vc-next-action): Fix typos.
15723
15724 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15725
15726 * bs.el (bs--mark-unmark): New function.
15727 (bs-mark-current, bs-unmark-current): Use it.
15728
15729 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15730
15731 * vc.el (vc-diff):
15732 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15733 temporarily disable the check for his edge case of
15734 vc-diff (stopping it from grinding when called from $HOME), as
15735 it's calling some brittle code in vc-hooks.el.
15736 (with-vc-properties): Fix evaluation time of a macro argument.
15737 * ediff-vers.el (ediff-vc-internal):
15738 * vc-hooks.el:
15739 * loaddefs.el: Follow up on VC terminology change.
15740
15741 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15742
15743 * follow.el (follow-stop-intercept-process-output):
15744 Use `follow-call-process-filter' rather than `process-filter'.
15745 Simplify.
15746
15747 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15748
15749 * vc-hooks.el (vc-registered): Robustify this function a bit
15750 against filenames with no directory component.
15751
15752 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * international/characters.el: Undo unwanted and unexplained change.
15755
15756 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15757
15758 * ps-print.el: Fix the usage of :foreground and :background face
15759 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15760 (ps-print-version): New version 6.7.6.
15761 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15762 Fix code.
15763 (ps-face-foreground-color-p, ps-face-background-color-p)
15764 (ps-face-color-p): New inline funs.
15765
15766 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15767
15768 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15769 (org-complete): Use `org-additional-option-like-keywords'.
15770 (org-parse-local-options): New function.
15771
15772 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15773
15774 * textmodes/org.el (org-in-clocktable-p): New function.
15775 (org-clock-report): Only update the table at point, or insert a new one.
15776 (org-clock-goto): New function.
15777 (org-open-file): Use `start-process-shell-command' instead of
15778 `shell-command' with an ampersand.
15779 (org-deadline, org-schedule): New argument REMOVE to remove the
15780 date from the entry.
15781 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15782 argument to `org-schedule' and `org-deadline'.
15783 (org-trim): Use the correct expressions for beginning and end of
15784 the string.
15785 (org-get-cleaned-entry): Trim the string before returning it.
15786 (org-clock-find-position): New function.
15787 (org-clock-into-drawer): New option.
15788 (org-agenda-tags-column): Rename from
15789 `org-agenda-align-tags-to-column'.
15790 (org-agenda-align-tags): Allow negative values for
15791 `org-agenda-tags-column'.
15792 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15793 (org-agenda-to-appt): New optional argument FILTER.
15794 (org-completion-fallback-command): New variable.
15795 (org-complete): Use `org-completion-fallback-command'.
15796 (org-find-base-buffer-visiting): Catch the case that there is no
15797 buffer visiting the file.
15798 (org-property-or-variable-value): New function.
15799 (org-todo): Use `org-property-or-variable-value'
15800 (org-agenda-compact-blocks): New option.
15801 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15802 (org-agenda-schedule, org-agenda-deadline):
15803 Call `org-agenda-show-new-time'.
15804 (org-agenda-show-new-time): New argument PREFIX.
15805 (org-colgroup-info-to-vline-list): Fix but that cause a
15806 shift in the vertical lines.
15807 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15808 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15809 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15810 (org-fix-bullet-type): Remove argument.
15811 (org-read-date): Check for am/pm twice, to catch the end time.
15812 (org-goto-map): Use `suppress-keymap'.
15813 (org-remember-apply-template): Respect the dynamically scoped
15814 selection character.
15815
15816 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * frame.el (frame-inherited-parameters): Remove unused `environment'
15819 parameter, and let server.el add `client' when needed.
15820
15821 * server.el (server-create-tty-frame)
15822 (server-create-window-system-frame): Set frame-inherited-parameters.
15823
15824 * frame.el (frame-inherited-parameters): New var.
15825 (make-frame): Use it.
15826
15827 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15828
15829 * env.el (let-environment): Remove. Unused.
15830 (read-envvar-name): Simplify.
15831 (setenv): Remove unused arg `frame'.
15832
15833 * help-fns.el (describe-variable): Add missing " " for multiline
15834 obsolescence info and missing EOL after global value.
15835
15836 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15837
15838 * add-log.el:
15839 * ediff-vers.el:
15840 * log-view.el:
15841 * pcvs.el:
15842 * vc-arch.el:
15843 * vc-bzr.el:
15844 * vc-cvs.el:
15845 * vc.el:
15846 * vc-git.el:
15847 * vc-hg.el:
15848 * vc-hooks.el:
15849 * vc-mcvs.el:
15850 * vc-mtn.el:
15851 * vc-rcs.el:
15852 * vc-sccs.el:
15853 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15854 {find,init,next,previous,annotate-*,log}-version ->
15855 {find,init,next,previous,annotate-*,log}-revision,
15856 annotate-focus-version -> annotate-working-revision, The term
15857 'focus' is gone. The term 'revision' is now used consistently
15858 everywhere that reference to a revision ID is intended, replacing
15859 older use of 'version'.
15860
15861 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15862
15863 * follow.el: Change all instances of "Follow Mode" to "Follow
15864 mode" in docstrings and messages.
15865 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15866
15867 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15868
15869 * vc.el (vc-next-action): Rewrite completely; this principal
15870 entry point now operates on a current fileset selected either
15871 explicitly via VC-Dired or implicitly by visiting a file buffer,
15872 rather than always operating on the file of the current buffer as
15873 in older versions. Rewrite the rest of the mode to match.
15874 (with-vc-properties): Rewrite to operate on a file list.
15875 (with-vc-file): vc-checkin takes a file list argument now.
15876 (vc-post-command-functions): This hook now receives a file list.
15877 (vc-do-command): Take a either a file or a file list as argument.
15878 (vc-deduce-fileset): New function for deducing a file list to
15879 operate on.
15880 (vc-next-action-on-file, vc-next-action-dired): Remove.
15881 Merge into vc-next-action.
15882 (vc-register): Adapt to the fact that vc-start-entry now takes a
15883 file list.
15884 (vc-register-with): New function.
15885 (vc-start-entry): Take a file list argument rather than a
15886 file argument.
15887 (vc-checkout): Cope with vc-start-entry taking a file list.
15888 (vc-steal-lock): Cope with with-vc-properties taking a
15889 file list.
15890 (vc-checkin): Take a file list argument rather than a file argument.
15891 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15892 (vc-diff-internal): Rewrite for filesets.
15893 (vc-diff-sentinel): New function, tests whether changes were
15894 written into a diff buffer.
15895 (vc-diff): Rewrite for filesets.
15896 (vc-version-diff): Rewrite for filesets.
15897 (vc-print-log): Take a fileset argument.
15898 (vc-revert): Revert the entire selected fileset, not just the
15899 current buffer.
15900 (vc-rollback): Roll back the entire selected fileset, if
15901 possible. No longer accepts a prefix argument.
15902 (vc-update): Merge new changes for the entire selected
15903 fileset, not just the current buffer.
15904 (vc-revert-file): Cope with with-vc-properties taking a file list.
15905 (vc-default-dired-state-info): Add + status suffix if the file is
15906 modified.
15907 (vc-annotate-warp-version): Use the new diff machinery.
15908 (vc-log-edit): Take a file list argument rather than a file argument.
15909
15910 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
15911
15912 Sync with Tramp 2.1.11.
15913
15914 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15915 Pacify byte compiler.
15916
15917 * net/trampver.el: Update release number.
15918
15919 2007-10-09 Richard Stallman <rms@gnu.org>
15920
15921 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15922
15923 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
15924
15925 * follow.el: Require easymenu.
15926 (follow-mode-hook, follow-mode): Doc fixes.
15927 (follow-mode-off-hook): Mark as obsolete.
15928
15929 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15930
15931 * window.el (mouse-autoselect-window-cancel): Don't cancel for
15932 select-window or select-frame events.
15933 (handle-select-window): When autoselecting window set input
15934 focus. Restructure.
15935
15936 * frame.el (focus-follows-mouse): Move to frame.c.
15937 * cus-start.el (all): Add focus-follows-mouse.
15938
15939 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15940
15941 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15942 activate font-locking in the *buffer-selection* buffer.
15943 (bs-show-sorted): Doc fix.
15944
15945 * bs.el (bs--get-marked-string, bs--get-modified-string)
15946 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15947 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15948 (bs--format-aux): Doc fix.
15949
15950 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
15951
15952 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15953
15954 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15955
15956 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15957 (gud-gdb): New function for old M-x gdb (text command mode).
15958 (gud-gdb-command-name, gdb): Move to...
15959
15960 * progmodes/gdb-ui.el: ...here and adapt doc string.
15961 (gud-gdba-command-name, gdba): Delete.
15962
15963 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
15964
15965 * bs.el: Don't defvar `font-lock-verbose'.
15966 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15967 (bs--get-file-name): Fix typos in docstrings.
15968 (bs--show-header): Use `dolist' instead of `mapcar'.
15969 (bs-mode): Set `show-trailing-whitespace' to nil.
15970 (bs-buffer-sort-function, bs-mouse-select-other-frame)
15971 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15972 Doc fixes.
15973
15974 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
15975
15976 * progmodes/gud.el (pdb): Specify file for gud-break.
15977
15978 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15979
15980 * progmodes/gud.el (gdb): Make graphical mode the default and
15981 switch to text command mode if appropriate, i.e., reverse previous
15982 arrangement.
15983 (gud-gdb-marker-filter): Adapt for above change.
15984
15985 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15986 gud-minor-mode and gud-marker-filter.
15987 (gdb-fullname-regexp): New variable.
15988 (gud-gdba-marker-filter): Use it to switch to text command
15989 mode if appropriate.
15990
15991 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
15992
15993 * progmodes/gud.el (gud-display-line): Find source buffer even when
15994 GUD buffer has its own frame.
15995
15996 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
15997
15998 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15999
16000 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16001
16002 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16003
16004 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16005
16006 * allout.el (allout-before-change-handler): Replace got-char by
16007 goto-char.
16008
16009 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16010
16011 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16012 Used to try and automatically enabled smerge-mode in the presence of
16013 conflicts and to call `svn resolved' when the conflicts are gone.
16014 (vc-svn-parse-status): Remember the svn-specific status.
16015
16016 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16017
16018 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16019 menu-bar-apropos-menu. All users changed.
16020 (menu-bar-help-menu): Change menu symbols to better match the text
16021 displayed by the menu.
16022
16023 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16024
16025 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16026 #, @, : and ^.
16027
16028 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16029
16030 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16031
16032 * log-view.el (log-view-mode-map): Likewise.
16033
16034 * diff-mode.el (diff-mode-shared-map): Likewise.
16035
16036 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16037
16038 * files.el (file-name-sans-versions): Also allow `A-Z'.
16039
16040 * vc.el: Mention all supported VC backends.
16041
16042 2007-10-08 Richard Stallman <rms@gnu.org>
16043
16044 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16045 neighbouring buttons.
16046
16047 2007-10-08 Andreas Schwab <schwab@suse.de>
16048
16049 * files.el (file-name-sans-versions): Also allow `_'.
16050
16051 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16052
16053 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16054
16055 * log-view.el (log-view-mode-map, log-view-mode-menu):
16056 Bind log-view-annotate-version.
16057 (log-view-beginning-of-defun, log-view-end-of-defun)
16058 (log-view-annotate-version): New functions.
16059 (log-view-mode): Use log-view-beginning-of-defun and
16060 log-view-end-of-defun.
16061
16062 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16065
16066 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16069 neighbouring buttons.
16070
16071 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16072 Recognize gcc's use of "note" for informational messages.
16073
16074 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16075
16076 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16077 (css-mode): Update correspondingly.
16078
16079 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16080
16081 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16082 Signed-off-by, Acked-by and Merge.
16083
16084 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16087
16088 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16089
16090 * vc-mtn.el: New file.
16091
16092 * vc-hooks.el (vc-handled-backends): Add Mtn.
16093
16094 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16095
16096 * files.el (find-file, find-file-other-window)
16097 (find-file-other-frame, find-file-existing, find-file-read-only)
16098 (find-file-read-only-other-window)
16099 (find-file-read-only-other-frame)
16100 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16101
16102 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16103
16104 * progmodes/gud.el (gdb-ready): New variable.
16105 (gdb): Set it to nil. Set gud-running to nil here...
16106 (gud-common-init): ...instead of here.
16107
16108 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16109 Use gdb-ready. Discard input until GDB is ready to accept it.
16110
16111 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16112
16113 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16114 make it show up with eight colors.
16115
16116 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16119 diffs are concatenated with no intervening line.
16120
16121 2007-10-08 Dave Love <fx@gnu.org>
16122
16123 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16124 (python-font-lock-keywords): Update to the 2.5 version of the language.
16125 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16126 (python-backspace): Only behave funny in code.
16127 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16128 (inferior-python-mode): Add PDB prompt regexp.
16129 (python-fill-paragraph): Refine the fenced-string regexp.
16130 (python-find-imports): Handle imports spanning several lines.
16131 (python-mode): Add `class' to hideshow support.
16132
16133 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16134
16135 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16136 Use add-log-buffer-file-name-function rather than binding
16137 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16138 when `fi' is the ChangeLog file itself.
16139
16140 * outline.el (outline-flag-region): Use front-advance.
16141
16142 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16143
16144 * progmodes/cperl-mode.el: Merge upstream 5.23.
16145 (cperl-where-am-i): Remove function.
16146 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16147 (cperl-sniff-for-indent): De-invert [string] and [comment].
16148 When looking for label, skip s:m:y:tr.
16149 (cperl-indent-line): Likewise.
16150 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16151 (cperl-windowed-init): Wrong `ps-print' handling.
16152 Both thanks to Chong Yidong.
16153 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16154 (cperl-find-pods-heres): If the second part of s()[] is missing,
16155 don't try to highlight delimiters...
16156
16157 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * progmodes/compile.el (compilation-get-file-structure): Complete last
16160 change by also using spec-directory in the puthash.
16161
16162 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16163
16164 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16165 (vc-bzr-status): Fix shadowing of variable 'status'.
16166 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16167 Use `expand-file-name' instead of `concat'.
16168 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16169 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16170
16171 2007-10-08 Jason Rumney <jasonr@gnu.org>
16172
16173 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16174
16175 2007-10-08 Richard Stallman <rms@gnu.org>
16176
16177 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16178 Add `safe-local-variable' property.
16179 (lisp-body-indent): Likewise.
16180
16181 2007-10-08 Richard Stallman <rms@gnu.org>
16182
16183 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16184 Add doc string.
16185
16186 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16187
16188 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16189
16190 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16191
16192 * repeat.el (repeat): Use last-repeatable-command instead of
16193 real-last-command. Run pre- and post-command hooks for
16194 self-insertion. Update doc-string.
16195
16196 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16197
16198 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16199 state of the file.
16200 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16201 (vc-git-create-repo): Fix invalid command.
16202
16203 2007-10-08 Richard Stallman <rms@gnu.org>
16204
16205 * textmodes/flyspell.el (flyspell-mode):
16206 Catch errors in flyspell-mode-on.
16207
16208 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16209
16210 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16211
16212 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * international/encoded-kb.el (encoded-kbd-setup-display):
16215 Use input-decode-map rather than local-key-translation-map.
16216
16217 * term/rxvt.el (rxvt-alternatives-map): New map.
16218 (terminal-init-rxvt): Use it.
16219 Bind rxvt-function-map in input-decode-map.
16220
16221 * term/xterm.el (xterm-alternatives-map): New map.
16222 (terminal-init-xterm): Use it.
16223 Bind xterm-function-map in input-decode-map.
16224
16225 * term/x-win.el (x-alternatives-map): New var.
16226 (x-setup-function-keys): Use it.
16227
16228 * help-fns.el (describe-variable): Slightly change the layout of
16229 meta-info to separate it better from the docstring.
16230 Standardize insertion of extra empty lines in various circumstances.
16231
16232 * diff-mode.el (diff-hunk-style): New fun.
16233 (diff-end-of-hunk): Use it.
16234 (diff-context->unified): Use the new `apply' undo element,
16235 if applicable, so as to save undo-log space.
16236 (diff-fine-change): New face.
16237 (diff-fine-highlight-preproc): New function.
16238 (diff-fine-highlight): New command.
16239 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16240
16241 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16242 (smerge-refine-highlight-change): Add `props' argument.
16243 (smerge-refine-subst): New function holding most of smerge-refine.
16244 (smerge-refine): Use it.
16245
16246 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16247
16248 * vc.el (vc-default-wash-log): Remove unused code, the
16249 log washers all live in the backends now.
16250 (vc-default-comment-history): Correct for the fact
16251 that wash-log is argumentless in the new API.
16252
16253 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16254
16255 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16256 (tramp-maybe-send-script): Apply `member' but `memq'.
16257 (tramp-advice-file-expand-wildcards): Simplify implementation.
16258
16259 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16260
16261 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16262
16263 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16264 (minibuf-depth-setup-minibuffer): Use it.
16265
16266 2007-10-07 Glenn Morris <rgm@gnu.org>
16267
16268 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16269 version numbers.
16270
16271 2007-10-06 Juri Linkov <juri@jurta.org>
16272
16273 * textmodes/fill.el (fill-paragraph-or-region): New function.
16274
16275 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16276 instead of fill-paragraph.
16277
16278 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16279 with fill-paragraph-or-region. Suspend command is now the same
16280 `suspend-frame' on window systems and on tty.
16281
16282 * image.el (image-type): Check if image-types is bound to not fail
16283 on tty.
16284
16285 * delsel.el (delete-selection-pre-hook):
16286 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16287 is fbound to not fail on mouseless tty.
16288
16289 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
16290
16291 * net/tramp.el (top): Move loading of tramp-util.el and
16292 tramp-vc.el to tramp-compat.el.
16293 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
16294 temporary file if possible, in order to avoid a security hole.
16295 (tramp-do-copy-or-rename-file-out-of-band)
16296 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16297 with DONT-CREATE, because the connection is not setup yet.
16298 (tramp-handle-process-file): Rewrite temporary file handling.
16299 (tramp-completion-mode): New defvar.
16300 (tramp-completion-mode-p): Use it.
16301
16302 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16303
16304 * net/tramp-fish.el (tramp-fish-handle-process-file):
16305 Rewrite temporary file handling.
16306
16307 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
16308
16309 * vc.el: Workfile version -> focus version change. Port various
16310 comments from new VC to reduce the noise in the diff.
16311 Patch in the new vc-create-repo function to go with the
16312 header comment about it already present.
16313 There are no changes to existing logic in this patch.
16314 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16315
16316 2007-10-06 Aaron Hawley <aaronh@garden.org>
16317
16318 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16319
16320 2007-10-05 Chris Moore <dooglus@gmail.com>
16321
16322 * server.el (server-kill-new-buffers): Doc fix.
16323
16324 2007-10-05 John W. Eaton <jwe@octave.org>
16325
16326 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16327 (octave-begin-keywords): Add "do".
16328 (octave-end-keywords): Remove "end".
16329 (octave-reserved-words): Add "end". Remove "all_va_args",
16330 "gplot", and 'gsplot".
16331 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16332 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16333 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16334 "default_return_value", "define_all_return_values",
16335 "do_fortran_indexing", "empty_list_elements_ok",
16336 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16337 "ok_to_lose_imaginary_part", "prefer_column_vectors",
16338 "prefer_zero_one_indexing", "propagate_empty_matrices",
16339 "resize_on_range_error", "treat_neg_dim_as_zero",
16340 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16341 "warn_divide_by_zero", "warn_function_name_clash",
16342 "warn_missing_semicolon", "whitespace_in_literal_matrix".
16343 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16344 "crash_dumps_octave_core", "sighup_dumps_octave_core",
16345 "sigterm_dumps_octave_core".
16346 (octave-block-match-alist): Remove "end" from block-end keywords.
16347 (octave-mode): Update ftp site address.
16348
16349 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16350
16351 * vc.el: Reorder functions, no code changes.
16352
16353 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16354
16355 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16356 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16357 the cond clauses where needed.
16358 (tramp-handle-write-region): Rearrange code for proper handling of
16359 tmpfile.
16360
16361 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16362
16363 * net/tramp.el:
16364 * net/tramp-fish.el:
16365 * net/tramp-ftp.el:
16366 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16367 `tramp-compat-make-temp-file'.
16368
16369 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16370
16371 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16372
16373 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16376 already uses a more recent copyright version than the "current" one.
16377
16378 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16379
16380 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16381 (doc-view-insert-image): Minor aesthetical docstring changes.
16382
16383 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16384
16385 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16386 completing filename.
16387 (doc-view-search-internal): Docstring change.
16388
16389 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16390
16391 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16392 (tramp-file-name-handler-alist):
16393 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16394 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16395 used before, creates the file already, which is not desired.
16396 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16397 temporary file.
16398 (tramp-handle-insert-file-contents): Assign the result in the
16399 short track case.
16400 (tramp-handle-insert-file-contents-literally): New defun.
16401 (tramp-completion-mode-p): Revert change from 2007-09-24.
16402 Checking for `return' etc as last character is not sufficient, for
16403 example in dired-mode when entering <g> (revert-buffer) or
16404 <s> (dired-sort).
16405
16406 * net/tramp-compat.el (top): Add also compatibility code for loading
16407 appropriate timer package.
16408 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16409 order to avoid autoloading problems.
16410
16411 * net/tramp-fish.el:
16412 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16413
16414 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16415 where the second parameter of `copy-file' or `rename-file' is a
16416 remote file but not via ftp.
16417
16418 2007-10-02 Richard Stallman <rms@gnu.org>
16419
16420 * frame.el (cursor-in-non-selected-windows): Doc fix.
16421
16422 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16423
16424 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16425 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16426
16427 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16428
16429 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16430 when `expt' doesn't give range errors.
16431
16432 2007-10-01 Markus Triska <markus.triska@gmx.at>
16433
16434 * calc/calc-math.el (math-smallest-emacs-expt):
16435 Make the computation more robust.
16436
16437 2007-09-30 David Kastrup <dak@gnu.org>
16438
16439 * startup.el (argv): Alias for `command-line-args-left' to use as
16440 `(pop argv)' inside of --eval command sequences. Allows for
16441 passing shell commands into Emacs verbatim without need for Lisp
16442 quoting.
16443
16444 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16445 check only for changed size.
16446 (auto-revert-tail-handler): Get size from caller. If the file has
16447 shrunk, tail the whole file again (the file presumably has been
16448 rewritten).
16449
16450 * woman.el (woman-topic-all-completions, woman-mini-help):
16451 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16452 actually was being manipulated in the loop.
16453 (woman-Cyg-to-Win, woman-pre-process-region)
16454 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16455 (woman-strings, woman-special-characters, woman1-hc)
16456 (woman-change-fonts, woman-find-next-control-line):
16457 Use `match-beginning' rather than `match-string' when the result is
16458 just used as a flag.
16459
16460 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16461
16462 * net/tramp-compat.el: New file.
16463
16464 * net/tramp.el:
16465 * net/tramp-fish.el:
16466 * net/tramp-smb.el:
16467 * net/tramp-uu.el:
16468 * net/trampver.el: Move compatibility code to tramp-compat.el.
16469 Apply `mapc' instead of `mapcar' when the code needs side effects
16470 only. Move utf-8 coding cookie to the second line.
16471
16472 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16473
16474 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16475 Improve custom type.
16476 (icon-map-list): Make it customizable. Document how to disable
16477 stock icons.
16478
16479 2007-09-30 Richard Stallman <rms@gnu.org>
16480
16481 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16482
16483 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16484
16485 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16486 (t-mouse-mode): New compatibility alias.
16487
16488 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16489
16490 * server.el (server-delete-client): Only delete the terminal if it
16491 is non-nil.
16492
16493 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16494
16495 * net/tramp.el (with-file-property, with-connection-property):
16496 Highlight as keyword.
16497 (tramp-rfn-eshadow-setup-minibuffer)
16498 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16499 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16500 (tramp-do-copy-or-rename-file-directly)
16501 (tramp-do-copy-or-rename-file-out-of-band)
16502 (tramp-handle-shell-command, tramp-get-debug-buffer)
16503 (tramp-send-command-and-read, tramp-equal-remote)
16504 (tramp-get-local-gid): Pacify byte-compiler.
16505 (tramp-handle-file-name-directory): Result shall not be expanded.
16506 (tramp-find-foreign-file-name-handler): Rewrite.
16507 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16508
16509 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16510
16511 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16512 Apply `tramp-completion-mode-p'.
16513 (tramp-fish-handle-set-file-times)
16514 (tramp-fish-handle-executable-find)
16515 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16516 (tramp-fish-retrieve-data): Pacify byte-compiler.
16517
16518 * net/tramp-gw.el (tramp-gw-basic-authentication):
16519 Call `tramp-read-passwd' with first parameter `nil'.
16520
16521 2007-09-28 Glenn Morris <rgm@gnu.org>
16522
16523 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16524 than mapcar.
16525
16526 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16527 (tex-suscript-height-minimum): New customizable variables.
16528 (tex-suscript-height): New function.
16529 (superscript, subscript): Set height using tex-suscript-height
16530 rather than fixing at 0.8.
16531 (tex-fontify-script, tex-font-script-display): Add :version tag.
16532
16533 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16534
16535 * progmodes/python.el (python-eldoc-function): Doc fix.
16536
16537 2007-09-27 Glenn Morris <rgm@gnu.org>
16538
16539 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16540 image if it is not in image-type-auto-detectable, or is there with
16541 a nil value.
16542
16543 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16544
16545 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16546 connection more robust.
16547
16548 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16549
16550 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16551 Deal with the case that special &keywords are at the beginning or
16552 end of the argument list. Also add some (incomplete) support for
16553 non-standard arglists.
16554
16555 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16556
16557 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16558 (eldoc-message-commands, eldoc-current-idle-delay)
16559 (eldoc-function-argstring-format): Fix typos in docstrings.
16560
16561 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16562
16563 * calc/calc-units.el (calc-convert-units)
16564 (calc-convert-temperature): Remove unnecessary colons.
16565
16566 2007-09-26 Bastien Guerry <bzg@altern.org>
16567
16568 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16569 New function.
16570 (org-export-latex-remove-from-headlines): Name changed because of typo.
16571 (org-export-latex-quotation-marks-convention): Option removed.
16572 (org-export-latex-make-preamble): Handle the DATE option.
16573 (org-export-latex-cleaned-string): Now the only cleaning function,
16574 synched up with org.el.
16575 (org-export-latex-lists, org-export-latex-parse-list)
16576 (org-export-list-to-latex): New functions.
16577
16578 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16579
16580 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16581 (org-outline-regexp): New constant.
16582 (org-remember-handler): Throw error when the target file is not in
16583 org-mode.
16584 (org-cleaned-string-for-export): No longer call
16585 `org-export-latex-cleaned-string' with an argument.
16586 (org-get-tags): Returns now a list, not a string.
16587 (org-get-tags-string): New function.
16588 (org-archive-subtree): No need to split return of `org-get-tags'.
16589 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16590 instead of `org-get-tags'.
16591 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16592 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16593 (org-compatible-face): New argument INHERITS. Inherit from this
16594 face if possible.
16595 (org-level-1, org-level-2, org-level-3, org-level-4)
16596 (org-level-5, org-level-6, org-level-7, org-level-8)
16597 (org-special-keyword, org-drawer, org-column, org-warning)
16598 (org-archived, org-todo, org-done, org-headline-done, org-table)
16599 (org-formula, org-code, org-agenda-structure)
16600 (org-scheduled-today, org-scheduled-previously)
16601 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16602 in the new way.
16603 (org-get-heading): New argument NO-TAGS.
16604 (org-fast-tag-selection-include-todo): Made defvar instead of
16605 defcustom, feature is not deprecated.
16606 (org-remember-store-without-prompt): New default value t.
16607 (org-todo-log-states): New variable.
16608 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16609 Compute the log states.
16610 (org-goto-map): More commands copied from global map. Also bind
16611 `org-occur'.
16612 (org-goto): Made into a general lookup command.
16613 (org-get-location): Complete rewrite.
16614 (org-goto-exit-command): New variable.
16615 (org-goto-selected-point): New variable.
16616 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16617 Set the new variables.
16618 (org-paste-subtree): Whitespace insertion strategy revised.
16619 (org-remember-apply-template): Protect v-A from the possibility
16620 that v-a might be nil.
16621 (org-remember-handler): Insertion rules revised.
16622 (org-todo): Respect org-todo-log-states.
16623 (org-up-heading-safe): New function.
16624 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16625
16626 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16627
16628 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16629 region if in transient-mark-mode.
16630
16631 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16634 * calc/calc-help.el (calc-full-help):
16635 * calc/calc-misc.el (another-calc):
16636 * calc/calc-store.el (calc-var-name-map):
16637 * calc/calc-stuff.el (calc-flush-caches):
16638 * calc/calc-units.el (math-build-units-table):
16639 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16640 (calc-quit):
16641 * calendar/icalendar.el (icalendar--format-ical-event)
16642 (icalendar--convert-ical-to-diary):
16643 * emacs-lisp/authors.el (authors):
16644 * emacs-lisp/cust-print.el (custom-print-install)
16645 (custom-print-uninstall):
16646 * emacs-lisp/disass.el (disassemble-1):
16647 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16648 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16649 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16650 (elint-check-let-form, elint-check-condition-case-form)
16651 (elint-initialize):
16652 * emacs-lisp/elp.el (elp-results):
16653 * emacs-lisp/generic.el (generic-mode-internal):
16654 * emacs-lisp/re-builder.el (reb-delete-overlays):
16655 * emacs-lisp/regi.el (regi-interpret):
16656 * emacs-lisp/sregex.el (sregex--char-aux):
16657 * emulation/cua-rect.el (cua--deactivate-rectangle)
16658 (cua--highlight-rectangle, cua--rectangle-post-command):
16659 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16660 * emulation/viper-macs.el (viper-describe-kbd-macros)
16661 (viper-describe-one-macro):
16662 * emulation/viper-util.el (viper-setup-master-buffer):
16663 * emulation/viper.el (set-viper-state-in-major-mode):
16664 * international/mule-diag.el (describe-current-coding-system):
16665 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16666 * mail/emacsbug.el (report-emacs-bug):
16667 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16668 * obsolete/hilit19.el (hilit-unhighlight-region)
16669 (hilit-set-mode-patterns):
16670 * play/solitaire.el (solitaire-check, solitaire-solve):
16671 * play/zone.el (zone-pgm-rotate):
16672 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16673 * progmodes/ada-prj.el (ada-prj-display-page):
16674 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16675 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16676 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16677 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16678 * progmodes/sh-script.el (sh-make-vars-local)
16679 (sh-reset-indent-vars-to-global-values):
16680 * progmodes/sql.el (top):
16681 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16682 * progmodes/xscheme.el (top):
16683 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16684 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16685 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16686 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16687 (artist-submit-bug-report):
16688 * textmodes/flyspell.el (flyspell-delay-commands)
16689 (flyspell-deplacement-commands):
16690 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16691 (table--generate-source-cells-in-a-row, table--make-cell-map)
16692 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16693
16694 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16695
16696 * allout.el (produce-allout-mode-map, allout-process-exposed):
16697 * ansi-color.el (ansi-color-make-color-map):
16698 * autoinsert.el (auto-insert):
16699 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16700 * dired-aux.el (dired-create-files):
16701 * dired.el (dired-restore-desktop-buffer):
16702 * ediff-diff.el (ediff-setup-fine-diff-regions):
16703 * ediff-mult.el (ediff-intersect-directories)
16704 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16705 (ediff-redraw-registry-buffer):
16706 * ediff-ptch.el (ediff-fixup-patch-map):
16707 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16708 (ediff-really-quit, ediff-clear-diff-vector):
16709 * emerge.el (emerge-really-quit):
16710 * ffap.el (ffap-replace-file-component):
16711 * filecache.el (file-cache-add-directory)
16712 (file-cache-add-directory-recursively)
16713 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16714 (file-cache-delete-directory, file-cache-files-matching-internal)
16715 (file-cache-display):
16716 * files.el (cd):
16717 * find-lisp.el (find-lisp-insert-directory):
16718 * finder.el (finder-compile-keywords):
16719 * help.el (view-emacs-news):
16720 * hi-lock.el (hi-lock-write-interactive-patterns):
16721 * ido.el (ido-to-end, ido-set-matches-1):
16722 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16723 (image-dired-mark-tagged-files):
16724 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16725 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16726 * ps-print.el (ps-background, ps-begin-file)
16727 (ps-build-reference-face-lists):
16728 * simple.el (clone-buffer):
16729 * startup.el (command-line):
16730 * tempo.el (tempo-insert-template, tempo-is-user-element)
16731 (tempo-forward-mark, tempo-backward-mark):
16732 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16733
16734 2007-09-25 Glenn Morris <rgm@gnu.org>
16735
16736 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16737
16738 * view.el (view-search-no-match-lines): Add a doc string.
16739 Rewrite to simplify and work better.
16740
16741 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16742
16743 * progmodes/cc-mode.el (c-mode-base-map):
16744 Use c-indent-line-or-region instead of c-indent-line.
16745
16746 * indent.el (indent-for-tab-command): First check if the region is
16747 active.
16748
16749 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16750
16751 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16752 whitespace-rescan-timer-time is 0.
16753
16754 2007-09-24 Karl Berry <karl@gnu.org>
16755
16756 * international/mule.el (coding-system-base): Fix doc string grammar.
16757
16758 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16759
16760 * net/tramp.el (tramp-completion-mode-p): Rename from
16761 `tramp-completion-mode'. Revert logic, check `return', `newline'
16762 and such alike. Packages like Icicles tend to use other completion
16763 characters but `tab' and `space' only.
16764
16765 2007-09-24 Adam Hupp <adam@hupp.org>
16766
16767 * progmodes/python.el (run-python): Import emacs module without
16768 waiting; prevents lockup on error.
16769
16770 2007-09-23 Richard Stallman <rms@gnu.org>
16771
16772 * mail/sendmail.el (mail-bury): Delete the frame
16773 if this frame looks like it was made for this message.
16774
16775 * completion.el (completion-separator-self-insert-command)
16776 (completion-separator-self-insert-autofilling):
16777 If `self-insert-command' has been remapped, use the substitute.
16778
16779 * simple.el (copy-region-as-kill): Doc fix.
16780
16781 * textmodes/org.el (org-confirm-shell-link-function)
16782 (org-confirm-elisp-link-function): Doc fixes.
16783
16784 2007-09-23 Glenn Morris <rgm@gnu.org>
16785
16786 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16787
16788 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16789
16790 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16791
16792 * term/tvi970.el (terminal-init-tvi970): Likewise.
16793
16794 * term/sun-mouse.el (print-mouse-format): Likewise.
16795
16796 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16797 Use forward-line instead of previous-line and next-line.
16798
16799 2007-09-22 Juri Linkov <juri@jurta.org>
16800
16801 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16802
16803 * tutorial.el (tutorial--default-keys): Update standard bindings:
16804 rename `iconify-or-deiconify-frame' to `suspend-frame',
16805 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16806
16807 2007-09-22 Juri Linkov <juri@jurta.org>
16808
16809 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16810 Add help-echo to external links and to links without description.
16811 (fancy-splash-insert): Use help-echo from the 3rd element of the
16812 link specification list, or "Follow this link" if it's nil. Doc fix.
16813
16814 2007-09-22 Juri Linkov <juri@jurta.org>
16815
16816 * startup.el (command-line): Rename `inhibit-startup-message' to
16817 `inhibit-startup-screen'.
16818 (fancy-about-text): Use shorter label for "Ordering Manuals".
16819 (fancy-startup-tail): Add optional arg `concise'. When `concise'
16820 is nil, display a line with "To start..." and 3 links to useful
16821 tasks. Display the "Dismiss" button and "Don't show this message
16822 again" only when concise is non-nil.
16823 (fancy-startup-screen): Call `fancy-startup-tail' with optional
16824 arg `concise'. If CONCISE is non-nil, display a concise version
16825 of the splash screen in another window. Otherwise, switch to the
16826 startup buffer in the same window.
16827 (startup-echo-area-message): Change displayed binding from
16828 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16829 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16830 the GNU system".
16831 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16832 to "*GNU Emacs*".
16833 (display-about-screen): Don't check the existence of the buffer
16834 "*About GNU Emacs*".
16835 (display-splash-screen): Make alias to `display-startup-screen'.
16836 (command-line-1): Rename `inhibit-startup-message' to
16837 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
16838 started with command line options "-f", "-funcall", "-e", "-eval",
16839 "-execute", "-insert", "-find-file", "-file", "-visit".
16840 Inhibit startup screen when Emacs is started with a file name only
16841 on tty (i.e. don't inhibit it when started with a file name like
16842 "emacs FILE..." on a window system).
16843 (command-line-1): Simplify logic of displaying the startup screen:
16844 if file-count > 0, then display the concise version in another
16845 window, otherwise display full version in the same window.
16846
16847 * help.el (help-map): Bind C-h C-a to about-emacs.
16848 (help-for-help-internal): Add C-a description to C-h help text.
16849
16850 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
16851
16852 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16853 (checkdoc-permit-comma-termination-flag): Autoload the
16854 safe-local-variable setting.
16855
16856 * bookmark.el (bookmark-xemacsp): Remove.
16857 (bookmark-make): Don't use bookmark-xemacsp,
16858 use (featurep 'xemacs) instead.
16859
16860 * speedbar.el (speedbar-frame-mode)
16861 (speedbar-frame-reposition-smartly)
16862 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16863 (speedbar-check-vc): Remove use of non-existent variable
16864 dframe-xemacsp, use (featurep 'xemacs) instead.
16865
16866 * indent.el (indent-for-tab-command): Indent the region if
16867 transient-mark-mode and the region is active.
16868
16869 2007-09-21 Francesco Potortì <pot@gnu.org>
16870
16871 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16872 add inferior-octave-directory-tracker to the buffer-local value
16873 of comint-input-filter-functions.
16874
16875 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16876
16877 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16878
16879 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
16880
16881 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16882 on w32 frames.
16883
16884 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16885
16886 * startup.el (normal-top-level): Remove DISPLAY from
16887 process-environment to let it be computed dynamically in callproc.c.
16888
16889 * frame.el (frame-initialize, make-frame):
16890 * faces.el (tty-set-up-initial-frame-faces):
16891 * env.el (setenv): Don't set display-environment-variable.
16892
16893 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
16894 (server-create-tty-frame): Don't set unused `tty' property.
16895 Set `display' instead of display-environment-variable.
16896 (server-create-window-system-frame): No display-environment-variable.
16897
16898 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
16899
16900 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16901 (rfn-eshadow-update-overlay-hook): New defvars.
16902 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16903 Run the hooks.
16904
16905 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16906 (tramp-rfn-eshadow-setup-minibuffer)
16907 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
16908 rfn-eshadow.el.
16909
16910 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16911 timeout.
16912
16913 2007-09-21 Glenn Morris <rgm@gnu.org>
16914
16915 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16916 * term/sun-mouse.el (suspend-emacstool): Remove.
16917 * term/sun.el: Remove emacstool-related code.
16918
16919 * emacs-lisp/bytecomp.el (byte-compile-warnings)
16920 (byte-compile-warnings-safe-p): Add `mapcar'.
16921 (byte-compile-warning-types): Add mapcar and make-local.
16922 (byte-compile-normal-call): Add option to suppress mapcar warning.
16923 (top-level): Use mapc rather than mapcar in eval-when-compile.
16924
16925 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16926 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16927 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16928 Handle escaped parens.
16929 (latex-forward-sexp): Doc fix.
16930
16931 * eshell/esh-mode.el (eshell-output-filter-functions):
16932 Add eshell-postoutput-scroll-to-bottom.
16933
16934 * loadup.el: Remove termdev.
16935
16936 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16937 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16938
16939 2007-09-21 Markus Triska <markus.triska@gmx.at>
16940
16941 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16942 `mapcar' is called for effect.
16943
16944 2007-09-21 Kevin Ryde <user42@zip.com.au>
16945
16946 * international/mule.el (sgml-html-meta-auto-coding-function):
16947 Bind `case-fold-search' to t.
16948
16949 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16950
16951 * termdev.el: Remove.
16952
16953 * frame.el (get-device-terminal): New function. Moved from termdev.el.
16954 (frames-on-display-list): Use it.
16955
16956 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16957
16958 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16959
16960 2007-09-20 Richard Stallman <rms@gnu.org>
16961
16962 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16963
16964 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16967
16968 2007-09-20 Glenn Morris <rgm@gnu.org>
16969
16970 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16971 motion functions, rather than hard-coding "\n\n".
16972 (tex-validate-region): Check for eobp, to speed up.
16973 (tex-next-unmatched-end): Doc fix.
16974
16975 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * files.el (auto-mode-alist): Use archive-mode for .rar files.
16978
16979 * international/mule.el (auto-coding-alist): Rar archives are binary.
16980
16981 * arc-mode.el: Add basic support for Rar.
16982 (archive-find-type): Recognize Rar's signature.
16983 (archive-desummarize): New fun.
16984 (archive-summarize): Use it to restore the buffer's data in case
16985 someone wants to switch to some other major mode.
16986 (archive-resummarize): Use it as well.
16987 (archive-rar-summarize, archive-rar-extract): New functions.
16988
16989 * filesets.el: Remove spurious * in docstrings.
16990 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
16991 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16992 (filesets-ingroup-collect): Remove unused arg `depth'.
16993 (filesets-update): Remove unused arg `version'.
16994
16995 * finder.el (finder-compile-keywords): Fix up comment style.
16996 (finder-mouse-face-on-line): previous-line -> forward-line.
16997
16998 * recentf.el: Remove spurious * in docstrings.
16999 (recentf-save-list): Fix up comment style.
17000
17001 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17002 (octave-mode-map): Move init into declaration and remove \t binding.
17003 (octave-mode-startup-message): Remove unused var.
17004 (octave-scan-blocks): Remove unused arg `from'.
17005 (octave-forward-block, octave-down-block, octave-up-block):
17006 Update callers.
17007
17008 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17009 (meta-mode-map): Likewise and remove \t binding.
17010
17011 * net/snmp-mode.el: Remove spurious * in docstrings.
17012 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17013 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17014 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17015 that completion accepts lists of strings.
17016 (snmp-mode-syntax-table): Move initialization into declaration.
17017 (snmp-mode-map): Likewise and remove \t binding.
17018 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17019 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17020 (snmp-indent-command): Remove.
17021
17022 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17023 binding, so tab-always-indent works right.
17024
17025 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17026
17027 * net/browse-url.el (browse-url-elinks-new-window): New function.
17028 (browse-url-elinks): Use browse-url-elinks-new-window.
17029 Accept optional second argument `new-window'. Fix typo in doc-string.
17030 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17031 Improve error message.
17032
17033 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17034
17035 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17036 parameter name in the function body.
17037 Reported by Johannes Weiner.
17038
17039 2007-09-19 Glenn Morris <rgm@gnu.org>
17040
17041 * net/socks.el (socks-open-network-stream): Signal an explicit
17042 error if the port associated with a service string can't be found.
17043
17044 * textmodes/tex-mode.el (tex-terminate-paragraph):
17045 Use backward-paragraph.
17046
17047 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17048
17049 * server.el (server-running-p): New function.
17050
17051 2007-09-18 Jason Rumney <jasonr@gnu.org>
17052
17053 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17054 x-focus-frame.
17055
17056 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17057 Use x-focus-frame for w32.
17058
17059 2007-09-17 David Kastrup <dak@gnu.org>
17060
17061 * textmodes/tex-mode.el (tex-verbatim-environments):
17062 Eliminate CL dependency.
17063
17064 2007-09-17 Richard Stallman <rms@gnu.org>
17065
17066 * newcomment.el (comment-add): New arg EXTRA.
17067 (comment-region-default): Pass EXTRA if not indenting lines.
17068
17069 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17070
17071 * net/browse-url.el (browse-url-url-encode-chars): New function.
17072 URL-encode some chars in a string.
17073 (browse-url-encode-url): Rewrite using the previous function.
17074 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17075 (browse-url-elinks-sentinel): Fix typo.
17076 (browse-url-new-window-flag): Doc change.
17077
17078 2007-09-17 Glenn Morris <rgm@gnu.org>
17079
17080 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17081 filename from `--file-line-error', if it is available.
17082
17083 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17084
17085 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17086 TeX `--file-line-error' format.
17087
17088 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17089
17090 * xt-mouse.el: Delete add-hook calls that were moved to
17091 xterm-mouse-mode.
17092 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17093 does not work.
17094
17095 2007-09-17 Richard Stallman <rms@gnu.org>
17096
17097 * cus-face.el (custom-theme-set-faces): Undo previous change.
17098
17099 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17100
17101 2007-09-17 Glenn Morris <rgm@gnu.org>
17102
17103 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17104 handling the case where the region is not in `tex-main-file'.
17105 (tex-region-1): Delete.
17106 (tex-region-header): New function, doing the header part of the
17107 old tex-region-1.
17108
17109 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * simple.el (newline): Simplify use of prefix-numeric-value.
17112 (line-move-partial): Remove unused var `ppos'.
17113 (line-move-1): Replace 9999 with most-positive-fixnum.
17114 (move-end-of-line): Use more efficient single-property search.
17115 (move-beginning-of-line): Remove unused var `start'.
17116 (blink-matching-open): Restructure in a more functional style.
17117
17118 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17119
17120 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17121
17122 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17123
17124 * server.el (server-clients): Only keep procs, no properties any more.
17125 (server-client): Remove.
17126 (server-client-get, server-client-set): Remove, replace all callers by
17127 process-get and process-put resp.
17128 (server-clients-with, server-add-client, server-delete-client)
17129 (server-create-tty-frame, server-create-window-system-frame)
17130 (server-process-filter, server-execute, server-visit-files)
17131 (server-buffer-done, server-kill-buffer-query-function)
17132 (server-kill-emacs-query-function, server-switch-buffer)
17133 (server-save-buffers-kill-terminal): Update accordingly.
17134
17135 * server.el (server-with-environment): Simplify.
17136 (server-select-display, server-unselect-display): Re-add functions that
17137 seem to have been lost in the multi-tty merge.
17138 (server-eval-and-print, server-create-tty-frame)
17139 (server-create-window-system-frame, server-goto-toplevel)
17140 (server-execute, server-return-error): New functions extracted from
17141 server-process-filter.
17142 (server-execute-continuation): New functions.
17143 (server-process-filter): Restructure so that all arguments are analysed
17144 first and then acted upon in a subsequent stage. This way
17145 server-goto-toplevel can be executed later, when we know if
17146 it's necessary.
17147 Remove the "-version" and "-version-good" support.
17148
17149 2007-09-16 Drew Adams <drew.adams@oracle.com>
17150
17151 * cus-edit.el (custom-face-edit-activate): Doc fix.
17152
17153 2007-09-16 Glenn Morris <rgm@gnu.org>
17154
17155 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17156 Following cal-bahai renaming, update all instances of
17157 list-bahai-diary-entries to diary-bahai-list-entries,
17158 mark-bahai-diary-entries to diary-bahai-mark-entries,
17159 calendar-goto-bahai-date to calendar-bahai-goto-date,
17160 insert-bahai-diary-entry to diary-bahai-insert-entry,
17161 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17162 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17163 calendar-print-bahai-date to calendar-bahai-print-date.
17164
17165 * textmodes/tex-mode.el (tex-region): Handle the case where the
17166 region is not in `tex-main-file'. Move the old code that applies
17167 to both cases...
17168 (tex-region-1): ...to this new function.
17169
17170 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * vc.el (vc-process-sentinel): New function.
17173 (vc-exec-after): Use it instead of using ugly hackish analysis and
17174 construction of Elisp code.
17175 (vc-sentinel-movepoint): New dynamically scoped var.
17176 (vc-print-log, vc-annotate): Set it to move the user's point.
17177
17178 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17179 inhibit-modification-hooks.
17180
17181 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17182 (calendar-bahai-print-date, calendar-bahai-goto-date)
17183 (diary-bahai-list-entries, diary-bahai-insert-entry):
17184 New names to clean up the namespace a bit more.
17185 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17186
17187 2007-09-15 Glenn Morris <rgm@gnu.org>
17188
17189 * calendar/holidays.el (holiday-list): Rename it back to
17190 `list-holidays', but leave `holiday-list' as an alias.
17191
17192 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17193 custom group.
17194
17195 * textmodes/css-mode.el (css): New custom group.
17196 (css-electrick-keys, css-selector, css-property)
17197 (css-indent-offset): Specify custom group.
17198
17199 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17200
17201 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17202 (cvs-execute-single-file): Use process-file.
17203 (cvs-run-process): Use start-file-process.
17204
17205 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17206
17207 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17208 level. Remove the hooks when turning off the mode.
17209
17210 * term/xterm.el: Require xt-mouse at compile time.
17211 (terminal-init-xterm): Turn on xterm mouse tracking for this
17212 terminal if xterm-mouse-mode is enabled.
17213
17214 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17215
17216 * term/xterm.el (xterm-function-map): Replace bindings that were
17217 deleted by the merge.
17218
17219 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17220
17221 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17222 (bubbles-mode-map): Move define-key statements here.
17223 (bubbles-game-theme-menu): Ditto.
17224 (bubbles-graphics-theme-menu): Ditto.
17225 (bubbles-menu): Ditto.
17226 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17227 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17228 (bubbles-plop): Set buffer-undo-list, redisplay.
17229 (bubbles-undo): Reset buffer-undo-list, redisplay.
17230 (bubbles--show-images): Take care of missing text properties.
17231
17232 2007-09-14 Glenn Morris <rgm@gnu.org>
17233
17234 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17235 quoting.
17236
17237 * calendar/cal-hebrew.el, calendar/cal-menu.el
17238 * calendar/calendar.el, calendar/diary-lib.el
17239 * calendar/holidays.el: Rename all instances of
17240 list-calendar-holidays callers to calendar-list-holidays,
17241 list-holidays to holiday-list, check-calendar-holidays to
17242 calendar-check-holidays, mark-calendar-holidays to
17243 calendar-mark-holidays, and filter-visible-calendar-holidays to
17244 holiday-filter-visible-calendar.
17245
17246 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17247
17248 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17249
17250 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17251
17252 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17253 Use transparent background for empty cells in graphics mode.
17254
17255 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17256
17257 * man.el (Man-default-man-entry): At end of line, continue looking
17258 to the next line for possible end of hyphenated command.
17259
17260 2007-09-13 Chris Moore <dooglus@gmail.com>
17261
17262 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17263 the command being edited.
17264
17265 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17266
17267 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17268
17269 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
17270
17271 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17272 C-M-S- keys.
17273
17274 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17275
17276 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
17277
17278 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17279 New argument `filename-p' to use one set of confusing chars or another.
17280 (browse-url-file-url): Use the argument.
17281 Suggested by Johannes Weiner.
17282
17283 2007-09-12 Romain Francoise <romain@orebokech.com>
17284
17285 * cus-start.el (all): Revert 2007-09-08 change.
17286
17287 2007-09-12 Aaron Hawley <aaronh@garden.org>
17288
17289 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17290 extract .Z files, since it is more common than uncompress.
17291
17292 2007-09-12 Glenn Morris <rgm@gnu.org>
17293
17294 * textmodes/org-publish.el (org-publish-org-to-html): Remove
17295 duplicate function definition.
17296
17297 2007-09-10 Chris Moore <dooglus@gmail.com>
17298
17299 * diff-mode.el (diff-sanity-check-hunk):
17300 Also accept single-line hunks.
17301
17302 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
17303
17304 * startup.el (startup-screen-inhibit-startup-screen)
17305 (pure-space-overflow-message): New vars.
17306 (fancy-splash-insert): Allow functions for face and link specs.
17307 (fancy-splash-head): Remove unused arg. Move splash text...
17308 (fancy-startup-text, fancy-about-text): ...here.
17309 (fancy-startup-tail): Rename from fancy-splash-tail.
17310 (fancy-startup-screen, fancy-about-screen): Split off from
17311 fancy-splash-screens.
17312 (display-startup-screen): New function.
17313 (display-about-screen): Rename from display-splash-screen.
17314 (command-line-1): Use concise startup screen if necessary.
17315
17316 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
17317
17318 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17319 Reported by Jan Djärv <jan.h.d@swipnet.se>.
17320
17321 2007-09-10 Dave Love <fx@gnu.org>
17322
17323 * outline.el (outline-4, outline-5, outline-7):
17324 Move font-lock-builtin-face down from 4 to 7 to better keep the
17325 progression of color brightness, and to better match Org-mode's faces.
17326
17327 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17328
17329 * progmodes/meta-mode.el (meta-font-lock-keywords)
17330 (font-lock-match-meta-declaration-item-and-skip-to-next)
17331 (meta-comment-indent, meta-indent-previous-line)
17332 (meta-indent-unfinished-line, meta-beginning-of-defun)
17333 (meta-end-of-defun, meta-common-initialization): Handle \f.
17334 (meta-indent-unfinished-line): Do not handle a `%' in a string as
17335 a comment-start.
17336
17337 * files.el (file-modes-char-to-who, file-modes-char-to-right)
17338 (file-modes-rights-to-number): Auxiliary functions for symbolic to
17339 numeric notation of file modes.
17340 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
17341 numeric value.
17342 (read-file-modes): New. Read either an octal value of a file mode or a
17343 symbolic value, and return its numeric value.
17344
17345 * dired-aux.el (dired-do-chmod): Change to use the built-in
17346 `set-file-modes' and the previous symbolic mode parsing functions.
17347
17348 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17349
17350 * textmodes/texinfo.el: Remove spurious * in docstrings.
17351 (texinfo-mode-syntax-table, texinfo-mode-map):
17352 Initialize in the declaration.
17353
17354 * tmm.el: Remove spurious * in docstrings.
17355 (tmm-prompt): Use with-current-buffer.
17356
17357 * vcursor.el: Remove spurious * in docstrings.
17358 (vcursor-map): Initialize in the declaration.
17359 (vcursor-use-vcursor-map): Use define-minor-mode.
17360 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17361
17362 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17363 Initialize in the declaration.
17364 (widget-minor-mode): Use define-minor-mode.
17365
17366 * woman.el (woman-mode-map, woman-syntax-table):
17367 Initialize in the declaration.
17368
17369 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17370
17371 * doc-view.el: New file.
17372
17373 2007-09-09 Juri Linkov <juri@jurta.org>
17374
17375 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17376
17377 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17378
17379 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17380 to "Startup screen". Fix docstring.
17381 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17382 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17383 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17384 (initial-scratch-message): Fix docstring.
17385 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17386 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17387 Add link to "Customize Startup" and set interval between links to
17388 5 spaces.
17389 (fancy-about-text): Add links "Authors" and "Contributing".
17390 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17391 and "This is " on the about screen. Add link to
17392 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17393 For the about screen move emacs version to the header from
17394 `fancy-splash-tail' (as it's done already for normal about screen).
17395 (fancy-splash-tail): Insert emacs version only for startup screen.
17396 (normal-splash-screen): Remove duplicate empty lines.
17397 (normal-about-screen): Add links "Authors" and "Contributing".
17398
17399 * menu-bar.el (menu-bar-help-menu):
17400 Move "About Emacs" and "About GNU" to the end of the Help menu.
17401 Move "Emacs Psychotherapist" after "Send Bug Report...".
17402 Move "External Packages" after "Find Emacs Packages".
17403
17404 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17405
17406 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17407 they are useless with the byte compiler.
17408 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17409 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17410 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17411 (tramp-file-name-real-host, tramp-file-name-port)
17412 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17413 defuns.
17414
17415 * net/tramp-cache.el (top): Improve error message when
17416 `tramp-persistency-file-name' is corrupted.
17417
17418 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17419
17420 * textmodes/org.el (org-re): Also replace the :alpha: class.
17421 (org-todo-tag-alist): Variable removed.
17422 (org-todo-key-alist, org-todo-key-trigger): New variables.
17423 (org-use-fast-todo-selection): New option.
17424 (org-log-done): Docstring fixed.
17425 (org-deadline-warning-days): New default value 14.
17426 (org-edit-timestamp-down-means-later): New option.
17427 (org-tag-alist): Docstring fixed.
17428 (org-fast-tag-selection-include-todo): New option.
17429 (org-export-language-setup): New languages added.
17430 (org-set-regexps-and-options): Compute the new variables.
17431 (org-paste-subtree): Cleaning up.
17432 (org-remember-apply-template): New escape %A.
17433 (org-todo): Call fast TODO selection.
17434 (org-fast-todo-selection): New function.
17435 (org-add-log-note): Allow prefix for abort exit.
17436 (org-at-property-p, org-entry-properties)
17437 (org-columns-get-autowidth-alist): Use :alpha: class.
17438 (org-get-wdays): New function.
17439 (org-agenda-remove-date): New variable.
17440 (org-agenda-get-deadlines): Use `org-get-wdays'.
17441 (org-agenda-get-deadlines): Reverse ee before returning.
17442 (org-format-agenda-item): New argument REMOVE-RE.
17443 (org-agenda-convert-date): Baha'i calendar added.
17444 (org-infile-export-plist): Also find DATE line.
17445 (org-get-min-level): New function.
17446 (org-export-as-html, org-export-as-ascii): Use the date format.
17447 (org-shiftup, org-shiftdown): Use.
17448 `org-edit-timestamp-down-means-later'.
17449 (org-assign-fast-keys): New function.
17450
17451 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17452
17453 * cus-start.el (all): Add prefer-window-split-horizontally from
17454 window.c.
17455
17456 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17457
17458 * net/browse-url.el (browse-url-galeon): Fix last change.
17459 (top-level): Require cl when compiling.
17460
17461 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17462
17463 * textmodes/org-export-latex.el: arch-tag restored.
17464
17465 * textmodes/org-publish.el: arch-tag restored.
17466
17467 2007-09-08 Masatake YAMATO <jet@gyve.org>
17468
17469 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17470
17471 * progmodes/cc-langs.el: Support new keywords added to
17472 objective-c frontend of gcc.
17473 (c-simple-stmt-kwds): Add @throw.
17474 (c-block-stmt-2-kwds): Add @synchronized.
17475 (c-block-stmt-1-kwds): Add @finally and @try.
17476
17477 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17478
17479 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17480 (org-agenda-after-show-hook): New variable.
17481 (org-columns-compile-format)
17482 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17483 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17484 property names.
17485 (org-get-wdays): New function.
17486
17487 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17490
17491 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17492
17493 * vc-arch.el (vc-arch-checkin): Fix typo.
17494
17495 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17496
17497 * cus-face.el (custom-theme-set-faces): Set face attributes
17498 locally for each frame.
17499
17500 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17503 via font-lock-defaults.
17504
17505 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17506 derived-mode-p.
17507
17508 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17509
17510 * progmodes/autoconf.el (autoconf-definition-regexp):
17511 Handle optional square brackets around definition name.
17512
17513 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17514
17515 * net/browse-url.el (browse-url-browser-function): Add elinks.
17516 (browse-url-elinks-wrapper): New option.
17517 (browse-url-encode-url, browse-url-elinks)
17518 (browse-url-elinks-sentinel): New functions.
17519 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17520 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17521 Use new function browse-url-encode-url.
17522
17523 2007-09-07 Glenn Morris <rgm@gnu.org>
17524
17525 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17526 say if multi-tty is present.
17527
17528 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * cus-start.el (split-window-preferred-function): Add custom info.
17531
17532 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17533 (calendar-mark-holidays, calendar-list-holidays)
17534 (holiday-filter-visible-calendar): New names to clean up namespace.
17535 (filter-visible-calendar-holidays, list-calendar-holidays)
17536 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17537 Add compatibility aliases.
17538 (calendar-check-holidays, calendar-mark-holidays)
17539 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17540 (holiday-sexp): Replace append with list.
17541 (holiday-filter-visible-calendar): Replace append with push.
17542
17543 * woman.el: Remove spurious * in docstrings.
17544 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17545 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17546 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17547 (woman-write-directory-cache, woman-display-extended-fonts)
17548 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17549 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17550 (woman-mode): Use inhibit-read-only.
17551 (woman-negative-vertical-space): Use dotimes.
17552 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17553
17554 2007-09-06 Romain Francoise <romain@orebokech.com>
17555
17556 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17557 (vc-bzr-workfile-version): Use it.
17558
17559 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17560
17561 * complete.el (PC-do-completion): Don't try to treat
17562 empty string as an abbreviation.
17563
17564 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17565
17566 * help-fns.el (describe-variable): Keep doc's text properties.
17567
17568 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17569
17570 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17571 instead of a file.
17572
17573 2007-09-06 Glenn Morris <rgm@gnu.org>
17574
17575 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17576 (checkdoc-minor-mode): Allow user to specify lighter via
17577 checkdoc-minor-mode-string.
17578
17579 2007-09-05 Richard Stallman <rms@gnu.org>
17580
17581 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17582 Several items removed, simplified, or put on one line.
17583 (fancy-about-text): Add substantial contents, part of startup text.
17584 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17585 (normal-splash-screen): Call normal-mouse-startup-screen,
17586 normal-no-mouse-startup-screen, or normal-about-screen.
17587 (normal-mouse-startup-screen): New fn, broken out, shortened.
17588 (normal-no-mouse-startup-screen): New fn, broken out.
17589 (normal-about-screen): New function, contents all new.
17590
17591 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17592
17593 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17594
17595 2007-09-05 Glenn Morris <rgm@gnu.org>
17596
17597 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17598 is bound.
17599
17600 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17601
17602 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17603 in doc string.
17604
17605 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17606
17607 * server.el (server-start, server-unload-hook): Undo previous change.
17608
17609 * xt-mouse.el: Undo previous change.
17610
17611 2007-09-04 Juri Linkov <juri@jurta.org>
17612
17613 * startup.el (fancy-about-text): New variable.
17614 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17615 (fancy-current-text, fancy-splash-stop-time)
17616 (fancy-splash-outer-buffer): Remove variables.
17617 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17618 `startup' and use it to conditionally display different texts for
17619 Startup and About screens. Don't display Help commands on the About
17620 screen.
17621 (fancy-splash-screens-1): Remove function and move its content to
17622 `fancy-splash-screens' to the part that dislpays the About screen.
17623 (exit-splash-screen): Don't treat specially exiting from
17624 alternating screens.
17625 (fancy-splash-screens): Rename argument `static' to `startup'.
17626 Fix docstring. Remove code for displaying alternating screens.
17627 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17628 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17629 for `inhibit-read-only'.
17630 (normal-splash-screen): Rename argument `static' to `startup'.
17631 Fix docstring. Use argument `startup' to conditionally display
17632 different texts for Startup and About screens. Don't display Help
17633 commands on the About screen. Remove `unwind-protect' `sit-for'
17634 delay and `kill-buffer' after it.
17635 (display-startup-echo-area-message): Remove call to
17636 `use-fancy-splash-screens-p' because image.el is preloaded and
17637 doesn't display "Loading image... done".
17638 (display-splash-screen): Rename argument `static' to `startup'.
17639 Fix docstring.
17640
17641 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17642
17643 * server.el (server-start, server-unload-hook):
17644 suspend-tty-functions has been renamed to suspend-tty-hook.
17645
17646 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17647 resume-tty-hook.
17648
17649 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17650
17651 * loadup.el: Fix merge problem, only load "button" once.
17652
17653 2007-09-03 Glenn Morris <rgm@gnu.org>
17654
17655 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17656 "Working file:" as the prefix, for the sake of
17657 log-view-current-file.
17658
17659 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17660
17661 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17662 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17663 if the selected frames is in
17664 xterm-modify-other-keys-terminal-list.
17665 (xterm-turn-off-modify-other-keys): Add an optional frame
17666 parameter. Only turn off modify-other-keys if FRAME is in
17667 xterm-modify-other-keys-terminal-list.
17668 (xterm-remove-modify-other-keys): New function.
17669 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17670 Add the selected frame to xterm-modify-other-keys-terminal-list.
17671
17672 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17673
17674 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17675 (icon-map-list): New variable.
17676 (x-gtk-map-stock): Use icon-map-list.
17677
17678 2007-09-02 Romain Francoise <romain@orebokech.com>
17679
17680 * log-view.el (log-view-current-file): Balance parens.
17681
17682 2007-09-02 Glenn Morris <rgm@gnu.org>
17683
17684 * comint.el (comint-mode): Don't set scroll-conservatively.
17685
17686 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17687 non-command arguments.
17688
17689 * log-view.el (log-view-current-file): Give a more explicit error
17690 if log-view-file-re fails to find a match.
17691
17692 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17693
17694 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17695 Fix bug: Don't expand top-level file name more than once.
17696 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17697
17698 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * server.el (server-process-filter): Don't display the splash screen.
17701 It's annoying enough on the initial screen and becomes positively
17702 obnoxious here.
17703
17704 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17707 Change naming to use "avl-tree--" for internal functions.
17708
17709 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17710
17711 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17712 the merge.
17713 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17714 (provide): Move to the end of file.
17715
17716 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17717
17718 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17719
17720 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17721 New variable. List of exceptions for the duplicated word rule.
17722 (flyspell-mark-duplications-flag): Mention it.
17723 (flyspell-word): Treat it.
17724
17725 * files.el (create-file-buffer): If the filename sans directory starts
17726 with spaces, remove them.
17727
17728 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17729
17730 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17731 (x-gtk-map-stock): Use two directory elements when matching
17732 file name.
17733
17734 2007-08-31 James Wright <james@chumsley.org>
17735
17736 * eshell/em-unix.el (eshell/info): New function.
17737
17738 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * frame.el (frame-initialize, make-frame):
17741 * server.el (server-process-filter):
17742 * faces.el (tty-set-up-initial-frame-faces): Don't set
17743 term-environment-variable since it's not used any more.
17744
17745 * env.el (setenv): Don't treat $TERM specially.
17746
17747 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17748 stated otherwise, subprocesses do not send back escape sequences
17749 corresponding to the terminal from which Emacs was started.
17750
17751 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17752
17753 * calculator.el: Require cl for compilation.
17754
17755 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17756
17757 * outline.el (outline-font-lock-levels): Comment out unused var.
17758 (outline-font-lock-face): Wrap around face list to handle any
17759 nesting depth gracefully.
17760
17761 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17762
17763 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17764 `set-file-times'.
17765
17766 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17767
17768 * textmodes/org.el (org-export-visible): Fix drawers before export.
17769 (org-do-sort): Allow sorting by priority.
17770 (org-agenda-files): Ignore non-existing files.
17771 (org-agenda-skip-unavailable-files): New variable.
17772 (org-ellipsis): All a face as value.
17773 (org-mode): Interprete the face value of `org-ellipsis'.
17774 (org-archive-save-context-info): New option.
17775 (org-archive-subtree): Store context info in archived entry.
17776 (org-fast-tag-selection-can-set-todo-state): New variable.
17777 (org-fast-tag-selection): Allow setting TODO states through this
17778 interface.
17779 (org-cycle): Docstring updated.
17780 (org-todo-keyword-faces): New option.
17781 (org-get-todo-face): New function.
17782 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17783 Use `org-get-todo-face'.
17784 (org-switch-to-buffer-other-window): New function.
17785 (org-table-edit-field, org-table-show-reference)
17786 (org-table-edit-formulas, org-add-log-note)
17787 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17788 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17789 `switch-to-buffer-other-window' to make sure that the temporary
17790 windows show up on the current frame.
17791 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17792 (org-get-entries-from-diary, org-replace-region-by-html):
17793 Don't allow pop-up frames.
17794 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17795 Fix problems with time-of-day.
17796 (org-export-get-title-from-subtree): New function.
17797 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17798 with listing items that are DONE.
17799 (org-change-tag-in-region): New command.
17800 (org-agenda-skip-scheduled-if-done)
17801 (org-agenda-skip-deadline-if-done): Docstring clarified.
17802 (org-mode): Hide drawers on startup.
17803 (org-get-todo-face): New function.
17804 (org-todo-keyword-faces): New option.
17805 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17806 (org-remove-keyword-keys): New function.
17807
17808 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17809
17810 * progmodes/grep.el (grep-find-ignored-directories):
17811 Add monotone _MTN bookkeeping directory in workspaces.
17812 Add RCS control directory. List items in alphabetical order.
17813
17814 * progmodes/grep.el (grep-files-aliases): Add cc alias.
17815 Sort items in alphabetical order. Fix parens.
17816
17817 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17818
17819 * vc-hg.el (vc-hg-extra-menu-map): New variable.
17820 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17821 (vc-hg-pull): New functions.
17822 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17823
17824 * term/mac-win.el: Don't require url, only autoloaded url
17825 functions are used in this file.
17826
17827 2007-08-29 Andreas Schwab <schwab@suse.de>
17828
17829 * shell.el (shell): Return correct value from interactive spec.
17830
17831 2007-08-29 Glenn Morris <rgm@gnu.org>
17832
17833 * version.el (emacs-version): Increase to 23.0.50.
17834
17835 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
17836
17837 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17838
17839 2007-08-29 Juri Linkov <juri@jurta.org>
17840
17841 * loadup.el: Add "button" loading after "faces" and move "startup"
17842 to load after "button".
17843
17844 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17845
17846 * loadup.el: Load term/mac-win on a Mac using Carbon.
17847
17848 * term/mac-win.el: Provide mac-win.
17849 (mac-initialized): New variable.
17850 (mac-initialize-window-system): New function. Move global setup here.
17851 (handle-args-function-alist, frame-creation-function-alist):
17852 (window-system-initialization-alist): Add mac entries.
17853 (x-setup-function-keys): New function containing all the
17854 top level function key definitions.
17855
17856 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17857
17858 * env.el (read-envvar-name): Don't consider the environment frame param.
17859
17860 * env.el (setenv):
17861 * frame.el (frame-initialize, make-frame):
17862 * faces.el (tty-set-up-initial-frame-faces):
17863 * server.el (server-process-filter): Set
17864 display-environment-variable and term-environment-variable.
17865
17866 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17867
17868 2007-08-29 Jason Rumney <jasonr@gnu.org>
17869
17870 * loadup.el: Only load term/x-win when X is compiled in.
17871 Load term/w32-win and dependencies on windows-nt.
17872
17873 * term/w32-win.el: Reorder to match x-win.el more closely.
17874 Provide w32-win. Don't throw error when global window-system not w32.
17875 (internal-face-interactive): Remove obsolete function.
17876 (x-setup-function-keys): Use local-function-key-map.
17877 (w32-initialized): New variable.
17878 (w32-initialize-window-system): Set it.
17879 Move more global setup here.
17880 (x-setup-function-keys): New function.
17881 (w32-initialize-window-system): Move non function key global setup here.
17882 (x-cut-buffer-max): Remove.
17883 (w32-initialize-window-system): New function.
17884 (handle-args-function-alist, frame-creation-function-alist):
17885 (window-system-initialization-alist): Add w32 entries.
17886
17887 2007-08-29 David Kastrup <dak@gnu.org>
17888
17889 * env.el (getenv): Pass frame to getenv-internal.
17890
17891 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
17892
17893 * version.el (emacs-version): Show if multi-tty is present.
17894
17895 * loadup.el: Delay loading env; mule-conf gets confused by cl
17896 during bootstrap. Also load termdev and term/x-win.
17897
17898 * bindings.el (mode-line-client): New variable.
17899 (help-echo): Add it to the default mode-line format.
17900
17901 * cus-start.el: Remove bogus window-system reference from GTK test.
17902
17903 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17904 (ebrowse-electric-position-mode-map):
17905 * ebuff-menu.el (electric-buffer-menu-mode-map):
17906 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17907 not `suspend-emacs'.
17908
17909 * ediff-wind.el (ediff-setup-windows-automatic): New function.
17910 (ediff-window-setup-function): Use it as default.
17911
17912 * files.el (save-buffers-kill-terminal): New function.
17913 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17914
17915 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17916 and `with-selected-frame'.
17917
17918 * help-fns.el (describe-variable): Describe frame-local variables
17919 correctly.
17920
17921 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17922 display support.
17923 (normal-erase-is-backspace-setup-frame): New function.
17924
17925 * subr.el (with-selected-frame): New function.
17926 (read-quoted-char): Use terminal-local binding of
17927 local-function-key-map instead of function-key-map.
17928
17929 * talk.el (talk): New function.
17930 (talk-handle-delete-frame): New function.
17931 (talk-add-display): Open a new frame only if FRAME was not a frame.
17932
17933 * termdev.el: New file.
17934
17935 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
17936 * term/x-win.el: Don't bind f10.
17937 * tmm.el: Remove autoload binding for f10.
17938
17939 * international/encoded-kb.el (encoded-kbd-setup-display): Use
17940 `set-input-meta-mode'. Fix broken condition before set-input-mode.
17941 Store the saved input method as a terminal parameter. Add keymap
17942 parameter. Use it instead of changing key-translation-map directly.
17943 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17944 Remove.
17945 (encoded-kbd-setup-display): New function.
17946
17947 * international/mule-cmds.el (set-locale-environment): Fix getenv
17948 call. Use save-buffers-kill-terminal. Ignore window-system; always
17949 set the keyboard coding system. Add DISPLAY parameter.
17950 (set-display-table-and-terminal-coding-system): Add DISPLAY
17951 parameter. Pass it to set-terminal-coding-system.
17952
17953 * international/mule.el (keyboard-coding-system): Test for
17954 encoded-kbd-setup-display, not encoded-kbd-mode.
17955 (set-terminal-coding-system, set-keyboard-coding-system): Add
17956 DISPLAY parameter.
17957 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17958
17959 * term/README: Update.
17960
17961 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17962
17963 * term/x-win.el (x-setup-function-keys): New function. Move
17964 function-key-map tweaks here. Protect against multiple calls on
17965 the same terminal. Use terminal-local binding of
17966 local-function-key-map instead of function-key-map.
17967 (x-initialize-window-system): Make a copy of pure list. Pass a
17968 frame getenv.
17969
17970 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17971 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17972 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17973 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17974 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17975 local-function-key-map instead of function-key-map.
17976
17977 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17978 `substitute-key-definition' and `define-key' calls against
17979 multiple execution. Use terminal-local binding of
17980 local-function-key-map instead of function-key-map. Pass a frame
17981 to getenv.
17982
17983 * edmacro.el (edmacro-format-keys):
17984 * emulation/cua-base.el (cua--pre-command-handler):
17985 * isearch.el (isearch-other-meta-char):
17986 * xt-mouse.el: Use terminal-local binding of
17987 local-function-key-map instead of function-key-map.
17988
17989 * fringe.el (set-fringe-mode): Simplify and fix using
17990 `modify-all-frames-parameters'.
17991 * scroll-bar.el (set-scroll-bar-mode): Ditto.
17992 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
17993 check before calling `tool-bar-setup'.
17994 (tool-bar-setup): New variable.
17995 (tool-bar-setup): Use it to guard against multiple calls. Add
17996 optional frame parameter, and select that frame before adding items.
17997 (toggle-tool-bar-mode-from-frame): New function.
17998
17999 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18000 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18001 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18002 "Tool-bar" toggles to reflect the state of the current frame.
18003 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18004
18005 * env.el: Require cl for byte compilation (for `block' and `return').
18006 (environment, setenv-internal): New functions.
18007 (let-environment): New macro.
18008 (setenv, getenv): Add optional terminal parameter. Update docs.
18009 (setenv): Use setenv-internal. Always set process-environment.
18010 Handle `local-environment-variables'.
18011 (read-envvar-name, setenv, getenv): Use frame parameters
18012 to store the local environment, not terminal parameters. Include
18013 `process-environment' as well.
18014
18015 * faces.el (tty-run-terminal-initialization): New function.
18016 (tty-create-frame-with-faces): Use it. Set up faces and
18017 background mode only after the terminal has been initialized.
18018 Call terminal-init-*. Don't load the initialization file more
18019 than once. Call set-locale-environment.
18020 (frame-set-background-mode): Handle the 'background-mode terminal
18021 parameter.
18022 (tty-find-type): New function.
18023 (x-create-frame-with-faces): Remove bogus check for
18024 first frame. Call `tool-bar-setup'. Don't make frame visible
18025 until we are done setting up all its parameters. Call
18026 x-setup-function-keys.
18027
18028 * frame.el (make-frame): Always inherit 'environment and 'client
18029 parameters. Set up the 'environment frame parameter, when needed.
18030 Also inherit 'client parameter. Don't override explicitly
18031 specified values with inherited ones. Add 'terminal frame
18032 parameter. Append window-system-default-frame-alist to parameters
18033 before calling frame-creation-function.
18034 (frame-initialize): Copy the environment from the initial frame.
18035 (window-system-default-frame-alist): Enhance doc string.
18036 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18037 `default-frame-alist' when initial frame is on a tty.
18038 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18039 Remove specified parameters from `window-system-default-frame-alist'.
18040 (make-frame-on-tty, framep-on-display, suspend-frame):
18041 Extend doc string, update parameter names.
18042 (frames-on-display-list): Use terminal-id to get the display id.
18043 (frame-notice-user-settings): Extend to apply
18044 settings in `window-system-default-frame-alist' as well.
18045 (terminal-id, terminal-parameters, terminal-parameter)
18046 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18047 (delete-frame-functions): Add to `delete-frame-functions' hook.
18048 (blink-cursor-mode): Adapt blink-cursor-mode default
18049 value from startup.el.
18050 (make-frame-on-display): Protect condition on x-initialized when
18051 x-win.el is not loaded. Update doc.
18052 (suspend-frame): Use display-controlling-tty-p to decide between
18053 suspend-emacs and suspend-tty.
18054 (frames-on-display-list): Update for display ids.
18055 (framep-on-display): Ditto.
18056 (suspend-frame): Use display-name, not frame-tty-name.
18057 (selected-terminal): New function.
18058
18059 * server.el: Use `device' instead of `display' or `display-id' in
18060 variable and client parameter names.
18061 (server-select-display): Remove (unused).
18062 (server-tty-live-p, server-handle-delete-tty): Remove.
18063 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18064 Update docs.
18065 (server-getenv-from, server-with-environment, server-send-string)
18066 (server-save-buffers-kill-terminal): New functions.
18067 (server-delete-client): Handle quits in kill-buffer. Don't kill
18068 modified buffers. Add extra logging. Delete frames after
18069 deleting the tty. Clear 'client parameter before deleting a frame.
18070 Use delete-display, not delete-tty.
18071 (server-visit-files): Don't set `server-existing-buffer' if the
18072 buffer already has other clients. Return list of buffers
18073 created. Update doc. Don't set client-record when nowait.
18074 (server-handle-delete-frame): Delete the client if this was its
18075 last frame. Check that the frame is alive. Remove bogus comment.
18076 Add note on possible race condition. Delete tty clients, if needed.
18077 (server-handle-suspend-tty): Use server-send-string. Kill the
18078 client in case of errors from process-send-string. Use the display
18079 parameter.
18080 (server-unload-hook): Remove obsolete delete-tty hook.
18081 (server-start): Ask before restarting if the old server still has
18082 clients. Add feedback messages. Remove obsolete delete-tty hook.
18083 (server-process-filter): Use server-send-string. Accept `-dir'
18084 command. Switch to *scratch* immediately after creating the frame,
18085 before evaluating any -evals. Protect `display-splash-screen'
18086 call in a condition-case. Explain why. Call
18087 `display-startup-echo-area-message' before
18088 `display-splash-screen'. Don't display the splash screen when no
18089 frame was created. Show the Emacs splash screen and startup echo
18090 area message. Display the *scratch* buffer by default. Store the
18091 local environment in a frame (not terminal) parameter. Do not try
18092 to decode environment strings. Fix reference to the 'display
18093 frame parameter. Change syntax of environment variables. Put
18094 environment into terminal parameters, not client parameters. Use
18095 a dummy client with --no-wait's X frames. In `-position LINE'
18096 handler, don't ruin the request string until the line number is
18097 extracted. Log opened files. Handle -current-frame command.
18098 Don't create frames when it is given. Don't bind X frames to the
18099 client when we are in -no-wait mode. Set locale environment
18100 variables from client while creating tty frames. Disable call to
18101 configure-display-for-locale. When processing -position command,
18102 don't change the request string until the parameters are
18103 extracted. Don't try to create an X frame when Emacs does not
18104 support it. Improve logging. Temporarily set ncurses-related
18105 environment variables to those of the client while creating a new
18106 tty frame. Select buffers opened by nowait clients, don't leave
18107 them buried under others. Set the display parameter, and use it
18108 when appropriate.
18109
18110 * startup.el (display-startup-echo-area-message): Handle
18111 `inhibit-startup-echo-area-message' here.
18112 (command-line-1): Moved from here.
18113 (fancy-splash-screens): Use `overriding-local-map' instead of
18114 `overriding-terminal-local-map' for now; the latter doesn't work
18115 right, it looses keypresses to another terminal. Use
18116 `overriding-terminal-local-map' to set up keymap. Install a
18117 `delete-frame-functions' hook to catch `delete-frame' events.
18118 Ignore `select-window' events to cope better with
18119 `focus-follows-mouse'. Don't switch back to the original buffer
18120 if the splash frame has been killed. Restore previous buffer, even
18121 if it's *scratch*.
18122 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18123 changes the global binding - setq it instead. Use
18124 `save-buffers-kill-terminal'.
18125 (display-splash-screen): Don't do anything if the splash screen is
18126 already displayed elsewhere.
18127 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18128 (command-line): Replace duplicated code with a call to
18129 tty-run-terminal-initialization. Don't load the terminal
18130 initialization file more than once. Remove call to nonexistent
18131 function `set-locale-translation-file-name'.
18132
18133 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18134 parameters.
18135 (xterm-mouse-position-function, xterm-mouse-event): Update.
18136 (xterm-mouse-mode): Don't depend on current value of window-system.
18137 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18138 Update for multi-tty.
18139 (turn-on-xterm-mouse-tracking-on-terminal)
18140 (turn-off-xterm-mouse-tracking-on-terminal)
18141 (xterm-mouse-handle-delete-frame): New functions.
18142 (delete-frame-functions, after-make-frame-functions)
18143 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18144 for multi-tty.
18145
18146 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * simple.el (invisible-p): Remove: implemented in C now.
18149 (line-move-invisible-p): Remove obsolete alias.
18150
18151 2007-08-28 Juri Linkov <juri@jurta.org>
18152
18153 * image-mode.el (image-type): New variable.
18154 (image-mode): Set default major mode name to "Image[text]".
18155 (image-minor-mode): Change LIGHTER to display image-type in the
18156 mode line.
18157 (image-minor-mode): Set default image-type to "text".
18158 (image-toggle-display): After switching to text mode, set
18159 image-type to "text" and major mode name to "Image[text]".
18160 After switching to image mode, set image-type to actual image
18161 type, and add image type to major mode name. Let-bind the same
18162 variable names as arguments of `image-type' and `create-image'.
18163 Bind `type' to the result of `image-type' and use it as arg
18164 of `create-image' to not determine the image type twice.
18165
18166 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18167
18168 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18169 (tramp-set-file-uid-gid, tramp-get-local-uid)
18170 (tramp-get-local-gid): New defuns.
18171 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18172 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18173 Improve fast track.
18174 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18175 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18176 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18177 (tramp-handle-write-region): Improve fast track.
18178 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18179 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18180 be nil.
18181
18182 2007-08-28 Ivan Kanis <apple@kanis.eu>
18183
18184 * time.el: New feature to display several time zones in a buffer.
18185 (display-time-world-mode, display-time-world-display)
18186 (display-time-world, display-time-world-timer): New functions.
18187 (display-time-world-list, display-time-world-time-format)
18188 (display-time-world-buffer-name, display-time-world-timer-enable)
18189 (display-time-world-timer-second, display-time-world-mode-map):
18190 New variables.
18191
18192 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18193
18194 * term/x-win.el (x-gtk-stock-map): New variable.
18195 (x-gtk-map-stock): New function.
18196
18197 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18198 prev/next-node.
18199
18200 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18201
18202 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18203
18204 2007-08-28 Glenn Morris <rgm@gnu.org>
18205
18206 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18207
18208 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18209
18210 * progmodes/modula2.el (m2-definition, m2-module):
18211 Don't use previous-line. Reported by T. V. Raman.
18212
18213 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18214
18215 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18216 argument to tool-bar-mode call.
18217
18218 2007-08-27 Glenn Morris <rgm@gnu.org>
18219
18220 * diff-mode.el (diff-find-file-name): Only accept regular files,
18221 to rule out /dev/null, directories, etc.
18222
18223 * vc-svn.el (vc-svn-diff): If the repository version of all the
18224 files is the same as the specified OLDVERS, do a local diff.
18225
18226 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18227
18228 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18229 of buffers in uniquify-managed.
18230
18231 * simple.el (invisible-p): Rename from text-invisible-p.
18232 Update callers.
18233
18234 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18235 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18236 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18237 (cperl-etags-goto-tag-location): Use new style backquotes.
18238
18239 * net/browse-url.el: Remove spurious * in custom docstrings.
18240 (browse-url-filename-alist): Use new-style backquote.
18241
18242 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18243 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18244
18245 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18246 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18247
18248 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18249
18250 * net/socks.el (socks-username/password-auth-filter):
18251 Remove unused vars `state' and `desired-len'.
18252 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18253 (socks-wait-for-state-change): Use new-style backquotes.
18254
18255 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18256
18257 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18258 backquotes after each `read' rather than once per buffer.
18259
18260 * dframe.el: Remove spurious * in custom docstrings.
18261 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18262 (dframe-xemacs20p): Remove, inline at the sole use point.
18263 (defface): Don't defvar the face, don't use old-style backquote.
18264 (defcustom): Don't use old-style backquote.
18265 (dframe-frame-parameter, dframe-mouse-event-p):
18266 Make it obvious that it's always defined.
18267 (dframe-popup-kludge): New function to replace
18268 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18269 (dframe-frame-mode, dframe-set-timer-internal)
18270 (dframe-mouse-set-point): Remove use of with-no-warnings from
18271 XEmacs-specific code.
18272 (dframe-set-timer-internal): Fix very old bug with
18273 post-command-idle-hook.
18274
18275 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18276
18277 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18278 warning if the file uses old style backquotes.
18279
18280 * emacs-lisp/bytecomp.el (byte-compile-log-file)
18281 (byte-recompile-directory, byte-compile-file)
18282 (byte-compile-from-buffer): Use with-current-buffer.
18283
18284 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18285 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18286 (line-move-1, line-move-finish, line-move-to-column)
18287 (move-end-of-line, move-beginning-of-line): Use new name.
18288
18289 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18290
18291 * progmodes/ada-mode.el: Fix up comment style in header.
18292 (ada-check-emacs-version): Remove.
18293 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18294 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18295 to try and quieten the byte-compiler.
18296 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18297
18298 * vc.el (vc-annotate-warp-version): Don't use previous-line.
18299
18300 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
18301
18302 * net/browse-url.el (browse-url-emacs): New function.
18303
18304 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18305
18306 * emacs-lisp/avl-tree.el: New file.
18307
18308 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
18309
18310 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18311 was used.
18312
18313 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
18314
18315 * complete.el (PC-do-completion): Make RET accept a non-unique but
18316 complete expansion again.
18317
18318 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
18319
18320 * eshell/esh-opt.el (eshell-eval-using-options):
18321 Add debug declaration.
18322
18323 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18324
18325 * log-view.el (log-view-toggle-mark-entry): Add docstring.
18326 (log-view-get-marked): Likewise.
18327
18328 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18329 (vc-delete-automatic-version-backups): Likewise.
18330
18331 * vc.el (vc-dired-buffers-for-dir): Likewise.
18332
18333 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
18334
18335 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18336 safe-local-variable setting.
18337 * progmodes/perl-mode.el (perl-indent-level): Likewise.
18338
18339 * log-view.el (log-view-marked-list): Delete variable.
18340 (log-view-mode): Don't use it.
18341 (log-view-toggle-mark-entry): Likewise, simplify.
18342 (log-view-current-tag): Don't return properties.
18343 (log-view-get-marked): New function.
18344
18345 2007-08-25 Alexandre Julliard <julliard@winehq.org>
18346
18347 * vc-git.el (vc-git-mode-line-string): New function.
18348
18349 2007-08-25 Alan Mackenzie <acm@muc.de>
18350
18351 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18352 new language variable.
18353
18354 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18355 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18356 "extern" etc., rather than BOI. Fix addition of spurious
18357 syntactic-symbol 'defun-block-intro, replacing it with
18358 'innamespace, etc.
18359
18360 2007-08-25 Juri Linkov <juri@jurta.org>
18361
18362 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18363
18364 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18365 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18366 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18367
18368 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18369 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18370 (image-type-auto-detectable): Add (svg . maybe).
18371
18372 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18373 to treat it like .tgz.
18374
18375 * calendar/cal-bahai.el: Add file coding cookie.
18376
18377 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18378
18379 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18380 Don't behave differently when executed via M-x. Add doc string.
18381
18382 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18383 safe-local-variable.
18384
18385 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18386
18387 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18388 the default value.
18389 (math-calendar-tzinfo): New variable.
18390 (math-get-calendar-tzinfo): New function.
18391 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18392 to get information when zone is nil.
18393
18394 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18395
18396 * log-view.el (log-view-toggle-mark-entry): New function.
18397 (log-view-mode-map): Bind it.
18398 (log-view-marked-list): New variable.
18399 (log-view-mode): Make it local.
18400
18401 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18402
18403 * play/zone.el (zone-pgm-rat-race): New func.
18404 (zone-programs): Add `zone-pgm-rat-race'.
18405
18406 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18409 a list.
18410
18411 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18412
18413 * progmodes/hideshow.el (hs-match-data): Delete alias.
18414 (hs-hide-block-at-point, hs-find-block-beginning)
18415 (hs-show-block): Use `match-data' directly.
18416
18417 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18418
18419 * format.el (format-alist): Fix typo in doc-string.
18420
18421 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18422
18423 * net/tramp.el (tramp-local-host-p): New defun.
18424 (tramp-handle-file-local-copy, tramp-handle-write-region):
18425 Implement fast track when being on the local host.
18426 (tramp-file-name-handler): Don't set "started" property. It shall
18427 be reserved for the "ftp" method.
18428 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18429
18430 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18431 (tramp-ftp-file-name-handler): Set "started" property.
18432
18433 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18434
18435 * files.el (backup-buffer-copy): Don't wrap delete in
18436 condition-case, only try to delete if file exists.
18437
18438 2007-08-24 Glenn Morris <rgm@gnu.org>
18439
18440 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18441
18442 * startup.el (tutorial-directory): Set with eval-at-startup so it
18443 gets the right value in an installed Emacs.
18444
18445 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18446
18447 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18448 (eldoc-highlight-function-argument): Use it.
18449
18450 2007-08-23 Masatake YAMATO <jet@gyve.org>
18451
18452 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18453 name of parameters in document body.
18454
18455 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18456
18457 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18458 (byte-compile-output-as-comment): Use with-current-buffer rather than
18459 a weird set-buffer&prog1 combination.
18460
18461 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18462 test so as to optimise cases where the `progn's result is constant.
18463
18464 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18465
18466 * locate.el (locate-get-file-positions):
18467 Use line-beginning-position and line-end-position.
18468
18469 2007-08-23 John Wiegley <johnw@newartisans.com>
18470
18471 * calendar/cal-bahai.el: Added in the diacriticals that were
18472 missing for many of the month names.
18473
18474 2007-08-22 Jason Rumney <jasonr@gnu.org>
18475
18476 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18477
18478 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18479
18480 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18481
18482 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18483
18484 * dabbrev.el (dabbrev--progress-reporter): New variable.
18485 (dabbrev--scanning-message): Delete func.
18486 (dabbrev--find-expansion): Use a progress reporter
18487 instead of dabbrev--scanning-message.
18488
18489 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18490
18491 * comint.el (comint-exec-1): Raise an error if
18492 `start-file-process' does not return a process object.
18493
18494 * shell.el (shell): Prompt for `default-directory' if it is a
18495 remote file name, and if called with a prefix arg.
18496
18497 2007-08-22 Sam Steingold <sds@gnu.org>
18498
18499 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18500
18501 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18502
18503 * textmodes/org-export-latex.el: New file.
18504
18505 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18506
18507 * textmodes/org.el (org-agenda-skip): Allow a form for
18508 `org-agenda-skip-function'.
18509 (org-agenda-redo): Re-use local settings.
18510 (org-agenda): Store local settings.
18511 (org-agenda-deadline-faces): New option.
18512 (org-agenda-deadline-face): New function.
18513 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18514 entries on their due date.
18515 (org-agenda-get-timestamps): No longer handle the due dates of
18516 schedules and deadline items.
18517 (org-insert-link-global, org-open-at-point-global): New commands.
18518 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18519 :for-ascii parameter.
18520 (org-skip-comments): Function removed.
18521 (org-cleaned-string-for-export): Handle special table lines.
18522 (org-global-properties): New option.
18523 (org-entry-get-with-inheritance): Check global properties.
18524 (org-local-properties): New variable.
18525 (org-set-regexps-and-options): Find the #+PROPERTY line.
18526 (org-link-types): Change type into variable (was constant).
18527 (org-make-link-regexps): New function.
18528 (org-link-re-with-space, org-link-re-with-space2)
18529 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18530 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18531 these regular expressions happens now in the function
18532 `org-make-link-regexps'.
18533 (org-store-link): Call the functions in
18534 `org-store-link-functions'.
18535 (org-add-link-type): New function.
18536 (org-store-link-functions): New variable.
18537 (org-activate-tags): Force matches to be in headlines.
18538 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18539 (org-columns-display-here): Make sure this works in a narrowed
18540 buffer by checking for point-min.
18541 (org-columns-display-here): Make the rest of the line intangible,
18542 so that point never can be there.
18543 (org-cleaned-string-for-export): Use `with-current-buffer'.
18544 (org-replace-region-by-html): Use `with-current-buffer'.
18545 (org-unfontify-region, org-do-occur, org-columns-display-here)
18546 (org-columns-remove-overlays, org-columns-quit)
18547 (org-columns-edit-value, org-columns-next-allowed-value)
18548 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18549 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18550 (org-agenda-todo, org-agenda-change-all-lines)
18551 (org-agenda-align-tags, org-agenda-priority)
18552 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18553 (org-agenda-show-new-time, org-cleaned-string-for-export)
18554 (org-export-grab-title-from-buffer)
18555 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18556 instead of `buffer-read-only'.
18557 (org-export-as-html): Set `coding-system-for-write'.
18558 (org-remember-store-without-prompt): New option.
18559 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18560 (org-beginning-of-line): Also treat C-a special in items.
18561 (org-table-convert-refs-to-rc): Fixed problem with column
18562 reference after "..".
18563 (org-columns-compute): Don't mark buffer modified because of text
18564 properties.
18565 (org-batch-store-agenda-views): Use the variable
18566 `default-directory', not the function.
18567 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18568 (org-clock-out-when-done): New option.
18569 (org-html-entities): Added HTML entities for smileys.
18570
18571 2007-08-22 Glenn Morris <rgm@gnu.org>
18572
18573 * image.el (create-image): Doc fix.
18574
18575 * startup.el (tutorial-directory): New constant.
18576 (fancy-splash-text): Tutorials now in tutorial-directory.
18577 * tutorial.el (help-with-tutorial): Tutorials now in
18578 tutorial-directory.
18579
18580 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18581
18582 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18583 otherwise.
18584 (tramp-get-remote-path): New defun. Replace occurrences of
18585 `tramp-default-remote-path' by this function.
18586 (tramp-set-remote-path): Move most of the code to
18587 `tramp-get-remote-path'.
18588 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18589 existing directories, this is done already in
18590 `tramp-get-remote-path'.
18591
18592 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18593
18594 * image-file.el (image-file-name-extensions): Add "svg".
18595 * image.el (image-type-header-regexps): Add svg entry.
18596
18597 2007-08-22 Glenn Morris <rgm@gnu.org>
18598
18599 * files.el (backup-buffer-copy): Check backup directory is
18600 writable, to avoid infloop deleting old backup.
18601
18602 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18603 movemail related variables.
18604 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18605 will now be set before this is called.
18606
18607 2007-08-21 Juri Linkov <juri@jurta.org>
18608
18609 * delsel.el (delete-selection-pre-hook):
18610 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18611 instead of checking last-command.
18612
18613 2007-08-21 Juri Linkov <juri@jurta.org>
18614
18615 * loadup.el: Preload "button".
18616
18617 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18620 Add previous-line and next-line.
18621
18622 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18623 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18624
18625 * vc-hooks.el (vc-menu-entry): New var.
18626 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18627 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18628 (vc-menu-map): Declare and initialize in one step.
18629 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18630
18631 * menu-bar.el (vc-menu-map): Don't setup any more.
18632 Instead, just create the proper spot in the menu.
18633
18634 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * smerge-mode.el (smerge-resolve): New arg `safe'.
18637 (smerge-resolve-all, smerge-batch-resolve): New function.
18638 (smerge-refine): Make sure `diff' returns the expected result.
18639 (smerge-parsep-re): New const.
18640 (smerge-mode): Use it to adjust paragraph-separate.
18641
18642 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18643 Correctly match / regexp matchers as first char on a line when
18644 fontifying only that line.
18645
18646 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18647
18648 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18651 (vc-bzr-registered): Don't redundantly protect against
18652 file-error. Actually use the format-specific code.
18653 (vc-bzr-buffer-nonblank-p): Remove.
18654 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18655
18656 2007-08-20 Juri Linkov <juri@jurta.org>
18657
18658 * startup.el (fancy-splash-text): Change multiple tabs into one
18659 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18660 and "Recover Crashed Session").
18661 (fancy-splash-screens): Set tab-width to 22.
18662 (normal-splash-screen): Replace literal tabs with \t and
18663 fix whitespace. Remove "Useful File menu items" section (with
18664 "Exit Emacs" and "Recover Crashed Session").
18665
18666 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18667
18668 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18669 extracted from `eval-last-sexp-1'.
18670 (eval-last-sexp-1): Call `preceding-sexp'.
18671
18672 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18673
18674 * vc-rcs.el (vc-rcs-annotate-command):
18675 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18676 Add back :vc-annotate-prefix propertization.
18677
18678 2007-08-20 Andreas Schwab <schwab@suse.de>
18679
18680 * mail/rmail.el (rmail-autodetect): Doc fix.
18681
18682 2007-08-19 Juri Linkov <juri@jurta.org>
18683
18684 * startup.el (normal-splash-screen): Add more links.
18685
18686 2007-08-19 Juri Linkov <juri@jurta.org>
18687
18688 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18689 because it's common to both types of splash screen: fancy and normal.
18690 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18691 (exit-splash-screen): Rename from `fancy-splash-quit'.
18692 Use `quit-window' instead of `kill-buffer'.
18693 (fancy-splash-head): Use make-button to insert GNU image link.
18694 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18695 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18696 (normal-splash-screen): Put "Browse manuals" on the same line with
18697 "Emacs manual". Remove descriptions from "Useful tasks" and put
18698 all links in two columns on two lines.
18699
18700 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18701
18702 * emulation/viper.el (viper-remove-hooks): Remove some additional
18703 viper hooks when the user calls viper-go-away.
18704 (viper-go-away): Restore the default of default-major-mode.
18705 Save the value of default-major-mode before vaperization.
18706
18707 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18708
18709 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18710
18711 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18712 buffer for which file is created.
18713
18714 2007-08-19 Glenn Morris <rgm@gnu.org>
18715
18716 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18717 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18718 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18719 shadow files messing up the compilation.
18720
18721 2007-08-18 Glenn Morris <rgm@gnu.org>
18722
18723 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18724 string. Also apply eldoc-argument-case in the help-split-fundoc
18725 case. Adapt for changed behavior of eldoc-function-argstring,
18726 eldoc-function-argstring-format, and
18727 eldoc-highlight-function-argument.
18728 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18729 just call eldoc-docstring-format-sym-doc in that case.
18730 (eldoc-function-argstring): Change the behavior. Now it converts
18731 an argument list to a string.
18732 (eldoc-function-argstring-format): Change the behavior. Now it
18733 applies `eldoc-argument-case' to a string.
18734
18735 * progmodes/scheme.el (scheme-mode-variables): Set
18736 font-lock-comment-start-skip.
18737
18738 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18739
18740 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18741 set-syntax-table from here to ...
18742 (ada-mode): ... here. Do not change global value of
18743 comment-multi-line. Call new function
18744 ada-initialize-syntax-table-properties and add new function
18745 ada-handle-syntax-table-properties to font-lock-mode-hook.
18746 (ada-deactivate-properties, ada-initialize-properties): Replace
18747 by new functions ...
18748 (ada-handle-syntax-table-properties)
18749 (ada-initialize-syntax-table-properties)
18750 (ada-set-syntax-table-properties): ... to set up syntax-table
18751 properties uniformly, independently from whether font-lock-mode
18752 is enabled or not. Handle read-only buffers and do not change
18753 undo-list when setting syntax-table properties.
18754 (ada-after-change-function): Use ada-set-syntax-table-properties.
18755
18756 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18757
18758 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18759 (meta-indent-current-nesting): Use a computation of the nesting
18760 instead.
18761 (meta-indent-current-indentation): Indentation is given according
18762 to nesting and if the previous line was finished or not.
18763 (meta-indent-unfinished-line): Tell if the current line ends with
18764 a finished expression.
18765 (meta-indent-looking-at-code): Like `looking-at', but checks if
18766 the point is in a string before.
18767 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18768 done in the nesting function.
18769 (meta-indent-in-string-p): Tell if the current point is in a
18770 string.
18771 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18772 previous functions.
18773
18774 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18775
18776 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18777 (copyright-update-year, copyright-update)
18778 (copyright-fix-years): Use it.
18779
18780 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18781
18782 * emacs-lisp/copyright.el (copyright-update-year):
18783 Fix bug: Handle nil copyright-limit.
18784
18785 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18786
18787 * calc/calc-units.el (math-standard-units): Give exact
18788 conversion for tsp.
18789
18790 * calc/calc.el (math-bignum-digit-length): Compute the
18791 appropriate value.
18792
18793 * calc/calc-bin.el (math-bignum-logb-digit-size)
18794 (math-bignum-digit-power-of-two):
18795 * calc/calc-comb.el (math-small-factorial-table):
18796 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18797 (math-approx-gamma-const):
18798 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18799 (math-besY1, math-bernoulli-b-cache):
18800 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18801 Remove `eval-when-compile's.
18802
18803 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18804
18805 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18806 (cperl-find-pods-heres): Fix an error when typing expressions like
18807 `s{a}{b}'.
18808
18809 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18810
18811 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18812 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18813 a special case (there's no build number).
18814
18815 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
18816
18817 * completion.el (symbol-under-point, symbol-before-point)
18818 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18819
18820 2007-08-17 Glenn Morris <rgm@gnu.org>
18821
18822 * progmodes/compile.el (compilation-get-file-structure): Make use
18823 of the directory part when checking for an existing entry, to
18824 handle files with same basename in different directories.
18825
18826 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18827
18828 * calc/calc.el (calc-language-alist): Add texinfo-mode.
18829
18830 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18831
18832 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18833 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18834 (ps-paragraph-spacing): Docstring fix.
18835
18836 2007-08-16 Glenn Morris <rgm@gnu.org>
18837
18838 * ps-print.el (ps-font-size): Doc fix.
18839
18840 2007-08-16 Richard Stallman <rms@gnu.org>
18841
18842 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18843
18844 2007-08-15 Juri Linkov <juri@jurta.org>
18845
18846 * startup.el (initialization): Change parent group from `internal'
18847 to `environment'.
18848 (initial-buffer-choice): New variable.
18849 (command-line): Revert 2007-07-02 change that sets
18850 buffer-offer-save in *scratch* and enables auto-save in it.
18851 (fancy-splash-text): Add links to existing items. Add new items
18852 with links for useful tasks. Move information about Control-g to
18853 fancy-splash-head. Move "Emacs Guided Tour" to the end.
18854 (fancy-splash-keymap): New variable.
18855 (fancy-splash-last-input-event): Remove variable.
18856 (fancy-splash-insert): Add processing of `:link' element.
18857 (fancy-splash-head): Replace "Type Control-l to begin editing"
18858 with "Type `q' to exit".
18859 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18860 (fancy-splash-default-action, fancy-splash-special-event-action):
18861 Remove functions.
18862 (fancy-splash-quit): New function.
18863 (fancy-splash-screens): Rename input arg from `hide-on-input' to
18864 `static' and reverse the condition of its usage. Don't preserve
18865 original values of `minor-mode-map-alist',
18866 `emulation-mode-map-alists', `special-event-map'.
18867 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18868 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18869 Remove processing of special events. Use local key map
18870 `fancy-splash-keymap'. Set buffer to read-only.
18871 (normal-splash-screen): Rename input arg from `hide-on-input' to
18872 `static' and reverse the condition of its usage.
18873 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18874 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18875 Add links to existing items. Add new items with links for useful
18876 tasks. Use local key map `fancy-splash-keymap'.
18877 (display-splash-screen): Rename input arg from `hide-on-input' to
18878 `static'.
18879 (about-emacs): Add alias to display-splash-screen.
18880 (command-line-1): Use `initial-buffer-choice'.
18881
18882 * menu-bar.el (menu-bar-help-menu):
18883 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18884 item to about-emacs instead of display-splash-screen.
18885
18886 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
18887
18888 * calc/calc-units.el (math-standard-units): Update values.
18889 Put in exact, rational values when possible.
18890 (math-unit-prefixes): Replace floats with powers of ten.
18891 (math-standard-units-systems): Replace floats with integers.
18892 (math-make-unit-string): Remove extra spaces in output.
18893
18894 2007-08-15 Glenn Morris <rgm@gnu.org>
18895
18896 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18897 sloppier, for the sake of GNU Mailman.
18898 (rmail-digest-rfc1153): Initialize `result' correctly.
18899
18900 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
18901
18902 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18903 in the mail title. Suggested by Reiner Steib.
18904
18905 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
18906
18907 * calc/calc-aent.el (calc-do-quick-calc): Add binary
18908 representation of integers to the list of outputs.
18909
18910 2007-08-14 Glenn Morris <rgm@gnu.org>
18911
18912 * simple.el (bad-packages-alist): New constant.
18913 (bad-package-check): New function. Together, these two add elements
18914 to `after-load-alist' to check for problematic external packages.
18915 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18916
18917 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
18918
18919 * calc/calc-units.el (math-get-standard-units)
18920 (math-get-units, math-make-unit-string)
18921 (math-get-default-units, math-put-default-units): New functions.
18922 (math-default-units-table): New variable.
18923 (calc-convert-units, calc-convert-temperature): Add machinery
18924 to supply default values.
18925
18926 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
18927
18928 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18929 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18930 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18931 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18932
18933 * emulation/tpu-extras.el: Remove spurious * in docstrings.
18934 Put its autoloads into tpu-edt.el rather than loaddefs.el.
18935 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18936 Make into a proper minor-mode.
18937 (tpu-backward-char, tpu-next-line, tpu-previous-line)
18938 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18939 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18940 (tpu-set-cursor-free, tpu-set-cursor-bound):
18941 Delegate to tpu-cursor-free-mode.
18942 (tpu-next-line, tpu-previous-line, tpu-forward-line)
18943 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18944 Use line-move or forward-line instead of next-line-internal.
18945
18946 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
18947
18948 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18949
18950 2007-08-12 Richard Stallman <rms@gnu.org>
18951
18952 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18953 (cvs-execute-single-file): Use new name split-string-and-unquote.
18954 (cvs-header-msg): Use new name combine-and-quote-strings.
18955
18956 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18957
18958 * progmodes/gud.el (gud-common-init): Use new name
18959 split-string-and-unquote.
18960
18961 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18962 in javac regexp.
18963
18964 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18965 combine-and-quote-strings and split-string-and-unquote.
18966
18967 * subr.el (combine-and-quote-strings): Rename from strings->string.
18968 (split-string-and-unquote): Rename from string->strings.
18969
18970 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18973 to buffer-local settings.
18974
18975 * emacs-lisp/backquote.el (backquote-delay-process): New function.
18976 (backquote-process): Add internal arg `level'. Use the two to
18977 correctly handle nested backquotes.
18978
18979 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
18980
18981 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18982 (vc-bzr-state-words): Add "kind changed" state word.
18983 (vc-bzr-status): New function. Return Bzr idea of file status,
18984 which is different from VC's.
18985 (vc-bzr-state): Use vc-bzr-status.
18986 (vc-workfile-unchanged-p): Use vc-bzr-status.
18987 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18988 (vc-dired-state): Process "kind changed" state word.
18989
18990 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18993
18994 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18995 Move from vc-default-find-file-not-found-hook.
18996
18997 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * man.el: Remove spurious * in docstrings.
19000 Merge defvars and toplevel setq-defaults.
19001 (Man-highlight-references0): Limit=nil rather than point-max.
19002 (Man-mode-map): Move initialization into the declaration.
19003 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19004 (Man-view-header-file): Use expand-file-name rather than concat.
19005 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19006
19007 * man.el (Man-next-section): Make sure we do not move backward.
19008
19009 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19010
19011 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19012
19013 2007-08-08 Glenn Morris <rgm@gnu.org>
19014
19015 * Replace `iff' in doc-strings and comments.
19016
19017 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19018
19019 * dired.el (dired-pop-to-buffer):
19020 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19021 * calendar/calendar.el (generate-calendar-window):
19022 * progmodes/compile.el (compilation-set-window-height):
19023 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19024 Use window-full-width-p instead of comparing frame-width and
19025 window-width.
19026
19027 * progmodes/compile.el (compilation-find-buffer): Remove extra
19028 argument in call to compilation-buffer-internal-p.
19029
19030 2007-08-07 Tom Tromey <tromey@redhat.com>
19031
19032 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19033 Add safe-local-variable property.
19034
19035 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19036
19037 * image-mode.el (image-toggle-display): Use image-refresh.
19038
19039 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19040
19041 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19042 unofficial version.
19043 (vc-bzr-command): Remove redundant setting of process-connection-type.
19044 (vc-bzr-admin-checkout-format-file): Add autoload.
19045 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19046 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19047 (vc-bzr-registered): Compare dirstate format tag with known good
19048 value, abort parsing if match fails. Warn user in docstring.
19049 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19050 See bzrlib/branch.py in Bzr sources.
19051 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19052 (vc-bzr-shell-command): Remove in favor of
19053 vc-bzr-command-discarding-stderr.
19054 (vc-bzr-command-discarding-stderr): New function.
19055
19056 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19057
19058 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19059 program, and return nil.
19060 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19061 (vc-bzr-state): Look for path names relative to the repository
19062 root after status keyword.
19063 (vc-bzr-file-name-relative): New function.
19064 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19065 depend on it.
19066 (vc-bzr-admin-dirname, ...-checkout-format-file)
19067 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19068 files that we now parse directly for speed.
19069 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19070 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19071 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19072 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19073 Bzr warnings, so we must discard it.
19074 (vc-bzr-workfile-version): Speedup counting lines from
19075 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19076 if that file doesn't exist.
19077 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19078 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19079 to `vc-directory-exclusion-list'.
19080 (vc-bzr-shell-command): New function.
19081
19082 2007-08-06 Tom Tromey <tromey@redhat.com>
19083
19084 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19085 (diff-fixup-modifs): Typo in docstring.
19086
19087 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19090 count-screen-lines.
19091 (tpu-edt-off): Disable relevant pieces of advice.
19092
19093 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19094 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19095 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19096 redefining the function.
19097 (tpu-set-scroll-margins): Activate the pieces of advice.
19098
19099 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19100
19101 * help.el (resize-temp-buffer-window): Use window-full-width-p
19102 instead of comparing frame-width and window-width.
19103
19104 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19105
19106 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19107 optional quotes around files in NEED-UPDATE . REMOVED case.
19108
19109 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19110 (ada-treat-cmd-string): Improve error message.
19111 (ada-do-file-completion): Call `ada-require-project-file', so
19112 project variables are set properly.
19113 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19114 (ada-gnatfind-buffer-name): New constant.
19115 (ada-find-any-references): Use new constant. Set buffer name
19116 properly in compilation-start. Toggle read-only properly.
19117 (ada-find-in-src-path): Fix spelling error in docstring.
19118
19119 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19120 by zero error.
19121
19122 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19125
19126 2007-08-12 Richard Stallman <rms@gnu.org>
19127
19128 * progmodes/sh-script.el (sh): Delete group `unix'.
19129
19130 * progmodes/gud.el (gud): Change to group `processes'.
19131
19132 2007-08-11 Glenn Morris <rgm@gnu.org>
19133
19134 * progmodes/compile.el (compilation-buffer-name): Don't check
19135 compilation-arguments. It is superfluous, and the variable isn't
19136 even set when this function is called.
19137
19138 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19139
19140 * term/mac-win.el (mac-ae-reopen-application): New function.
19141 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19142
19143 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19144
19145 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19146 take tex-font-script-display into account.
19147 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19148 cell to a list of 2 elements to simplify the unfontify code.
19149
19150 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19151
19152 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19153 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19154 ps-print-color-p is neither nil nor black-white. Reported by Christian
19155 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19156
19157 2007-08-08 Andreas Schwab <schwab@suse.de>
19158
19159 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19160 self-insert-command, not self-insert.
19161
19162 2007-08-08 Glenn Morris <rgm@gnu.org>
19163
19164 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19165 argument optional, for backwards compatibility, and only highlight
19166 args when present. Fix symbol name typo (doc/args).
19167
19168 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19169 rather than just `-'.
19170
19171 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19172
19173 * calc/calc-units.el (calc-convert-temperature):
19174 Use `/' to create fractions.
19175
19176 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19177
19178 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19179 global matching.
19180 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19181 ERROR-BUFFER more robust. Display output.
19182 (tramp-file-name-handler): Add a connection property when we found
19183 a foreign file name handler. This allows backends like ftp to
19184 profit also from usr/host name completion based on connection
19185 cache.
19186 (tramp-send-command-and-read): Search for trash after the regexp
19187 until eol only. In XEmacs, there is a problem with \n.
19188
19189 * net/tramp-cache.el (top): Read persistent connection history
19190 when cache is empty.
19191
19192 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19193
19194 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19195 resulting output.
19196
19197 2007-08-07 Sam Steingold <sds@gnu.org>
19198
19199 * progmodes/compile.el (compilation-start): Pass nil as startfile
19200 to comint-exec.
19201
19202 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19203
19204 * longlines.el (longlines-decoded): New variable.
19205 (longlines-mode): Avoid encoding or decoding the buffer twice.
19206
19207 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19208
19209 * format.el (format-insert-file): Make sure that at most one undo
19210 entry is recorded for the insertion. Inhibit point-motion and
19211 modification hooks around call to insert-file-contents.
19212
19213 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19216 Select the buffer's window before moving point.
19217
19218 2007-08-07 Richard Stallman <rms@gnu.org>
19219
19220 * term.el (term): Remove parent group `unix'.
19221
19222 * simple.el (default-indent-new-line): New function.
19223 It calls comment-line-break-function if there are comments.
19224 (do-auto-fill): Use that.
19225
19226 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19227
19228 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19229 (PC-do-completion): Add "acronym completion" for symbols and
19230 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19231
19232 2007-08-06 Sam Steingold <sds@gnu.org>
19233
19234 * mouse.el (mouse-buffer-menu): Pass mode-name through
19235 format-mode-line because it may be a list,
19236 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19237
19238 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19239
19240 * printing.el (pr-update-menus): Docstring fix.
19241
19242 2007-08-06 Jason Rumney <jasonr@gnu.org>
19243
19244 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19245
19246 * vc-hooks.el (vc-call): Add doc string.
19247
19248 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19249
19250 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19251 process-filter.
19252
19253 2007-08-06 Kenichi Handa <handa@m17n.org>
19254
19255 * international/quail.el: Wrap (require 'help-mode) by
19256 eval-when-compile.
19257 (quail-help-init): New function.
19258 (quail-help): Call quail-help-init.
19259 (quail-store-decode-map-key): Change it to a function.
19260
19261 2007-08-05 Jason Rumney <jasonr@gnu.org>
19262
19263 * vc.el (vc-rollback): Add norevert argument back.
19264 (vc-revert-buffer): Add back as obsolete alias.
19265
19266 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19267
19268 * term.el: Honor term-default-fg-color and term-default-bg-color
19269 settings when modifying term-current-face.
19270 (term-default-fg-color, term-default-bg-color): Initialize from
19271 default term-current-face.
19272 (term-mode, term-reset-terminal): Set term-current-face with
19273 term-default-fg-color and term-default-bg-color.
19274 (term-handle-colors-array): term-current-face has term-default-fg-color
19275 and term-default-bg-color after reset escape sequence.
19276 (term-handle-colors-array): Set term-current-color with
19277 term-default-fg/bg-color instead of ansi-term-color-vector when the
19278 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19279
19280 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
19281
19282 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19283 (math-nlfit-givens): Let bind free variables.
19284
19285 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
19286
19287 * printing.el: Require lpr and ps-print when loading printing package.
19288 Reported by Glenn Morris <rgm@gnu.org>.
19289
19290 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
19291
19292 * files.el (set-auto-mode): Handle also remote files wrt
19293 `auto-mode-alist'.
19294
19295 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
19296
19297 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19298 curves and plotting.
19299
19300 * calc/calc-nlfit.el: New file.
19301
19302 2007-08-04 Glenn Morris <rgm@gnu.org>
19303
19304 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19305 zero, not nil, when the library is first loaded. Check for a file
19306 that has been modified on disk.
19307
19308 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19309 Remove duplicate defvar preventing initialization.
19310 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19311
19312 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19315 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19316 may match up to 4 lines.
19317 (diff-beginning-of-file-and-junk): Rewrite.
19318
19319 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19320
19321 * printing.el: Evaluate require only during compilation.
19322 (pr-version): New version 6.9.1.
19323 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19324 (pr-global-menubar): Fix code.
19325
19326 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
19327
19328 * term.el (term-erase-in-display): Fix case when point is not at
19329 the beginning of the line.
19330
19331 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
19332
19333 * calc/calc-ext.el (math-get-value, math-get-sdev)
19334 (math-contains-sdev): New functions.
19335
19336 * calc/calc-graph.el (calc-graph-format-data)
19337 (calc-graph-add-curve): Check for error forms.
19338 (calc-graph-set-styles): Add option for error forms.
19339
19340 2007-08-03 Miles Bader <miles@gnu.org>
19341
19342 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19343 backend names for new backends to `Git', `Hg', and `Bzr'.
19344 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19345 not `HG'.
19346 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19347 name, not `GIT'.
19348 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19349 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19350
19351 2007-08-03 Richard Stallman <rms@gnu.org>
19352
19353 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19354 to update deleted flag.
19355
19356 * cus-edit.el (customize-apropos, customize-apropos-options)
19357 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19358
19359 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19360
19361 * startup.el (fancy-splash-head, startup-echo-area-message):
19362 Change message text.
19363
19364 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19365 All callers use line-move.
19366
19367 * progmodes/compile.el (compilation-find-buffer): Return current
19368 buffer immediately if suitable.
19369 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19370
19371 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19372
19373 * faces.el (face-normalize-spec): New function.
19374 (frame-set-background-mode): Normalize face-spec before calling
19375 face-spec-match-p.
19376
19377 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19378
19379 * server.el (server-window): Add switch-to-buffer-other-frame option.
19380
19381 2007-08-03 Glenn Morris <rgm@gnu.org>
19382
19383 * cus-edit.el (customize-apropos): Make the error message indicate
19384 what kind of thing the user was trying to customize.
19385
19386 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19387
19388 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19389 Fix off-by-one error in previous change.
19390
19391 2007-08-03 Drew Adams <drew.adams@oracle.com>
19392
19393 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19394 Make buffer writable.
19395
19396 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19397
19398 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19399 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19400 Use native Emacs functions, when appropriate.
19401
19402 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19403 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * vc.el: Document new VC operation `extra-menu'.
19406
19407 * vc-hooks.el (vc-default-extra-menu): New function.
19408
19409 * menu-bar.el (menu-bar-vc-filter): New function.
19410 (menu-bar-tools-menu): Use it as a filter.
19411
19412 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19413
19414 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19415
19416 2007-08-01 Glenn Morris <rgm@gnu.org>
19417
19418 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19419 strings.
19420 (fortran-tab-mode-default): Remove needless autoload.
19421 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19422 mark as risky.
19423 (fortran-line-length): New buffer-local variable, safe if integer.
19424 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19425 Change from variables to constants.
19426 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19427 replace with a new function definition.
19428 (fortran-mode): Use fortran-line-length, and
19429 fortran-font-lock-syntactic-keywords as a function. Add a
19430 hack-local-variables-hook function.
19431 (fortran-line-length, fortran-hack-local-variables): New functions.
19432 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19433 Use fortran-line-length rather than 72.
19434 (fortran-window-create-momentarily): Doc fix.
19435
19436 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19437
19438 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19439 Fix parent groups link.
19440
19441 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19442
19443 * progmodes/python.el (python-current-defun): Adjust to never fall
19444 into infinite loop.
19445
19446 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19449
19450 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19451
19452 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19453 (copyright-fix-years, copyright): Correctly handle the case where
19454 copyright-limit is nil.
19455
19456 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19457
19458 * progmodes/python.el (run-python): Fix path separator under w32.
19459
19460 2007-07-30 Richard Stallman <rms@gnu.org>
19461
19462 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19463 Treat non-break space as whitespace in Lisp.
19464
19465 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19466
19467 * vc.el (vc-dired-hook): Use inhibit-read-only.
19468
19469 * progmodes/compile.el (compilation-forget-errors):
19470 Reset compilation-auto-jump-to-next.
19471
19472 2007-07-30 Michael Olson <mwolson@gnu.org>
19473
19474 * cus-edit.el (custom-group-save): Fix void function definition
19475 error. Thanks to Zhang Wei for the report.
19476
19477 * ps-print.el: Check in trivial changes to the autoloads section
19478 caused by the build process. These autoloads really ought to be
19479 placed in a separate file, methinks.
19480
19481 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * calendar/calendar.el (calendar-mode): Make sure
19484 displayed-(month|year) are set.
19485 (calendar-basic-setup): Display buffer before adjusting window sizes.
19486 (generate-calendar-window): Use inhibit-read-only. Simplify.
19487 Generate buffer and set displayed-month and displayed-year before
19488 calling update-calendar-mode-line.
19489
19490 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19491
19492 * net/tramp.el:
19493 * net/tramp-uu.el:
19494 * net/trampver.el: Use utf-8 encoding with coding cookie.
19495
19496 * net/tramp-cache.el:
19497 * net/tramp-fish.el:
19498 * net/tramp-ftp.el:
19499 * net/tramp-gw.el:
19500 * net/tramp-smb.el: Remove coding cookie.
19501
19502 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19503 Flush buffer file-name's file property.
19504 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19505
19506 * net/trampver.el: Update release number.
19507
19508 2007-07-29 Juri Linkov <juri@jurta.org>
19509
19510 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19511 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19512 when major-mode is not dired-mode.
19513 (dired-toggle-read-only): New function.
19514 (dired-recursive-deletes): Remove obsolete comments about old
19515 default value.
19516 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19517
19518 * wdired.el (wdired-exit): New function.
19519 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19520
19521 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * cus-edit.el (customize-read-group): New fun.
19524 (customize-group-other-window, customize-face-other-window):
19525 Prompt before delegating to customize-(group|face).
19526 Bind pop-up-windows rather than use the other-window argument.
19527 (customize-group, customize-face): Prompt from the interactive spec.
19528 Remove args `prompt-for-group' and `other-window'.
19529
19530 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19531 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19532 last change.
19533
19534 2007-07-28 Masatake YAMATO <jet@gyve.org>
19535
19536 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19537 Use backend name as the menu label. Suggested by David Kastrup.
19538
19539 2007-07-28 Alan Mackenzie <acm@muc.de>
19540
19541 Fix problem with modes derived from CC Mode:
19542 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19543 macro to cc-langs.
19544 (c-init-language-vars-for): Remove call to above macro.
19545 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19546 been moved to here.
19547 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19548
19549 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19550
19551 * net/trampver.el: Fix the `coding' cookie.
19552
19553 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19554
19555 * vc-git.el (vc-git-print-log): Support both the old single file
19556 interface and the new one.
19557
19558 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19559
19560 * bindings.el (mode-line-remote): Use updated %@ construct.
19561
19562 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19563
19564 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19565 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19566 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19567 (diary-list-bahai-entries, diary-bahai-mark-entries)
19568 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19569 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19570 New names to clean up namespace.
19571 (list-bahai-diary-entries, mark-bahai-diary-entries)
19572 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19573 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19574 Add compatibility aliases.
19575
19576 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19577
19578 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19579 (calendar-scroll-left-three-months)
19580 (calendar-scroll-right-three-months): Clean up namespace.
19581 (scroll-calendar-left, scroll-calendar-right)
19582 (scroll-calendar-left-three-months)
19583 (scroll-calendar-right-three-months): Add compatibility aliases.
19584
19585 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19586 Behave like mouse-scroll-calendar-* when used from the mouse.
19587
19588 * calendar/cal-menu.el (cal-menu-scroll-menu)
19589 (cal-menu-global-mouse-menu):
19590 * calendar/calendar.el (calendar-mode-map):
19591 Use new calendar-scroll-* names.
19592 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19593 Remove. Use calendar-scroll-* directly instead.
19594
19595 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19596
19597 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19598 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19599 (ad-make-advised-definition, ad-cache-id-verification-code):
19600 Use commandp and interactive-form instead.
19601
19602 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19603
19604 * vc-git.el: Relicense to GPLv3 or later.
19605 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19606
19607 * vc-hooks.el (vc-handled-backends): Add GIT.
19608
19609 * vc.el (vc-directory-exclusion-list): Add .git.
19610
19611 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19612
19613 * vc-git.el (vc-git-revision-table)
19614 (vc-git-revision-completion-table): New functions.
19615
19616 2007-07-25 Glenn Morris <rgm@gnu.org>
19617
19618 * Relicense all FSF files to GPLv3 or later.
19619
19620 * COPYING: Switch to GPLv3.
19621
19622 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19625 Replace it with another one which disables undo before calling
19626 erase-buffer and then turns it back on if needed.
19627
19628 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19629
19630 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19631
19632 2007-07-24 Glenn Morris <rgm@gnu.org>
19633
19634 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19635 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19636 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19637 (cal-tex-cursor-week, cal-tex-cursor-week2)
19638 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19639 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19640 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19641 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19642
19643 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * calendar/calendar.el (calendar-mode-map): Move initialization
19646 into declaration. Add menu bindings (used to be done in cal-menu).
19647 (calendar-mode): Don't add an activate-menubar-hook.
19648
19649 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19650 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19651 can be used on the menu entries.
19652 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19653 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19654 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19655 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19656 (calendar-flatten, cal-menu-update): Remove.
19657 (calendar-mouse-insert-hebrew-diary-entry)
19658 (calendar-mouse-insert-islamic-diary-entry)
19659 (calendar-mouse-insert-bahai-diary-entry):
19660 Remove (fold into cal-menu-diary-menu).
19661 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19662 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19663 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19664 (calendar-mouse-view-diary-entries): Minor simplifications.
19665 (calendar-event-to-date): Use with-current-buffer.
19666
19667 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19668
19669 * add-log.el (change-log-redate): Remove (not needed anymore and
19670 doesn't appear to work).
19671
19672 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19673
19674 * frame.el: Use mapc and dolist instead of mapcar where possible.
19675 (close-display-connection): New command.
19676
19677 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19678
19679 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19680 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19681
19682 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19683
19684 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19685
19686 * ps-mule.el: Doc fix.
19687 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19688 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19689
19690 2007-07-25 Glenn Morris <rgm@gnu.org>
19691
19692 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19693 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19694 (cal-tex-daily-end, cal-tex-hook)
19695 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19696 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19697 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19698 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19699 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19700 (cal-tex-day-prefix, cal-tex-day-name-format)
19701 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19702 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19703 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19704 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19705 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19706 etc, rather than \bf.
19707 (cal-tex-mini-calendar): Fix typos in previous change.
19708 (cal-tex-latexify-list): Remove inner let binding.
19709 (cal-tex-end-document, cal-tex-banner): Use multi-line
19710 cal-tex-comment.
19711 (cal-tex-comment): Handle embedded newlines.
19712 (cal-tex-LaTeXify-string): Use substring-no-properties.
19713
19714 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19715
19716 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19717 Add support for the Maden build tool.
19718
19719 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19720
19721 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19722
19723 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19724
19725 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19726
19727 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19728
19729 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19730 C-x C-q.
19731
19732 * vc-git.el (vc-git-print-log): Fix previous change.
19733
19734 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * window.el (save-selected-window): Minor optimization.
19737 (bw-adjust-window): If operation failed, try with a smaller delta.
19738 (window-fixed-size-p): New function.
19739 (window-area-factor): New var.
19740 (balance-windows-area): New command.
19741
19742 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19743 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19744 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19745 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19746 (ps-mule-begin-job): Use dolist.
19747
19748 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19749
19750 * subr.el (start-file-process-shell-command)
19751 (process-file-shell-command): New defuns.
19752
19753 * progmodes/compile.el (compilation-start):
19754 Apply `start-file-process-shell-command'.
19755
19756 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19757
19758 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19759
19760 2007-07-24 Alan Mackenzie <acm@muc.de>
19761
19762 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19763 Initialise byte-compile-unresolved-functions before rather than
19764 after a compilation.
19765 (byte-compile-unresolved-functions): Amplify doc string.
19766
19767 2007-07-24 Glenn Morris <rgm@gnu.org>
19768
19769 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19770
19771 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19772 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19773 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19774 (cal-tex-cursor-week, cal-tex-cursor-week2)
19775 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19776 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19777 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19778 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19779
19780 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19781 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19782 (cal-tex-day-name-format, cal-tex-cal-one-month)
19783 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19784 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19785 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19786 (cal-tex-list-holidays, cal-tex-cursor-year)
19787 (cal-tex-cursor-year-landscape, cal-tex-year)
19788 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19789 (cal-tex-cursor-month, cal-tex-insert-days)
19790 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19791 (cal-tex-first-blank-p, cal-tex-cursor-week)
19792 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19793 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19794 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19795 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19796 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19797 (cal-tex-latexify-list, cal-tex-previous-month)
19798 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19799 modernization, including using dotimes rather than
19800 calendar-for-loop.
19801 (cal-tex-LaTeX-subst-list): Remove `@'.
19802 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19803 Use \textit and \textbf rather than \em and \it.
19804
19805 * calendar/cal-bahai.el (list-bahai-diary-entries)
19806 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19807 * calendar/cal-islam.el (list-islamic-diary-entries)
19808 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19809 * calendar/diary-lib.el (diary-list-entries)
19810 (mark-calendar-date-pattern): Use `dotimes' rather than
19811 `calendar-for-loop'.
19812
19813 * calendar/calendar.el (calendar-for-loop): Doc fix.
19814
19815 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19818 underlying file is uptodate.
19819
19820 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
19821
19822 * replace.el (perform-replace): Use isearch-no-upper-case-p.
19823
19824 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * vc-hooks.el (vc-mode-line-map): New const.
19827 (vc-mode-line): Use it.
19828
19829 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19830
19831 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19832 (vc-git-unregister): New functions.
19833 (vc-git-find-version): Use the result of ls-files as a parameter
19834 for cat-file.
19835
19836 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
19837
19838 * net/tramp.el (tramp-perl-file-attributes)
19839 (tramp-perl-directory-files-and-attributes)
19840 (tramp-handle-file-attributes-with-stat)
19841 (tramp-handle-directory-files-and-attributes-with-stat)
19842 (tramp-convert-file-attributes): Handle huge file sizes.
19843
19844 2007-07-23 Juri Linkov <juri@jurta.org>
19845
19846 * isearch.el (isearch-message-function): New variable.
19847 (isearch-update, isearch-search): Use it.
19848
19849 * simple.el (goto-history-element): New function created from
19850 next-history-element.
19851 (next-history-element): Most code moved to goto-history-element.
19852 Call goto-history-element with (- minibuffer-history-position n).
19853 (previous-history-element): Call goto-history-element with (+
19854 minibuffer-history-position n).
19855 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19856 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19857 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19858 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19859 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19860 (minibuffer-history-isearch-pop-state): New functions.
19861
19862 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19863
19864 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19865 Also, if FILE is a list, return non-nil if any of its elements
19866 should stay local. Update docstring.
19867
19868 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19869
19870 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19871 change by reverting a small part.
19872
19873 2007-07-23 Richard Stallman <rms@gnu.org>
19874
19875 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19876
19877 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19878
19879 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19880 handling it. Use vc-git-command.
19881 (vc-git-find-version, vc-git-diff-tree): New functions.
19882 (vc-git-revert): Use vc-git-command.
19883 (vc-git--run-command): Delete.
19884
19885 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19886
19887 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19888
19889 2007-07-20 Kenichi Handa <handa@m17n.org>
19890
19891 * international/utf-8.el (utf-8-post-read-conversion):
19892 Temporarily bind utf-8-compose-scripts to nil while running
19893 *-compose-region functions.
19894
19895 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19896
19897 * vc-git.el: Update status.
19898 (vc-directory-exclusion-list): Use eval-after-load.
19899
19900 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
19901
19902 * bindings.el (mode-line-remote): New variable.
19903 (help-echo): Add to default values of mode-line-format.
19904
19905 * files.el: Mark mode-line-remote as risky.
19906
19907 2007-07-22 Juri Linkov <juri@jurta.org>
19908
19909 * isearch.el (isearch-edit-string): Save old point and
19910 isearch-other-end to old-point and old-other-end before reading
19911 the search string from minibuffer. After exiting minibuffer set
19912 point to old-other-end if point and the search direction is the
19913 same as before reading the search string.
19914 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
19915 to isearch-other-end. Instead of isearch-search-and-update call
19916 three functions isearch-search, isearch-push-state and isearch-update.
19917
19918 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19919
19920 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19921 deal with multiple file arguments.
19922 (vc-git-print-log): Deal with multiple file arguments.
19923
19924 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19927 diff-refine-hunk. Adjust users.
19928 (diff-unified-hunk-p, diff-splittable-p): New functions.
19929 (diff-mode-menu): Use it to disable Split when it doesn't work.
19930
19931 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19932
19933 * diff-mode.el (diff-mode-menu): New entries.
19934
19935 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19938 if applicable, so as to save undo-log space.
19939
19940 * diff-mode.el (diff-find-file-name): Add arg `batch'.
19941
19942 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19943 (diff-file-kill): Use it.
19944 (diff-beginning-of-hunk): Add arg `try-harder' using it.
19945 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19946 Use it so they find the hunk even when we're in the file header.
19947
19948 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19949
19950 * vc-git.el (vc-git-revision-granularity, vc-git-root)
19951 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19952 (vc-git-create-repo): New functions.
19953 (vc-git-registered): New autoloaded function definition.
19954 (vc-git-registered): Use vc-git-root.
19955 (vc-git-responsible-p): New defalias.
19956 (vc-git-annotate-extract-revision-at-line): Uncomment.
19957 (vc-git-print-log): Add the file name to the log.
19958 (vc-git-log-view-mode): New derived mode.
19959 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19960
19961 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19962
19963 * progmodes/grep.el (grep-compute-defaults): Keep default values.
19964
19965 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
19966
19967 * textmodes/reftex.el (reftex-access-parse-file): Create parse
19968 file in a way that does not interfere with recentf mode.
19969 (reftex-access-parse-file): Do not risk destroying an existing
19970 buffer.
19971
19972 2007-07-22 Alexandre Julliard <julliard@winehq.org>
19973
19974 * vc-git.el: New file.
19975
19976 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * textmodes/tex-mode.el (tex-font-script-display): Change default.
19979
19980 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19981
19982 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19983 for branches and new files.
19984
19985 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19986 local-map handling ...
19987 (vc-mode-line): ... here. Improve handling of help-echo.
19988
19989 * vc.el (mode-line-string): Document help-echo usage.
19990
19991 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
19992
19993 Sync with Tramp 2.1.10.
19994
19995 * net/tramp.el (tramp-get-ls-command): Fix typo.
19996
19997 * net/trampver.el: Update release number.
19998
19999 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20000
20001 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20002
20003 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20004
20005 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20006
20007 * add-log.el (change-log-fill-parenthesized-list): New function.
20008 (change-log-indent): Call change-log-fill-parenthesized-list.
20009 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20010 Have lines with leading asterisk start a paragraph.
20011
20012 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20013
20014 * calc/calc-math.el (math-emacs-precision)
20015 (math-largest-emacs-expt, math-smallest-emacs-expt):
20016 New variables.
20017 (math-use-emacs-fn): New function.
20018 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20019 appropriate.
20020
20021 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20022
20023 * image-dired.el (image-dired-sane-db-file): New func.
20024 (image-dired-write-tags, image-dired-remove-tag)
20025 (image-dired-list-tags, image-dired-write-comments)
20026 (image-dired-get-comment, image-dired-mark-tagged-files)
20027 (image-dired-create-gallery-lists): Call new func.
20028 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20029
20030 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20031
20032 * vc-hg.el (vc-hg-dir-state): Fix loop.
20033 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20034 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20035 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20036 (vc-hg-revert): Likewise.
20037 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20038 functions.
20039
20040 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20043 merge fails.
20044
20045 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20046
20047 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20048 Add group and version.
20049
20050 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * add-log.el (add-log-file-name): Use file-relative-name.
20053 (add-change-log-entry): Delay reading
20054 add-log-(full-name|mailing-address) to after we've switched to the
20055 ChangeLog buffer so we get the right value.
20056 (add-change-log-entry, add-log-current-defun, change-log-merge):
20057 Use derived-mode-p rather than checking major-mode directly.
20058
20059 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20060 name for buffer-file-name if it refers to a directory.
20061
20062 * vc-arch.el (vc-arch-diff): Fix last change.
20063
20064 * progmodes/compile.el (compilation-start): Remember the original
20065 directory in a buffer-local compilation-directory.
20066 (compile): Set the global value of compilation-directory.
20067 (recompile): Use compilation-directory even in the compilation buffer.
20068
20069 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20070
20071 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20072
20073 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20074
20075 * ps-print.el: Problem with foreground and background color when
20076 printing a buffer with and without faces. Reported by Christian
20077 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20078 (ps-print-version): New version 6.7.5.
20079 (ps-default-fg): Change default value to nil, so black color is used
20080 when a face does not specify a foreground color.
20081 (ps-default-bg): Change default value to nil, so white color is used
20082 for background color.
20083 (ps-begin-job): Fix code.
20084
20085 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20086
20087 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20088 in $(INSTALL_DIR)/lisp/ if they already exist.
20089
20090 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20091
20092 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20093 in $(INSTALL_DIR)/lisp/ if they already exist.
20094
20095 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20096
20097 * progmodes/vera-mode.el (vera-re-search-forward)
20098 (vera-re-search-backward): Remove use of store-match-data.
20099 (vera-mode-map): Move initialization into declaration.
20100
20101 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20102 (flymake-find-buildfile): Use locate-dominating-file.
20103
20104 * vc.el (vc-delistify): Use mapconcat.
20105 (vc-do-command): Minor simplification.
20106 (vc-expand-dirs): Use push.
20107
20108 * vc-mcvs.el (vc-mcvs-create-repo):
20109 * vc-cvs.el (vc-cvs-create-repo): Remove.
20110
20111 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20112 directory and the root as well.
20113
20114 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20115
20116 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20117 instead of a file.
20118
20119 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20120 (vc-hg-registered): Replace if with when.
20121 (vc-hg-state): Deal with nonexistent files and handle removed files.
20122 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20123 (vc-hg-checkout): Re-enable.
20124 (vc-hg-create-repo): Fix typos.
20125 (vc-hg-print-log): Fix for multiple files.
20126 (vc-hg-workfile-unchanged-p): New function.
20127
20128 * vc.el: Fix typo.
20129 (vc-print-log): Fix call to print-log.
20130 (vc-default-comment-history): Likewise.
20131 (vc-directory-exclusion-list): Add .hg and .bzr.
20132 (vc-diff-internal): Pass a list instead of a file.
20133
20134 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20135
20136 * vc-bzr.el (vc-bzr-create-repo): New function.
20137
20138 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20141 `file' from which to start the search.
20142
20143 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20144
20145 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20146 having a single file argument to having a list of files as the
20147 first argument.
20148
20149 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * files.el (locate-dominating-file): New function.
20152
20153 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20154
20155 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20156 (grep-compute-defaults): Use it.
20157
20158 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * uniquify.el: Docstring fixes.
20161
20162 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20163
20164 * vc.el (revision-granularity, create-repo): Document new vc
20165 backend properties.
20166 (vc-rollback): Renamed from vc-cancel-version. Update references.
20167 Pass a list instead of a file.
20168 (vc-revert): Renamed from vc-revert-buffer. Update references.
20169 (vc-delistify, vc-expand-dirs): New functions.
20170 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20171 of files instead of a single file.
20172 (vc-position-context, vc-resync-window, vc-diff-internal)
20173 (vc-print-log): Pass a list instead of a file.
20174
20175 * vc-hooks.el (vc-stay-local-p, vc-backend)
20176 (vc-backend-subdirectory-name): Work on a file list, not a single
20177 file.
20178 (vc-workfile-version): Update docstring.
20179 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20180 vc-revert instead of vc-revert-buffer.
20181 (vc-prefix-map): Likewise. Bind vc-update.
20182
20183 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20184 (vc-svn-wash-log): New functions.
20185 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20186 (vc-svn-command): Deal with a list of files, not a single file.
20187
20188 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20189 (vc-rcs-wash-log): New functions.
20190 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20191 Deal with a list of files, not a single file.
20192 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20193
20194 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20195 functions.
20196 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20197 list of files, not a single file.
20198
20199 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20200 New functions.
20201 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20202 (vc-mcvs-diff): Deal with a list of files, not a single file.
20203
20204 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20205 functions.
20206 (vc-hg-print-log): Deal with a list of files, not a single file.
20207 (vc-hg-diff-tree): New function, replace defalias with the same
20208 name.
20209 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20210 FILES to denote that it is a file list, not a single file.
20211
20212 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20213 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20214 a single file.
20215 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20216 that it is a file list, not a single file.
20217 (vc-cvs-diff): Likewise. Simplify.
20218
20219 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20220 Deal with a list of files, not a single file.
20221
20222 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20223 (vc-bzr-print-log): Update FILE parameter name to denote that it
20224 is a file list, not a single file.
20225 (vc-bzr-diff): Likewise. Use the car of files.
20226
20227 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20228
20229 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20230 (follow-delete-other-windows-and-split, follow-recenter)
20231 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20232 (follow-redisplay, follow-estimate-first-window-start)
20233 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20234 Fix typos in docstrings.
20235
20236 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20237
20238 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20239 avoid that filling introduces lines with a single asterisk.
20240
20241 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20242 avoid incorrect kmacro-ring-empty-p messages.
20243 Reported by Michael Schierl <schierlm@gmx.de>.
20244
20245 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20246
20247 * vc.el: Add more info about the vc-registered function.
20248
20249 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20250
20251 * files.el (file-remote-p): Introduce optional parameter
20252 IDENTIFICATION.
20253
20254 * recentf.el (recentf-keep-default-predicate): Adapt call of
20255 `file-remote-p'.
20256
20257 * progmodes/grep.el (grep-probe): Use `process-file'.
20258 (grep-compute-defaults): Handle variables host specific.
20259
20260 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20261 parameter IDENTIFICATION.
20262
20263 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20264 parameter IDENTIFICATION.
20265 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20266 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20267 Add entry for `set-file-times'.
20268 (tramp-do-copy-or-rename-file-via-buffer)
20269 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20270 (tramp-handle-unhandled-file-name-directory): Rewrite.
20271 (tramp-convert-file-attributes): Add error handling when inode is
20272 extraordinary big.
20273 (tramp-get-inode): Change parameter from FILE to VEC.
20274 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20275 is nil. This is according to the specification. Goto (point-max)
20276 when ready.
20277 (tramp-handle-shell-command): Rewrite completely, using
20278 `process-file' and `start-file-process'.
20279 (tramp-methods, tramp-find-shell)
20280 (tramp-open-connection-setup-interactive-shell)
20281 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20282 var. Reported by Steve Youngs <steve@sxemacs.org>.
20283
20284 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20285 entry for `set-file-times'. Rename `start-process' into
20286 `start-file-process'. Remove `call-process' entry.
20287 (tramp-fish-handle-set-file-times): New defun.
20288 (tramp-fish-handle-executable-find): Use `process-file'.
20289 (tramp-fish-handle-process-file): New defun. Replaces
20290 `tramp-fish-handle-call-process'.
20291 (tramp-fish-do-copy-or-rename-file-directly): Use
20292 `set-file-times'.
20293 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20294
20295 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20296 `tramp-get-inode' parameter.
20297
20298 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20301 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
20302 nowadays, and by the time Emacs-23 comes out, nobody will even remember
20303 it has ever existed.
20304
20305 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20306
20307 * vc.el: Undo previous change.
20308
20309 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20310
20311 * makefile.w32-in (clean): Don't delete *~.
20312
20313 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
20314
20315 * textmodes/tex-mode.el (tex-verbatim-environments):
20316 Add safe-local-variable property.
20317 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20318 when starting font-lock rather than when loading tex-mode.el.
20319
20320 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20321 whole $( rather than just the $. Rename from sh-quoted-subshell.
20322 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20323
20324 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20325
20326 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20327 bookmark-alist. Instead, if not sorting, simply return it.
20328 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20329 for its return value, not for its side effect.
20330
20331 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20332 case of alignment under a constant symbol, find and consider
20333 the sexp actually at indentation to be the "last sexp".
20334
20335 2007-07-16 Drew Adams <drew.adams@oracle.com>
20336
20337 * mouse.el (mouse-yank-secondary): Better error message if no
20338 secondary selection.
20339
20340 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20341
20342 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20343
20344 * term/xterm.el (xterm-turn-on-modify-other-keys)
20345 (xterm-turn-off-modify-other-keys): New functions.
20346 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20347 terminal supports it.
20348
20349 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20350
20351 * bookmark.el (bookmark-show-all-annotations):
20352 Make sure each inserted annotation ends with newline.
20353
20354 2007-07-15 Richard Stallman <rms@gnu.org>
20355
20356 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20357
20358 * tutorial.el (tutorial--find-changed-keys):
20359 Handle C-x specially like ESC.
20360
20361 2007-07-15 Aaron Hawley <aaronh@garden.org>
20362
20363 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20364
20365 2007-07-15 Juri Linkov <juri@jurta.org>
20366
20367 * delsel.el (delete-selection-pre-hook):
20368 * emulation/cua-base.el (cua-paste): Before a yank command,
20369 check also whether last-command is one of mouse-save-then-kill,
20370 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20371
20372 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20373
20374 * recentf.el (recentf-keep-default-predicate): New defun.
20375 (recentf-keep): Use it as initial value.
20376
20377 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20378
20379 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20380 thus restoring bookmark bindings to three slots under C-x r. See
20381 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20382
20383 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20384
20385 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20386
20387 2007-07-15 Jason Rumney <jasonr@gnu.org>
20388
20389 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20390 for input to cmdproxy on all versions of Windows.
20391 Use dos line ends for input to plink.
20392
20393 * comint.el (comint-simple-send): Concat newline before sending.
20394 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20395
20396 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20397
20398 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20399 safe-local-variable setting.
20400
20401 2007-07-14 David Kastrup <dak@gnu.org>
20402
20403 * emacs-lisp/advice.el (defadvice): Doc fix.
20404
20405 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20406
20407 * subr.el (when, unless): Doc fix.
20408
20409 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20410
20411 * replace.el (match): Use yellow1 instead of yellow.
20412
20413 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20414 red.
20415
20416 * pcvs-info.el (cvs-unknown): Likewise.
20417
20418 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20419
20420 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20421 (install): Use them to copy all *.el files before *.elc.
20422
20423 2007-07-13 Drew Adams <drew.adams@oracle.com>
20424
20425 * bookmark.el (bookmark-jump-other-window): New function.
20426 (bookmark-map): Bind it to "o".
20427
20428 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20429 and its thread contains discussion about this change.
20430 The original patch was slightly tweaked by Karl Fogel
20431 <kfogel@red-bean.com> before committing.
20432
20433 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20434
20435 * bookmark.el: Shorten some comments to fit within 80 lines.
20436
20437 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20438
20439 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20440 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20441 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20442 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20443
20444 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20445
20446 * textmodes/org.el: Bug fixes.
20447 (org-end-of-line): Move to end of line if in headline without tags.
20448
20449 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20450
20451 * vc-hooks.el: Remove spurious * in docstrings.
20452 (vc-handled-backends): Add BZR.
20453
20454 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20455
20456 2007-07-12 Davis Herring <herring@lanl.gov>
20457
20458 * desktop.el (desktop-buffer-info, desktop-save):
20459 Use `desktop-dirname' instead of `dirname'.
20460
20461 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20462
20463 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20464
20465 * progmodes/python.el (python-which-func-length-limit): New var.
20466 (python-which-func): New function.
20467 (python-current-defun): Add optional `length-limit' and try to fit
20468 computed function name to that length.
20469 (python-mode): Hook `python-which-func' up.
20470
20471 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20472
20473 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20474
20475 * comint.el (comint-dynamic-complete-as-filename):
20476 Use read-file-name-completion-ignore-case.
20477
20478 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20479
20480 * comint.el (comint-dynamic-list-filename-completions):
20481 Use read-file-name-completion-ignore-case.
20482
20483 * vc-cvs.el: Require CL.
20484 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20485 New functions to provide completion of revision names.
20486
20487 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20488 (vc-cvs-annotate-first-line-re): New const.
20489 (vc-cvs-annotate-process-filter): New fun.
20490 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20491
20492 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20493
20494 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20495 (eldoc-print-current-symbol-info): Adjust for changed helper
20496 function signatures.
20497 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20498 `eldoc-highlight-function-argument'.
20499 (eldoc-highlight-function-argument): New function.
20500 (eldoc-get-var-docstring): Format documentation with
20501 `font-lock-variable-name-face'.
20502 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20503 where suited.
20504 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20505 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20506
20507 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20508
20509 * progmodes/compile.el (compilation-start): `start-process' must
20510 still be redefined when calling `start-process-shell-command'.
20511
20512 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20513 remote file name, prepend its remote part to the filename.
20514 (gud-common-init): When `default-directory' is a remote file name,
20515 make the filename relative to it.
20516 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20517
20518 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20519
20520 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20521 mouse binding and a tooltip.
20522
20523 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20524
20525 * menu-bar.el (vc-menu-map): New defalias.
20526
20527 2007-07-10 Richard Stallman <rms@gnu.org>
20528
20529 * emacs-lisp/lisp-mode.el (eval-defun):
20530 Explain special handling of `defface'.
20531
20532 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20533
20534 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20535
20536 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20537
20538 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20539
20540 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20541
20542 * vc-arch.el (vc-arch-complete): Remove.
20543 (vc-arch-revision-completion-table): Use complete-with-action.
20544
20545 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20546 (complete-with-action): New function.
20547 (dynamic-completion-table): Use it.
20548
20549 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20550
20551 * comint.el (make-comint, make-comint-in-buffer)
20552 (comint-exec-1): Replace `start-process' by `start-file-process'.
20553
20554 * progmodes/compile.el (compilation-start): Revert redefining
20555 `start-process'.
20556
20557 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20558
20559 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20560 with EOLs when generating MD5 checksums.
20561
20562 * follow.el: Don't change the global map from the follow-mode-map
20563 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20564 XEmacs code.
20565 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20566 since `follow-mode' should be used instead for that.
20567
20568 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20569 (easy-menu-do-define): Use it.
20570 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20571
20572 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20573 (compilation-auto-jump-to-next): New vars.
20574 (compilation-auto-jump): New function.
20575 (compilation-error-properties): Use them to jump to first error.
20576 (compilation-start): Set the var if requested.
20577
20578 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20579 duplicates without also removing entries from other directories.
20580
20581 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20582
20583 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20584 Remember span as default.
20585 (org-columns-edit-value): Rename from `org-column-edit'.
20586 (org-columns-display-here-title): Rename from
20587 `org-overlay-columns-title'.
20588 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20589 (org-columns-get-autowidth-alist): Rename from
20590 `org-get-columns-autowidth-alist'.
20591 (org-columns-display-here): Rename from `org-overlay-columns'.
20592 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20593 (org-columns-quit): Rename from `org-column-quit'.
20594 (org-columns-show-value): Rename from `org-column-show-value'.
20595 (org-columns-content, org-columns-widen)
20596 (org-columns-next-allowed-value)
20597 (org-columns-edit-allowed, org-columns-store-format)
20598 (org-columns-uncompile-format, org-columns-redo)
20599 (org-columns-edit-attributes, org-delete-property)
20600 (org-set-property, org-columns-update)
20601 (org-columns-compute, org-columns-eval)
20602 (org-columns-not-in-agenda, org-columns-compute-all)
20603 (org-property-next-allowed-value)
20604 (org-columns-compile-format)
20605 (org-fill-paragraph-experimental)
20606 (org-string-to-number, org-property-action)
20607 (org-columns-move-left, org-columns-new)
20608 (org-column-number-to-string)
20609 (org-property-previous-allowed-value)
20610 (org-at-property-p, org-columns-delete)
20611 (org-columns-previous-allowed-value)
20612 (org-columns-move-right, org-columns-narrow)
20613 (org-property-get-allowed-values)
20614 (org-verify-version, org-column-string-to-number)
20615 (org-delete-property-globally): New functions.
20616 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20617 (org-columns-overlays): Rename from `org-column-overlays'.
20618 (org-columns-map): Rename from `org-column-map'.
20619 (org-columns-current-maxwidths): Rename from
20620 `org-current-columns-maxwidths'.
20621 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20622 (org-previous-header-line-format)
20623 (org-columns-inhibit-recalculation)
20624 (org-columns-top-level-marker): New variables.
20625 (org-columns-default-format): Rename from `org-default-columns-format'.
20626 (org-property-re): New constant.
20627
20628 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20629
20630 * subr.el (looking-at-p, string-match-p): New functions.
20631
20632 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20633
20634 * textmodes/tex-mode.el (tex-fontify-script)
20635 (tex-font-script-display): New variables to make display of
20636 superscripts and subscripts customizable.
20637 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20638
20639 2007-07-09 Richard Stallman <rms@gnu.org>
20640
20641 * isearch.el (isearch-edit-string): Call to isearch-push-state
20642 after the search.
20643
20644 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20645
20646 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20647 to 1 as enlarge-window uses the value to resize/shrink windows other
20648 than WINDOW if needed.
20649
20650 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20651
20652 * cus-start.el (file-coding-system-alist): Fix custom type.
20653
20654 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20655
20656 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20657 modified.
20658 (longlines-auto-wrap, longlines-window-change-function):
20659 Remove unnecessary calls to set-buffer-modified-p.
20660
20661 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20664 (vc-cvs-checkout): Remove last arg now unused; simplify.
20665
20666 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20667
20668 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20669
20670 * net/tramp.el:
20671 * net/tramp-ftp.el:
20672 * net/tramp-smb.el:
20673 * net/tramp-uu.el:
20674 * net/trampver.el: Migrate to Tramp 2.1.
20675
20676 * net/tramp-cache.el:
20677 * net/tramp-fish.el:
20678 * net/tramp-gw.el: New Tramp packages.
20679
20680 * net/tramp-util.el:
20681 * net/tramp-vc.el: Removed.
20682
20683 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20684 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20685
20686 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20687
20688 * progmodes/compile.el (compilation-start): Redefine
20689 `start-process' temporarily when `default-directory' is remote.
20690 Remove case of synchronous compilation, this won't happen ever.
20691 (compilation-setup): Make local variable `comint-file-name-prefix'
20692 for remote compilation.
20693
20694 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20695
20696 * novice.el (disabled-command-function): Fit window to buffer to
20697 make last line visible.
20698 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20699
20700 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20701 when handling the terminating event.
20702
20703 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20704
20705 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20706 (math-bignum-digit-length): Change to optimal value.
20707
20708 * calc/calc-bin.el (math-bignum-logb-digit-size)
20709 (math-bignum-digit-power-of-two): Evaluate when compiled.
20710
20711 * calc/calc-comb.el (math-small-factorial-table)
20712 (math-init-random-base, math-prime-test): Remove unnecessary calls
20713 to `math-read-number-simple'.
20714
20715 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20716 (math-approx-gamma-const): Add docstrings.
20717
20718 * calc/calc-forms.el (math-julian-date-beginning)
20719 (math-julian-date-beginning-int): New constants.
20720 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20721 Use the new constants.
20722
20723 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20724
20725 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20726 Add docstrings.
20727
20728 2007-07-07 Tom Tromey <tromey@redhat.com>
20729
20730 * vc.el (vc-annotate): Jump to line and output message only after the
20731 process is really all done.
20732
20733 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20734
20735 * vc.el (vc-exec-after): Don't move point from the sentinel.
20736 Forcefully read all the remaining text in the pipe upon process exit.
20737 (vc-annotate-display-autoscale, vc-annotate-lines):
20738 Don't stop at the first unrecognized line.
20739 (vc-annotate-display-select): Run autoscale after the process is done
20740 since it depends on the whole result.
20741
20742 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20743
20744 * term/w32-win.el (menu-bar-open): New function.
20745 Bind <f10> to it.
20746
20747 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20748
20749 * simple.el (start-file-process): New defun.
20750
20751 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * files.el (find-file-confirm-nonexistent-file): Rename from
20754 find-file-confirm-inexistent-file. Update users.
20755
20756 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20757 format of autoload block where the file's time-stamp is replaced by its
20758 MD5 checksum.
20759 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20760 time-stamp for secondary autoloads files.
20761 (update-directory-autoloads): Remove duplicate entries.
20762 Use time-less-p for time-stamps, as done in autoload-find-destination.
20763
20764 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20765
20766 * calc/calc.el (math-read-number): Replace number by variable.
20767 (math-read-number-simple): Properly parse small integers.
20768
20769 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20770
20771 * vc.el: Fix doc for the checkout function.
20772
20773 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20774
20775 * vc-hg.el (vc-hg-root): New function.
20776 (vc-hg-registered): Use it.
20777 (vc-hg-diff-tree): New defalias.
20778 (vc-hg-responsible-p): Likewise.
20779 (vc-hg-checkout): Comment out, not needed.
20780 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20781 (vc-hg-find-version, vc-hg-next-version): New functions.
20782
20783 2007-07-06 Andreas Schwab <schwab@suse.de>
20784
20785 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20786 dynamic bindings around the evaluation of the expression.
20787 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20788
20789 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20790
20791 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20792 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20793 Use run-hooks rather than run-mode-hooks.
20794
20795 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20796
20797 * calc/calc-comb.el (math-random-digit): Rename to
20798 `math-random-three-digit-number'.
20799 (math-random-digits): Don't depend on representation of integer.
20800
20801 * calc/calc-bin.el (math-bignum-logb-digit-size)
20802 (math-bignum-digit-power-of-two): New constants.
20803 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20804 (math-not-bignum, math-clip-bignum): Use the constants
20805 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20806 instead of their values.
20807 (math-clip): Use math-small-integer-size instead of its value.
20808
20809 * calc/calc.el (math-add-bignum): Replace number by constant.
20810
20811 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20812
20813 * wid-edit.el (widget-documentation-string-value-create):
20814 Insert indentation spaces.
20815
20816 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20817
20818 * emacs-lisp/byte-opt.el: Revert last change.
20819
20820 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20821
20822 * vc-hooks.el (vc-handled-backends): Add HG.
20823
20824 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20825
20826 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20827
20828 * complete.el (PC-do-complete-and-exit): Add support for the new
20829 `confirm-only' confirmation mode.
20830
20831 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20832
20833 * cus-edit.el (custom-commands): New variable.
20834 (custom-tool-bar-map): New variable. Initialize using
20835 `custom-commands'.
20836 (custom-mode): Use `custom-tool-bar-map'.
20837 (custom-buffer-create-internal): Insert action buttons only if
20838 tool bar is not used. Use `custom-commands'.
20839 (Custom-help, custom-command-apply): New function.
20840 (custom-command-apply, Custom-set, Custom-save)
20841 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20842 Use `custom-command-apply' instead of duplicating code.
20843 (customize-group-other-window): Call `customize-group' instead of
20844 duplicating code.
20845 (customize-face-other-window): Call `customize-face' instead of
20846 duplicating code.
20847 (customize-group, customize-face): Add optional args for opening
20848 in another window.
20849 (custom-variable-tag): Don't inherit `variable-pitch' face.
20850 (custom-group-tag): Inherit `variable-pitch' face.
20851 (custom-variable-value-create): Set documentation indentation.
20852 (custom-group-value-create): Make group name a link, instead of
20853 using an extra "go to group" button.
20854 (custom-prompt-variable, custom-group-set, custom-group-save)
20855 (custom-group-reset-current, custom-group-reset-saved)
20856 (custom-group-reset-standard): Minor cleanup.
20857
20858 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20859
20860 * Makefile.in (bootstrap-prepare): When copying from
20861 ldefs-boot.el, make sure loaddefs.el is writeable.
20862
20863 (bootstrap-prepare): Make $(lisp)/ps-print.el
20864 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20865
20866 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20867
20868 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20869 only caller, and delete.
20870 (vc-hg-state): Deal with exceptions and only parse the output on
20871 successful return.
20872 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20873 caller, and delete.
20874 (vc-hg-workfile-version): Deal with exceptions and only parse the
20875 output on successful return.
20876 (vc-hg-revert): New function.
20877
20878 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
20879
20880 * calculator.el (calculator-expt): Use more cases to determine
20881 the value.
20882
20883 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
20884
20885 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20886 file names.
20887
20888 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20889
20890 * calculator.el (calculator-expt, calculator-integer-p):
20891 New functions.
20892 (calculator-fact): Check to see if the factorial will be too
20893 large before computing it.
20894 (calculator-initial-operators): Use `calculator-expt' to
20895 compute "^".
20896 (calculator-mode): Mention that results which are too large
20897 will return inf.
20898 * calc/calc-comb.el (math-small-factorial-table): Replace list
20899 by vector.
20900
20901 2007-07-03 David Kastrup <dak@gnu.org>
20902
20903 * shell.el: On request of the authors, remove their addresses for
20904 the sake of bug reports, and add the developer list address as
20905 maintainer information.
20906
20907 2007-07-03 Richard Stallman <rms@gnu.org>
20908
20909 * files.el (make-directory): Doc fix.
20910 (find-file-confirm-inexistent-file): Make it a defcustom.
20911 Make nil the default.
20912
20913 2007-07-02 Richard Stallman <rms@gnu.org>
20914
20915 * startup.el (command-line): Set buffer-offer-save in *scratch*
20916 and enable auto-save in it.
20917
20918 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
20919
20920 * textmodes/org.el (orgstruct-mode-map): New variable.
20921 (orgstruct-mode): New minor mode.
20922 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20923 (orgstruct-make-binding, org-context-p, org-get-local-variables)
20924 (org-run-like-in-org-mode): New functions.
20925 (org-cycle-list-bullet): New command.
20926 (org-special-properties, org-property-start-re)
20927 (org-property-end-re): New constants.
20928 (org-with-point-at): New macro.
20929 (org-get-property-block, org-entry-properties, org-entry-get)
20930 (org-entry-delete, org-entry-get-with-inheritance)
20931 (org-entry-put, org-buffer-property-keys): New functions.
20932 (org-insert-property-drawer): New command.
20933 (org-entry-property-inherited-from): New variable.
20934 (org-column): New face.
20935 (org-column-overlays, org-current-columns-fmt)
20936 (org-current-columns-maxwidths, org-column-map): New variables.
20937 (org-column-menu): New menu.
20938 (org-new-column-overlay, org-overlay-columns)
20939 (org-overlay-columns-title, org-remove-column-overlays)
20940 (org-column-show-value, org-column-quit, org-column-edit):
20941 New functions.
20942 (org-columns, org-agenda-columns): New commands.
20943 (org-get-columns-autowidth-alist): New functions.
20944 (org-properties): New customize group.
20945 (org-default-columns-format): New option.
20946 (org-priority): Realign tags after changing priority.
20947 (org-preserve-lc): New macro.
20948 (org-update-checkbox-count): Catch case when there is no headline.
20949 (org-agenda-quit): Remove any column overlays.
20950 (org-beginning-of-item-list): Fixed bug when non-item line is
20951 indented too deep.
20952 (org-cached-props): New variable.
20953 (org-cached-entry-get): New function.
20954 (org-make-tags-matcher): Handle property matches.
20955 (org-table-recalculate): Swap evaluation order: Field formula
20956 first, then column formulas, but don't allow them to overwrite the
20957 field formulas.
20958 (org-table-eval-formula): New argument untouchable.
20959 (org-table-put-field-property): New function.
20960
20961 2007-07-02 Martin Rudalics <rudalics@gmx.at>
20962
20963 * help-mode.el (help-make-xrefs): Skip spaces too when
20964 skipping tabs.
20965
20966 * ffap.el (dired-at-point-prompter): Improve prompt in
20967 list-directory case.
20968
20969 2007-07-01 Richard Stallman <rms@gnu.org>
20970
20971 * files.el (find-file-visit-truename): Fix safe-local-variable value.
20972
20973 2007-07-01 Richard Stallman <rms@gnu.org>
20974
20975 * cus-start.el (max-mini-window-height): Added.
20976
20977 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20978
20979 * complete.el (partial-completion-mode): Remove advice of
20980 read-file-name-internal.
20981 (PC-do-completion): Rebind minibuffer-completion-table.
20982 (PC-read-file-name-internal): New function doing what
20983 read-file-name-internal advice did.
20984
20985 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
20986
20987 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20988 property on a few symbols.
20989 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20990 (byte-optimize-lapcode): Remove bindings that are not referenced
20991 and certainly will not effect through dynamic scoping.
20992
20993 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20994
20995 * files.el (find-file-confirm-inexistent-file): New var.
20996 (find-file, find-file-other-window, find-file-other-frame)
20997 (find-file-read-only, find-file-read-only-other-window)
20998 (find-file-read-only-other-frame): Use it.
20999
21000 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21001
21002 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21003
21004 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21005
21006 * generic-x.el (generic-define-mswindows-modes)
21007 (generic-define-unix-modes, apache-log-generic-mode)
21008 (bat-generic-mode-keymap, java-manifest-generic-mode)
21009 (show-tabs-generic-mode): Fix typos in docstrings.
21010
21011 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21012
21013 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21014 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21015 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21016 (rcirc-print): Never ignore messages from ourself.
21017
21018 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21019
21020 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21021 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21022
21023 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21024
21025 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21026 replace-regexp-in-string.
21027
21028 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * emacs-lisp/cl.el: Set edebug and indentation before loading
21031 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21032
21033 2007-06-28 Andreas Schwab <schwab@suse.de>
21034
21035 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21036 $(lisp)/subdirs.el.
21037
21038 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21039
21040 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21041 the speedbar frame if nil; that deletes the current frame or
21042 causes an error if it is the only frame.
21043 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21044
21045 2007-06-28 Kevin Ryde <user42@zip.com.au>
21046
21047 * textmodes/nroff-mode.el: Groff \# comments.
21048 (nroff-mode-syntax-table): \# comment intro,
21049 plain # as punct per global table.
21050 (nroff-font-lock-keywords): Add # as a single char escape.
21051 (nroff-mode): In comment-start-skip, match \#.
21052
21053 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21054
21055 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21056 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21057 point-min == 1.
21058
21059 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21060
21061 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21062 Rename and move to...
21063
21064 * subr.el (strings->string, string->strings): ...here.
21065
21066 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21067 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21068
21069 * progmodes/gud.el (gud-common-init): Call string->strings instead
21070 of split-string.
21071
21072 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21073
21074 * dired-aux.el: Remove `dired-call-process'.
21075 (dired-check-process): Call `process-file'.
21076
21077 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21078
21079 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21080 `ange-ftp-process-file'.
21081
21082 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21083
21084 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21085
21086 * emacs-lisp/cl-extra.el:
21087 * emacs-lisp/cl-seq.el:
21088 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21089 Add autoload cookies on all defs autoloaded manually in cl.el.
21090
21091 * emacs-lisp/cl-loaddefs.el: New file.
21092
21093 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21094 (texinfo-lowersections-alist): Merge definition and declaration.
21095 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21096 (texinfo-format-syntax-table): Merge init into declaration.
21097 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21098 (texinfo-format-parse-defun-args, texinfo-format-node)
21099 (texinfo-push-stack, texinfo-multitable-widths)
21100 (texinfo-define-info-enclosure, texinfo-alias)
21101 (texinfo-format-defindex, batch-texinfo-format): Use push.
21102 (texinfo-footnote-number): Remove duplicate declaration.
21103
21104 * ps-print.el: Update with auto-generated autoloads.
21105
21106 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21107
21108 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21111 relative to current dir for file-local settings.
21112 (autoload-generate-file-autoloads): Add `outfile' arg.
21113 (update-directory-autoloads): Use it to directly call
21114 autoload-generate-file-autoloads instead of going through
21115 update-file-autoloads so we avoid redundant searches and so we can know
21116 the set of buffers changed so we can save them all.
21117
21118 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21119 rather than throwing `up-to-date'.
21120 (autoload-generate-file-autoloads): Adjust correspondingly.
21121 (update-file-autoloads): Be careful to let-bind
21122 autoload-modified-buffers and adjust to new calling conventions.
21123 (autoload-modified-buffers): Make it a dynamically scoped var.
21124 (update-directory-autoloads): Use file-relative-name instead of
21125 autoload-trim-file-name.
21126 (autoload-insert-section-header): Don't use autoload-trim-file-name
21127 since the file is already relative now.
21128 (autoload-trim-file-name): Remove.
21129
21130 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21131 (vc-arch-complete, vc-arch--version-completion-table)
21132 (vc-arch-revision-completion-table): New functions to provide
21133 completion of revision names.
21134 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21135 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21136 to let the user trim the revlib.
21137
21138 * vc.el: Add new VC operation `revision-completion-table'.
21139 (vc-default-revision-completion-table): New function.
21140 (vc-version-diff, vc-version-other-window): Use it to provide
21141 completion of revision names if the backend provides it.
21142
21143 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21144
21145 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21146 of newer .svn/entries.
21147
21148 2007-06-25 David Kastrup <dak@gnu.org>
21149
21150 * calc/calc-poly.el (math-padded-polynomial)
21151 (math-partial-fractions): Add some function comments.
21152
21153 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21154
21155 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21156 Make `outbuf' optional.
21157 (update-file-autoloads): Use it.
21158
21159 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21160
21161 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21162 (autoload-find-destination): Keep it uptodate.
21163 (autoload-save-buffers): New fun.
21164 (update-file-autoloads): Use it. Re-add the "up to date" message.
21165
21166 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21167 (autoload-find-destination): New function extracted from
21168 update-file-autoloads.
21169 (update-file-autoloads): Use it.
21170 (autoload-generate-file-autoloads): New function extracted from
21171 generate-file-autoloads. Use file-relative-name. Delay computation of
21172 output-start to the first cookie. Remove done-any, replaced by
21173 output-start.
21174 (generate-file-autoloads): Use it.
21175
21176 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21177
21178 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21179 Use math-read-number-simple to insert constants.
21180 (math-prime-test): Redo calculation of sum.
21181
21182 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21183
21184 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21185 math-scale-bignum-3.
21186 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21187 math-bignum-digit-size.
21188 (math-isqrt-small): Add another possible initial guess.
21189
21190 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21191
21192 * textmodes/bibtex.el (bibtex-entry-format): New options
21193 `whitespace', `braces', and `string'.
21194 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21195 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21196 (bibtex-cite-matcher-alist): New variables.
21197 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21198 (bibtex-flash-head): Use blink-matching-delay.
21199 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21200 (bibtex-format-entry, bibtex-reformat): Handle new options of
21201 bibtex-entry-format.
21202 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21203 New functions.
21204 (bibtex-complete-internal): Do not display messages while
21205 minibuffer is used. Do not leave around a completions buffer
21206 that is out of date.
21207 (bibtex-copy-summary-as-kill): New optional arg.
21208 (bibtex-font-lock-url): New optional arg no-button.
21209 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21210 (bibtex-url): Allow multiple URLs per entry.
21211
21212 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21213
21214 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21215 (update-file-autoloads, update-directory-autoloads): Use it.
21216 (autoload-file-load-name): New function.
21217 (generate-file-autoloads, update-file-autoloads): Use it.
21218 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21219 (generate-file-autoloads): If the autoloaded form is malformed,
21220 indicate the problem with a warning instead of aborting.
21221
21222 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21223
21224 * simple.el (next-error-recenter): Accept `(4)' as well;
21225 also, specify `integer' instead of `number'.
21226
21227 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21228
21229 * ls-lisp.el (insert-directory): If an invalid regexp error is
21230 thrown, try using FILE as a literal file name, not a wildcard.
21231
21232 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21233
21234 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21235 `header-line-format' when reentering ruler mode.
21236
21237 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21238
21239 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21240 FILE exists as a file.
21241
21242 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21243
21244 * calc/calc.el (math-bignum-digit-length)
21245 (math-bignum-digit-size, math-small-integer-size):
21246 New constants.
21247 (math-normalize, math-bignum-big, math-make-float)
21248 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21249 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21250 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21251 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21252 (math-quotient, math-div-bignum, math-div-bignum-digit)
21253 (math-div-bignum-part, math-format-bignum-decimal)
21254 (math-read-bignum): Use math-bignum-digit-length,
21255 math-bignum-digit-size and math-small-integer-size.
21256
21257 * calc/calc-ext.el (math-fixnum-big): Use the variable
21258 math-bignum-digit-size.
21259
21260 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21261
21262 * log-view.el (log-view-mode-menu): New menu.
21263
21264 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21265
21266 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21267 differently.
21268
21269 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21270 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21271
21272 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21273
21274 * vc-hg.el (vc-hg-print-log): Insert the file name.
21275 (vc-hg-log-view-mode): Fontify the file name.
21276
21277 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21278
21279 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21280 (calcFunc-julian): Fix incorrect number used in calculations.
21281
21282 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
21283
21284 * simple.el (next-error-recenter): New defcustom.
21285 (next-error, next-error-internal): Recenter if specified,
21286 immediately prior to running `next-error-hook'.
21287
21288 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21289 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21290
21291 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21292
21293 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21294
21295 * calc/calc-comb.el (math-small-factorial-table): New variable.
21296 (calcFunc-fact): Use `math-small-factorial-table'.
21297
21298 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21299 initial values.
21300 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21301 New variables to use in caches.
21302
21303 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21304 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21305
21306 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21307 (math-bernoulli-b-cache): Use math-read-number-simple to insert
21308 bignums.
21309
21310 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21311 New variables to use in caches.
21312
21313 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21314
21315 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21316
21317 * vc-hg.el (vc-hg-log-view-mode): New mode.
21318
21319 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
21320
21321 * calc/calc.el (math-read-number-simple): New function.
21322
21323 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21324
21325 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21326 (vera-font-lock-match-item): Fix doc string.
21327 (vera-in-comment-p): Remove unused function.
21328 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21329 use `syntax-ppss'.
21330 (vera-forward-syntactic-ws): Fix argument order.
21331 (vera-prepare-search): Use `with-syntax-table'.
21332 (vera-indent-line): Fix doc string.
21333 (vera-electric-tab): Fix doc string.
21334 (vera-expand-abbrev): Define alias instead of using `fset'.
21335 (vera-comment-uncomment-region): Use `comment-start-skip'.
21336
21337 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
21338
21339 * textmodes/org.el (org-export-with-footnotes): New option.
21340 (org-export-as-html): Fix replacement bug for XEmacs.
21341 (org-agenda-default-appointment-duration): New option.
21342
21343 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
21344
21345 * vc-hg.el: Add to do items.
21346 (vc-hg-diff): Add support for comparing different revisions.
21347 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21348 (vc-hg-annotate-extract-revision-at-line)
21349 (vc-hg-previous-version, vc-hg-checkin): New functions.
21350 (vc-hg-annotate-re): New constant.
21351
21352 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21353
21354 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21355
21356 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21359 buffer-local value of log-view-*-re if applicable.
21360
21361 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21362 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21363 (vc-bzr-command*): Remove both (incompatible) versions.
21364 (vc-bzr-do-command*): Remove.
21365 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21366 Remove by folding into its only caller vc-bzr-command.
21367 (vc-bzr-command): Always set the environment, even when ineffective.
21368 (vc-bzr-version): Minor fix up.
21369 (vc-bzr-admin-dirname): New var.
21370 (vc-bzr-bzr-dir): Remove.
21371 (vc-bzr-root-dir): New fun.
21372 (vc-bzr-registered): Use it. Add an autoloaded version.
21373 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21374 (vc-bzr-view-log-function): Remove.
21375 (vc-bzr-log-view-mode): New major mode to replace it.
21376 (vc-bzr-print-log): Only activate the old hack if needed.
21377
21378 * vc.el (vc-default-log-view-mode): New function.
21379 (vc-print-log): Add new `log-view-mode' VC operation.
21380
21381 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21382
21383 * ido.el (ido-find-file-in-dir): Don't signal an error for
21384 empty directories.
21385
21386 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21387
21388 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21389 directory where the desktop file was found, as the docstring says.
21390 (desktop-kill): Use `read-directory-name'.
21391
21392 2007-06-20 Alan Mackenzie <acm@muc.de>
21393
21394 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21395 When removing lines, also remove the \n. Correction of patch of
21396 2007-04-21.
21397
21398 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21399
21400 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21401 event is not a cons cell. Do not unread drag-mouse-1 events.
21402 Select right window in check whether space was stolen from
21403 window above.
21404
21405 * help-mode.el (help-make-xrefs): Adjust position of new forward
21406 button.
21407
21408 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21409
21410 * vc-bzr.el (vc-bzr-with-process-environment)
21411 (vc-bzr-std-process-invocation): New macros.
21412 (vc-bzr-command, vc-bzr-command*): Use them.
21413 (vc-bzr-with-c-locale): Remove.
21414 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21415 (vc-bzr-buffer-nonblank-p): New function.
21416 (vc-bzr-state-words): New const.
21417 (vc-bzr-state): Look for `bzr status' keywords in output.
21418 Display everything else as a warning message to the user.
21419 Fix status report with bzr >= 0.15.
21420
21421 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21422
21423 * vc-hg.el (vc-hg-global-switches): Simplify.
21424 (vc-hg-state): Handle more states.
21425 (vc-hg-diff): Fix doc-string.
21426 (vc-hg-register): New function.
21427 (vc-hg-checkout): Likewise.
21428
21429 2007-06-20 Reto Zimmermann <reto@gnu.org>
21430
21431 * progmodes/vera-mode.el: New file.
21432
21433 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21434
21435 * calc/calc.el (calc-multiplication-has-precendence):
21436 New variable.
21437 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21438 New functions.
21439 (math-expr-opers): Define using math-standard-ops rather than
21440 math-standard-opers.
21441 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21442 equal the function math-standard-ops rather than the variable
21443 math-standard-opers.
21444 (calc-algebraic-entry): Let math-expr-opers equal
21445 math-standard-ops or math-expr-ops, as appropriate.
21446 (math-expr-read-level, math-read-factor): Let math-expr-opers
21447 equal math-expr-ops.
21448 * calc/calc-embed.el (calc-embedded-finish-edit):
21449 Let math-expr-opers equal the function math-standard-ops
21450 rather than the variable math-standard-opers.
21451 * calc/calc-ext.el (math-read-plain-expr)
21452 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21453 function math-standard-ops rather than the variable
21454 math-standard-opers.
21455 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21456 Let math-expr-opers equal the function math-standard-ops rather
21457 than the variable math-standard-opers.
21458 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21459 equal the function math-standard-ops rather than the variable
21460 math-standard-opers.
21461 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21462 equal the function math-standard-ops rather than the variable
21463 math-standard-opers.
21464 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21465 math-expr-ops.
21466
21467 2007-06-19 Ivan Kanis <apple@kanis.eu>
21468
21469 * vc-hg.el: New file.
21470
21471 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21472
21473 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21474 with font-lock-multiline.
21475
21476 2007-06-17 Glenn Morris <rgm@gnu.org>
21477
21478 * lpr.el (lpr-page-header-switches): Move %s to separate element
21479 for correct quoting. Doc fix.
21480
21481 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21482
21483 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21484 than setting sgml-xml-mode.
21485 (sgml-mode, html-mode): Set sgml-xml-mode.
21486 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21487 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21488 (sgml-electric-tag-pair-before-change-function)
21489 (sgml-electric-tag-pair-flush-overlays): New functions.
21490 (sgml-electric-tag-pair-mode): New minor mode.
21491 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21492 (sgml-calculate-indent): Use assoc-string.
21493
21494 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21495
21496 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21497 chars before the "@" in an email address. Andreas Roehler noticed
21498 this problem.
21499
21500 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21501
21502 * thingatpt.el: Add support for email addresses (`email').
21503 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21504 (thing-at-point-email-regexp): New variable.
21505 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21506 properties on this symbol, with lambda forms for values.
21507
21508 2007-06-15 Masatake YAMATO <jet@gyve.org>
21509
21510 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21511
21512 * vc.el (vc-dired-hook): Check the backend returned from
21513 `vc-responsible-backend' can really handle `subdir'.
21514
21515 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21516
21517 * wid-edit.el (widget-add-documentation-string-button):
21518 Fix handling of documentation indent.
21519
21520 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21521
21522 * mb-depth.el: New file.
21523
21524 2007-06-15 Masatake YAMATO <jet@gyve.org>
21525
21526 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21527
21528 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21529
21530 * wid-edit.el (widget-default-create): Move ?h handling here...
21531 (widget-default-format-handler): ...from here.
21532 (widget-docstring, widget-add-documentation-string-button): New funs.
21533 (documentation-string): Add :visibility-widget property.
21534 (widget-documentation-string-value-create): Use it.
21535
21536 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21537 (custom-buffer-create-internal): Simplify message.
21538 (custom-variable-tag): Reduce height to normal.
21539 (custom-variable-value-create, custom-face-value-create)
21540 (custom-visibility): New widget.
21541 (custom-visibility): New face.
21542 (custom-group-value-create):
21543 Call widget-add-documentation-string-button, using `custom-visibility'.
21544
21545 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21546
21547 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21548 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21549 change. Apparently the "warning even if the group is implicit" is
21550 a feature rather than a bug.
21551
21552 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21553
21554 * emulation/viper.el (viper-describe-key-ad)
21555 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21556 Compile them conditionally.
21557 (viper-version): Belated version change.
21558
21559 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21560
21561 * follow.el (follow-all-followers, follow-generic-filter):
21562 * pcomplete.el (pcomplete-restore-windows):
21563 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21564 (x-dnd-drop-data):
21565 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21566 * progmodes/python.el (python-complete-symbol):
21567 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21568
21569 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21570
21571 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21572 around bright and dim regexps. Make sure bright and dim matches
21573 use word anchors. Send text through rcirc-markup functions.
21574 (rcirc-url-regexp): Add single quote character.
21575 (rcirc-connect): Write logs to disk on auto-save-hook.
21576 Make server a non-optional argument.
21577 (rcirc-log-alist): New variable.
21578 (rcirc-log-directory): Make customizable.
21579 (rcirc-log-flag): New customizable variable.
21580 (rcirc-log): New function.
21581 (rcirc-print): Use above function.
21582 (rcirc-log-write): New function.
21583 (rcirc-generate-new-buffer-name): Strip text properties.
21584 (rcirc-switch-to-buffer-function): Remove variable.
21585 (rcirc-last-non-irc-buffer): Remove variable.
21586 (rcirc-non-irc-buffer): Add function.
21587 (rcirc-next-active-buffer): Use above function.
21588 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21589 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21590 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21591 (rcirc-omit-mode): Add minor-mode.
21592 (rcirc-mode-map): Change C-c C-o binding.
21593 (rcirc-mode): Clear mode-line-process. Use a custom
21594 fill-paragraph-function. Set up buffer-invisibility-spec.
21595 (rcirc-response-formats): Remove timestamp code.
21596 (rcirc-omit-responses): Add variable.
21597 (rcirc-print): Don't put the overlay arrow on potentially omitted
21598 lines. Log line to disk. Record activity for private messages
21599 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21600 (rcirc-jump-to-first-unread-line): Print message if there is no
21601 unread text.
21602 (rcirc-clear-unread): New function.
21603 (rcirc-markup-text-functions): Add variable.
21604 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21605 (rcirc-debug): Don't mess with window configuration.
21606 (rcirc-send-message): Send message before printing locally.
21607 Add SILENT argument, do not print message if non-nil.
21608 (rcirc-visible-buffers): New function and variable.
21609 (rcirc-window-configuration-change-1): Add function.
21610 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21611 server buffer.
21612 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21613 (rcirc-fill-paragraph): Add function.
21614 (rcirc-record-activity, rcirc-window-configuration-change-1):
21615 Only update the activity string if it has actually changed.
21616 (rcirc-update-activity-string): Remove padding characters from the
21617 mode-line string.
21618 (rcirc-disconnect-buffer): New function to be called when a
21619 channel is parted or the user quits.
21620 (rcirc-server-name): Warn when the server-name hasn't been set.
21621 (rcirc-window-configuration-change): Postpone work until
21622 post-command-hook.
21623 (rcirc-window-configuration-change-1): Update mode-line and
21624 overlay arrows here.
21625 (rcirc-authenticate): Fixc hanserv identification.
21626 (rcirc-default-server): Remove variable.
21627 (rcirc): Connect according to rcirc-connections.
21628 (rcirc-connections): Add variable.
21629 (rcirc-startup-channels-alist): Remove variable.
21630 (rcirc-startup-channels): Remove function.
21631
21632 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21633
21634 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21635
21636 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21637
21638 * term/xterm.el (terminal-init-xterm): Escape parens in character
21639 constants.
21640
21641 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21642
21643 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21644 Use [:alpha:] and [:alnum:] where applicable.
21645 (sh-quoted-subshell): Rewrite to correctly
21646 handle nested mixes of `...' and $(...).
21647 (sh-apply-quoted-subshell): Remove.
21648 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21649
21650 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21651
21652 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21653
21654 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21655 previous change.
21656
21657 2007-06-12 Tom Tromey <tromey@redhat.com>
21658
21659 * subr.el (user-emacs-directory): New defconst.
21660 * cmuscheme.el (scheme-start-file):
21661 * shell.el (shell):
21662 * completion.el (save-completions-file-name):
21663 * custom.el (custom-theme-directory):
21664 * term/x-win.el (emacs-session-filename):
21665 * filesets.el (filesets-menu-cache-file):
21666 * thumbs.el (thumbs-thumbsdir):
21667 * server.el (server-auth-dir):
21668 * image-dired.el (image-dired-dir):
21669 (image-dired-db-file):
21670 (image-dired-temp-image-file):
21671 (image-dired-gallery-dir):
21672 (image-dired-temp-rotate-image-file):
21673 * play/gamegrid.el (gamegrid-user-score-file-directory):
21674 * savehist.el (savehist-file):
21675 * tutorial.el (tutorial--saved-dir):
21676 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21677
21678 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21679
21680 * scroll-lock.el (scroll-lock-mode): Doc fix.
21681
21682 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21683
21684 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21685
21686 * ediff-init.el: Doc strings.
21687
21688 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21689
21690 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21691 (byte-compile-file): Bind it.
21692 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21693 group argument is provided implicitly.
21694 (byte-compile-format-warn, byte-compile-from-buffer)
21695 (byte-compile-insert-header): Don't hardcode point-min==1.
21696 (byte-compile-file-form-require): Remove unused var old-load-list.
21697 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21698
21699 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21700
21701 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21702 Display error messages.
21703 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21704 Get rid of cl.el dependencies.
21705
21706 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21707 New variable.
21708 (viper-activate-input-method-action)
21709 (viper-inactivate-input-method-action):
21710 Use viper-suppress-input-method-change-message.
21711
21712 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21713 for C-s, C-r.
21714
21715 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21716 Use viper-replace-overlay-cursor-color instead of
21717 viper-replace-overlay-cursor-color.
21718 (viper-sit-for-short): Use sit-for with 3 arguments.
21719
21720 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21721 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21722 to gud-mode.
21723
21724 * ediff-mult.el (ediff-meta-buffer-brief-message)
21725 (ediff-meta-buffer-verbose-message): New variables.
21726 (ediff-meta-buffer-message): Variable deleted.
21727 (ediff-verbose-help-enabled): New variable.
21728 (ediff-toggle-verbose-help-meta-buffer): New function.
21729 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21730 message options.
21731
21732 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21733 (ediff-fixup-patch-map): Improve heuristic.
21734
21735 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21736
21737 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21738 (log-view-font-lock-keywords): Simplify.
21739 (log-view-current-file, log-view-current-tag): Simplify.
21740
21741 2007-06-12 Sam Steingold <sds@gnu.org>
21742
21743 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21744
21745 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21746
21747 * desktop.el (desktop-load-locked-desktop): New option.
21748 (desktop-read): Use it.
21749 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21750 Use `when'.
21751
21752 2007-06-12 Davis Herring <herring@lanl.gov>
21753
21754 * desktop.el (desktop-save-mode-off): New function.
21755 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21756 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21757 (desktop-claim-lock, desktop-release-lock): New functions.
21758 (desktop-kill): Tell `desktop-save' that this is the last save.
21759 Release the lock afterwards.
21760 (desktop-buffer-info): New function.
21761 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21762 says to. Detect conflicts, and manage the lock.
21763 (desktop-read): Detect conflicts. Manage the lock.
21764
21765 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21766
21767 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21768
21769 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21770 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21771 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21772 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21773 keysyms rather than byte sequences.
21774 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21775
21776 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21777
21778 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21779 half-activated, forcefully activate it completely.
21780
21781 2007-06-11 Richard Stallman <rms@gnu.org>
21782
21783 * cus-edit.el (custom-variable-type): Doc fix.
21784
21785 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21786
21787 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21788 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21789 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21790 different possible cases for \'.
21791
21792 * complete.el (PC-bindings): Don't bind things already bound in the
21793 parent keymap.
21794
21795 * textmodes/bibtex-style.el: New file.
21796
21797 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21798
21799 * vc-bzr.el: New file.
21800
21801 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * vc-svn.el (vc-svn-program): New var.
21804 (vc-svn-command): Use it.
21805
21806 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21807
21808 * server.el (server-switch-buffer): Remove redundant check.
21809
21810 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21811
21812 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21813 Match against file-name-nondirectory.
21814 Fix text on user customization variables.
21815 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21816
21817 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21818
21819 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21820
21821 2007-06-09 Davis Herring <herring@lanl.gov>
21822
21823 * desktop.el (desktop-minor-mode-table): Doc fix.
21824
21825 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * textmodes/css-mode.el (css-navigation-syntax-table):
21828 Use set-char-table-range so it also works in the unicode branch.
21829
21830 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
21831
21832 * help-mode.el (help-xref-forward-stack)
21833 (help-xref-stack-forward-item, help-forward-label): New variables.
21834 (help-forward): New button type.
21835 (help-setup-xref): Initialise help-xref-forward-stack.
21836 (help-make-xrefs): Add forward button, if appropriate.
21837 (help-xref-go-back): Push item on forward stack.
21838 (help-xref-go-forward, help-go-forward): New functions.
21839
21840 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
21841
21842 * dired.el (dired-mode-map): Remove spurious separator.
21843
21844 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21845
21846 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21847
21848 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21849 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21850
21851 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
21852
21853 * textmodes/org.el: Version number fixed.
21854
21855 2007-06-07 Glenn Morris <rgm@gnu.org>
21856
21857 * version.el (emacs-copyright): New constant.
21858 * startup.el (fancy-splash-tail): Use emacs-copyright.
21859 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21860
21861 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21862 `make-local'.
21863 (byte-compile-warnings-safe-p): Add `make-local'.
21864 (byte-compile-make-variable-buffer-local):
21865 Allow byte-compile-warnings to suppress this warning.
21866
21867 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21868 format of "menu" description.
21869 (tutorial--find-changed-keys): Describe the specific menu a
21870 command is in.
21871
21872 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21873 Rewrite compatibility functions to silence byte-compiler.
21874
21875 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21876
21877 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21878 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21879
21880 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
21881
21882 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21883
21884 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21885
21886 * progmodes/ebrowse.el (ebrowse-member-table):
21887 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21888 (org-batch-agenda-csv): Fix typos in docstrings.
21889
21890 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
21891
21892 * pgg.el (pgg-sign-region, pgg-sign):
21893 * ses.el (ses-call-printer):
21894 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21895 * textmodes/org.el (org-cycle): Fix typos in docstrings.
21896
21897 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
21898
21899 * textmodes/org.el (org-export-region-as-html)
21900 (org-replace-region-by-html, org-number-to-letters)
21901 (org-table-fedit-finish, org-normalize-color)
21902 (org-table-fedit-ref-right, org-date-to-gregorian)
21903 (org-table-fedit-move, org-table-convert-refs-to-rc)
21904 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21905 (org-write-agenda, org-colgroup-info-to-vline-list)
21906 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21907 (org-indent-line-function, org-export-as-html-to-buffer)
21908 (org-store-agenda-views, org-update-mode-line)
21909 (org-find-if, org-delete-all)
21910 (org-table-fedit-convert-buffer, org-emphasize)
21911 (org-uniquify, org-table-fedit-lisp-indent)
21912 (org-table-fedit-scroll, org-get-todo-sequence-head)
21913 (org-table-fedit-scroll-down, org-table-fedit-line-down)
21914 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21915 (org-table-fedit-toggle-coordinates, org-dvipng-color)
21916 (org-table-fedit-line-up, org-table-fedit-ref-down)
21917 (org-table-formula-from-user, org-mode-flyspell-verify)
21918 (org-cycle-show-empty-lines, org-ctrl-c-ret)
21919 (org-table-formula-to-user, org-diary-to-ical-string)
21920 (orgtbl-export, org-table-fedit-post-command)
21921 (org-closed-in-range, org-shiftcontrolright)
21922 (org-table-convert-refs-to-an, org-table-hline-and-move)
21923 (org-table-formula-less-p, org-format-table-ascii)
21924 (org-agenda-get-sexps, org-shift-refpart)
21925 (org-diary-sexp-entry, org-time-string-to-absolute)
21926 (org-table-show-reference, org-letters-to-number)
21927 (org-fix-agenda-info, org-table-fedit-ref-up)
21928 (org-table-fedit-shift-reference, org-table-fedit-abort)
21929 (org-closest-date, org-shiftcontrolleft)
21930 (org-at-heading-or-item-p, org-rematch-and-replace)
21931 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21932 New functions.
21933 (org-table-edit-scroll-down, org-finish-edit-formulas)
21934 (org-table-edit-next-field, org-abort-edit-formulas)
21935 (org-font-lock-level, org-export-find-first-heading-line)
21936 (org-table-edit-line-down, org-table-edit-backward-field)
21937 (org-edit-formula-lisp-indent, org-table-edit-move)
21938 (org-check-log-option, org-this-word)
21939 (org-table-edit-line-up, org-table-edit-formulas-post-command)
21940 (org-agenda-file-to-end, org-expand-file-name)
21941 (org-fake-empty-table-line, org-table-edit-scroll)
21942 (org-toggle-log-option, org-show-reference): Function removed.
21943 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21944 New defsubsts.
21945 (org-unmodified, org-batch-store-agenda-views)
21946 (org-batch-agenda-csv): New macro.
21947 (org-agenda-export): New customization group.
21948 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21949 (org-highest-priority, org-agenda-exporter-settings)
21950 (org-log-done-with-time, org-replace-disputed-keys)
21951 (org-format-latex-header, org-export-table-header-tags)
21952 (org-cycle-separator-lines, org-export-table-data-tags)
21953 (org-icalendar-include-sexps)
21954 (org-empty-line-terminates-plain-lists)
21955 (org-log-repeat, org-special-ctrl-a)
21956 (org-table-use-standard-references, org-disputed-keys)
21957 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21958 (org-agenda-export-html-style): New option.
21959 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21960 (org-CUA-compatible): Option removed.
21961 (org-agenda-structure, org-sexp-date): New face.
21962 (org-todo-keywords-for-agenda, org-not-done-keywords)
21963 (org-planning-or-clock-line-re, org-agenda-name)
21964 (org-table-colgroup-info, org-todo-sets)
21965 (constants-unit-system, org-clock-mode-line-entry)
21966 (org-mode-line-timer, org-table-current-begin-pos)
21967 (org-todo-keywords-1, org-mode-line-string)
21968 (org-table-clean-did-remove-column, org-table-fedit-map)
21969 (org-clock-heading, org-table-buffer-is-an)
21970 (org-agenda-info, org-done-keywords)
21971 (org-done-keywords-for-agenda, org-todo-heads)
21972 (org-todo-kwd-alist, org-clock-start-time): New variable.
21973 (org-todo-kwd-priority-p, org-edit-formulas-map)
21974 (org-repeat-re, org-todo-kwd-max-priority)
21975 (org-version, org-done-string)
21976 (org-table-clean-did-remove-column-1, org-disputed-keys):
21977 Remove variables.
21978 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21979 (org-ts-lengths): Constant removed.
21980 (org-follow-gnus-link): Don't ask how many articles to read.
21981 (org-export-find-first-export-line): Rename from
21982 `org-export-find-first-heading'.
21983 Use `org-export-skip-text-before-1st-heading'.
21984 (org-table-fedit-post-command): Rename from
21985 `org-table-edit-formulas-post-command'.
21986 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21987 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21988 (org-table-fedit-lisp-indent): Rename from
21989 `org-edit-formula-lisp-indent'.
21990 (org-table-show-reference): Rename from `org-show-reference'.
21991 (org-table-store-formulas): Use `org-table-formula-less-p'.
21992 (org-table-edit-formulas): Position cursor to current field equation.
21993 (org-update-checkbox-count, org-hide-archived-subtrees)
21994 (org-timestamp-up-day, org-timestamp-down-day)
21995 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21996 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21997 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21998 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21999 Let `org-on-heading-p' also check for invisible heading.
22000 (org-read-date): Match am/pm times.
22001 (org-eval-in-calendar): Fix default date in prompt.
22002
22003 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22004
22005 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22006 "ChangeLog.a" entries, giving the latter lower priority.
22007
22008 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22009
22010 * faces.el (face-id): If the argument is a face alias,
22011 return the ID of the target face.
22012
22013 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22014
22015 * net/socks.el (top): Remove unnecessary copyright line.
22016
22017 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22018
22019 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22020
22021 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22022
22023 * net/socks.el: New file, taken from w3 repository.
22024 (top): Update Copyright. Don't load cl.el.
22025 (all): Replace `case' by `cond', `string-to-int' by
22026 `string-to-number', and `process-kill-without-query' by
22027 `set-process-query-on-exit-flag'.
22028 (socks-char-int): Remove defalias and all occurrences.
22029
22030 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22031
22032 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22033 Fix typos in docstrings.
22034 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22035 (compilation-finish-function): Fix typo in obsolescence declaration.
22036
22037 2007-06-03 Sam Steingold <sds@gnu.org>
22038
22039 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22040 handle unending automatic recompilation of changed files (`omake -P').
22041 (compilation-loop): VISITED is now 5th CDR.
22042 (compilation-next-error-function): Set TIMESTAMP.
22043
22044 2007-06-03 Sam Steingold <sds@gnu.org>
22045
22046 * files.el (kill-buffer-ask): New function.
22047 (kill-some-buffers): Use it.
22048 (kill-matching-buffers): New user command.
22049
22050 2007-06-01 David Kastrup <dak@gnu.org>
22051
22052 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22053 Change default to `top'.
22054
22055 2007-05-31 Richard Stallman <rms@gnu.org>
22056
22057 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22058
22059 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22060
22061 * textmodes/css-mode.el: New file.
22062
22063 2007-05-30 Michael Olson <mwolson@gnu.org>
22064
22065 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22066 died and we are trying to send a signal to it. The program using
22067 tq.el should periodically check to see whether the process has
22068 died and react appropriately -- this is not the responsibility of
22069 tq.el, and is consistent with the rest of the tq.el source code.
22070
22071 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22072
22073 * textmodes/table.el (table--point-entered-cell-function)
22074 (table--point-left-cell-function):
22075 Bind `inhibit-point-motion-hooks' to t.
22076
22077 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22078
22079 * emacs-lisp/rx.el (rx): Doc fix.
22080
22081 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22082
22083 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22084
22085 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22086
22087 Sync with Tramp 2.0.56.
22088
22089 * net/tramp.el:
22090 * net/tramp-ftp.el:
22091 * net/tramp-smb.el:
22092 * net/tramp-util.el:
22093 * net/tramp-vc.el:
22094 Don't load cl.el, because that pollutes the namespace. Replace cl
22095 macros by their implementations where necessary. Requested by
22096 Richard Stallman <rms@gnu.org>.
22097
22098 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22099 doesn't exist.
22100 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22101 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22102 (tramp-file-name-p, tramp-file-name-multi-method)
22103 (tramp-file-name-method, tramp-file-name-user)
22104 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22105 replacing defstruct `tramp-file-name'.
22106 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22107 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22108 Apply `vector' instead of `make-tramp-file-name'.
22109 (tramp-handle-make-auto-save-file-name):
22110 Apply `tramp-temporary-file-directory' for compatibility reasons.
22111 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22112 because of XEmacs.
22113 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22114 started.
22115
22116 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22117
22118 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22119
22120 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22121
22122 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22123 as the end of the ChangeLog paragraph when it ends without a line
22124 termination.
22125
22126 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22127
22128 * net/webjump.el (webjump-sample-sites):
22129 Add simple Wikipedia query.
22130
22131 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22132
22133 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22134 compatibility code.
22135
22136 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22137 (copyright-update-year): Use it.
22138
22139 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22140
22141 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22142 Add indentation and debugging info. Fix up comment convention.
22143
22144 * cus-dep.el (custom-make-dependencies): Simplify.
22145
22146 * composite.el (compose-region, decompose-region):
22147 Use inhibit-read-only and restore-buffer-modified-p.
22148
22149 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22150 (xterm-mouse-event): Use it.
22151
22152 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22153
22154 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22155 `switch-to-buffer' has returned succesfully.
22156 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22157 window is dedicated (it could iconify the frame).
22158
22159 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22160
22161 * vc-hooks.el (vc-find-root): Fix file attribute test.
22162
22163 2007-05-24 Richard Stallman <rms@gnu.org>
22164
22165 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22166 Don't let opoint be nil.
22167 (flyspell-emacs-popup): Explicit error if no dialogs.
22168
22169 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22170
22171 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22172 (image-next-line, image-previous-line, image-scroll-up)
22173 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22174 New functions.
22175 (image-mode-map): Remap motion commands.
22176 (image-mode-text-map): New keymap for viewing images as text.
22177 (image-mode): Use image-mode-map.
22178 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22179
22180 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * textmodes/fill.el (canonically-space-region): Make the second arg
22183 a marker if it's not already the case.
22184
22185 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22186
22187 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22188 (tar-get-descriptor): Handle type 55, an extended pax header.
22189
22190 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22191
22192 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22193 to confuse outline-minor-mode.
22194
22195 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22196
22197 * tar-mode.el (tar-file-name-handler): New function.
22198 (tar-extract): Bind file-name-handler-alist to it to force
22199 find-buffer-file-type-coding-system behave as if the file being
22200 extracted existed. Use last-coding-system-used to force
22201 buffer-file-coding-system to what decode-coding-region actually
22202 used to decode the file.
22203
22204 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22205
22206 * progmodes/compile.el (compilation-handle-exit):
22207 `compilation-finish-function' may change the current buffer.
22208
22209 2007-05-22 Richard Stallman <rms@gnu.org>
22210
22211 * files.el (set-auto-mode): Doc fix.
22212
22213 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22214
22215 * help-fns.el (find-source-lisp-file): New function.
22216 (describe-function-1): Use find-source-lisp-file to find source
22217 file in compile tree.
22218
22219 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22220
22221 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22222
22223 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22224
22225 * emacs-lisp/easy-mmode.el (define-minor-mode)
22226 (easy-mmode-define-navigation): Fix typos in docstrings.
22227
22228 2007-05-22 Glenn Morris <rgm@gnu.org>
22229
22230 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22231
22232 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22233
22234 * mail/mail-extr.el (mail-extract-address-components):
22235 Recognize non-ASCII characters except for NBSP as words.
22236
22237 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22238
22239 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22240 (rcirc-print): Handle `window-width'.
22241 (rcirc-buffer-maximum-lines): Doc fix.
22242
22243 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22244
22245 * image-mode.el (image-toggle-display): Don't clear image cache.
22246 Only use filename in image spec if the file is readable.
22247 Call image-refresh.
22248
22249 * image.el (image-type-from-file-name, image-type): Simplify.
22250 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22251
22252 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22253 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22254
22255 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22256
22257 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22258 is an error.
22259
22260 * term/linux.el (terminal-init-linux): Don't signal an error
22261 if gpm isn't running.
22262
22263 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22264
22265 * t-mouse.el: Reduce to a minor-mode macro call.
22266 (t-mouse-mode): Remove the lighter.
22267
22268 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22269
22270 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
22271
22272 * files.el (auto-mode-alist): Change the regexp so that
22273 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22274
22275 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22276
22277 * Version 22.1 released.
22278
22279 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22280
22281 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22282 changes.
22283
22284 2007-05-19 Kevin Ryde <user42@zip.com.au>
22285
22286 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22287
22288 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
22289
22290 * textmodes/sgml-mode.el: Revert last change.
22291
22292 2007-05-18 Richard Stallman <rms@gnu.org>
22293
22294 * simple.el (push-mark): Doc fix.
22295
22296 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
22297
22298 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22299 tpu-global-map.
22300 (tpu-original-global-map): Variable deleted.
22301 (tpu-control-keys-map): New keymap variable.
22302 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22303 setting keymapping directly.
22304 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22305 tpu-global-map.
22306 (tpu-edt-on): Activate the tpu-global-map.
22307 (tpu-edt-off): Deactivate the tpu-global-map.
22308
22309 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
22310
22311 * textmodes/ispell.el (ispell-get-word): Return markers
22312 for start and end positions.
22313 (ispell-word): Assume END is a marker.
22314
22315 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
22316
22317 * textmodes/sgml-mode.el (sgml-tag):
22318 Fix bug: Call sgml-transformation-function.
22319
22320 2007-05-17 Martin Rudalics <rudalics@gmx.at>
22321
22322 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22323 modified flag of buffer. Use `inhibit-modification-hooks'.
22324
22325 2007-05-16 Richard Stallman <rms@gnu.org>
22326
22327 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22328
22329 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22330
22331 * files.el (magic-mode-alist, magic-fallback-mode-alist):
22332 Move the *ml, Postscript, and XmCD entries to the fallback part.
22333
22334 * files.el (magic-fallback-mode-alist):
22335 Rename from file-start-mode-alist.
22336
22337 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22338
22339 * progmodes/compile.el (compilation-handle-exit): Quote first
22340 argument of `run-hook-with-args'.
22341
22342 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
22343
22344 * buff-menu.el (Buffer-menu-sort-column):
22345 * dabbrev.el (dabbrev-upcase-means-case-search):
22346 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22347 * info.el (Info-current-subfile):
22348 * ls-lisp.el (ls-lisp-verbosity):
22349 * msb.el (msb-menu-cond):
22350 * pcvs.el (cvs-dired-use-hook):
22351 * simple.el (set-mark-command-repeat-pop):
22352 * time.el (display-time-24hr-format, display-time-mail-file):
22353 Doc fixes.
22354
22355 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22356 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22357
22358 * view.el (view-inhibit-help-message): Fix typo in docstring.
22359 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22360
22361 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22362
22363 * textmodes/ispell.el (ispell-start-process): Defend against bad
22364 default-directory.
22365
22366 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22367
22368 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22369 content-transfer-encoding _last_, because it's its position that
22370 we need as value of base64-header-field-end.
22371
22372 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22373
22374 * files.el (mode-require-final-newline, require-final-newline)
22375 (enable-local-variables, enable-local-eval): Doc fixes.
22376
22377 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22378
22379 * ps-print.el: Use default color when foreground or background color
22380 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22381 (ps-print-version): New version 6.7.4.
22382 (ps-rgb-color): New argument. Use default color when color is
22383 unspecified.
22384 (ps-begin-job): Fix code.
22385
22386 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22387
22388 * longlines.el (longlines-mode): Make longlines-auto-wrap
22389 buffer-local. Add hooks unconditionally.
22390 (longlines-auto-wrap): Toggle wrapping.
22391 (longlines-after-change-function)
22392 (longlines-post-command-function): Check longlines-auto-wrap.
22393
22394 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22395
22396 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22397 (xterm-mouse-translate): Use it.
22398
22399 2007-05-10 Richard Stallman <rms@gnu.org>
22400
22401 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22402 (iso-cvt-write-only): Likewise.
22403
22404 * emacs-lisp/easy-mmode.el (define-minor-mode):
22405 Fix generated doc string.
22406
22407 * startup.el (fancy-splash-text): Add URL of guided tour.
22408 Adjust horizontal and vertical whitespace.
22409
22410 * progmodes/compile.el (compilation-handle-exit):
22411 Use run-hook-with-args to run compilation-finish-functions.
22412
22413 * files.el (file-start-mode-alist): New variable.
22414 (magic-mode-regexp-match-limit): Doc fix.
22415 (set-auto-mode): Handle file-start-mode-alist.
22416 A little cleanup of structure.
22417
22418 * dabbrev.el (dabbrev-eliminate-newlines):
22419 Renamed from dabbrev--eliminate-newlines. All uses changed.
22420
22421 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22422
22423 * man.el (Man-next-section): Don't consider the last line of the page
22424 as being part of any section.
22425
22426 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22427
22428 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22429 can take any number of values.
22430
22431 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22434 to the list of citation commands.
22435
22436 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22437
22438 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22439
22440 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22441
22442 * progmodes/python.el (python-font-lock-keywords)
22443 (python-open-block-statement-p, python-mode): Add support for the new
22444 "with" keyword.
22445
22446 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22447
22448 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22449 the exact opposite of diff-goto-source.
22450
22451 * emacs-lisp/advice.el (ad-special-forms): Remove.
22452 (ad-special-form-p): Use subr-arity.
22453
22454 * newcomment.el (comment-search-forward): Make sure we search forward.
22455 (comment-enter-backward): Try and distinguish the non-matching case at
22456 EOB from the non-matching case with a missing comment-end-skip for
22457 a 2-char comment ender.
22458 (comment-choose-indent): New function extracted from comment-indent.
22459 Improve the alignment algorithm.
22460 (comment-indent): Use it.
22461
22462 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22463 XML style Processing Instructions.
22464 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22465 (sgml-calculate-indent): Handle `pi' context.
22466
22467 * vc.el: Ensure that update-changelog issues an error when used with
22468 a backend that does not implement it.
22469 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22470 Remove `backend' argument. Use expand-file-name.
22471 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22472
22473 * progmodes/python.el (python-end-of-block): Revert last change.
22474 (python-end-of-statement): Make sure we move *forward*.
22475
22476 2007-05-08 Richard Stallman <rms@gnu.org>
22477
22478 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22479 Don't include non-self-insert commands in the exception for `-'.
22480
22481 2007-05-08 David Reitter <david.reitter@gmail.com>
22482
22483 * progmodes/python.el (python-guess-indent): Check non-nullness
22484 before comparing indent against the 2..8 interval.
22485
22486 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22487
22488 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22489 available.
22490
22491 2007-05-06 Richard Stallman <rms@gnu.org>
22492
22493 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22494
22495 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22496
22497 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22498 rather than storing their value in the revert-buffer function.
22499
22500 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22501
22502 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22503 when disabling t-mouse-mode.
22504
22505 2007-05-01 Davis Herring <herring@lanl.gov>
22506
22507 * calendar/timeclock.el: Update version number.
22508 (timeclock-modeline-display): Mention timeclock-use-display-time
22509 in explanatory message.
22510 (timeclock-in): Fix non-interactive workday specifications.
22511 (timeclock-log): Don't kill the log buffer if it already existed.
22512 Suppress warnings when finding the log. Don't check for a nil
22513 project twice. Run hooks after killing the buffer (if applicable).
22514 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22515 was geometric). All uses changed.
22516 (timeclock-generate-report): Support prefix argument.
22517
22518 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22519
22520 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22521 disconnections.
22522
22523 2007-05-01 Romain Francoise <romain@orebokech.com>
22524
22525 * dired-x.el: Revert 2007-04-06 change.
22526
22527 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22528
22529 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22530
22531 2007-04-29 Richard Stallman <rms@gnu.org>
22532
22533 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22534
22535 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22536
22537 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22538 than 1.
22539
22540 2007-04-28 Richard Stallman <rms@gnu.org>
22541
22542 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22543
22544 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22545
22546 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22547 don't put stop on toolbar.
22548
22549 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22550
22551 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22552
22553 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22554
22555 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22556 instead of $(lisp)/mh-e.
22557
22558 2007-04-28 Glenn Morris <rgm@gnu.org>
22559
22560 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22561 (image-dired-cmd-create-temp-image-options): Replace option
22562 +profile "*" with -strip.
22563
22564 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22565
22566 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22567 Use window-start and window-end.
22568
22569 2007-04-27 Andreas Schwab <schwab@suse.de>
22570
22571 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22572
22573 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22574
22575 * textmodes/fill.el (fill-paragraph): Doc fix.
22576
22577 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22578
22579 * locate.el (locate-in-alternate-database): Doc fix.
22580
22581 2007-04-26 Glenn Morris <rgm@gnu.org>
22582
22583 * button.el (button): Use underline if supported, else fall back
22584 to color.
22585
22586 * version.el (emacs-version): Increase to 22.1.50.
22587
22588 2007-04-25 Richard Stallman <rms@gnu.org>
22589
22590 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22591
22592 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22593
22594 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22595 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22596 pushing mark.
22597 (idlwave-current-routine): Don't push mark.
22598
22599 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22600
22601 * image-dired.el (image-dired-display-image): Derive image-type from
22602 filename rather than assuming jpeg, in case no resizing was needed.
22603
22604 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22605
22606 * custom.el (defface): Doc fix.
22607
22608 See ChangeLog.12 for earlier changes.
22609
22610 ;; Local Variables:
22611 ;; coding: utf-8
22612 ;; add-log-time-zone-rule: t
22613 ;; End:
22614
22615 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22616
22617 This file is part of GNU Emacs.
22618
22619 GNU Emacs is free software; you can redistribute it and/or modify
22620 it under the terms of the GNU General Public License as published by
22621 the Free Software Foundation; either version 3, or (at your option)
22622 any later version.
22623
22624 GNU Emacs is distributed in the hope that it will be useful,
22625 but WITHOUT ANY WARRANTY; without even the implied warranty of
22626 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22627 GNU General Public License for more details.
22628
22629 You should have received a copy of the GNU General Public License
22630 along with GNU Emacs; see the file COPYING. If not, write to the
22631 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22632 Boston, MA 02110-1301, USA.
22633
22634 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af