Remove outdated comments.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc.el: Remove outdated comments.
4 (defcalcmodevar, calc-mode-var-list-restore-default-values)
5 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
6 Add docstrings.
7
8 2008-03-19 Jason Rumney <jasonr@gnu.org>
9
10 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
11
12 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13
14 * net/tls.el (open-tls-stream): Reindent.
15
16 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
17
18 * net/tramp.el (tramp-let-maybe): Removed.
19 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
20 It does not exist under XEmacs.
21 (tramp-handle-file-truename, tramp-handle-expand-file-name)
22 (tramp-completion-file-name-handler): Let-bind
23 `directory-sep-char'.
24
25 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
26 `directory-sep-char'.
27
28 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * help-fns.el (describe-function-1): Don't signal "missing arglist"
31 for autoloaded keymaps.
32
33 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
34 (electric-verilog-terminate-line, verilog-in-struct-region-p)
35 (verilog-backward-ws&directives, verilog-forward-ws&directives)
36 (verilog-in-comment-p, verilog-in-star-comment-p)
37 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
38 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
39 (verilog-skip-forward-comment-or-string, verilog-in-paren)
40 (verilog-skip-forward-comment-p): Use it.
41
42 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
43
44 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
45 (org-remember-templates, org-time-stamp-rounding-minutes)
46 (org-back-over-empty-lines, org-find-base-buffer-visiting)
47 (org-columns-new): Fix typos in docstrings.
48
49 2008-03-19 Glenn Morris <rgm@gnu.org>
50
51 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
52 (tramp-handle-shell-command): Use condition-case rather than
53 ignore-errors.
54
55 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
56
57 * diff-mode.el (diff-header): Make the color louder.
58 (diff-refine-change): Tone the color down.
59
60 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
61
62 * descr-text.el (describe-char): When `describe-char-unidata-list'
63 is set to show all properties, list them in the right order.
64
65 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * international/mule.el (load-with-code-conversion): Avoid setting
68 default-enable-multibyte-characters.
69
70 2008-03-19 Gustav H\e$(Q)[\e(Bllberg <gustav@virtutech.com> (tiny change)
71
72 * vc.el (vc-annotate-background): Fix custom type.
73
74 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * descr-text.el (describe-char-unidata-list): Allow specifying
77 just all properties.
78 (describe-char): Handle that new value.
79
80 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
81
82 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
83
84 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
85 instead of file name extension to make docs with uncommon
86 extensions work.
87
88 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
89
90 * doc-view.el (require): Require cl at compile time because
91 `assert' needs it.
92
93 2008-03-18 Glenn Morris <rgm@gnu.org>
94
95 * calendar/calendar.el (initial-calendar-window-hook)
96 (today-visible-calendar-hook): Doc fixes.
97
98 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/tramp.el (tramp-root-regexp): Simplify.
101 (tramp-completion-file-name-regexp-separate): Don't insist on
102 leading "[". This prevents method or user or host completion.
103 (tramp-let-maybe): Autoload it.
104 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
105 is an alias for `identity'.
106 (tramp-handle-write-region): Protect `last-coding-system-used'
107 over the trailing statements.
108 (tramp-completion-file-name-handler-post-function): Remove.
109 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
110 instead of calling `tramp-drop-volume-letter'.
111
112 * net/tramp.el:
113 * net/tramp-uu.el:
114 * net/trampver.el: Move coding cookie at the end.
115
116 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
119 elements which may be something else than characters.
120
121 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
124 New functions to implement vc-status support.
125
126 * vc.el (vc-default-extra-status-menu)
127 (vc-add-to-vc-status-buffer): New functions.
128
129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
130 for eldoc and ielm.
131
132 2008-03-17 Glenn Morris <rgm@gnu.org>
133
134 * calendar/cal-x.el (diary-frame-parameters)
135 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
136 Fix custom type; add options.
137 (calendar-frame, diary-frame): Doc fixes.
138 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
139 new functions.
140 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
141 Use calendar-frame-1 and calendar-dedicate-diary.
142 (calendar-one-frame-setup): Also handle only-one-frame case.
143 (calendar-only-one-frame-setup): Doc fix. Just call
144 calendar-one-frame-setup.
145
146 * calendar/diary-lib.el: Re-order some definitions before their use.
147 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
148 (diary-list-entries): Doc fixes.
149 (make-fancy-diary-display): Remove function.
150
151 * calendar/calendar.el (calendar-today-marker)
152 (initial-calendar-window-hook, today-visible-calendar-hook)
153 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
154 (calendar-star-date, calendar-mark-today): Doc fixes.
155 (today-visible-calendar-hook): Add options.
156 (calendar-in-read-only-buffer): New macro.
157 (calendar-basic-setup): Adapt for change in calendar-read-date.
158 Place holiday let inside if.
159 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
160 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
161 (calendar-print-other-dates): Use one let rather than many.
162
163 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
164 (calendar-print-other-dates):
165 * calendar/cal-hebrew.el (list-yahrzeit-dates):
166 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
167 * calendar/holidays.el (calendar-list-holidays, list-holidays)
168 (calendar-cursor-holidays):
169 * calendar/lunar.el (calendar-phases-of-moon): Use
170 calendar-in-read-only-buffer to replace previous code and disable undo.
171
172 2008-03-16 Juri Linkov <juri@jurta.org>
173
174 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
175 and regexp-search-ring-yank-pointer for the HISTPOS argument of
176 read-from-minibuffer to provide the correct initial minibuffer
177 history position in isearch-edit-string when it is called from
178 isearch-ring-adjust.
179
180 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
181 to check if the current buffer is the minibuffer, and in this case
182 call abort-recursive-edit to kill the minibuffer. Doc fix.
183 (kill-this-buffer-enabled-p): Allow this function to return non-nil
184 when the current buffer is the minibuffer.
185
186 * simple.el (goto-line): Leave mark at previous position. Doc fix.
187
188 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
189
190 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
191 Use non-nil PARENTS attribute of make-directory instead of
192 explicitly checking existence the current cache directory.
193
194 2008-03-16 Daiki Ueno <ueno@unixuser.org>
195
196 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
197 M-x epa-file-select-keys.
198
199 2008-03-16 Kenichi Handa <handa@m17n.org>
200
201 * international/mule.el (auto-coding-alist):
202 Use no-conversion-multibyte for archive files.
203
204 2008-03-16 Glenn Morris <rgm@gnu.org>
205
206 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
207 New functions.
208 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
209 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
210 Use calendar-mark-1.
211 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
212 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
213 Use calendar-mark-complex.
214 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
215 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
216 Use calendar-mark-1.
217
218 * calendar/calendar.el (calendar-mod): Remove.
219 * calendar/cal-china.el (calendar-chinese-from-absolute)
220 (calendar-chinese-date-string): Expand calendar-mod calls.
221 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
222 Expand calendar-mod calls.
223
224 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
225 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
226 (diary-bahai-insert-yearly-entry): Use let rather than let*.
227 Move obsolete aliases after the functions that replaced them.
228
229 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
230 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
231 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
232 Use let rather than let*.
233 (calendar-hebrew-prompt-for-date): New function.
234 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
235 (holiday-tisha-b-av-etc): Use unless, let.
236
237 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
238 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
239
240 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
241
242 * calendar/calendar.el (calendar-for-loop): Add indent spec.
243
244 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
245 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
246 than concat.
247 (diary): Remove un-needed let.
248 (view-other-diary-entries): Rename argument.
249 (diary-list-entries-2): New function.
250 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
251 (print-diary-entries): Use unless.
252 (diary-mark-entries-1): Change argument order, make all but
253 markfunc optional. Handle the standard (Gregorian) case.
254 Use match-string-no-properties. Handle marks.
255 (mark-diary-entries): Use diary-mark-entries-1.
256 (diary-font-lock-keywords-1): New macro.
257 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
258
259 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
260
261 * icalendar.el (icalendar-version): Increase to 0.18.
262 (icalendar-export-hidden-diary-entries): New variable.
263 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
264 In case of error, insert full error-val.
265 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
266 Use calendar-day-of-week. Return the day number.
267 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
268
269 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
270
271 * icalendar.el (icalendar-recurring-start-year): New variable.
272 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
273 (icalendar-export-region): Ignore hidden diary entries.
274 (icalendar--convert-ordinary-to-ical): Fix case where event
275 spans across midnight boundary.
276 (icalendar-first-weekday-of-year): New function.
277 (icalendar--convert-weekly-to-ical): Allow user-selectable start
278 year for recurring events (Mozilla calendars do not propagate
279 recurring events forever, so year 2000 start date was not working).
280 (icalendar--convert-yearly-to-ical): Remove extra spaces in
281 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
282
283 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp.el (tramp-root-regexp): New defconst.
286 (tramp-completion-file-name-regexp-unified)
287 (tramp-completion-file-name-regexp-separate)
288 (tramp-completion-file-name-regexp-url): Use it.
289 (tramp-do-copy-or-rename-file-via-buffer):
290 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
291 t for `insert-file-contents-literally'.
292 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
293 Autoload it.
294 (tramp-completion-file-name-handler-post-function): New defconst.
295 (tramp-completion-file-name-handler): Use it.
296 (tramp-maybe-open-connection): Update calls to
297 `tramp-flush-connection-property' for removed 2nd argument.
298
299 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
302 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
303 New functions.
304
305 2008-03-15 Glenn Morris <rgm@gnu.org>
306
307 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
308 New functions.
309 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
310 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
311 (diary-list-entries-1, diary-mark-entries-1): Autoload.
312 (diary-bahai-list-entries): Use diary-list-entries-1.
313 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
314 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
315 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
316 (diary-list-entries-1, diary-mark-entries-1): Autoload.
317 (list-hebrew-diary-entries): Use diary-list-entries-1.
318 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
319 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
320 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
321 (diary-list-entries-1, diary-mark-entries-1): Autoload.
322 (list-islamic-diary-entries): Use diary-list-entries-1.
323 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
324
325 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
326
327 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
328
329 * calendar/cal-china.el (number-chinese-months)
330 (calendar-chinese-from-absolute): Use nth, caar.
331
332 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
333
334 * calendar/cal-french.el (french-calendar-accents): Doc fix.
335
336 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
337 (calendar-hebrew-month-name-array-leap-year)
338 (hebrew-calendar-parashiot-names): Make constants.
339 (diary-parasha): Move definition after constants it uses.
340
341 * calendar/cal-html.el (cal-html-insert-link-yearpage)
342 (cal-html-htmlify-list): Doc fix.
343 (cal-html-htmlify-entry): Use nth.
344
345 * calendar/cal-islam.el (calendar-islamic-month-name-array)
346 (calendar-islamic-epoch): Make constants.
347 (calendar-islamic-epoch): Doc fix.
348
349 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
350
351 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
352 (cal-tex-month-name): Doc fix.
353 (cal-tex-last-blank-p): Use zerop.
354
355 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
356 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
357 (calendar-cursor-to-date): Doc fix.
358 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
359 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
360 (calendar-day-number): Use when.
361 (generate-calendar-month): Use dotimes.
362 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
363 (calendar-set-mark): Reverse conditional.
364 (calendar-make-alist): Move definition before use.
365
366 * calendar/diary-lib.el (diary-face-attrs)
367 (diary-glob-file-regexp-prefix, diary-selective-display)
368 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
369 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
370 (diary-anniversary, diary-cyclic)
371 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
372 (diary-header-line-format): Change wording.
373 (diary-list-entries): Set `date-start' in let.
374 (include-other-diary-files, mark-included-diary-files): Use format.
375 (simple-diary-display, fancy-diary-display): Use cadr, unless.
376 (mark-diary-entries): Use 1+.
377 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
378 (mark-calendar-month): Use dotimes.
379
380 * calendar/holidays.el (displayed-month, displayed-year):
381 Move declarations where needed.
382 (calendar-list-holidays): Doc fix.
383
384 * calendar/parse-time.el (parse-time-string): Simplify.
385
386 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
387 Make constants.
388 (solar-sunrise-sunset): Rename some local variables for clarity.
389 (sunrise-sunset): Use zerop.
390 (solar-mean-equinoxes/solstices): Doc fix.
391
392 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
393 Use nth.
394 (timeclock-completing-read, timeclock-generate-report): Use zerop.
395 (timeclock-mean, timeclock-generate-report): Use dolist.
396
397 * calendar/todo-mode.el (todo-add-category): Simplify.
398 (todo-more-important-p, todo-delete-item, todo-file-item):
399 Use unless, when.
400 (todo-top-priorities): Use zerop.
401
402 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
403
404 * buff-menu.el (list-buffers-noselect): Display buffer name in
405 tooltip instead of mouse binding when it doesn't fit in the list.
406
407 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
408
409 * faces.el (xw-defined-colors):
410 * simple.el (widget-convert, shell-mode): Declare as functions
411 instead of autoloading.
412
413 * abbrev.el:
414 * button.el:
415 * cus-face.el:
416 * ediff-hook.el:
417 * emacs-lisp/backquote.el:
418 * emacs-lisp/timer.el:
419 * facemenu.el:
420 * faces.el:
421 * menu-bar.el:
422 * simple.el:
423 * subr.el:
424 * textmodes/fill.el:
425 * textmodes/paragraphs.el: Remove autoloads, redundant when the
426 files are preloaded.
427
428 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * desktop.el (desktop-create-buffer): Don't catch errors if
431 debug-on-error is set.
432
433 2008-03-14 Eli Zaretskii <eliz@gnu.org>
434
435 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
436 ($(lisp)/calendar/diary-loaddefs.el)
437 ($(lisp)/calendar/hol-loaddefs.el): New targets.
438 (LOADDEFS): New macro.
439 (autoloads): Depend on $(LOADDEFS).
440
441 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
442
443 * font-lock.el (featurep): Remove test, not useful anymore.
444 (facemenu-keymap): Move key binding ...
445 * facemenu.el (facemenu-keymap): ... here.
446
447 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
448 for each file in the list.
449 (vc-bzr-log-view-mode): Recognize the file marker.
450
451 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
452 for checkdoc and profiling.
453
454 2008-03-14 Bastien Guerry <bzg@altern.org>
455
456 * textmodes/flyspell.el (nxml-mode): Add the right
457 `flyspell-mode-predicate'.
458
459 * wid-edit.el (link): Use 'mouse-face for :follow-link.
460
461 2008-03-14 Glenn Morris <rgm@gnu.org>
462
463 * calendar/solar.el: Reorder so that functions are defined before use.
464 (displayed-month, displayed-year): Move declarations where needed.
465 (solar-get-number): Move definition before use. Use unless.
466 (solar-equatorial-coordinates): Simplify.
467 (solar-sunrise-and-sunset): Use let rather than let*.
468 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
469
470 * startup.el (command-line-1): Rename -internal-script back to
471 -scriptload (reverts previous change).
472
473 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
474 (calendar-bahai-leap-base): Add doc strings.
475 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
476 Move definition before use.
477 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
478 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
479 variables outside the loop. Use dolist.
480 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
481
482 * calendar/cal-china.el: Re-order so that functions are defined before
483 use.
484 (displayed-month, displayed-year): Move declarations where needed.
485 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
486 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
487 Add doc strings.
488 (chinese-year-cache): Recenter on 2010. Doc fix.
489 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
490 Doc fix. Simplify.
491 (chinese-year-cache-init): New function.
492 (compute-chinese-year, holiday-chinese-new-year)
493 (calendar-chinese-date-string, calendar-goto-chinese-date)
494 (make-chinese-month-assoc-list): Use cadr, nth.
495 (chinese-months): Remove un-needed let.
496
497 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
498 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
499 (coptic-prompt-for-date): Move definition before use.
500
501 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
502 (calendar-dst-find-data, calendar-daylight-time-offset)
503 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
504 (calendar-daylight-savings-starts-time)
505 (calendar-daylight-savings-ends-time): Use cadr, nth.
506
507 * calendar/cal-french.el (french-calendar-epoch)
508 (calendar-goto-french-date): Doc fix.
509 (french-calendar-month-name-array)
510 (french-calendar-multibyte-month-name-array)
511 (french-calendar-day-name-array, french-calendar-special-days-array):
512 Add doc strings.
513
514 * calendar/cal-hebrew.el (displayed-month, displayed-year)
515 (original-date): Move declarations where needed.
516 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
517 Doc fix.
518 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
519 constant variables outside the loop. Use dolist.
520
521 * calendar/cal-islam.el (displayed-month, displayed-year)
522 (original-date): Move declarations where needed.
523 (islamic-calendar-day-number): Remove unused local variable `day'.
524 (calendar-goto-islamic-date): Doc fix.
525 (holiday-islamic): Use unless.
526 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
527 constant variables outside the loop. Use dolist.
528 (mark-islamic-calendar-date-pattern): Move definition before use.
529 Use unless.
530 (mark-islamic-diary-entries): Doc fix.
531 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
532 (insert-yearly-islamic-diary-entry): Use let rather than let*.
533
534 * calendar/cal-julian.el (calendar-absolute-from-julian):
535 Move definition before use. Remove un-needed local `day'.
536 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
537
538 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
539 (calendar-mayan-tzolkin-names-array): Add doc strings.
540 (calendar-mayan-long-count-from-absolute): Use a single let.
541 (calendar-string-to-mayan-long-count): Simplify.
542 (calendar-next-haab-date, calendar-previous-haab-date)
543 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
544 (calendar-previous-calendar-round-date)
545 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
546 Doc fix.
547 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
548 (calendar-mayan-date-string, calendar-print-mayan-date)
549 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
550 (calendar-mayan-long-count-common-era): Move definitions before use.
551
552 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
553 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
554 Doc fix.
555 (calendar-mouse-goto-date): Move definition before use.
556
557 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
558 Move definition before use.
559 (calendar-cursor-to-visible-date): Move definition before use.
560 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
561 and place inside the conditional.
562 (calendar-forward-day): Simplify.
563 (calendar-end-of-month): Use unless.
564 (calendar-goto-day-of-year): Doc fix.
565 Relocate obsolete aliases after their replacements.
566
567 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
568
569 * calendar/diary-lib.el (mark-diary-entries): Move some constant
570 variables outside the diary-date-forms loop.
571
572 * calendar/calendar.el (diary-file): Doc fix.
573 (calendar-buffer-list): Return buffers rather than strings (fixes
574 previous change).
575 (hebrew-holidays-4): Fix typo.
576
577 * calendar/holidays.el (displayed-month, displayed-year):
578 Move declarations where needed.
579 (calendar-holiday-list, calendar-list-holidays)
580 (holiday-filter-visible-calendar): Move definitions before use.
581 (list-holidays): Use cadr.
582 Relocate obsolete aliases after their replacements.
583
584 * calendar/lunar.el (date, displayed-month, displayed-year):
585 Move declarations where needed.
586 (lunar-phase-list): Move definition after functions it uses.
587 (calendar-phases-of-moon, diary-phases-of-moon)
588 (lunar-new-moon-on-or-after): Use cadr, nth.
589 (lunar-new-moon-on-or-after): Doc fix.
590
591 * textmodes/org-irc.el (top-level): CL not required when compiling.
592 (org-irc-visit-erc): Replace runtime CL functions.
593
594 * textmodes/org-publish.el (declare-function): Add compatibility stub.
595 (org-publish-delete-dups): Declare as function.
596
597 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
598
599 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
600 (vc-bzr-show-log-entry): Make regexp match more cases.
601 (vc-diff-switches-list): Remove autoload, not needed.
602
603 2008-03-14 Juri Linkov <juri@jurta.org>
604
605 * isearch.el (isearch-edit-string): Remove one call to
606 `isearch-push-state' not to push an inconsistent state,
607 but keep another correct call to `isearch-push-state'.
608 (isearch-ring-adjust): Call `isearch-push-state' only when
609 `search-ring-update' is non-nil since `isearch-edit-string'
610 already pushes its state.
611 (isearch-message): Improve matching the failed part by checking
612 if the original message starts with the last successful message.
613
614 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
615 (dired-perm-write): Rename from `dired-warn-writable'.
616 Change parent face from `font-lock-warning-face' to
617 `font-lock-comment-delimiter-face'.
618 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
619 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
620 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
621 with `dired-perm-write-face'.
622
623 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
624
625 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
626 Create cache dir only if it doesn't already exist.
627
628 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
631 of \ and '.
632
633 2008-03-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
634
635 * net/browse-url.el (browse-url-text-xterm):
636 Unquote browse-url-text-browser.
637
638 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
639
640 * textmodes/org-mouse.el: Version number change.
641
642 * textmodes/org-publish.el (org-publish-expand-components):
643 Remove null projects from the list of components.
644 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
645 Remove unused retrieval of the :publishing-directory property.
646 (org-publish-file): Bugfix: when using a relative directory as the
647 publishing directory, convert it to a directory filename.
648 (org-publish-project): New alias.
649 (org-publish-get-files): Protect against empty p.
650 (org-publish-file): Send an error when file is not part of any project.
651 (org-publish-file): Offer to refresh the list of files in known
652 project when the current file is not part of any project.
653 (org-publish-before-export-hook)
654 (org-publish-after-export-hook): New hooks.
655 (org-publish-org-to): Use new hooks and kill buffers.
656 (org-publish-file): Remove the code for killing buffers.
657 (org-publish-initialize-files-alist): Use interactive.
658 (org-publish-file): If the publishing function creates a new
659 buffer, kill it after publishing.
660 (org-publish-timestamp-filename): Protect ":" in file name path
661 under windows.
662
663 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
664 change that killed the LaTeX buffer.
665
666 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
667 in the decision tree.
668 (org-select-remember-template): Clean the code.
669 (org-prepare-dblock): Add the extra :content parameter.
670 (org-write-agenda): New output type ".ics" files.
671 (org-write-agenda): Call `org-icalendar-verify-function', both for
672 time stamps and for TODO entries.
673 (org-agenda-collect-markers, org-create-marker-find-array)
674 (org-check-agenda-marker-table): New functions.
675 (org-agenda-marker-table): New variable.
676 (org-export-as-html): Revert the change that killed the html
677 buffer. Side effects first need to be studied carefully.
678 (org-get-tags-at): Fix the structure of the condition-case statement.
679 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
680 (org-timestamp-change): Fix regulear expressions to swallow the
681 extra character for repeat-shift control.
682 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
683 (org-get-legal-level): Alias to `org-get-valid-level'.
684 (org-dblock-write:clocktable): Add a :link parameter, linking
685 headlines to their location in the Org agenda files.
686 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
687 throwing an error when getting tags before headlines.
688 (org-timestamp-change, org-modify-ts-extra)
689 (org-ts-regexp1): Fix timestamp editing.
690 (org-agenda-custom-commands-local-options): New constant.
691 (org-agenda-custom-commands):
692 Use `org-agenda-custom-commands-local-options' to improve customize
693 type. "htmlize": Removed hack to fix face problem with htmlize,
694 it no longer seem necessary.
695 (org-follow-link-hook): New hook.
696 (org-agenda-custom-commands): Add "Component" as a tag for each
697 item in a command serie.
698 (org-open-at-point): Run `org-follow-link-hook'.
699 (org-agenda-schedule): Bugfix: don't display marker type when it
700 is nil.
701 (org-store-link): org-irc required.
702 (org-set-regexps-and-options): Parse the new logging options.
703 (org-extract-log-state-settings): New function.
704 (org-todo): Handle the new ways of recording state change stuff.
705 (org-local-logging): New function.
706 (org-columns-open-link): Fix bug with opening link in column view.
707 (org-local-logging): New function
708 (org-todo): Make sure that LOGGING properties are honoured.
709 (org-todo-keywords): Improve docstring.
710 (org-startup-options): Cleanup startup options.
711 (org-set-regexps-and-options): Process the "!" markers.
712 (org-todo): Respect the new logging stuff.
713 (org-log-note-how): New variable.
714 (org-add-log-maybe): New parameter HOW that defines how logging
715 should be done and also overrides PURPOSE. Add a docstring.
716 (org-add-log-note): Check if we really need to ask for a note.
717 (org-get-current-options): Digest the new keyword.
718 (org-agenda-reset-markers): Rename from
719 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
720 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
721 function, without force argument.
722 (org-buffer-property-keys): Bind local variables s and p.
723 (org-make-tags-matcher): Allow "" to match an empty or
724 non-existent property value.
725 (org-export-as-html): Join unsorted lists when they directly
726 follow each other. Such lists may be created by headlines that
727 are converted to lists.
728 (org-nofm-to-completion): New function.
729 (org-export-as-html): Use :html-extension instead of
730 org-export-html-extension.
731 (org-store-link): Support for links from `rmail-summary-mode'.
732 (org-columns-new, org-complete, org-set-property): Set the
733 `include-columns' argument in the call to
734 `org-buffer-property-keys'.
735 (org-buffer-property-keys): New argument `include-columns', to
736 include properties expected by any of the COLUMS formats in the
737 current buffer.
738 (org-cleaned-string-for-export): Get rid of drawers first, so that
739 they will be removed also in the text before the first headline.
740 (org-clock-report): Show the clocktable when found.
741 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
742 (org-version): With prefix argument, insert `org-version' at point.
743 (org-agenda-goto): Recenter the window after finding the target
744 location, to make sure the correct position will be displayed.
745 (org-agenda-get-deadlines): Don't scale priority with the warning
746 period.
747 (org-insert-heading): Don't break line in the middle of the line.
748 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
749 be 0.
750 (org-update-checkbox-count): Revamp to deal with hierarchical
751 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
752 (org-remove-timestamp-with-keyword): New function.
753 (org-schedule, org-deadline):
754 Use `org-remove-timestamp-with-keyword' to make sure all such time
755 stamps are removed.
756 (org-mode): Support for `align'.
757 (org-agenda-get-deadlines): Make sure priorities increase as the
758 due date approaches and is passed.
759 (org-remember-apply-template): Fix problem with tags that
760 contain "_" or "@".
761 (org-make-link-regexps): Improve the regular expression for plain links.
762 (org-agenda-get-closed): List each clocking entry.
763 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
764 (org-special-ctrl-k): New option.
765 (org-kill-line): New function.
766 (org-archive-all-done): Fix incorrect number of stars in regexp.
767 (org-refile-get-location): New function.
768 (org-refile-goto-last-stored): New function.
769 (org-global-tags-completion-table): Add the value of org-tag-alist
770 in each buffer, to make sure that also unused tags will be
771 available for completion.
772 (org-columns-edit-value)
773 (org-columns-next-allowed-value): Only update if not in agenda.
774 (org-clocktable-steps): New function.
775 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
776 (org-archive-subtree): Add the outline tree context as a property.
777 (org-closest-date): New optional argument `prefer'.
778 (org-goto-auto-isearch): New option.
779 (org-goto-map, org-get-location): Implement auto-isearch.
780 (org-goto-local-auto-isearch-map): New variable.
781 (org-goto-local-search-forward-headings)
782 (org-goto-local-auto-isearch): New functions
783
784 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
785
786 * textmodes/org-irc.el: New file.
787
788 2008-03-13 John Wiegley <johnw@gnu.org>
789
790 * textmodes/org-mac-message.el: New file.
791
792 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
793
794 * font-lock.el (font-lock-comment-face): Set the foreground for
795 the light background 8 colors case.
796
797 2008-03-13 Glenn Morris <rgm@gnu.org>
798
799 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
800 generate-autoload-cookie patterns.
801
802 * startup.el (command-line-1): Rename -scriptload to -internal-script.
803
804 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
805 (MH_E_SRC): Remove variable.
806 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
807 Simplify file header. Use $@ for generated-autoload-file.
808
809 * Makefile.in (LOADDEFS): New variable.
810 (AUTOGENEL): Use $LOADDEFS.
811 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
812 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
813 ($(lisp)/calendar/hol-loaddefs.el): New targets.
814 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
815 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
816 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
817 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
818 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
819 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
820 Add calendar-specific autoload cookies, and remove any setting of
821 generated-autoload-file.
822 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
823 * calendar/diary-lib.el: Replace explicit autoloads with reading of
824 diary-loaddefs.
825 * calendar/holidays.el: Replace explicit autoloads with reading of
826 hol-loaddefs.
827
828 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
829 (calendar-buffer-list): Simplify.
830 (generate-calendar-window): Use calendar-mark-holidays rather than
831 obsolete alias.
832
833 * calendar/cal-hebrew.el (list-yahrzeit-dates):
834 Use cal-hebrew-yahrzeit-buffer.
835
836 * calendar/cal-x.el (calendar-only-one-frame-setup)
837 (calendar-two-frame-setup): Doc fixes.
838 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
839
840 * calendar/appt.el (appt-mode-string): Mark as risky.
841 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
842
843 * calendar/cal-html.el (diary-list-entries):
844 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
845 (calendar-iso-from-absolute): Fix autoloads.
846
847 * calendar/cal-iso.el (calendar-absolute-from-iso)
848 (calendar-iso-read-args): Simplify.
849 (calendar-iso-date-string, calendar-iso-read-args)
850 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
851
852 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
853 (displayed-month, displayed-year): Move declarations where needed.
854 (calendar-print-astro-day-number): Doc fix.
855
856 * calendar/cal-persia.el (persian-calendar-month-name-array)
857 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
858 (persian-prompt-for-date): Remove local variable `today'.
859
860 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
861
862 * calendar/solar.el (solar-moment, solar-exact-local-noon)
863 (solar-sunrise-sunset, solar-sunrise-sunset-string)
864 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
865 (diary-sabbath-candles, solar-equinoxes/solstices)
866 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
867 (solar-time-equation, solar-date-to-et): Simplify.
868
869 * mail/supercite.el: Remove the `function' in `(function (lambda'.
870 Replace `(car (cdr' with cadr'.
871
872 * progmodes/f90.el (f90-font-lock-n): New function.
873 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
874 Use f90-font-lock-n.
875 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
876
877 * progmodes/f90.el (f90-mode-abbrev-table):
878 * progmodes/fortran.el (fortran-mode-abbrev-table):
879 Use newer form of define-abbrev, where supported. No need to bind
880 abbrevs-changed for system abbrevs.
881
882 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
885 delete-frame-functions.
886
887 * bookmark.el (Info-current-node): Remove.
888
889 2008-03-12 Juri Linkov <juri@jurta.org>
890
891 * help.el (describe-project): Remove defaliases for view-todo and
892 describe-project that are now unnecessary after the merge from
893 emacs--rel--22 that added define-obsolete-function-alias.
894
895 * startup.el (inhibit-startup-screen): Revert incomplete
896 2008-03-10 merge from emacs--rel--22 that partly reverted
897 2008-02-28 change that added initial message to *scratch* buffer
898 regardless of the value of `inhibit-startup-screen'.
899 Now keep this change in the trunk, but not in the 22 branch.
900
901 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * international/quail.el (quail-setup-completion-buf, quail-help):
904 * mail/binhex.el (binhex-decode-region-internal):
905 * mail/uudecode.el (uudecode-decode-region-internal):
906 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
907 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
908 setting default-enable-multibyte-characters.
909
910 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
911
912 * comint.el: Fix up indentation and comment style. Remove `function'.
913
914 * international/mule-cmds.el (reset-language-environment)
915 (set-language-environment-nonascii-translation):
916 Don't set-unibyte-charset.
917
918 * doc-view.el: Remove all cb-args, use closures instead.
919 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
920 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
921 doing an incorrect check). Update all callers to use the new name.
922 (doc-view-doc->txt): Add missing `txt' argument.
923
924 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
925
926 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
927 md5 sum calculation to single-byte.
928
929 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * doc-view.el (doc-view-new-window-function): Add assertion.
932 (doc-view-doc-type): New var.
933 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
934 (doc-view-intersection): New fun.
935 (doc-view-mode): Use it to set the new var.
936
937 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
938
939 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
940 (doc-view-already-converted-p): New functions.
941 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
942 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
943 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
944 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
945 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
946 (doc-view-convert-current-doc): Don't hardwire the functions the
947 sentinels call. Now they're provided by two args CALLBACK and
948 CB-ARGS to the functions.
949 (doc-view-search): Use doc-view-doc->txt.
950 (doc-view-initiate-display): Use doc-view-already-converted-p.
951 Mention new binding C-c C-t if doc-view-mode doesn't work.
952
953 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
956
957 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
960 Mark " outside of tags as punctuation.
961
962 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * menu-bar.el (minibuffer-local-map): Use the same command for the
965 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
966 Prefer RET over C-j for exit-minibuffer.
967
968 * files.el (display-buffer-other-frame): Eliminate problematic code.
969
970 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
971 (menu-bar-select-buffer): Remove.
972 (menu-bar-select-frame): Make non-interactive and take a frame arg.
973 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
974
975 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
976
977 * icomplete.el (icomplete-completions): Remove obsolete code.
978
979 * net/net-utils.el (iwconfig-program-options): Doc fix.
980 (net-utils-run-program, run-network-program): Define as functions.
981
982 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
983
984 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
985
986 2008-03-11 Glenn Morris <rgm@gnu.org>
987
988 * faces.el (mode-line-emphasis): New face.
989 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
990
991 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
992
993 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
994
995 * simple.el (set-mark-command): Doc fix.
996
997 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
1000
1001 * emacs-lisp/autoload.el (autoload-find-destination):
1002 Don't force raw-text.
1003
1004 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
1005 * calendar/cal-loaddefs.el: Don't version control.
1006
1007 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1008
1009 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
1010 entries and add :help to the existing ones.
1011
1012 2008-03-10 Glenn Morris <rgm@gnu.org>
1013
1014 * calendar/cal-hebrew.el (date, entry, number): Move declarations
1015 to where they are needed.
1016
1017 * calendar/calendar.el (diary-file, hebrew-holidays-1)
1018 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1019 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
1020 (calendar-version): Doc fixes.
1021 (calendar-absolute-from-gregorian): Use zerop.
1022 (calendar-mode-line-format): Make it a defcustom.
1023
1024 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
1025 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
1026 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
1027 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
1028 (mark-included-diary-files, mark-calendar-days-named)
1029 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
1030 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
1031 (insert-monthly-diary-entry, insert-yearly-diary-entry)
1032 (insert-anniversary-diary-entry, insert-block-diary-entry)
1033 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
1034 (diary-font-lock-sexps): Doc fixes.
1035 (diary-remind-message, mark-calendar-month): Use zerop.
1036 (diary-attrtype-convert, diary-pull-attrs): Simplify.
1037 (diary-list-entries): Revert let to let* (previous change).
1038
1039 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
1040
1041 2008-03-10 Kim F. Storm <storm@cua.dk>
1042
1043 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
1044 function aliases for the old names.
1045
1046 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * iswitchb.el (iswitchb-use-faces): Doc fix.
1049 (iswitchb-buffer-ignore, iswitchb-read-buffer):
1050 Fix typos in docstrings.
1051
1052 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1055 Fix typo.
1056 (verilog-type-font-keywords): Reindent.
1057
1058 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
1059
1060 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1061 grouping-keyword regular expression.
1062 (verilog-font-lock-keywords): Allow users to toggle special
1063 highlight of grouping-keywords.
1064 (verilog-highlight-grouping-keywords): The toggle for special
1065 highlighting of grouping keywords.
1066
1067 2008-03-10 Juri Linkov <juri@jurta.org>
1068
1069 * startup.el: Revert 2008-02-28 change that adds initial message
1070 to *scratch* buffer regardless of the value of
1071 `inhibit-startup-screen'.
1072
1073 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1074
1075 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1076 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1077 * progmodes/verilog-mode.el (verilog-mode):
1078 * net/socks.el (socks):
1079 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1080
1081 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
1084 (doc-view-bookmark-make-record): Use them.
1085 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
1086 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
1087
1088 * bookmark.el (bookmark-make-record-function): Change expected return
1089 value to include a suggested bookmark name.
1090 (bookmark-make): Split into bookmark-make-record and bookmark-store.
1091 Fix reversed `overwrite' semantics.
1092 (bookmark-set): Call bookmark-make-record before prompting the user.
1093 Then pass the result to bookmark-store later on.
1094 (bookmark-make-name-function): Remove.
1095 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
1096 * info.el (bookmark-make-name-function): Remove.
1097 (Info-mode): Don't set it.
1098 (Info-bookmark-make-name): Remove.
1099 (Info-bookmark-make-record): Use Info-current-node as suggested default
1100 bookmark name.
1101
1102 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
1103 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
1104 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
1105 (bookmark-annotation-buffer, bookmark-annotation-file)
1106 (bookmark-annotation-point, bookmark-send-annotation)
1107 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
1108 (bookmark-edit-annotation-text-func): Rename from
1109 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
1110 (bookmark-edit-annotation-mode-map): Move initialization into
1111 declaration.
1112
1113 * bookmark.el: Remove spurious * in docstrings.
1114 (bookmark-minibuffer-read-name-map): New var.
1115 (bookmark-set): Use it. Also pass the default value as it should.
1116 (bookmark-send-edited-annotation): Take no chances with text properties.
1117 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
1118 (bookmark-insert-buffer-name): Remove.
1119 (bookmark-buffer-file-name): Signal an error rather than returning nil.
1120
1121 2008-03-09 Thomas H\e$(Q)q\e(Bhn <xf27@arcor.de> (tiny change)
1122
1123 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
1124
1125 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * diff-mode.el (diff-mode-menu): Add :help.
1128
1129 2008-03-09 Glenn Morris <rgm@gnu.org>
1130
1131 * calendar/calendar.el (general-holidays, oriental-holidays)
1132 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
1133 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
1134 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
1135 (calendar-holidays): Restore autoload cookies, because people are
1136 used to using these variables without loading calendar.el.
1137
1138 * calendar/cal-islam.el (diary-islamic-date): Move to end.
1139 (date, number): Declare where needed.
1140
1141 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
1142 (list-sexp-diary-entries): Doc fixes.
1143 (diary-list-entries): Doc fix. Remove free variable `entry'.
1144 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
1145 Simplify setting of `date-holiday-list'.
1146 (mark-diary-entries): Remove free variable `entry'.
1147 (diary-list-entries, include-other-diary-files, fancy-diary-display):
1148 Use let where let* is not needed.
1149
1150 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
1153 make-record function, instead paste it in afterwards.
1154 (bookmark-make-record-for-text-file):
1155 * doc-view.el (doc-view-bookmark-make-record):
1156 * info.el (Info-bookmark-make-record): Don't mess with annotations.
1157
1158 2008-03-08 Glenn Morris <rgm@gnu.org>
1159
1160 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
1161
1162 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * calendar/diary-lib.el (diary-list-entries)
1165 (include-other-diary-files, mark-diary-entries)
1166 (mark-sexp-diary-entries, mark-included-diary-files)
1167 (diary-entry-time, list-sexp-diary-entries): Remove the special
1168 handling of ^M that dates back to the use of selective-display.
1169 (simple-diary-display): Obey setting of pop-up-frames.
1170 (body, entry): Remove unnecessary declarations.
1171
1172 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
1173 (bookmark-get-annotation, bookmark-set-annotation)
1174 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
1175 (bookmark-set-position, bookmark-get-front-context-string)
1176 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
1177 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
1178 * info.el (Info-bookmark-make-record): Don't bother recording point.
1179 (bookmark-get-filename, bookmark-get-front-context-string)
1180 (bookmark-get-rear-context-string, bookmark-get-position):
1181 Don't declare any more.
1182 (bookmark-get-info-node): Remove.
1183 (bookmark-prop-get): Declare.
1184 (Info-bookmark-jump): Use it.
1185
1186 2008-03-08 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
1187
1188 * subr.el (while-no-input): Don't splice BODY directly into the
1189 `or' form.
1190
1191 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1192
1193 * diff-mode.el (diff-ignore-whitespace-hunk):
1194 Bind inhibit-read-only before trying to change the buffer.
1195
1196 2008-03-08 Glenn Morris <rgm@gnu.org>
1197
1198 * calendar/appt.el (appt): Move custom group here from calendar.el.
1199 (appt-disp-window, appt-convert-time): Doc fixes.
1200
1201 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
1202 (calendar-bahai-mark-date-pattern):
1203 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
1204 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
1205 * calendar/cal-julian.el (calendar-absolute-from-julian):
1206 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
1207
1208 * calendar/cal-china.el (chinese-calendar): Move custom group here from
1209 calendar.el.
1210 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
1211 Make constants.
1212 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
1213 (chinese-calendar-daylight-savings-starts)
1214 (chinese-calendar-daylight-savings-ends)
1215 (chinese-calendar-daylight-savings-starts-time)
1216 (chinese-calendar-daylight-savings-ends-time)
1217 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
1218 Doc fixes.
1219
1220 * calendar/cal-coptic.el (coptic-name): Add doc string.
1221
1222 * calendar/cal-french.el (french-calendar-month-name-array)
1223 (french-calendar-day-name-array, french-calendar-special-days-array):
1224 Add doc strings.
1225
1226 * calendar/cal-bahai.el (diary-bahai-mark-entries)
1227 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
1228 (diary-bahai-insert-yearly-entry):
1229 * calendar/cal-dst.el (calendar-next-time-zone-transition)
1230 (calendar-time-zone):
1231 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
1232 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
1233 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
1234 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
1235 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
1236 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
1237 (list-islamic-diary-entries, mark-islamic-diary-entries)
1238 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
1239 (insert-yearly-islamic-diary-entry):
1240 * calendar/cal-iso.el (calendar-iso-read-args):
1241 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
1242 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
1243 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
1244 (calendar-next-calendar-round-date)
1245 (calendar-mayan-long-count-common-era):
1246 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
1247 (cal-menu-x-popup-menu, calendar-mouse-holidays)
1248 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
1249 (calendar-mouse-goto-date):
1250 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
1251 * calendar/holidays.el (holidays):
1252 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
1253 * calendar/time-date.el (date-to-time, time-subtract, time-add)
1254 (safe-date-to-time): Doc fixes.
1255
1256 * calendar/cal-persia.el (persian-calendar-month-name-array)
1257 (persian-calendar-epoch): Make constants.
1258
1259 * calendar/cal-tex.el (calendar-tex): Move custom group here from
1260 calendar.el.
1261
1262 * calendar/cal-x.el (diary-frame-parameters)
1263 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
1264 (calendar-after-frame-setup-hooks): Make defcustoms.
1265 (calendar-one-frame-setup, calendar-only-one-frame-setup)
1266 (calendar-two-frame-setup): Doc fix.
1267
1268 * calendar/cal-loaddefs.el: New file.
1269
1270 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1271 * calendar/cal-french.el, calendar/cal-html.el:
1272 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
1273 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
1274 * calendar/cal-tex.el, calendar/cal-x.el:
1275 Unquote lambda functions. Add autoload cookies to functions formerly
1276 autoloaded in calendar.el. Set `generated-autoload-file' to
1277 "cal-loaddefs.el".
1278
1279 * calendar/calendar.el: Move many autoloads to separate file,
1280 cal-loaddefs.el. Move defcustoms to start and re-order.
1281 (calendar-month-name-array, calendar-starred-day): No need to
1282 declare for compiler.
1283 (cal-loaddefs): Require it.
1284 (appt, chinese-calendar, calendar-tex): Move custom groups to the
1285 appropriate file.
1286 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
1287 Reverse logic.
1288 (diary-face, diary-file-name-prefix-function, diary-include-string)
1289 (diary-glob-file-regexp-prefix, diary-face-attrs)
1290 (diary-file-name-prefix, sexp-diary-entry-symbol)
1291 (print-diary-entries-hook, list-diary-entries-hook)
1292 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1293 (nongregorian-diary-marking-hook, diary-list-include-blanks):
1294 Move to diary-lib.
1295 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1296 (all-bahai-calendar-holidays): Doc fix.
1297 (calendar-insert-indented): Doc fix. Use when rather than if.
1298 (exit-calendar): Use mapc rather than mapcar.
1299 (calendar-cursor-to-date): Use zerop.
1300 (calendar-mark-ring): Add doc-string.
1301 (calendar-starred-day): Defvar it.
1302 (calendar-mode): Make calendar-starred-day local.
1303 (calendar-star-date): No need to make calendar-starred-day local.
1304
1305 * calendar/diary-lib.el: Move defcustoms to start.
1306 (diary-include-string, diary-list-include-blanks)
1307 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
1308 (diary-file-name-prefix, diary-file-name-prefix-function)
1309 (sexp-diary-entry-symbol, list-diary-entries-hook)
1310 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1311 (nongregorian-diary-marking-hook, print-diary-entries-hook):
1312 Move here from calendar.el.
1313 (diary-file-name-prefix-function): Use 'identity.
1314 (diary-face): Make it a defcustom, and mark as obsolete.
1315 (top-level): No need to require cal-hebrew, cal-islam when compiling.
1316 (calendar-hebrew-month-name-array-leap-year)
1317 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
1318 Define for compiler.
1319 (diary-font-lock-keywords): Use format rather than concat.
1320 Add bahai-diary-entry-symbol.
1321
1322 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
1323 * calendar/solar.el: Unquote lambda functions.
1324
1325 * calendar/solar.el (calendar-location-name, calendar-latitude)
1326 (calendar-longitude, solar-setup, solar-sin-degrees)
1327 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
1328 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
1329 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
1330 (solar-exact-local-noon, solar-julian-ut-centuries)
1331 (solar-ephemeris-time, solar-date-next-longitude)
1332 (solar-horizontal-coordinates, solar-equatorial-coordinates)
1333 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
1334 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
1335 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
1336 Doc fixes.
1337 (solar-horizontal-coordinates, solar-equatorial-coordinates)
1338 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
1339 (solar-ecliptic-coordinates): Use unless.
1340 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
1341 Use or.
1342
1343 * calendar/timeclock.el: Add doc-strings to all functions.
1344 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
1345 (timeclock-entry-list-length, timeclock-entry-list-projects)
1346 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
1347
1348 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
1349
1350 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
1351 (org-get-entries-from-diary): Require diary-lib.
1352
1353 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
1356 Pacify byte-compiler.
1357
1358 2008-03-07 Alan Mackenzie <acm@muc.de>
1359
1360 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
1361 paren/bracket pairs parsed, to solve performance problem.
1362
1363 2008-03-07 Bastien Guerry <bzg@altern.org>
1364
1365 * bookmark.el (bookmark-set): Don't check for
1366 `bookmark-make-name-function' since `bookmark-buffer-file-name'
1367 already takes care of this.
1368 (bookmark-buffer-name, bookmark-buffer-file-name):
1369 Remove Info-mode specific code.
1370
1371 * info.el (bookmark-get-info-node): Define this function in
1372 info.el, not in bookmark.el.
1373 (Info-mode): Set `bookmark-make-name-function' to
1374 `Info-bookmark-make-name' locally.
1375 (Info-bookmark-make-name): New function.
1376
1377 * bookmark.el (bookmark-make-name-function): New variable.
1378
1379 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1380
1381 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
1382 buffer-local, not `bookmark-make-cell-function' (the old name).
1383
1384 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
1385
1386 * doc-view.el (doc-view-bookmark-make-record):
1387 * image-mode.el (image-bookmark-make-record):
1388 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
1389
1390 2008-03-07 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
1391
1392 * vc.el (vc-status-menu-map-filter): Return orig-binding if
1393 boundp 'vc-ignore-menu-filter.
1394 (vc-status-tool-bar-map): Make it defvar.
1395 (vc-status-mode): vc-status-tool-bar-map now variable.
1396 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
1397
1398 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1399
1400 Give a better name to part of the bookmark interface.
1401
1402 This was originally a much larger change, but halfway through I
1403 updated and discovered that Stefan Monnier had done the rest.
1404 It looks like he anticipated the new name too, because he used
1405 `the-record' instead of `the-cell' for some internal variable names.
1406
1407 * bookmark.el (bookmark-make-record-function): Was
1408 `bookmark-make-cell-function'.
1409 (bookmark-make, bookmark-send-annotation): Update for above.
1410 (bookmark-make-record-for-text-file):
1411 Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
1412
1413 * info.el: Adjust accordingly.
1414 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
1415
1416 * image-mode.el: Adjust accordingly.
1417 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
1418
1419 * doc-view.el: Adjust accordingly.
1420 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
1421
1422 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
1425 Move initialization into declaration.
1426 (bookmark-get-info-node, bookmark-set-info-node): Remove.
1427 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
1428 (bookmark-info-current-node): Remove.
1429 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
1430 Add relocation fallback. Set bookmark-current-bookmark.
1431 (bookmark-default-handler): Rename from bookmark-jump-noselect.
1432 Remove relocation fallback. Don't set bookmark-current-bookmark.
1433 (bookmark-set): Let it be used even if there's no buffer-file-name
1434 as long as there is a bookmark-make-cell-function.
1435 * info.el (Info-bookmark-jump): Remove relocation fallback.
1436 Don't set bookmark-current-bookmark.
1437
1438 2008-03-07 Glenn Morris <rgm@gnu.org>
1439
1440 * calendar/appt.el (appt-issue-message)
1441 (appt-message-warning-time, appt-audible, appt-visible)
1442 (appt-msg-window, appt-display-mode-line, appt-display-duration)
1443 (appt-display-diary): Remove autoload cookies.
1444
1445 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
1446 Remove leading `*' from defcustom doc-strings.
1447
1448 * calendar/cal-dst.el (calendar-dst): New custom group.
1449 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
1450 (calendar-time-zone, calendar-daylight-time-offset)
1451 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1452 (calendar-daylight-savings-starts-time)
1453 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
1454 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
1455 Move to start.
1456
1457 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
1458
1459 * calendar/calendar.el (calendar-version): Use emacs-version and
1460 make it obsolete. Move to end.
1461 (calendar-offset, view-diary-entries-initially)
1462 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
1463 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
1464 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1465 (all-bahai-calendar-holidays, calendar-load-hook)
1466 (initial-calendar-window-hook, today-visible-calendar-hook)
1467 (today-invisible-calendar-hook, calendar-move-hook)
1468 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
1469 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
1470 (diary-include-string, sexp-diary-entry-symbol)
1471 (abbreviated-calendar-year, american-date-diary-pattern)
1472 (european-date-diary-pattern, european-calendar-display-form)
1473 (american-calendar-display-form, print-diary-entries-hook)
1474 (list-diary-entries-hook, diary-hook, diary-display-hook)
1475 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1476 (nongregorian-diary-marking-hook, diary-list-include-blanks)
1477 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
1478 (local-holidays, other-holidays, hebrew-holidays-1)
1479 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1480 (hebrew-holidays, christian-holidays, islamic-holidays)
1481 (bahai-holidays, solar-holidays, calendar-setup)
1482 (calendar-week-start-day): Remove autoload cookies.
1483 (diary-glob-file-regexp-prefix): Doc fix.
1484 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
1485 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
1486 (calendar-week-start-day, calendar-debug-sexp): Move to start.
1487
1488 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
1489 (calendar-time-display-form, calendar-latitude)
1490 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
1491 cookies.
1492 (calendar-latitude, calendar-longitude): Move functions after
1493 variables.
1494 (diary-sabbath-candles-minutes): Move to start.
1495 (solar-setup): Use or rather than if.
1496 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
1497 Remove condition-case.
1498 (solar-atn2): Use zerop.
1499 (solar-equinoxes-solstices): Doc fix.
1500
1501 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
1502 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
1503
1504 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
1505 (calendar-longitude, calendar-latitude, calendar-location-name):
1506 Declare for compiler.
1507
1508 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * arc-mode.el (archive-ar-file-header-re): New const.
1511 (archive-ar-summarize, archive-ar-extract): New funs.
1512 (archive-find-type): Recognize ar archives.
1513
1514 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
1515 New functions.
1516
1517 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
1518
1519 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
1520
1521 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1522 Replace :enable (mark-active) with :enable mark-active.
1523
1524 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * vms-patch.el (make-legal-file-name): New obsolete alias.
1527 (make-valid-file-name): Rename from `make-legal-file-name'.
1528 (make-auto-save-file-name): Use it.
1529
1530 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
1531 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
1532 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
1533
1534 * textmodes/org.el (org-export-html-style): Doc fix.
1535 (org-get-legal-level): New obsolete alias.
1536 (org-get-valid-level): Rename from `org-get-legal-level'.
1537 (org-promote, org-demote, org-archive-subtree)
1538 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
1539
1540 2008-03-06 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
1541
1542 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
1543
1544 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
1545 (vc-status-toggle-mark): New functions.
1546 (vc-status-mode): Set tool bar map.
1547
1548 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1551 Reported by Drew Adams <drew.adams@oracle.com>.
1552
1553 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
1554
1555 * subr.el (read-quoted-char): Resolve modifers of the character
1556 event.
1557
1558 * comint.el (comint-exec-1): Don't change the coding-system for
1559 decoding to dos-like EOL.
1560 (comint-carriage-motion): Fully rewrite.
1561
1562 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * epg.el (epg-context-include-certs): Reflow docstring.
1565 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
1566 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
1567 (epg-context-set-signers, epg-context-set-sig-notations)
1568 (epg-make-import-status, epg-make-import-result)
1569 (epg-start-delete-keys): Fix typos in docstrings.
1570 (epg-start-sign-keys, epg-sign-keys):
1571 Fix typos in obsolescence declarations.
1572
1573 * iswitchb.el: Don't check for `cadr' and `last'.
1574 (iswitchb-define-mode-map, iswitchb-default-keybindings):
1575 Add obsolescence declaration and remove redundant info from docstring.
1576 (iswitchb-set-common-completion, iswitchb-set-matches)
1577 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
1578 (recentf-list, most-len, most-is-exact):
1579 Don't wrap defvars within `eval-when-compile'.
1580
1581 2008-03-05 Glenn Morris <rgm@gnu.org>
1582
1583 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1584 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1585 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
1586 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
1587 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
1588
1589 * ediff-hook.el (ediff-window-setup-function): Don't autoload
1590 declaration for compiler.
1591 (ediff-xemacs-init-menus): Use when rather than if.
1592
1593 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
1594 if+and to just and.
1595 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
1596 (ediff-delete-overlay): Move the XEmacs test inside the definition.
1597
1598 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
1599
1600 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
1601 test inside XEmacs test.
1602 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
1603 since it was doing nothing on Emacs.
1604 (ediff-make-bullet-proof-overlay): Use when rather than if.
1605
1606 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
1607 (ediff-setup-control-frame): Remove
1608 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
1609 a (featurep 'xemacs) test.
1610
1611 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
1612
1613 * calc/calc-ext.el (calc-extended-command-history): New variable.
1614 (calc-exectute-extended-command): Use `calc-extended-command-history'.
1615
1616 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
1617
1618 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
1619 (standard-mode-line-position): Add mouse-face.
1620
1621 * progmodes/compile.el (compilation-menu-map):
1622 (compilation-mode-map):
1623 * progmodes/grep.el (grep-mode-map): Add :help.
1624
1625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
1626 initialize in one step. Add :help. Use :enable to activate menu
1627 items. Show the key binding for edebug-defun.
1628 (lisp-interaction-mode-map): Add a menu.
1629
1630 * term.el (term-mode-map): Define and initialize in one step.
1631
1632 * ediff-init.el (ediff-color-display-p): Simplify.
1633 (Xor): Remove unused function.
1634 (ediff-with-syntax-table): Simplify for Emacs.
1635
1636 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
1637 menu-bar being loaded, it always is.
1638
1639 2008-03-05 Glenn Morris <rgm@gnu.org>
1640
1641 * textmodes/tex-mode.el (tex-mode): Suppress warning about
1642 multiple definitions when compiling.
1643
1644 2008-03-04 Alan Mackenzie <acm@muc.de>
1645
1646 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1647
1648 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1649 doc-string, "c-old-LEN" -> "c-old-END".
1650
1651 2008-03-04 Jason Rumney <jasonr@gnu.org>
1652
1653 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
1654 namespaces.
1655
1656 2008-03-04 Glenn Morris <rgm@gnu.org>
1657
1658 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
1659
1660 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
1661 than mapcar.
1662
1663 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1666 (byte-compile-nilconstp): Can't use recursion in a defsubst.
1667
1668 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
1669 so that M-q can fill comments.
1670 (tex-executable-exists-p, tex-compile): Extend with special syntax for
1671 commands implemented in elisp.
1672 (tex-compile-commands): Add an entry to use doc-view for pdf files.
1673 (tex-format-cmd): New function.
1674 (tex-compile): Use it to let the user specify default arguments.
1675 (tex-cmd-bibtex-args): New var.
1676 (tex-cmd-doc-view): New function.
1677
1678 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * faces.el (face-spec-set): Fix typos in docstring.
1681
1682 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
1683
1684 * bindings.el (mode-line-column-line-number-mode-map): New variable.
1685 (standard-mode-line-position): Use it to add a menu for toggling
1686 column number and line number display.
1687
1688 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1691 Remove optimization that was working around the form-code-walker bug.
1692
1693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1694 Walk into the body of lambdas after byte-compile-unfold-lambda.
1695
1696 2008-03-03 Glenn Morris <rgm@gnu.org>
1697
1698 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
1699 value, if set, over frame value.
1700
1701 * simple.el (transient-mark-mode): Don't turn on by default.
1702
1703 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
1704 accidentally removed by the 2007-12-05 merge from Gnus.
1705
1706 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * progmodes/compile.el (compilation-menu-map): Add menu entries
1709 for useful options.
1710
1711 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
1712 Glenn Morris <rgm@gnu.org>
1713
1714 * emacs-lisp/bytecomp.el (byte-recompile-directory)
1715 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
1716 Give a `bytecomp-' prefix to local variables with common names.
1717
1718 2008-03-01 Glenn Morris <rgm@gnu.org>
1719
1720 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
1721 code commented out 2007-11-10.
1722
1723 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
1724
1725 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1726 Delete macro.
1727 * emulation/viper-cmd.el, emulation/viper-ex.el:
1728 * emulation/viper-init.el, emulation/viper-keym.el:
1729 * emulation/viper-mous.el, emulation/viper-util.el:
1730 * emulation/viper.el:
1731 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
1732 featurep test.
1733
1734 Replace obselete frame-local variables with frame-parameters.
1735 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1736 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1737 (viper-vi-state-cursor-color): Only call make-variable-frame-local
1738 on XEmacs.
1739 * emulation/viper-util.el (viper-frame-value): New macro.
1740 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
1741 (viper-R-state-post-command-sentinel)
1742 (viper-replace-state-post-command-sentinel)
1743 (viper-change-state-to-insert, viper-change-state-to-emacs):
1744 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
1745 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
1746 (viper-get-saved-cursor-color-in-insert-mode)
1747 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
1748 Use viper-frame-value for viper-replace-overlay-cursor-color,
1749 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
1750 viper-vi-state-cursor-color values.
1751
1752 * emulation/viper-cmd.el (zmacs-region-stays):
1753 * emulation/viper-util.el (zmacs-region-stays): No need to define
1754 for compiler.
1755
1756 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
1757 mapcar on Emacs.
1758
1759 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
1760 on XEmacs.
1761
1762 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
1763 rather than if.
1764
1765 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1766
1767 * whitespace.el: New version 9.3. As the glyph code generation was
1768 fixed, it is possible now to use character code above ?\x1FFFF in the
1769 display table. Fix `whitespace-indentation-regexp' to not include an
1770 extra ending character. Reported by Michael Welsh Duggan
1771 <mwd@cert.org>. Added hook actions when buffer is written or killed as
1772 the original whitespace package had. Suggested by Eric Cooper
1773 <ecc@cmu.edu>. Doc fix.
1774 (whitespace-action): New option.
1775 (whitespace-display-mappings): Changed default newline visualization to
1776 display downwards arrow, as the glyph code generation was fixed.
1777 (whitespace-unload-function): Assure that all local whitespace mode is
1778 turned off.
1779 (whitespace-global-modes): Fix type customization.
1780 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
1781 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1782 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
1783 Fix code.
1784 (whitespace-buffer): Command removed.
1785 (whitespace-trailing-regexp, whitespace-mark-x)
1786 (whitespace-display-window, whitespace-action-when-on)
1787 (whitespace-add-local-hook, whitespace-remove-local-hook)
1788 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
1789 (whitespace-action): New funs.
1790 (whitespace-report-list, whitespace-report-text)
1791 (whitespace-report-buffer-name): New consts.
1792 (whitespace-report, whitespace-report-region): New commands.
1793
1794 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * disp-table.el (make-glyph-code): Don't test the result of
1797 `face-id', which already signals an error for invalid faces.
1798 (glyph-face): Simplify.
1799
1800 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1801 running `desktop-not-loaded-hook' to allow modifying it.
1802 Don't show warning message if `desktop-dirname' was modified.
1803
1804 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1807 we still expect more lines.
1808
1809 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1810 comment-paragraph filling if the commark doesn't match
1811 comment-start-skip.
1812
1813 2008-03-01 Daiki Ueno <ueno@unixuser.org>
1814
1815 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1816 the `imap' variant.
1817
1818 2008-03-01 Jason Rumney <jasonr@gnu.org>
1819
1820 * files.el (make-auto-save-file-name): Encode more characters in
1821 non-file buffer names. Use url-encoding.
1822
1823 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * net/net-utils.el (ftp-program): Fix typo in docstring.
1826 (ifconfig-program-options, netstat-program-options)
1827 (arp-program-options, route-program-options, nslookup-program-options)
1828 (ftp-program-options, smbclient-program-options)
1829 (dns-lookup-program-options, arp, route): Doc fixes.
1830
1831 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1832 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1833 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1834 Fix typos in docstrings.
1835 (gdb-pending-triggers): Reflow docstring.
1836 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1837
1838 2008-03-01 Alan Mackenzie <acm@muc.de>
1839
1840 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1841 typing "#" at EOB.
1842
1843 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
1846
1847 2008-02-29 Kim F. Storm <storm@cua.dk>
1848
1849 * emulation/cua-base.el (cua-remap-control-v)
1850 (cua-remap-control-z): New defcustoms.
1851 (cua-mode): Add them to set-after property.
1852 (cua--init-keymaps): Use them.
1853 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
1854
1855 * help.el (view-emacs-todo): Rename from view-todo.
1856 (describe-gnu-project): Rename from describe-project. Users changed.
1857 (view-help-file): New helper function.
1858 (describe-distribution, describe-copying, describe-gnu-project)
1859 (view-todo, view-order-manuals, view-emacs-problems): Use it.
1860 (view-emacs-debugging, view-external-packages): New commands.
1861 (help-map): Move describe-distribution to C-h C-o (ordering).
1862 Move view-emacs-problems to C-h C-p (problems).
1863 Bind view-emacs-debugging to C-h C-d (debugging).
1864 Bind view-external-packages to C-h C-e (extras).
1865 (help-for-help-internal): Cleanup and align descriptions.
1866 Remove command names to reduce clutter.
1867
1868 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
1869
1870 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
1871 and quieter face (not a warning).
1872
1873 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
1874
1875 * vc.el (vc-status-crt-marked): New variable.
1876 (vc-status-mode): Make it local.
1877 (vc-status-refresh): Use it to save the marked files.
1878 (vc-update-vc-status-buffer): Use it to restore the marked files.
1879
1880 * vc-svn.el (vc-svn-after-dir-status):
1881 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
1882
1883 2008-02-29 Glenn Morris <rgm@gnu.org>
1884
1885 * allout.el (allout-topic-encryption-bullet)
1886 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1887 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1888 from 22.0 to 22.1.
1889
1890 * net/imap.el (imap-ping-server):
1891 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
1892 Change defcustom :version from 23.0 to 23.1.
1893
1894 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * desktop.el (desktop-save): Save the buffer name if the
1897 uniquified base name is empty.
1898
1899 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
1900
1901 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
1902 correctly when user has "set print address off".
1903
1904 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
1905
1906 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
1907 version number of the next major Emacs release, not 23.0.
1908
1909 * longlines.el (longlines-unload-function): New function.
1910
1911 2008-02-28 Juri Linkov <juri@jurta.org>
1912
1913 * startup.el (normal-splash-screen): Add argument `concise'.
1914 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
1915 to the created buffer. If `concise' is non-nil, call
1916 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
1917 (display-startup-screen): Add argument `concise' to the call to
1918 `normal-splash-screen'.
1919
1920 2008-02-28 Kim F. Storm <storm@cua.dk>
1921
1922 * startup.el (startup-echo-area-message): Check for about-emacs.
1923
1924 2008-02-28 Juri Linkov <juri@jurta.org>
1925
1926 * startup.el: Always add initial message to *scratch* buffer if
1927 `initial-scratch-message' is non-nil regardless of the value of
1928 `inhibit-startup-screen'.
1929 (inhibit-startup-screen, initial-scratch-message): Doc fix.
1930 (command-line-1): Move code that inserts `initial-scratch-message'
1931 up before the if-form that checks for `inhibit-startup-screen'.
1932 Suggested by Jonathan Rockway <jon@jrock.us>.
1933
1934 2008-02-28 Juri Linkov <juri@jurta.org>
1935
1936 * cus-edit.el (custom-mode-map, custom-mode-link-map):
1937 Rename `custom-mode' to `Custom-mode' in docstrings.
1938 (custom-buffer-create-internal, customize-browse):
1939 Rename `custom-mode' to `Custom-mode'.
1940 (custom-mode-hook): Rename to `Custom-mode-hook'.
1941 (Custom-mode-hook): Renamed from `custom-mode-hook'.
1942 (custom-mode): Rename to `Custom-mode'.
1943 (Custom-mode): Renamed from `custom-mode'. Doc fix.
1944 (custom-mode): Add backward-compatible non-interactive variant of
1945 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
1946 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
1947
1948 * info-look.el: Rename `custom-mode' to `Custom-mode'.
1949
1950 * emulation/viper.el (viper-emacs-state-mode-list):
1951 Rename `custom-mode' to `Custom-mode'.
1952
1953 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
1954 Capitalize "Tagged Files".
1955 (minibuffer-local-map): Add menu items for next/previous
1956 history elements and isearch history forward/backward.
1957
1958 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
1959 `hs-isearch-open' with t instead of `comment' in :selected
1960 for "Code and Comment blocks" menu item.
1961
1962 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * uniquify.el (uniquify-buffer-base-name): Undo last change.
1965 Should be done in desktop.el instead.
1966
1967 2008-02-28 Glenn Morris <rgm@gnu.org>
1968
1969 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
1970
1971 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
1972
1973 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
1974 (Info-menu, Info-goto-node): Remove declarations.
1975 (report-emacs-bug-info): Use info rather than Info-goto-node.
1976
1977 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
1978 (idlwave-convert-xml-system-routine-info): Don't require xml.
1979 (idlwave-show-commentary, idlwave-shell-show-commentary):
1980 Don't require finder.
1981 (idlwave-info): Don't require info. Use info rather than
1982 Info-goto-node.
1983
1984 * textmodes/org.el (Info-goto-node): Remove declaration.
1985 (org-info): Use info rather than Info-goto-node.
1986
1987 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
1988 (reftex-info): Don't require info. Use info rather than Info-goto-node.
1989
1990 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
1991
1992 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
1993 the menu.
1994
1995 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
1996 (vc-finish-logentry): Check for vc-status-mode, not only for
1997 vc-dired-mode.
1998
1999 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2000
2001 * isearch.el (isearch-printing-char): Don't check
2002 keyboard-coding-system.
2003 Call isearch-process-search-multibyte-characters only when
2004 current-input-method is non-nil.
2005
2006 2008-02-27 Kim F. Storm <storm@cua.dk>
2007
2008 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
2009 (glyph-char, glyph-face): Handle cons encoding.
2010
2011 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * uniquify.el (uniquify-buffer-base-name): If the base name is an
2014 empty string, return nil to allow the caller to default to the
2015 buffer name. Reported by Martin Fischer <parozusa@web.de>.
2016
2017 * tool-bar.el (tool-bar-setup): Doc fix.
2018
2019 * mail/supercite.el (sc-describe):
2020 Fix typos in obsolescence declaration.
2021
2022 2008-02-27 Glenn Morris <rgm@gnu.org>
2023
2024 * autoinsert.el (auto-insert-alist): Change permission text to
2025 match FSF's GPLv3 form.
2026
2027 * mail/supercite.el (sc-cite-original): Doc fix.
2028 (sc-version): Make obsolete.
2029 (sc-describe): Show the SC info page. Make obsolete.
2030
2031 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
2034 when using transient-mark-mode.
2035 (default-indicate-unused-lines): Remove unused var.
2036
2037 2008-02-26 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2038
2039 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
2040 and previous.
2041
2042 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
2043
2044 2008-02-26 Glenn Morris <rgm@gnu.org>
2045
2046 * net/net-utils.el (top-level): Don't require comint when compiling.
2047 (nslookup-font-lock-keywords): Don't require font-lock.
2048 Use font-lock faces rather than variables.
2049 (nslookup, ftp, smbclient, network-service-connection):
2050 Don't require comint.
2051 (comint-prompt-regexp, comint-input-autoexpand)
2052 (comint-input-ring): Declare for compiler.
2053 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
2054 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
2055
2056 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
2057 doc-string.
2058
2059 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * doc-view.el (doc-view-current-page): Add a `win' argument.
2062
2063 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
2066 Demote it to plain defvar.
2067 (doc-view-conversion-refresh-interval): Reduce interval.
2068 (doc-view-goto-page): Allow moving to pages not yet rendered.
2069 (doc-view-goto-page): Construct a file name rather than extracting it
2070 from doc-view-current-files.
2071 (doc-view-kill-proc): Ignore errors from kill-process.
2072 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
2073 (doc-view-insert-image): Use appropriate text if the page hasn't been
2074 rendered yet. Adjust scrolling so the text is displayed.
2075 (doc-view-display): Detect not just that a page is available, but also
2076 that it wasn't available before, so as to avoid refreshing all pages
2077 repeatedly.
2078 (doc-view-mode): Make doc-view-cache-directory if needed.
2079
2080 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2081
2082 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
2083 toggle-read-only.
2084
2085 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
2086 refering to a missing required field with the OPT prefix.
2087 Make unwindform more robust.
2088
2089 * textmodes/bibtex.el: Remove support for hideshow minor mode as
2090 it duplicates the bibtex support in progmodes/hideshow.el.
2091 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
2092 entries that do not start at the beginning of a line.
2093
2094 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
2097
2098 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
2099
2100 * help-fns.el (describe-variable): Add phrases about
2101 initialization file with and without customization;
2102 use new button type help-info-variable.
2103
2104 * help-mode.el (help-info-variable):
2105 New button able to read Info files for help-fns.el.
2106
2107 2008-02-25 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2108
2109 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
2110 (grep-mode): Use grep-mode-tool-bar-map.
2111
2112 * progmodes/compile.el (tool-bar): Require tool-bar.
2113 (compilation-mode-tool-bar-map): New variable.
2114 (compilation-mode): Use compilation-mode-tool-bar-map.
2115
2116 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
2117
2118 2008-02-25 Glenn Morris <rgm@gnu.org>
2119
2120 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
2121
2122 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * diff-mode.el (diff-file-junk-re): New const.
2125 (diff-beginning-of-file-and-junk): Use it.
2126 (diff-file-kill): Make sure we were really inside a file diff.
2127
2128 * diff-mode.el: Make it more robust in the presence of empty context
2129 lines in unified hunks.
2130 (diff-valid-unified-empty-line): New var.
2131 (diff-unified->context, diff-sanity-check-hunk): Obey it.
2132 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
2133 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
2134 (diff-hunk-header-re-unified): New const.
2135 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
2136 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
2137 (diff-sanity-check-hunk): Use it.
2138
2139 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
2140 Index: line, don't search backward for the previous one.
2141
2142 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2143
2144 * international/fontset.el (setup-default-fontset): Add non-OTF
2145 lao font for lao script.
2146
2147 * language/tibetan.el: Register tibetan-composition-function in
2148 composition-function-table.
2149
2150 * language/tibet-util.el (tibetan-composition-function):
2151 Adjust for the new calling way (argument changed). Try font-shape-text
2152 if possible.
2153
2154 * language/lao.el: Register lao-composition-function in
2155 composition-function-table.
2156
2157 * language/lao-util.el (lao-composition-function): Adjust for the new
2158 calling way (argument changed). Try font-shape-text if possible.
2159
2160 2008-02-25 Jason Rumney <jasonr@gnu.org>
2161
2162 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
2163
2164 2008-02-25 Juri Linkov <juri@jurta.org>
2165
2166 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
2167 background, "red4" for a dark background, "red" for 16 and
2168 8 colors, "grey" for grayscale, and inverse video otherwise.
2169 Add :version tag.
2170 (isearch-message): Keep the original isearch-message intact, and
2171 add text properties to it where necessary. Add `isearch-error' to
2172 the condition that checks if isearch is unsuccessful.
2173
2174 2008-02-24 Juri Linkov <juri@jurta.org>
2175
2176 * progmodes/compile.el (compilation-handle-exit):
2177 Use compilation-error face instead of font-lock-warning-face.
2178 Display the same message in the minibuffer as is inserted
2179 at the end of the compilation buffer.
2180
2181 2008-02-24 Glenn Morris <rgm@gnu.org>
2182
2183 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
2184 multiple file case.
2185
2186 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
2187
2188 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
2189 multiple file case. Use a single `let' rather than two.
2190
2191 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * progmodes/compile.el (compilation-start): Specify a face for
2194 mode-line-process.
2195 (compilation-handle-exit): Specify a face and a tooltip for
2196 mode-line-process.
2197
2198 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * hilit-chg.el: Remove spurious * in defcustom docstrings.
2201 (hilit-chg-make-ov): Simplify.
2202 (hilit-chg-fixup): Use remove-overlays.
2203 (hilit-chg-set-face-on-change): Remove redundant call to
2204 `remove-text-properties'.
2205
2206 * dired.el (dired-mark-prompt): Don't count/display the t element.
2207 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
2208
2209 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2210
2211 * progmodes/verilog-mode.el (eval-when-compile): Don't define
2212 add-submenu.
2213 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
2214 Remove. Move contents to the only use ...
2215 (verilog-menu): ... here.
2216 (verilog-statement-menu): Remove. Move contents to the only use ...
2217 (verilog-stmt-menu): ... here.
2218 (verilog-mark-defun): Simply call mark-defun for emacs.
2219 (occur-pos-list): Declare for byte compiler.
2220 (mode-popup-menu): Don't defvar.
2221 (verilog-add-statement-menu): Remove.
2222 (verilog-mode-hook): Don't add verilog-add-statement-menu.
2223 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
2224
2225 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
2226
2227 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
2228 conditional.
2229 (verilog-font-grouping-keywords-face): Make the begin..end
2230 keywords standout more than other verilog keywords.
2231 (verilog-type-font-keywords): Move the begin..end out of this list
2232 to facilitate making them to (potentially) stand out more.
2233 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
2234 function & task blocks.
2235 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
2236 initial, function & task blocks.
2237 (verilog-forward-sexp): Handle the new "disable fork" statement of
2238 IEEE-1800 Verilog.
2239 (verilog-beg-block-re-ordered): Handle the new "disable fork"
2240 statement of IEEE-1800 Verilog.
2241 (verilog-calc-1): Handle the new "disable fork" statement of
2242 IEEE-1800 Verilog.
2243 (verilog-disable-fork-re): Add const to help handle the new
2244 "disable fork" statement of IEEE-1800 Verilog.
2245 (verilog-declaration-core-re): Add port directions by themselves,
2246 with no qualification, as base item of a declaration.
2247 (verilog-pretty-declarations): Add new flag to ask it to refrain
2248 from printing to the message buffer.
2249 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
2250 printing to the message buffer. Improve handling of the many
2251 types of expression line up.
2252 (verilog-just-one-space): Remove printing of an empty message.
2253 (verilog-get-lineup-indent): Rework to support the better handling
2254 of expression lineup for verilog-pretty-expr.
2255 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2256
2257 2008-02-24 Alan Mackenzie <acm@muc.de>
2258
2259 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
2260 yesterday's commit.
2261
2262 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
2263
2264 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
2265 to mouse-set-point in buffers that aren't associated with files.
2266
2267 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
2268
2269 2008-02-24 Alan Mackenzie <acm@muc.de>
2270
2271 Set of changes so that "obtrusive" syntactic elements in a
2272 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
2273 unmatched paren) don't interact syntactically with stuff outside
2274 the CPP line.
2275
2276 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
2277 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
2278 off-by-one bug.
2279 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
2280 a bit of refactoring.
2281 (c-awk-extend-and-syntax-tablify-region): Takes some of the
2282 functionality of c-awk-advise-fl-for-awk-region, which has been
2283 refactored away.
2284
2285 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
2286 (c-clear-char-property-with-value): New function and macro which
2287 remove text-properties `equal' to a supplied value.
2288
2289 * progmodes/cc-engine.el: Comment about text properties amended.
2290
2291 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
2292 parens around "error\\|warning".
2293
2294 * progmodes/cc-langs.el (c-get-state-before-change-function)
2295 (c-before-font-lock-function, c-anchored-cpp-prefix):
2296 New language variables.
2297 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
2298
2299 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
2300 syntax-table text properties.
2301 (c-common-init): Call language specific before/after-change
2302 functions at mode initialisation.
2303 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
2304 (c-extend-region-for-CPP, c-neutralize-CPP-line)
2305 (c-neutralize-syntax-in-CPP): New functions.
2306 (c-before-change, c-after-change): Call the new language specific
2307 change functions defined in cc-langs.el.
2308 (c-advise-fl-for-region): New macro.
2309 (awk-mode): Remove AWK specific stuff which has been refactored
2310 into language independent stuff.
2311
2312 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
2313
2314 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
2315 (gdb): (Re)set gdb-flush-pending-output to nil here...
2316 (gdb-init-1): ...instead of here (before gdb-prompt).
2317
2318 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2321 Recognize ''' just like any other char-constant.
2322
2323 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
2326 careful enough. Detect the uid-change all within the main loop.
2327
2328 2008-02-24 Stefan Monnier <monnier@pastel.home>
2329
2330 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
2331
2332 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * hilit-chg.el (highlight-save-buffer-state): New macro.
2335 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
2336 (hilit-chg-clear): Use it to preserve the modified-p flag.
2337 (highlight-changes-rotate-faces): Don't mess with the undo-list.
2338
2339 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * font-lock.el (font-lock-set-defaults): Unset previously set variables
2342 when needed.
2343
2344 2008-02-24 \e$(C(!\e(Bvar Arnfj\e$(Q)l\e(Br\e$(C)#\e(B Bjarmason <avar@cpan.org> (tiny change)
2345
2346 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
2347 from gnus-button-url-regexp.
2348
2349 2008-02-24 Eli Zaretskii <eliz@gnu.org>
2350
2351 * progmodes/compile.el (compilation-next-error): Doc fix.
2352 (compilation-find-file): Doc fix.
2353
2354 2008-02-24 Glenn Morris <rgm@gnu.org>
2355
2356 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
2357 Add obsolete aliases to the old names.
2358
2359 2008-02-24 Richard Stallman <rms@gnu.org>
2360
2361 * net/net-utils.el (ifconfig): Rename from ipconfig.
2362 (ipconfig): Alias to ifconfig.
2363 (ifconfig-program): Rename from ipconfig-program.
2364 (ifconfig-program-options): Rename from ipconfig-program-options.
2365
2366 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
2367
2368 * progmodes/verilog-mode.el (verilog-declaration-core-re):
2369 Add port directions by themselves, with no qualification, as base
2370 item of a declaration.
2371 (verilog-pretty-declarations): Add new flag that inhibits printing
2372 to the message buffer.
2373 (verilog-pretty-expr): Add new flag that inhibits printing to the
2374 message buffer. Improve handling of the many types of expression
2375 line up.
2376 (verilog-just-one-space): Don't print an empty message.
2377 (verilog-get-lineup-indent): Rework to support the better handling
2378 of expression lineup for verilog-pretty-expr.
2379 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2380 (verilog-mode-version, verilog-mode-release-date): Update.
2381
2382 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * subr.el (cancel-change-group): Don't move point.
2385
2386 2008-02-23 Markus Triska <markus.triska@gmx.at>
2387
2388 * linum.el (linum-after-config): Update all visible windows.
2389
2390 2008-02-23 Glenn Morris <rgm@gnu.org>
2391
2392 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
2393 Add :help for Solitaire and Tetris.
2394
2395 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
2396
2397 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
2398 (smtpmail-code-conv-from): Doc fix. Fix custom type.
2399 (smtpmail-queue-index-file): Make it a defcustom.
2400 (smtpmail-queue-index): Delete.
2401 (smtpmail-send-it, smtpmail-send-queued-mail):
2402 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
2403 smtpmail-queue-index.
2404
2405 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2406 Add :version.
2407
2408 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
2409
2410 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2411 New variables.
2412 (iwconfig): New function.
2413
2414 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 * vc.el (vc-find-revision): Make vc-parent-buffer local before
2417 setting it.
2418 (vc-status-menu-map): Do not define using easy-menu.
2419 (vc-status-menu-map): New defalias.
2420 (vc-status-mode-map): Hook up the menu.
2421 (top-level): Update TODO.
2422
2423 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
2424
2425 * vc-bzr.el (vc-bzr-init-version): Rename to ...
2426 (vc-bzr-init-revision): ... this.
2427
2428 2008-02-23 Jason Rumney <jasonr@gnu.org>
2429
2430 * makefile.w32-in (WINS_ALMOST): Remove term.
2431 (WINS): Add term here.
2432 (custom-deps, finder-data): Use WINS_ALMOST.
2433
2434 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * faces.el (font-weight-table): Fix value of `semi-light'.
2437
2438 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
2441 Make those tables bijective.
2442
2443 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
2444
2445 Finish pdbtrack integration cleanup, settling missing-functions
2446 byte compiler warnings appropriately.
2447
2448 * progmodes/python.el (python-point): Remove this - beginning-of-line
2449 was all that was necessary for `python-pdbtrack-overlay-arrow'.
2450 (python-end-of-def-or-class, python-beginning-of-def-or-class)
2451 (python-goto-initial-line): Drop these - they were only needed for
2452 python-point.
2453 (python-comint-output-filter-function): Use condition-case and
2454 beginning-of-line directly, instead of python-mode.el functions
2455 which require all sorts of baggage.
2456 (point-safe): Unnecessary - we're using condition-case directly,
2457 instead.
2458 (python-execute-file): Include for python-shell, which I'm leaving
2459 in keeping despite it being unnecessary for pdb tracking.
2460
2461 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
2462
2463 * progmodes/scheme.el (scheme-font-lock-keywords-2):
2464 Add SRFI 11 support.
2465 (let-values, let*-values): Specify scheme-indent-function.
2466
2467 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * vc.el (vc-exec-after): Move setting mode-line-process in the
2470 busy case ...
2471 (vc-set-mode-line-busy-indicator): ... in this new function.
2472 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
2473 (vc-update-vc-status-buffer): Reset mode-line-process.
2474 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
2475 mark/unmark all the files with the same state as the current one.
2476 With a prefix argument mark/unmark all files.
2477 (vc-status-mode-menu): Adjust strings.
2478 (vc-update-vc-status-buffer): Only do something when the argument
2479 is not nil.
2480 (vc-status-kill-dir-status-process): New function.
2481 (vc-status-mode-map): Bind it.
2482 (vc-status-process-buffer): New variable.
2483 (vc-status-mode): Make it local.
2484 (vc-status-refresh): Set it.
2485
2486 * vc-hg.el (vc-hg-dir-status):
2487 * vc-git.el (vc-git-dir-status):
2488 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
2489 command is run.
2490
2491 2008-02-22 Glenn Morris <rgm@gnu.org>
2492
2493 * json.el (top-level): No need to require thingatpt.
2494 (json-read-keyword): Use thing-at-point rather than word-at-point.
2495
2496 * time.el (top-level): No need to require time-date when compiling.
2497
2498 * emacs-lisp/copyright.el (copyright-update-year):
2499 Fix subexpression numbering for the case when years are split over
2500 lines, and for the replace case.
2501
2502 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
2503 (tpu-caar, tpu-cadr): Delete functions.
2504 (zmacs-regions): No need to declare for compiler.
2505 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
2506 (tpu-spell-check): Rewrite, and handle mark after point.
2507 (tpu-special-insert): Use or rather than if.
2508
2509 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
2510 rather than spell-region.
2511
2512 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
2513 warnings about spell-region.
2514
2515 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2516
2517 * ldefs-boot.el: Regenerated.
2518
2519 * loadup.el: Don't load language/devanagari, language/kannanda,
2520 language/malayalam, and language/tamil. Load language/sinhala.
2521
2522 * language/indian.el (indian-font-foundry)
2523 (indian-script-language-alist, indian-font-char-index-table)
2524 (indian-font-char, indian-font-char-range, indian-script-table)
2525 (indian-default-script, indian-composable-pattern): Delete them.
2526 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
2527 language environments moved to here.
2528 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
2529 New language environments.
2530
2531 * language/devanagari.el, language/devan-util.el,
2532 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
2533 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
2534 Delete them.
2535
2536 * language/sinhala.el: New file.
2537
2538 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
2539
2540 Update Nick Robert's port of pdb tracking from python-mode.el.
2541
2542 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
2543 Clarify docstring.
2544 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
2545 tracking is happening.
2546 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
2547 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
2548 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
2549 Tracking is plugged in to all comint buffers once python.el is loaded.
2550 (python-pdbtrack-overlay-arrow): Toggle activation of
2551 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
2552 (python-pdbtrack-track-stack-file): Use new
2553 `python-pdbtrack-get-source-buffer' for more flexible access to
2554 debugging source files.
2555 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
2556 according to pdb stack trace, optionally using new
2557 `python-pdbtrack-grub-for-buffer' if file is not locally available.
2558 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
2559 named buffer, or having function with indicated name.
2560 (python-shell): Remove comint-output-filter-functions hook
2561 addition, it's being done elsewhere. Wrap long line.
2562
2563 2008-02-21 Michael Olson <mwolson@gnu.org>
2564
2565 * json.el: Replace XEmacs compatibility code to get rid of
2566 compiler warnings.
2567
2568 * time.el: Fix compiler warning.
2569
2570 2008-02-21 Edward O'Connor <ted@oconnor.cx>
2571
2572 * json.el: New file (JavaScript Object Notation parser / generator).
2573
2574 2008-02-21 Dave Love <fx@gnu.org>
2575
2576 * progmodes/sym-comp.el: New file.
2577
2578 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
2579 Require sym-comp. Add Python buffer to same-window-buffer-names.
2580 Fixup whitespaces.
2581 (python-font-lock-keywords): Add highlighting for Python builtins.
2582 (python-font-lock-syntactic-keywords): Rewrite.
2583 (python-quote-syntax): Use syntax-ppss-context instead of parsing
2584 ppss directly.
2585 (python-mode-map): Add binding for python-find-function.
2586 (python-calculate-indentation): Clean up the logic.
2587 (python-beginning-of-defun): Explicitly set return value.
2588 (python-beginning-of-statement): Stop looping if we get stuck
2589 going backwards.
2590 (python-next-statement): Stop looping if we somehow end up inside
2591 a string while advancing.
2592 (python-preoutput-continuation, python-version-checked): New vars.
2593 (python-check-version): New function.
2594 (run-python): Set default command to python-command instead of
2595 python-python-command.
2596 (run-python): Use python-check-version. Give PYTHONPATH
2597 precedence over data-directory in the process environment.
2598 Load function definitions in python process after.
2599 (python-check-comint-prompt): New function.
2600 (python-send-command, python-send-receive): Use it.
2601 (python-complete-symbol, python-try-complete): Functions deleted.
2602 Use symbol-complete instead of python-complete-symbol throughout.
2603 (python-fill-paragraph): Further refine the fenced-string regexp.
2604 (def-python-skeleton): Expand to the original abbrev instead if in
2605 a comment or string. Tweak skeletons for `if', `while', `for',
2606 `try/except', `try/finally', `name'.
2607 (python-pea-hook, python-abbrev-pc-hook): New functions.
2608 (python-abbrev-syntax-table): New var.
2609 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
2610 Use symbol-completion-try-complete for hippie expansion.
2611 Turn on font lock unconditionally.
2612 (python-mode-hook): Defcustom it. No need to use make-local
2613 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
2614 option, since it's buffer-local.
2615
2616 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
2619
2620 2008-02-21 Drew Adams <drew.adams@oracle.com>
2621
2622 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
2623 "Turn off" and a "Help" entry when the minor mode has no menu.
2624
2625 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * vc.el (vc-status-mark, vc-status-unmark): New functions.
2628 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
2629 vc-status-mark-file and vc-status-unmark-file.
2630 (vc-status-mark-unmark): New function.
2631 (vc-status-previous-line, vc-status-next-line): No longer interactive.
2632
2633 2008-02-21 Glenn Morris <rgm@gnu.org>
2634
2635 * composite.el (encode-composition-rule): Fix typo in error message.
2636 (composition-function-table, auto-composition-mode): Doc fixes.
2637
2638 * subr.el (sit-for): Fix obsolete form for nil second argument.
2639
2640 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
2641 (spell-string): Make obsolete, in favor of ispell.
2642
2643 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
2644
2645 * language/devanagari.el: Don't setup composition-function-table
2646 here.
2647 ("Devanagari"): Change charset, coding-system, coding-priority to
2648 Unicode-based ones. Don't require the feature devan-util.
2649
2650 * composite.el (compose-chars-after): Fix arguments for a function
2651 in composition-function-table.
2652 (auto-compose-region): Likewise.
2653
2654 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
2655 for Ethiopic.
2656 (ps-mule-plot-string): Ignore glyph-string based compositions.
2657
2658 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * doc-view.el: Allow different windows to show different pages.
2661 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
2662 (doc-view-current-image, doc-view-current-overlay): Remove variables,
2663 add them back as macros instead, using image-mode-winprops instead.
2664 Update all users of those variables.
2665 (doc-view-new-window-function): New function to create a new overlay
2666 for each new window.
2667 (doc-view-mode): Use it and image-mode-setup-winprops.
2668 (doc-view-clone-buffer-hook): Rewrite accordingly.
2669
2670 * image-mode.el: Extend [hv]scroll support to per-window properties.
2671 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
2672 (image-mode-winprops-alist): New var to replace them.
2673 (image-mode-new-window-functions): New hook.
2674 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
2675 New funs.
2676 (image-set-window-vscroll, image-set-window-hscroll): Use them.
2677 Remove the `window' argument, update callers.
2678 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
2679 Use the new functions.
2680 (image-mode-reapply-winprops): New fun.
2681 (image-mode): Use it.
2682
2683 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
2684
2685 * calc/calc-math.el (math-sin-raw): Add optional argument
2686 to keep track of original argument.
2687 (math-cos-raw): Use optional argument when calling math-sin-raw.
2688 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
2689 with close to original precision.
2690
2691 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2692
2693 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
2694 args in calls of sit-for.
2695
2696 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * vc-svn.el (vc-svn-program): Fix typo in docstring.
2699 (vc-svn-checkin): Fix typo in error message.
2700
2701 * help-mode.el: Require easymenu when compiling.
2702
2703 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
2704
2705 * help-mode.el (help-mode-menu): New menu.
2706
2707 2008-02-20 Glenn Morris <rgm@gnu.org>
2708
2709 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
2710 on Windows.
2711
2712 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
2713
2714 * ps-mule.el (ps-mule-encode-region): Return a single string.
2715 (ps-mule-plot-string): Adjust for the above change.
2716 (ps-mule-encode-header-string): Likewise.
2717
2718 * international/latin1-disp.el (latin1-display): Don't use
2719 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
2720 standard-display-table.
2721 (latin1-display-identities): Adjust for the change of what is
2722 returned by (get-language-info charset 'charset).
2723
2724 * international/mule-util.el (char-displayable-p): Fix for Latin-1
2725 characters and terminal case.
2726
2727 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
2728
2729 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
2730
2731 * progmodes/python.el: Also require comint when loading.
2732 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
2733 Replace python-shell with run-python on menu bar.
2734 (python-shell-map): New map.
2735 (python-default-interpreter, python-python-command-args)
2736 (python-jython-command-args, python-pdbtrack-do-tracking-p):
2737 New options.
2738 (python-which-shell, python-which-args, python-which-bufname):
2739 New buffer local variables.
2740 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
2741
2742 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
2743 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
2744 New constants.
2745
2746 Pdbtrack features:
2747
2748 (python-point, python-end-of-def-or-class)
2749 (python-beginning-of-def-or-class, python-goto-initial-line)
2750 (python-comint-output-filter-function)
2751 (python-pdbtrack-overlay-arrow)
2752 (python-pdbtrack-track-stack-file, python-toggle-shells)
2753 (python-shell, python-pdbtrack-toggle-stack-tracking)
2754 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
2755 New functions.
2756
2757 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2758
2759 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
2760 when the argument is nil.
2761
2762 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 * vc.el (dir-status): Add a brief description.
2765
2766 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
2767
2768 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
2769 If non-nil, reverse the sense of the check.
2770
2771 * vc-rcs.el (vc-rcs-root): New func.
2772 * vc-cvs.el (vc-cvs-root): New func.
2773 * vc-svn.el (vc-svn-root): New func.
2774 * vc-sccs.el (vc-sccs-root): New func.
2775
2776 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
2777
2778 * language/japan-util.el (setup-japanese-environment-internal):
2779 Call use-cjk-char-width-table.
2780
2781 * language/japanese.el ("Japanese"): Set exit-function to
2782 use-default-char-width-table.
2783
2784 * international/characters.el: Delete occurrences of non-Unicode
2785 tibetan and ethiopic characters.
2786 (cjk-char-width-table): New variable.
2787 (use-cjk-char-width-table, use-default-char-width-table):
2788 New functions.
2789
2790 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2791
2792 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
2793 (vc-status-mode-menu): Add a :filter.
2794 (vc-status-printer): Add faces.
2795
2796 * vc-hg.el (vc-hg-extra-status-menu): New function.
2797 (vc-hg-dir-status): Clean up the buffer before using it.
2798
2799 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
2802 (gdb): Initialize it here instead.
2803
2804 * files.el (locate-dominating-file): Fix thinko in last change.
2805 Reported by Bruce Stephens <bruce.stephens@isode.com>.
2806
2807 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * vc.el (vc-status-mode-menu): New menu for vc-status.
2810
2811 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * progmodes/verilog-mode.el (customize): Fix typo in error message.
2814 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
2815 (verilog-mode-auto, verilog-indent-level-module)
2816 (verilog-minimum-comment-distance, verilog-library-flags)
2817 (verilog-library-directories, verilog-library-files)
2818 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
2819 (verilog-xemacs-menu, verilog-set-compile-command)
2820 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
2821 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
2822 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
2823 (verilog-batch-inject-auto, verilog-batch-indent)
2824 (verilog-continued-line, verilog-type-keywords)
2825 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
2826 (verilog-read-inst-pins, verilog-read-arg-pins)
2827 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
2828 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
2829 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
2830 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
2831 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
2832 (verilog-mode-version, verilog-mode-release-date)
2833 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
2834 (verilog-simulator, verilog-compiler)
2835 (verilog-auto-sense-defines-constant, verilog-company)
2836 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
2837 Fix typos in docstrings.
2838 (verilog-set-auto-endcomments, verilog-calculate-indent)
2839 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
2840 Reflow docstrings.
2841 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
2842 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
2843 (electric-verilog-forward-sexp, verilog-in-case-region-p)
2844 (verilog-in-struct-region-p, verilog-in-generate-region-p)
2845 (verilog-leap-to-head, verilog-current-indent-level)
2846 (verilog-case-indent-level, verilog-cpp-keywords)
2847 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
2848 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
2849 (verilog-signals-not-in, verilog-symbol-detick-text)
2850 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
2851 (verilog-forward-close-paren, verilog-backward-open-paren)
2852 (verilog-backward-open-bracket): Doc fixes.
2853
2854 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
2855 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
2856 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
2857 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
2858 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
2859 Fix typos in docstrings.
2860
2861 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
2862
2863 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
2864
2865 * info.el (Info-read-node-name): Removed unused `default' arg.
2866
2867 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2868
2869 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2870
2871 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * image-mode.el (image-get-display-property): New fun.
2874 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2875 (image-mode, image-minor-mode, image-toggle-display-text)
2876 (image-toggle-display): Use it.
2877
2878 2008-02-18 Jason Rumney <jasonr@gnu.org>
2879
2880 * international/mule.el (xml-find-file-coding-system): Don't warn
2881 about utf-16 with BOM.
2882
2883 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
2884
2885 * international/mule.el (sgml-xml-auto-coding-function): Detect and
2886 warn if file encoding is not utf-8 and encoding not specified.
2887 (xml-find-file-coding-system): New function.
2888 * international/mule-conf.el (file-coding-system-alist): Use it.
2889
2890 2008-02-17 Glenn Morris <rgm@gnu.org>
2891
2892 * international/mule-cmds.el (set-locale-environment):
2893 Pass `frame' to getenv for LC_MESSAGES.
2894
2895 2008-02-17 Juri Linkov <juri@jurta.org>
2896
2897 * time.el (emacs-init-time): Use format instead of format-seconds.
2898
2899 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2900
2901 * textmodes/bibtex.el (bibtex-search-entry): Rename from
2902 bibtex-find-entry. Add autoload cookie.
2903 (bibtex-find-entry): Alias for bibtex-search-entry.
2904 (bibtex-search-crossref): Rename from bibtex-find-crossref.
2905 (bibtex-find-crossref): Alias for bibtex-search-crossref.
2906 (bibtex-clean-entry): atomic-change-group removed.
2907 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
2908 to locate buffer location where error occurred.
2909 Make error messages more specific.
2910 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2911
2912 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
2913
2914 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
2915 top level.
2916
2917 * simple.el (transient-mark-mode): Add an :init-value.
2918
2919 * startup.el (command-line): Use custom-reevaluate-setting for
2920 transient-mark-mode.
2921
2922 2008-02-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
2923
2924 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
2925
2926 2008-02-16 Juri Linkov <juri@jurta.org>
2927
2928 * startup.el (after-init-time): New variable.
2929 (command-line): Set `after-init-time' to the current time.
2930
2931 * time.el (emacs-init-time): New function.
2932
2933 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * files.el (locate-dominating-file): Remove initial loop because it's
2936 not careful enough. Detect the uid-change all within the main loop.
2937
2938 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
2939
2940 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2941
2942 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
2943
2944 * vc.el (vc-annotate): Add new argument.
2945 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
2946
2947 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
2948 Move make-variable-buffer-local code after the corresponding defvar.
2949 (hs-minor-mode-map): Define and initialize in one step.
2950 (hs-minor-mode): Change from defun to define-minor-mode.
2951
2952 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
2953
2954 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
2955 (gdb-ready): Move declaration...
2956
2957 * progmodes/gdb-ui.el (gdb-ready): ...to here.
2958 (gdb-early-user-input): New variable.
2959 (gdb): Reset gdb-flush-pending-output to nil and set
2960 comint-input-sender here (before gdb-prompt), instead of...
2961 (gdb-init-1): ...here.
2962 (gdb-send): If Emacs is not ready, defer user input to...
2963 (gdb-prompt): ...here.
2964
2965 2008-02-16 Glenn Morris <rgm@gnu.org>
2966
2967 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
2968
2969 * startup.el (emacs-startup-time): Rename to `before-init-time'.
2970 (before-init-time): New name for `emacs-startup-time'.
2971 (command-line): Use before-init-time rather than emacs-startup-time.
2972 * time.el (emacs-uptime): Use before-init-time rather than
2973 emacs-startup-time.
2974
2975 * composite.el (composition-function-table): Doc fix.
2976
2977 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
2978 in favor of `%z' specifier.
2979 (emacs-uptime): Move to time.el.
2980 * time.el (emacs-uptime): Move here from time-date.el. Add optional
2981 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
2982 argument of format-seconds.
2983
2984 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
2985
2986 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2987
2988 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
2989
2990 * ielm.el (ielm-is-whitespace): Remove.
2991 (ielm-is-whitespace-or-comment): New function.
2992 (ielm-eval-input): Use it.
2993
2994 2008-02-15 Jason Rumney <jasonr@gnu.org>
2995
2996 * term/mac-win.el: Fix coding tag.
2997
2998 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 * vc-hooks.el (vc-menu-map):
3001 * bindings.el (mode-line-mode-menu): Add tooltips.
3002
3003 * bindings.el (help-echo): Add more tooltips. Use a less
3004 telegraphic style for existing tooltips.
3005
3006 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
3009 from the auto-generated one.
3010
3011 2008-02-14 Glenn Morris <rgm@gnu.org>
3012
3013 * mail/rmail-spam-filter.el (rmail-spam-filter):
3014 Let-bind message-spam-status.
3015
3016 * mail/smtpmail.el (password-cache-add): Declare as function.
3017
3018 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
3019
3020 * mail/smtpmail.el: Use password-cache.
3021
3022 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * uniquify.el (uniquify-buffer-base-name): New function.
3025 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3026
3027 * desktop.el (uniquify-managed): Don't defvar.
3028 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
3029 `uniquify-managed'. Return also the buffer's base name.
3030 (desktop-save): When saving the buffer info, filter out the base name,
3031 and save it as buffer name if the buffer is managed by uniquify.
3032 (uniquify-item-base): Don't declare; not called anymore.
3033
3034 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
3035
3036 * vc.el (vc-annotate-find-revision-at-line): New function.
3037 (vc-annotate-mode-map): Bind it.
3038 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
3039 some entries.
3040
3041 2008-02-14 Glenn Morris <rgm@gnu.org>
3042
3043 * calendar/time-date.el (format-seconds): New function.
3044 (emacs-uptime): Use format-seconds.
3045
3046 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3047 Remove `LC_ALL=C', since it's included in $(emacs) now.
3048
3049 2008-02-14 Zhang Wei <id.brep@gmail.com>
3050
3051 * textmodes/org-publish.el (org-publish-timestamp-filename):
3052 Replace colon characters in filename too.
3053
3054 2008-02-13 Bastien Guerry <bzg@altern.org>
3055
3056 * mail/rmail.el (rmail-header-name): New face.
3057 (rmail-font-lock-keywords): Use rmail-header-name.
3058
3059 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
3060 against X-Spam-Status header field.
3061 (rmail-spam-filter): Also check X-Spam-Status header field.
3062
3063 2008-02-14 Mark A. Hershberger <mah@everybody.org>
3064
3065 * progmodes/flymake.el (flymake-allowed-file-name-masks):
3066 Add support for .pm files and .php files.
3067 (flymake-err-line-patterns): Add pattern for PHP errors.
3068 (flymake-php-init): New function. PHP support for flymake.
3069
3070 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3071 Add regular expression for PHP errors.
3072
3073 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
3074
3075 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
3076 This DTRT even on w32 machines.
3077 (ange-ftp-cf1): Quote FILENAME.
3078
3079 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
3082 (smerge-auto-combine): New fun.
3083
3084 2008-02-12 Juri Linkov <juri@jurta.org>
3085
3086 * startup.el (fancy-startup-screen, normal-splash-screen):
3087 Set default-directory to command-line-default-directory.
3088
3089 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
3090 after reading the desktop.
3091
3092 * progmodes/compile.el (compilation-auto-jump):
3093 Call compile-goto-error only when compilation-auto-jump-to-first-error
3094 is non-nil.
3095 (compilation-scroll-output): Replace :type 'boolean with a choice
3096 that has three options including a third option `first-error'.
3097 Doc fix.
3098 (compilation-start, compilation-forget-errors): Add an alternate
3099 condition comparing compilation-scroll-output with `first-error'
3100 in addition to compilation-auto-jump-to-first-error (to call
3101 compilation-auto-jump in the proper place).
3102
3103 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * international/mule.el (sgml-html-meta-auto-coding-function):
3106 Make sure the search limit is ahead.
3107
3108 * tar-mode.el: Fix broken indentation.
3109 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
3110 Use with-current-buffer.
3111
3112 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
3115 it is already automatically buffer-local.
3116
3117 2008-02-11 Drew Adams <drew.adams@oracle.com>
3118
3119 * help.el (describe-key): Join some split lines to facilitate filling.
3120 * help-fns.el (describe-function-1): Fill text of overlong lines.
3121
3122 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
3123
3124 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
3125 Use unibyte-string instead of string-make-unibyte.
3126
3127 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
3128
3129 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
3132 works also for buffers w/o buffer-file-name. Update callers.
3133 (doc-view-clone-buffer-hook): New fun.
3134 (doc-view-mode): Use it for indirect clones. Mark the overlays with
3135 the `doc-view' property so they can be recognized.
3136
3137 * simple.el (clone-indirect-buffer-hook): New hook.
3138 (clone-indirect-buffer): Run it.
3139
3140 2008-02-11 Daiki Ueno <ueno@unixuser.org>
3141
3142 * epa.el (epa-menu-mode): Merge into epa-mode.
3143 (epa-menu-items): Rename the label "EasyPG Assistant" to
3144 "Encryption/Decryption".
3145
3146 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
3147 (epa-dired-mode-map): Rename from epa-dired-map.
3148 (epa-global-dired-mode): Rename the global minor mode.
3149
3150 2008-02-11 Drew Adams <drew.adams@oracle.com>
3151
3152 * isearch.el (isearch-fail): New face.
3153 (isearch-message): Highlight failure part of input.
3154
3155 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * ibuffer.el (ibuffer-header-line-format): New var.
3158 (ibuffer-mode): Set it instead of header-line-format.
3159 (ibuffer-update): Use it to set header-line-format.
3160
3161 * international/mule-cmds.el (ucs-insert): Inherit surrounding
3162 properties like self-insert-command.
3163
3164 2008-02-11 Drew Adams <drew.adams@oracle.com>
3165
3166 * progmodes/etags.el: Add many doc strings.
3167
3168 2008-02-11 Jason Rumney <jasonr@gnu.org>
3169
3170 * ldefs-boot.el: Regenerated.
3171
3172 2008-02-11 Glenn Morris <rgm@gnu.org>
3173
3174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3175 Shorten some names.
3176
3177 * ffap.el (ffap-rfc-directories): Add :version.
3178
3179 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
3180
3181 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
3182 files, and backup files of same.
3183
3184 2008-02-11 Kevin Ryde <user42@zip.com.au>
3185
3186 * ffap.el (ffap-rfc-directories): New variable.
3187 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
3188
3189 * info.el (Info-next-reference, Info-prev-reference)
3190 (Info-try-follow-nearest-node): Move to and follow https:// links too.
3191
3192 * simple.el (completion-list-mode): Show full completion-list-mode-map
3193 in the docstring.
3194
3195 2008-02-11 Sam Steingold <sds@gnu.org>
3196
3197 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
3198
3199 2008-02-11 Glenn Morris <rgm@gnu.org>
3200
3201 * startup.el (emacs-startup-time): New variable.
3202 (command-line): Set emacs-startup-time.
3203
3204 * calendar/time-date.el (emacs-uptime): New function.
3205
3206 2008-02-10 Bastien Guerry <bzg@altern.org>
3207
3208 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
3209 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
3210 it is nil.
3211
3212 2008-02-10 Daiki Ueno <ueno@unixuser.org>
3213
3214 * epg-config.el: Expand the contents of epg-package-info.el.
3215 (epg-package-name): New constant.
3216 (epg-version-number): New constant.
3217 (epg-bug-report-address): New constant.
3218
3219 * epa-mail.el (epa-mail-mode): Add autoload cookie.
3220 (epa-global-mail-mode): New global minor mode.
3221
3222 * epa-file.el (epa-file-mode): New global minor mode.
3223
3224 * epa-dired.el (epa-dired-mode): New global minor mode.
3225
3226 * epa.el (epa-menu): New variable.
3227 (epa-menu-items): New variable.
3228 (epa-menu-mode): New global minor mode.
3229 (epa-global-minor-modes): New user option.
3230 (epa-mode): New global minor mode.
3231
3232 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
3233
3234 * net/dbus.el: Remove `no-byte-compile' cookie.
3235 (dbus-call-method, dbus-register-signal, dbus-debug)
3236 (dbus-registered-functions-table): Declare them with
3237 `declare-function' or `defvar', respectively.
3238 (top): Don't assert any longer. Require 'cl when compiling.
3239 Apply `ignore-errors' but `dbus-ignore-errors'.
3240
3241 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * diff-mode.el (diff-add-change-log-entries-other-window):
3244 Use add-change-log-entry.
3245
3246 2008-02-09 Jason Rumney <jasonr@gnu.org>
3247
3248 * button.el (button-map):
3249 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
3250 * ldefs-boot.el: Regenerate.
3251
3252 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * epa.el (epa-faces, epa):
3255 * epa-file.el (epa-file):
3256 * epg-config.el (epg): Add :version.
3257
3258 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
3259
3260 * vc.el (vc-exec-after): Append CODE to previous fragments.
3261 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
3262 take MESSAGES instead of VERBOSE; use it when non-nil.
3263 (vc-diff-internal): Compute messages once; use them;
3264 update call to vc-diff-finish.
3265
3266 2008-02-09 Michael Olson <mwolson@gnu.org>
3267
3268 * net/tramp.el (tramp-process-sentinel): Avoid error when process
3269 buffer has been killed, such as by
3270 `tramp-cleanup-all-connections'.
3271
3272 2008-02-09 Miles Bader <miles@gnu.org>
3273
3274 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
3275
3276 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
3279 splitter in context hunks.
3280
3281 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
3282
3283 * international/fontset.el (setup-default-fontset): Fix arabic otf
3284 font specification.
3285
3286 2008-02-08 Daiki Ueno <ueno@unixuser.org>
3287
3288 * epa-dired.el:
3289 * epa-file.el:
3290 * epa-mail.el:
3291 * epa-setup.el:
3292 * epa.el:
3293 * epg-config.el:
3294 * epg-package-info.el:
3295 * epg.el: Initial check-in of EasyPG.
3296
3297 2008-02-08 Glenn Morris <rgm@gnu.org>
3298
3299 * woman.el (woman-locale): New defcustom.
3300 (woman-expand-locale, woman-manpath-add-locales): New functions.
3301 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
3302
3303 * international/mule-cmds.el (locale-translate): New function,
3304 with old code extracted from set-locale-environment.
3305 (set-locale-environment): Use locale-translate. Set woman-locale.
3306
3307 * cus-start.el (selection-coding-system): Remove, since it's now
3308 defined in select.el rather than in xselect.c.
3309 * select.el (selection-coding-system): Make it a defcustom, and
3310 add the properties from cus-start.el. Bump :version.
3311
3312 * custom.el (custom-theme-set-variables): Sort symbols that are
3313 dependencies before symbols that depend on them.
3314 (custom-enabled-themes): Set after custom-theme-directory.
3315
3316 * pcmpl-unix.el (top-level): Move provide statement to end.
3317 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
3318 `*' from doc-string. Allow to be nil.
3319 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
3320 Allow to be nil. Add :version.
3321 (pcmpl-ssh-hosts): Move definition before use. Handle lines
3322 without hostnames, and multiple hostnames per line.
3323
3324 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
3325
3326 2008-02-08 Phil Hagelberg <phil@evri.com>
3327
3328 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
3329 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
3330
3331 2008-02-07 Timo Savola <timo.savola@iki.fi>
3332
3333 * startup.el (command-line-x-option-alist): Add --parent-id.
3334
3335 * term/x-win.el (x-handle-parent-id): New function.
3336
3337 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
3338
3339 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
3340 "Font Menu".
3341
3342 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
3343
3344 * net/dbus.el (dbus-interface-peer): New defconst.
3345 (dbus-ping): New defun.
3346
3347 2008-02-06 Sam Steingold <sds@gnu.org>
3348
3349 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
3350
3351 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
3354 Just return nil and let the C code provide a fallback.
3355
3356 2008-02-05 Glenn Morris <rgm@gnu.org>
3357
3358 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
3359 tramp-flush-connection-property for removed 2nd argument.
3360
3361 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * diff-mode.el (diff-add-change-log-entries-other-window):
3364 Rename from diff-create-changelog. Change users.
3365 Minor change to hopefully work with plain diffs.
3366 (diff-mode-map): Add binding for it.
3367
3368 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * diff-mode.el: Add new TODO entry.
3371 (diff-create-changelog): New function.
3372 (diff-mode-menu): Bind it.
3373
3374 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
3375
3376 * international/mule-diag.el (print-fontset-element): Handle the
3377 case of inhibiting the fallback fonts.
3378
3379 2008-02-04 Kim F. Storm <storm@cua.dk>
3380
3381 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3382 (ido-magic-delete-char): Use prefix arg.
3383
3384 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
3387 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
3388 of today, the most recent libpng is 1.2.24).
3389
3390 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
3393
3394 * net/dbus.el (top): Check (featurep 'dbusbind).
3395
3396 * net/tramp.el (tramp-process-sentinel): New defun.
3397 (tramp-do-copy-or-rename-file-out-of-band)
3398 (tramp-maybe-open-connection): Use it as process sentinel.
3399 (tramp-handle-delete-directory): Don't use the "-f" option; it
3400 isn't portable.
3401 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
3402 after the command.
3403 (tramp-handle-shell-command): Set `mode-line-process' in the
3404 asynchronous case.
3405
3406 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
3407
3408 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3409 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3410 Use `tramp-process-sentinel' as process sentinel.
3411
3412 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * whitespace.el (global-whitespace-mode): Revert last change.
3415 (whitespace-unload-function): Force `global-whitespace-mode'
3416 to deactivate local modes in a slightly less intrusive way.
3417
3418 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3419
3420 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
3421
3422 2008-02-02 Glenn Morris <rgm@gnu.org>
3423
3424 * international/latin1-disp.el (latin1-display):
3425 * progmodes/fortran.el (fortran-comment-indent-char):
3426 * progmodes/idlw-shell.el (top-level):
3427 * term/mac-win.el (mac-keyboard-translate-char):
3428 * whitespace.el (whitespace-char-valid-p):
3429 * wid-edit.el (widget-key-sequence-read-event):
3430 Use characterp rather than char-valid-p.
3431
3432 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
3433 to capitalized-find-word-boundary. Doc fix. Update callers.
3434 (capitalized-next-word-boundary-function-table): Rename to
3435 capitalized-find-word-boundary-function-table. Doc fix. Update users.
3436
3437 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
3438 string-to-int.
3439
3440 * ps-def.el (declare-function): Add compatibility definition.
3441 (ps-plot-with-face, ps-plot-string): Declare as functions.
3442 (ps-bold-faces, ps-italic-faces): Declare variables.
3443
3444 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
3445 (ps-mule-end-job): Declare as functions.
3446
3447 * wid-edit.el (widget-string-complete): Use assoc-string rather
3448 than assoc-ignore-case.
3449
3450 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
3451
3452 * progmodes/etags.el (next-file): Improve revert message.
3453
3454 2008-02-01 Andreas Schwab <schwab@suse.de>
3455
3456 * loadup.el: Load language/burmese instead of language/myanmar.
3457
3458 2008-02-01 Richard Stallman <rms@gnu.org>
3459
3460 * language/burmese.el: Rename from myanmar.el.
3461 ("Burmese"): Rename from "Myanmar".
3462
3463 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3464
3465 * international/fontset.el (script-representative-chars): Add cham
3466 and tai-viet.
3467 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
3468 Add fontconfig spec for cjk-misc. Explicitly specify font font
3469 for U+E000..U+F8FF.
3470
3471 * international/characters.el (script-list): Add cham.
3472
3473 * language/cham.el: New file.
3474
3475 2008-02-01 Mark A. Hershberger <mah@everybody.org>
3476
3477 * xml.el (xml-escape-string): Don't do any encoding changes on the
3478 string.
3479
3480 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3481
3482 * language/ind-util.el (in-is13194-post-read-conversion):
3483 Delete unnecessary call of indian-compose-region.
3484
3485 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3486
3487 * ps-print.el: Some face attributes (like :strike-through) were not
3488 being recognised. Reported by Leo <sdl.web@gmail.com>.
3489 (ps-print-version): New version 7.3.2.
3490 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
3491 ps-face-overline-p and ps-face-box-p functions.
3492
3493 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
3494 New functions.
3495
3496 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3497
3498 * international/fontset.el (font-encoding-alist): Add an entry for
3499 iso8859-16.
3500 (setup-default-fontset): Add iso8859-16 to latin.
3501
3502 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
3503 hexadigit string.
3504 (describe-char): Adjust for the above change.
3505
3506 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3507
3508 * international/fontset.el (font-encoding-alist): Don't set the
3509 repertory of GB18030 fonts.
3510
3511 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3512
3513 * language/indian.el: Set font-shape-text for all Indic characters
3514 in composition-function-table.
3515
3516 * language/khmer.el: New file.
3517
3518 * language/myanmar.el: New file.
3519
3520 * loadup.el: Load "language/khmer" and "language/myanmar".
3521
3522 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3523
3524 * international/fontset.el (setup-default-fontset): Fix lao OTF
3525 script name.
3526
3527 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3528
3529 * composite.el (terminal-composition-modification): Delete it.
3530
3531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3532
3533 * international/fontset.el (x-complement-fontset-spec):
3534 Complement size too.
3535
3536 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3537
3538 * international/fontset.el (font-encoding-charset-alist):
3539 Initialize it.
3540 (otf-script-alist): Fix typo of canadian-aboriginal.
3541 (setup-default-fontset): Specify font-specs for many more scripts.
3542 (x-complement-fontset-spec): Change the first argument to a
3543 font-spec object.
3544 (create-fontset-from-fontset-spec): Adjust for the above change.
3545
3546 2008-02-01 Kenichi Handa <handa@m17n.org>
3547
3548 * language/devanagari.el: Register font-shape-text in
3549 composition-function-table.
3550
3551 * language/tibetan.el: Register font-shape-text in
3552 composition-function-table.
3553
3554 * language/thai-util.el (thai-composition-function): Fix arguments.
3555
3556 * language/tamil.el: Register font-shape-text in
3557 composition-function-table.
3558
3559 * language/malayalam.el: Register font-shape-text in
3560 composition-function-table.
3561
3562 * language/lao.el: Register font-shape-text in
3563 composition-function-table.
3564
3565 * language/kannada.el: Register font-shape-text in
3566 composition-function-table.
3567
3568 * language/european.el (diacritic-composition-function): Fix arguments.
3569
3570 * language/ethio-util.el (ethio-composition-function): Fix arguments.
3571
3572 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
3573
3574 * composite.el (composition-function-table): Fix docstring.
3575 (terminal-composition-function): Fix arguments.
3576 (auto-compose-current-font): Delete it.
3577 (auto-compose-chars): Adjust for the change of
3578 composition-function-table.
3579
3580 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3581
3582 * international/fontset.el (font-encoding-alist): Add the entry of
3583 "unicode-bmp".
3584
3585 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3586
3587 * composite.el (auto-compose-chars): Be sure to calculate
3588 composition at least at POS.
3589
3590 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3591
3592 * printing.el: Fix pr-interface-map initialization code.
3593 (pr-version): New version 6.9.3.
3594 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
3595 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
3596 (pr-f-read-string): Replace by pr-read-string.
3597 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
3598 New function name.
3599 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
3600
3601 2008-02-01 Kenichi Handa <handa@m17n.org>
3602
3603 * language/tv-util.el (tai-viet-re): Include '-'.
3604 (tai-viet-glyph-info): Handle '-'.
3605
3606 2008-02-01 Kenichi Handa <handa@m17n.org>
3607
3608 * descr-text.el (describe-char): Handle a composition of the new
3609 format. Show font name.
3610
3611 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3612
3613 * language/tibet-util.el (tibetan-composition-function): Use
3614 font-shape-text if auto-compose-current-font is non-nil.
3615
3616 * language/tibetan.el: Fix the range for recording
3617 tibetan-composition-function in composition-function-table.
3618
3619 * language/mlm-util.el (malayalam-composition-function): Use
3620 font-shape-text if auto-compose-current-font is non-nil.
3621
3622 * international/mule-conf.el: Flag many charsets as supplementary.
3623
3624 * international/mule.el (define-charset): Update the docstring for
3625 :supplementary-p.
3626
3627 * international/fontset.el (setup-default-fontset): Add OpenType
3628 fonts for malayalam and tibetan.
3629
3630 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3631
3632 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
3633
3634 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3635
3636 * international/fontset.el (otf-script-alist): Make all otf tags
3637 4-letters.
3638 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
3639
3640 * language/tml-util.el (tamil-composition-function): Use
3641 font-shape-text if auto-compose-current-font is non-nil.
3642
3643 * language/devan-util.el (devanagari-composition-function): Use
3644 font-shape-text if auto-compose-current-font is non-nil.
3645
3646 * composite.el (auto-compose-chars): Change argument font-object
3647 to window.
3648
3649 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3650
3651 * ps-print.el (ps-lpr-switches): Docstring fix.
3652 (ps-string-list): New function.
3653 (ps-do-despool): Code fix.
3654
3655 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3656
3657 * international/utf-7.el (utf-7-imap-post-read-conversion)
3658 (utf-7-imap-pre-write-conversion): New functions.
3659
3660 * international/mule-conf.el (utf-7-imap): New coding system.
3661
3662 2008-02-01 Kenichi Handa <handa@m17n.org>
3663
3664 * term/x-win.el (x-selection-value): If x-select-request-type is
3665 nil, try also STRING at last.
3666 (x-select-request-type): Doc fix for the change of x-selection-value.
3667
3668 * select.el (selection-coding-system, next-selection-coding-system):
3669 Move declarations from xselect.c.
3670 (x-get-selection): Decode by selection-coding-system if it is non-nil.
3671 If it is nil, decode by a proper coding system. Handle C_STRING.
3672 (ccl-check-utf-8, string-utf-8-p): Delete them.
3673 (xselect-convert-to-string): Fix determining data-type in the case
3674 that TEXT is requested. Don't use selection-coding-system if it's
3675 not proper for the data-type.
3676
3677 2008-02-01 Kenichi Handa <handa@m17n.org>
3678
3679 * term/x-win.el (x-selection-value): If x-select-request-type is
3680 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
3681
3682 2008-02-01 Jason Rumney <jasonr@gnu.org>
3683
3684 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
3685 to signify default fontset.
3686
3687 2008-02-01 Kenichi Handa <handa@m17n.org>
3688
3689 * international/mule-cmds.el (describe-language-environment):
3690 Check if the specified input method exists or not.
3691
3692 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3693
3694 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
3695 (ps-face-background-name): Remove this function. It's already defined
3696 in ps-def.el file.
3697
3698 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3699
3700 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
3701 Epoch emacsen.
3702
3703 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3704
3705 * ps-print.el: Now detect if text foreground and background colors are
3706 equals and replace the foreground color by another color, so the text
3707 becomes visible. Doc fix.
3708 (ps-print-version): New version 7.3.
3709 (ps-default-fg, ps-default-bg): Docstring fix.
3710 (ps-fg-list, ps-fg-validate-p): New options.
3711 (ps-foreground-list): New variable.
3712 (ps-generate-header-line): Replace fboundp by functionp.
3713 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3714
3715 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3716
3717 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3718 Move (again) some variable definitions before use, define some
3719 function aliases, no code change.
3720 (pr-version): New version 6.9.2.
3721 (pr-path-style, pr-auto-region, pr-menu-char-height)
3722 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3723 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3724 via (defvar VAR).
3725 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3726 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3727 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3728 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3729 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
3730 (pr-menu-print-item, pr-ps-printer-menu-modified)
3731 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3732 (pr-even-or-odd-alist): Move variable definitions.
3733
3734 2008-02-01 Kenichi Handa <handa@m17n.org>
3735
3736 * language/chinese.el (cp936): Delete duplicated alias.
3737
3738 * international/mule-diag.el (list-block-of-chars): Don't insert
3739 non-Unicode characters.
3740
3741 2008-02-01 Jason Rumney <jasonr@gnu.org>
3742
3743 * loadup.el [windows-nt]: Don't load code-pages and ccl.
3744 * term/w32-win.el: Don't require code-pages.
3745
3746 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 Fix up multi-tty merge.
3749
3750 * version.el (emacs-version): Bump to 23.0.60.
3751
3752 * term/x-win.el (x-initialize-window-system): Don't try to create
3753 a fontset from a font-specification anymore. This was removed on the
3754 unicode branch and mistakenly re-added by the multi-tty merge.
3755
3756 * term/w32-win.el: Remove duplicate code that's now in
3757 w32-initialize-window-system.
3758 (w32-initialize-window-system): Don't try to create a fontset from
3759 a font-specification anymore. This was removed on the unicode branch
3760 and mistakenly re-added by the multi-tty merge.
3761
3762 * term/mac-win.el: Remove duplicate top-level code.
3763
3764 * language/ethio-util.el:
3765 * international/characters.el: Use utf-8 rather than utf-8-emacs
3766 since it works as well and has the advantage of working with
3767 non-unicode versions of Emacs.
3768
3769 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
3770 multi-tty code, which includes the previous local change.
3771
3772 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3773
3774 * ps-print.el (ps-print-version): New version 7.2.5.
3775 (ps-background, ps-begin-file, ps-build-reference-face-lists):
3776 Use `mapc' rather than `mapcar'.
3777
3778 2008-02-01 Kenichi Handa <handa@m17n.org>
3779
3780 * skeleton.el (skeleton-internal-1): Use integerp and stringp
3781 instead of char-or-string-p to catch -1.
3782
3783 2008-02-01 Kenichi Handa <handa@m17n.org>
3784
3785 * international/mule-cmds.el (inactivate-input-method):
3786 Set input-method-function to nil before calling
3787 inactivate-current-input-method-function.
3788
3789 2008-02-01 Kenichi Handa <handa@m17n.org>
3790
3791 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
3792 height that doesn't exceed the requested height by rounding off.
3793
3794 2008-02-01 Andreas Schwab <schwab@suse.de>
3795
3796 * international/mule-diag.el (print-fontset-element):
3797 Use fontp only if defined.
3798
3799 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3800
3801 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
3802 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
3803 (ps-mule-prologue-generated): Code fix.
3804
3805 2008-02-01 Kenichi Handa <handa@m17n.org>
3806
3807 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
3808 with FIXEDCASE t.
3809
3810 2008-02-01 Kenichi Handa <handa@m17n.org>
3811
3812 * international/mule-diag.el (print-fontset-element): Fix for the
3813 format change of a fontset element for font-backend feature.
3814
3815 2008-02-01 Kenichi Handa <handa@m17n.org>
3816
3817 * descr-text.el (describe-char): Fix for the case that a component
3818 character is TAB.
3819
3820 2008-02-01 Kenichi Handa <handa@m17n.org>
3821
3822 * international/mule-cmds.el (select-safe-coding-system-interactively):
3823 Fix printing of rejected and unsafe coding-systems.
3824
3825 * international/fontset.el (setup-default-fontset): Add tai-viet.
3826
3827 * international/characters.el: Setup syntax/category table for Tai Viet.
3828 (script-list): Add tai-viet.
3829
3830 * loadup.el: Load "language/tai-viet".
3831
3832 * language/tai-viet.el: New file.
3833
3834 * language/tv-util.el: New file.
3835
3836 2008-02-01 Jason Rumney <jasonr@gnu.org>
3837
3838 * faces.el (font-weight-table): Use defaults on w32 that match
3839 LOGFONT.lfWeight.
3840
3841 * term/w32-win.el: Don't create fontset from command-line font.
3842
3843 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3846 (sort-coding-systems, search-unencodable-char): Doc fixes.
3847 (default-input-method, input-method-verbose-flag)
3848 (input-method-highlight-flag): Remove * in defcustom's docstrings.
3849 (exit-language-environment-hook, set-default-coding-systems)
3850 (coding-system-change-eol-conversion, prefer-coding-system)
3851 (find-multibyte-characters, leim-list-entry-regexp)
3852 (set-input-method, input-method-exit-on-first-char, princ-list)
3853 (locale-language-names, locale-charset-language-names)
3854 (define-char-code-property): Fix typos in docstrings.
3855
3856 2008-02-01 Kenichi Handa <handa@m17n.org>
3857
3858 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
3859 Fix for a new character code space (22-bit).
3860
3861 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
3862
3863 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
3864
3865 2008-02-01 Kenichi Handa <handa@m17n.org>
3866
3867 * international/characters.el: Add more cases/syntaxes from Latin
3868 characters.
3869
3870 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3871
3872 * ps-def.el (installation-directory): Must be initialized when defining
3873 it in XEmacs.
3874 (coding-system-for-read): Eliminate duplicated definition.
3875
3876 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3877
3878 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3879
3880 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3881
3882 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3883 (ps-print-emacs-type): Eliminate variable.
3884 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
3885 running ps-print package.
3886
3887 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
3888 (ps-frame-parameter): Replace defun by defalias.
3889 (mark-active): Eliminate defvar.
3890
3891 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
3892 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3893 (ps-jts-ps-setup): Replace macros by vector key definition.
3894
3895 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3896
3897 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3898 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3899 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3900 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3901 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3902 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3903 New command actions for EPS header and EPS footer.
3904
3905 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3906 footer. Fix some problems with one-or-more, zero-or-more and
3907 alternative constructions generation. Some implementation of log
3908 messages. Doc fix.
3909 (ebnf-version): New version 4.4.
3910 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3911 (ebnf-eps-footer, ebnf-log): New options.
3912 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3913 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3914 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3915 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3916 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
3917 (ebnf-style-custom-list, ebnf-style-database): Put new values.
3918 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3919 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3920 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3921 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3922 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3923 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3924 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3925 (ebnf-non-terminal-dimension, ebnf-special-dimension)
3926 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3927 (ebnf-except-dimension, ebnf-alternative-dimension)
3928 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3929 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
3930 Insert log message function.
3931 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3932 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3933 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3934 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3935 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3936 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3937 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3938 compatibility with Emacs 20 & 21.
3939 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3940 (ebnf-eps-file-alist, ebnf-basic-width-extra)
3941 (ebnf-basic-empty-height): New variables.
3942 (ebnf-prologue): Fix PostScript code.
3943 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3944 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3945 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3946 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3947
3948 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3949
3950 * printing.el: Group together all XEmacs/Emacs definitions.
3951 (pr-version): New version 6.9.
3952 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
3953 New functions.
3954 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3955 (pr-menu-bind): Fix code.
3956 (pr-e-frame-char-height, pr-e-frame-char-width)
3957 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3958 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3959 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3960 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3961 (pr-x-event-y-pixel): Eliminate aliases.
3962 (pr-xemacs-global-menubar): Move macro.
3963 (current-menubar, current-mouse-event, zmacs-region-stays)
3964 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3965 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3966 Move variables.
3967 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3968 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3969 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3970 (pr-menu-set-utility-title, pr-even-or-odd-pages)
3971 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3972 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
3973 Move functions.
3974
3975 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3976
3977 * ps-print.el: The ps-print commands without face printing should not
3978 print background color. Reported by Leo <sdl.web@gmail.com>.
3979 (ps-print-version): New version 7.2.2.
3980 (ps-begin-job): New arg. Fix ps-default-background and
3981 ps-default-foreground initialization.
3982 (ps-face-attributes): Fix doc string.
3983 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3984
3985 * printing.el: Fix ps-print link.
3986
3987 2008-02-01 Kenichi Handa <handa@m17n.org>
3988
3989 * international/mule-diag.el (list-character-sets-2): Don't print width.
3990
3991 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3992
3993 * ps-print.ps: Fix background height.
3994 (ps-print-version): New version 7.2.1.
3995
3996 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3997
3998 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
3999 into separate files.
4000 (ps-print-version): New version 7.2.
4001 (ps-postscript-code-directory): Fix XEmacs initialization.
4002 (ps-generate-postscript-with-faces):
4003 Call ps-generate-postscript-with-faces1 (new function).
4004 (ps-color-format, ps-float-format): Move variables to ps-def.el.
4005 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
4006 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
4007 (ps-face-background-name, ps-frame-parameter, ps-color-device)
4008 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4009 Move functions to ps-def.el.
4010 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
4011 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
4012 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
4013 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
4014 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
4015 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4016 Move functions to ps-samp.el.
4017
4018 * ps-bdf.el (installation-directory, coding-system-for-read):
4019 Move variables to ps-def.el.
4020
4021 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
4022 (charset-bytes, charset-dimension, charset-id, charset-width)
4023 (find-charset-region, char-width, chars-in-region, forward-point)
4024 (decompose-composite-char, encode-coding-string, coding-system-p)
4025 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
4026 (string-make-multibyte, encode-char): Move functions to ps-def.el.
4027
4028 * ps-def.el: New file. XEmacs/Emacs definitions.
4029 (ps-generate-postscript-with-faces1): New function.
4030 (ps-color-format, ps-float-format): Move variables from ps-print.el.
4031 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
4032 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
4033 (ps-face-background-name, ps-frame-parameter, ps-color-device)
4034 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4035 Move functions from ps-print.el.
4036 (installation-directory, coding-system-for-read):
4037 Move variables from ps-bdf.el.
4038 (leading-code-private-22): Move variable from ps-mule.el.
4039 (charset-bytes, charset-dimension, charset-id, charset-width)
4040 (find-charset-region, char-width, chars-in-region, forward-point)
4041 (decompose-composite-char, encode-coding-string, coding-system-p)
4042 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
4043 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
4044
4045 * ps-samp.el: New file. Sample setup code.
4046 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
4047 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
4048 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
4049 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
4050 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
4051 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4052 Move functions from ps-print.el.
4053
4054 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4055
4056 * ps-print.el: Handle frame parameters (background and/or foreground
4057 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4058 (ps-print-version): New version 7.1.
4059 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4060 (ps-frame-parameter): New function.
4061 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4062 Fix doc and customization.
4063 (ps-begin-job): Get frame parameters (background and/or foreground
4064 colors).
4065 (ps-do-despool): Ensure ps-printer-name has a valid value.
4066
4067 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4068
4069 * progmodes/ebnf-abn.el:
4070 * progmodes/ebnf-bnf.el:
4071 * progmodes/ebnf-dtd.el:
4072 * progmodes/ebnf-ebx.el:
4073 * progmodes/ebnf-iso.el:
4074 * progmodes/ebnf-otz.el:
4075 * progmodes/ebnf-yac.el:
4076 * progmodes/ebnf2ps.el:
4077 * delim-col.el:
4078 * printing.el:
4079 * ps-bdf.el:
4080 * ps-mule.el:
4081 * ps-print.el: Remove 'Time-stamp' comment mark.
4082
4083 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4084 'easy-menu-add-item' when called in Emacs 21 or higher.
4085
4086 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4087
4088 * ps-print.el : Fix doc.
4089 (ps-print-version): New version 7.0.
4090
4091 2008-02-01 Kenichi Handa <handa@m17n.org>
4092
4093 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
4094 XMODIFIERS.
4095
4096 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4097
4098 * ps-print.el: Fix maintainer email. Eliminate function declaration
4099 that kept compatibility with older Emacs version.
4100 (ps-print-version): New version 6.7.
4101
4102 2008-02-01 Kenichi Handa <handa@m17n.org>
4103
4104 * international/quail.el (quail-get-translations):
4105 Make quail-current-key multibyte if not yet done.
4106
4107 2008-02-01 Zhang Wei <id.brep@gmail.com>
4108
4109 * language/chinese.el ("Chinese-GBK"): Add tutorial.
4110 ("Chinese-GB18030"): Add sample-text and tutorial.
4111
4112 * international/fontset.el (font-encoding-alist)
4113 (setup-default-fontset): Add gb18030.
4114 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
4115 (charset-script-alist): Add gbk and gb18030.
4116
4117 * international/characters.el: Put property
4118 preferred-coding-system on gbk and gb18030.
4119
4120 * international/mule-cmds.el (locale-language-names): Add an entry
4121 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
4122
4123 * faces.el (face-font-registry-alternatives): Add gb18030.
4124
4125 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4126
4127 * ps-mule.el: Fix maintainer email.
4128
4129 2008-02-01 Kenichi Handa <handa@m17n.org>
4130
4131 * international/quail.el (quail-insert-kbd-layout): Check the
4132 length of (cdr translation).
4133 (quail-get-current-str): Check the length of (cdr def).
4134
4135 2008-02-01 Kenichi Handa <handa@m17n.org>
4136
4137 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
4138
4139 2008-02-01 Kenichi Handa <handa@m17n.org>
4140
4141 * international/mule-cmds.el (ucs-insert): Re-implement.
4142
4143 2008-02-01 Kenichi Handa <handa@m17n.org>
4144
4145 * composite.el (terminal-composition-modification): New function.
4146 (terminal-composition-function): Create composition with the above
4147 modification function.
4148
4149 2008-02-01 Zhang Wei <id.brep@gmail.com>
4150
4151 * international/characters.el: Add more full-width characters in
4152 char-width-table.
4153
4154 2008-02-01 Kenichi Handa <handa@m17n.org>
4155
4156 * international/fontset.el (create-fontset-from-fontset-spec):
4157 Fix script name handling.
4158
4159 2008-02-01 Kenichi Handa <handa@m17n.org>
4160
4161 * composite.el (terminal-composition-function): New function.
4162 (terminal-composition-function-table): New variable.
4163 (auto-compose-chars): If running on a terminal, use
4164 terminal-composition-function-table.
4165
4166 * loadup.el: Load "composite" after "international/characters".
4167
4168 * international/characters.el: Delete codes for setting up charset
4169 property nospace-between-words. Fix setting up of
4170 char-width-table. Don't make ethiopic and tibetan double column.
4171
4172 * textmodes/fill.el (fill-find-break-point-function-table):
4173 Don't set it up in defvar.
4174 (fill-nospace-between-words-table): New variable.
4175 (fill-delete-newlines): Check fill-nospace-between-words-table
4176 instead of charset property nospcae-between-words.
4177
4178 2008-02-01 Kenichi Handa <handa@m17n.org>
4179
4180 * composite.el (global-auto-composition-mode): Make the initial
4181 value not depend on emacs-basic-display.
4182
4183 * textmodes/fill.el: Don't use charset property
4184 `fill-find-break-point-function'.
4185 (fill-find-break-point-function-table): New variable.
4186 (fill-find-break-point): Lookup fill-find-break-point-function-table.
4187
4188 2008-02-01 Kenichi Handa <handa@m17n.org>
4189
4190 * international/mule.el (coding-system-list): Be sure to exclude
4191 subsidiary coding systems.
4192
4193 2008-02-01 Kenichi Handa <handa@m17n.org>
4194
4195 * composite.el (auto-composition-after-change)
4196 (toggle-auto-composition): Remove `auto-composed' property instead
4197 of setting it to nil.
4198
4199 2008-02-01 Kenichi Handa <handa@m17n.org>
4200
4201 * language/misc-lang.el (iso-8859-6): New coding system.
4202
4203 2008-02-01 Kenichi Handa <handa@m17n.org>
4204
4205 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
4206 replace-regexp-in-string as replacement.
4207
4208 2008-02-01 Kenichi Handa <handa@m17n.org>
4209
4210 * international/fontset.el (otf-script-alist): Add byzm, math,
4211 musc, and nko.
4212
4213 * international/characters.el (script-list): Add nko,
4214 byzantine-musical-symbol, musical-symbol, and mathematical.
4215
4216 2008-02-01 Kenichi Handa <handa@m17n.org>
4217
4218 * composite.el (auto-compose-current-font): New variable.
4219 (auto-compose-chars): New arg FONT-OBJECT.
4220
4221 2008-02-01 Kenichi Handa <handa@m17n.org>
4222
4223 * international/characters.el: Modify category-table and
4224 script-table for new Ethiopic character range.
4225
4226 2008-02-01 Kenichi Handa <handa@m17n.org>
4227
4228 * international/mule-cmds.el (set-language-environment-fontset):
4229 Delete it.
4230
4231 2008-02-01 Kenichi Handa <handa@m17n.org>
4232
4233 * international/fontset.el (otf-script-alist): Set it.
4234
4235 2008-02-01 Kenichi Handa <handa@m17n.org>
4236
4237 * international/fontset.el (font-encoding-alist):
4238 Fix for "ethiopic-unicode".
4239
4240 2008-02-01 Kenichi Handa <handa@m17n.org>
4241
4242 * international/fontset.el (script-representative-chars):
4243 Add an entry for latin script.
4244
4245 2008-02-01 Kenichi Handa <handa@m17n.org>
4246
4247 * faces.el (font-weight-table): Treat regular and normal as the
4248 same as medium.
4249 (font-slant-table): Add (roman . 100).
4250
4251 2008-02-01 Kenichi Handa <handa@m17n.org>
4252
4253 These changes are for the new font handling codes.
4254
4255 * faces.el (font-weight-table, font-slant-table)
4256 (font-swidth-table): New customizable variables.
4257
4258 * international/fontset.el (font-encoding-alist): Add koi8-4.
4259 (script-representative-chars): Set the default value.
4260 (create-fontset-from-x-resource): Delete `message'.
4261
4262 2008-02-01 Kenichi Handa <handa@m17n.org>
4263
4264 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
4265 Call set-buffer-multibyte with arg `to'.
4266
4267 2008-02-01 Kenichi Handa <handa@m17n.org>
4268
4269 * info.el (Info-fontify-node): Check if already fontified or not
4270 by next-single-property-change.
4271
4272 2008-02-01 Kenichi Handa <handa@m17n.org>
4273
4274 * international/mule.el (ctext-pre-write-conversion): Produce
4275 extra designation sequence for ASCII at the end off extended segment.
4276
4277 2008-02-01 Kenichi Handa <handa@m17n.org>
4278
4279 * international/mule.el (ctext-non-standard-encodings-table):
4280 Reverse the returning list.
4281 (ctext-pre-write-conversion): Fix encoding with extended segments.
4282
4283 * international/mule-conf.el (compound-text)
4284 (compound-text-with-extensions): Add long-form in :flags.
4285
4286 2008-02-01 Kenichi Handa <handa@m17n.org>
4287
4288 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4289 regexp for paring FONTSET-SPEC (allow spaces after `:').
4290
4291 2008-02-01 Kenichi Handa <handa@m17n.org>
4292
4293 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4294 for the case that a charset is specified as target.
4295
4296 2008-02-01 Kenichi Handa <handa@m17n.org>
4297
4298 * international/ccl.el (ccl-embed-string): Check string length.
4299 Set special flag for multibyte character sequence.
4300 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
4301 str unibyte.
4302 (ccl-compile-write): If the character code doesn't fit in 22-bit
4303 (ccl-dump-write-const-string): Check special flag for multibyte
4304 character sequence.
4305
4306 2008-02-01 Kenichi Handa <handa@m17n.org>
4307
4308 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
4309 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
4310 ps-mule-eight-bit-char.
4311
4312 2008-02-01 Kenichi Handa <handa@m17n.org>
4313
4314 * language/chinese.el ("Chinese-BIG5"):
4315 Set ctext-non-standard-encodings property to "big5-0".
4316
4317 * international/mule.el (ctext-non-standard-encodings):
4318 Initialize to nil.
4319 (ctext-non-standard-encodings-alist): Set charset `big5' in the
4320 entry for "big5-0".
4321 (ctext-non-standard-encodings-table): Return a list instead of
4322 char-table.
4323 (ctext-pre-write-conversion): Adjust for the above change.
4324
4325 2008-02-01 Zhang Wei <id.brep@gmail.com>
4326
4327 * international/mule.el (ctext-non-standard-encodings-alist):
4328 Add an entry for gbk-0.
4329 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
4330 a row 8-bit.
4331
4332 * language/chinese.el ("Chinese-GBK"):
4333 Set ctext-non-standard-encodings property to "gbk-0".
4334 Add sample-text property.
4335
4336 2008-02-01 Kenichi Handa <handa@m17n.org>
4337
4338 * international/kkc.el (kkc-region): Use
4339 this-single-command-raw-keys on pushing back an unhandled key sequence.
4340
4341 2008-02-01 Kenichi Handa <handa@m17n.org>
4342
4343 * international/encoded-kb.el (encoded-kbd-mode):
4344 Check saved-input-mode on turning off Encoded Kbd mode.
4345
4346 * composite.el (auto-composition-after-change): Use save-buffer-state.
4347 (turn-on-auto-composition-if-enabled): Don't turn on
4348 auto-composition-mode in a unibyte buffer.
4349
4350 2008-02-01 Kenichi Handa <handa@m17n.org>
4351
4352 * startup.el (command-line): Use custom-reevaluate-setting for
4353 global-auto-composition-mode.
4354
4355 * composite.el (auto-composition-function): Make it buffer local.
4356 (auto-composition-mode): New minor mode.
4357 (turn-on-auto-composition-if-enabled): New function.
4358 (global-auto-composition-mode): New global minor mode.
4359
4360 2008-02-01 Kenichi Handa <handa@m17n.org>
4361
4362 * descr-text.el (describe-char): Use insert-text-button instead of
4363 widget-create for "customize what to show" button.
4364
4365 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4366
4367 * language/ethiopic.el: Fix copyright.
4368 (composition-function-table): Support a new character in Unicode 4.1.
4369
4370 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
4371 (ethio-tex-to-fidel-buffer, ethio-composition-function)
4372 ("ethiopic-tex"): Support new characters in Unicode 4.1.
4373
4374 2008-02-01 Kenichi Handa <handa@m17n.org>
4375
4376 * international/characters.el: Register characters in
4377 auto-fill-chars. Put nospace-between-words to more charsets.
4378
4379 2008-02-01 Zhang Wei <id.brep@gmail.com>
4380
4381 * international/mule-cmds.el (locale-language-names): Add entries
4382 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
4383 (locale-preferred-coding-systems): Fix entries for Chinese locales.
4384
4385 2008-02-01 Kenichi Handa <handa@etlken>
4386
4387 * international/utf-7.el: Delete the definition of utf-7.
4388 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
4389 Add autoload cookies.
4390
4391 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4392
4393 * term/mac-win.el: Delete the code to create a fontset from the X
4394 resource "Font".
4395
4396 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4397
4398 * international/robin.el (robin-define-package): Be sure to call
4399 put-char-code-property.
4400
4401 2008-02-01 Kenichi Handa <handa@m17n.org>
4402
4403 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
4404 property to 1.
4405
4406 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
4407 property to t.
4408
4409 * international/mule.el (coding-system-get):
4410 Check `ascii-incompatible' for backward compatiblity.
4411 (set-file-name-coding-system): Signal an error for a coding system
4412 not suitable for file name.
4413 (set-keyboard-coding-system): Signal an error for a coding system
4414 not suitable for keyboard.
4415
4416 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
4417 Set :suitable-for-keyboard property to 1.
4418
4419 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4420 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
4421
4422 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
4423 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
4424
4425 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4426
4427 * international/robin.el (robin-define-package): Delete redundant code.
4428 (robin-add-rule): Allow N-1 reverse conversion.
4429
4430 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4431
4432 * international/robin.el (robin-define-package): Make the
4433 expanded form shorter.
4434
4435 2008-02-01 Zhang Wei <id.brep@gmail.com>
4436
4437 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
4438 chiense-iso-8bit.
4439
4440 2008-02-01 Kenichi Handa <handa@m17n.org>
4441
4442 * loadup.el: If we are byte-compiling unidata-gen.el or running
4443 unidata-ge-files, set purify-flag to nil.
4444
4445 2008-02-01 Kenichi Handa <handa@m17n.org>
4446
4447 * loadup.el: Load international/charprop.el with NOERROR t.
4448
4449 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
4450
4451 2008-02-01 Kenichi Handa <handa@m17n.org>
4452
4453 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
4454 New charsets and coding systems.
4455 (mac-symbol, mac-dingbats): New charsets.
4456
4457 2008-02-01 Kenichi Handa <handa@m17n.org>
4458
4459 * international/characters.el: Set syntax of NBSP to punctuation.
4460
4461 2008-02-01 Kenichi Handa <handa@m17n.org>
4462
4463 * international/mule-cmds.el: Don't require wid-edit.
4464
4465 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4466
4467 * international/robin.el: New file.
4468
4469 * language/ethiopic.el: Change encoding to utf-8-emacs.
4470 Register ethio-composition-function in composition-function-table.
4471 ("Ethiopic"): Change coding-systems to utf-8-emacs.
4472
4473 * language/ethio-util.el: Change encoding to utf-8-emacs.
4474 Rewrite all transliteration functions to use robin.el.
4475 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
4476 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
4477 (ethio-prefer-ascii-punctuation): Delete variables.
4478 (ethio-char-to-ethiocode, ethio-convert-digit)
4479 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
4480 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
4481 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
4482 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
4483 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
4484 (ethio-adjust-robin, ethio-composition-function)
4485 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
4486 (ethio-sera-to-fidel-region-ethio)
4487 (ethio-sera-to-fidel-region-noethio)
4488 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
4489 New functions.
4490
4491 2008-02-01 Miles Bader <miles@gnu.org>
4492
4493 * international/mule.el (auto-coding-regexp-alist)
4494 (ctext-pre-write-conversion): Replace embedded control characters
4495 with octal escapes; this prevents diff from thinking the file is binary.
4496
4497 2008-02-01 Miles Bader <miles@gnu.org>
4498
4499 * descr-text.el (describe-char-unidata-list):
4500 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
4501 (byte-compile-insert-header):
4502 * international/mule.el (charset-list, set-coding-priority)
4503 (ignore-relative-composition):
4504 * international/mule-util.el (detect-coding-with-priority):
4505 * international/mule-diag.el:
4506 * international/mule-cmds.el (language-info-custom-alist):
4507 * international/codepage.el (codepage-setup):
4508 Replace references to Emacs version "22" with "23".
4509
4510 2008-02-01 Kenichi Handa <handa@m17n.org>
4511
4512 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
4513
4514 * international/fontset.el (font-encoding-alist): Add an entry for
4515 microsoft-cp1251.
4516 (setup-default-fontset): Add entries for microsoft-cp1251 and
4517 koi8-r for cyrillic.
4518
4519 * international/mule-cmds.el (char-code-property-alist): New variable.
4520 (define-char-code-property): New function.
4521 (get-char-code-property, put-char-code-property): Handle a
4522 char-table registerd in char-code-property-alist.
4523 (set-language-environment): Check :ascii-compatible-p property of
4524 nonascii charset instead of its dimension.
4525
4526 * international/uni-bidi.el, international/uni-category.el:
4527 * international/uni-combining.el, international/uni-comment.el:
4528 * international/uni-decimal.el, international/uni-decomposition.el:
4529 * international/uni-digit.el, international/uni-lowercase.el:
4530 * international/uni-mirrored.el, international/uni-name.el:
4531 * international/uni-numeric.el, international/uni-old-name.el:
4532 * international/uni-titlecase.el, international/uni-uppercase.el:
4533 * international/charprop.el: New files automatically generated by
4534 admin/unidata/Makefile.
4535
4536 * loadup.el: Load internationnal/charprop.el.
4537
4538 * descr-text.el (describe-char-unidata-list): New variable.
4539 (describe-char-unicode-data): Use char-code-property-description.
4540 (describe-char): Add lines for describing Unicode-based character
4541 properties.
4542
4543 2008-02-01 Kenichi Handa <handa@m17n.org>
4544
4545 * textmodes/ispell.el: These changes are to fix the code merged
4546 from trunk for the change on 2008-02-01.
4547 (ispell-unified-chars-table): Delete it.
4548 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
4549
4550 2008-02-01 Kenichi Handa <handa@m17n.org>
4551
4552 * international/mule-util.el (char-displayable-p): Check
4553 :charset-list property of CODING.
4554
4555 2008-02-01 Kenichi Handa <handa@m17n.org>
4556
4557 * international/mule-cmds.el (select-safe-coding-system-interactively):
4558 Change 'mime-charset to :mime-charset.
4559 (select-safe-coding-system): Use above.
4560 (set-language-environment): Delete unnecessary code for handling
4561 overriding-fontspec.
4562
4563 2008-02-01 Kenichi Handa <handa@m17n.org>
4564
4565 * international/mule-conf.el: New coding system aliases unix, dos,
4566 and mac.
4567
4568 2008-02-01 Kenichi Handa <handa@m17n.org>
4569
4570 * international/titdic-cnv.el (tit-process-header): Fix embedded
4571 coding tag.
4572 (titdic-convert): Bind coding-system-for-write to the coding
4573 system specfied in the map file. Remove `charset' property after
4574 decoding.
4575 (miscdic-convert): Bind coding-system-for-write to the coding
4576 system specfied for the map file. Fix LANGUAGE arg to
4577 quail-define-package.
4578 (batch-miscdic-convert): Check if a file is directory or not.
4579
4580 2008-02-01 Kenichi Handa <handa@m17n.org>
4581
4582 * international/mule.el (coding-system-equal): Move from mule-util.el.
4583
4584 * international/mule-util.el (coding-system-equal): Move to mule.el.
4585
4586 2008-02-01 Kenichi Handa <handa@m17n.org>
4587
4588 * international/encoded-kb.el (encoded-kbd-decode-code-list):
4589 New function.
4590 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
4591 Support multibyte charsets.
4592
4593 2008-02-01 Kenichi Handa <handa@m17n.org>
4594
4595 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
4596 to eight-bit chars.
4597
4598 * international/mule-conf.el: Don't define coding system
4599 `undecided' here.
4600
4601 2008-02-01 Kenichi Handa <handa@m17n.org>
4602
4603 * international/mule-cmds.el (locale-language-names): Fix for
4604 gb18030 and gdk.
4605
4606 2008-02-01 Kenichi Handa <handa@m17n.org>
4607
4608 * international/fontset.el (font-encoding-alist): Add gbk.
4609 (charset-script-alist): Add chinese-gbk.
4610
4611 2008-02-01 Kenichi Handa <handa@m17n.org>
4612
4613 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
4614
4615 2008-02-01 Kenichi Handa <handa@m17n.org>
4616
4617 * language/japanese.el ("Japanese"): Fix ordering of charsets.
4618
4619 2008-02-01 Kenichi Handa <handa@m17n.org>
4620
4621 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
4622 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
4623 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
4624
4625 2008-02-01 Kenichi Handa <handa@m17n.org>
4626
4627 * descr-text.el (describe-char): Fix for the case CODE is a cons
4628 of integers.
4629
4630 2008-02-01 Steven Tamm <steventamm@mac.com>
4631
4632 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
4633 (mac-standard-fontset-spec): Create.
4634
4635 2008-02-01 Kenichi Handa <handa@m17n.org>
4636
4637 * international/mule-diag.el (unicode-data):
4638 Call find-file-noselect with NOWARN t.
4639
4640 2008-02-01 Kenichi Handa <handa@m17n.org>
4641
4642 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
4643
4644 2008-02-01 Kenichi Handa <handa@m17n.org>
4645
4646 * international/characters.el: Give more CJK characters the
4647 category `|'.
4648
4649 * descr-text.el (describe-char): Make it work on *Help* buffer.
4650 Suppress auto-composition on a region describing about composition.
4651
4652 * language/european.el (diacritic-compose-region)
4653 (diacritic-compose-string, diacritic-composition-function):
4654 Compose diacritical marks only with a character whose syntax is
4655 word constituent.
4656 (diacritic-post-read-conversion): Delete it.
4657
4658 2008-02-01 Kenichi Handa <handa@m17n.org>
4659
4660 * composite.el (auto-compose-chars): Execute the main code in
4661 condition-case.
4662
4663 2008-02-01 Kenichi Handa <handa@m17n.org>
4664
4665 * international/fontset.el (x-complement-fontset-spec):
4666 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
4667
4668 2008-02-01 Kenichi Handa <handa@m17n.org>
4669
4670 * international/characters.el (next-word-boundary-kana):
4671 Handle half-width kana.
4672
4673 2008-02-01 Kenichi Handa <handa@m17n.org>
4674
4675 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
4676
4677 2008-02-01 Kenichi Handa <handa@m17n.org>
4678
4679 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
4680
4681 * mail/rmail.el (rmail-decode-babyl-format):
4682 Use with-coding-priority instead of detect-coding-with-priority.
4683
4684 2008-02-01 Kenichi Handa <handa@m17n.org>
4685
4686 * international/mule.el (make-translation-table)
4687 (make-translation-table-from-vector): Set the second extra slot of
4688 the char table to 1.
4689 (make-translation-table-from-alist): Fix handling of multiple entries.
4690
4691 2008-02-01 Kenichi Handa <handa@m17n.org>
4692
4693 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
4694 New translation tables.
4695
4696 * international/mule.el (make-translation-table-from-alist):
4697 New function.
4698
4699 2008-02-01 Kenichi Handa <handa@m17n.org>
4700
4701 * international/mule.el (translate-region): Re-implement it here.
4702 Make it interactive.
4703
4704 2008-02-01 Kenichi Handa <handa@m17n.org>
4705
4706 * ps-mule.el (ps-mule-font-info-database): Doc fix.
4707
4708 2008-02-01 Kenichi Handa <handa@m17n.org>
4709
4710 * international/mule-conf.el (chinese-cns11643-15): New charset.
4711
4712 2008-02-01 Kenichi Handa <handa@m17n.org>
4713
4714 * international/fontset.el (font-encoding-alist): Add entries for
4715 variations of cns11643 fonts.
4716 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
4717
4718 2008-02-01 Kenichi Handa <handa@m17n.org>
4719
4720 * international/mule-diag.el (list-charset-chars): Put charset
4721 text property.
4722
4723 * international/fontset.el (setup-default-fontset): Delete the
4724 entry for symbol script, add JISX0213 to kana script, specify
4725 fallback fonts.
4726
4727 2008-02-01 Kenichi Handa <handa@m17n.org>
4728
4729 * international/fontset.el (setup-default-fontset)
4730 (font-encoding-alist): Register "JISX0213.2004-1".
4731
4732 * international/mule-diag.el (list-character-sets): Fix the first
4733 line message.
4734 (sort-listed-character-sets): Adjust for the change of
4735 list-characters-sets-1.
4736 (list-character-sets-1): List supplementary character sets in a
4737 different section.
4738 (list-charset-chars): Validate charset at early stage.
4739
4740 * international/characters.el: Fix `han' script range.
4741
4742 * international/mule-conf.el (japanese-jisx0213.2004-1):
4743 Specify :code-space.
4744 (cp932-2-byte): Fix :code-space.
4745 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
4746
4747 2008-02-01 Kenichi Handa <handa@m17n.org>
4748
4749 * international/mule-conf.el (japanese-jisx0213.2004-1):
4750 Specify :dimension 2.
4751
4752 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
4753 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
4754 New coding systems.
4755 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
4756 aliases.
4757 ("Japanese"): Add new charsets and coding systems.
4758
4759 2008-02-01 Kenichi Handa <handa@m17n.org>
4760
4761 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
4762 Rename from japanese-ucs-cp932-map.
4763 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
4764 (japanese-ucs-glibc-map): Delete this translation table.
4765 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
4766 New translation tables.
4767
4768 2008-02-01 Kenichi Handa <handa@m17n.org>
4769
4770 * cus-start.el: Handle charset-map-path, not charset-map-directory.
4771
4772 2008-02-01 Kenichi Handa <handa@m17n.org>
4773
4774 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4775
4776 2008-02-01 Kenichi Handa <handa@m17n.org>
4777
4778 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
4779 tables japanese-ucs-*-map.
4780
4781 2008-02-01 Kenichi Handa <handa@m17n.org>
4782
4783 * international/eucjp-ms.el: New file (automatically generated by
4784 admin/charsets/Makefile).
4785
4786 * international/cp51932.el: New file (automatically generated by
4787 admin/charsets/Makefile).
4788
4789 * language/japanese.el: Load cp51932 and eucjp-ms.
4790 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
4791 (japanese-ucs-glibc-map): New translation tables.
4792 (eucjp-ms): New coding system.
4793
4794 * international/mule.el (coding-system-put): Delete it.
4795 It's implemented in C now.
4796
4797 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
4798 (japanese-jisx0213-a): New supplementary charset.
4799 (japanese-jisx0213.2004-1): New charset.
4800
4801 2008-02-01 Kenichi Handa <handa@m17n.org>
4802
4803 * language/japanese.el (japanese-cp932): New coding system.
4804 (cp932): New alias of it.
4805
4806 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
4807 (cp932): New charsets.
4808
4809 * international/mule.el (define-charset): If :code-space is not
4810 given, generate it from :dimension.
4811
4812 2008-02-01 Kenichi Handa <handa@m17n.org>
4813
4814 * composite.el (reference-point-alist): Doc fix.
4815 (encode-composition-rule, decode-composition-rule):
4816 Handle a rule (GREF NREF XOFF YOFF).
4817
4818 2008-02-01 Kenichi Handa <handa@m17n.org>
4819
4820 * language/european.el (diacritic-composition-function): Fix for
4821 the case that POS is at the head. Allow combining with more characters.
4822
4823 2008-02-01 Kenichi Handa <handa@m17n.org>
4824
4825 * descr-text.el (describe-char): Check `charset' property.
4826 Show the code point in the charset in hexadigits.
4827
4828 * international/mule-diag.el (stretches-for-character-list):
4829 Delete it.
4830 (list-block-of-chars): Use tabs instead of `display' property for
4831 aligning characters.
4832 (print-fontset-element): Fix the printing of XLFD.
4833
4834 2008-02-01 Kenichi Handa <handa@m17n.org>
4835
4836 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4837 New function.
4838 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
4839 handling utf-8.
4840
4841 2008-02-01 Kenichi Handa <handa@m17n.org>
4842
4843 * faces.el (read-face-font): Include fontsets in the completion list.
4844
4845 * international/mule-cmds.el (set-locale-environment):
4846 Insert locale-translation-file-name in a unibyte buffer.
4847
4848 * international/characters.el: Fix setting of category `|'.
4849
4850 2008-02-01 Kenichi Handa <handa@m17n.org>
4851
4852 * language/chinese.el (chinese-gb18030): Fix :charset-list.
4853
4854 2008-02-01 Kenichi Handa <handa@m17n.org>
4855
4856 * international/mule-cmds.el (select-safe-coding-system): Fix for
4857 the case that the first element of default-coding-system is t.
4858 Fix a message when some coding systems are rejected.
4859
4860 2008-02-01 Kenichi Handa <handa@m17n.org>
4861
4862 * international/mule-cmds.el (set-language-environment): Put
4863 higher priority to charsets listed in `charset' property of the
4864 language environment.
4865
4866 2008-02-01 Kenichi Handa <handa@m17n.org>
4867
4868 * composite.el (auto-compose-chars): Don't do unnecessary
4869 save-exclusion and save-restriction.
4870
4871 2008-02-01 Kenichi Handa <handa@m17n.org>
4872
4873 * international/mule-conf.el (ctext-no-compositions):
4874 Remove garbage arguments.
4875
4876 * international/mule.el (make-coding-system): Fix generation of
4877 properties.
4878
4879 * international/fontset.el (setup-default-fontset): Specify fonts
4880 for `symbol' script.
4881
4882 * international/characters.el (script-list): Include `currency'
4883 in `symbol'.
4884
4885 2008-02-01 Alex Schroeder <alex@gnu.org>
4886
4887 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
4888 8601 format (a capital T between the date and the time).
4889
4890 2008-02-01 Kenichi Handa <handa@m17n.org>
4891
4892 * international/mule.el (private-char-area-1-min)
4893 (private-char-area-1-max, private-char-area-2-min)
4894 (private-char-area-2-max, emacs-mule-charset-table): New variables.
4895 (convert-define-charset-argument): New function.
4896 (define-charset): Handle the old calling style.
4897 Update emacs-mule-charset-table.
4898 (make-char-internal): New function.
4899
4900 2008-02-01 Jason Rumney <jasonr@gnu.org>
4901
4902 * w32-charset-info-alist: Define iso10646-1 always.
4903
4904 2008-02-01 Kenichi Handa <handa@m17n.org>
4905
4906 * composite.el (compose-region): Doc fix (delete duplicated line).
4907
4908 2008-02-01 Kenichi Handa <handa@m17n.org>
4909
4910 * international/characters.el: Fix syntax for Ethiopic.
4911
4912 2008-02-01 Jason Rumney <jasonr@gnu.org>
4913
4914 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
4915
4916 * makefile.w32-in (DONTCOMPILE): Remove old languages.
4917 Add international/latin1-disp.el.
4918 (LC_ALL): Define as C.
4919
4920 2008-02-01 Jason Rumney <jasonr@gnu.org>
4921
4922 * term/w32-win.el: Don't set fontsets to use sjis.
4923
4924 2008-02-01 Kenichi Handa <handa@m17n.org>
4925
4926 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4927 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
4928
4929 2008-02-01 Kenichi Handa <handa@m17n.org>
4930
4931 * composite.el (auto-composition-chunk-size): Delete variable.
4932 (auto-compose-chars): Always stop after processing a newline.
4933
4934 2008-02-01 Kenichi Handa <handa@m17n.org>
4935
4936 * international/mule.el (define-coding-system): Fix attribute
4937 name :for-unibyte.
4938
4939 2008-02-01 Kenichi Handa <handa@m17n.org>
4940
4941 * ps-bdf.el: Largely re-write.
4942
4943 * ps-mule.el: Largely re-write.
4944
4945 * ps-print.el (ps-generate-string-list): Delete function.
4946 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
4947 (ps-header-footer-string): Delete function.
4948 (ps-encode-header-string-function): New variable.
4949 (ps-generate-header-line): Call ps-encode-header-string-function.
4950 (ps-basic-plot-string-function): New variable
4951 (ps-begin-job): Set ps-basic-plot-string-function and
4952 ps-encode-header-string-function. For setting up headers and
4953 footers, don't use caches such as ps-rh-cache. Don't call
4954 ps-mule-begin-page.
4955 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
4956 Don't call ps-mule-prepare-ascii-font.
4957 (ps-plot-region): Don't pay attention to composition and
4958 non-ASCII characters.
4959 (ps-generate): Call ps-mule-end-job.
4960 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
4961 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
4962 (ps-mule-end-job): Declare autoload.
4963
4964 * composite.el (auto-compose-region): New function.
4965
4966 2008-02-01 Dave Love <fx@gnu.org>
4967
4968 * international/mule-util.el
4969 (detect-coding-with-language-environment): Doc fix.
4970
4971 * composite.el: Doc fixes.
4972 (auto-compose-chars): Use functionp, not fboundp.
4973
4974 * international/mule-diag.el (list-charset-chars): Set buffer file
4975 coding system.
4976
4977 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4978 cookie. Doc fix.
4979
4980 2008-02-01 Dave Love <fx@gnu.org>
4981
4982 * international/mule-diag.el (list-charset-chars): Set buffer file
4983 coding system.
4984
4985 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4986 cookie. Doc fix.
4987
4988 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
4989 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
4990 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4991 * eshell/esh-opt.el (eshell-process-option):
4992 * emulation/keypad.el (keypad-setup):
4993 * emacs-lisp/lisp-mode.el (prin1-char):
4994 * emacs-lisp/generic.el (generic-mode-set-comments):
4995 * edmacro.el (edmacro-parse-keys):
4996 * disp-table.el (standard-display-default): Use characterp.
4997
4998 2008-02-01 Kenichi Handa <handa@m17n.org>
4999
5000 * international/mule-conf.el (utf-16-be): Make it an alias of
5001 utf-16be-with-signature.
5002 (utf-16-le): Make it an alias of utf-16le-with-signature.
5003 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
5004 coding system aliases.
5005
5006 * international/utf-7.el (utf-7-decode, utf-7-encode):
5007 Use utf-16be, not utf-16-be.
5008
5009 2008-02-01 Kenichi Handa <handa@m17n.org>
5010
5011 * international/mule.el (coding-system-category): New function.
5012 (set-coding-priority): Re-write.
5013 (make-translation-table): Re-write.
5014
5015 * international/mule-cmds.el (universal-coding-system-argument):
5016 Check the coding system type `undecided', not `t'.
5017 (sort-coding-systems): Fix for iso-2022 coding systems.
5018 (find-multibyte-characters): Fix for eight-bit chars.
5019 (set-language-environment): Set charset priorities according to
5020 the charsets supported by the coding systems of higher priorities.
5021
5022 2008-02-01 Kenichi Handa <handa@m17n.org>
5023
5024 * font-lock.el
5025 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5026 Check (match-end 2) before going there.
5027
5028 2008-02-01 Kenichi Handa <handa@m17n.org>
5029
5030 * international/mule.el (ctext-non-standard-designations-alist):
5031 Exclude entries for iso8859-1[03456]. Fix docstring.
5032 (ctext-pre-write-conversion): Make it work for the case that FROM
5033 is a string. Don't do unnecessary save-restriction and
5034 narrow-to-region.
5035
5036 2008-02-01 Kenichi Handa <handa@m17n.org>
5037
5038 * international/mule.el (ctext-non-standard-encodings-alist):
5039 Rename from non-standard-icccm-encodings-alist.
5040 (ctext-non-standard-encodings-regexp): New variable
5041 (ctext-post-read-conversion): Full rewrite.
5042 (ctext-non-standard-designations-alist): Rename from
5043 non-standard-designations-alist.
5044 (ctext-pre-write-conversion): Full rewrite.
5045 (define-coding-system): Doc fix (escape '"' by '\').
5046
5047 2008-02-01 Dave Love <fx@gnu.org>
5048
5049 * international/mule-conf.el (utf-16le, utf-16be-16be)
5050 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
5051 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
5052 `-16-{b,l}e-' and define aliases for the old names.
5053
5054 * international/mule.el (define-coding-system): Doc fix.
5055
5056 2008-02-01 Dave Love <fx@gnu.org>
5057
5058 * international/utf-7.el: New file.
5059
5060 * international/mule-conf.el (utf-7): New.
5061
5062 2008-02-01 Kenichi Handa <handa@m17n.org>
5063
5064 * international/mule-conf.el (utf-16): Add :endian 'big.
5065
5066 * international/mule.el (define-coding-system): Fix docstring
5067 about :bom and :endian.
5068
5069 2008-02-01 Dave Love <fx@gnu.org>
5070
5071 * international/mule-diag.el (describe-character-set):
5072 Fix printing dimensions. Use `\e$(C!?\e(B', not `x'.
5073
5074 2008-02-01 Kenichi Handa <handa@m17n.org>
5075
5076 * international/fontset.el: Register CDAC fonts in
5077 face-font-rescale-alist instead of face-resizing-fonts.
5078
5079 2008-02-01 Kenichi Handa <handa@m17n.org>
5080
5081 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
5082 (utf-16-be): Rename from utf-16-be-nosig.
5083 (utf-16-le-with-signature): Rename from utf-16-le.
5084 (utf-16-be-with-signature): Rename from utf-16-be.
5085 (utf-16): Set :bom to (utf-16-le-with-signature .
5086 utf-16-be-with-signature).
5087
5088 2008-02-01 Dave Love <fx@gnu.org>
5089
5090 * language/georgian.el (georgian-ps, georgian-academy): New coding
5091 system.
5092
5093 * language/chinese.el (chinese-big5-hkscs): New coding system.
5094 (big5-hkscs, cn-big5-hkscs): New aliases.
5095
5096 * international/mule-conf.el (big5-hkscs, georgian-academy):
5097 New charset.
5098 (ibm1047): Doc fix.
5099 (pt154): Add mime-charset.
5100 (ptcp154, cp154): New aliases.
5101
5102 2008-02-01 Dave Love <fx@gnu.org>
5103
5104 * international/mule.el (charset-iso-final-char, define-coding-system):
5105 Doc fix.
5106
5107 2008-02-01 Kenichi Handa <handa@m17n.org>
5108
5109 * international/ccl.el (define-ccl-program): Fset charset-id
5110 to charset-id-internal temporarily.
5111
5112 2008-02-01 Kenichi Handa <handa@m17n.org>
5113
5114 * international/mule-diag.el (list-block-of-chars):
5115 Use decode-char instead of make-char.
5116
5117 2008-02-01 Kenichi Handa <handa@m17n.org>
5118
5119 * international/fontset.el: Enable the default fontset to use
5120 unicode fonts for ASCII characters.
5121 (x-decompose-font-name): Don't try to resolve PATTERN by
5122 x-resolve-font-name.
5123 (x-complement-fontset-spec): Never prepend an ASCII font.
5124 (create-fontset-from-fontset-spec): If a fontset of the same name
5125 already exists, override it instead of signalling an error. Don't
5126 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
5127
5128 * international/mule-conf.el (unicode-bmp): Delete duplicated
5129 definition. Give it :code-offset 0.
5130
5131 * international/mule-diag.el (print-fontset-element): New function.
5132 (print-fontset): Use print-fontset-element to print the elements
5133 of a fontset. Use it also to print fonts fallen back to the
5134 default fontsets.
5135
5136 * term/x-win.el: Delete the code to create a fontset from the X
5137 resource "Font".
5138
5139 2008-02-01 Kenichi Handa <handa@m17n.org>
5140
5141 * international/mule-diag.el (print-fontset): Insert proper
5142 newline and indentation spaces.
5143
5144 2008-02-01 Dave Love <fx@gnu.org>
5145
5146 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
5147 multibyte-char-to-unibyte.
5148
5149 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
5150
5151 * international/mule-cmds.el (find-coding-systems-for-charsets):
5152 Use coding-system-type, coding-system-charset-list.
5153 (standard-keyboard-coding-systems): Delete.
5154 (set-locale-environment): Maybe set keyboard coding system.
5155 Avoid typical warning about codeset in C locale.
5156
5157 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5158
5159 * international/fontset.el (x-complement-fontset-spec): If a
5160 fontname doesn't conform to XLFD format, try to get XLFD name by
5161 x-list-fonts.
5162
5163 2008-02-01 Dave Love <fx@gnu.org>
5164
5165 * international/mule-conf.el (mik, pt154): New charsets.
5166
5167 * language/cyrillic.el (mik, pt154): New coding systems.
5168
5169 2008-02-01 Dave Love <fx@gnu.org>
5170
5171 * international/characters.el: Move parts around so that syntax
5172 definitions aren't overwritten wrongly.
5173
5174 * international/mule-diag.el (unicode-data): Fix treatment of
5175 numeric-value fields.
5176
5177 2008-02-01 Dave Love <fx@gnu.org>
5178
5179 * progmodes/cap-words.el: New file.
5180
5181 2008-02-01 Kenichi Handa <handa@m17n.org>
5182
5183 The following changes are to make character composition happen
5184 automatically on displaying.
5185
5186 * composite.el: Remove all autoload cookies.
5187 (composition-function-table): Move variable declaration from
5188 composite.c. Change format.
5189 (save-buffer-state): Copy from font-lock.el.
5190 (auto-composition-chunk-size): New variable.
5191 (auto-compose-chars): New function. Set
5192 auto-composition-function to it.
5193 (toggle-auto-composition): New function.
5194
5195 * international/characters.el: Make all chararacters in the
5196 charset tibetan to tibetan script.
5197
5198 * international/mule-conf.el (tibetan): Fix :code-space property.
5199 (tibetan-1-column): Delete :superset property, add :code-offset
5200 property.
5201
5202 * international/quail.el (quail-input-string-to-events): Don't
5203 generate compose-chars-after events.
5204
5205 * language/devanagari.el: Register devanagari-composable-function
5206 in composition-function-table for Devanagari characters.
5207
5208 * language/devan-util.el: Register devanagari-composable-pattern
5209 in indian-composable-pattern.
5210 (devanagari-composition-function): Add autoload cookie. Change
5211 arguments to conform to composition-function-table.
5212
5213 * language/european.el: Register combining characters in
5214 composition-function-table.
5215 (diacritic-composition-function): Change arguments to conform to
5216 composition-function-table.
5217
5218 * language/indian.el (indian-composable-pattern): New variable.
5219
5220 * language/ind-util.el (indian-compose-region): Don't call
5221 compose-chars-after, instead call a function registered in
5222 composition-function-table.
5223
5224 * language/lao.el: Register lao-composition-function in
5225 composition-function-table for Lao vowels and tones.
5226 (lao): Don't use lao-post-read-conversion.
5227
5228 * language/lao-util.el (lao-post-read-conversion): Delete this function.
5229 (lao-composition-function): Change arguments to conform to
5230 composition-function-table.
5231
5232 * language/thai.el: Register thai-composition-function in
5233 composition-function-table for Thai vowels and tones.
5234 (thai-tis620): Don't use thai-post-read-conversion.
5235
5236 * language/thai-util.el (thai-post-read-conversion): Delete function.
5237 (thai-composition-function): Change arguments to conform to
5238 composition-function-table.
5239
5240 * language/tibetan.el: Register tibetan-composition-function in
5241 composition-function-table for Tibetan characters.
5242
5243 * language/tibet-util.el (tibetan-composition-function):
5244 Change arguments to conform to composition-function-table.
5245
5246 * loadup.el: Load composite.
5247
5248 2008-02-01 Dave Love <fx@gnu.org>
5249
5250 * international/mule-diag.el (unicode-data): Find unicodedata-file
5251 literally.
5252
5253 2008-02-01 Dave Love <fx@gnu.org>
5254
5255 * international/fontset.el: Doc fixes.
5256 ("fontset-default"): Add iso8859-15.
5257
5258 2008-02-01 Kenichi Handa <handa@m17n.org>
5259
5260 * international/fontset.el ("fontset-default"): Add an entry for
5261 `indian-is13194' charset.
5262
5263 * international/mule-conf.el (indian-is13194): Delete :unify-map
5264 property. Don't unify this charset.
5265 (indian-2-column): Delete :superset property, add :code-offset property.
5266
5267 * language/devan-util.el: Delete the superfluous autoload cookie
5268 near the head of the file.
5269 (devanagari-compose-region): Add autoload cookie.
5270
5271 * language/ind-util.el (indian-2-column-to-ucs-region):
5272 Add autoload cookie.
5273
5274 2008-02-01 Kenichi Handa <handa@m17n.org>
5275
5276 * international/fontset.el ("fontset-default"): Add an entry for
5277 `devanagari' script and `malayalam-glyph' charset.
5278 (face-resizing-fonts): Register CDAC fonts.
5279
5280 * international/mule-conf.el (malayalam-glyph): New charset.
5281
5282 2008-02-01 Dave Love <fx@gnu.org>
5283
5284 * term/x-win.el: Fix typo in loop setting x-keysym-table.
5285
5286 2008-02-01 Dave Love <fx@gnu.org>
5287
5288 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
5289
5290 * term/x-win.el: Remove some ancient compatibility code. Populate
5291 x-keysym-table.
5292
5293 * international/mule-cmds.el (wid-edit): Require when compiling.
5294 (set-locale-environment): Check locale against coding system
5295 aliases too.
5296
5297 2008-02-01 Kenichi Handa <handa@m17n.org>
5298
5299 * language/indian.el (in-is13194-devanagari):
5300 Fix :post-read-conversion and :pre-write-conversion.
5301
5302 2008-02-01 Dave Love <fx@gnu.org>
5303
5304 * international/mule-cmds.el (charset): Supply doc, :tag.
5305
5306 2008-02-01 Kenichi Handa <handa@m17n.org>
5307
5308 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
5309 return a unibyte string.
5310
5311 2008-02-01 Kenichi Handa <handa@m17n.org>
5312
5313 * international/mule-cmds.el (set-locale-environment):
5314 Delete superfluous ')'s at the tail.
5315
5316 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5317
5318 * international/mule.el (define-coding-system): Fix typo;
5319 "docode" -> "decode".
5320
5321 2008-02-01 Dave Love <fx@gnu.org>
5322
5323 * emacs-lisp/byte-opt.el (side-effect-free-fns):
5324 Add string-make-unibyte string-make-multibyte string-to-multibyte
5325 string-as-multibyte string-as-unibyte.
5326
5327 2008-02-01 Dave Love <fx@gnu.org>
5328
5329 * language/english.el (ibm1047, cp1047): New.
5330
5331 * international/mule-conf.el (alternativnyj): Use new table.
5332 (cp866): Define standalone, not as alias.
5333 (ibm866): Change alias.
5334 (ibm1047): New.
5335
5336 * language/cyrillic.el (cyrillic-alternativnyj):
5337 Remove mime-charset. Use alternativnj charset.
5338 (cp866): Remove alias. Define standalone.
5339
5340 2008-02-01 Dave Love <fx@gnu.org>
5341
5342 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
5343
5344 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
5345 ("Tajik", "Belarusian"): Fix charset.
5346
5347 * international/mule-cmds.el (describe-language-environment):
5348 Be case-insensitive when looking for input methods.
5349 (locale-name-match): Doc fix.
5350 (locale-charset-match-p): New.
5351 (set-locale-environment): Warn if coding system doesn't agree
5352 with system locale.
5353
5354 2008-02-01 Kenichi Handa <handa@m17n.org>
5355
5356 * international/mule-cmds.el (select-safe-coding-system): If
5357 :mime-charset property of a coding system is not equal to that
5358 coding system, don't show that :mime-charset name.
5359
5360 2008-02-01 Dave Love <fx@gnu.org>
5361
5362 * international/quail.el (quail-help): Fix underlining.
5363
5364 * language/chinese.el (chinese-gb18030, gb18030)
5365 ("Chinese-GB18030"): New.
5366
5367 * international/mule-cmds.el (locale-language-names): Add GB18030.
5368
5369 * international/swedish.el: Don't require latin-1.
5370
5371 2008-02-01 Dave Love <fx@gnu.org>
5372
5373 * language/czech.el ("Czech"):
5374 * language/slovak.el ("Slovak"):
5375 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
5376
5377 * language/greek.el ("Greek"): Remove unibyte-syntax property.
5378 (cp737): New coding system.
5379
5380 * language/european.el: Remove unibyte-syntax properties.
5381 Augment some coding-system properties.
5382
5383 * international/mule-cmds.el (set-language-environment):
5384 Check for charset property of environment.
5385 (language-info-alist): Doc fix.
5386
5387 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
5388
5389 * international/characters.el: Add Latin-1.
5390
5391 * international/latin-1.el, international/latin-2.el,
5392 * international/latin-3.el, international/latin-4.el,
5393 * international/latin-5.el, international/latin-8.el,
5394 * international/latin-9.el: Delete.
5395
5396 * loadup.el: Remove international/latin-N.el.
5397
5398 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
5399 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5400 Undo last changes.
5401
5402 * international/mule-diag.el (unicode-data): Check that
5403 `unicodedata-file' exists.
5404
5405 2008-02-01 Kenichi Handa <handa@m17n.org>
5406
5407 * international/fontset.el (charset-script-alist): Fix script names.
5408
5409 2008-02-01 Kenichi Handa <handa@m17n.org>
5410
5411 * international/latin-1.el: Bind set-case-syntax-charset to
5412 iso-8859-1. Never provide latin-1.
5413
5414 * international/latin-2.el: Bind set-case-syntax-charset to
5415 iso-8859-2. Never provide latin-2.
5416
5417 * international/latin-3.el: Bind set-case-syntax-charset to
5418 iso-8859-3. Never provide latin-3.
5419
5420 * international/latin-4.el: Bind set-case-syntax-charset to
5421 iso-8859-4. Never provide latin-4.
5422
5423 * international/latin-5.el: Bind set-case-syntax-charset to
5424 iso-8859-9. Never provide latin-5.
5425
5426 * international/latin-8.el: Bind set-case-syntax-charset to
5427 iso-8859-14. Never provide latin-8.
5428
5429 * international/latin-9.el: Bind set-case-syntax-charset to
5430 iso-8859-15. Never provide latin-9.
5431
5432 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
5433 (set-case-syntax-charset): New variable.
5434 (set-case-syntax-1): New function.
5435 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5436 Call set-case-syntax-1 on arguments.
5437
5438 * international/mule-cmds.el (set-language-environment): Delete
5439 unnecessary setup of syntax/case for unibyte case.
5440
5441 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5442
5443 * international/fontset.el (generate-fontset-menu): Exclude the
5444 default fontset.
5445
5446 * faces.el (describe-face): Describe :fontset property too.
5447
5448 2008-02-01 Dave Love <fx@gnu.org>
5449
5450 * international/characters.el: Don't set char width of CJK
5451 charsets generally. Add some non-word syntax cases.
5452 (korean-ksc5601): Fix ranges with symbol syntax.
5453
5454 2008-02-01 Dave Love <fx@gnu.org>
5455
5456 * Makefile.in (DONTCOMPILE): Add indian.el.
5457
5458 * language/ind-util.el:
5459 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
5460 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
5461 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
5462 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
5463 Remove declarations and let-bind them in re-written top-level loop
5464 over scripts, including ucs-devanagari-to-is13194-alist.
5465
5466 2008-02-01 Dave Love <fx@gnu.org>
5467
5468 * international/mule-cmds.el (charset): Move.
5469 (language-info-custom-alist): Move. Alter :set.
5470 (find-coding-systems-for-charsets): Check charset type before
5471 getting :charset-list.
5472
5473 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
5474
5475 2008-02-01 Dave Love <fx@gnu.org>
5476
5477 * wid-edit.el (widget-string-complete): New.
5478 (widget-coding-system-prompt-value-history): Delete.
5479 (coding-system): Use coding-system-value-history.
5480
5481 * international/mule-cmds.el (charset): New widget.
5482 (language-info-custom-alist): Use it.
5483 (default-input-method): Modify :type.
5484
5485 2008-02-01 Dave Love <fx@gnu.org>
5486
5487 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
5488 (indian-glyph-char, indian-char-glyph): Delete.
5489 (is13194-default-repertory): Rename from is13194-default-repartory.
5490 (iscii-to-ucs-region): Hoist evals from loop.
5491
5492 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
5493
5494 * language/indian.el (indian-script-table)
5495 (ccl-encode-indian-glyph-font): Delete.
5496
5497 * international/mule-cmds.el (language-info-custom-alist): New.
5498 (input-method-activate-hook, input-method-inactivate-hook)
5499 (input-method-after-insert-chunk-hook)
5500 (input-method-use-echo-area, set-language-environment-hook)
5501 (exit-language-environment-hook): Customize.
5502 (find-coding-systems-for-charsets): Rewrite.
5503 (default-input-method): Add :link.
5504
5505 2008-02-01 Dave Love <fx@gnu.org>
5506
5507 * international/mule-conf.el (eight-bit): Add :docstring,
5508 :short-name properties.
5509 (cp851): Doc fix.
5510 (unicode-bmp): New.
5511
5512 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
5513
5514 * language/european.el (cp858): New.
5515 ("Turkish"): Add special case rules.
5516
5517 2008-02-01 Dave Love <fx@gnu.org>
5518
5519 * international/characters.el: Make \e$(D*s\e(B and \e$(Q)t\e(B a case pair.
5520
5521 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5522
5523 * international/mule-conf.el: Don't define the charset iso-8859-1
5524 here, just setup its properties.
5525
5526 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5527
5528 * international/mule-conf.el (utf-8): Give :mime-charset property.
5529
5530 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5531
5532 * international/characters.el: Remove duplicated case setting for
5533 Cyrillic and Greek letters. Don't setup printable-chars here.
5534
5535 * case-table.el (describe-buffer-case-table): Handle the case
5536 that KEY is a cons within map-char-table.
5537
5538 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5539
5540 * international/characters.el: Fix categories ?A and ?C.
5541 Treat ASCII characters as `latin' script.
5542
5543 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5544
5545 * international/fontset.el (fontset-plain-name): If the fontset
5546 name doesn't ends with "-fontset-*", use family name as the first
5547 part of the plain name.
5548 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
5549 created, use that name for the fontset. Fix arguments to
5550 subst-char-in-string.
5551
5552 2008-02-01 Dave Love <fx@gnu.org>
5553
5554 * term.el (term-char-mode): Remove generic-character-list code.
5555
5556 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
5557
5558 * wid-edit.el (character): Use characterp.
5559
5560 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
5561
5562 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
5563
5564 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5565 Add charset.
5566 ("Ukrainian"): New.
5567
5568 * language/georgian.el (georgian-ps): New coding system.
5569
5570 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5571
5572 * international/mule-cmds.el (reset-language-environment):
5573 Don't set nonascii-translation-table and nonascii-insert-offset.
5574 Call set-unibyte-charset, not set-primary-charset.
5575 (nonascii-translation-table, nonascii-insert-offset):
5576 Declare these variable as obsolete ones.
5577 (set-language-environment): Call set-unibyte-charset, not
5578 set-primary-charset. Call set-charset-priority with `charset'
5579 info of the language environment.
5580
5581 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5582
5583 * international/characters.el (next-word-boundary-han):
5584 Don't treat katakana following han characters as a part of a word.
5585
5586 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5587
5588 * international/characters.el: Call map-charset-chars on big5 (not
5589 chinese-big5-1/2) to set categories `c', `C', and `|'.
5590 (next-word-boundary-han, next-word-boundary-kana): New function.
5591 Register it in next-word-boundary-function-table.
5592
5593 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5594
5595 * arc-mode.el (archive-file-name-coding-system): New variable.
5596 Make it permanent-local.
5597 (byte-after, bref, insert-unibyte): New function. Change most of
5598 char-after, aref, insert to them respectively.
5599 (archive-mode): Set archive-file-name-coding-system.
5600 (archive-summarize): Don't change the buffer's multibyteness.
5601 (archive-extract): Inherit archive-file-name-coding-system from
5602 archive-superior-buffer. Bind coding-system-for-write to
5603 archive-file-name-coding-system.
5604 (archive-*-write-file-member): Encode ENAME by
5605 archive-file-name-coding-system. Bind coding-system-for-write to
5606 no-conversion.
5607 (archive-rename-entry): Encode the filename by
5608 archive-file-name-coding-system.
5609 (archive-mode-revert): Don't change the buffer's multibyteness.
5610 (archive-arc-summarize, archive-lzh-summarize)
5611 (archive-zoo-summarize): Don't change the buffer's multibyteness.
5612 Decode filenames by archive-file-name-coding-system.
5613 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
5614 the buffer's multibyteness.
5615
5616 * tar-mode.el (tar-file-name-coding-system): New variable.
5617 Make it permanent-local.
5618 (tar-header-block-tokenize): Decode filename and linkname by
5619 tar-file-name-coding-system.
5620 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
5621 the byte value of eight-bit chars.
5622 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
5623 `to'. Delete unnecessary call of position-bytes.
5624 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
5625 call of position-bytes.
5626 (tar-extract): Simplify by calling decode-coding-region with
5627 DESTINATION argument. Don't toggle multibyteness of tar buffer.
5628 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
5629 (tar-clear-modification-flags): Delete unnecessary call of
5630 position-bytes.
5631 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
5632 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
5633 Convert new-data-string by string-to-multibyte before inserting it.
5634 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
5635 buffer. Simplify by calling encoding-coding-region with
5636 DESTINATION argument.
5637 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
5638
5639 2008-02-01 Dave Love <fx@gnu.org>
5640
5641 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
5642
5643 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
5644
5645 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5646
5647 * international/characters.el: Setup char-script-table.
5648
5649 * international/fontset.el: Setup the default fontset by the new
5650 script-based way.
5651 (x-complement-fontset-spec): Change the format of arg FONTLIST to
5652 an alist of charsets vs font name lists.
5653 (charset-script-alist): New variable.
5654 (create-fontset-from-fontset-spec): Allow script name in
5655 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
5656 to the corresponding script name.
5657 (create-fontset-from-ascii-font): Slight tuning.
5658
5659 * international/mule-conf.el (devanagari-glyph): New charset.
5660 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
5661 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
5662 japanese-jisx0213-2.
5663
5664 * international/mule-diag.el (print-fontset): Use describe-vector
5665 to handle a char table returned by fontset-info.
5666
5667 * language/indian.el: Don't register ccl-encode-indian-glyph-font
5668 and ccl-encode-unicode-font in font-ccl-encoder-alist.
5669
5670 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5671
5672 * international/mule-util.el (detect-coding-with-priority):
5673 Fix the place of using `,' marker in backquote form.
5674
5675 2008-02-01 Dave Love <fx@gnu.org>
5676
5677 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
5678
5679 * international/mule-util.el (with-coding-priority): Fix.
5680
5681 * international/mule.el (set-coding-priority): Fix obsolete spec.
5682
5683 2008-02-01 Dave Love <fx@gnu.org>
5684
5685 * international/mule-cmds.el (leim-list-header): Add coding tag.
5686
5687 2008-02-01 Dave Love <fx@gnu.org>
5688
5689 * international/mule-cmds.el (find-coding-systems-region)
5690 (language-info-alist, reset-language-environment, princ-list): Doc fix.
5691 (input-method-verbose-flag): Fix :type.
5692
5693 2008-02-01 Dave Love <fx@gnu.org>
5694
5695 * international/mule.el (set-char-table-default): Make obsolete.
5696
5697 2008-02-01 Dave Love <fx@gnu.org>
5698
5699 * language/devanagari.el ("Devanagari"): Fix coding-system,
5700 coding-priority.
5701
5702 * international/mule-diag.el (describe-char-after): Modify display
5703 list processing.
5704 (unicodedata-file, unicodedata-find): New.
5705
5706 2008-02-01 Dave Love <fx@gnu.org>
5707
5708 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
5709 autoload cookie.
5710
5711 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
5712
5713 2008-02-01 Dave Love <fx@gnu.org>
5714
5715 * international/mule-util.el (detect-coding-with-priority): Rewrite.
5716
5717 2008-02-01 Dave Love <fx@gnu.org>
5718
5719 * composite.el (compose-string): Doc fix.
5720
5721 * language/georgian.el ("Georgian"): Delete code-pages feature,
5722 add nonascii-translation.
5723
5724 * language/european.el ("German", "French", "Spanish"):
5725 Add latin-9 as alternative coding system.
5726 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
5727 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
5728 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
5729 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
5730 system.
5731
5732 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
5733 encode-coding-char.
5734 (side-effect-and-error-free-fns): Add charsetp, max-char,
5735 primary-charset.
5736
5737 * simple.el: Don't require cl when compiling.
5738
5739 * Makefile.in (DONTCOMPILE): Fix duplicates.
5740
5741 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
5742
5743 * international/mule.el: Doc fixes.
5744 (load-with-code-conversion): Fix coding-system-type test.
5745
5746 * international/mule-cmds.el (sort-coding-systems): Comment out
5747 iso-2022 case.
5748 (encoded-string-description): Fix coding-system-type test.
5749
5750 2008-02-01 Dave Love <fx@gnu.org>
5751
5752 * international/characters.el: Make korean-ksc5601 double-width.
5753
5754 * international/mule.el (auto-coding-regexp-alist):
5755 Recognize Emacs 20/1 byte-compiled files.
5756
5757 * international/mule-conf.el (file-coding-system-alist):
5758 Change .elc to utf-8-emacs.
5759
5760 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
5761 of utf-8-emacs.
5762 (byte-compile-insert-header): Update magic number. Add ballast.
5763 (map-char-table): Use byte-compile-funarg-2.
5764
5765 2008-02-01 Dave Love <fx@gnu.org>
5766
5767 * language/cyrillic.el ("Belarusian"): Doc fix.
5768 (cp1125, koi8-t): Doc fix.
5769
5770 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5771 (find-multibyte-characters): Don't test for charset `unknown'.
5772 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
5773 ru, sr_YU, tg, wa, zh.gbk.
5774 (locale-language-names): Change sp to Cyrillic.
5775 (locale-charset-language-names): Match @euro after utf-8.
5776
5777 2008-02-01 Dave Love <fx@gnu.org>
5778
5779 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5780 New coding systems.
5781 ("Chinese-GBK"): New environment.
5782
5783 2008-02-01 Dave Love <fx@gnu.org>
5784
5785 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5786 New coding systems.
5787 ("Chinese-GBK"): New environment.
5788
5789 * language/thai-util.el: Remove redundant unicodes in category-setting.
5790
5791 * language/lao-util.el: Remove redundant unicodes in category-setting.
5792
5793 * international/mule-conf.el (japanese-jisx0213-1)
5794 (japanese-jisx0213-2): Add unify-map.
5795
5796 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5797
5798 * international/quail.el (quail-update-leim-list-file):
5799 Force writing the file by iso-2022-7bit.
5800
5801 * international/titdic-cnv.el (miscdic-convert): Force writing the
5802 file by iso-2022-7bit.
5803
5804 * international/mule.el (define-charset): Change the attribute
5805 :parents to :subset or :superset.
5806
5807 * international/mule-conf.el: Adjust for the change of
5808 define-charset (:parent -> :subset or :superset).
5809
5810 * international/characters.el: Fix the last change.
5811
5812 2008-02-01 Dave Love <fx@gnu.org>
5813
5814 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
5815 (cyrillic-encode-alternativnyj-char): Fix.
5816 (standard-display-cyrillic-translit): Remove redundant unicodes.
5817
5818 2008-02-01 Dave Love <fx@gnu.org>
5819
5820 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5821 New environments.
5822
5823 * international/mule-conf.el (control-1): New charset.
5824 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
5825 (korean-ksc5601): Redefine to use code-offset and unify-map.
5826
5827 2008-02-01 Dave Love <fx@gnu.org>
5828
5829 * international/mule-conf.el (tcvn-5712): New charset.
5830
5831 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
5832 ("Vietnamese"): Doc fix.
5833
5834 2008-02-01 Dave Love <fx@gnu.org>
5835
5836 * international/mule-conf.el (windows-936): New alias.
5837
5838 * cus-start.el: Add scalable-fonts-allowed.
5839
5840 * international/characters.el: Reinstate various CJK syntax and
5841 category setup. Remove obsolete syntax setting in Greek section.
5842 Optimize the char tables.
5843
5844 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
5845
5846 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
5847
5848 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
5849 coding systems.
5850
5851 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
5852
5853 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5854
5855 * international/characters.el (printable-chars): Setup correctly.
5856
5857 2008-02-01 Dave Love <fx@gnu.org>
5858
5859 * cus-start.el: Add selection-coding-system.
5860
5861 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
5862
5863 * language/china-util.el (post-read-decode-hz)
5864 (pre-write-encode-hz): Move from chinese.el.
5865 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
5866 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
5867
5868 * language/chinese.el (post-read-decode-hz)
5869 (pre-write-encode-hz): Move to china-util.el.
5870
5871 * case-table.el (set-case-syntax-pair): Test again for equal byte
5872 lengths of the pair.
5873
5874 * international/characters.el: Add Vietnamese category to
5875 equivalent unicodes.
5876
5877 2008-02-01 Dave Love <fx@gnu.org>
5878
5879 * international/mule-conf.el (chinese-sisheng, ipa)
5880 (indian-is13194, tibetan, ethiopic): Add :unify-map.
5881
5882 * international/mule-diag.el (describe-character-set): Account for
5883 more than two dimensions of possibly different size.
5884 (describe-current-coding-system): Add selection-coding-system.
5885
5886 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5887 (unify-8859-on-decoding-mode): Move from mule.el.
5888
5889 * international/mule.el (unify-8859-on-encoding-mode)
5890 (unify-8859-on-decoding-mode): Remove :init-value.
5891 (charset-chars): Add optional dimension arg.
5892 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
5893 Move to mule-cmds.el.
5894
5895 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5896
5897 * international/fontset.el: Change registry for japanese-jisx0208
5898 to "JISX0208*" in the default fontset.
5899 (font-encoding-alist): Add an entry for "JISX0208.1983" and
5900 "ISO10646.indian-1".
5901
5902 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5903
5904 * language/japanese.el (japanese-iso-7bit-1978-irv):
5905 Add `designation' to :flags, `ascii' to :charset-list.
5906
5907 * international/mule.el (define-charset): New args :min-code and
5908 :max-code.
5909 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
5910
5911 * international/mule-conf.el (chinese-gbk): Change :code-offset to
5912 #x160000.
5913 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
5914 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
5915
5916 2008-02-01 Dave Love <fx@gnu.org>
5917
5918 * language/thai.el (iso-8859-11): New coding system.
5919
5920 * international/mule-conf.el: Doc fixes.
5921 (iso-8859-11): New.
5922
5923 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
5924
5925 * cus-start.el (scalable-fonts-allowed): Add.
5926
5927 2008-02-01 Dave Love <fx@gnu.org>
5928
5929 * international/mule.el (unify-8859-on-encoding-mode)
5930 (unify-8859-on-decoding-mode): Dummy versions.
5931
5932 * international/ucs-tables.el: Remove.
5933
5934 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
5935 language/japanese.el.
5936
5937 * international/mule-conf.el: Doc fixes.
5938 (cp936): New alias.
5939 (cp720, cp858): New charsets.
5940
5941 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
5942 coding system, not emacs-mule.
5943
5944 * files.el (revert-buffer, recover-file): Likewise.
5945
5946 * desktop.el (desktop-save): Likewise.
5947
5948 2008-02-01 Dave Love <fx@gnu.org>
5949
5950 * international/mule.el (with-category-table): Use make-symbol.
5951 (coding-system-list): Use coding-system-aliases.
5952 (make-translation-table): Don't deal with generic characters.
5953
5954 * international/mule-util.el (coding-system-post-read-conversion)
5955 (coding-system-pre-write-conversion)
5956 (coding-system-translation-table-for-decode)
5957 (coding-system-translation-table-for-encode): Get the right properties.
5958 (with-coding-priority): New macro.
5959 (detect-coding-with-language-environment): Use it.
5960 (coding-system-equal): Use coding-system-plist.
5961
5962 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
5963 Use :valid property.
5964
5965 * international/mule-cmds.el (encode-coding-char):
5966 Use find-coding-systems-string. Don't use make-char.
5967 (describe-language-environment): Use coding-system-aliases.
5968 (prefer-coding-system): Doc fix.
5969
5970 * international/mule-diag.el (describe-current-coding-system):
5971 Fix aliases listing.
5972 (print-iso-2022-flags): Delete.
5973 (print-designation): Partial re-write.
5974 (describe-coding-system): Deal with iso-2022 designations, flags.
5975 Fix shift_jis case.
5976 (describe-char-after): Use characterp. Print explicit unicode.
5977 Remove some obsolete code.
5978 (print-coding-system-briefly): Fix printing aliases.
5979 (print-coding-system): Use coding-system-aliases.
5980 (mule-diag): Don't list coding categories.
5981
5982 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
5983 Re-order charset priorities.
5984 (binary): New alias.
5985 (iso-8859-16): Fix nickname.
5986 (define-iso-single-byte-charset): Un-define after use.
5987
5988 2008-02-01 Dave Love <fx@gnu.org>
5989
5990 * international/characters.el: Additional double width specifications.
5991
5992 * international/mule-diag.el (print-coding-system): Incomplete updates.
5993 (describe-character-set): List more properties.
5994 (print-fontset): Fix case of vector font-spec.
5995 (describe-current-coding-system): Fix iso-7, iso-7-else.
5996
5997 * international/mule-conf.el (ibm866): Fix alias.
5998 (iso-8859-16): Fix nickname.
5999
6000 2008-02-01 Dave Love <fx@gnu.org>
6001
6002 * language/ind-util.el: Avoid decode-char.
6003 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
6004 Use characterp, not char-valid-p.
6005
6006 * language/devan-util.el: Add coding tag, avoid decode-char.
6007
6008 * international/titdic-cnv.el: Add coding tag.
6009 (tit-process-header): Add coding tag to output.
6010
6011 * language/thai.el (cp874, ibm874): New coding systems.
6012
6013 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
6014 Add character-p.
6015
6016 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
6017 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
6018 New coding systems.
6019 <set-language-info-alist>: Avoid decode-char.
6020
6021 * language/hebrew.el (cp862, ibm862): New coding systems.
6022
6023 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
6024
6025 * language/cyrillic.el (cp855, ibm855): New coding systems.
6026
6027 * international/mule-conf.el: Avoid decode-char in top-level code
6028 for self-inserting multibyte chars.
6029 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
6030 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
6031 New charsets.
6032
6033 * international/characters.el: Various simplifications and additions.
6034
6035 2008-02-01 Dave Love <fx@gnu.org>
6036
6037 * international/mule-conf.el (code-pages): Provide, for compatibility.
6038
6039 * international/code-pages.el: Remove.
6040
6041 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6042
6043 * Makefile.in: Cancel the 2008-02-01 change of mine.
6044
6045 * international/fontset.el: Add setting for unicode font at the
6046 end of the default fontset.
6047
6048 2008-02-01 Dave Love <fx@gnu.org>
6049
6050 * international/mule-conf.el (adobe-standard-encoding, symbol):
6051 Adjust :code-space.
6052 (ibm850): Add :ascii-compatible-p.
6053
6054 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6055
6056 * international/mule-conf.el (vietnamese-viscii-lower)
6057 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
6058 mapping table.
6059
6060 2008-02-01 Dave Love <fx@gnu.org>
6061
6062 * cus-start.el: Add charset-map-directory.
6063
6064 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
6065
6066 * format.el (format-alist): Remove ibm, mac, hp entries (available
6067 natively).
6068
6069 * language/romanian.el (iso-latin-10): Add :mime-charset.
6070 ("Romanian"): Add doc.
6071
6072 * international/mule-conf.el (iso-8859-10, symbol)
6073 (adobe-standard-encoding, ibm850): New charsets.
6074 (iso-8859-13): Fix IR number, final char.
6075 (file-coding-system-alist): Add .xml.
6076
6077 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
6078 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
6079 (adobe-standard-encoding, cp850, ibm850): New coding systems.
6080 ("Latin-6", "Latin-7"): New language environments.
6081
6082 2008-02-01 Dave Love <fx@gnu.org>
6083
6084 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
6085 utf-8-subst; add vietnamese, cyrillic, czech.
6086
6087 * language/romanian.el (iso-latin-10): New coding system.
6088
6089 * international/mule-conf.el (emacs-mule): Set :charset-list,
6090 consistent with coding-system-charset-list doc.
6091 (iso-8859-16): New charset.
6092
6093 * international/mule-diag.el (describe-coding-system): Avoid error
6094 for iso-2022, emacs-mule.
6095
6096 2008-02-01 Dave Love <fx@gnu.org>
6097
6098 * international/codepage.el: Remove or comment out most of code.
6099 (codepage-setup): Re-write as trivial, obsolete function.
6100
6101 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
6102 Remove setup function.
6103
6104 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
6105
6106 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
6107 language/cyrillic.el, language/czech.el.
6108
6109 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
6110 (font-ccl-encoder-alist): Remove viscii, vscii.
6111
6112 * language/hebrew.el (windows-1255, cp1255): New coding systems.
6113
6114 * language/european.el (windows-1254, cp1254, windows-1257)
6115 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
6116 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
6117
6118 * language/greek.el (windows-1253, cp1253): New coding systems.
6119
6120 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
6121 file name.
6122 (windows-1253, windows-1254, windows-1255, windows-1256)
6123 (windows-1257, windows-1258, next): New charsets.
6124
6125 * international/utf-8.el, international/utf-8-subst.el: Remove.
6126
6127 * international/mule.el: Doc fixes.
6128 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
6129 (coding-system-get): Try to convert old-style symbol to keyword.
6130 (define-charset): Purecopy strings in property list.
6131 (define-coding-system): Purecopy docstring.
6132
6133 * international/mule-diag.el (list-character-sets-2): Avoid
6134 charset-bytes.
6135 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
6136 (list-block-of-chars): Re-write.
6137 (describe-character-set): Show more properties.
6138 (describe-char-after): Correct codepoint display.
6139 (print-coding-system): Use symbolic types.
6140
6141 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6142
6143 * Makefile.in: Be sure also to run emacs with LANG=C.
6144
6145 2008-02-01 Dave Love <fx@gnu.org>
6146
6147 * international/mule-diag.el: Doc fixes.
6148 (sort-charset-list, charset-multibyte-form-string): Remove.
6149 (list-character-sets, list-character-sets-1)
6150 (list-character-sets-2): Re-write.
6151 (non-iso-charset-alist): Set to nil and made obsolete.
6152 (decode-codepage-char): Re-write and made obsolete.
6153 (read-charset): Don't use non-iso-charset-alist.
6154 (describe-coding-system): Use keyword properties.
6155 (describe-character-set): Re-write.
6156
6157 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
6158 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
6159 (ebcdic-uk): New charsets.
6160
6161 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
6162 New coding systems.
6163
6164 * language/european.el (windows-1252): New coding system.
6165
6166 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6167
6168 * Makefile.in: By sure to run emacs with LC_ALL=C.
6169
6170 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
6171 encoded-kbd-self-insert-iso2022-8bit with argument 1.
6172 (encoded-kbd-self-insert-charset): New function.
6173 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
6174 coding-system of type charset.
6175
6176 2008-02-01 Dave Love <fx@gnu.org>
6177
6178 * international/mule-cmds.el (set-locale-environment): Comment out
6179 set-keyboard-coding-system stuff.
6180
6181 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6182
6183 * international/mule.el (define-coding-system): Doc fix;
6184 sjis->shift-jis.
6185
6186 * international/mule-conf.el: Use decode-char instead of make-char.
6187
6188 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
6189 New arg ARG. Directly call self-insert-command. This is a
6190 temporary workaround to make it work with latin-1.
6191 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
6192
6193 * international/characters.el: Setup char-width-table for CJK
6194 characters.
6195
6196 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6197
6198 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
6199 Fix the initial value to specify character range of
6200 japanese-jisx0208, not unicode.
6201
6202 * international/characters.el: Set syntax/category for
6203 japanese-jisx0208.
6204
6205 2008-02-01 Dave Love <fx@gnu.org>
6206
6207 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
6208 mime-charset.
6209
6210 * language/vietnamese.el, language/korean.el, language/japanese.el:
6211 * language/hebrew.el, language/greek.el, language/chinese.el:
6212 Fix :mime-charset properties.
6213
6214 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
6215 (cyrillic-alternativnyj): Fix :mime-charset.
6216 (cp878, cp866): New alias.
6217
6218 * language/european.el: Fix mime-charset properties.
6219
6220 * international/mule-cmds.el (sort-coding-systems)
6221 (select-safe-coding-system, select-message-coding-system): Use
6222 :mime-charset, not 'mime-charset.
6223
6224 * international/mule-conf.el: Add various :mime-charset properties.
6225
6226 2008-02-01 Dave Love <fx@gnu.org>
6227
6228 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
6229 getting decoder.
6230 (encoded-kbd-mode): Fix code for coding system type and designations.
6231
6232 * international/mule-conf.el: Spelling fixes.
6233
6234 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6235
6236 * international/fontset.el (fontset-plain-name): Handle the case
6237 that size, weight, slant are not specified in the fontset name.
6238
6239 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
6240
6241 * language/greek.el (greek-iso-8bit): Fix typo.
6242
6243 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6244
6245 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
6246
6247 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6248
6249 * international/characters.el: Change encoding to utf-8-emacs.
6250 Remove apparent duplicate codes.
6251
6252 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6253
6254 * international/fontset.el: Change the registry for
6255 chinese-gb2312 and add the registry for chinese-gbk.
6256
6257 * international/mule.el (charset-chars): Fix typo.
6258
6259 * international/mule-conf.el (chinese-gbk): New charset.
6260
6261 * international/titdic-cnv.el (titdic-convert): Read into a
6262 unibyte buffer then make the buffer multibyte.
6263
6264 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6265
6266 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
6267 instead of :signature.
6268
6269 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6270
6271 * language/czech.el ("Czech"): Set `iso-8859-2' for
6272 `nonascii-translation'.
6273
6274 * language/romanian.el ("Romanian"): Likewise.
6275
6276 * language/slovak.el ("Slovak"): Likewise.
6277
6278 * international/characters.el: Optimize calls of modify-category-entry.
6279
6280 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6281
6282 * bindings.el: Don't bind multibyte characters to
6283 self-insert-command here. It's done in mule-conf.el.
6284
6285 * case-table.el (set-case-syntax-offset): Delete variable.
6286 (set-case-syntax-1): Delete function. Change callers.
6287 (set-case-syntax-delims): Don't check byte length of characters.
6288
6289 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
6290 characters to isearch-printing-char.
6291
6292 * loadup.el: Don't load "international/utf-8". Don't call
6293 update-coding-systems-internal. Bind coding-system-for-write to
6294 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
6295 dumping.
6296
6297 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
6298 change of map-char-table.
6299
6300 * eshell/esh-mode.el: Adjust for the change of map-char-table.
6301
6302 * international/characters.el: Adjust for the deletion of
6303 generic characters.
6304
6305 * international/code-pages.el (cp-make-translation-table)
6306 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
6307 (cp-make-coding-system): Call define-coding-system.
6308
6309 * international/fontset.el: Rewrite most code.
6310
6311 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
6312 Call encode-char instead of split-char.
6313
6314 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
6315 Change value.
6316 (skkdic-lookup-key): Call encode-char instead of split-char.
6317
6318 * international/titdic-cnv.el (titdic-convert): Bind
6319 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
6320 buffer.
6321
6322 * international/latin-1.el: Don't bind set-case-syntax-offset.
6323
6324 * international/latin-2.el: Don't bind set-case-syntax-offset.
6325
6326 * international/latin-3.el: Don't bind set-case-syntax-offset.
6327
6328 * international/latin-4.el: Don't bind set-case-syntax-offset.
6329
6330 * international/latin-5.el: Don't bind set-case-syntax-offset.
6331
6332 * international/latin-8.el: Don't bind set-case-syntax-offset.
6333
6334 * international/latin-9.el: Don't bind set-case-syntax-offset.
6335
6336 * international/mule-cmds.el: Don't use coding category.
6337 Call set-coding-system-priority instead of set-coding-priority.
6338 (sort-coding-systems, select-safe-coding-system):
6339 Call coding-system-priority-list to get the most preferred one.
6340 (reset-language-environment): Order of coding system priority
6341 changed. Set primary charset to iso-8859-1.
6342 (set-language-environment-coding-systems):
6343 Call set-coding-system-priority instead of set-coding-priority.
6344 (get-charset-property, put-charset-property): Move to mule.el.
6345
6346 * international/mule-conf.el: Ful re-write.
6347
6348 * international/mule-diag.el (print-designation): Change arguments.
6349 (print-iso-2022-flags): New function.
6350 (describe-coding-system, describe-current-coding-system):
6351 Adjust for the new structure of coding system.
6352
6353 * international/mule.el (char-valid-p): Make it an alias of characterp.
6354 (define-charset): Full re-design.
6355 (charset-quoted-standard-p): Delete.
6356 (charsetp): Move to charset.c.
6357 (charset-info, charset-id, charset-bytes, charset-width)
6358 (charset-directioin, charset-iso-graphic-plane)
6359 (charset-reverse-charset): Delete.
6360 (charset-dimension, charset-chars, charset-iso-final-char)
6361 (charset-description, charset-short-name, charset-long-name):
6362 Call charset-plist instead of charset-info.
6363 (charset-plist, set-charset-plist): Move to charset.c.
6364 (get-charset-property, put-charset-property): Move from
6365 mule-cmds.el. Call charset-plist and set-charset-plist.
6366 (make-char): Delete.
6367 (generic-char-p): Make it always return nil.
6368 (decode-char, encode-char): Move to charset.c.
6369 (coding-spec-XXX-idx): Delete variables.
6370 (coding-system-iso-2022-flags): New variable.
6371 (define-coding-system): New function.
6372 (transform-make-coding-system-args, make-coding-system): Delete.
6373 (set-coding-priority): Make it obsolete.
6374 (after-insert-file-set-buffer-file-coding-system)
6375 (find-new-buffer-file-coding-system): Adjust for the new coding
6376 system structure.
6377
6378 * language/chinese.el, language/cyrillic.el, language/european.el:
6379 * language/greek.el, language/hebrew.el, language/indian.el:
6380 * language/japanese.el, language/korean.el, language/lao.el:
6381 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6382 Call define-coding-system instead of make-coding-system.
6383 Delete all CCL program.
6384
6385 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
6386 of make-char.
6387 (sgml-char-names-table): Fix iteration limit.
6388
6389 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
6390 (ccl-encode-mac-roman-font): Delete.
6391
6392 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
6393 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
6394 currently. This is just a temporary workaround.
6395
6396 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6397
6398 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
6399 of `find-file-hooks'.
6400 (global-whitespace-toggle-options): Doc fix.
6401
6402 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * whitespace.el (whitespace): Set :version tag to 23.1.
6405 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
6406 (whitespace-style, whitespace-chars, whitespace-space)
6407 (whitespace-hspace, whitespace-tab, whitespace-newline)
6408 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6409 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6410 (whitespace-hspace-regexp, whitespace-space-regexp)
6411 (whitespace-tab-regexp, whitespace-trailing-regexp)
6412 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6413 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6414 (whitespace-space-after-tab-regexp, whitespace-line-column)
6415 (whitespace-display-mappings, global-whitespace-toggle-options)
6416 (whitespace-cleanup, whitespace-cleanup-region)
6417 (whitespace-interactive-char): Doc fixes.
6418
6419 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
6422 When turning off the global mode, turn off the local modes too
6423 if whitespace is being unloaded.
6424 (whitespace-unload-function): New function.
6425
6426 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6427
6428 * vc.el (vc-update): Fix bug: Specify branch tip as
6429 vc-checkout REVISION. Reported by Dan Nicolaescu.
6430
6431 2008-02-01 Glenn Morris <rgm@gnu.org>
6432
6433 * info.el (bookmark-make-cell-function, bookmark-search-size)
6434 (bookmark-current-bookmark): Declare variables for compiler.
6435 (bookmark-buffer-file-name, bookmark-get-filename)
6436 (bookmark-get-front-context-string)
6437 (bookmark-get-rear-context-string, bookmark-get-position)
6438 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
6439 (bookmark-jump-noselect): Declare functions for compiler.
6440 (Info-bookmark-make-cell): Fix argument list to match example of
6441 `bookmark-make-cell-for-text-file'.
6442 (Info-bookmark-jump): Don't require info inside info.el.
6443
6444 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
6445
6446 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
6447 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
6448 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
6449 (verilog-sk-state-machine): Quote all calls to
6450 "auxiliary skeleton"s to prevent infloops.
6451
6452 2008-02-01 Jason Rumney <jasonr@gnu.org>
6453
6454 * w32-fns.el: Partially revert 2007-11-10 change.
6455
6456 2008-02-01 Martin Rudalics <rudalics@gmx.at>
6457
6458 * mail/rmail.el (rmail-highlight): Fix specification.
6459 Reported by pod <pod@herald.ox.ac.uk>.
6460
6461 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * image-mode.el (image-mode-current-vscroll)
6464 (image-mode-current-hscroll): Make buffer-local.
6465 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
6466 (image-reset-current-vhscroll): Use the latest setting when displaying
6467 for the first time in a window. Apply to all windows in the frame.
6468 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
6469
6470 * progmodes/grep.el (grep-compute-defaults):
6471 Don't mix up defaults for different connections to the same host.
6472
6473 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6474
6475 * blank-mode.el: Rename to whitespace.el.
6476
6477 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
6478
6479 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * net/rcompile.el (remote-compile): Remove broken code.
6482
6483 2008-01-31 Jason Rumney <jasonr@gnu.org>
6484
6485 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
6486
6487 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * linum.el (linum-unload-function): New function.
6490
6491 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6492
6493 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
6494 (gdb-var-set-format-handler): New function.
6495 (gdb-var-set-format): Use it.
6496
6497 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
6498
6499 * emacs-lisp/check-declare.el (check-declare-directory):
6500 * emacs-lisp/authors.el (authors): Use `find-program' and
6501 `grep-program' instead of hardcoded program names.
6502
6503 * emacs-lisp/cl-loaddefs.el: Update.
6504
6505 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
6506
6507 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
6508 Implement bookmark support the new make-cell/handler way.
6509 (Info-mode): Bind bookmark-make-cell-function to
6510 Info-bookmark-make-cell buffer locally.
6511
6512 2008-01-30 Richard Stallman <rms@gnu.org>
6513
6514 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
6515 Doc fix.
6516
6517 * files.el (hack-local-variables): Don't query about fake variables.
6518
6519 2008-01-30 Markus Triska <markus.triska@gmx.at>
6520
6521 * linum.el: New file.
6522
6523 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
6526 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
6527 a single element in "plinkx".
6528 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
6529 "*Shell Command Output*" buffers. Check, whether there is already
6530 an asynchronous process running. Display always the buffer of the
6531 asynchronous process.
6532 (tramp-compute-multi-hops): Adapt error message.
6533
6534 2008-01-29 Alan Mackenzie <acm@muc.de>
6535
6536 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
6537 from this regexp; part of same fix as next change to cc-engine.el.
6538
6539 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
6540 Anchor the "{" of a template function correctly on "template", not the
6541 following "<".
6542
6543 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
6544
6545 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
6546
6547 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
6548 and image-mode-current-hscroll being alists now.
6549
6550 * image-mode.el (image-mode-current-vscroll)
6551 (image-mode-current-hscroll): Add doc strings.
6552 (image-set-window-vscroll, image-set-window-hscroll)
6553 (image-reset-current-vhscroll, image-mode): Adapt to
6554 image-mode-current-vscroll and image-mode-current-hscroll being
6555 alists now.
6556
6557 2008-01-29 Martin Rudalics <rudalics@gmx.at>
6558
6559 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6560 Strip extension from .emacs.el to make sure symbol is searched
6561 in .emacs too.
6562
6563 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
6564
6565 * doc-view.el (doc-view-mode): Use facilities below to
6566 restore [vh]scroll when switching buffers.
6567
6568 * image-mode.el (image-mode-current-vscroll)
6569 (image-mode-current-hscroll): New variables.
6570 (image-set-window-hscroll, image-set-window-vscroll): New functions.
6571 (image-forward-hscroll, image-next-line, image-bol, image-eol)
6572 (image-bob, image-eob): Use them.
6573 (image-reset-current-vhscroll): New function.
6574 (image-mode): Make new variables buffer-local and reset [vh]scroll
6575 on window configuration changes.
6576
6577 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
6578
6579 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
6580 gdb-cpp-define-alist-program if file is nil (currently only
6581 " *partial-output-...").
6582
6583 2008-01-27 Richard Stallman <rms@gnu.org>
6584
6585 * allout.el: Many doc fixes.
6586 (allout-encrypt-string): Fix error message.
6587
6588 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6589
6590 * progmodes/etags.el (tags-query-replace): Doc fix.
6591
6592 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * allout.el (allout-unload-function): New function.
6595
6596 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * allout.el (allout-prefix-data): Doc fix.
6599 (allout-show-current-subtree): Reflow docstring.
6600 (allout-use-mode-specific-leader, allout-use-hanging-indents)
6601 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
6602 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
6603 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
6604 (allout-copy-topic-as-kill, allout-listify-exposed)
6605 (allout-process-exposed, allout-encrypted-key-info)
6606 (allout-update-passphrase-mnemonic-aids)
6607 (allout-next-topic-pending-encryption)
6608 (allout-tests-globally-true): Fix typos in docstrings.
6609
6610 2008-01-23 Jason Rumney <jasonr@gnu.org>
6611
6612 * lpr.el (printer-name): Do not set on MS Windows.
6613
6614 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
6617 the command.
6618
6619 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6620
6621 * whitespace.el: Moved to obsolete dir.
6622
6623 * blank-mode.el: New version 9.2. Replace whitespace functions by
6624 aliases in blank-mode.
6625 (whitespace-buffer): New fun.
6626 (whitespace-region): Alias for whitespace-buffer, because there is no
6627 blank-region fun.
6628 (whitespace-cleanup): Alias for blank-cleanup.
6629 (whitespace-cleanup-region): Alias for blank-cleanup-region.
6630
6631 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
6632
6633 * server.el (server-log-time-function): Doc fix.
6634 (server-buffer): Fix typo in docstring.
6635
6636 2008-01-27 Martin Rudalics <rudalics@gmx.at>
6637
6638 * view.el (view-buffer): Explain in doc-string why exit-action
6639 should not be set to kill-buffer.
6640
6641 * arc-mode.el (archive-extract):
6642 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
6643 exit-action when viewing the buffer.
6644
6645 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6646
6647 * add-log.el (change-log-search-file-name): Work harder to find
6648 the correct file name.
6649 (change-log-find-file): Fix typo.
6650 (change-log-start-entry-re): Move definition earlier.
6651
6652 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
6653
6654 * add-log.el (change-log-search-file-name, change-log-find-file):
6655 New function.
6656 (change-log-font-lock-keywords): Move file name matching ...
6657 (change-log-file-names-re): ... here. New defconst.
6658 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
6659
6660 2008-01-27 Alan Mackenzie <acm@muc.de>
6661
6662 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
6663 enhance comments.
6664
6665 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
6668 methods, the host name must be a local host.
6669
6670 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6671
6672 * vc.el: Add TODO item about not defaulting to RCS.
6673
6674 * server.el (server-process-filter): Check for non-nil before
6675 calling file-directory-p.
6676
6677 2008-01-27 Alan Mackenzie <acm@muc.de>
6678
6679 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
6680 arglist-cont-nonempty.
6681
6682 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
6683 for a brace with syntax arglist-cont-nonempty.
6684
6685 * progmodes/cc-styles.el (c-style-alist): Add elements for
6686 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
6687
6688 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6689
6690 * button.el (define-button-type): Clarify type of NAME in docstring.
6691
6692 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * server.el (server-buffer): New const.
6695 (server-log): New var.
6696 (server-log): Use them.
6697 (server-process-filter): (Try to) run the continuation in the same cwd
6698 as the client's.
6699
6700 2008-01-26 Alan Mackenzie <acm@muc.de>
6701
6702 * progmodes/cc-defs.el (c-save-buffer-state):
6703 Bind buffer-file-name and buffer-file-truename to nil, to prevent
6704 primitives generating "buffer is read only" messages.
6705
6706 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
6707
6708 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
6709 (icalendar-import-format): Doc fix. Allow function type.
6710 (icalendar--read-element): Doc fix.
6711 (icalendar--parse-summary-and-rest): Doc fix. Handle function
6712 type icalendar-import-format. Make regexps non-greedy.
6713 (icalendar--format-ical-event): Handle function type
6714 icalendar-import-format.
6715 (icalendar-import-format-sample): New function.
6716
6717 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6718
6719 * vc.el (vc-exec-after): For mode-line-process highlighting, if
6720 `compile' is not available, fall back to font-lock-warning-face.
6721
6722 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
6723
6724 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
6725 that the filename end is found even when the filename is empty.
6726 Fixes error and spurious newlines when marking files for deletion.
6727
6728 2008-01-26 Martin Rudalics <rudalics@gmx.at>
6729
6730 * subr.el (find-tag-default): Simplify using exclusively
6731 skip-syntax-backward/-forward.
6732
6733 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * vc.el (vc-directory, vc-update-change-log): Remove check for
6736 Tramp. Both functions work for it, though pretty slow
6737 (`vc-directory'). Maybe the implementation can be optimized.
6738
6739 * net/tramp.el (tramp-dissect-file-name): Raise an error when
6740 Tramp 2.0 syntax is used.
6741 Suggested by Trent W. Buck <trentbuck@gmail.com>.
6742
6743 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6744
6745 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
6746 invoke directory-files-and-attributes with last argument `integer'
6747 instead of `string'.
6748 (insert-directory): Add -n to the list of supported switches
6749 mentioned in the doc string.
6750
6751 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6752
6753 * blank-mode.el: New version 9.1. Handle "long" line tail
6754 visualization. Doc fix.
6755 (blank-line-length): Rename to blank-line-column.
6756 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
6757 Initialization fix.
6758 (blank-replace-spaces-by-tabs): New fun.
6759 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
6760
6761 2008-01-25 Richard Stallman <rms@gnu.org>
6762
6763 * subr.el (add-hook): Implement `permanent-local-hook' property.
6764
6765 * loadhist.el (file-provides, file-requires): Push the filename right.
6766
6767 2008-01-25 Martin Rudalics <rudalics@gmx.at>
6768
6769 * emacs-lisp/find-func.el (find-library): Wrap search for
6770 library name in condition-case to avoid reporting a scan-error.
6771
6772 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * server.el (server-process-filter): Don't force
6775 the authentication string to be followed by "\n".
6776
6777 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6778
6779 * blank-mode.el: New version 9.0. New commands to clean up some blank
6780 problems like trailing blanks. New faces and regexp for visualizing
6781 the blank problems. Doc fix.
6782 (blank-chars, blank-global-modes, blank-chars-value-list)
6783 (blank-toggle-option-alist, blank-help-text): Initialization fix.
6784 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
6785 (blank-indentation, blank-empty, blank-space-after-tab)
6786 (blank-indentation-regexp, blank-empty-at-bob-regexp)
6787 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
6788 (blank-cleanup, blank-cleanup-region): New commands.
6789 (blank-color-on): Code fix.
6790
6791 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
6792
6793 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
6794 file name.
6795 (ibuffer-mode-map): Add binding to sort by file name.
6796 (ibuffer-filename/process-header-map): New variable.
6797 (filename-and-process): Add a header that sorts by file name.
6798 (ibuffer-mode): Mention sorting by file name.
6799
6800 * ibuf-ext.el (filename/process): New sorter.
6801
6802 2008-01-25 Sven Joachim <svenjoac@gmx.de>
6803
6804 * view.el (kill-buffer-if-not-modified): Don't pass t to
6805 buffer-modified-p.
6806
6807 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
6810 the source file in case of `rename'.
6811 Reported by Pete Forman <pete.forman@westerngeco.com>.
6812
6813 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
6814
6815 * allout.el (allout-keybindings-list): In initial setting, express
6816 meta-prefixed allout keys as vectors instead of strings, since the
6817 string form is interpreted in some cases as composed key
6818 modifiers, eg, accented keys.
6819
6820 (allout-line-boundary-regexp): Clarify description.
6821
6822 (set-allout-regexp): Repair the expressions so that the formfeed
6823 part is identified as one of the top-level groups, and is
6824 included in all the forms, not just the -line-boundary-regexp one.
6825
6826 (allout-prefix-data): Incorporate information from the various
6827 allout regexp's formfeed alternative group, when present.
6828
6829 (allout-write-file-hook-handler): Rectify mangling of the error
6830 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
6831 condition-case handler was apparently reformatted as if it was a
6832 call to the error function. An apparent repair attempt in version
6833 1.101 situated the original body of the error handling code as
6834 bogus condition-case handlers. I've returned to just about the
6835 working code that was originally there, removing an unnecessary -
6836 but benign - enclosing 'progn'. \(Automated or cursory code fixes
6837 often aren't.)
6838
6839 (allout-region-active-p): Fallback to value of mark-active if
6840 neither use-region-p nor region-active-p are present, for
6841 compatability with current and recent emacs major releases.
6842
6843 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
6846 (reftex-toc-restore-region):
6847 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
6848 (reftex-index-phrases-apply-to-region):
6849 * textmodes/ispell.el (ispell-word):
6850 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
6851 * progmodes/pascal.el (pascal-mark-defun):
6852 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
6853 (f90-fill-region):
6854 * emulation/tpu-edt.el (tpu-set-mark):
6855 * emulation/crisp.el (crisp-region-active):
6856 * winner.el (winner-active-region):
6857 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
6858 of bound tests in order to resolve conditionals at compile time.
6859
6860 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
6861
6862 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
6863 not autoloaded, and we wouldn't want to load CL just to unload
6864 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
6865
6866 2008-01-24 Martin Rudalics <rudalics@gmx.at>
6867
6868 * delsel.el (delete-selection-pre-hook): Avoid clearing out
6869 pre-command-hook when text is read-only.
6870
6871 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6872
6873 * vc.el (vc-process-filter): Do nothing if buffer not live.
6874 (vc-diff-finish): Rename from vc-diff-sentinel.
6875 No longer take REV1-NAME and REV2-NAME.
6876 Instead, take BUFFER-NAME. Do nothing if buffer not live.
6877 Don't do window resize if no window displays buffer.
6878 (vc-diff-internal): Use vc-diff-finish.
6879
6880 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
6881 In both cases, convert single call to one wrapped in dolist.
6882
6883 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6884
6885 * vc.el: Add a TODO item about missing files.
6886 (vc-exec-after): Add a tooltip to the new mode-line item.
6887
6888 2008-01-24 Glenn Morris <rgm@gnu.org>
6889
6890 * t-mouse.el (gpm-mouse-start): Declare as a function.
6891
6892 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
6893
6894 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
6895 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
6896 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6897 Don't send `tramp-rsh-end-of-line' additionally, when setting the
6898 prompt.
6899 (tramp-wait-for-output): Distinguish different prompt formats.
6900 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
6901 (tramp-local-host-p): Check whether temp directory is writable.
6902
6903 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 * vc.el: Add TODO items.
6906
6907 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
6908
6909 * replace.el (occur-mode-find-occurrence-hook): New hook that can
6910 be used to reveal or highlight the location of a match.
6911 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
6912 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
6913
6914 2008-01-23 Martin Rudalics <rudalics@gmx.at>
6915
6916 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
6917 for defcustom.
6918 (hide-ifdef-shadow): Add version number for defface.
6919
6920 2008-01-23 Glenn Morris <rgm@gnu.org>
6921
6922 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
6923
6924 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * progmodes/sh-script.el (sh-basic-offset):
6927 * progmodes/cc-vars.el (c-syntactic-indentation)
6928 (c-syntactic-indentation-in-macros): Mark as safe.
6929
6930 2008-01-23 Richard Stallman <rms@gnu.org>
6931
6932 * icomplete.el (icomplete-get-keys):
6933 Look up KEYS using all maps in proper buffer.
6934
6935 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * frame.el (display-mm-height, display-mm-width):
6938 * whitespace.el (whitespace-check-leading-whitespace)
6939 (whitespace-check-trailing-whitespace)
6940 (whitespace-check-spacetab-whitespace)
6941 (whitespace-check-indent-whitespace)
6942 (whitespace-check-ateol-whitespace):
6943 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
6944
6945 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
6948 after-save-hook so that it is not called multiple times.
6949
6950 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
6951
6952 2008-01-23 Eli Zaretskii <eliz@gnu.org>
6953
6954 * view.el (view-file-other-window, view-file-other-frame):
6955 Don't kill the buffer if it is modified. Doc fixes.
6956 (kill-buffer-if-not-modified): New function.
6957 (view-file): Don't kill the buffer if it is modified.
6958
6959 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
6960 (ebrowse-view/find-file-and-search-pattern):
6961 Call view-file-other-window instead of ebrowse-view-file-other-window.
6962 (ebrowse-view-file-other-frame): Don't call
6963 current-window-configuration. Fix second argument in the call to
6964 view-mode-enter. Doc fix.
6965
6966 2008-01-23 Richard Stallman <rms@gnu.org>
6967
6968 * subr.el (atomic-change-group): Prevent undo list truncation.
6969
6970 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
6971
6972 * files.el (safe-local-eval-forms):
6973 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
6974
6975 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
6976
6977 * comint.el (comint-insert-input): Set point first.
6978
6979 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
6980 session doesn't hang because gdb-pending-triggers is non-nil.
6981 (gdb-frame-handler): Use buffer-file-name instead of
6982 buffer-name in case of duplicate file names.
6983
6984 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
6985
6986 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
6987 C-M-e and C-M-h for emacs, they work by default.
6988 (verilog-emacs-features): Remove.
6989 (verilog-setup-dual-comments, verilog-populate-syntax-table):
6990 Remove. Move syntax table initialization ...
6991 (verilog-mode-syntax-table): ... here.
6992 (verilog-mode): Don't initialize the syntax table here.
6993 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
6994 does not need it.
6995
6996 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
6997
6998 * progmodes/verilog-mode.el (verilog-booleanp): New function for
6999 backward compatibility. Replace all uses of booleanp with
7000 verilog-booleanp.
7001
7002 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7003
7004 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
7005
7006 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
7007
7008 * progmodes/verilog-mode.el (top-level): Fix spacing.
7009 (verilog-mode-version, verilog-mode-release-date):
7010 Update version number.
7011 (verilog-mode-release-emacs): New variable.
7012 (compile-command, reporter-prompt-for-summary-p):
7013 Define for byte compiler.
7014 (verilog-startup-message-lines, verilog-startup-message-displayed)
7015 (verilog-display-startup-message): Remove.
7016 (verilog-highlight-p1800-keywords): Improve docstring.
7017 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
7018 (vector-skip-list): Only defvar at compile time.
7019 (verilog-highlight-translate-off, verilog-indent-level)
7020 (verilog-indent-level-module, verilog-indent-level-declaration)
7021 (verilog-indent-declaration-macros, verilog-indent-lists)
7022 (verilog-indent-level-behavioral, verilog-indent-level-directive)
7023 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
7024 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
7025 (verilog-tab-to-comment, verilog-indent-begin-after-if)
7026 (verilog-align-ifelse, verilog-minimum-comment-distance)
7027 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
7028 (verilog-auto-endcomments, verilog-auto-read-includes)
7029 (verilog-auto-star-expand, verilog-auto-star-save)
7030 (verilog-library-flags, verilog-library-directories)
7031 (verilog-library-files, verilog-library-extensions)
7032 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
7033 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
7034 (verilog-assignment-delay, verilog-auto-inst-vector)
7035 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
7036 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7037 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7038 Add safe-local-variable properties.
7039 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
7040 (verilog-re-search-backward, verilog-error-regexp-add)
7041 (verilog-end-block-re, verilog-emacs-features)
7042 (verilog-populate-syntax-table, verilog-setup-dual-comments)
7043 (verilog-type-font-keywords, verilog-inside-comment-p)
7044 (electric-verilog-backward-sexp, verilog-backward-sexp)
7045 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
7046 (electric-verilog-terminate-line, electric-verilog-semi)
7047 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
7048 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
7049 (verilog-beg-of-statement, verilog-in-case-region-p)
7050 (verilog-in-struct-region-p, verilog-in-generate-region-p)
7051 (verilog-in-fork-region-p, verilog-backward-case-item)
7052 (verilog-set-auto-endcomments, verilog-get-expr)
7053 (verilog-expand-vector-internal, verilog-surelint-off)
7054 (verilog-batch-execute-func, verilog-calculate-indent)
7055 (verilog-calc-1, verilog-calculate-indent-directive)
7056 (verilog-leap-to-head, verilog-continued-line)
7057 (verilog-backward-token, verilog-backward-syntactic-ws)
7058 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
7059 (verilog-forward-ws&directives, verilog-at-constraint-p)
7060 (verilog-skip-backward-comments, verilog-indent-line-relative)
7061 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
7062 (verilog-pretty-declarations, verilog-pretty-expr)
7063 (verilog-just-one-space, verilog-indent-declaration)
7064 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
7065 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
7066 (verilog-read-always-signals-recurse, verilog-read-instants)
7067 (verilog-read-auto-template, verilog-set-define)
7068 (verilog-read-defines, verilog-read-signals, verilog-getopt)
7069 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
7070 (verilog-modi-cache-results, verilog-insert-one-definition)
7071 (verilog-make-width-expression, verilog-delete-autos-lined)
7072 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
7073 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
7074 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7075 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
7076 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
7077 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
7078 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
7079 (verilog-load-file-at-mouse, verilog-load-file-at-point)
7080 (verilog-library-files): Cleanup spacing of )'s they should not be
7081 on unique lines. Fix checkdoc warnings.
7082
7083 2008-01-22 Glenn Morris <rgm@gnu.org>
7084
7085 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
7086 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
7087 from defcustoms.
7088 (hide-ifdef-shadow): Remove autoload cookie from defface.
7089
7090 * vc.el (vc-diff-sentinel): Do not write a footer if there were
7091 differences.
7092
7093 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
7096 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
7097 manual entry.
7098
7099 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * net/dbus.el (dbus-ignore-errors): New macro.
7102 (dbus-unregister-object): New defun. Moved from dbusbind.c.
7103 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
7104 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
7105 (dbus-get-signatures): Apply `dbus-ignore-errors'.
7106
7107 2008-01-21 Martin Rudalics <rudalics@gmx.at>
7108
7109 * outline.el (outline-up-heading): Fix check for top level to
7110 avoid infinite looping in hide-other.
7111
7112 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7113
7114 * vc.el (vc-process-sentinel): After calling the previous
7115 sentinel, do nothing if the process' buffer is not live.
7116
7117 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7118
7119 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
7120 blank-mode in some buffers (like *info* buffers). Reported by Juanma
7121 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
7122 blank-mode faces. Doc fix. New version 8.1.
7123 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
7124 CONDITION BODY).
7125 (blank-space-face): Face/option name replaced by blank-space.
7126 (blank-hspace-face): Face/option name replaced by blank-hspace.
7127 (blank-tab-face): Face/option name replaced by blank-tab.
7128 (blank-newline-face): Face/option name replaced by blank-newline.
7129 (blank-trailing-face): Face/option name replaced by blank-trailing.
7130 (blank-line-face): Face/option name replaced by blank-line.
7131 (blank-space-before-tab-face): Face/option name replaced by
7132 blank-space-before-tab.
7133 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
7134
7135 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
7138 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
7139 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
7140 (global-blank-mode): Doc fixes.
7141 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
7142 (blank-newline-face, blank-trailing-face, blank-line-face)
7143 (blank-space-before-tab-face, blank-display-mappings)
7144 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
7145 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
7146 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
7147 Fix typos in docstrings.
7148
7149 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7150
7151 * server.el (server-log-time-function): New variable.
7152 (server-log): Use it.
7153
7154 2008-01-21 Glenn Morris <rgm@gnu.org>
7155
7156 * progmodes/hideif.el: Move defcustoms and defface to start of file.
7157
7158 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
7159
7160 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
7163 (org-descriptive-links, org-link-file-path-type)
7164 (org-remember-use-refile-when-interactive)
7165 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
7166 (org-export-ascii-bullets, org-agenda-deadline-faces)
7167 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
7168 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
7169 (org-kill-note-or-show-branches): Fix typos in docstrings.
7170
7171 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7172
7173 * vc.el (vc-process-sentinel): Set mode-line-process.
7174 (vc-exec-after): Likewise, for the `run' process status.
7175
7176 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * ibuffer.el (ibuffer-mode): Fix last change.
7179
7180 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
7181
7182 * vc-hg.el (vc-hg-registered):
7183 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
7184
7185 2008-01-20 Martin Rudalics <rudalics@gmx.at>
7186
7187 * repeat.el (repeat-undo-count): New variable.
7188 (repeat): For self-insertions make undo boundary only after 20
7189 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
7190
7191 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7192
7193 * net/imap.el (imap-ping-server): New variable.
7194 (imap-opened): On add extra ping if imap-ping-server is non-nil.
7195 (imap-ping-server): Minor doc string fixes.
7196
7197 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7198
7199 * net/imap.el (imap-ping-server): New function.
7200 (imap-opened): Call imap-ping-server.
7201
7202 2008-01-20 Glenn Morris <rgm@gnu.org>
7203
7204 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
7205 prevent infloops.
7206
7207 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
7208
7209 * progmodes/python.el (python-imports): Default to "None".
7210
7211 2008-01-19 Tom Tromey <tromey@redhat.com>
7212
7213 * vc-svn.el (vc-svn-after-dir-status): New function.
7214 (vc-svn-dir-status): Run svn asynchronously.
7215
7216 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7217
7218 * progmodes/hideif.el (hide-ifdef-shadow): New option.
7219 (hide-ifdef-shadow): New face.
7220 (hide-ifdef-toggle-shadowing): New function to toggle between
7221 shadowing and making code invisible.
7222 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
7223 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
7224 (hide-ifdef-region-internal): Give new overlay hide-ifdef
7225 property. Shadow text when hide-ifdef-shadow is non-nil.
7226 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
7227 (hif-hide-line): Use when instead of if.
7228 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
7229 Remove unneeded * from doc-strings.
7230
7231 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
7234 the hscroll behavior was fixed.
7235 (doc-view-mode): Disable auto-hscroll-mode.
7236
7237 2008-01-18 Tom Tromey <tromey@redhat.com>
7238
7239 * vc-svn.el (vc-svn-dir-status): New function.
7240
7241 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7242
7243 * vc.el: Make vc-status asynchronous.
7244 (vc-update-vc-status-buffer): New function broken out of ...
7245 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
7246 the dir-status backend function.
7247
7248 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
7249 Move the output processing to ...
7250 (vc-hg-after-dir-status): ... here. Call the function passed as
7251 an argument with the results.
7252
7253 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
7256 (doc-view-insert-image): Do something if the image is missing.
7257 (doc-view-mode): Don't use file-remote-p.
7258
7259 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
7260
7261 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
7262 (org-export-latex-special-chars): Convert "..." in \ldots
7263 and skip tables.
7264 (org-export-latex-fontify-headline): Change parameter name.
7265 (org-export-as-latex): Handle export of subtrees.
7266 (org-export-latex-make-header): New argument TITLE.
7267 (org-export-latex-content): New argument EXCLUDE-LIST.
7268 (org-list-parse-list): New name for org-export-latex-parse-list.
7269 (org-export-latex-make-header): New name for
7270 org-export-latex-make-preamble.
7271 (org-list-to-generic): New name of org-export-list-to-generic.
7272 (org-list-to-latex): New name of org-export-list-to-latex.
7273 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
7274 (org-list-send-list, org-list-to-texinfo)
7275 (org-list-to-html): New functions.
7276 (org-export-latex-tables-column-borders)
7277 (org-export-latex-default-class, org-export-latex-classes)
7278 (org-export-latex-classes-sectioning)
7279 (org-list-radio-list-templates): New options.
7280 (org-export-latex-header): New variable.
7281 (org-latex-entities): New constant.
7282 (org-export-latex-default-sectioning, org-export-latex-preamble)
7283 (org-export-latex-prepare-text-option)
7284 (org-export-latex-get-sectioning): Remove.
7285
7286 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
7287
7288 * textmodes/org-publish.el (org-publish-current-project):
7289 Fix bug with forcing publication.
7290
7291 * textmodes/org.el (org-export-with-special-strings): New option.
7292 (org-export-html-convert-special-strings): New function.
7293 (org-html-do-expand): `org-export-html-convert-special-strings'
7294 added to the list of conversion.
7295 (org-infile-export-plist, org-get-current-options): Add support
7296 for "-" in the #+OPTION line to let user switch on/off special
7297 strings conversion.
7298 (org-export-plist-vars): New :html-table-tag property.
7299 (org-export-as-html, org-format-org-table-html)
7300 (org-format-table-table-html) Use the :html-table-tag property
7301 instead of the `org-export-html-table-tag' global value.
7302 (org-additional-option-like-keywords): Add "TBLFM".
7303 (org-entry-properties): Include the CLOCKSUM special property.
7304 (org-columns-edit-value): Do not allow to edit the special
7305 CLOCKSUM property.
7306 (org-flag-drawer): Use the original value of `outline-regexp'.
7307 (org-remember-handler): Add invisible-ok flag to call to
7308 `org-end-of-subtree'.
7309 (org-agenda-highlight-todo): Respect
7310 `org-agenda-todo-keyword-format'.
7311 (org-agenda-todo-keyword-format): New option.
7312 (org-infile-export-plist): No restriction while searching for options.
7313 (org-remember-handler): Remove comments at the end of the buffer.
7314 (org-remember-use-refile-when-interactive): New option.
7315 (org-table-sort-lines): Make sure sorting works on link
7316 descritions only, and ignores the link.
7317 (org-sort-entries-or-items): Make sure the end of the subtree is
7318 included.
7319 (org-refile-use-outline-path): New allowed values `file' and
7320 `full-file-path'.
7321 (org-get-refile-targets): Respect new values for
7322 `org-refile-use-outline-path'.
7323 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
7324 (org-export-as-xoxo): Restore point when done.
7325 (org-open-file): Allow multiple %s in command.
7326 (org-clock-in-switch-to-state): New option.
7327 (org-first-list-item-p): New function.
7328 (org-last-remember-storage-locations): New variable.
7329 (org-get-refile-targets): Interpret the new maxlevel setting.
7330 (org-refile-targets): New option `:maxlevel'.
7331 (org-copy-subtree): Include empty lines before but not after subtree.
7332 (org-back-over-empty-lines, org-skip-whitespace): New functions.
7333 (org-move-item-down, org-move-item-up): Include empty lines before
7334 but not after item.
7335 (org-first-sibling-p): New function.
7336 (org-remember-apply-template): Defaults, completions and history
7337 for template prompts. Also, interpret new `%!' escape.
7338 (org-context-choices): New constant.
7339 (org-bound-and-true-p): New macro.
7340 (org-imenu-depth): New option.
7341 (org-imenu-markers): New variable.
7342 (org-imenu-new-marker, org-imenu-get-tree)
7343 (org-speedbar-set-agenda-restriction): New functions.
7344 (org-agenda-set-restriction-lock)
7345 (org-agenda-remove-restriction-lock)
7346 (org-agenda-maybe-redo): New functions.
7347 (org-agenda-restriction-lock): New face.
7348 (org-agenda-restriction-lock-overlay)
7349 (org-speedbar-restriction-lock-overlay): New variables.
7350 (org-open-at-point): Remove obsolete way to do redirection in
7351 shell links.
7352 (org-imenu-and-speedbar): New customization group.
7353 (org-entry-properties): Return keyword-less time strings.
7354 (org-clock-heading-function): New option.
7355 (org-clock-in): Use `org-clock-heading-function'.
7356 (org-calendar-holiday): Try to use `calendar-check-holidays'
7357 instead of the obsolete `check-calendar-holidays'.
7358 (org-export-html-special-string-regexps): New constant.
7359 (org-massive-special-regexp): New variable.
7360 (org-compute-latex-and-specials-regexp)
7361 (org-do-latex-and-special-faces): New functions.
7362 (org-latex-and-export-specials): New face.
7363 (org-highlight-latex-fragments-and-specials): New option.
7364 (org-link-escape-chars): Use characters instead of strings.
7365 (org-link-escape-chars-browser, org-link-escape)
7366 (org-link-unescape): Use characters instead of strings.
7367 (org-export-html-convert-sub-super, org-html-do-expand): Check for
7368 protected text.
7369 (org-emphasis-alist): Additional `verbatim' flag.
7370 (org-set-emph-re): Handle the verbatim flag and compute
7371 `org-verbatim-re'.
7372 (org-cleaned-string-for-export): Protect verbatim elements.
7373 (org-verbatim-re): New variable.
7374 (org-hide-emphasis-markers): New option.
7375 (org-additional-option-like-keywords): Add new keywords.
7376 (org-get-entry): Rename from `org-get-cleaned-entry'.
7377 (org-icalendar-cleanup-string): New function for quoting icalendar text.
7378 (org-agenda-skip-scheduled-if-done): New option.
7379 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
7380 `org-agenda-skip-scheduled-if-done'.
7381 (org-prepare-agenda-buffers): Allow buffers as arguments.
7382 (org-entry-properties): Add CATEGORY as a special property.
7383 (org-use-property-inheritance): Allow a list of properties as a value.
7384 (org-eval-in-calendar): No longer update the prompt.
7385 (org-read-date-popup-calendar): Rename from
7386 `org-popup-calendar-for-date-prompt'.
7387 (org-read-date-display-live): New variable.
7388 (org-read-date-display): New function.
7389 (org-read-date-analyze): New function.
7390 (org-remember-apply-template): Define `remember-finalize' if it is
7391 not yet defined.
7392 (org-remember-insinuate): New function.
7393 (org-read-date-prefer-future): New option.
7394 (org-read-date): Respect the setting of
7395 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
7396 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
7397 hardcoded string.
7398 (org-remember-apply-template): Use `remember-finalize' instead of
7399 `remember-buffer'.
7400 (org-columns-compute, org-column-number-to-string)
7401 (org-columns-uncompile-format, org-columns-compile-format)
7402 (org-columns-compile-format): Handle printf format specifier.
7403 (org-columns-new, org-column-number-to-string)
7404 (org-columns-uncompile-format, org-columns-compile-format):
7405 Support for new currency summary type.
7406 (org-tree-to-indirect-buffer): Do not kill old buffer when
7407 `org-indirect-buffer-display' is `new-frame'.
7408 (org-indirect-buffer-display): Document that `new-frame' leads to
7409 indiret buffer proliferation.
7410 (org-agenda-list): Use `org-extend-today-until'.
7411 (org-extend-today-until): New option.
7412 (org-format-org-table-html): Use lower-case for <col> tag.
7413 (org-agenda-execute): New command.
7414 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
7415 (org-select-remember-template): New function.
7416 (org-remember-apply-template): Use `org-select-remember-template'.
7417 (org-go-to-remember-target): New function.
7418
7419 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7420
7421 * vc.el: Add a TODO note about vc-state.
7422 (vc-next-action): Register 'unregistered and 'ignored files.
7423 Use when and unless instead of if where appropriate.
7424 (vc-start-entry): Fix typo.
7425 (vc-status): Autoload it.
7426
7427 2008-01-18 Glenn Morris <rgm@gnu.org>
7428
7429 * ffap.el (ffap-alist): Remove space from RFC regexp.
7430
7431 2008-01-18 Richard Stallman <rms@gnu.org>
7432
7433 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
7434 than face-spec-recalc.
7435
7436 2008-01-18 Glenn Morris <rgm@gnu.org>
7437
7438 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
7439
7440 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7441 Miles Bader <miles@gnu.org>
7442
7443 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
7444 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
7445 for handling display table (via visws.el package), his code was
7446 modified, but the main idea was kept.
7447
7448 2008-01-17 Glenn Morris <rgm@gnu.org>
7449
7450 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
7451 (ibuffer-save-filters): Remove calls to deleted
7452 ibuffer-update-mode-name.
7453
7454 2008-01-16 Martin Rudalics <rudalics@gmx.at>
7455
7456 * longlines.el (longlines-mode, longlines-show-region)
7457 (longlines-unshow-hard-newlines): Bind buffer-file-name and
7458 buffer-file-truename to nil while modifying buffer.
7459
7460 * cus-edit.el (custom-reset-standard-variables-list)
7461 (custom-reset-standard-faces-list): New variables.
7462 (custom-reset-standard-save-and-update): New function.
7463 (Custom-save): Apply custom-mark-to-save before and
7464 custom-state-set-and-redraw after saving options.
7465 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
7466 options and call custom-reset-standard-save-and-update.
7467 (custom-variable, custom-face, custom-group): Provide new
7468 entries for custom-mark-to-save, custom-mark-to-reset-standard,
7469 and custom-state-set-and-redraw.
7470 (custom-variable-mark-to-save)
7471 (custom-variable-state-set-and-redraw)
7472 (custom-variable-mark-to-reset-standard)
7473 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
7474 (custom-face-mark-to-reset-standard)
7475 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
7476 (custom-group-mark-to-reset-standard): New functions.
7477 (custom-variable-save): Move save, state-set, and redraw
7478 functionality to custom-variable-mark-to-save.
7479 (custom-face-save): Move save, state-set, and redraw
7480 functionality to custom-face-mark-to-save.
7481 (custom-group-save): Move save, state-set, and redraw
7482 functionality to custom-group-mark-to-save.
7483 (custom-variable-reset-standard, custom-face-reset-standard)
7484 (custom-group-reset-standard): Move save, state-set, and redraw
7485 functionality to custom-reset-standard-save-and-update.
7486
7487 (custom-buffer-create-internal): Fix text in verbose help.
7488 (custom-face-value-create): Indent doc-strings of faces like
7489 those of variables.
7490
7491 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * server.el (server-process-filter): Replace lineno and columnnno
7494 which defaulted to 1&0 with filepos which defaults to nil.
7495 (server-goto-line-column): Only receive the filepos.
7496 Only move if filepos is non-nil.
7497 (server-visit-files): Slight restructure to consolidate two calls to
7498 server-goto-line-column into just one.
7499
7500 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
7501 the use of degraded mode.
7502 (nxml-degrade): Don't change mode-name.
7503
7504 * nxml/rng-nxml.el (rng-nxml-mode-init):
7505 Don't overwrite mode-line-process.
7506
7507 * ibuffer.el (mode): Pass the buffer to format-mode-line.
7508 (ibuffer-update-mode-name): Remove.
7509 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
7510 (ibuffer-mode): Use mode-line-process instead.
7511
7512 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
7513 Use derived-mode-p.
7514 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
7515
7516 * help.el (describe-mode): Pass the right buffer to format-mode-line.
7517
7518 2008-01-16 Glenn Morris <rgm@gnu.org>
7519
7520 * comint.el (comint-regexp-arg): Fix no-input case.
7521
7522 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7523
7524 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
7525 * pcvs.el (cvs-revert-if-needed):
7526 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
7527
7528 * vc-svn.el (vc-svn-find-file-hook):
7529 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
7530
7531 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
7532
7533 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
7534 (icalendar-export-file, icalendar-import-file):
7535 Restore significant trailing whitespace in `interactive' prompts.
7536
7537 2008-01-16 Tom Tromey <tromey@redhat.com>
7538
7539 * calendar/icalendar.el (icalendar--convert-tz-offset)
7540 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
7541 (icalendar--find-time-zone): New functions.
7542 (icalendar--decode-isodatetime): Add `zone' argument, passed to
7543 `decode-time'. Doc fix.
7544 (icalendar--convert-ical-to-diary): Compute zone-map.
7545 Pass timezone to icalendar--decode-isodatetime.
7546
7547 2008-01-16 Alan Mackenzie <acm@muc.de>
7548
7549 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
7550 an eval-and-compile, so as to permit byte-compiling (e.g. in
7551 bootstrap).
7552
7553 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
7556 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
7557 using the same key for different menu entries.
7558
7559 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
7560 (smerge-makeup-conflict): New command.
7561
7562 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
7563
7564 * log-edit.el (log-edit): Doc fix.
7565
7566 2008-01-15 Glenn Morris <rgm@gnu.org>
7567
7568 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
7569
7570 2008-01-14 Alan Mackenzie <acm@muc.de>
7571
7572 * progmodes/cc-vars.el (c-constant-symbol): New function which
7573 supersedes c-const-symbol. During a customize-.. call it enables
7574 an element of (e.g.) c-hanging-braces alist to have its name
7575 displayed, even when the default value of c-h-b etc. doesn't
7576 include the elemnt. Replace uses of the old function by the new.
7577
7578 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
7579 obscure non-working fragment ":value c-".
7580
7581 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
7584
7585 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
7586
7587 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
7588 instead of `tramp-file-name-real-host'.
7589
7590 * net/trampver.el: Update release number.
7591
7592 2008-01-14 Alan Mackenzie <acm@muc.de>
7593
7594 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
7595 call inside a struct being recognised as a K&R argument.
7596
7597 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7600 Accept "fatal error" from MSFT.
7601 Reported by Jared Finder <jfinder@crypticstudios.com>.
7602
7603 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
7604
7605 * smerge-mode.el (smerge-auto): New function.
7606 * vc-svn.el (vc-svn-find-file-hook):
7607 * vc-arch.el (vc-arch-find-file-hook):
7608 * pcvs.el (cvs-revert-if-needed):
7609 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
7610 (top-level): Add a Todo list.
7611
7612 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 * vc.el (vc-update): Resolve conflicts if necessary instead of
7615 just updating the buffer.
7616
7617 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
7618 update command so that we can parse the output.
7619
7620 2008-01-13 Martin Rudalics <rudalics@gmx.at>
7621
7622 * mail/rmail.el (rmail-convert-to-babyl-format):
7623 Remove save-excursion to avoid infinite looping.
7624 Reported by dnz <dnz@bk.ru>.
7625
7626 2008-01-12 Glenn Morris <rgm@gnu.org>
7627
7628 * woman.el (woman-parse-numeric-arg): Change handling of `==':
7629 can be interned without a function definition.
7630
7631 2008-01-12 Jason Rumney <jasonr@gnu.org>
7632
7633 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
7634 (rng-nxml-mode-init): Declare.
7635
7636 2008-01-11 Jason Rumney <jasonr@gnu.org>
7637
7638 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
7639 (rng-preferred-prefix-alist-default): Remove.
7640
7641 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
7642 Rename from nxml-enable-unicode-char-name-sets-flag.
7643 (nxml-enable-unicode-char-name-sets-1): Merge into
7644 nxml-enable-unicode-char-name-sets.
7645 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
7646 nxml-char-name-ignore-case here.
7647
7648 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
7649 Update doc string and commentary.
7650 (nxml-char-name-ignore-case): Change default value.
7651 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
7652
7653 2008-01-11 Martin Rudalics <rudalics@gmx.at>
7654
7655 * cus-start.el (all): Add missing version entries.
7656
7657 2008-01-11 Glenn Morris <rgm@gnu.org>
7658
7659 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
7660 (euc-to-flat-code, flat-code-to-euc):
7661 * textmodes/org.el (elmo-msgdb-overview-get-entity)
7662 (wl-summary-buffer-msgdb): Declare as funtions.
7663
7664 2008-01-10 Martin Rudalics <rudalics@gmx.at>
7665
7666 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
7667 Bind buffer-file-name and buffer-file-truename.
7668
7669 * fringe.el (fringe-mode-explicit): New variable.
7670 (set-fringe-mode): Don't alter default-frame-alist when just
7671 loading this file.
7672
7673 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
7674
7675 * doc-view.el (doc-view-buffer-file-name): New variable.
7676 (doc-view-convert-current-doc, doc-view-search)
7677 (doc-view-current-cache-dir, doc-view-initiate-display)
7678 (doc-view-mode): Use it.
7679 (doc-view-bookmark-make-cell): Use variable buffer-file-name
7680 instead of function.
7681
7682 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7683
7684 * vc-svn.el (vc-svn-registered): Return the correct value for
7685 ignored and unregistered files.
7686
7687 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
7688
7689 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
7690
7691 2008-01-10 Tom Tromey <tromey@redhat.com>
7692
7693 * vc.el (vc-status-unmark-all-files): New function.
7694 (vc-status-unmark-all-files): Likewise.
7695 (vc-status-mode-map): Add bindings.
7696
7697 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
7698
7699 * ediff*.el: Uncomment declare-function.
7700
7701 * viper*.el: Uncomment declare-function.
7702
7703 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
7704
7705 * doc-view.el (doc-view-mode): Support tramp, compressed files and
7706 files inside archives uniformly.
7707
7708 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
7709
7710 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
7711 constant with a computation on sgml-specials rather than a literal
7712 list. Without this change the syntax table is generated
7713 incorrectly, and the mode will think it's in a comment following
7714 any instance of the string "--".
7715
7716 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
7717
7718 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
7719 (doc-view-mode): Support document files inside archives.
7720
7721 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
7722
7723 * vc.el (vc-deduce-fileset): Return the currently selected file if
7724 no files are selected when using vc-status.
7725
7726 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
7727
7728 * ediff*.el: Comment out declare-function. "make bootstrap"
7729 stops with an error and Emacs does not compile with those things in.
7730 Besides, declare-function is not defined in XEmacs.
7731
7732 * ediff-util (eqiff-quit): Autoraise minibuffer.
7733
7734 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
7735
7736 * emulation/viper*.el: Comment out declare-function -- not defined
7737 in XEmacs.
7738
7739 * emulation/viper-ex.el (viper-info-on-file):
7740 Take care of indirect buffers.
7741
7742 * emulation/viper.el (viper-set-hooks, set-cursor-color):
7743 Set viper-vi-state-cursor-color.
7744
7745 2008-01-09 Tom Tromey <tromey@redhat.com>
7746
7747 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
7748 Just return header.
7749 (vc-status-move-to-goal-column): New function.
7750 (vc-status-mode-map): Define more keys.
7751 (vc-status-mode): Use vc-status-refresh. Now 'special.
7752 (vc-status-refresh): New function.
7753 (vc-status-next-line): Likewise.
7754 (vc-status-previous-line): Likewise.
7755 (vc-status-mark-file): Use vc-status-next-line.
7756 (vc-status-unmark-file): Use vc-status-previous-line.
7757 (vc-status-unmark-file-up): New function.
7758 (vc-status-register): Likewise.
7759 (vc-status-find-file): Likewise.
7760 (vc-status-find-file-other-window): Likewise.
7761 (vc-status-current-file): Likewise.
7762 (vc-ensure-vc-buffer): Understand vc-status mode.
7763
7764 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
7765
7766 2008-01-09 Glenn Morris <rgm@gnu.org>
7767
7768 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
7769 entry, for Windows.
7770
7771 2008-01-09 Tom Tromey <tromey@redhat.com>
7772
7773 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
7774
7775 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7776
7777 * ps-print.el: Some face attributes (like :strike-through) were not
7778 being recognised. Reported by Leo <sdl.web@gmail.com>.
7779 (ps-print-version): New version 6.8.2.
7780 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
7781 (ps-screen-to-bit-face): Fix code.
7782
7783 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
7786 add a file-name handler.
7787
7788 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7789
7790 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
7791 Rename from function bibtex-files-expand. New optional arg select.
7792 (bibtex-flash-head): Allow blink-matching-delay being zero.
7793 (bibtex-clean-entry): Use atomic-change-group.
7794 (bibtex-format-entry): Check presence of required fields only
7795 after formatting of fields. Use member-ignore-case. Do not use
7796 bibtex-parse-entry. Do not use booktitle field to set a missing title.
7797 (bibtex-autofill-entry): Do not call undo-boundary.
7798 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
7799 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
7800 Parse keys if necessary.
7801
7802 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
7803
7804 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
7805 quotes in case of spaces, e.g. STL containers (not pretty).
7806
7807 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
7808
7809 * progmodes/gdb-ui.el (gud-gdb-command-name):
7810 Explain "--annotate=3" option is necessary for the Graphical Interface.
7811
7812 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
7815 on menu bar.
7816
7817 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
7818
7819 * ffap.el (ffap-read-file-or-url): Let-bind
7820 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
7821
7822 2008-01-08 Sven Joachim <svenjoac@gmx.de>
7823
7824 * vc-bzr.el: Fix typo in header.
7825
7826 2008-01-08 Eli Zaretskii <eliz@gnu.org>
7827
7828 * Makefile.in (custom-deps, finder-data): Depend on autoloads
7829 instead of loaddefs.el.
7830
7831 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
7834 gets inserted out-of-order.
7835
7836 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
7837
7838 * vc-bzr.el: Copyright and version headers update.
7839 Remove some outdated comments through the whole file.
7840 (vc-bzr-program-args): Remove because unused.
7841 (vc-bzr-log-switches): New customization option.
7842 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
7843 use `vc-bzr-program-args'.
7844 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
7845 `vc-find-root' (patch by Andreas Hoenen).
7846 (vc-bzr-status): Update regex to match latest Bzr output.
7847 Remove redundant test.
7848 (vc-bzr-init-version): New function.
7849 (vc-bzr-unregister): Must not delete file.
7850 (vc-bzr-find-version): New function.
7851 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
7852 a non-empty string, otherwise take head revision.
7853 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
7854 (vc-bzr-diff): Simpler build of the revision spec string.
7855 (vc-annotate-convert-time, vc-bzr-annotate-difference):
7856 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
7857 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
7858 (vc-bzr-dired-state-info): Only provide custom strings for
7859 overloaded VC state 'edited; otherwise fallback to
7860 `vc-default-dired-state-info'.
7861
7862 2008-01-08 Richard Stallman <rms@gnu.org>
7863
7864 * delsel.el (delete-selection-mode): Doc fix.
7865
7866 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
7869 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
7870
7871 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
7872 of watch expressions (only works fully with GDB 6.7 or later).
7873
7874 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
7875
7876 * time-stamp.el (time-stamp-time-zone):
7877 * whitespace.el (whitespace-check-buffer-leading)
7878 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
7879 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
7880 * progmodes/sh-script.el (sh-indentation):
7881 * textmodes/ispell.el (ispell-local-pdict):
7882 Add safe-local-variable properties.
7883
7884 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
7885
7886 * vc-git.el (vc-git--call): Apply `process-file' instead of
7887 `call-process'.
7888
7889 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
7890 Reported by Pete Forman <pete.forman@westerngeco.com>.
7891 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
7892 (tramp-handle-process-file): Handle the case where DESTINATION is
7893 a consp with t as car.
7894 (tramp-wait-for-output): We shall remove exactly what has been
7895 find by the search.
7896
7897 2008-01-08 Kevin Ryde <user42@zip.com.au>
7898
7899 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7900 For perl, allow "during global destruction" at end. Add entry for
7901 two-arg form of the Test module ok() func.
7902
7903 2008-01-08 Glenn Morris <rgm@gnu.org>
7904
7905 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
7906 unified format.
7907
7908 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
7909
7910 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
7911
7912 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7913 Simplify selection of frame focusing function.
7914
7915 2008-01-08 Michael Olson <mwolson@gnu.org>
7916
7917 * textmodes/remember.el (remember-region): Fix typo in docstring.
7918
7919 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
7920
7921 * textmodes/remember.el (remember): If there is a visible region
7922 [that is, the mark is active and transient mark mode is enabled]
7923 then use this region for the initial contents of the *Remember*
7924 buffer. Use `region-beginning' and `region-end' instead of
7925 `point' and `mark'.
7926
7927 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
7928
7929 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
7930 argument to vc-hg-command.
7931 (vc-hg-log-view-mode): Handle the user field better.
7932
7933 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
7936
7937 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 * vc.el (vc-status-fileinfo): New defstruct.
7940 (vc-status): New defvar.
7941 (vc-status-insert-headers, vc-status-printer, vc-status)
7942 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
7943 (vc-status-unmark-file, vc-status-marked-files): New functions.
7944
7945 * vc-hg.el (vc-hg-dir-status): New function.
7946
7947 2008-01-06 Martin Rudalics <rudalics@gmx.at>
7948
7949 * cus-edit.el (custom-tool-bar-map): Move initialization of this
7950 keymap from here ...
7951 (custom-mode): ... to here. Reported by Reiner Steib.
7952
7953 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7954
7955 * obsolete/x-apollo.el: Remove file for unsupported system.
7956
7957 * term/x-win.el (vendor-specific-keysyms): Remove reference to
7958 Apollo.
7959
7960 * progmodes/gud.el (gud-dgux-p): Remove.
7961 (dbx): Remove reference to dgux.
7962
7963 * progmodes/ps-mode.el (ps-mode-print-function):
7964 * ps-print.el (ps-lp-system):
7965 * paths.el (rmail-spool-directory):
7966 * ls-lisp.el (ls-lisp-emulation):
7967 * lpr.el (lpr-lp-system):
7968 * dired.el (dired-chown-program): Remove references to dgux.
7969
7970 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * vc.el (vc-process-sentinel): Fix apparent typo.
7973 (vc-do-command): Forcefully kill any left over process.
7974 Use start-file-process.
7975 (vc-annotate-get-time-set-line-props): Check we don't move backward.
7976
7977 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
7978
7979 * net/dbus.el (dbus-list-hash-table)
7980 (dbus-name-owner-changed-handler): Replace "signal" by "member".
7981 (dbus-check-event): Add serial number to event.
7982 (dbus-handle-event): Apply return message if needed.
7983 (dbus-event-serial-number): New defun.
7984 (dbus-event-service-name, dbus-event-path-name)
7985 (dbus-event-interface-name, dbus-event-member-name):
7986 Adapt implementation to serial number.
7987
7988 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * bs.el (bs--get-mode-name): Fix typo in previous change.
7991
7992 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
7993
7994 * mouse.el (mouse-popup-menubar): Fix typo.
7995
7996 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
7997 form inside with-current-buffer.
7998
7999 * progmodes/antlr-mode.el (provide): Move to the end of file.
8000 (require): Don't require font-lock and compile.
8001 (outline-level, imenu-use-markers, imenu-create-index-function):
8002 Move declarations to top level.
8003 (cond-emacs-xemacs-macfn): Declare for compiler.
8004
8005 * vc-bzr.el (vc-bzr-root):
8006 * vc-arch.el (vc-arch-root): Only set a property if the file is
8007 managed by this backend.
8008
8009 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
8010
8011 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
8012
8013 * doc-view.el (doc-view-scroll-up-or-next-page)
8014 (doc-view-scroll-down-or-previous-page): Don't scroll to the
8015 top/bottom again when on the first/last page.
8016
8017 * doc-view.el (doc-view-scroll-up-or-next-page)
8018 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
8019 image-scroll-down instead of the non-image equivalents.
8020 Don't rely on a signalled condition but switch pages when scrolling
8021 doesn't change the vertical position anymore.
8022 (doc-view-mode-map): Remap scroll-{up,down} to
8023 image-scroll-{up,down}.
8024
8025 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
8026
8027 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
8028 tpu-mapper command rather than load the tpu-mapper package.
8029
8030 * emulation/tpu-mapper.el (tpu-mapper): New command.
8031 Contains all the code previously at top-level.
8032
8033 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * bs.el (bs--sort-by-mode, bs--get-mode-name):
8036 * imenu.el (imenu-add-to-menubar):
8037 * makesum.el (make-command-summary):
8038 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
8039 (mouse-buffer-menu):
8040 * msb.el (msb--mode-menu-cond):
8041 * calc/calc-embed.el (calc-do-embedded):
8042 * emacs-lisp/helper.el (Helper-describe-mode):
8043 * mail/emacsbug.el (report-emacs-bug):
8044 * progmodes/hideshow.el (hs-grok-mode-type):
8045 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8046 * textmodes/table.el (*table--cell-describe-mode):
8047 Pass mode-name through format-mode-line.
8048
8049 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * progmodes/ada-xref.el (ada-prj-find-prj-file):
8052 * progmodes/ada-mode.el (comment-region):
8053 * calendar/todo-mode.el (todo-insert-item):
8054 * bookmark.el (bookmark-buffer-name):
8055 Test major-mode rather than mode-name.
8056
8057 2008-01-04 Richard Stallman <rms@gnu.org>
8058
8059 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8060 Call byte-compile-warn-about-unresolved-functions outside
8061 the with-current-buffer.
8062 (byte-compile-insert-header): Use with-current-buffer.
8063
8064 2008-01-04 Glenn Morris <rgm@gnu.org>
8065
8066 * startup.el (fancy-about-screen): Remove reference to deleted
8067 `fancy-splash-help-echo' variable.
8068
8069 * version.el (emacs-copyright): Update to 2008.
8070
8071 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
8072 rather than mapcar.
8073
8074 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
8075 change (merge mistake).
8076
8077 * doc-view.el (doc-view-search-internal): Don't use `incf'.
8078
8079 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
8080 (bookmark-get-bookmark-record):
8081 * image-mode.el (bookmark-make-cell-function)
8082 (bookmark-get-filename, bookmark-get-bookmark-record)
8083 (bookmark-get-position):
8084 * log-view.el (vc-modify-change-comment):
8085 * progmodes/grep.el (find-name-arg): Declare for compiler.
8086
8087 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
8088
8089 * savehist.el (savehist-coding-system): Default to a variant coding
8090 system with explicit unix end-of-line conversion, which is safer.
8091
8092 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
8095 * ibuffer.el (mode column): Use format-mode-line.
8096
8097 * server.el (server-create-window-system-frame): Remove workaround for
8098 a bug that has been fixed.
8099
8100 2008-01-03 Magnus Henoch <magnus@zemdatav>
8101
8102 * net/dbus.el (dbus-name-owner-changed-handler):
8103 Use dbus-unregister-object instead of dbus-unregister-signal.
8104
8105 2008-01-03 Drew Adams <drew.adams@oracle.com>
8106
8107 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
8108
8109 2008-01-03 Richard Stallman <rms@gnu.org>
8110
8111 * replace.el (occur-context-lines): New subroutine,
8112 broken out of occur-engine.
8113 (occur-engine): Call it.
8114
8115 2008-01-03 Alexandre Julliard <julliard@winehq.org>
8116
8117 * vc-git.el (vc-git--ls-files-state): New function.
8118 (vc-git-dir-state): Use it instead of processing the status
8119 results here.
8120
8121 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8122
8123 * progmodes/grep.el (grep-find-ignored-directories):
8124 Initialize from the value of vc-directory-exclusion-list.
8125
8126 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
8127 even though we don't have a back end for darcs yet.
8128
8129 2008-01-02 Karl Fogel <kfogel@red-bean.com>
8130
8131 Change a return type, for greater extensibility.
8132 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
8133 and its thread for discussion leading to this change.
8134
8135 * bookmark.el (bookmark-jump-noselect):
8136 Return an alist instead of a dotted pair.
8137 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
8138 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8139 (bookmark-bmenu-switch-other-window): Adjust accordingly.
8140 (bookmark-make-cell-function): Adjust documentation accordingly.
8141
8142 * image-mode.el (image-bookmark-jump):
8143 Adjust return type accordingly; document.
8144
8145 * doc-view.el (doc-view-bookmark-jump):
8146 Adjust return type accordingly; document.
8147
8148 2008-01-02 Miles Bader <miles@gnu.org>
8149
8150 * net/rcirc.el (rcirc-log-filename-function): New variable.
8151 (rcirc-log): Use `rcirc-log-filename-function' to generate the
8152 log-file name. Don't log anything if it returns nil.
8153 (rcirc-log-write): Use `expand-file-name' when merging the
8154 log-file name from the alist with rcirc-log-directory; this does
8155 the right thing if the name in the alist already an absolute
8156 filename. Make the log-file directory if necessary.
8157
8158 2007-12-29 Richard Stallman <rms@gnu.org>
8159
8160 * font-lock.el (font-lock-prepend-text-property)
8161 (font-lock-append-text-property): Canonicalize the face and
8162 font-lock-face properties.
8163
8164 * faces.el (facep): Doc fix.
8165
8166 * startup.el (fancy-startup-tail, fancy-about-text)
8167 (fancy-startup-text): Regularize format of face property.
8168
8169 * facemenu.el (list-colors-print): Use :background and :foreground
8170 instead of background-color and foreground-color.
8171
8172 2007-12-29 Drew Adams <drew.adams@oracle.com>
8173
8174 * cus-edit.el (custom-add-parent-links):
8175 Fill the "Parent documentation" text.
8176
8177 2007-12-29 Eli Zaretskii <eliz@gnu.org>
8178
8179 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
8180 MS-Windows and MS-DOS.
8181 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
8182
8183 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8184
8185 * vc-svn.el (vc-svn-modify-change comment): New function.
8186
8187 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8188
8189 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
8190 Do not disable undo, with-temp-buffer does it by default.
8191
8192 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
8193
8194 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
8195 correctly.
8196
8197 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
8198 with vc-state.
8199 (vc-next-action): Fix vc-transfer-file call.
8200
8201 2007-12-31 Tom Tromey <tromey@redhat.com>
8202
8203 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
8204 Move point to the start of the buffer.
8205
8206 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
8207
8208 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
8209
8210 * vc.el: State that dir-state is required to set the vc-state and
8211 vc-backend properties.
8212
8213 2007-12-31 Martin Rudalics <rudalics@gmx.at>
8214
8215 * man.el (Man-default-man-entry): Make this a defun.
8216 Improve guessing mechanism and handling of section numbers.
8217
8218 2007-12-31 Richard Stallman <rms@gnu.org>
8219
8220 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
8221
8222 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
8223
8224 * calc/calc-units.el (calc-convert-temperature): Ensure that units
8225 are on the result even when the result is zero.
8226
8227 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
8228
8229 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
8230 resistent towards wrong parameters.
8231 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
8232
8233 2007-12-30 Richard Stallman <rms@gnu.org>
8234
8235 * faces.el (face-all-attributes): New function.
8236
8237 * faces.el (face-differs-from-default-p): Compute list of attr names
8238 from face-attribute-name-alist.
8239
8240 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
8241 (custom-face-save): Likewise.
8242 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
8243
8244 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
8245 (custom-theme-set-faces): Clear `face-override-spec' property.
8246 Call `face-spec-set' with FOR-DEFFACE.
8247
8248 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
8249
8250 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
8251 Use of frame as third arg is deprecated.
8252 Handle `face-override-spec' property.
8253 (face-spec-recalc): New function.
8254 (face-spec-set-2): New function.
8255 (frame-set-background-mode): Handle `face-override-spec' property.
8256 Use `face-spec-recalc'.
8257 (face-set-after-frame-default): Use `face-spec-recalc'.
8258
8259 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
8260
8261 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
8262
8263 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8264
8265 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
8266
8267 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
8268
8269 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
8270 'added, 'removed.
8271
8272 * vc.el (header coment): Better description of dir-state.
8273 (vc-compatible-state): New function. Checks whether two states
8274 can be in the same changeset; used with 'edited it can test whether
8275 the next action for a state should be commit.
8276 (vc-default-dired-state-info): Display 'removed state.
8277 (vc-dired-hook): Turn off undo, this is a speed tweak.
8278
8279 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
8280
8281 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
8282 Cope with the possibility that the 'C' status flag might change
8283 in 0.9,6.
8284
8285 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
8286
8287 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
8288
8289 * files.el (cd-absolute): Fix omission bug:
8290 Make `list-buffers-directory' buffer-local.
8291
8292 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8293
8294 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
8295
8296 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
8297
8298 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
8299
8300 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
8301 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
8302 (math-yacas-compose-deriv, math-yacas-compose-taylor)
8303 (math-maxima-parse-subst, math-maxima-parse-taylor)
8304 (math-maxima-compose-taylor, math-maxima-compose-subst)
8305 (math-maxima-compose-if, math-lang-switch-args)
8306 (math-lang-compose-switch-args, math-read-giac-subscr):
8307 New functions.
8308 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
8309 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
8310 Add languages.
8311 (math-vector-brackets, math-complex-format, math-variable-table)
8312 (math-parse-table, math-oper-table, math-function-table)
8313 (math-special-function-table, math-compose-subscr):
8314 Add values for new languages.
8315
8316 * calc/calccomp.el (math-compose-expr): Add new languages.
8317
8318 * calc/calc.el (calc-language): Add languages to docstring.
8319
8320 * calc/calc-ext.el (calc-init-extensions): Add keybindings
8321 for new languages. Autoload commands to change languages.
8322
8323 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
8324
8325 * calc/calc-menu.el (calc-modes-menu): Add new languages.
8326 (calc-arithmetic-menu, calc-scientific-function-menu)
8327 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
8328 (calc-units-menu, calc-variables-menu, calc-stack-menu):
8329 Add :active keywords.
8330
8331 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8332
8333 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
8334 returns 'ignored or 'unregistered.
8335 (vc-hg-state): Pass "-A" to the status command and deal with the
8336 output.
8337 (vc-hg-dir-state): Pass "-A" to the status command.
8338
8339 2007-12-29 Richard Stallman <rms@gnu.org>
8340
8341 * progmodes/compile.el (compilation-start): Set initial visible
8342 point properly even when compilation buffer already current.
8343
8344 2007-12-29 Richard Stallman <rms@gnu.org>
8345
8346 * files.el (conf-mode-maybe): New function.
8347 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
8348
8349 2007-12-29 Martin Rudalics <rudalics@gmx.at>
8350
8351 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
8352
8353 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8354
8355 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
8356
8357 2007-12-29 Richard Stallman <rms@gnu.org>
8358
8359 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
8360 so they never do EOF.
8361
8362 2007-12-29 Richard Stallman <rms@gnu.org>
8363
8364 * faces.el (copy-face): Create the new face explicitly if it
8365 does not exist already.
8366
8367 2007-12-29 Eli Zaretskii <eliz@gnu.org>
8368
8369 * simple.el (minibuffer-history, shell-command-history)
8370 (set-variable-value-history):
8371 * replace.el (regexp-history):
8372 * international/mule-cmds.el (input-method-history):
8373 * files.el (file-name-history): Add reference to history-length in
8374 the doc string.
8375
8376 2007-12-29 Richard Stallman <rms@gnu.org>
8377
8378 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
8379
8380 2007-12-29 Jason Rumney <jasonr@gnu.org>
8381
8382 * find-dired.el (find-name-arg): New custom variable.
8383 (find-name-dired): Use it.
8384 (find-dired-find-program): Remove.
8385 (find-dired): Use find-program.
8386 (find-grep-dired): Use grep-program.
8387
8388 * progmodes/grep.el (rgrep): Use find-name-arg.
8389
8390 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
8391
8392 * progmodes/cc-vars.el (defcustom-c-stylevar):
8393 Revert to pre-2007-12-12 version.
8394
8395 2007-12-29 Richard Stallman <rms@gnu.org>
8396
8397 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
8398
8399 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
8400 Use changed.
8401
8402 * startup.el (fancy-splash-help-echo): Var deleted.
8403 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
8404 (fancy-about-screen): Don't display fancy-splash-help-echo.
8405
8406 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
8407
8408 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
8409
8410 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
8411 to vc-hooks.el so it will be available to other modes, such as
8412 speedbar.el. Also, teach it to recognize monotone state directories.
8413
8414 * speedbar.el: Remove this mode's fragile assumptions about
8415 version-control systems. Instead, make it use logic from
8416 vc-hooks.el so it will become smarter whenever VC mode does.
8417
8418 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
8419 Fix the documentation.
8420
8421 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
8422 Modify all instances of the dir-state back-end method to suppress
8423 keeping undo lists on the buffers holding status output, which
8424 can get extremely large.
8425
8426 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
8427 so they don't do work that the default one can do instead.
8428
8429 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
8430 states, and the new return-value convention. These are not
8431 actually used yet, just set.
8432
8433 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
8434 states when appropriate.
8435
8436 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
8437 'unregistered when appropriate.
8438
8439 * vc-git.el: Document that we don't set the new states yet.
8440
8441 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
8442 'ignored states.
8443
8444 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
8445 appropriate.
8446
8447 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
8448 when appropriate.
8449
8450 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * thumbs.el (thumbs-call-convert): Use call-process directly
8453 with thumbs-conversion-program instead of through shell-file-name
8454 for better error reporting.
8455
8456 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
8457
8458 * calc/calc-aent.el (math-remove-percentsigns):
8459 * calc/calccomp.el (math-to-percentsigns): Change placeholder
8460 for percent signs.
8461
8462 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8463
8464 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
8465 use completion-ignored-extensions to detect files that should be
8466 ignorted in VC-Dired listings, heading off lots of expensive calls
8467 to (vc-state).
8468
8469 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
8470 non-terse mode.
8471 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
8472 Makefile.in or Makefile.am.
8473
8474 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8475
8476 * ps-print.el (ps-mark-active-p): Fun returned back.
8477 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
8478 `region-active-p' for error checking.
8479
8480 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8481
8482 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
8483 Put new machinery in place to support editing of change comments
8484 with 'e' in a log-view buffer. Not documented yet as this
8485 only works for SCCS, RCS, and maybe CVS if you have admin
8486 privileges. When we have backend support for Subversion and
8487 more modern systems it will be time to write this up.
8488
8489 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
8490
8491 * international/mule-cmds.el (select-safe-coding-system):
8492 When a buffer is modified, cancel the writing.
8493
8494 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
8495
8496 * log-view.el: Add Subversion and Mercurial log format samples.
8497
8498 * vc.el (vc-dired-hook): Significantly speed up by arranging for
8499 it to call the backend dir-state hook (if it exists)
8500 exactly *once*, rather than once per each subdirectory (with
8501 dired-state-info calls on all toplevel files slowing it down even
8502 further). For this to work, backend dir-state methods have to
8503 recurse to subdirectories. Most of them already did anyway; a few
8504 needed *non*-recursion switches removed. This change mostly
8505 removed code that was perversely bad and should have been shot
8506 through the head years ago.
8507
8508 * vc-bzr.el (vc-bzr-dir-state):
8509 * vc-cvs.el (vc-cvs-dir-state):
8510 * vc-mcvs.el (vc-mcvs-dir-state):
8511 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
8512
8513 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
8514 multiple arguments, so generate logs sequentially when we get them.
8515 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
8516 headers so the various log bindings can do the right thing.
8517 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
8518
8519 2007-12-26 Andreas Schwab <schwab@suse.de>
8520
8521 * font-lock.el (save-buffer-state): Make sure the state of the
8522 buffer is always restored.
8523
8524 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
8525
8526 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
8527
8528 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
8529 a variable.
8530
8531 * calc/calccomp.el (math-to-percentsigns): New function.
8532 (math-compose-var): Handle variables with percent signs.
8533 (math-compose-expr): Handle function names with percent signs.
8534
8535 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
8536 (math-read-exprs): Handle percent signs in languages that
8537 allow them.
8538 (math-restore-underscores): Remove function.
8539 (math-remove-percentsigns, math-restore-placeholders):
8540 New functions.
8541
8542 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8543
8544 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
8545 of `mark' for error checking.
8546
8547 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
8548
8549 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
8550 New functions.
8551 (image-mode): Set bookmark-make-cell-function appropriately.
8552
8553 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
8554
8555 * bookmark.el (bookmark-make-cell-function): New variable.
8556 (bookmark-make): Call bookmark-make-cell-function's function
8557 instead of bookmark-make-cell.
8558 (bookmark-get-handler, bookmark-jump-internal): New functions.
8559 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
8560 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
8561 Use bookmark-jump-internal.
8562 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
8563
8564 * doc-view.el (doc-view-bookmark-make-cell)
8565 (doc-view-bookmark-jump): New functions.
8566 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
8567
8568 2007-12-25 Miles Bader <miles@gnu.org>
8569
8570 * indent.el (indent-for-tab-command): Rigidly indent the following
8571 sexp along with the current line when a prefix arg is given in the
8572 non-active-region case. Specify raw prefix in interactive spec.
8573 Simplify main indentation logic to get rid of the conditional call
8574 to `indent-according-to-mode' (it just ended up calling
8575 `indent-line-function' in all cases anyway, which can be done more
8576 simply here). Remove unnecessary test of ARG in active region case.
8577
8578 2007-12-25 Richard Stallman <rms@gnu.org>
8579
8580 * allout.el (allout-region-active-p): Rename from my-region-active-p.
8581 Use `use-region-p'.
8582 (allout-write-file-hook-handler): Simplify code.
8583
8584 * ps-print.el (ps-mark-active-p): Function deleted.
8585 (ps-print-preprint-region): Use (mark) for the error check.
8586
8587 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
8588
8589 * winner.el (winner-active-region): Use `mark-active' if it's defined.
8590
8591 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
8592
8593 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
8594
8595 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
8596
8597 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
8598
8599 * progmodes/cc-defs.el (c-region-is-active-p):
8600 Use `mark-active' if it's defined.
8601
8602 * progmodes/cc-cmds.el (c-indent-line-or-region):
8603 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
8604
8605 * simple.el (select-active-regions): New option.
8606 (set-mark): Obey it.
8607 (yank-pop-change-selection): New option.
8608 (current-kill): Obey it.
8609
8610 * simple.el (use-region-p): Rename from `region-active-p'.
8611 (region-active-p): New function.
8612
8613 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
8614
8615 * term/x-win.el (x-select-enable-primary): New option.
8616 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
8617
8618 * mouse.el (mouse-yank-primary): New function (almost same
8619 as mouse-yank-secondary).
8620
8621 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
8622
8623 * calculator.el:
8624 * dframe.el:
8625 * iswitchb.el:
8626 * whitespace.el:
8627 * winner.el:
8628 * emacs-lisp/checkdoc.el:
8629 * mail/feedmail.el:
8630 * net/quickurl.el:
8631 * obsolete/fast-lock.el:
8632 * play/5x5.el:
8633 * progmodes/delphi.el:
8634 * progmodes/idlw-shell.el:
8635 * progmodes/idlwave.el:
8636 * textmodes/artist.el:
8637 * textmodes/ispell.el:
8638 * textmodes/texinfmt.el:
8639 * textmodes/texinfo.el: Remove obsolete definitions of backward
8640 compatibility macros for defcustom, defgroup, defface, when,
8641 unless, with-current-buffer and with-temp-message.
8642
8643 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
8644
8645 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
8646
8647 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
8650 indeed a process.
8651
8652 2007-12-23 Richard Stallman <rms@gnu.org>
8653
8654 * simple.el (region-active-p): New function.
8655 (use-empty-active-region): New variable.
8656
8657 * dired-aux.el (dired): Load dired.el at run time too.
8658
8659 2007-12-23 Juri Linkov <juri@jurta.org>
8660
8661 * man.el (Man-follow-manual-reference): Fill the minibuffer's
8662 default list with a full list of references.
8663
8664 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
8665
8666 2007-12-23 Andreas Schwab <schwab@suse.de>
8667
8668 * files.el (switch-to-buffer-other-frame): Return the buffer
8669 switched to.
8670
8671 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
8672
8673 Sync with Tramp 2.1.12.
8674
8675 * net/tramp.el: New todo item.
8676
8677 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
8678 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
8679
8680 * net/trampver.el: Update release number.
8681
8682 2007-12-22 Richard Stallman <rms@gnu.org>
8683
8684 * newcomment.el (comment-region-default): Don't triple the
8685 comment starter if the first region line isn't indented enough.
8686
8687 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8688
8689 * net/imap.el (imap-authenticate): Use current-buffer instead of
8690 buffer, for the cases where imap-authenticate is called with a nil
8691 buffer parameter.
8692
8693 2007-12-21 Martin Rudalics <rudalics@gmx.at>
8694
8695 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
8696 specifier from format-string. Reported by Ye Wenbin.
8697
8698 2007-12-20 Jason Rumney <jasonr@gnu.org>
8699
8700 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
8701 Parent group is font-lock-faces.
8702 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
8703 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
8704 (nxml-version): Remove.
8705 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
8706 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
8707 (nxml-processing-instruction-delimiter)
8708 (nxml-processing-instruction-target)
8709 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
8710 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
8711 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
8712 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
8713 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
8714 (nxml-attribute-prefix, nxml-attribute-colon)
8715 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
8716 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
8717 (nxml-attribute-value, nxml-attribute-value-delimiter)
8718 (nxml-namespace-attibute-value)
8719 (nxml-namespace-attribure-value-delimiter)
8720 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
8721 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
8722 (nxml-glyph): Rename, removing -face suffix.
8723 Inherit from existing font-lock faces.
8724 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
8725 Use new face names.
8726
8727 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8728 (nxml-outline-active-indicator, nxml-outline-ellipsis):
8729 Rename, removing -face suffix.
8730 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
8731 (nxml-highlighted-colon, nxml-highlighted-slash)
8732 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
8733 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
8734 (nxml-highlighted-qname, nxml-outline-display-heading):
8735 Use new face names.
8736
8737 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
8738
8739 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
8740
8741 2007-12-19 Martin Rudalics <rudalics@gmx.at>
8742
8743 * cus-start.el (all): Use correct group name for members of
8744 mode-line group.
8745
8746 * man.el (Man-default-man-entry): When looking for default man
8747 entry title search text preceding point. Use when instead of if.
8748
8749 * indent.el (indent-for-tab-command): Fix doc-string typo.
8750
8751 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
8752 vc-parent-buffer is the current buffer.
8753
8754 * info-look.el (info-lookup, info-lookup-setup-mode)
8755 (info-lookup-make-completions): Avoid clobbering Info-history and
8756 Info-history-list.
8757
8758 2007-12-19 Glenn Morris <rgm@gnu.org>
8759
8760 * progmodes/verilog-mode.el (top-level): Don't require compile.
8761 (compilation-error-regexp-alist, compilation-last-buffer):
8762 Define for compiler.
8763 (verilog-insert-1): New function.
8764 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
8765 Use verilog-insert-1.
8766 (verilog-surelint-off): Use next-error-last-buffer if bound.
8767 Check compile buffer is live.
8768
8769 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
8770
8771 * progmodes/compile.el (compilation-start): Don't pass a FRAME
8772 argument to display-buffer.
8773
8774 2007-12-19 Jason Rumney <jasonr@gnu.org>
8775
8776 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
8777 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
8778 (rng-byte-compile-load, rng-write-version): Remove.
8779
8780 * nxml/rng-loc.el (rng-schema-locating-files-default)
8781 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
8782 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
8783
8784 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
8785
8786 * files.el (cd-absolute): Set `list-buffers-directory' in order to
8787 show correct path in buffer list.
8788
8789 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
8790 (tramp-find-shell): Send only single prompt setting commands, in
8791 order to avoid double-prompt.
8792
8793 * net/tramp-compat.el (top): Require cl only when compiling.
8794 Reported by Glenn Morris <rgm@gnu.org>.
8795
8796 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8797
8798 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
8799 (c-comment-continuation-stars): No longer declare with
8800 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
8801 (c-block-comment-prefix): Use symbol-value to
8802 access c-comment-continuation-stars.
8803 * progmodes/cc-mode.el (c-initialize-cc-mode):
8804 Use symbol-value to access c-comment-continuation-stars.
8805
8806 2007-12-18 Mark A. Hershberger <mah@everybody.org>
8807
8808 * xml.el (xml-escape-string): New function. Escape string using
8809 xml-entity-alist.
8810 (xml-debug-print-internal): Use xml-escape-string to escape
8811 characters in attributes and in text children of elements.
8812
8813 2007-12-18 Glenn Morris <rgm@gnu.org>
8814
8815 * progmodes/cc-subword.el (c-subword-mode): Drop support for
8816 systems without define-minor-mode.
8817
8818 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
8819
8820 * progmodes/verilog-mode.el: Replace all instances of
8821 string-to-int with string-to-number, insert-string with insert,
8822 and read-input with read-string.
8823 (top-level): No need to require imenu, reporter, dinotrace, vc,
8824 font-lock when compiling. Always require compile. Relegate remaining
8825 compatibility cruft to XEmacs. Don't require font-lock.
8826 (verilog-version): Remove superfluous concat.
8827 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
8828 No need to define.
8829 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
8830 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
8831 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
8832 (verilog-startup-message-displayed): These are variables, not constants.
8833 (verilog-batch-execute-func, verilog-auto-inst)
8834 (verilog-auto-inst-param): Use mapc rather than mapcar.
8835 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
8836 actually defining.
8837 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
8838 (verilog-modi-get-outputs, verilog-modi-get-inouts)
8839 (verilog-modi-get-inputs, verilog-modi-get-wires)
8840 (verilog-modi-get-regs, verilog-modi-get-assigns)
8841 (verilog-modi-get-consts, verilog-modi-get-gparams)
8842 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
8843 (verilog-modi-get-sub-inputs): Move inline functions earlier in
8844 the file.
8845 (sigs-in, sigs-out): Don't declare multiple times.
8846 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
8847 `defvar'.
8848 (verilog-auto): Call dinotrace-unannotate-all only if bound.
8849 (verilog-module-inside-filename-p): No need to wrap fboundp test
8850 in condition-case.
8851 (reporter-submit-bug-report): Autoload it.
8852 (verilog-mark-defun): Call zmacs-activate-region only if bound.
8853 (verilog-font-customize): Call customize-apropos only if bound.
8854 (verilog-getopt-flags, verilog-auto-reeval-locals):
8855 Use make-local-variable rather than make-variable-buffer-local.
8856 (verilog-company, verilog-project, verilog-modi-cache-list):
8857 Move make-variable-buffer-local calls to top-level.
8858 (font-lock-defaults-alist): Don't define it.
8859 (verilog-need-fld): Remove.
8860 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
8861 (verilog-mode): Only call make-local-hook on XEmacs.
8862 Set font-lock-defaults rather than using verilog-font-lock-init.
8863
8864 2007-12-17 Andreas Schwab <schwab@suse.de>
8865
8866 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
8867 Fix comment typo.
8868
8869 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
8870
8871 * net/dbus.el (dbus-name-owner-changed-handler):
8872 Use `dbus-unregister-signal' for removing old rules.
8873 Obey new structure of `dbus-registered-functions-table'.
8874
8875 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
8876
8877 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
8878
8879 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8880
8881 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8882 function.
8883 (add-submenu): Only define for XEmacs.
8884 (verilog-regexp-words): Revert previous change, keep the other
8885 definition.
8886
8887 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8888
8889 * progmodes/perl-mode.el (perl-continued-statement-offset)
8890 (perl-continued-brace-offset, perl-brace-offset)
8891 (perl-brace-imaginary-offset, perl-label-offset):
8892 * progmodes/cperl-mode.el (cperl-brace-offset)
8893 (cperl-continued-brace-offset, cperl-label-offset)
8894 (cperl-continued-statement-offset)
8895 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
8896 Add safe-local-variable properties.
8897
8898 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 * progmodes/verilog-mode.el (verilog-mode-map)
8901 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
8902 (verilog-colorize-include-files): Use only overlay functions so
8903 that it can work on both emacs and XEmacs.
8904 (set-extent-keymap): Remove unused defun.
8905 (verilog-kill-existing-comment, verilog-insert-date)
8906 (verilog-insert-year): Rename in order not to pollute the global
8907 namespace from kill-existing-comment, insert-date and
8908 insert-year, respectively.
8909 (verilog-set-auto-endcomments, verilog-header): Update callers.
8910
8911 * files.el (auto-mode-alist): Recognize verilog files.
8912
8913 * progmodes/verilog-mode.el (verilog-string-replace-matches)
8914 (verilog-string-remove-spaces, verilog-re-search-forward)
8915 (verilog-re-search-backward, verilog-re-search-forward-quick)
8916 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
8917 (verilog-get-end-of-line, verilog-within-string): Move definitions
8918 before first use. No code changes.
8919
8920 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8921
8922 * progmodes/verilog-mode.el (verilog-mode-version)
8923 (verilog-mode-release-date): Don't use expanding keywords.
8924 (provide): Move to the end of file.
8925 (fboundp): Don't check if eval-when-compile is bound, it is used
8926 later in the file without checking.
8927 (when, unless): Copy definitions from subr.el.
8928 (char-before, defcustom, defface, customize-group)
8929 (verilog-batch-error-wrapper): Don't use old style backquotes.
8930 (verilog-regexp-opt): Avoid using the cl function case.
8931 (verilog-regexp-words): Remove duplicated definition.
8932 (verilog-mode-abbrev-table): Remove, duplicate.
8933 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
8934 Declare and initialize in one step.
8935 (verilog-declaration-prefix-re, verilog-declaration-re)
8936 (verilog-end-of-statement, verilog-indent-declaration)
8937 (verilog-get-lineup-indent): Remove trailing whitespace.
8938 (verilog-mode): Fix autoload cookie.
8939 Set beginning-of-defun-function and end-of-defun-function. Use when
8940 instead of if.
8941 (verilog-emacs-features, verilog-auto-ascii-enum)
8942 (verilog-insert-indices): Escape braces in doc strings.
8943
8944 2007-12-08 Michael McNamara <mac@verilog.com>
8945 Wilson Snyder <wsnyder@wsnyder.org>
8946
8947 * progmodes/verilog-mode.el: New file.
8948
8949 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
8950
8951 * international/latexenc.el (latexenc-find-file-coding-system):
8952 If both coding-system-for-write and buffer-file-coding-system of
8953 latex-main-file are nil, use `undecided'.
8954
8955 2007-12-06 Jason Rumney <jasonr@gnu.org>
8956
8957 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
8958
8959 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8960
8961 * files.el (revert-buffer): Docstring fix.
8962
8963 2007-12-11 Glenn Morris <rgm@gnu.org>
8964
8965 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
8966
8967 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
8968
8969 * calc/calc-aent.el (math-restore-underscores)
8970 (math-string-restore-underscores): New functions.
8971 (math-read-factor): Properly check variable names with underscores
8972 for entries in `math-expr-variable-mapping'.
8973
8974 * calc/calc-lang.el (math-lang-name): New property name.
8975
8976 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
8977 to set language name.
8978
8979 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8980
8981 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8982
8983 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * server.el (server-select-display): Fix important typo.
8986 (server-process-filter): Turn a "" display into nil.
8987
8988 2007-12-09 Juri Linkov <juri@jurta.org>
8989
8990 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
8991 Check search-upper-case before calling isearch-no-upper-case-p
8992 to set case-fold-search.
8993 (occur): Doc fix.
8994 (occur-1, perform-replace): Check search-upper-case before calling
8995 isearch-no-upper-case-p to set case-fold-search.
8996
8997 * isearch.el (search-upper-case): Doc fix.
8998 (isearch-mode-map): Bind `M-s o' to isearch-occur.
8999 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
9000 (isearch-query-replace-regexp): Doc fix.
9001 (isearch-occur): New function.
9002
9003 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9004
9005 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
9006 backward compatibility.
9007
9008 * net/imap.el (imap-string-to-integer): New function.
9009
9010 2007-12-09 David Kastrup <dak@gnu.org>
9011
9012 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
9013 directories. Not sure anybody uses this anymore, though.
9014
9015 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9016
9017 * printing.el: Fix pr-interface-map initialization code.
9018 (pr-version): New version 6.9.3.
9019 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
9020 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
9021 (pr-f-read-string): Replace by pr-read-string.
9022 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
9023 name.
9024 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
9025
9026 2007-12-09 Glenn Morris <rgm@gnu.org>
9027
9028 * emulation/viper-init.el (top-level): Use dolist rather than mapc
9029 in make-variable-frame-local call.
9030
9031 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9032
9033 * mail/hashcash.el (declare-function):
9034 * net/imap.el (declare-function): New no-op macro for backward
9035 compatibility.
9036
9037 2007-12-08 Eli Zaretskii <eliz@gnu.org>
9038
9039 Sync makefile.w32-in with Makefile.in.
9040
9041 * makefile.w32-in (check-declare): New target.
9042 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
9043 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
9044 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
9045 ($(lisp)/progmodes/cc-mode.elc): Use it.
9046 ($(lisp)/progmodes/cc-mode.elc): New rule.
9047
9048 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9049
9050 * indent.el (tab-stop-list): Mark as safe-local-variable.
9051
9052 * generic-x.el (etc-sudoers-generic-mode): New mode.
9053 (generic-unix-modes): Add it.
9054
9055 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
9056
9057 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
9058 apply wildcards in a hash table key; there is no usable hash code then.
9059 (dbus-registered-functions-table): Use `equal' as test function.
9060 (dbus-name-owner-changed-handler): Rewrite due to new hash table
9061 structure.
9062
9063 2007-12-08 Martin Rudalics <rudalics@gmx.at>
9064
9065 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
9066 bound error in block comment branch.
9067
9068 2007-12-08 David Kastrup <dak@gnu.org>
9069
9070 * textmodes/reftex.el (reftex-select-with-char):
9071 * textmodes/reftex-toc.el (reftex-toc-do-promote)
9072 (reftex-toc-visit-location, reftex-toc-find-section):
9073 * textmodes/reftex-index.el (reftex-index-show-entry):
9074 * textmodes/org.el (org-cycle-hide-archived-subtrees)
9075 (org-table-rotate-recalc-marks, org-mark-ring-push)
9076 (org-follow-info-link, org-mhe-get-message-folder-from-index)
9077 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
9078 (org-evaluate-time-range, org-edit-agenda-file-list):
9079 * textmodes/artist.el (artist-select-next-op-in-list)
9080 (artist-select-prev-op-in-list):
9081 * term/mac-win.el (mac-service-insert-text):
9082 * startup.el (fancy-about-screen):
9083 * progmodes/vhdl-mode.el (vhdl-decision-query):
9084 * progmodes/idlwave.el (idlwave-template)
9085 (idlwave-scroll-completions, idlwave-display-completion-list):
9086 * progmodes/ebrowse.el (ebrowse-show-progress):
9087 * progmodes/cperl-mode.el (cperl-find-pods-heres):
9088 * progmodes/antlr-mode.el (antlr-insert-option-do):
9089 * play/mpuz.el (mpuz-close-game):
9090 * net/rcirc.el (rcirc-next-active-buffer):
9091 * mail/reporter.el (reporter-update-status):
9092 * kmacro.el (kmacro-display):
9093 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9094 * emulation/viper-util.el (viper-save-setting):
9095 * emacs-lisp/lisp-mnt.el (lm-verify):
9096 * emacs-lisp/edebug.el (edebug-set-mode):
9097 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
9098 * calendar/calendar.el (calendar-print-day-of-year):
9099 * calc/calcalg3.el (calc-curve-fit):
9100 * calc/calcalg2.el (math-integral):
9101 * calc/calc.el (calc-read-key-sequence, calc-version):
9102 * calc/calc-mode.el (calc-set-simplify-mode):
9103 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
9104
9105 2007-12-07 D. Goel <deego3@gmail.com>
9106
9107 * progmodes/idlw-shell.el (idlwave-shell-display-line)
9108 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
9109 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
9110 * mail/uce.el (uce-reply-to-uce)
9111 * progmodes/vhdl-mode.el (vhdl-template-modify)
9112 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
9113 to `error' (as suggested by RMS.)
9114
9115 2007-12-07 Glenn Morris <rgm@gnu.org>
9116
9117 * allout.el (allout-write-file-hook-handler):
9118 * textmodes/reftex.el (reftex-TeX-master-file):
9119 * textmodes/reftex-parse.el (reftex-short-context):
9120 Revert previous change.
9121
9122 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
9125 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
9126 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9127 (dbus-event-service-name, dbus-event-path-name)
9128 (dbus-event-interface-name, dbus-event-member-name): Fix for new
9129 event structure.
9130 (dbus-list-activatable-names, dbus-list-names)
9131 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
9132 Reorder `dbus-call-method' arguments.
9133
9134 2007-12-06 D. Goel <deego3@gmail.com>
9135
9136 * allout.el (allout-write-file-hook-handler):
9137 * textmodes/reftex.el (reftex-TeX-master-file):
9138 * textmodes/org.el (org-paste-subtree):
9139 * progmodes/vhdl-mode.el (vhdl-template-modify):
9140 * progmodes/idlw-shell.el (idlwave-shell-send-command)
9141 (idlwave-shell-display-line):
9142 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
9143 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9144 * net/trampver.el (x):
9145 * mail/uce.el (uce-reply-to-uce):
9146 * mail/rmailout.el (rmail-output):
9147 * mail/feedmail.el (feedmail-dump-message-to-queue):
9148 * whitespace.el (whitespace-write-file-hook):
9149 * wdired.el (wdired-check-kill-buffer):
9150 * vc.el (vc-update):
9151 * vc-mcvs.el (vc-mcvs-checkin):
9152 * vc-cvs.el (vc-cvs-checkin):
9153 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
9154 * ibuffer.el (ibuffer-current-buffer):
9155 * dired.el (dired-move-to-end-of-filename):
9156 * bindings.el (complete-symbol):
9157 * textmodes/org-publish.el (org-publish-file):
9158 (org-publish-current-project):
9159 * textmodes/reftex-parse.el (reftex-short-context):
9160 * textmodes/texinfmt.el: Fix buggy calls to `error'.
9161
9162 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * doc-view.el (doc-view-dvi->pdf-sentinel)
9165 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
9166 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
9167 within a sentinel or timer.
9168 (doc-view-display): Don't try to display before the requested page
9169 is available, unless told to do so explicitly.
9170 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
9171 Force display even if the requested page is not available.
9172
9173 2007-12-06 Richard Stallman <rms@gnu.org>
9174
9175 * help-fns.el (describe-function-1): Call ad-get-advice-info
9176 only on symbols.
9177
9178 2007-12-06 Glenn Morris <rgm@gnu.org>
9179
9180 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
9181 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
9182 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
9183 faces in non-light-background case.
9184
9185 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
9186 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
9187 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
9188 * emulation/vi.el, emulation/viper-cmd.el:
9189 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
9190 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
9191 * textmodes/fill.el: Remove directory part from filenames in
9192 function declarations.
9193
9194 * dired-aux.el (mailcap-mime-info): Update declaration.
9195
9196 2007-12-05 Richard Stallman <rms@gnu.org>
9197
9198 * wid-edit.el (widget-type): Doc fix.
9199
9200 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9203 Don't match "sub { (...) ... }".
9204
9205 2007-12-05 Richard Stallman <rms@gnu.org>
9206
9207 * international/mule-cmds.el (toggle-input-method-active): New var.
9208 (toggle-input-method): Bind toggle-input-method-active to t.
9209 Error if it was already non-nil.
9210
9211 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
9212
9213 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9214
9215 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
9216
9217 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
9218 see if certs should be verified and what is to be done in the
9219 event of a verification failure.
9220
9221 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
9222
9223 * net/tls.el (tls-program): Provide more custom choices from
9224 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
9225 (tls-process-connection-type, tls-success): Remove "*" in doc string.
9226 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9227 version. Minor improvement to doc strings.
9228 (tls-program): Add comment.
9229
9230 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
9231
9232 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9233 (tls-checktrust): New variable. Check if GNU TLS complained about a
9234 mismatch between the hostname provided in the certificate and the name
9235 of the host connnecting to.
9236 (open-tls-stream): Use them. Check certificates against trusted root
9237 certificates.
9238
9239 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
9240
9241 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9242 (imap-parse-status): Upcase status-att for broken servers that sends
9243 them lower-case (e.g., MS Exchange 2007).
9244
9245 2007-12-05 D. Goel <deego3@gmail.com>
9246
9247 * simple.el (undo):
9248 * image-dired.el (image-dired-display-thumb-properties):
9249 (image-dired-modify-mark-on-thumb-original-file):
9250 (image-dired-dired-display-properties):
9251 * help.el (help-window-display-message):
9252 * files.el (hack-local-variables-confirm):
9253 * ediff.el (ediff-version):
9254 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
9255 `message' and `error': Ensure that first arg is a format string.
9256
9257 * emacs-lisp/find-func.el (find-library-name): Prefer files with
9258 ".el" suffix over "".
9259
9260 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
9261
9262 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
9263 interface and member fields.
9264
9265 2007-12-05 Glenn Morris <rgm@gnu.org>
9266
9267 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
9268 (pcomplete-here): Autoload it.
9269
9270 * eshell/em-basic.el (print-func): No need to define for compiler.
9271
9272 * eshell/esh-cmd.el (eshell-debug-command):
9273 * eshell/esh-io.el (eshell-print): Move definitions before use.
9274
9275 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
9276
9277 * eshell/esh-util.el (top-level): Don't require pp.
9278 Use condition-case rather than ignore-errors.
9279
9280 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
9281
9282 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
9283 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9284 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
9285 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
9286 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
9287 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
9288 * eshell/esh-util.el, eshell/eshell.el: Require individual files
9289 if needed when compiling, rather than esh-maint. Collect any
9290 require statements. Move provide statement to end. Move any
9291 commentary to start.
9292
9293 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
9294 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
9295 * eshell/esh-proc.el, eshell/esh-var.el:
9296 Require individual files if needed when compiling, rather than
9297 esh-maint. Collect any require statements. Leave provide at start.
9298 Move any commentary to start.
9299
9300 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9301 Remove declared function from byte-compile-noruntime-functions.
9302
9303 * ediff-util.el (ediff-version):
9304 * progmodes/python.el (compilation-shell-minor-mode):
9305 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
9306 (calendar-bahai-date-string, calendar-check-holidays)
9307 (calendar-chinese-date-string, calendar-coptic-date-string)
9308 (calendar-ethiopic-date-string, calendar-forward-day)
9309 (calendar-french-date-string, calendar-goto-date)
9310 (calendar-goto-today, calendar-hebrew-date-string)
9311 (calendar-islamic-date-string, calendar-iso-date-string)
9312 (calendar-julian-date-string, calendar-mayan-date-string)
9313 (calendar-persian-date-string, gnus-summary-last-subject)
9314 (parse-time-string, rmail-show-message): Declare as functions.
9315
9316 2007-12-05 Michael Olson <mwolson@gnu.org>
9317
9318 * textmodes/remember.el: Merge contents of remember-diary.el here,
9319 updating header. Add autoload cookie so that byte-compilation
9320 works without warning.
9321 (remember-diary-file): Default to nil, since diary might not yet
9322 be loaded at this point, which would deny us access to diary-file.
9323 (remember-diary-extract-entries): If remember-diary-file is nil,
9324 then use diary-file instead.
9325
9326 * textmodes/remember-diary.el: Remove, due to the issue of needing
9327 the first 8 characters of a filename to be unique.
9328
9329 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/dbus.el (dbus-hash-table=): New defun.
9332 (dbus-hash-table-test): New hash table test function, used in
9333 `dbus-registered-functions-table'.
9334 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9335 (dbus-event-service-name, dbus-event-path-name)
9336 (dbus-event-interface-name, dbus-event-member-name):
9337 Rewrite, due to new structure of `dbus-event'.
9338
9339 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
9340
9341 * ido.el (ido-save-history): Set the `coding' local
9342 variable in the first line of the file.
9343
9344 2007-12-04 Glenn Morris <rgm@gnu.org>
9345
9346 * password-cache.el: Move here from gnus/password.el.
9347 (top-level): Don't require cl when compiling.
9348 (password-read-and-add): Doc fix. Make obsolete.
9349
9350 * net/tramp.el: Require password-cache or password.
9351
9352 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
9353 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
9354 compiling.
9355 (cua-set-rectangle-mark): Add doc string to autoload.
9356 (cua--rectangle, cua--last-killed-rectangle)
9357 (cua--global-mark-active): Always define for compiler.
9358 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
9359 (cua--delete-rectangle, cua--insert-rectangle)
9360 (cua--rectangle-corner, cua--rectangle-assert)
9361 (cua--insert-at-global-mark, cua--global-mark-post-command):
9362 Declare as functions.
9363
9364 * emulation/cua-gmrk.el (top-level): Move provide to end.
9365
9366 * emulation/cua-rect.el (top-level): Move provide to end.
9367 Don't require cua-gmrk when compiling.
9368 (cua--cut-rectangle-to-global-mark)
9369 (cua--copy-rectangle-to-global-mark): Declare as functions.
9370
9371 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9372 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9373 (viper-vi-state-cursor-color):
9374 Consolidate make-variable-frame-local calls.
9375
9376 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
9377 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
9378 than bbdb-address-street1,2,3.
9379
9380 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9381 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
9382
9383 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
9384
9385 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9386 (imap-parse-status): Upcase status-att for servers that sends them
9387 lower-case (e.g., MS Exchange 2007).
9388
9389 2007-12-03 Karl Fogel <kfogel@red-bean.com>
9390
9391 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
9392 (save-place-alist-to-file, load-save-place-alist-from-file):
9393 Don't print non-error messages at all, there's really no need.
9394 Do print if there's a problem, and clarify message in that case.
9395
9396 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9397
9398 * ediff-diff.el (ediff-prepare-error-list):
9399 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
9400
9401 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
9402
9403 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
9404 (doc-view-current-overlay, doc-view-pending-cache-flush):
9405 Add doc string.
9406
9407 2007-12-03 Richard Stallman <rms@gnu.org>
9408
9409 * subr.el (declare-function): Move from byte-run.el.
9410
9411 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
9412
9413 * window.el (recenter-top-bottom): Don't use `ecase'.
9414
9415 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9416
9417 * saveplace.el (save-place-alist-to-file):
9418 Set coding-system-for-write once and refer to it throughout.
9419 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9420
9421 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9422
9423 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
9424 system when writing, and set it in the first-line file variables.
9425 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
9426 Juanma Barranquero.
9427
9428 2007-12-02 Glenn Morris <rgm@gnu.org>
9429
9430 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9431 Reverse branches of if statement.
9432
9433 * emulation/viper-cmd.el (top-level): Don't require advice.
9434 Don't load viper-util, viper-keym, viper-mous, viper-macs,
9435 viper-ex when compiling.
9436
9437 * emulation/viper-ex.el (top-level): Don't load viper-util,
9438 viper-keym when compiling.
9439
9440 * emulation/viper-init.el (top-level): Move provide statement to end.
9441
9442 * emulation/viper-keym.el (top-level): Don't load viper-util when
9443 compiling. Move provide statement to end.
9444
9445 * emulation/viper-macs.el (top-level): Don't load viper-util,
9446 viper-keym, viper-mous when compiling.
9447
9448 * emulation/viper-mous.el (top-level): Don't load viper-util when
9449 compiling.
9450
9451 * emulation/viper-util.el (top-level): Don't load viper-init when
9452 compiling.
9453
9454 * emulation/viper.el (top-level): Don't require ring.
9455 Don't load viper-init, viper-cmd when compiling.
9456
9457 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
9458 Move here from gnus/.
9459
9460 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9461
9462 Offer option for saveplace to be quiet about loading and saving.
9463 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9464
9465 * saveplace.el (save-place-quiet): New customizable boolean.
9466 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
9467 to determine whether to print loading/saving messages.
9468
9469 2007-12-02 Glenn Morris <rgm@gnu.org>
9470
9471 * mail/binhex.el: Move here from gnus/.
9472 (binhex): New custom group.
9473 (binhex-decoder-program, binhex-decoder-switches)
9474 (binhex-use-external): Move to the binhex custom group.
9475
9476 * mail/uudecode.el: Move here from gnus/.
9477 (uudecode): New custom group.
9478 (uudecode-decoder-program, uudecode-decoder-switches)
9479 (uudecode-use-external): Move to the uudecode custom group.
9480
9481 * net/netrc.el (top-level): Don't load `encrypt' features.
9482 (netrc-parse): Don't use encrypt.
9483 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9484
9485 * progmodes/python.el (top-level): Don't require cl when compiling.
9486
9487 2007-12-02 Agust\e$(Q)c\e(Bn Mart\e$(Q)c\e(Bn <agustin.martin@hispalinux.es>
9488
9489 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
9490 encoding for aspell process and for communication with it.
9491 Only add "-d" option if not already present.
9492 Use ispell-current-dictionary and ispell-current-personal-dictionary.
9493 General reorganization.
9494
9495 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
9496 encoding here.
9497 (ispell-start-process): Explicitly set encoding here if using aspell.
9498
9499 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
9500
9501 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
9502 function to log-edit.
9503
9504 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
9505
9506 * net/dbus.el: New file.
9507
9508 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
9509
9510 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
9511 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
9512 (calc-lang-parens-are-subscripts): New variables.
9513 (math-expr-special-function-mapping): Remove variable.
9514 (math-eqn-ignore-words, math-tex-ignore-words)
9515 (math-latex-ignore-words): Move to calc-lang.el.
9516
9517 * calc/calc-lang.el (math-compose-vector, math-compose-var)
9518 (math-tex-expr-is-flat): Declare as functions.
9519 (calc-lang-slash-idiv, calc-lang-allow-underscores)
9520 (math-comp-left-bracket, math-comp-right-bracket)
9521 (math-comp-comma, math-comp-vector-prec): Declare as variables.
9522 (math-var-formatter, math-matrix-formatter)
9523 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
9524 (math-punc-table, math-compose-subscr, math-dots)
9525 (math-func-formatter): New property names to store language
9526 specific information.
9527 (math-compose-tex-var, math-compose-tex-intv)
9528 (math-compose-maple-intv, math-compose-eqn-intv)
9529 (math-compose-tex-sum, math-compose-tex-func)
9530 (math-compose-tex-intv): New functions.
9531 (math-eqn-ignore-words, math-tex-ignore-words)
9532 (math-latex-ignore-words): Move from calc.el.
9533 (math-special-function-table): Add entries for tex.
9534 (calc-lang-slash-idiv, calc-lang-allows-underscores):
9535 New variables.
9536 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
9537 (math-compose-tex-matrix, math-compose-eqn-matrix)
9538 (math-eqn-special-functions): Move from calccomp.el.
9539
9540 * calc/calccomp.el (math-compose-var): New function.
9541 (math-compose-expr): Allow more special functions to be used.
9542 Change test for formatting fractions. Use variables and property
9543 names to help with language specific formatting.
9544 (math-compose-tex-matrix, math-compose-eqn-matrix)
9545 (math-eqn-special-functions): Move to calc-lang.el.
9546 (math-compose-rows): Use property names to help with language
9547 specific formatting.
9548
9549 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
9550 into nested subscripts.
9551 (math-read-token): Use variables and property names to help with
9552 language specific parsing.
9553 (math-read-expression-level): Use variables to help with language
9554 specific parsing.
9555
9556 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
9559 (archive-rar-summarize): Allow the file name to be passed as argument.
9560 Remove unused vars `header' and `footer'.
9561 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
9562
9563 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9564
9565 * log-edit.el (log-edit-show-diff): New function.
9566 (log-edit-mode-map, log-edit-menu): Bind it.
9567 (log-edit-diff-function): New variable.
9568 (log-edit): Change the 3rd param to be an alist and accept a
9569 function that computes a diff for the files involved.
9570
9571 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
9572
9573 2007-12-01 Martin Rudalics <rudalics@gmx.at>
9574
9575 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
9576 wrap next-/previous-line in with-no-warnings.
9577
9578 2007-12-01 Glenn Morris <rgm@gnu.org>
9579
9580 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
9581
9582 * net/dig.el: Move here from gnus/.
9583 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
9584
9585 * net/dns.el: Move here from gnus/.
9586 (top-level): Don't require mm-util, or cl when compiling.
9587 (dns-write-name, dns-read, dns-read-type, query-dns):
9588 Replace mm-with-unibyte-buffer with its expansion.
9589 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
9590
9591 * progmodes/gdb-ui.el (gud-remove, gud-break):
9592 * progmodes/gud.el (gdb-create-define-alist)
9593 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
9594 (hl-line-highlight, gdb-display-source-buffer)
9595 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
9596 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
9597
9598 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9599
9600 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
9601 Move args on defun line.
9602
9603 * textmodes/org.el (org-calendar-holiday):
9604 Use calendar-check-holidays instead of the obsolete
9605 check-calendar-holidays.
9606 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
9607 (bbdb-company, bbdb-current-record, bbdb-name)
9608 (bbdb-record-getprop, bbdb-record-name)
9609 (bibtex-beginning-of-entry, bibtex-generate-autokey)
9610 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
9611 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
9612 (mh-find-path, mh-get-header-field, mh-get-msg-num)
9613 (mh-header-display, mh-index-previous-folder)
9614 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
9615 (mh-show-buffer-message-number, mh-show-header-display)
9616 (mh-show-msg, mh-show-show, mh-visit-folder)
9617 (org-export-latex-cleaned-string, remember)
9618 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
9619 (rmail-what-message, elmo-folder-exists-p)
9620 (elmo-message-entity-field, elmo-message-field)
9621 (vm-beginning-of-message, vm-follow-summary-cursor)
9622 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
9623 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
9624 (vm-summarize, wl-folder-get-elmo-folder)
9625 (wl-summary-goto-folder-subr)
9626 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
9627 (wl-summary-line-subject, wl-summary-message-number)
9628 (wl-summary-redisplay): Declare as functions.
9629
9630 2007-11-30 Martin Rudalics <rudalics@gmx.at>
9631
9632 * longlines.el (longlines-show-hard-newlines): Remove handling of
9633 buffer-undo-list and buffer-modified status.
9634 (longlines-show-region, longlines-unshow-hard-newlines):
9635 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
9636 inhibit-modification-hooks here to avoid that a buffer appears
9637 modified when toggling visibility of hard newlines.
9638
9639 2007-11-30 Glenn Morris <rgm@gnu.org>
9640
9641 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
9642
9643 * progmodes/idlw-complete-structtag.el
9644 (idlwave-sintern-structtag):
9645 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
9646 (idlwave-sintern-sysvartag):
9647 * progmodes/idlwave.el (idlwave-sintern-class-tag)
9648 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
9649 functions.
9650
9651 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9652
9653 * textmodes/reftex-index.el (texmathp):
9654 * textmodes/reftex-auc.el (TeX-argument-insert)
9655 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
9656 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
9657 (LaTeX-label-list):
9658 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
9659 (rng-clear-conditional-region, rng-do-some-validation): Declare as
9660 functions.
9661 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
9662
9663 2007-11-30 Glenn Morris <rgm@gnu.org>
9664
9665 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
9666 argument and document it.
9667
9668 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9669 Third argument to declare-function must be a list to specify arglist.
9670
9671 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
9672 Handle declare-function third argument `t' and fourth argument.
9673 (check-declare-verify): Doc fix. Handle `fileonly' case.
9674 Use progn rather than prog1.
9675
9676 * desktop.el (uniquify-item-base):
9677 * term/mac-win.el (url-type): Declare as functions.
9678
9679 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
9680 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
9681 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
9682 fourth arg to declare-function.
9683
9684 * play/dunnet.el: Don't require cl when compiling.
9685 (byte-compile-warnings): Set via file local variables.
9686 (dun-parse): Let-bind `beg' and `line'.
9687
9688 2007-11-29 Alexandre Julliard <julliard@winehq.org>
9689
9690 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
9691
9692 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9693
9694 * calendar/time-date.el (encode-time-value): Doc fix.
9695
9696 2007-11-29 Glenn Morris <rgm@gnu.org>
9697
9698 * calendar/time-date.el (with-decoded-time-value): Doc fix.
9699
9700 * textmodes/css-mode.el (prog-mode): Remove.
9701 (css-mode): Derive from fundamental-mode rather than prog-mode.
9702
9703 * emacs-lisp/byte-run.el (declare-function): Doc fix.
9704
9705 * emacs-lisp/check-declare.el (check-declare-locate)
9706 (check-declare-verify): Handle `external' files.
9707 (check-declare-errmsg): New function.
9708 (check-declare-verify, check-declare-file, check-declare-directory):
9709 Use check-declare-errmsg to report the number of problems.
9710
9711 * ffap.el (w3-view-this-url)
9712 * mail/mspools.el (vm-visit-folder)
9713 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
9714 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
9715 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
9716 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
9717 (bbdb-records)
9718 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
9719 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
9720 (sasl-make-client, sasl-next-step, sasl-step-data)
9721 (sasl-step-set-data)
9722 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
9723 (htmlr-step): Declare as functions.
9724
9725 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
9726 Use bbdb-address-zip rather than bbdb-address-zip-string.
9727
9728 2007-11-28 Richard Stallman <rms@gnu.org>
9729
9730 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
9731 Move here from gnus/.
9732
9733 2007-11-28 Martin Rudalics <rudalics@gmx.at>
9734
9735 * newcomment.el (comment-region-internal): Fix newline insertion
9736 in `block' case.
9737
9738 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
9741
9742 2007-11-28 Glenn Morris <rgm@gnu.org>
9743
9744 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
9745 delete .elc files.
9746
9747 * nxml/char-name/unicode: Move to etc/nxml/.
9748 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
9749
9750 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
9751 Declare as a function.
9752
9753 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
9754 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
9755 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
9756
9757 * nxml/nxml-outln.el (nxml-token-start-tag-p)
9758 (nxml-token-end-tag-p): Move definitions before use.
9759
9760 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
9761
9762 * nxml/nxml-uchnm.el (top-level)
9763 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
9764 (nxml-enabled-unicode-blocks): Add custom group.
9765
9766 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
9767 Use string-to-number rather than string-to-int.
9768
9769 * dired-x.el (dired-omit-old-add-entry): Declare as function.
9770 Move definition before use.
9771 (dired-old-find-buffer-nocreate): Declare as function.
9772
9773 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
9774 (check-declare-verify): Handle fset.
9775
9776 * emulation/edt.el (edt-user-emulation-setup):
9777 Test edt-setup-user-bindings is bound before calling.
9778
9779 * emulation/tpu-edt.el: Don't require cl when compiling.
9780 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
9781 (tpu-edt-off): Use condition-case rather than ignore-errors.
9782 Use with-no-warnings.
9783
9784 * eshell/esh-util.el (top-level): Use require rather than load for
9785 ange-ftp.
9786
9787 * mail/supercite.el (sc-version): Redefine as an alias for
9788 emacs-version.
9789 (sc-help-address): Remove.
9790 (sc-version): Use emacs-version rather than sc-version.
9791 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
9792
9793 * net/socks.el (socks-original-open-network-stream): Declare as
9794 function. Move definition before use.
9795
9796 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
9797
9798 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
9799 (math-make-frac): Declare as functions.
9800
9801 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
9802
9803 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
9804 Pacify byte compiler.
9805 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
9806
9807 * progmodes/idlwave.el (idlwave-shell-get-path-info)
9808 (idlwave-shell-temp-file, idlwave-shell-is-running)
9809 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
9810 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
9811 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
9812 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
9813 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
9814 (idlwave-completing-read, idlwave-current-routine)
9815 (idlwave-downcase-safe, idlwave-entry-find-keyword)
9816 (idlwave-expand-keyword, idlwave-find-class-definition)
9817 (idlwave-find-inherited-class, idlwave-find-struct-tag)
9818 (idlwave-get-buffer-visiting, idlwave-in-quote)
9819 (idlwave-make-full-name, idlwave-members-only)
9820 (idlwave-popup-select, idlwave-routine-source-file)
9821 (idlwave-routines, idlwave-sintern-class)
9822 (idlwave-sintern-keyword, idlwave-sintern-method)
9823 (idlwave-sintern-routine-or-method)
9824 (idlwave-substitute-link-target, idlwave-sys-dir)
9825 (idlwave-this-word, idlwave-what-module-find-class)
9826 (idlwave-where):
9827 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
9828 * mail/uce.el (rmail-msg-is-pruned)
9829 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
9830 (rmail-toggle-header):
9831 * mail/sendmail.el (dired-view-file, dired-get-filename):
9832 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
9833 (rmail-display-labels, rmail-msgbeg)
9834 (rmail-set-message-deleted-p, rmail-message-labels-p)
9835 (rmail-show-message, mail-comma-list-regexp)
9836 (mail-parse-comma-list):
9837 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
9838 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
9839 (rfc822-addresses, mail-abbrev-make-syntax-table)
9840 (mail-sendmail-delimit-header, mail-header-end):
9841 * mail/hashcash.el (message-narrow-to-headers-or-head)
9842 (message-fetch-field, message-goto-eoh)
9843 (message-narrow-to-headers):
9844 * vc.el (view-mode-exit): Declare as functions.
9845
9846 * mail/vms-pmail.el:
9847 * vmsproc.el:
9848 * vms-patch.el: Don't byte compile these files, they don't work.
9849
9850 2007-11-27 Glenn Morris <rgm@gnu.org>
9851
9852 * calc/calc-ext.el (math-read-big-rec):
9853 * calc/calc-nlfit.el (math-map-binop):
9854 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
9855
9856 * eshell/eshell.el (eshell-report-bug): Add version number of
9857 obsolescence.
9858
9859 * emulation/viper.el, emulation/viper-util.el,
9860 emulation/viper-macs.el, emulation/viper-keym.el,
9861 emulation/viper-ex.el, emulation/viper-cmd.el:
9862 Load viper-*.el files silently.
9863
9864 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
9865 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
9866 Load ediff-*.el files silently.
9867
9868 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
9869 compiling.
9870 (Info-goto-node): Declare as a function.
9871
9872 * ediff-init.el: Don't load ange-ftp when compiling.
9873 * ediff-util.el: Don't load reporter when compiling.
9874
9875 * ediff-wind.el (ediff-display-pixel-width)
9876 (ediff-display-pixel-height):
9877 * generic-x.el (ini-generic-mode):
9878 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
9879 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9880 (ps-mule-initialize, ps-mule-begin-job):
9881 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
9882 (mark-calendar-days-named):
9883 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
9884 (add-to-diary-list, diary-name-pattern)
9885 (mark-calendar-days-named):
9886 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
9887 (mark-calendar-days-named):
9888 * calendar/cal-x.el (make-fancy-diary-buffer):
9889 * calendar/holidays.el (calendar-absolute-from-julian):
9890 * calendar/todo-mode.el (calendar-current-date):
9891 * calendar/cal-menu.el (calendar-increment-month)
9892 (calendar-month-name, extract-calendar-year)
9893 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
9894 (calendar-current-date, calendar-cursor-holidays)
9895 (calendar-date-string, insert-diary-entry, calendar-set-mark)
9896 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9897 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9898 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
9899 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
9900 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
9901 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
9902 (calendar-day-of-year-string, calendar-iso-date-string)
9903 (calendar-julian-date-string, calendar-astro-date-string)
9904 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
9905 (calendar-persian-date-string, calendar-bahai-date-string)
9906 (calendar-islamic-date-string, calendar-chinese-date-string)
9907 (calendar-coptic-date-string, calendar-ethiopic-date-string)
9908 (calendar-french-date-string, calendar-mayan-date-string)
9909 (calendar-print-chinese-date, calendar-goto-date):
9910 Declare as functions.
9911
9912 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
9913 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
9914
9915 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
9916 aliases for report-emacs-bug.
9917 (gnus-summary-select-article, gnus-configure-windows): Declare as
9918 functions.
9919
9920 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
9921 compiler.
9922
9923 * pgg.el (pgg-clear-string): Declare as a function.
9924 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
9925 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
9926
9927 * emacs-lisp/check-declare.el (check-declare-locate):
9928 Handle compressed files.
9929 (check-declare-verify): Handle define-generic-mode,
9930 define-global(ized)-minor-mode, define-obsolete-function-alias.
9931
9932 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
9933
9934 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
9935 algebraic modes.
9936
9937 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
9938 (math-is-true, calc-explain-why, calc-alg-edit)
9939 (math-composite-inequalities, math-flatten-lands)
9940 (math-multi-subst, calcFunc-vmatches, math-simplify)
9941 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
9942 (math-read-string, math-read-brackets, math-read-angle-brackets):
9943 Declare as functions.
9944
9945 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
9946 (calc-fit-bell-shaped-logistic-curve)
9947 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
9948 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
9949 (math-max-list): Declare as functions.
9950 (math-map-binop): New function.
9951 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
9952
9953 * calc/calc.el (calc-set-language, calc-edit-finish)
9954 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
9955 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
9956 (math-lessp, calc-embedded-finish-command)
9957 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
9958 (calc-push-list-in-macro, calc-replace-selections)
9959 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
9960 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
9961 (calc-embedded-stack-change, calc-refresh-evaltos)
9962 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
9963 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
9964 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
9965 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
9966 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
9967 (math-dimension-error, calc-incomplete-error, math-float-fancy)
9968 (math-neg-fancy, math-zerop, calc-add-fractions)
9969 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
9970 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
9971 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
9972 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
9973 (math-compose-expr, math-comp-width, math-composition-to-string)
9974 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
9975 (math-adjust-fraction, math-format-binary, math-format-radix)
9976 (math-group-float, math-mod, math-format-number-fancy)
9977 (math-format-bignum-fancy, math-read-number-fancy)
9978 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
9979 (calc-do-embedded-activate, math-do-defmath)
9980 (calc-load-everything): Declare as functions.
9981
9982 * calc/calc-ext.el (math-clip, math-round, math-simplify)
9983 (math-simplify-extended, math-simplify-units, calc-set-language)
9984 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
9985 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
9986 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
9987 (math-normalize-hms, math-normalize-mod, math-make-sdev)
9988 (math-make-intv, math-normalize-logical-op, math-possible-signs)
9989 (math-infinite-dir, math-calcFunc-to-var)
9990 (calc-embedded-evaluate-expr, math-known-nonzerop)
9991 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
9992 (math-format-date, math-vector-is-string, math-vector-to-string)
9993 (math-format-radix-float, math-compose-expr, math-abs)
9994 (math-format-bignum-binary, math-format-bignum-octal)
9995 (math-format-bignum-hex, math-format-bignum-radix)
9996 (math-compute-max-digits): Declare as functions.
9997 (math-provably-realp): Fix typo.
9998
9999 * calc/calc-forms.el (calendar-current-time-zone)
10000 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
10001 functions.
10002
10003 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
10004
10005 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
10006 Declare as functions.
10007
10008 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
10009 (math-posp, math-compare, math-bignum, math-compare-bignum):
10010 Declare as functions.
10011
10012 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
10013 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
10014 (calc-explain-why, calc-clear-command-flag)
10015 (calc-roll-down-with-selections, calc-roll-up-with-selections)
10016 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
10017 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
10018 (math-trunc-special, math-trunc-fancy, math-floor-special)
10019 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
10020 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
10021 (math-pow-zero, math-pow-fancy): Declare as functions.
10022
10023 * calc/calc-mode.el (calc-embedded-save-original-modes):
10024 Declare as a function.
10025
10026 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
10027 Declare as functions.
10028 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
10029 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
10030 Replace `mapcar*' by `math-map-binop'.
10031 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
10032
10033 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
10034 (math-read-expr-level): Declare as functions.
10035
10036 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
10037
10038 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
10041 end-of-defun-function is called consistently, even for negative
10042 arguments.
10043 (end-of-defun-function): Default to forward-sexp.
10044
10045 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
10046
10047 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10048
10049 2007-11-26 Glenn Morris <rgm@gnu.org>
10050
10051 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
10052 than :suffix.
10053
10054 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10055
10056 2007-11-26 Simon Josefsson <simon@josefsson.org>
10057
10058 * net/imap.el: Move from ../gnus.
10059
10060 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10061
10062 * doc-view.el (doc-view-mode-p): New function.
10063
10064 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
10065
10066 * mail/mspools.el (rmail-get-new-mail):
10067 * mail/reporter.el (mail-position-on-field, mail-text):
10068 * mail/rmail.el (mail-position-on-field, mail-text-start)
10069 (rmail-update-summary):
10070 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
10071 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
10072 * mail/rmailout.el (rmail-update-summary):
10073 * mail/rmailsort.el (rmail-update-summary):
10074 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
10075 (dired-view-file):
10076 * mail/uce.el (mail-strip-quoted-names):
10077 * mail/undigest.el (rmail-update-summary):
10078 * mail/unrmail.el (mail-strip-quoted-names):
10079 * ediff.el (diff-latest-backup-file): Declare as functions.
10080
10081 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
10082 (kill-to-end-of-line):
10083 * obsolete/rnews.el (news-set-minor-modes):
10084 Remove non working functions.
10085
10086 2007-11-25 Glenn Morris <rgm@gnu.org>
10087
10088 * eshell/esh-maint.el (top-level): Use require with NOERROR for
10089 pcomplete. Don't mess with load-path.
10090
10091 * eshell/eshell.el (eshell-report-bug-address): Remove.
10092 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
10093
10094 2007-11-24 Glenn Morris <rgm@gnu.org>
10095
10096 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
10097 (appt-disp-window): Don't require electric.
10098 Simplify minibuffer-avoidance code.
10099 (appt-select-lowest-window): Avoid minibuffer.
10100
10101 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
10102 (esh-mode): Require it.
10103 (esh-util): Use require rather than featurep and load.
10104 (eshell): No need to test if eshell-mode is bound; remove obsolete
10105 reference to eshell-auto.
10106 (eshell-command, eshell-command-result): Don't require esh-mode
10107 now that the file does.
10108 (top-level): Move provide statement to the end of the file.
10109 Re-order and update commentary.
10110
10111 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10112
10113 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
10114 (vc-annotate-toggle-annotation-visibility): New command.
10115 (vc-annotate-mode-map): Bind "V" to it.
10116 (vc-annotate-mode-menu): Add entry for it.
10117 (vc-annotate-get-time-set-line-props): New func.
10118 (vc-annotate-display-autoscale)
10119 (vc-annotate-display-difference): Use it.
10120
10121 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
10122 Also, match one space at end of annotation text, after last paren.
10123
10124 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
10125
10126 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
10127 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
10128 `tramp-completion-mode'.
10129
10130 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10131
10132 * vc-git.el (vc-git-show-log-entry): New func.
10133
10134 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
10135 (vc-git-state): Use vc-git--call.
10136 (vc-git-registered, vc-git-working-revision)
10137 (vc-git-previous-revision, vc-git-next-revision)
10138 (vc-git--run-command-string, vc-git-symbolic-commit):
10139 Use vc-git--out-ok.
10140
10141 2007-11-24 Glenn Morris <rgm@gnu.org>
10142
10143 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10144
10145 2007-11-24 Kenichi Handa <handa@m17n.org>
10146
10147 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
10148
10149 2007-11-23 David Kastrup <dak@gnu.org>
10150
10151 * server.el (server-process-filter): Use `command-line-args-left'.
10152
10153 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
10156
10157 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
10158
10159 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
10160 buffer if the parent buffer is in vc-dired-mode.
10161
10162 2007-11-23 Mark A. Hershberger <mah@everybody.org>
10163
10164 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
10165
10166 2007-11-23 Juri Linkov <juri@jurta.org>
10167
10168 * dired.el (dired-read-dir-and-switches): For C-x d, set the
10169 value for M-n to the visited file name of the current buffer.
10170 Use minibuffer-with-setup-hook to set minibuffer-default to
10171 buffer-file-name inside read-file-name.
10172
10173 * man.el (Man-getpage-in-background): Don't disregard user option
10174 `Man-width' on non-window systems. Remove test for `window-system'
10175 around setting envvar "COLUMNS" depending on the value of `Man-width'.
10176
10177 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
10178 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
10179 of "--color=always".
10180
10181 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
10184 beginning-of-defun-function.
10185
10186 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10187
10188 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
10189
10190 2007-11-22 Glenn Morris <rgm@gnu.org>
10191
10192 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
10193
10194 * emacs-lisp/check-declare.el (check-declare-locate): New function.
10195 (check-declare-scan): Use check-declare-locate.
10196 (check-declare-verify): No longer adjust fnfile, now
10197 check-declare-locate does it.
10198
10199 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10200
10201 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * subr.el (posn-col-row): Make the `default-value' use explicit.
10204
10205 * window.el (balance-windows): Remove unused var `counter'.
10206 (bw-balance-sub): Remove unused var `lastchild'.
10207 (split-window-vertically): Remove unused var `switch'.
10208 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
10209
10210 * emacs-lisp/bytecomp.el
10211 (byte-compile-file-form-custom-declare-variable): Simplify.
10212
10213 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10214
10215 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
10216 Set `show-trailing-whitespace' to nil.
10217
10218 * dired.el (make-symbolic-link):
10219 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
10220 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
10221 * dired-x.el (make-symbolic-link):
10222 * frame.el (x-initialize-window-system):
10223 * menu-bar.el (x-menu-bar-open):
10224 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
10225 (x-store-cut-buffer-internal):
10226 * wdired.el (make-symbolic-link):
10227 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
10228 (x-send-client-message):
10229 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
10230
10231 2007-11-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
10232
10233 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
10234
10235 2007-11-22 Glenn Morris <rgm@gnu.org>
10236
10237 * dos-fns.el (int86):
10238 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
10239
10240 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
10241
10242 * calendar/holidays.el (holiday-list): Add autoload cookie.
10243
10244 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
10245 files relative to src/ directory.
10246 (check-declare-verify): Handle .c files. Warn if could not find
10247 an arglist to check.
10248
10249 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10250
10251 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10252
10253 * replace.el (occur-mode-map): Add a major mode menu with entries
10254 for all occur operations.
10255
10256 * international/titdic-cnv.el (dos-8+3-filename):
10257 * obsolete/fast-lock.el (msdos-long-file-names):
10258 * frame.el (msdos-mouse-p):
10259 * files.el (msdos-long-file-names, w32-long-file-name):
10260 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10261 (mac-resume-apple-event, mac-font-panel-mode)
10262 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10263 (mac-clear-font-name-table):
10264 * term/pc-win.el (msdos-remember-default-colors)
10265 (w16-set-clipboard-data, w16-get-clipboard-data):
10266 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10267 (set-message-beep):
10268 * net/browse-url.el (w32-shell-execute):
10269 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
10270 (w32-get-locale-info, w32-get-valid-locale-ids)
10271 (w32-set-clipboard-data):
10272 * dos-fns.el (int86, msdos-long-file-names):
10273 * dos-w32.el (default-printer-name): Declare as functions.
10274
10275 2007-11-21 Jason Rumney <jasonr@gnu.org>
10276
10277 * emacs-lisp/byte-run.el (declare-function): Return nil.
10278
10279 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
10282
10283 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10284
10285 * ps-print.el (ps-lpr-switches): Docstring fix.
10286 (ps-string-list): New fun.
10287 (ps-do-despool): Code fix.
10288
10289 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
10292
10293 2007-11-21 Glenn Morris <rgm@gnu.org>
10294
10295 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
10296 for now. Handle define-minor-mode, and defalias (with no argument
10297 checking).
10298
10299 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * frame.el (msdos-mouse-p):
10302 * files.el (msdos-long-file-names, w32-long-file-name):
10303 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10304 (mac-resume-apple-event, mac-font-panel-mode)
10305 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10306 (mac-clear-font-name-table):
10307 * term/pc-win.el (msdos-remember-default-colors)
10308 (w16-set-clipboard-data, w16-get-clipboard-data):
10309 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10310 (set-message-beep):
10311 * net/browse-url.el (w32-shell-execute):
10312 * dos-fns.el (int86, msdos-long-file-names):
10313 * dos-w32.el (default-printer-name): Undo previous change.
10314
10315 2007-11-21 Eli Zaretskii <eliz@gnu.org>
10316
10317 * international/mule-cmds.el (set-locale-environment):
10318 Set default-file-name-coding-system _after_ keyboard and terminal
10319 coding systems. This fixes last change.
10320
10321 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
10322 one space after "Subject:".
10323
10324 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
10327 in order to determine if there's a conflict.
10328
10329 2007-11-21 Richard Stallman <rms@gnu.org>
10330
10331 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
10332
10333 * reposition.el (reposition-window):
10334 Binding C-M-l moved to bindings.el.
10335
10336 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
10337
10338 * add-log.el (add-change-log-entry-other-window):
10339 Key binding C-x 4 a moved to bindings.el.
10340
10341 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
10342 from filecache.el.
10343
10344 * filecache.el: Minibuffer map bindings moved to bindings.el.
10345
10346 2007-11-21 Jason Rumney <jasonr@gnu.org>
10347
10348 * international/mule-cmds.el (set-locale-environment):
10349 Set default-file-name-coding-system from system defaults on Windows.
10350
10351 2007-11-21 Jason Rumney <jasonr@gnu.org>
10352
10353 * term/w32console.el: New term init file for w32 console.
10354
10355 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
10356 (x-setup-function-keys): Likewise, replacing top-level key definitions.
10357 (w32-tty-standard-colors): Move to term/w32console.el.
10358
10359 * term/w32-win.el (x-setup-function-keys): Remove.
10360
10361 * term/tty-colors.el (tty-register-default-colors): Remove special
10362 case for w32.
10363
10364 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10365
10366 * frame.el (msdos-mouse-p):
10367 * generic-x.el (w32-shell-name):
10368 * files.el (msdos-long-file-names, w32-long-file-name)
10369 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
10370 (dos-8+3-filename, vms-read-directory, view-mode-disable):
10371 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10372 (mac-resume-apple-event, mac-font-panel-mode)
10373 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10374 (mac-clear-font-name-table):
10375 * term/pc-win.el (msdos-remember-default-colors)
10376 (w16-set-clipboard-data, w16-get-clipboard-data):
10377 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10378 (set-message-beep):
10379 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
10380 (w32-get-locale-info, w32-get-valid-locale-ids)
10381 (w32-set-clipboard-data):
10382 * help-fns.el (ad-get-advice-info):
10383 * font-lock.el (fast-lock-after-fontify-buffer)
10384 (fast-lock-after-unfontify-buffer, fast-lock-mode)
10385 (lazy-lock-after-fontify-buffer)
10386 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
10387 * net/browse-url.el (w32-shell-execute):
10388 * dos-fns.el (int86, msdos-long-file-names):
10389 * dos-w32.el (default-printer-name): Declare as functions.
10390
10391 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * textmodes/paragraphs.el (forward-sentence): Doc fix.
10394 Reported by Drew Adams <drew.adams@oracle.com>.
10395
10396 2007-11-20 Jason Rumney <jasonr@gnu.org>
10397
10398 * term/w32-win.el (x-setup-function-keys): Protect against
10399 multiple calls on the same terminal.
10400
10401 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 * term/mac-win.el (x-setup-function-keys): Only setup
10404 local-function-key-map if it has not been setup already for the
10405 current frame. Move the suspend-emacs processing here.
10406
10407 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
10408
10409 * progmodes/grep.el (xargs-program): New variable.
10410 (grep-compute-defaults): Use it.
10411 (grep-default-command): Doc fix.
10412 (grep, lgrep, rgrep): Reflow docstrings.
10413
10414 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10415
10416 * vc.el (vc-find-revision): Set the parent buffer.
10417 Use when instead of if.
10418
10419 * progmodes/python.el (info-lookup-maybe-add-help):
10420 * progmodes/ps-mode.el (doc-view-minor-mode):
10421 * mail/emacsbug.el (Info-menu, Info-goto-node):
10422 * emulation/viper-keym.el (viper-ex)
10423 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
10424 * emulation/viper-cmd.el (widget-type, widget-button-press)
10425 (viper-set-hooks):
10426 * emacs-lisp/tcover-unsafep.el (unsafep-function):
10427 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
10428 (ses-load, ses-vector-delete, ses-create-header-string)
10429 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
10430 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
10431
10432 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
10435
10436 2007-11-20 Glenn Morris <rgm@gnu.org>
10437
10438 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
10439 for end of function-name. Handle define-derived-mode.
10440
10441 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10442
10443 * progmodes/idlw-help.el: Require browse-url unconditionally, it
10444 is available by default.
10445 (idlwave-help-browse-url-available): Change default to t.
10446
10447 * emulation/edt.el (defgroup, defcustom): Remove definition.
10448 (eval-when-compile): Remove.
10449 (c-mark-function):
10450 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
10451 * textmodes/fill.el (comment-search-forward)
10452 (comment-string-strip):
10453 * progmodes/prolog.el (comint-mode, comint-send-string)
10454 (comint-send-region, comint-send-eof):
10455 * progmodes/dcl-mode.el (imenu-default-create-index-function):
10456 * emulation/viper-util.el (viper-forward-Word):
10457 * emulation/vi.el (c-mark-function):
10458 * emulation/edt-vt100.el (vt100-wide-mode):
10459 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
10460
10461 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
10462
10463 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10464 Still some tuning in case of an echoing shell.
10465 (tramp-send-command): Connection property "remote-echo" is not
10466 persistent; cache key is the process therefore.
10467
10468 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
10469
10470 * replace.el (map-query-replace-regexp): Doc fix (revert part of
10471 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
10472
10473 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
10474
10475 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
10476 * play/yow.el (doctor-ret-or-read):
10477 * vc-hooks.el (vc-dired-resynch-file):
10478 * vc-hg.el (log-view-get-marked):
10479 * smerge-mode.el (ediff-cleanup-mess):
10480 * pcvs.el (vc-editable-p, vc-checkout):
10481 * pcomplete.el (comint-bol):
10482 * informat.el (texinfo-format-refill):
10483 * ido.el (tramp-tramp-file-p):
10484 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
10485 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
10486 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
10487 functions.
10488
10489 * textmodes/ispell.el (ispell-int-char): Make it a defalias
10490 instead of fset.
10491 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
10492
10493 * ido.el (ido-file-internal): Move with-no-warnings to include the
10494 ffap-string-at-point call.
10495
10496 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
10497
10498 * vc-hg.el (vc-hg-revision-table): Fix last change.
10499
10500 2007-11-19 Martin Rudalics <rudalics@gmx.at>
10501
10502 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
10503 clipboard-yank when the buffer is read-only.
10504
10505 * cus-edit.el (custom-field-keymap): Move to other Custom mode
10506 keymaps such that it's before the definition of Custom-mode-menu.
10507 (Custom-mode-menu): Show it for custom-field-keymap too.
10508
10509 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
10510
10511 * progmodes/gdb-ui.el: Update commentary.
10512
10513 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
10514
10515 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
10516
10517 2007-11-19 Glenn Morris <rgm@gnu.org>
10518
10519 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
10520 does not exist, try adding `.el' extension. Also search for defsubsts.
10521
10522 * cus-edit.el (recentf-expand-file-name):
10523 * dired.el (dired-relist-entry):
10524 * subr.el (w32-shell-dos-semantics):
10525 * emacs-lisp/bytecomp.el (compilation-forget-errors):
10526 Declare as functions.
10527
10528 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
10531 (prepare-abbrev-list-buffer): Use dolist.
10532 (clear-abbrev-table): Preserve properties.
10533
10534 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
10535
10536 * textmodes/texinfmt.el (texinfo-format-printindex):
10537 Collect combined indexes using texinfo-short-index-format-cmds-alist.
10538 Reported on <bug-texinfo@gnu.org>.
10539
10540 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
10541
10542 * net/tramp.el (tramp-completion-reread-directory-timeout):
10543 New defcustom.
10544 (tramp-handle-file-name-all-completions): Flush directory contents
10545 from cache regularly.
10546 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
10547 (tramp-open-connection-setup-interactive-shell):
10548 Call `tramp-cleanup-connection' via funcall.
10549
10550 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
10551 created when copying.
10552
10553 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
10556 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
10557 * eshell/esh-ext.el (eshell-external-command):
10558 * eshell/esh-cmd.el (require):
10559 * eshell/em-unix.el (eshell-plain-locate-behavior):
10560 * eshell/em-cmpl.el (eshell-cmpl-initialize):
10561 Replace eshell-under-xemacs-p with (featurep 'xemacs).
10562 * eshell/esh-mode.el (characterp, char-int): Remove unused
10563 conditional defaliases.
10564
10565 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
10566 Rename from event-matches-key-specifier-p, define unconditionally.
10567 (event-basic-type): Remove unused defalias.
10568 (pcomplete-show-completions):
10569 Use pcomplete-event-matches-key-specifier-p.
10570
10571 2007-11-17 Eli Zaretskii <eliz@gnu.org>
10572
10573 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
10574 when saving esh-groups.el.
10575
10576 2007-11-17 Martin Rudalics <rudalics@gmx.at>
10577
10578 * wid-edit.el (widget-default-complete):
10579 * progmodes/flymake.el (flymake-goto-file-and-line):
10580 Fix typo in (doc-)string.
10581
10582 2007-11-17 Glenn Morris <rgm@gnu.org>
10583
10584 * emacs-lisp/byte-run.el (declare-function): New macro.
10585 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10586 New function, byte-hunk-handler for declare-function.
10587 (byte-compile-callargs-warn): Handle declared functions.
10588
10589 * emacs-lisp/check-declare.el: New file.
10590 * Makefile.in (check-declare): New target.
10591
10592 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
10593
10594 * subr.el (process-lines): Move here from ../admin/admin.el.
10595 * emacs-lisp/authors.el (authors-process-lines): Remove.
10596 (authors): Use process-lines rather than authors-process-lines.
10597
10598 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
10599 Remove these files.
10600
10601 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
10602
10603 * emacs-lisp/backquote.el (backquote):
10604 Improve argument/docstring consistency.
10605
10606 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
10607 (ring-length, ring-empty-p): Use c[ad]dr.
10608 (ring-plus1): Use `1+'.
10609 (ring-minus1): Use `zerop'.
10610 (ring-remove): Use c[ad]dr. Use `when'.
10611 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
10612 (ring-ref): Use `let', not `let*'.
10613 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
10614 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
10615 (ring-member): Simplify. Doc fix.
10616 (ring-convert-sequence-to-ring): Simplify.
10617
10618 2007-11-17 Juri Linkov <juri@jurta.org>
10619
10620 * dired-aux.el (dired-create-directory): Allow creating
10621 a directory of an arbitrary depth. Add a loop to find the topmost
10622 nonexistent parent dir `new', and call `dired-add-file' on it.
10623 Set the `PARENTS' arg of `make-directory' to t.
10624
10625 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10626
10627 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
10628 (math-build-parse-table): Get parse information from math-parse-table.
10629
10630 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * window.el (recenter-last-op): New var.
10633 (recenter-top-bottom): New command.
10634 (global-map): Bind it to C-l.
10635
10636 * abbrev.el (abbrev--write): Fix error in transcription from C.
10637
10638 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
10639 (pc-select-ensure-mark): Set mark-active to a special value instead.
10640 Rename from ensure-mark. Update call callers.
10641 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
10642 Rewrite. Update all callers.
10643 (pc-selection-mode): Remove redundant var declaration.
10644
10645 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
10646
10647 * doc-view.el (doc-view-search-backward, doc-view-search):
10648 Fix assignment to free variable bug.
10649
10650 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
10651
10652 * emulation/pc-select.el (pc-select-shifted-mark): New var.
10653 (ensure-mark): Set it.
10654 (maybe-deactivate-mark): New fun.
10655 Use it everywhere instead of (setq mark-active nil).
10656
10657 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10658
10659 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
10660 Add check for XEmacs.
10661
10662 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
10663
10664 * doc-view.el (doc-view-resolution): Add missing :group.
10665
10666 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
10667
10668 * subr.el (make-variable-frame-local):
10669 Fix typo in obsolescence declaration.
10670
10671 2007-11-16 Werner Lemberg <wl@gnu.org>
10672
10673 * files.el (set-auto-mode-1): Check second line for -*- if file
10674 starts with '\" (which is used by man pages to identify needed
10675 troff preprocessors).
10676
10677 2007-11-16 Glenn Morris <rgm@gnu.org>
10678
10679 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
10680
10681 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10682
10683 * calc/calc-lang.el (math-oper-table): Fix typo.
10684 Reduce precedence of "/" for TeX.
10685
10686 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
10687
10688 2007-11-16 Juri Linkov <juri@jurta.org>
10689
10690 * dired-aux.el (dired-read-shell-command-default): New function.
10691 (dired-read-shell-command): Use its return value for DEFAULT arg.
10692
10693 * replace.el (keep-lines-read-args, occur-read-primary-args):
10694 Use a list of default values for DEFAULT arg of read-from-minibuffer.
10695
10696 * man.el (Man-heading-regexp): Add 0-9.
10697 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
10698
10699 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
10702 (doc-view-resolution): New custom var.
10703 (doc-view-pdf/ps->png): Use it.
10704 (doc-view-shrink-factor): New var.
10705 (doc-view-enlarge, doc-view-shrink): New commands.
10706 (doc-view-mode-map): Use them.
10707
10708 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10709
10710 * ediff-wind.el (ediff-window-setup-function):
10711 * simple.el (normal-erase-is-backspace):
10712 * eshell/em-unix.el (eshell/info):
10713 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10714 Fix typos in docstrings.
10715
10716 * emulation/cua-base.el (cua--keymaps-initialized):
10717 Rename from `cua--keymaps-initalized'. Callers changed.
10718 (cua-highlight-region-shift-only): Doc fix.
10719 (cua-paste-pop): Fix typo in docstring.
10720
10721 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * emulation/cua-base.el (cua--pre-command-handler-1):
10724 Use input-decode-map instead of function-key-map.
10725 Use event-modifiers now that it works reliably.
10726
10727 * vc.el (vc-diff-internal): Pop-to-buffer later.
10728
10729 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
10730
10731 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
10732 did not touch them.
10733
10734 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
10735
10736 * calc/calc-menu.el: New file.
10737 * calc/calc.el (calc-mode): Require calc-menu.
10738
10739 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
10742
10743 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
10744
10745 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
10746 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
10747 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
10748 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
10749 locations.
10750 (gdb-info-breakpoints-custom, gdb-assembler-custom)
10751 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
10752 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
10753
10754 2007-11-13 Noah Friedman <friedman@splode.com>
10755
10756 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
10757 bindings to remap when `calc-scan-for-dels' is non-nil.
10758
10759 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
10762 constant forms.
10763 (byte-compile-nilconstp): New function.
10764 (byte-optimize-cond): Kill subsequent branches when a branch is
10765 know to be taken or not taken.
10766 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
10767
10768 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * vc.el (vc-register): Allow registering a file passed as a
10771 parameter instead of just the current buffer.
10772
10773 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
10774
10775 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10776 Check whether the output of "uname -sr" has been changed.
10777
10778 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10779
10780 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
10781 patterns from compilation-perl.el and compilation-weblint.el files.
10782
10783 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * progmodes/compilation-perl.el:
10786 * progmodes/compilation-weblint.el: Disable autoloads, they cause
10787 a bootstrap failure.
10788
10789 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
10790 instead of doing "cvs diff" in order to avoid accessing the repository.
10791
10792 2007-11-12 Kevin Ryde <user42@zip.com.au>
10793
10794 * progmodes/compilation-perl.el:
10795 * progmodes/compilation-weblint.el: New files.
10796
10797 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
10800 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
10801 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
10802 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
10803 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
10804 Rewrite in active voice.
10805
10806 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
10807
10808 * doc-view.el: Add comments about isearch support.
10809
10810 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * vc.el (vc-start-entry): Fix setting the in the case the function
10813 is called from vc-dired. Use when instead of if where appropriate.
10814
10815 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10816
10817 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
10818 to be a list.
10819 (ps-begin-job): Error if ps-lpr-switches is not a list.
10820
10821 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10822
10823 * faces.el (face-normalize-spec): Remove function.
10824 (frame-set-background-mode): Undo last change.
10825
10826 2007-11-10 Jason Rumney <jasonr@gnu.org>
10827
10828 * w32-fns.el: Sync charset names with setup-default-fontset.
10829 Append "-1" where second part missing.
10830
10831 2007-11-10 Juri Linkov <juri@jurta.org>
10832
10833 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
10834 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
10835
10836 * custom.el (custom-note-var-changed): Remove the `interactive'
10837 spec from this new non-interactive function.
10838
10839 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
10840
10841 * doc-view.el (doc-view-mode-map, doc-view-menu)
10842 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
10843 (doc-view-search-backward): New function.
10844 (doc-view-search): Query new regexp if prefix arg is given, else
10845 jump to next/previous match.
10846 (doc-view-mode): Handle compressed files.
10847 (jka-compr): Required for compressed files.
10848
10849 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
10850
10851 * replace.el (query-replace-show-replacement): New defcustom.
10852 (perform-replace): Use `match-substitute-replacement' if
10853 `query-replace-show-replacement' is non-nil.
10854
10855 2007-11-10 David Kastrup <dak@gnu.org>
10856
10857 * subr.el (match-substitute-replacement): New function.
10858
10859 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
10860
10861 * files.el (auto-mode-alist): Select org-mode for files with the
10862 extension ".org".
10863
10864 2007-11-10 Martin Rudalics <rudalics@gmx.at>
10865
10866 * help.el (help-window, help-window-point-marker): New variables.
10867 (help-window-select): New option.
10868 (with-help-window): New macro for displaying help windows.
10869 (help-window-display-message, help-window-setup-finish)
10870 (help-window-setup): New functions used for setting up help windows.
10871 (print-help-return-message): Reset help-window to nil.
10872 (view-lossage): Use with-help-window instead of
10873 with-output-to-temp-buffer and move help-window-point-marker after
10874 inserted text.
10875 (describe-bindings, describe-key, describe-mode): Use
10876 with-help-window instead of with-output-to-temp-buffer.
10877
10878 * help-mode.el (help-mode): Set view-exit-action to bury the
10879 buffer instead of fiddling with windows. Simplify code.
10880 (help-mode-finish): When help-window eqs t set it to the selected
10881 window and have with-help-window set up view-return-to-alist.
10882 (help-buffer): Add autoload cookie.
10883
10884 * view.el (view-remove-frame-by-deleting): Change default value to t.
10885 Add autoload cookie.
10886 (view-exit-action, view-file, view-file-other-window)
10887 (view-file-other-frame, view-buffer, view-buffer-other-window)
10888 (view-buffer-other-frame): Rewrite doc strings.
10889 (view-return-to-alist-update): New function to remove stale entries
10890 from view-return-to-alist.
10891 (view-mode-enter): Rewrite doc string and simplify code.
10892 (view-mode-exit): Handle new case 'keep-frame. Don't reset
10893 view-exit-action to nil. Simplify code and rewrite doc string.
10894
10895 * apropos.el (apropos-describe-plist):
10896 * descr-text.el (describe-char):
10897 * disp-table.el (describe-display-table):
10898 * faces.el (list-faces-display, describe-face):
10899 * facemenu.el (list-colors-display):
10900 * help-fns.el (describe-function, describe-variable)
10901 (describe-syntax, describe-categories):
10902 Use with-help-window instead of with-output-to-temp-buffer.
10903
10904 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
10905
10906 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
10907 Optimize (featurep 'emacs) to t.
10908
10909 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
10910 New function.
10911 (byte-compile-maybe-guarded): Use it to also look for bound
10912 symbols inside `and' forms. Comment out non-working code that was
10913 trying to avoid warnings for XEmacs code.
10914
10915 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
10916
10917 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
10918 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
10919 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
10920 (vc-cvs-annotate-command):
10921 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
10922 is bound, it always is.
10923
10924 2007-11-10 Jason Rumney <jasonr@gnu.org>
10925
10926 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
10927 setup here from global scope.
10928
10929 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
10930
10931 * ido.el (ido-save-history): Save the history file in UTF-8, not
10932 the current filename coding system.
10933
10934 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * simple.el (interprogram-cut-function, interprogram-paste-function):
10937 Don't make them frame-local any more.
10938
10939 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
10940 Don't set interprogram-(cut|paste)-function on each frame.
10941
10942 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10943 Make them work in tty frames.
10944 (interprogram-cut-function, interprogram-paste-function):
10945 Set them globally.
10946
10947 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
10950 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
10951 (iso-iso2duden-trans-tab): Add docstring.
10952
10953 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * abbrev.el (define-abbrev-table): Record the variable definition.
10956
10957 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
10958 New function.
10959
10960 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10961
10962 * ps-print.el: Clean the code for checking suitable Emacs version.
10963 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
10964 (ps-print-version): New version 6.8.1.
10965
10966 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
10967
10968 * files.el (enable-local-variables): Doc fix.
10969
10970 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
10971
10972 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
10973
10974 2007-11-09 Sven Joachim <svenjoac@gmx.de>
10975
10976 * dired-aux.el (dired-copy-file-recursive):
10977 Preserve directory permissions.
10978
10979 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
10980
10981 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
10982 (whitespace-unload-function): New-style unload function. When run,
10983 unintern `whitespace-unload-hook' and call `unload-feature' recursively
10984 to stop the old hook from messing with the unloading.
10985
10986 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
10989 (elp-unset-master, elp-results): Fix typos.
10990 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
10991 Doc fixes.
10992
10993 * msb.el (msb--many-menus): Remove variable.
10994 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
10995 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
10996 (msb--toggle-menu-type): Fix typos in docstrings.
10997
10998 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
10999 (shadow-insert-var): Doc fixes.
11000 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
11001 Reflow docstrings.
11002 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
11003
11004 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11005
11006 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
11007 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
11008 Fix typos in autoload docstrings.
11009
11010 2007-11-09 Richard Stallman <rms@gnu.org>
11011
11012 * savehist.el (savehist-save): Obey savehist-ignored-variables.
11013
11014 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
11015
11016 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
11017 (gdb-var-update-handler-1): Use it.
11018
11019 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11020
11021 * loadhist.el (unload-feature): Remove erroneous check for the
11022 FEATURE-unload-function variable; check the existence of the
11023 function (that's what the docstring says, and it makes more sense).
11024
11025 * follow.el (follow-unload-function): Add docstring.
11026 (follow-unload-function): Remove variable.
11027
11028 * server.el (server-unload-function): Remove variable.
11029 (server-unload-function): Unbind `server-edit' from `C-x #'.
11030
11031 * ses.el (ses-unload-function): New function.
11032
11033 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
11036 (unsafep-progn, unsafep-let): Fix typos in docstrings.
11037
11038 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
11039 before use to avoid a warning in packages that require uniquify.
11040 (uniquify-unload-function): New function and var.
11041
11042 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
11043
11044 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
11045 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
11046 (ediff-current-diff-A, ediff-current-diff-B)
11047 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
11048 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
11049 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
11050 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
11051 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
11052 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
11053 (ediff-setup-windows-plain-merge)
11054 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
11055 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
11056 * ediff-util.el (ediff-setup-keymap, )
11057 (ediff-toggle-wide-display, ediff-toggle-multiframe)
11058 (ediff-toggle-use-toolbar, ediff-really-quit)
11059 (ediff-good-frame-under-mouse)
11060 (ediff-highlight-diff-in-one-buffer)
11061 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
11062 (ediff-make-bullet-proof-overlay):
11063 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
11064 (ediff-set-meta-overlay):
11065 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
11066 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
11067 ediff-emacs-p with their former definitions.
11068
11069 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
11070 (viper-has-face-support-p, viper-inactivate-input-method)
11071 (viper-activate-input-method)
11072 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
11073 * emulation/viper-mous.el (viper-multiclick-timeout)
11074 (viper-surrounding-word, viper-mouse-click-insert-word)
11075 (viper-mouse-click-search-word, viper-parse-mouse-key):
11076 * emulation/viper-macs.el (viper-char-array-to-macro):
11077 * emulation/viper.el (viper-go-away, viper-set-hooks)
11078 (viper-non-hook-settings):
11079 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
11080 (viper-get-saved-cursor-color-in-insert-mode)
11081 (viper-get-saved-cursor-color-in-emacs-mode)
11082 (viper-check-version, viper-get-visible-buffer-window)
11083 (viper-file-checked-in-p, viper-set-replace-overlay)
11084 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
11085 (viper-check-minibuffer-overlay, viper-read-key-sequence)
11086 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
11087 with their former definitions.
11088 (viper-eventify-list-xemacs): Only do work for XEmacs.
11089 (viper-set-unread-command-events): Only do work for Emacs.
11090 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
11091 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
11092 (viper-overlay-get, viper-overlay-put, viper-read-event)
11093 (viper-characterp, viper-int-to-char, viper-get-face)
11094 (viper-color-defined-p, viper-iconify): New defaliases replacing
11095 the old fsets.
11096
11097 * progmodes/fortran.el (comment-region-function)
11098 (uncomment-region-function): Pacify byte compiler.
11099
11100 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
11101
11102 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
11103
11104 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
11105 `process-environment'.
11106
11107 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
11108
11109 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
11110 match dir like "a...b".
11111
11112 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
11115
11116 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
11117
11118 * net/tramp.el (tramp-handle-substitute-in-file-name):
11119 Don't expand the remote connection identification.
11120 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11121 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
11122 before calling stty.
11123
11124 * net/tramp-cache.el (tramp-cache-print)
11125 (tramp-dump-connection-properties): Fix docstring.
11126 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
11127
11128 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
11129
11130 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
11131 remote connection identification when setting connection property.
11132
11133 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
11134 "//" substitutes only in the local filename part.
11135
11136 2007-11-07 David Hansen <david.hansen@gmx.net>
11137
11138 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
11139
11140 2007-11-07 Glenn Morris <rgm@gnu.org>
11141
11142 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
11143 Remove superfluous concats. Move final set-buffer to
11144 non-emacs-specific code.
11145
11146 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
11147
11148 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
11149
11150 2007-11-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
11151
11152 * eshell/esh-mode.el (eshell-output-filter):
11153 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
11154 Use `with-current-buffer'.
11155
11156 2007-11-07 Andreas Schwab <schwab@suse.de>
11157
11158 * server.el (server-start): Only register cleanup after server was
11159 started.
11160
11161 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
11162
11163 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
11164
11165 * net/tramp-cache.el (tramp-cache-print): Move down.
11166 (tramp-cache-list-connections): New defun.
11167
11168 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
11169
11170 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
11171
11172 * ido.el (ido-save-history): Write the history file in the current
11173 filename coding system, and add `coding' file-local variable.
11174
11175 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
11176
11177 * textmodes/org.el (org-table-formula-substitute-names):
11178 Remove forgotten temporary debugging code.
11179
11180 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
11181
11182 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
11183 the prompt.
11184
11185 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
11186
11187 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
11188
11189 2007-11-05 Simon Josefsson <simon@josefsson.org>
11190
11191 * net/tls.el (tls-end-of-info): Doc fix.
11192
11193 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
11194
11195 * international/utf-7.el (utf-7-imap): New coding system.
11196 (utf-7-imap-post-read-conversion): New function.
11197 (utf-7-imap-pre-write-conversion): New function.
11198
11199 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * abbrev.el (abbrev--write): Fix up typo.
11202
11203 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
11204
11205 * abbrev.el (define-abbrev-table): Doc fix.
11206
11207 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
11208
11209 * info.el (Info-revert-buffer-function): New func.
11210 (Info-mode): Arrange to use it for reverting.
11211 (Info-copy-current-node-name): Add space between filename and nodename.
11212
11213 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * abbrev.el (expand-abbrev): Move point back to expansion's end.
11216
11217 2007-11-04 Glenn Morris <rgm@gnu.org>
11218
11219 * net/tls.el: Don't require rx when compiling.
11220 (tls-end-of-info): Rewrite without using rx.
11221 (open-tls-stream): Use with-current-buffer.
11222
11223 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
11224
11225 * net/tls.el: Require rx when compiling.
11226 (tls-end-of-info): New variable.
11227 (open-tls-stream): Keep reading input until `tls-end-of-info' is
11228 matched.
11229
11230 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
11231
11232 * register.el (append-to-register, prepend-to-register):
11233 Don't signal error on empty register; use the text, instead.
11234
11235 2007-11-03 Michael Olson <mwolson@gnu.org>
11236
11237 * textmodes/remember.el (remember-buffer):
11238 Use define-obsolete-function-alias rather than defalias.
11239
11240 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
11241
11242 * simple.el (bad-packages-alist): Anchor semantic regexp.
11243
11244 2007-11-03 Glenn Morris <rgm@gnu.org>
11245
11246 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
11247 if defined, for blank lines. Doc fix.
11248
11249 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
11250 (fortran-mode): Set values for comment-region-function,
11251 uncomment-region-function and comment-insert-comment-function.
11252 (fortran-uncomment-region): New function.
11253
11254 * textmodes/nroff-mode.el (nroff-mode):
11255 Set comment-insert-comment-function rather than indent-line-function.
11256 (nroff-indent-line-function): Remove.
11257 (nroff-insert-comment-function): New function.
11258
11259 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
11260
11261 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
11262
11263 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
11264
11265 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
11266
11267 * emulation/viper-cmd.el (viper-prev-destructive-command)
11268 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
11269 copy-sequence.
11270
11271 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
11272 Got rid of ediff-copy-list.
11273
11274 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
11275 use face-name.
11276 (ediff-test-utility, ediff-diff-mandatory-option)
11277 (ediff-reset-diff-options): Remove to simplify the mandatory option
11278 handling on Windows.
11279 (ediff-set-diff-options): Add.
11280 (ediff-diff-options): Set "--binary" option as default in some cases.
11281
11282 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
11283 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
11284 ediff-vc-working-revision. Require vc-hooks.
11285
11286 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
11287
11288 * files.el (hack-local-variables): Fix membership tests to avoid
11289 treating all variables as safe if `enable-local-variables' is
11290 set to :safe (CVE-2007-5795).
11291
11292 2007-11-02 Glenn Morris <rgm@gnu.org>
11293
11294 * newcomment.el (comment-indent): Let comment-insert-comment-function,
11295 if defined, do all the work of inserting a new comment.
11296
11297 * progmodes/etags.el (tags-table-mode): Disable undo.
11298
11299 * simple.el (bad-packages-alist): Revert previous change.
11300
11301 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
11302
11303 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
11304
11305 * obsolete/lselect.el: Do not warn about unknown functions.
11306
11307 2007-11-02 Michael Olson <mwolson@gnu.org>
11308
11309 * textmodes/remember.el (remember-buffer): Make this an alias of
11310 remember-finalize, because Org uses it.
11311
11312 2007-11-01 Michael Olson <mwolson@gnu.org>
11313
11314 * textmodes/remember.el: Improve documentation in heading.
11315 (remember-before-remember-hook): Turn into a customizable option.
11316 (remember): Document INITIAL argument.
11317 (remember-region): Remove autoload cookie. Improve docstring to
11318 mention that it is called from the *Remember* buffer, and does not
11319 have any functional overlap with the `remember' function.
11320 (remember-finalize): Remove autoload cookie. Rename from
11321 remember-buffer to emphasize that this does not have any
11322 functional overlap with the `remember' function.
11323 (remember-destroy): Remove autoload cookie.
11324 (remember-mode-map): Define and initialize in one step.
11325 (remember-mode): Improve docstring.
11326 (remember-annotation-functions): Default to just '(buffer-file-name),
11327 and don't try to take the default value from Planner.
11328
11329 2007-11-01 Glenn Morris <rgm@gnu.org>
11330
11331 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
11332
11333 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
11334
11335 * emacs-lisp/authors.el (authors-scan-change-log)
11336 (authors-scan-el): Don't enable local eval; enable only safe local
11337 variables, without querying.
11338
11339 * mail/footnote.el (footnote-numeric-regexp)
11340 (footnote-english-upper-regexp, footnote-english-lower-regexp)
11341 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
11342 Match multi-character footnotes.
11343
11344 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
11345 (nroff-indent-line-function): New function.
11346 (nroff-count-text-lines): Use nroff-forward-text-line rather than
11347 obsolete alias.
11348
11349 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
11350
11351 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
11352 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
11353 (rcirc-print): Only update the line count when not marking the
11354 line as omittable.
11355 (rcirc-log-write): Specify coding system when writing logfile.
11356 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
11357
11358 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11359
11360 * printing.el (printing): Fix :version, printing.el was included
11361 for in emacs-22.1.
11362 (pr-path-style, pr-path-alist, pr-txt-name)
11363 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
11364 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
11365 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
11366 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
11367 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
11368 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
11369 (pr-setting-database, pr-visible-entry-list)
11370 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
11371 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
11372
11373 * ediff-util.el (ediff-nuke-selective-display): Move definition to
11374 top level, make it dependent on the emacs flavor.
11375
11376 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
11377 Test for XEmacs not for itimer.
11378
11379 * term/sun-mouse.el:
11380 * obsolete/sun-fns.el:
11381 * obsolete/sun-curs.el: Remove files.
11382
11383 * term/sun.el (select-previous-complex-command): Remove obsolete code.
11384
11385 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
11386
11387 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
11388 was given to concat.
11389
11390 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
11393 used normally for goto-line. Change `g' to revert the buffer.
11394 Add redundant `r' binding for buffer-revert.
11395
11396 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
11397 (mail-abbrevs-setup): Use abbrev-expand-functions.
11398 (build-mail-abbrevs): Use with-temp-buffer.
11399 (define-mail-abbrev): Simplify.
11400 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
11401 Change it for use on abbrev-expand-functions.
11402 (mail-abbrev-complete-alias): Use with-syntax-table.
11403
11404 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
11405
11406 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
11407 directly. Fix bug in deleting temp file.
11408
11409 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
11412 Merge defvar and define-abbrev-table.
11413 (def-python-skeleton): Use :case-fixed and :enable-function.
11414 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11415 Remove.
11416 (python-mode): Don't modify pre-abbrev-expand-hook.
11417
11418 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11419
11420 * ediff-util.el (ediff-file-checked-out-p)
11421 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
11422
11423 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * abbrev.el (abbrev-symbol): Correct let->let*.
11426 (abbrev--before-point): Only use abbrev-start-location if before point.
11427
11428 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11429
11430 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
11431 (strokes-unload-hook): Remove function and variable.
11432 (strokes-unload-function): New-style unload function, adapted
11433 from `strokes-unload-hook'.
11434
11435 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
11436 (cl-unload-hook): Remove variable.
11437 (cl-unload-function): New-style unload function, adapted
11438 from `cl-cannot-unload'.
11439
11440 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
11441 (elp-unload-function): New-style unload function, adapted
11442 from `elp-unload-hook'.
11443
11444 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
11445
11446 * emacs-lisp/find-func.el (find-library): Use library at
11447 point as default interactive argument.
11448
11449 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * shadowfile.el (shadow-join): Remove.
11452 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
11453 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
11454 (shadowfile-unload-hook): Remove function and variable.
11455 (shadowfile-unload-function): New-style unload function, adapted
11456 from `shadowfile-unload-hook'.
11457
11458 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
11461 only if it is bound.
11462
11463 * textmodes/reftex.el: Move autoloads for before all uses.
11464 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
11465 (reftex-delete-overlay): Move to the top level with the condition
11466 in the body.
11467
11468 * progmodes/simula.el: Use when instead of if.
11469
11470 * iimage.el (iimage-locate-file): Define unconditionally.
11471
11472 * mail/mailabbrev.el (mail-abbrev-next-line):
11473 * emulation/vip.el (vip-enlarge-region, vip-line)
11474 (vip-next-line-at-bol, vip-previous-line)
11475 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
11476 Wrap with-no-warnings around uses of next-line and previous-line.
11477
11478 * ediff.el (run-ediff-from-cvs-buffer):
11479 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
11480 Remove function not used by pcl-cvs anymore.
11481 (noninteractive, generic-sc-get-latest-rev)
11482 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
11483 Delete support for long obsolete generic-sc.el.
11484
11485 2007-10-31 Glenn Morris <rgm@gnu.org>
11486
11487 * cvs-status.el: No longer require pcvs when compiling.
11488
11489 * doc-view.el (doc-view-conversion-refresh-interval)
11490 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11491 (doc-view-reset-slice): Doc fixes.
11492 (doc-view-menu): Remove deleted function doc-view-edit-doc.
11493
11494 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11495
11496 * help-at-pt.el (help-at-pt-unload-hook): Remove.
11497 Timers are automatically canceled by `unload-feature'.
11498
11499 * delsel.el (delsel-unload-hook): Remove function and variable.
11500 (delsel-unload-function): New-style unload function, adapted
11501 from `delsel-unload-hook'.
11502
11503 * msb.el (msb-unload-hook): Remove function and variable.
11504 (msb-unload-function): New-style unload function, adapted from
11505 `msb-unload-hook'.
11506
11507 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * desktop.el (uniquify-managed): Pacify byte compiler.
11510 (desktop-buffer-info): If the buffer name is managed by uniquify,
11511 save the base name, not the uniquified one.
11512 (desktop-create-buffer): Allow `rename-buffer' to generate a new
11513 name in case of conflict.
11514
11515 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * doc-view.el: Use expand-file-name rather than concat.
11518 (doc-view-cache-directory): Add the UID so multiple users won't clash.
11519 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
11520 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
11521 (doc-view-toggle-display): Use an overlay over the whole buffer so as
11522 not to have to touch the buffer's content.
11523 (doc-view-initiate-display): New function, extracted from doc-view-mode.
11524 (doc-view-mode): Use it. Don't mark as a special mode.
11525 Put the page numbers in the modeline.
11526 Set up the overlay. Hide the cursor. Run the mode hook.
11527 Use after-revert-hook rather than revert-buffer-function.
11528 (doc-view-search-internal): Fix typo.
11529 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
11530 image-cache flush.
11531 (doc-view-reconvert-doc): Don't reset the whole mode.
11532 (doc-view-make-safe-dir): New function.
11533 (doc-view-current-cache-dir): Use it.
11534
11535 2007-10-30 Jason Rumney <jasonr@gnu.org>
11536
11537 * time.el (display-time-world-list): Test for zoneinfo support.
11538
11539 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
11540
11541 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
11542
11543 * net/tramp-cache.el (tramp-flush-file-function): Check also
11544 `default-directory' if `buffer-file-name' does not return a
11545 string. Added to `eshell-pre-command-hook'.
11546
11547 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * doc-view.el (doc-view-current-doc): Remove.
11550 Replace all uses by buffer-file-name.
11551 (doc-view-menu): New menu.
11552 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
11553 unused var `doc'.
11554 (doc-view-sort): Simplify.
11555 (doc-view-buffer-message): Don't change buffer-modified-p.
11556 (doc-view-mode): Change it here instead.
11557 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
11558 Don't modify the global value of revert-buffer-function.
11559
11560 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
11561 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
11562 (image-toggle-display): Take overlays into account and don't assume
11563 point-min==1.
11564
11565 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
11566
11567 * vc.el (vc-annotate): Fix omission bug:
11568 Specify value for vc-sentinel-movepoint.
11569
11570 2007-10-30 Michael Olson <mwolson@gnu.org>
11571
11572 * textmodes/remember.el (remember-mode-hook)
11573 (remember-handler-functions, remember-annotation-functions):
11574 Add additional items as options, including some Org functions.
11575
11576 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
11577
11578 * doc-view.el: Remove cl-dependency.
11579 (doc-view-buffer-message): Mention new binding K.
11580 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
11581 instead of variable.
11582 (doc-view-current-cache-dir): Better cache dir naming.
11583 (doc-view-current-display): Remove variable.
11584 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
11585 (doc-view-kill-proc): Set converter process to nil.
11586 (doc-view-minor-mode): New minor mode.
11587 (doc-view-minor-mode-map): New keymap.
11588 (doc-view-mode): Remove text/image switching code. Use plain defun.
11589 (doc-view-mode-map): New binding K kills converter process.
11590 Remove C-c C-e binding.
11591 (doc-view-mode-text-map): Remove keymap.
11592 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
11593 d-v-display-maybe.
11594 (doc-view-previous-major-mode): New variable.
11595 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
11596 (doc-view-remove-if): New function.
11597 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
11598 (doc-view-toggle-display): Toggle modes instead of display styles.
11599 (doc-view-reconvert-doc): Adapt to new way of doing things.
11600
11601 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
11602
11603 2007-10-30 Glenn Morris <rgm@gnu.org>
11604
11605 * dirtrack.el (dirtrack-mode): Doc fix.
11606
11607 * shell.el (shell-dirtrack-verbose, shell-mode)
11608 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
11609
11610 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
11611 (byte-compile-enable-warning): Doc fix.
11612
11613 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
11614 suppress byte-opt warning.
11615
11616 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11617
11618 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
11619 (edt-gnu-emacs19-p): Remove.
11620 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
11621 (edt-xserver, edt-page-backward, edt-beginning-of-line)
11622 (edt-end-of-line-forward, edt-end-of-line-backward)
11623 (edt-one-word-forward, edt-one-word-backward, edt-character)
11624 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
11625 (edt-find-forward, edt-find-backward, edt-find-next-forward)
11626 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
11627 (edt-define-key, edt-bottom-check, edt-sentence-forward)
11628 (edt-sentence-backward, edt-paragraph-forward)
11629 (edt-paragraph-backward, edt-restore-key, edt-window-top)
11630 (edt-window-bottom, edt-scroll-window-forward-line)
11631 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11632 (edt-line-to-top-of-window, edt-paragraph-backward)
11633 (edt-restore-key, edt-window-top, edt-window-bottom)
11634 (edt-scroll-window-forward-line)
11635 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11636 (edt-line-to-middle-of-window, edt-goto-percentage)
11637 (edt-display-the-time, edt-remember, edt-split-window)
11638 (edt-emulation-on, edt-emulation-off)
11639 (edt-default-emulation-setup, edt-user-emulation-setup)
11640 (edt-select-default-global-map, edt-select-user-global-map):
11641 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
11642 tests.
11643
11644 * textmodes/reftex-index.el (reftex-index-selection-or-word):
11645 Use feature test instead of boundp test so it can be resolved at
11646 compile time.
11647
11648 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
11649
11650 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
11653 Update all users.
11654 (abbrev-get, abbrev-put): Simplify.
11655 (define-abbrev): Don't store the `force' value in the :system property.
11656 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
11657
11658 2007-10-30 Michael Olson <mwolson@gnu.org>
11659
11660 * desktop.el (desktop-minor-mode-table): Add line for ERC.
11661
11662 * textmodes/remember.el: New file that implements a mode for
11663 quickly jotting down things to remember.
11664
11665 * textmodes/remember-diary.el: A backend for remember.el that
11666 implements saving notes to a Diary file.
11667
11668 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11669
11670 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
11671 Relocate in file.
11672 (allout-doublecheck-at-and-shallower): Increase to include
11673 slightly greater depths, since yank interaction is now ok.
11674 Also, elaborate the docstring to explain the situation.
11675 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
11676 instead of concat, so we accommodate key sequences expressed as
11677 vectors as well as strings and lists.
11678 (allout-flag-region, allout-hide-by-annotation): Make the
11679 hidden-text overlays 'front-advance.
11680 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
11681 (allout-aberrant-container-p, allout-on-current-heading-p)
11682 (allout-e-o-prefix-p, allout-next-heading)
11683 (allout-previous-heading, allout-goto-prefix)
11684 (allout-end-of-prefix, allout-next-sibling-leap)
11685 (allout-next-visible-heading, allout-auto-fill)
11686 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
11687 (allout-yank-processing, allout-resolve-xref)
11688 (allout-current-topic-collapsed-p, allout-hide-region-body)
11689 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
11690 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
11691 (count-trailing-whitespace-region): Preserve match data, so allout
11692 outline navigation doesn't disrupt other Emacs operations.
11693 (allout-beginning-of-line): Retreat to the beginning of the hidden
11694 text, so fields are respected (for submodes that care).
11695 (allout-end-of-line): Preserve mark activation status when jumping.
11696 (allout-open-topic): Account for opening after a child that
11697 contains a hidden trailing newline. Preserve match data.
11698 Run allout-structure-added-hook
11699 (allout-encrypt-decrypted): Preserve match data.
11700 (allout-toggle-current-subtree-exposure): Add new interactive
11701 function for toggle subtree exposure - suggested by tassilo.
11702 (move-beginning-of-line, move-end-of-line): Don't use
11703 line-move-invisible-p, it's obsolete - substitute the code, instead.
11704
11705 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
11706
11707 * textmodes/flyspell.el (message-signature-separator):
11708 * longlines.el (message-indent-citation-function): Pacify byte
11709 compiler.
11710
11711 * emacs-lisp/cl-loaddefs.el:
11712 * ldefs-boot.el: Regenerate.
11713
11714 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11715 (.el.elc, compile, compile-always, compile-calc)
11716 ($(lisp)/progmodes/cc-mode.elc): Use it.
11717
11718 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
11719 Only do work for XEmacs.
11720 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
11721 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
11722 on XEmacs.
11723 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11724 (ps-x-color-name, ps-x-color-specifier-p)
11725 (ps-x-copy-coding-system, ps-x-device-class)
11726 (ps-x-extent-end-position, ps-x-extent-face)
11727 (ps-x-extent-priority, ps-x-extent-start-position)
11728 (ps-x-face-font-instance, ps-x-find-coding-system)
11729 (ps-x-font-instance-properties, ps-x-make-color-instance)
11730 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
11731 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
11732 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
11733 (ps-generate-postscript-with-faces): Delete defaliases.
11734 (ps-face-foreground-name, ps-face-background-name)
11735 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
11736 Move definitions to top level, make the body conditional on the Emacs
11737 flavor. Replace uses of deleted aliases and renamed functions.
11738 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
11739 of deleted aliases and renamed functions.
11740
11741 * calc/calc.el (calc-emacs-type-lucid): Remove.
11742 (calc-digit-map, calcDigit-start, calc-read-key)
11743 (calc-clear-unread-commands):
11744 * calc/calc-ext.el (calc-user-key-map): Replace uses of
11745 calc-emacs-type-lucid with (featurep 'xemacs)
11746
11747 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
11748 (featurep 'xemacs).
11749 (tpu-lucid-emacs19-p): Remove.
11750 (tpu-map-key): Make it a function instead of using fset. Inline
11751 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
11752 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
11753
11754 * ielm.el: Use featurep 'xemacs.
11755
11756 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
11757 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
11758 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
11759 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
11760 cperl-xemacs-p with (featurep 'xemacs).
11761 (font-lock-cache-position): Pacify byte compiler.
11762
11763 2007-10-29 Drew Adams <drew.adams@oracle.com>
11764
11765 * faces.el (read-color): New function.
11766 (face-at-point, foreground-color-at-point)
11767 (background-color-at-point): New functions.
11768
11769 2007-10-28 Richard Stallman <rms@gnu.org>
11770
11771 * net/browse-url.el (browse-url-text-xterm): Rename from
11772 browse-url-lynx-xterm and made generic.
11773 (browse-url-text-emacs): Likewise.
11774 (browse-url-text-browser): New variable.
11775 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
11776 (browse-url-text-input-field, browse-url-text-input-attempts)
11777 (browse-url-kde-program): Likewise.
11778
11779 2007-10-29 Glenn Morris <rgm@gnu.org>
11780
11781 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11782 Use mapc rather than mapcar (reinstall change deleted without log
11783 entry 2007-10-22).
11784
11785 2007-10-29 Martin Rudalics <rudalics@gmx.at>
11786
11787 * wdired.el (wdired-next-line, wdired-previous-line):
11788 Use next-line and previous-line wrapped in with-no-warnings.
11789
11790 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
11791
11792 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
11793 (rcirc-recent-quit-alist): New function.
11794 (rcirc): Print a better message when there is only one connected server.
11795 (rcirc-complete-nick): Do not update the nick table here.
11796 (rcirc-mode-map): Add M-o.
11797 (rcirc-current-line): Add variable.
11798 (rcirc-mode): Setup variables for line based omit.
11799 (rcirc-edit-multiline): Strip text properties.
11800 (rcirc-omit-responses): Add NICK.
11801 (rcirc-omit-threshold): Add variable.
11802 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
11803 Add functions.
11804 (rcirc-print): Keep track of current line. Do not fill text if
11805 `rcirc-fill-flag' is null. Only omit text if the last activity
11806 from the sender is more than `rcirc-omit-threshold' lines ago.
11807 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
11808 numbers instead of time.
11809 (rcirc-channel-nicks): Sort by line numbers instead of time.
11810 (rcirc-omit-mode): Add `...' when omitting text and recenter.
11811 (rcirc-handler-JOIN): Restore the joiners linestamp.
11812 (rcirc-maybe-remember-nick-quit): Add function.
11813 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
11814
11815 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
11816
11817 * loadhist.el (unload-feature-special-hooks):
11818 Add `delete-frame-functions' and `suspend-tty-functions'.
11819
11820 * server.el (server-unload-function): Rename from `server-unload-hook'
11821 and adapt to new `unload-feature' functionality. Remove hook from
11822 `kill-buffer-hook' buffer-locally.
11823 (server-unload-hook): Remove.
11824 (server-unload-function): New var; replaces `server-unload-hook'.
11825
11826 2007-10-29 Glenn Morris <rgm@gnu.org>
11827
11828 * dirtrack.el (dirtrack-debug): Doc fix.
11829 (dirtrack-mode, dirtrack-debug-mode): New names for
11830 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
11831 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
11832 Make obsolete.
11833 (dirtrack-debug-message): Only print message if
11834 dirtrack-debug-mode is non-nil. Use with-current-buffer.
11835 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
11836 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
11837
11838 2007-10-28 Glenn Morris <rgm@gnu.org>
11839
11840 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
11841 (byte-compile-warnings-safe-p): Handle `not'.
11842 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
11843 (byte-compile-enable-warning): New functions.
11844 (byte-compile-eval-before-compile)
11845 (byte-compile-file-form-require): Use byte-compile-disable-warning.
11846 (byte-compile-close-variables): Locally bind byte-compile-warnings,
11847 but do not modify it.
11848 (byte-compile-eval, byte-compile-obsolete)
11849 (byte-compile-warn-about-unresolved-functions)
11850 (byte-compile-file-form-defvar)
11851 (byte-compile-file-form-custom-declare-variable)
11852 (byte-compile-file-form-require)
11853 (byte-compile-file-form-defmumble, byte-compile-lambda)
11854 (byte-compile-form, byte-compile-normal-call)
11855 (byte-compile-variable-ref, byte-compile-defvar)
11856 (byte-compile-make-variable-buffer-local):
11857 Use byte-compile-warning-enabled-p.
11858 * emacs-lisp/advice.el (ad-compile-function):
11859 Use byte-compile-disable-warning.
11860 * emacs-lisp/cl.el: Move local variables to end of file, and set
11861 byte-compile-warnings to `(not cl-functions)'.
11862 * emacs-lisp/cl-compat.el: Add a local variables section, and set
11863 byte-compile-warnings to `(not cl-functions)'.
11864 * emacs-lisp/cl-macs.el: Unify local variable section, and set
11865 byte-compile-warnings to `(not cl-functions)'.
11866 (cl-do-proclaim): Use byte-compile-disable-warning and
11867 byte-compile-enable-warning.
11868 * emacs-lisp/cl-seq.el: Unify local variable section, and set
11869 byte-compile-warnings to `(not cl-functions)'.
11870 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
11871 Use byte-compile-disable-warning.
11872
11873 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11874
11875 * cus-edit.el (custom-browse-insert-prefix):
11876 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
11877
11878 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * server.el (server-process-filter): Fix typo in docstring.
11881 (server-log): Reflow docstrings.
11882 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
11883 (server-goto-line-column): Use `when'.
11884
11885 2007-10-28 Juri Linkov <juri@jurta.org>
11886
11887 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
11888 when mouse is clicked on the isearch message.
11889 (isearch-resume): Call `isearch-update' at the end.
11890 Rename argument `search' to `string' to conform to the
11891 isearch terminology.
11892
11893 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 Rewrite abbrev.c in Elisp.
11896 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
11897 (abbrev-table-get, abbrev-table-put, abbrev-get)
11898 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
11899 (define-abbrev, abbrev--check-chars, define-global-abbrev)
11900 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
11901 (abbrev-expansion, abbrev--before-point, expand-abbrev)
11902 (unexpand-abbrev, abbrev--write, abbrev--describe)
11903 (insert-abbrev-table-description, define-abbrev-table):
11904 New funs, largely transcribed from abbrev.c.
11905 (abbrev-with-wrapper-hook): New macro.
11906 (abbrev-table-name-list, global-abbrev-table)
11907 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
11908 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
11909 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
11910 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
11911 New vars, largely transcribed from abbrev.c.
11912 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
11913 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
11914 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
11915
11916 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11917
11918 * ps-print.el: Now detect if text foreground and background colors are
11919 equal and replace the foreground color by another color, so the text
11920 becomes visible. Doc fix.
11921 (ps-print-version): New version 6.8.
11922 (ps-default-fg, ps-default-bg): Docstring fix.
11923 (ps-postscript-code-directory): Fix default value code.
11924 (ps-fg-list, ps-fg-validate-p): New options.
11925 (ps-foreground-list): New var.
11926 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
11927
11928 2007-10-27 Glenn Morris <rgm@gnu.org>
11929
11930 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
11931 (shell-dirtrack-toggle): Mark as obsolete.
11932 (dirtrack-toggle, dirtrack-mode): No longer alias to
11933 shell-dirtrack-mode.
11934
11935 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
11936
11937 * calc/calc.el (math-standard-opers): Lower the precedence
11938 of negation.
11939 * calc/calc-lang.el (math-oper-table): Lower precedence of
11940 negation for C, TeX, and eqn.
11941
11942 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11943
11944 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
11945
11946 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
11949 (desktop-not-loaded-hook): Fix :version tags.
11950
11951 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
11952
11953 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
11954 (tramp-get-remote-tmpdir): New defun.
11955 (tramp-make-tramp-temp-file): Use it.
11956 (tramp-local-call-process): New defun. Replace all calls of
11957 `call-process' by this when appropriate.
11958 (tramp-handle-write-region): Replace calls of `file-attributes' by
11959 `tramp-compat-file-attributes'.
11960 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11961 Make the first command a `tramp-send-command' call, with let-bind
11962 of `tramp-end-of-output'.
11963 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
11964 (tramp-load-report-modules, tramp-append-tramp-buffers):
11965 Move to tramp-cmds.el.
11966
11967 * net/tramp-fish.el (tramp-fish-handle-copy-file)
11968 (tramp-fish-do-copy-or-rename-file)
11969 (tramp-fish-do-copy-or-rename-file-directly):
11970 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11971 Add parameter PRESERVE-UID-GID.
11972
11973 2007-10-27 Eli Zaretskii <eliz@gnu.org>
11974
11975 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
11976 New defcustoms.
11977 (display-time-world-list): Use them as appropriate for the current
11978 value of `system-type'.
11979
11980 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11981
11982 * printing.el: Pacify byte compiler, that is, no compiler warnings.
11983 Move (again) some variable definitions before use, define some fun
11984 aliases, no code change.
11985 (pr-version): New version 6.9.2.
11986 (pr-path-style, pr-auto-region, pr-menu-char-height)
11987 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
11988 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
11989 via (defvar VAR).
11990 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
11991 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
11992 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
11993 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
11994 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
11995 (pr-menu-print-item, pr-ps-printer-menu-modified)
11996 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
11997 (pr-even-or-odd-alist): Vars definition moved.
11998
11999 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12000
12001 * emulation/pc-select.el (next-line-mark, next-line-nomark)
12002 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
12003 around uses of previous-line and next-line.
12004
12005 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
12006 New defvars.
12007
12008 * textmodes/css-mode.el (comment-continue):
12009 * net/browse-url.el (url-handler-regexp):
12010 * progmodes/idlw-help.el (idlwave-system-routines):
12011 Pacify byte-compiler.
12012
12013 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
12014 line-move-invisible-p with its former definition: invisible-p.
12015 line-move-invisible-p was removed on 2007-08-29.
12016
12017 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
12018
12019 * files.el (kill-emacs-query-functions): Doc fix;
12020 `save-buffers-kill-emacs' is no longer bound to a key.
12021
12022 2007-10-26 Richard Stallman <rms@gnu.org>
12023
12024 * isearch-multi.el (isearch-buffers-multi): New option.
12025 (isearch-buffers-search-fun): Test it.
12026
12027 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
12028 Put ps-run-clear on C-c C-l.
12029
12030 * newcomment.el (comment-styles): New style indent-or-triple.
12031 (comment-style): Make that the default.
12032 (comment-add defvar): Doc fix.
12033 (comment-add): Delete arg EXTRA.
12034 (comment-region-default): Open code call to comment-add.
12035 Handle indent-or-triple style which uses `multi-char' for INDENT.
12036
12037 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * eshell/em-unix.el (nil-blank-string): Doc fix.
12040
12041 2007-10-26 John Wiegley <johnw@newartisans.com>
12042
12043 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
12044 function, ensure that the third argument is turned into a nil if
12045 the string is otherwise completely empty (either no characters, or
12046 all tabs/spaces). This fixes a bug from a user who found himself
12047 unable to customize `diff-switches' and still use Eshell's diff
12048 command.
12049
12050 2007-10-26 Glenn Morris <rgm@gnu.org>
12051
12052 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
12053 safe-local-variable property.
12054
12055 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
12056
12057 * net/browse-url.el (browse-url-browser-function): Delete grail.
12058 (browse-url-grail): Function and variable deleted.
12059 (browse-url-browser-function): Delete IXI Mosaic.
12060 (browse-url-default-browser): Don't try IXI Mosaic.
12061 (browse-url-iximosaic): Function deleted.
12062 (browse-url-browser-function): Delete MMM.
12063 (browse-url-default-browser): Don't try MMM.
12064 (browse-url-mmm): Function deleted.
12065
12066 2007-10-26 Drew Adams <drew.adams@oracle.com>
12067
12068 * custom.el (custom-note-var-changed): New function.
12069
12070 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
12071
12072 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
12073 use with the definition. Remove.
12074
12075 * add-log.el (change-log-start-entry-re): New defconst.
12076 (change-log-sortable-date-at): Use it.
12077 (change-log-beginning-of-defun, change-log-end-of-defun):
12078 New functions.
12079 (change-log-mode): Use them for beginning-of-defun-function and
12080 end-of-defun-function.
12081
12082 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
12083
12084 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
12085 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
12086 (ses-recalculate-cell): Deal with point being just beyond end of
12087 data area (why does this happen?)
12088 (ses-set-curcell): Ditto.
12089 (ses-column-letter): Handle columns beyond 702. Code written by
12090 Gareth Rees.
12091
12092 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
12093
12094 * textmodes/org.el (org-agenda-get-restriction-and-command):
12095 Use `mapc' instead of `mapcar'.
12096 (org-agenda-list): Numeric prefix argument can specify the number
12097 of days.
12098 (remember-register, remember-buffer): Prevent byte compiler from
12099 complaining.
12100 (org-todo): Save and restore match data.
12101 (org-no-warnings): New macro.
12102 (org-columns-eval): Use `org-no-warnings'.
12103
12104 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
12105
12106 * comint.el (comint-password-prompt-regexp):
12107 Handle `[sudo] password'-style prompt.
12108
12109 2007-10-25 Glenn Morris <rgm@gnu.org>
12110
12111 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
12112 (defcustom): Doc fix.
12113
12114 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
12115 Add `non_intrinsic'.
12116 (f90-constants-re): Add ieee modules.
12117 (f90-typedef-matcher, f90-typedec-matcher)
12118 (f90-imenu-type-matcher): New functions.
12119 (f90-font-lock-keywords-1): Give module procedures function-name face.
12120 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
12121 Add `use, intrinsic'.
12122 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
12123 Move start of `enum' blocks to separate entry.
12124 (f90-start-block-re): Fix `type', `abstract interface'.
12125 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
12126 derived types.
12127 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
12128 `elemental', change `enumerator'.
12129 (f90-no-block-limit): Fix `abstract interface'.
12130
12131 * progmodes/f90.el (f90-indented-comment-re)
12132 (f90-directive-comment-re, f90-break-delimiters):
12133 * progmodes/fortran.el (fortran-comment-line-start-skip)
12134 (fortran-directive-re):
12135 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
12136 as safe if they are strings.
12137
12138 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * startup.el (window-system): Remove. Don't make it frame-local.
12141
12142 2007-10-24 Richard Stallman <rms@gnu.org>
12143
12144 * savehist.el (savehist-save): Omit unreadable elements.
12145
12146 * loadhist.el (unload-function-defs-list): Rename from
12147 unload-function-features-list.
12148 (unload-feature-special-hooks, unload-feature): Doc fixes.
12149
12150 * indent.el (indent-to-left-margin): If point's in the indentation,
12151 move to the end of the indentation.
12152
12153 * cus-edit.el (customize-changed-options): Make arg optional.
12154
12155 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
12156
12157 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
12158
12159 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12160
12161 * textmodes/org-publish.el (org-publish-attachment): Re-install
12162 accidentally deleted change.
12163
12164 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * term/iris-ansi.el (iris-function-map): Move init into declaration.
12167
12168 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
12169
12170 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12171 (Buffer-menu-mode-map): Initialize in the declaration.
12172 (Buffer-menu-mode): Define with `define-derived-mode'.
12173
12174 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
12175
12176 * textmodes/org.el (org-version): Change to 5.13e.
12177 (org-agenda-file-regexp): Fix typo in docstring.
12178 (org-add-planning-info): Fix bug in parenthesis settings.
12179 (org-scan-tags): Catch the case of indirect buffers with no filename.
12180 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
12181 Re-install switch to mapc, had been removed by accident.
12182 (org-columns-map): New binding `C-c C-o'.
12183 (org-columns-menu): Change menu text and added new entry.
12184 (org-columns-eval): Document the use of `next-line'.
12185 (org-columns-open-link): New function.
12186 (org-columns-follow-link): Remove function.
12187 (org-open-link-from-string): New function.
12188 (org-read-date-get-relative): Fix typo in docstring.
12189 (org-read-date-get-relative): Leading +/- is not optional.
12190 (org-agenda-get-restriction-and-command): Always resize window on
12191 first loop cycle.
12192 (org-agenda-open-link): Make sure the link abbreviations are
12193 present in the agenda buffer.
12194 (org-agenda-copy-local-variable): New function.
12195
12196 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
12199
12200 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * simple.el (reindent-then-newline-and-indent): Use a `move after
12203 insert' kind of marker in the save-excursion.
12204
12205 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * textmodes/css-mode.el: Require CL.
12208 (comment-continue): Declare.
12209
12210 * subr.el (make-variable-frame-localizable): Remove.
12211 (make-variable-frame-local): Mark obsolete.
12212
12213 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
12216 of the subdirs is unreadable.
12217
12218 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
12219
12220 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
12221 when we are local.
12222
12223 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * progmodes/python.el (python-current-defun): Remove left-over
12226 assignment to `start'.
12227
12228 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
12231 than `mapcar'; return value is not used.
12232
12233 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12234
12235 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
12236 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
12237
12238 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
12239
12240 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
12241 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
12242
12243 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12244
12245 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
12246
12247 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12248
12249 * emacs-lisp/advice.el (ad-make-advised-docstring):
12250 Add ad-advice-info text property to doc string.
12251
12252 2007-10-23 Glenn Morris <rgm@gnu.org>
12253
12254 * progmodes/f90.el (f90-do-indent, f90-if-indent)
12255 (f90-type-indent, f90-program-indent, f90-associate-indent)
12256 (f90-continuation-indent, f90-comment-region)
12257 (f90-beginning-ampersand, f90-smart-end)
12258 (f90-break-before-delimiters, f90-auto-keyword-case)
12259 (f90-leave-line-no, f90-mode-hook):
12260 Give an appropriate safe-local-variable property.
12261
12262 * progmodes/fortran.el (fortran-tab-mode-default)
12263 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
12264 (fortran-structure-indent, fortran-continuation-indent)
12265 (fortran-comment-indent, fortran-comment-line-extra-indent)
12266 (fortran-comment-line-start)
12267 (fortran-minimum-statement-indent-fixed)
12268 (fortran-minimum-statement-indent-tab)
12269 (fortran-comment-indent-char, fortran-line-number-indent)
12270 (fortran-check-all-num-for-matching-do)
12271 (fortran-blink-matching-if, fortran-continuation-string)
12272 (fortran-comment-region, fortran-electric-line-number)
12273 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
12274 (fortran-analyze-depth, fortran-break-before-delimiters):
12275 Give an appropriate safe-local-variable property.
12276
12277 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12278
12279 * printing.el: Move variable definitions before use.
12280 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
12281
12282 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
12285 (tpu-edt-off): Use it.
12286 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
12287 the global-map before adding it to global-map.
12288
12289 * menu-bar.el (global-buffers-menu-map): New var.
12290 (global-map, menu-bar-update-buffers): Use it.
12291 * msb.el (msb-menu-bar-update-buffers): Use it.
12292 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
12293 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
12294 Use with-current-buffer.
12295
12296 2007-10-22 Juri Linkov <juri@jurta.org>
12297
12298 * isearch-multi.el: New file.
12299
12300 * isearch.el (isearch-search-string): After finding the next
12301 occurrence switch to buffer isearch-buffers-current-buffer when
12302 isearch-buffers-next-buffer-function is non-nil and
12303 isearch-buffers-current-buffer is live.
12304
12305 * add-log.el (change-log-mode): Make and set buffer-local variable
12306 isearch-buffers-next-buffer-function to change-log-next-buffer.
12307 Call isearch-buffers-minor-mode.
12308 (change-log-next-buffer): New function.
12309
12310 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
12311
12312 * textmodes/org-export-latex.el (org-export-latex-protect-string):
12313 Renaming of `org-latex-protect'.
12314 (org-export-latex-emphasis-alist): By default, don't protect
12315 any emphasis formatter from further conversion.
12316 (org-export-latex-tables): Honor column grouping for tables.
12317 (org-export-latex-title-command): New option.
12318 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12319 export backslash character.
12320
12321 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
12322
12323 * textmodes/org.el (org-read-date-get-relative): New function.
12324 (org-agenda-file-regexp): New variable.
12325 (org-agenda-files): Allow directories in the variable.
12326 (org-agenda-get-restriction-and-command): New function.
12327 (org-agenda): Use `org-agenda-get-restriction-and-command'.
12328 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
12329 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
12330 New functions.
12331 (org-entry-add-to-multivalued-property)
12332 (org-entry-remove-from-multivalued-property)
12333 (org-entry-member-in-multivalued-property): New functions.
12334 (org-remember-apply-template): Catch C-g and make sure window
12335 configuration is restored.
12336 (org-agenda-open-link): Make it work with several links in the line.
12337 (org-drawers, org-set-regexps-and-options)
12338 (org-get-current-options): Add support for a DRAWERS in-buffer option.
12339 (org-agenda-window-frame-fractions): New option.
12340 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
12341 (org-columns-cleanup-item, org-find-entry-with-id)
12342 (org-insert-columns-dblock, org-listtable-to-string)
12343 (org-dblock-write:columnview, org-columns-capture-view)
12344 (org-edit-headline): New functions.
12345 (org-agenda-to-appt): Require calendar.
12346 (org-entry-get-with-inheritance): Widen for search.
12347 (org-columns-display-here): Don't mark buffer as modified when
12348 adding space characters to accomodate column overlays.
12349 (org-export-as-html): Better formatting of tags in the toc.
12350 (org-columns-display-here): Make the ITEM column as compact as possible.
12351 (org-remember-templates): Customization interface improved.
12352 (org-export-with-property-drawer): Variable removed.
12353 (org-export-with-drawers): New option.
12354 (org-complex-heading-regexp): New variable.
12355 (org-sort-entries): Rewrite using `sort-subr'.
12356 (org-set-property): More appropriate completion during interactive use.
12357 (org-sort-entries): Allow sorting by property.
12358 (org-additional-option-like-keywords): Add more values.
12359 (org-sort-entries-or-items): Rename from `org-sort-entries'.
12360
12361 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
12362
12363 * textmodes/org.el (org-get-date-from-calendar): New function.
12364 (org-at-timestamp-p, org-timestamp-change)
12365 (org-remember-templates): First element of each entry is now a
12366 name for the template.
12367 (org-store-log-note): Check for `org-note-abort'.
12368 (org-kill-note-or-show-branches): New command.
12369 (org-fontify-priorities): New option.
12370 (org-fontify-priorities): New function.
12371 (org-cut-subtree, org-copy-subtree): New argument N to
12372 act on N sequential subtrees.
12373 (org-paste-subtree): Fix the level at which a tree is pasted.
12374 (org-fit-agenda-window): Limitations on window size removed.
12375 (org-agenda-find-same-or-today-or-agenda): Rename from
12376 `org-agenda-find-today-or-agenda'.
12377 (org-scheduled-past-days): New option.
12378 (org-agenda-scheduled-leaders)
12379 (org-agenda-deadline-leaders): New options.
12380 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
12381 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
12382 (org-export-with-tags, org-export-plist-vars)
12383 (org-infile-export-plist): New "tags" option.
12384 (org-use-property-inheritance): New option.
12385 (org-cached-entry-get): Use `org-use-property-inheritance'.
12386 (org-remember-apply-template): Fix typo.
12387
12388 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
12389
12390 * net/tramp.el (tramp-find-shell)
12391 (tramp-open-connection-setup-interactive-shell): Improve sending
12392 initial commands.
12393 (tramp-action-terminal): Send debug message.
12394 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
12395 (tramp-barf-if-no-shell-prompt): Insert code of
12396 `tramp-wait-for-shell-prompt'.
12397
12398 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
12401
12402 * term/vt200.el (terminal-init-vt200):
12403 * term/vt201.el (terminal-init-vt201):
12404 * term/vt220.el (terminal-init-vt220):
12405 * term/vt240.el (terminal-init-vt240):
12406 * term/vt300.el (terminal-init-vt300):
12407 * term/vt320.el (terminal-init-vt320):
12408 * term/vt400.el (terminal-init-vt400):
12409 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
12410
12411 * term/wyse50.el (wyse50-terminal-map): New var.
12412 (terminal-init-wyse50): Use it and input-decode-map.
12413 (enable-arrow-keys): Emasculate.
12414
12415 * term/tvi970.el (tvi970-terminal-map): New var.
12416 (terminal-init-tvi970): Use it and input-decode-map.
12417 (tvi970-keypad-numeric): Remove.
12418 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
12419
12420 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
12421 (terminal-init-sun): Use it and input-decode-map.
12422
12423 * term/news.el (terminal-init-news):
12424 * term/lk201.el (terminal-init-lk201):
12425 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
12426
12427 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
12428
12429 * complete.el (PC-expand-many-files): Remove.
12430 (PC-do-completion): Call file-expand-wildcards instead of
12431 PC-expand-many-files.
12432
12433 * net/tramp.el (tramp-handle-expand-many-files): Remove.
12434 (PC-expand-many-files): Remove advice.
12435
12436 2007-10-22 Glenn Morris <rgm@gnu.org>
12437
12438 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
12439 Add some support for Fortran 2003 syntax:
12440 (f90-type-indent): Now also applies to `enum'.
12441 (f90-associate-indent): New user option.
12442 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
12443 Add some F2003 keywords.
12444 (f90-constants-re): New constant.
12445 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
12446 Interface'.
12447 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
12448 `class'. Arguments for `type'/`class' may have spaces. Add a new
12449 element for functions with specified types. Add `end enum' and
12450 `select type'. Add `implicit enumerator' and `procedure'.
12451 Add `class default' and `type is', `class is'. Fix `go to' regexp.
12452 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
12453 (f90-font-lock-keywords-4): Add `f90-constants-re'.
12454 (f90-blocks-re): Add `enum' and `associate'.
12455 (f90-else-like-re): Add `class is', `type is', and `class default'.
12456 (f90-end-type-re): Add `enum'.
12457 (f90-end-associate-re, f90-typeis-re): New constants.
12458 (f90-end-block-re): Add `enum' and `associate'. Change from
12459 optional whitespace to end-of-word, to avoid `enumerator'.
12460 (f90-start-block-re): Add `select type', `abstract interface', and
12461 `enum'. Avoid `type is', and `type (sometype)'.
12462 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
12463 (f90-mode): Doc fix.
12464 (f90-looking-at-select-case): Doc fix. Add `select type'.
12465 (f90-looking-at-associate): New function.
12466 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
12467 Add `enum' and `abstract interface'.
12468 (f90-no-block-limit): Add `select type' and `abstract interface'.
12469 (f90-get-correct-indent, f90-calculate-indent)
12470 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
12471 (f90-indent-region, f90-match-end): Handle `associate' blocks.
12472
12473 2007-10-22 Martin Rudalics <rudalics@gmx.at>
12474
12475 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
12476 Use window-full-width-p.
12477
12478 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
12479
12480 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
12481
12482 * tooltip.el: Use featurep 'xemacs.
12483
12484 * printing.el: Move variable definitions before use, no code change.
12485
12486 2007-10-22 Juri Linkov <juri@jurta.org>
12487
12488 * simple.el (goto-history-element): Allow minibuffer-default to be
12489 a list of default values accessible by typing M-n in the minibuffer.
12490
12491 * dired-x.el (dired-guess-shell-command): Put all guesses to the
12492 minibuffer default value list instead of pushing them temporarily
12493 to the history list.
12494
12495 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12496
12497 * hexl.el (hexl-menu): New major mode menu.
12498
12499 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
12502
12503 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12504
12505 * w32-fns.el (w32-quote-process-args):
12506 * dos-w32.el (print-region-function, lpr-headers-switches)
12507 (ps-print-region-function): Pacify byte-compiler.
12508
12509 * emulation/edt-mapper.el (function-key-map):
12510 (edt-map-key): Make it a function instead of using fset.
12511 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
12512 (edt-gnu-map-key, edt-lucid-map-key): Remove.
12513 (edt-x-emacs-p): Remove.
12514 (edt-emacs-variant, edt-window-system, edt-xserver):
12515 Use featurep 'xemacs.
12516
12517 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
12518 Replace eudc-xemacs-p with its definition.
12519 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
12520 (eudc-emacs-mule-p): Remove.
12521 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
12522 eudc-xemacs-p with feature tests.
12523
12524 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
12525 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
12526 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
12527 (eudc-bob-toggle-inline-display):
12528 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
12529 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
12530
12531 * net/eudcb-ph.el (eudc-ph-open-session):
12532 Replace eudc-xemacs-mule-p with its former definition.
12533
12534 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
12535 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
12536
12537 * progmodes/vera-mode.el (vera-xemacs): Remove.
12538 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
12539
12540 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
12541 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
12542 (vhdl-speedbar-initialize, vhdl-ps-print-init)
12543 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
12544 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
12545 with (featurep 'xemacs).
12546
12547 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
12548 (save-buffer-state-x):
12549 * obsolete/fast-lock.el (fast-lock-verbose):
12550 * emulation/viper-init.el (viper-xemacs-p)
12551 (viper-cond-compile-for-xemacs-or-emacs):
12552 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
12553 * ps-print.el (case-fold-search):
12554 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
12555 * calculator.el (calculator-help): Use featurep 'xemacs.
12556
12557 * progmodes/prolog.el: Undo previous change.
12558 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
12559
12560 * progmodes/dcl-mode.el:
12561 * play/yow.el:
12562 * calendar/todo-mode.el:
12563 * calendar/cal-hebrew.el:
12564 * vc-hg.el: Undo previous change.
12565
12566 * vms-patch.el: Likewise.
12567 (print-region-function): Pacify byte-compiler.
12568
12569 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
12570
12571 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
12572 preserve-uid-gid.
12573
12574 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
12575 compatibility. It is not used, though.
12576
12577 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
12578 Require tramp-cmds.el.
12579 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
12580 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
12581 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
12582 (tramp-do-copy-or-rename-file-out-of-band)
12583 (tramp-maybe-open-connection): Use `make-temp-name'. This is
12584 possible, because we don't need to create the temporary file, but
12585 we need a prefix for ssh, which has its own temporary file handling.
12586 (tramp-handle-delete-directory): Add "-f" to rmdir.
12587 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
12588 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
12589 a signal, in order to give the callee a chance to suppress.
12590 (tramp-handle-write-region): Set owner also in case of short
12591 track. Don't use compatibility calls for `write-region' anymore.
12592 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
12593 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
12594
12595 * net/tramp-cmds.el: New file.
12596
12597 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
12598 `tramp-clear-passwd'.
12599
12600 * net/trampver.el: Update release number.
12601
12602 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12603
12604 * progmodes/gud.el (gud-target-name): Move definition before use.
12605
12606 * progmodes/dcl-mode.el: Require imenu at compile time.
12607
12608 * progmodes/cc-engine.el (c-maybe-stale-found-type):
12609 Pacify byte-compiler.
12610
12611 * obsolete/fast-lock.el: Use featurep test instead of string-match.
12612
12613 * eshell/esh-mode.el (eshell-handle-ansi-color):
12614 Require ansi-color at compile time too.
12615
12616 * eshell/em-unix.el (eshell/info): Require info at compile time too.
12617
12618 * w32-fns.el: Require w32-vars.
12619
12620 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
12621 time too.
12622
12623 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * double.el ([ignore]): Use `ignore'.
12626 (double-setup): Inline into double-mode.
12627 (double-mode): Use define-minor-mode.
12628
12629 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12630
12631 * textmodes/reftex.el: Move require easymenu before first use.
12632 (reftex-info): Require info at compile too.
12633
12634 * textmodes/org-publish.el (org-publish-org-to-html)
12635 (org-publish-org-to): Require org at compile time too.
12636 (org-publish-attachment): Require at compile time too.
12637
12638 * term/tty-colors.el (w32-tty-standard-colors):
12639 Pacify byte-compiler.
12640
12641 * term/pc-win.el (frame-creation-function-alist): Add to this
12642 instead of setting frame-creation-function.
12643
12644 * play/blackbox.el (bb-up, bb-down): Use forward-line.
12645
12646 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
12647
12648 * calendar/todo-mode.el: Require calendar at compile time.
12649
12650 * calendar/cal-hebrew.el: Require holidays at compile time.
12651
12652 * w32-vars.el: Provide w32-vars.
12653
12654 * term/w32-win.el: Require w32-vars.
12655 (w32-color-map): Pacify byte-compiler.
12656
12657 * loadup.el: Load w32-vars before term/w32-win.
12658
12659 2007-10-20 Juri Linkov <juri@jurta.org>
12660
12661 * textmodes/fill.el (fill-paragraph): When the region is active,
12662 don't try other `or' branches regardless of the value returned by
12663 fill-region; just return t.
12664
12665 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
12666
12667 * vc.el (vc-do-command): Condition out a misleading message when
12668 running asynchronously.
12669 (vc-deduce-fileset): New argument enables using an unregistered
12670 visited file as a singleton fileset if nothing else is available.
12671 (vc-next-action): Restore file-registering behavior.
12672
12673 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
12674
12675 * calc/README: Add recent news.
12676
12677 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
12678
12679 * term/x-win.el (x-gtk-stock-map, icon-map-list)
12680 (x-gtk-map-stock): Delete duplicated definitions from merge.
12681
12682 * progmodes/compile.el (compilation-skip-to-next-location)
12683 (compilation-skip-threshold, compilation-skip-visited):
12684 Move definitions earlier.
12685
12686 * play/decipher.el (decipher-keypress):
12687 * play/zone.el (zone-fall-through-ws):
12688 * play/landmark.el (lm-move-down, lm-move-up):
12689 * play/handwrite.el (handwrite):
12690 * mail/mspools.el (mspools-visit-spool):
12691 * wdired.el (wdired-next-line, wdired-previous-line):
12692 * tar-mode.el (tar-subfile-save-buffer):
12693 * scroll-lock.el (scroll-lock-next-line)
12694 (scroll-lock-previous-line):
12695 * image-dired.el (image-dired-next-line)
12696 (image-dired-previous-line):
12697 * ediff-help.el (ediff-help-message-line-length):
12698 Use forward-line.
12699
12700 * smerge-mode.el (smerge-auto-refine):
12701 * diff-mode.el (diff-auto-refine): Add :group.
12702
12703 * play/yow.el: Require doctor at compile time.
12704
12705 * vmsproc.el: Provide vmsproc.
12706 (command-send-input): Use forward-line.
12707
12708 * vms-patch.el: Require ps-print and vmsproc at compile time.
12709
12710 * vc-mtn.el (log-view-message-re, log-view-file-re)
12711 (log-view-font-lock-keywords): Pacify byte-compiler.
12712
12713 * vc-hg.el: Require log-view at compile time.
12714
12715 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
12716
12717 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
12718
12719 2007-10-20 Glenn Morris <rgm@gnu.org>
12720
12721 * progmodes/f90.el (f90-font-lock-keywords-2)
12722 (f90-looking-at-type-like): Fix regexp typos.
12723
12724 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * bs.el (bs--track-window-changes): Don't refresh the whole list.
12727 (bs-mode): Set mode-class property to special.
12728
12729 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * diff-mode.el (diff-auto-refine): New var.
12732 (diff-hunk): Use it.
12733 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
12734 (diff-refine-change): Rename from diff-fine-change. Change it.
12735 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
12736 (diff-refine-hunk): Rename from diff-fine-highlight.
12737
12738 2007-10-20 John Paul Wallington <jpw@pobox.com>
12739
12740 * help-fns.el (describe-variable-custom-version-info): New function
12741 to return variable's version or package version note.
12742 (describe-variable): Use it, display result.
12743
12744 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * smerge-mode.el (smerge-auto-refine): New var.
12747 (smerge-next, smerge-prev): Use it.
12748 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
12749
12750 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12751 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
12752
12753 * vc-bzr.el (vc-bzr-diff-tree):
12754 * vc-git.el (vc-git-diff-tree):
12755 * vc-hg.el (vc-hg-diff-tree):
12756 * vc-mcvs.el (vc-mcvs-diff-tree):
12757 * vc-mtn.el (vc-mtn-diff-tree):
12758 * vc-svn.el (vc-svn-diff-tree): Remove.
12759
12760 * vc-mtn.el (vc-mtn-revision-completion-table):
12761 * vc-cvs.el (vc-cvs-revision-completion-table):
12762 * vc-arch.el (vc-arch-revision-completion-table):
12763 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
12764 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
12765 Make it work when the arg is a list of files.
12766
12767 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
12770 Also `revision-completion-table' now takes a list of files.
12771 (vc-deduce-fileset): Remove unused var `regexp'.
12772 Only obey allow-directory-wildcard in dired buffers.
12773 (vc-default-diff-tree): Remove.
12774 (vc-diff-added-files): New var.
12775 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
12776 (vc-version-diff): Revert from `vc-history-diff' to the original name.
12777 Remove the `backend' arg.
12778 (vc-contains-version-controlled-file): Remove.
12779 (vc-diff): Bring it closer to the version in Emacs-22.
12780 (vc-revert): Fix typo in let-binding.
12781 (vc-default-unregister): Remove.
12782 (vc-dired-buffers-for-dir): Remove N^2 behavior.
12783
12784 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12785
12786 * textmodes/two-column.el (2C-split, 2C-merge):
12787 * textmodes/bib-mode.el (bib-find-key, mark-bib):
12788 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12789 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
12790 * progmodes/ada-xref.el (ada-get-all-references):
12791 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
12792 * emulation/vi.el (vi-previous-line-first-nonwhite)
12793 (vi-effective-range, vi-put-before):
12794 * emulation/edt.el (edt-next-line, edt-previous-line)
12795 (edt-paragraph-forward): Use forward-line.
12796
12797 * progmodes/etags.el (tags-apropos): Require apropos at compile
12798 time too.
12799
12800 * progmodes/prolog.el: Require comint when compiling.
12801 (inferior-prolog-flavor): Move defvar before use.
12802
12803 2007-10-19 Richard Stallman <rms@gnu.org>
12804
12805 * font-core.el (turn-on-font-lock-if-desired):
12806 Rename from `turn-on-font-lock-if-enabled'.
12807 Fully obey `font-lock-global-modes'.
12808
12809 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12810
12811 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
12812 which will not affect the behavior of things like forward-word.
12813 (diff-fine-highlight): Preserve point.
12814
12815 * doc-view.el (doc-view-mode-map): Use remapping.
12816 Don't rebind C-v, M-v to their default value.
12817 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
12818
12819 * smerge-mode.el: Add word-granularity refinement.
12820 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
12821 (smerge-refine-weight-hack): New vars.
12822 (smerge-refine-forward): New fun.
12823 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
12824 (smerge-refine-subst): Use them as well. Preserve point.
12825
12826 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
12827
12828 * follow.el (follow-unload-function): New function.
12829
12830 * loadhist.el (unload-function-features-list):
12831 Rename from `unload-hook-features-list'.
12832 (unload-hook-features-list): Add as obsolete alias.
12833 (unload-feature): Use `unload-function-features-list'
12834 and new FEATURE-unload-function.
12835
12836 2007-10-19 Glenn Morris <rgm@gnu.org>
12837
12838 * bindings.el (mouse-minor-mode-menu)
12839 (minor-mode-menu-from-indicator): Move to mouse.el.
12840 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12841 Move here from bindings.el.
12842
12843 2007-10-19 Richard Stallman <rms@gnu.org>
12844
12845 * help-fns.el (describe-function-1): Don't use the advice origname
12846 if it has no function definition.
12847
12848 2007-10-18 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
12849
12850 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
12851 Use `save-restriction' rather than `widen'.
12852
12853 2007-10-18 Richard Stallman <rms@gnu.org>
12854
12855 * time.el (display-time-world-time-format): Display day # not month #.
12856
12857 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
12858
12859 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
12860
12861 * doc-view.el: Remove version keyword.
12862 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12863 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
12864 (doc-view-ghostscript-options): Improve custom type.
12865 (doc-view-cache-directory, doc-view-conversion-buffer)
12866 (doc-view-conversion-refresh-interval): Simplify custom type.
12867
12868 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
12869
12870 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12871 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
12872 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12873 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
12874 Remove superfluous messages.
12875 (doc-view-mode-map): Use the image-mode scrolling commands.
12876 Don't rebind C-x k.
12877
12878 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
12879
12880 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
12881 Add comment about "-dSAFER".
12882
12883 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * term/xterm.el: Don't require xt-mouse.
12886 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
12887 calling turn-on-xterm-mouse-tracking-on-terminal directly.
12888
12889 * xt-mouse.el: Don't change the global function-key-map anny more.
12890 (xterm-mouse-mode): Use terminal-init-xterm-hook.
12891 Don't use after-make-frame-functions now that term/xterm.el calls
12892 us directly.
12893 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
12894 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
12895 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
12896 Setup input-decode-map and remember that xterm-mouse-mode was
12897 enabled in this terminal.
12898 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
12899 terminals where it has been enabled.
12900
12901 * faces.el (tty-create-frame-with-faces): Make sure not only
12902 tty-run-terminal-initialization but also set-locale-environment
12903 are run only once per terminal.
12904 (tty-run-terminal-initialization): Don't check if the terminal was
12905 already initted.
12906
12907 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
12908 not to remove keymaps that just happen to inherit from one of ours.
12909 When setting up our keymap, make sure it won't be accidentally
12910 modified by someone else.
12911
12912 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12913
12914 * textmodes/artist.el (artist-previous-line, artist-next-line):
12915 * dired.el (dired-next-line, dired-previous-line):
12916 * progmodes/delphi.el (delphi-newline):
12917 * textmodes/org.el (org-columns-eval):
12918 Use forward-line.
12919
12920 * emerge.el (emerge-setup): Use insert-buffer-substring.
12921 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
12922
12923 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
12924
12925 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
12926 (adaptive-fill-function): Doc fix. Remove * from docstring.
12927
12928 2007-10-18 Tom Horsley <tom.horsley@att.net>
12929
12930 * simple.el (interprogram-paste-function): Doc fix.
12931 (current-kill): Accept list of strings as well
12932 as single string from `interprogram-paste-function'.
12933
12934 2007-10-18 Glenn Morris <rgm@gnu.org>
12935
12936 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12937
12938 2007-10-18 Drew Adams <drew.adams@oracle.com>
12939
12940 * bindings.el (mode-line-minor-mode-keymap):
12941 Add mouse-minor-mode-menu on mouse-1.
12942 (mode-line-modes): Add mouse-1 to help-echo text.
12943 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12944 New functions.
12945 (mode-line-minor-mode-help): Doc fix.
12946
12947 2007-10-17 Juri Linkov <juri@jurta.org>
12948
12949 * textmodes/fill.el (fill-paragraph-or-region): Remove function
12950 at the request of RMS.
12951 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
12952 arg `region'. Fix docstring. At the first `or' branch add call to
12953 `fill-region' if it the region is active in transient-mark-mode.
12954
12955 * bindings.el (esc-map): Bind M-q to fill-paragraph
12956 instead of fill-paragraph-or-region.
12957
12958 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
12959 with fill-paragraph.
12960
12961 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
12962 Fix docstring.
12963
12964 * indent.el (indent-for-tab-command): Change interactive spec from
12965 "P" to "p". Add check for interactive arg before indenting the
12966 active region.
12967
12968 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
12969 Regroup.
12970
12971 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
12972
12973 * emacs-lisp/find-func.el: Don't require loadhist.
12974
12975 * loadhist.el (feature-symbols, file-provides, file-requires)
12976 (file-set-intersect, file-dependents): Simplify.
12977 (unload-feature-special-hooks): Update list of special hooks.
12978
12979 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
12980
12981 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
12982 extensions since they can be viewed with doc-view.
12983
12984 * files.el (auto-mode-alist): Make doc-view-mode the default mode
12985 for pdf, ps and dvi files.
12986
12987 * doc-view.el: Make doc-view-mode the standard mode for viewing
12988 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
12989 text and image display. Add binding C-c C-e to switch to an
12990 editing mode.
12991 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
12992 avoid security problems when rendering files from untrusted sources.
12993
12994 2007-10-17 Aaron Hawley <aaronh@garden.org>
12995
12996 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
12997 position is not saved.
12998
12999 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13000
13001 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
13002 (doc-view-ghostscript-options): Fix typo in doc string.
13003
13004 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
13007 handling, so compilation-fake-loc works again.
13008
13009 * server.el (server-select-display): Nop if we do not support m-f-o-d.
13010 (server-process-filter): Revert last change.
13011
13012 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
13013 behavior unrelated to filesets.
13014
13015 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
13016
13017 * longlines.el (longlines-wrap-follows-window-size): Integer value
13018 specifies wrapping margin.
13019 (longlines-mode, longlines-window-change-function):
13020 Set window-specific wrapping margin based on the above.
13021
13022 2007-10-17 John Wiegley <johnw@newartisans.com>
13023
13024 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
13025
13026 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
13027
13028 * server.el (server-process-filter): Only set display if X11 is
13029 supported.
13030
13031 2007-10-17 Glenn Morris <rgm@gnu.org>
13032
13033 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13034 Tweak regexp to avoid stack overflow.
13035
13036 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * simple.el (reindent-then-newline-and-indent): Don't assume that
13039 indent-according-to-mode preserves point.
13040
13041 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
13042
13043 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
13044 (bs--nth-wrapper): Simplify.
13045 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
13046 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
13047 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
13048 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
13049 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
13050 (bs-configurations, bs-default-configuration)
13051 (bs-alternative-configuration, bs-cycle-configuration-name)
13052 (bs-string-show-always, bs-string-show-never, bs-string-current)
13053 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
13054 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
13055 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
13056 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
13057 (bs--window-config-coming-from): Revert 2006-11-09 change.
13058 (bs--restore-window-config): Keep the selected frame.
13059 (bs--track-window-changes, bs--remove-hooks): New functions.
13060 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
13061 (bs--create-header): Remove.
13062 (bs--create-header-line): New function, based on `bs--create-header'.
13063 (bs--show-header): Use `bs--create-header-line'.
13064 (bs--show-with-configuration): Revert 2006-11-09 change.
13065 Don't reuse window unless it is visible on the selected frame.
13066 Restore window configuration (possibly in a different frame)
13067 before creating any window.
13068
13069 2007-10-16 Glenn Morris <rgm@gnu.org>
13070
13071 * simple.el (blink-matching-open): Don't report false errors with
13072 the `$' syntax class.
13073
13074 2007-10-16 Richard Stallman <rms@gnu.org>
13075
13076 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
13077 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
13078 (ad-is-advised, ad-get-advice-info-field)
13079 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
13080
13081 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * vc-hooks.el (vc-workfile-version): Compatibility alias.
13084 (vc-default-working-revision): Compatibility for backends.
13085
13086 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
13089 (filesets-ormap, filesets-sort-case-sensitive-flag)
13090 (filesets-remake-shortcut, filesets-ingroup-collect-files):
13091 Fix typos in docstrings.
13092 (filesets-conditional-sort, filesets-find-or-display-file)
13093 (filesets-data-get-name, filesets-data-get-data)
13094 (filesets-data-set, filesets-cmd-query-replace-getargs)
13095 (filesets-ingroup-collect): Doc fixes.
13096
13097 2007-10-15 Sam Steingold <sds@gnu.org>
13098
13099 * mail/sendmail.el (sendmail-error-reporting-interactive)
13100 (sendmail-error-reporting-non-interactive): New variables for
13101 sendmail error reporting options to simplify support for imperfect
13102 sendmail emulators.
13103 (sendmail-send-it): Use them instead of list literals.
13104
13105 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * help-fns.el: Revert previous change; it creates a
13108 dependency loop between advice.el and help-fns.el.
13109
13110 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * help-fns.el: Require advice when compiling.
13113
13114 2007-10-14 Drew Adams <drew.adams@oracle.com>
13115
13116 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
13117 (ring-insert+extend, ring-remove+insert+extend, ring-member)
13118 (ring-next, ring-previous): New functions.
13119
13120 2007-10-14 Richard Stallman <rms@gnu.org>
13121
13122 * emacs-lisp/advice.el (documentation): Advice deleted.
13123 Doc for advised functions is now handled at C level.
13124 (ad-stop-advice, ad-start-advice): Don't enable or disable
13125 advice for `documentation'.
13126 (ad-advised-definition-docstring-regexp): Var deleted.
13127 (ad-make-advised-definition-docstring): Store orig name
13128 as text property of string.
13129 (ad-advised-definition-p): Check for text property of docstring.
13130
13131 * help-fns.el (describe-function-1): Find source of advised functions.
13132
13133 2007-10-14 Juri Linkov <juri@jurta.org>
13134
13135 * faces.el (describe-face): Allow handling a string as the face name.
13136
13137 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
13138 active region in transient-mark-mode.
13139 (ispell-region): Change messages displayed at the start and end of
13140 the spell-checking to be the same.
13141
13142 * startup.el (fancy-startup-tail): Say exactly what does the button
13143 dismiss ("Dismiss this startup screen"). Use text "Never show
13144 it again" for the checkbox after this button.
13145 (fancy-startup-screen, fancy-about-screen): Put point before the
13146 first link, so the user can quickly select links with the keyboard.
13147 (normal-mouse-startup-screen): Add more useful text describing how
13148 to follow a link.
13149
13150 2007-10-14 Glenn Morris <rgm@gnu.org>
13151
13152 * progmodes/etags.el (select-tags-table): Disable undo in the
13153 `*Tags Table List*' buffer.
13154
13155 2007-10-13 Eli Zaretskii <eliz@gnu.org>
13156
13157 * dired.el (dired-warn-writable): New face.
13158 (dired-warn-writable-face): New variable.
13159 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
13160 of dired-warning-face, for group- and world-writable files.
13161
13162 2007-10-13 Richard Stallman <rms@gnu.org>
13163
13164 * files.el (directory-abbrev-alist): Doc fix.
13165
13166 2007-10-13 Jari Aalto <jari.aalto@cante.net>
13167
13168 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
13169
13170 2007-10-12 Martin Rudalics <rudalics@gmx.at>
13171
13172 * frame.el (set-frame-configuration): Assign name parameter only
13173 if it has been set explicitly before.
13174
13175 2007-10-11 Tom Tromey <tromey@redhat.com>
13176
13177 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
13178 frame is visible.
13179
13180 2007-10-10 Richard Stallman <rms@gnu.org>
13181
13182 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
13183 in *Backtrace*.
13184
13185 * faces.el (face-font-selection-order): Doc fix.
13186
13187 * loadhist.el (unload-feature): Doc fix.
13188
13189 2007-10-13 Glenn Morris <rgm@gnu.org>
13190
13191 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
13192 (octave-re-search-forward-kw, octave-re-search-backward-kw):
13193 Add doc string, and an explicit COUNT argument.
13194 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
13195 `inc' to search functions.
13196
13197 * faces.el (face-spec-set): When FRAME is nil, set the default for
13198 new frames (restores pre-2007-09-17 behavior). Doc fix.
13199
13200 2007-10-13 John W. Eaton <jwe@octave.org>
13201
13202 * progmodes/octave-mod.el (octave-looking-at-kw)
13203 (octave-re-search-forward-kw, octave-re-search-backward-kw):
13204 New functions.
13205 (octave-in-defun-p, calculate-octave-indent)
13206 (octave-blink-matching-block-open, octave-beginning-of-defun)
13207 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
13208 to search for regexps that contain case-sensitive keywords.
13209 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
13210 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
13211
13212 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13213
13214 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
13215 Do not use a single clause cond.
13216
13217 * cus-start.el (all): Use test that does not match the X11 version
13218 for mac.
13219
13220 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
13221
13222 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
13223 BROWSE buffer.
13224
13225 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13226
13227 * cus-start.el (all): Undo previous change.
13228
13229 2007-10-13 Glenn Morris <rgm@gnu.org>
13230
13231 * woman.el (woman0-rename): Fix paren typo.
13232
13233 * mail/feedmail.el (feedmail-run-the-queue)
13234 (feedmail-look-at-queue-directory):
13235 * mail/reporter.el (reporter-dump-state):
13236 * net/eudc-hotlist.el (eudc-edit-hotlist):
13237 * net/eudc.el (eudc-display-records)
13238 (eudc-filter-duplicate-attributes)
13239 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
13240 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
13241 (eudc-bbdb-query-internal):
13242 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
13243 * net/socks.el (socks-build-auth-list):
13244 * progmodes/cc-cmds.el (top level):
13245 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
13246 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
13247 (cperl-write-tags, cperl-tags-treeify):
13248 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
13249 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
13250 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
13251 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
13252 (idlwave-toolbar-remove-everywhere):
13253 * progmodes/idlwave.el (idlwave-indent-line)
13254 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
13255 (idlwave-write-paths, idlwave-all-method-classes)
13256 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
13257 (idlwave-fix-keywords, idlwave-display-calling-sequence)
13258 (idlwave-complete-in-buffer):
13259 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
13260 (org-fast-tag-selection):
13261 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
13262 than mapcar.
13263
13264 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13265
13266 * diff-mode.el (diff-fine-change): Add :group.
13267
13268 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
13269
13270 * cus-start.el (all): Use the same test as the 22.2 branch.
13271
13272 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * diff-mode.el (diff-current-defun): Force recomputation of
13275 change-log-default-name.
13276
13277 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
13278
13279 * startup.el (fancy-startup-screen): Remove an unnecessary newline
13280 and some leftover logic regarding dedicated frames. If showing
13281 concise startup screen, fit window to buffer.
13282 (command-line-1): If we will be using the splash screen, use
13283 find-file instead of find-file-other-window to find additional files.
13284 Comment out unused code for coping with the old sit-for behavior.
13285
13286 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
13289 `meta' modifier consistently, rather than using sometimes meta
13290 sometimes alt.
13291
13292 2007-10-12 Martin Rudalics <rudalics@gmx.at>
13293
13294 * window.el (handle-select-window): Revert part of 2007-10-08
13295 change setting the input focus.
13296
13297 2007-10-12 Glenn Morris <rgm@gnu.org>
13298
13299 * startup.el (command-line): Do not read abbrev file in batch mode.
13300
13301 * emacs-lisp/byte-opt.el (top level):
13302 * mail/rmail.el (rmail-list-to-menu):
13303 * obsolete/hilit19.el (hilit-mode):
13304 * progmodes/cc-mode.el (c-postprocess-file-styles)
13305 (c-submit-bug-report):
13306 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13307 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
13308 (reftex-access-parse-file):
13309 * textmodes/reftex-cite.el (reftex-do-citation)
13310 (reftex-insert-bib-matches):
13311 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13312 * textmodes/reftex-sel.el (reftex-select-unmark):
13313 * textmodes/reftex-toc.el (reftex-toc-do-promote):
13314 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
13315
13316 * cus-edit.el (custom-variable-menu, custom-face-menu)
13317 (custom-group-menu): Check init-file-user rather than
13318 user-init-file, in case cus-edit is loaded by site-run-file.
13319
13320 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
13321
13322 * vc.el (vc-deduce-fileset): Delete unused code.
13323 (vc-next-action): Fix typos.
13324
13325 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * bs.el (bs--mark-unmark): New function.
13328 (bs-mark-current, bs-unmark-current): Use it.
13329
13330 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
13331
13332 * vc.el (vc-diff):
13333 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
13334 temporarily disable the check for his edge case of
13335 vc-diff (stopping it from grinding when called from $HOME), as
13336 it's calling some brittle code in vc-hooks.el.
13337 (with-vc-properties): Fix evaluation time of a macro argument.
13338 * ediff-vers.el (ediff-vc-internal):
13339 * vc-hooks.el:
13340 * loaddefs.el: Follow up on VC terminology change.
13341
13342 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
13343
13344 * follow.el (follow-stop-intercept-process-output):
13345 Use `follow-call-process-filter' rather than `process-filter'.
13346 Simplify.
13347
13348 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
13349
13350 * vc-hooks.el (vc-registered): Robustify this function a bit
13351 against filenames with no directory component.
13352
13353 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * international/characters.el: Undo unwanted and unexplained change.
13356
13357 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13358
13359 * ps-print.el: Fix the usage of :foreground and :background face
13360 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
13361 (ps-print-version): New version 6.7.6.
13362 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
13363 Fix code.
13364 (ps-face-foreground-color-p, ps-face-background-color-p)
13365 (ps-face-color-p): New inline funs.
13366
13367 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
13368
13369 * textmodes/org.el (org-additional-option-like-keywords): New constant.
13370 (org-complete): Use `org-additional-option-like-keywords'.
13371 (org-parse-local-options): New function.
13372
13373 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
13374
13375 * textmodes/org.el (org-in-clocktable-p): New function.
13376 (org-clock-report): Only update the table at point, or insert a new one.
13377 (org-clock-goto): New function.
13378 (org-open-file): Use `start-process-shell-command' instead of
13379 `shell-command' with an ampersand.
13380 (org-deadline, org-schedule): New argument REMOVE to remove the
13381 date from the entry.
13382 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
13383 argument to `org-schedule' and `org-deadline'.
13384 (org-trim): Use the correct expressions for beginning and end of
13385 the string.
13386 (org-get-cleaned-entry): Trim the string before returning it.
13387 (org-clock-find-position): New function.
13388 (org-clock-into-drawer): New option.
13389 (org-agenda-tags-column): Rename from
13390 `org-agenda-align-tags-to-column'.
13391 (org-agenda-align-tags): Allow negative values for
13392 `org-agenda-tags-column'.
13393 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
13394 (org-agenda-to-appt): New optional argument FILTER.
13395 (org-completion-fallback-command): New variable.
13396 (org-complete): Use `org-completion-fallback-command'.
13397 (org-find-base-buffer-visiting): Catch the case that there is no
13398 buffer visiting the file.
13399 (org-property-or-variable-value): New function.
13400 (org-todo): Use `org-property-or-variable-value'
13401 (org-agenda-compact-blocks): New option.
13402 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
13403 (org-agenda-schedule, org-agenda-deadline):
13404 Call `org-agenda-show-new-time'.
13405 (org-agenda-show-new-time): New argument PREFIX.
13406 (org-colgroup-info-to-vline-list): Fix but that cause a
13407 shift in the vertical lines.
13408 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
13409 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
13410 (org-indent-item): No arg in call to `org-fix-bullet-type'.
13411 (org-fix-bullet-type): Remove argument.
13412 (org-read-date): Check for am/pm twice, to catch the end time.
13413 (org-goto-map): Use `suppress-keymap'.
13414 (org-remember-apply-template): Respect the dynamically scoped
13415 selection character.
13416
13417 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
13418
13419 * textmodes/org-export-latex.el (org-export-latex-protect-string):
13420 Renaming of `org-latex-protect'.
13421 (org-export-latex-emphasis-alist): By default, don't protect
13422 any emphasis formatter from further conversion.
13423 (org-export-latex-tables): Honor column grouping for tables.
13424 (org-export-latex-title-command): New option.
13425 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13426 export backslash character.
13427
13428 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * frame.el (frame-inherited-parameters): Remove unused `environment'
13431 parameter, and let server.el add `client' when needed.
13432
13433 * server.el (server-create-tty-frame)
13434 (server-create-window-system-frame): Set frame-inherited-parameters.
13435
13436 * frame.el (frame-inherited-parameters): New var.
13437 (make-frame): Use it.
13438
13439 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
13440
13441 * env.el (let-environment): Remove. Unused.
13442 (read-envvar-name): Simplify.
13443 (setenv): Remove unused arg `frame'.
13444
13445 * help-fns.el (describe-variable): Add missing " " for multiline
13446 obsolescence info and missing EOL after global value.
13447
13448 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
13449
13450 * add-log.el:
13451 * ediff-vers.el:
13452 * log-view.el:
13453 * pcvs.el:
13454 * vc-arch.el:
13455 * vc-bzr.el:
13456 * vc-cvs.el:
13457 * vc.el:
13458 * vc-git.el:
13459 * vc-hg.el:
13460 * vc-hooks.el:
13461 * vc-mcvs.el:
13462 * vc-mtn.el:
13463 * vc-rcs.el:
13464 * vc-sccs.el:
13465 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
13466 {find,init,next,previous,annotate-*,log}-version ->
13467 {find,init,next,previous,annotate-*,log}-revision,
13468 annotate-focus-version -> annotate-working-revision, The term
13469 'focus' is gone. The term 'revision' is now used consistently
13470 everywhere that reference to a revision ID is intended, replacing
13471 older use of 'version'.
13472
13473 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * follow.el: Change all instances of "Follow Mode" to "Follow
13476 mode" in docstrings and messages.
13477 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
13478
13479 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
13480
13481 * vc.el (vc-next-action): Rewrite completely; this principal
13482 entry point now operates on a current fileset selected either
13483 explicitly via VC-Dired or implicitly by visiting a file buffer,
13484 rather than always operating on the file of the current buffer as
13485 in older versions. Rewrite the rest of the mode to match.
13486 (with-vc-properties): Rewrite to operate on a file list.
13487 (with-vc-file): vc-checkin takes a file list argument now.
13488 (vc-post-command-functions): This hook now receives a file list.
13489 (vc-do-command): Take a either a file or a file list as argument.
13490 (vc-deduce-fileset): New function for deducing a file list to
13491 operate on.
13492 (vc-next-action-on-file, vc-next-action-dired): Remove.
13493 Merge into vc-next-action.
13494 (vc-register): Adapt to the fact that vc-start-entry now takes a
13495 file list.
13496 (vc-register-with): New function.
13497 (vc-start-entry): Take a file list argument rather than a
13498 file argument.
13499 (vc-checkout): Cope with vc-start-entry taking a file list.
13500 (vc-steal-lock): Cope with with-vc-properties taking a
13501 file list.
13502 (vc-checkin): Take a file list argument rather than a file argument.
13503 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
13504 (vc-diff-internal): Rewrite for filesets.
13505 (vc-diff-sentinel): New function, tests whether changes were
13506 written into a diff buffer.
13507 (vc-diff): Rewrite for filesets.
13508 (vc-version-diff): Rewrite for filesets.
13509 (vc-print-log): Take a fileset argument.
13510 (vc-revert): Revert the entire selected fileset, not just the
13511 current buffer.
13512 (vc-rollback): Roll back the entire selected fileset, if
13513 possible. No longer accepts a prefix argument.
13514 (vc-update): Merge new changes for the entire selected
13515 fileset, not just the current buffer.
13516 (vc-revert-file): Cope with with-vc-properties taking a file list.
13517 (vc-default-dired-state-info): Add + status suffix if the file is
13518 modified.
13519 (vc-annotate-warp-version): Use the new diff machinery.
13520 (vc-log-edit): Take a file list argument rather than a file argument.
13521
13522 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
13523
13524 Sync with Tramp 2.1.11.
13525
13526 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13527 Pacify byte compiler.
13528
13529 * net/trampver.el: Update release number.
13530
13531 2007-10-09 Richard Stallman <rms@gnu.org>
13532
13533 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
13534
13535 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
13536
13537 * follow.el: Require easymenu.
13538 (follow-mode-hook, follow-mode): Doc fixes.
13539 (follow-mode-off-hook): Mark as obsolete.
13540
13541 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13542
13543 * window.el (mouse-autoselect-window-cancel): Don't cancel for
13544 select-window or select-frame events.
13545 (handle-select-window): When autoselecting window set input
13546 focus. Restructure.
13547
13548 * frame.el (focus-follows-mouse): Move to frame.c.
13549 * cus-start.el (all): Add focus-follows-mouse.
13550
13551 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
13554 activate font-locking in the *buffer-selection* buffer.
13555 (bs-show-sorted): Doc fix.
13556
13557 * bs.el (bs--get-marked-string, bs--get-modified-string)
13558 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13559 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
13560 (bs--format-aux): Doc fix.
13561
13562 2007-10-08 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
13563
13564 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
13565
13566 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
13567
13568 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
13569 (gud-gdb): New function for old M-x gdb (text command mode).
13570 (gud-gdb-command-name, gdb): Move to...
13571
13572 * progmodes/gdb-ui.el: ...here and adapt doc string.
13573 (gud-gdba-command-name, gdba): Delete.
13574
13575 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * bs.el: Don't defvar `font-lock-verbose'.
13578 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
13579 (bs--get-file-name): Fix typos in docstrings.
13580 (bs--show-header): Use `dolist' instead of `mapcar'.
13581 (bs-mode): Set `show-trailing-whitespace' to nil.
13582 (bs-buffer-sort-function, bs-mouse-select-other-frame)
13583 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
13584 Doc fixes.
13585
13586 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
13587
13588 * progmodes/gud.el (pdb): Specify file for gud-break.
13589
13590 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
13591
13592 * progmodes/gud.el (gdb): Make graphical mode the default and
13593 switch to text command mode if appropriate, i.e., reverse previous
13594 arrangement.
13595 (gud-gdb-marker-filter): Adapt for above change.
13596
13597 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
13598 gud-minor-mode and gud-marker-filter.
13599 (gdb-fullname-regexp): New variable.
13600 (gud-gdba-marker-filter): Use it to switch to text command
13601 mode if appropriate.
13602
13603 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
13604
13605 * progmodes/gud.el (gud-display-line): Find source buffer even when
13606 GUD buffer has its own frame.
13607
13608 2007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
13609
13610 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
13611
13612 2007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
13613
13614 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13615
13616 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13617
13618 * allout.el (allout-before-change-handler): Replace got-char by
13619 goto-char.
13620
13621 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
13624 Used to try and automatically enabled smerge-mode in the presence of
13625 conflicts and to call `svn resolved' when the conflicts are gone.
13626 (vc-svn-parse-status): Remember the svn-specific status.
13627
13628 2007-10-08 Eli Zaretskii <eliz@gnu.org>
13629
13630 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
13631 menu-bar-apropos-menu. All users changed.
13632 (menu-bar-help-menu): Change menu symbols to better match the text
13633 displayed by the menu.
13634
13635 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
13636
13637 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
13638 #, @, : and ^.
13639
13640 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
13641
13642 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
13643
13644 * log-view.el (log-view-mode-map): Likewise.
13645
13646 * diff-mode.el (diff-mode-shared-map): Likewise.
13647
13648 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
13649
13650 * files.el (file-name-sans-versions): Also allow `A-Z'.
13651
13652 * vc.el: Mention all supported VC backends.
13653
13654 2007-10-08 Richard Stallman <rms@gnu.org>
13655
13656 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
13657 neighbouring buttons.
13658
13659 2007-10-08 Andreas Schwab <schwab@suse.de>
13660
13661 * files.el (file-name-sans-versions): Also allow `_'.
13662
13663 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
13664
13665 * files.el (file-name-sans-versions): Allow - and a-z in version names.
13666
13667 * log-view.el (log-view-mode-map, log-view-mode-menu):
13668 Bind log-view-annotate-version.
13669 (log-view-beginning-of-defun, log-view-end-of-defun)
13670 (log-view-annotate-version): New functions.
13671 (log-view-mode): Use log-view-beginning-of-defun and
13672 log-view-end-of-defun.
13673
13674 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13675
13676 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
13677
13678 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
13681 neighbouring buttons.
13682
13683 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13684 Recognize gcc's use of "note" for informational messages.
13685
13686 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13687
13688 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
13689 (css-mode): Update correspondingly.
13690
13691 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
13694 Signed-off-by, Acked-by and Merge.
13695
13696 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * ediff-init.el (ediff-verbose-p): This var is not a constant.
13699
13700 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * vc-mtn.el: New file.
13703
13704 * vc-hooks.el (vc-handled-backends): Add Mtn.
13705
13706 2007-10-08 Eli Zaretskii <eliz@gnu.org>
13707
13708 * files.el (find-file, find-file-other-window)
13709 (find-file-other-frame, find-file-existing, find-file-read-only)
13710 (find-file-read-only-other-window)
13711 (find-file-read-only-other-frame)
13712 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
13713
13714 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
13715
13716 * progmodes/gud.el (gdb-ready): New variable.
13717 (gdb): Set it to nil. Set gud-running to nil here...
13718 (gud-common-init): ...instead of here.
13719
13720 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
13721 Use gdb-ready. Discard input until GDB is ready to accept it.
13722
13723 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13724
13725 * dired.el (dired-warning): Inherit from font-lock-warning-face to
13726 make it show up with eight colors.
13727
13728 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
13731 diffs are concatenated with no intervening line.
13732
13733 2007-10-08 Dave Love <fx@gnu.org>
13734
13735 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
13736 (python-font-lock-keywords): Update to the 2.5 version of the language.
13737 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
13738 (python-backspace): Only behave funny in code.
13739 (python-compilation-regexp-alist): Add PDB stack trace regexp.
13740 (inferior-python-mode): Add PDB prompt regexp.
13741 (python-fill-paragraph): Refine the fenced-string regexp.
13742 (python-find-imports): Handle imports spanning several lines.
13743 (python-mode): Add `class' to hideshow support.
13744
13745 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13748 Use add-log-buffer-file-name-function rather than binding
13749 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
13750 when `fi' is the ChangeLog file itself.
13751
13752 * outline.el (outline-flag-region): Use front-advance.
13753
13754 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
13755
13756 * progmodes/cperl-mode.el: Merge upstream 5.23.
13757 (cperl-where-am-i): Remove function.
13758 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
13759 (cperl-sniff-for-indent): De-invert [string] and [comment].
13760 When looking for label, skip s:m:y:tr.
13761 (cperl-indent-line): Likewise.
13762 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
13763 (cperl-windowed-init): Wrong `ps-print' handling.
13764 Both thanks to Chong Yidong.
13765 (cperl-look-at-leading-count): Could fail with unfinished RExen.
13766 (cperl-find-pods-heres): If the second part of s()[] is missing,
13767 don't try to highlight delimiters...
13768
13769 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * progmodes/compile.el (compilation-get-file-structure): Complete last
13772 change by also using spec-directory in the puthash.
13773
13774 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
13775
13776 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
13777 (vc-bzr-status): Fix shadowing of variable 'status'.
13778 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
13779 Use `expand-file-name' instead of `concat'.
13780 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
13781 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
13782
13783 2007-10-08 Jason Rumney <jasonr@gnu.org>
13784
13785 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
13786
13787 2007-10-08 Richard Stallman <rms@gnu.org>
13788
13789 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
13790 Add `safe-local-variable' property.
13791 (lisp-body-indent): Likewise.
13792
13793 2007-10-08 Richard Stallman <rms@gnu.org>
13794
13795 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
13796 Add doc string.
13797
13798 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13799
13800 * files.el (backup-buffer-copy): Try to overwrite old backup first.
13801
13802 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13803
13804 * repeat.el (repeat): Use last-repeatable-command instead of
13805 real-last-command. Run pre- and post-command hooks for
13806 self-insertion. Update doc-string.
13807
13808 2007-10-08 Alexandre Julliard <julliard@winehq.org>
13809
13810 * vc-git.el (vc-git-state): Call git-add --refresh to update the
13811 state of the file.
13812 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
13813 (vc-git-create-repo): Fix invalid command.
13814
13815 2007-10-08 Richard Stallman <rms@gnu.org>
13816
13817 * textmodes/flyspell.el (flyspell-mode):
13818 Catch errors in flyspell-mode-on.
13819
13820 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
13821
13822 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
13823
13824 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 * international/encoded-kb.el (encoded-kbd-setup-display):
13827 Use input-decode-map rather than local-key-translation-map.
13828
13829 * term/rxvt.el (rxvt-alternatives-map): New map.
13830 (terminal-init-rxvt): Use it.
13831 Bind rxvt-function-map in input-decode-map.
13832
13833 * term/xterm.el (xterm-alternatives-map): New map.
13834 (terminal-init-xterm): Use it.
13835 Bind xterm-function-map in input-decode-map.
13836
13837 * term/x-win.el (x-alternatives-map): New var.
13838 (x-setup-function-keys): Use it.
13839
13840 * help-fns.el (describe-variable): Slightly change the layout of
13841 meta-info to separate it better from the docstring.
13842 Standardize insertion of extra empty lines in various circumstances.
13843
13844 * diff-mode.el (diff-hunk-style): New fun.
13845 (diff-end-of-hunk): Use it.
13846 (diff-context->unified): Use the new `apply' undo element,
13847 if applicable, so as to save undo-log space.
13848 (diff-fine-change): New face.
13849 (diff-fine-highlight-preproc): New function.
13850 (diff-fine-highlight): New command.
13851 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
13852
13853 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
13854 (smerge-refine-highlight-change): Add `props' argument.
13855 (smerge-refine-subst): New function holding most of smerge-refine.
13856 (smerge-refine): Use it.
13857
13858 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
13859
13860 * vc.el (vc-default-wash-log): Remove unused code, the
13861 log washers all live in the backends now.
13862 (vc-default-comment-history): Correct for the fact
13863 that wash-log is argumentless in the new API.
13864
13865 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
13866
13867 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
13868 (tramp-maybe-send-script): Apply `member' but `memq'.
13869 (tramp-advice-file-expand-wildcards): Simplify implementation.
13870
13871 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
13872
13873 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
13874
13875 * mb-depth.el (minibuf-depth-indicator-function): New variable.
13876 (minibuf-depth-setup-minibuffer): Use it.
13877
13878 2007-10-07 Glenn Morris <rgm@gnu.org>
13879
13880 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
13881 version numbers.
13882
13883 2007-10-06 Juri Linkov <juri@jurta.org>
13884
13885 * textmodes/fill.el (fill-paragraph-or-region): New function.
13886
13887 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
13888 instead of fill-paragraph.
13889
13890 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
13891 with fill-paragraph-or-region. Suspend command is now the same
13892 `suspend-frame' on window systems and on tty.
13893
13894 * image.el (image-type): Check if image-types is bound to not fail
13895 on tty.
13896
13897 * delsel.el (delete-selection-pre-hook):
13898 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
13899 is fbound to not fail on mouseless tty.
13900
13901 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
13902
13903 * net/tramp.el (top): Move loading of tramp-util.el and
13904 tramp-vc.el to tramp-compat.el.
13905 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
13906 temporary file if possible, in order to avoid a security hole.
13907 (tramp-do-copy-or-rename-file-out-of-band)
13908 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
13909 with DONT-CREATE, because the connection is not setup yet.
13910 (tramp-handle-process-file): Rewrite temporary file handling.
13911 (tramp-completion-mode): New defvar.
13912 (tramp-completion-mode-p): Use it.
13913
13914 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
13915
13916 * net/tramp-fish.el (tramp-fish-handle-process-file):
13917 Rewrite temporary file handling.
13918
13919 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
13920
13921 * vc.el: Workfile version -> focus version change. Port various
13922 comments from new VC to reduce the noise in the diff.
13923 Patch in the new vc-create-repo function to go with the
13924 header comment about it already present.
13925 There are no changes to existing logic in this patch.
13926 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
13927
13928 2007-10-06 Aaron Hawley <aaronh@garden.org>
13929
13930 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
13931
13932 2007-10-05 Chris Moore <dooglus@gmail.com>
13933
13934 * server.el (server-kill-new-buffers): Doc fix.
13935
13936 2007-10-05 John W. Eaton <jwe@octave.org>
13937
13938 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
13939 (octave-begin-keywords): Add "do".
13940 (octave-end-keywords): Remove "end".
13941 (octave-reserved-words): Add "end". Remove "all_va_args",
13942 "gplot", and 'gsplot".
13943 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
13944 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
13945 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
13946 "default_return_value", "define_all_return_values",
13947 "do_fortran_indexing", "empty_list_elements_ok",
13948 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
13949 "ok_to_lose_imaginary_part", "prefer_column_vectors",
13950 "prefer_zero_one_indexing", "propagate_empty_matrices",
13951 "resize_on_range_error", "treat_neg_dim_as_zero",
13952 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
13953 "warn_divide_by_zero", "warn_function_name_clash",
13954 "warn_missing_semicolon", "whitespace_in_literal_matrix".
13955 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
13956 "crash_dumps_octave_core", "sighup_dumps_octave_core",
13957 "sigterm_dumps_octave_core".
13958 (octave-block-match-alist): Remove "end" from block-end keywords.
13959 (octave-mode): Update ftp site address.
13960
13961 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
13962
13963 * vc.el: Reorder functions, no code changes.
13964
13965 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
13966
13967 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
13968 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
13969 the cond clauses where needed.
13970 (tramp-handle-write-region): Rearrange code for proper handling of
13971 tmpfile.
13972
13973 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
13974
13975 * net/tramp.el:
13976 * net/tramp-fish.el:
13977 * net/tramp-ftp.el:
13978 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
13979 `tramp-compat-make-temp-file'.
13980
13981 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
13984
13985 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
13988 already uses a more recent copyright version than the "current" one.
13989
13990 2007-10-03 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
13991
13992 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
13993 (doc-view-insert-image): Minor aesthetical docstring changes.
13994
13995 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
13996
13997 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
13998 completing filename.
13999 (doc-view-search-internal): Docstring change.
14000
14001 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
14002
14003 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
14004 (tramp-file-name-handler-alist):
14005 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
14006 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
14007 used before, creates the file already, which is not desired.
14008 (tramp-do-copy-or-rename-file-directly): Simplify handling of
14009 temporary file.
14010 (tramp-handle-insert-file-contents): Assign the result in the
14011 short track case.
14012 (tramp-handle-insert-file-contents-literally): New defun.
14013 (tramp-completion-mode-p): Revert change from 2007-09-24.
14014 Checking for `return' etc as last character is not sufficient, for
14015 example in dired-mode when entering <g> (revert-buffer) or
14016 <s> (dired-sort).
14017
14018 * net/tramp-compat.el (top): Add also compatibility code for loading
14019 appropriate timer package.
14020 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
14021 order to avoid autoloading problems.
14022
14023 * net/tramp-fish.el:
14024 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
14025
14026 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
14027 where the second parameter of `copy-file' or `rename-file' is a
14028 remote file but not via ftp.
14029
14030 2007-10-02 Richard Stallman <rms@gnu.org>
14031
14032 * frame.el (cursor-in-non-selected-windows): Doc fix.
14033
14034 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
14035
14036 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
14037 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
14038
14039 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
14040
14041 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
14042 when `expt' doesn't give range errors.
14043
14044 2007-10-01 Markus Triska <markus.triska@gmx.at>
14045
14046 * calc/calc-math.el (math-smallest-emacs-expt):
14047 Make the computation more robust.
14048
14049 2007-09-30 David Kastrup <dak@gnu.org>
14050
14051 * startup.el (argv): Alias for `command-line-args-left' to use as
14052 `(pop argv)' inside of --eval command sequences. Allows for
14053 passing shell commands into Emacs verbatim without need for Lisp
14054 quoting.
14055
14056 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
14057 check only for changed size.
14058 (auto-revert-tail-handler): Get size from caller. If the file has
14059 shrunk, tail the whole file again (the file presumably has been
14060 rewritten).
14061
14062 * woman.el (woman-topic-all-completions, woman-mini-help):
14063 Fix fallout from 2007-09-07 introduction of `dolist' when the list
14064 actually was being manipulated in the loop.
14065 (woman-Cyg-to-Win, woman-pre-process-region)
14066 (woman-horizontal-escapes, woman-if-body, woman-unescape)
14067 (woman-strings, woman-special-characters, woman1-hc)
14068 (woman-change-fonts, woman-find-next-control-line):
14069 Use `match-beginning' rather than `match-string' when the result is
14070 just used as a flag.
14071
14072 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
14073
14074 * net/tramp-compat.el: New file.
14075
14076 * net/tramp.el:
14077 * net/tramp-fish.el:
14078 * net/tramp-smb.el:
14079 * net/tramp-uu.el:
14080 * net/trampver.el: Move compatibility code to tramp-compat.el.
14081 Apply `mapc' instead of `mapcar' when the code needs side effects
14082 only. Move utf-8 coding cookie to the second line.
14083
14084 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
14085
14086 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
14087 Improve custom type.
14088 (icon-map-list): Make it customizable. Document how to disable
14089 stock icons.
14090
14091 2007-09-30 Richard Stallman <rms@gnu.org>
14092
14093 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
14094
14095 2007-09-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
14096
14097 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14098
14099 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
14102 (t-mouse-mode): New compatibility alias.
14103
14104 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
14105
14106 * server.el (server-delete-client): Only delete the terminal if it
14107 is non-nil.
14108
14109 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
14110
14111 * net/tramp.el (with-file-property, with-connection-property):
14112 Highlight as keyword.
14113 (tramp-rfn-eshadow-setup-minibuffer)
14114 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
14115 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
14116 (tramp-do-copy-or-rename-file-directly)
14117 (tramp-do-copy-or-rename-file-out-of-band)
14118 (tramp-handle-shell-command, tramp-get-debug-buffer)
14119 (tramp-send-command-and-read, tramp-equal-remote)
14120 (tramp-get-local-gid): Pacify byte-compiler.
14121 (tramp-handle-file-name-directory): Result shall not be expanded.
14122 (tramp-find-foreign-file-name-handler): Rewrite.
14123 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
14124
14125 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
14126
14127 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
14128 Apply `tramp-completion-mode-p'.
14129 (tramp-fish-handle-set-file-times)
14130 (tramp-fish-handle-executable-find)
14131 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
14132 (tramp-fish-retrieve-data): Pacify byte-compiler.
14133
14134 * net/tramp-gw.el (tramp-gw-basic-authentication):
14135 Call `tramp-read-passwd' with first parameter `nil'.
14136
14137 2007-09-28 Glenn Morris <rgm@gnu.org>
14138
14139 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
14140 than mapcar.
14141
14142 * textmodes/tex-mode.el (tex-suscript-height-ratio)
14143 (tex-suscript-height-minimum): New customizable variables.
14144 (tex-suscript-height): New function.
14145 (superscript, subscript): Set height using tex-suscript-height
14146 rather than fixing at 0.8.
14147 (tex-fontify-script, tex-font-script-display): Add :version tag.
14148
14149 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
14150
14151 * progmodes/python.el (python-eldoc-function): Doc fix.
14152
14153 2007-09-27 Glenn Morris <rgm@gnu.org>
14154
14155 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
14156 image if it is not in image-type-auto-detectable, or is there with
14157 a nil value.
14158
14159 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
14160
14161 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
14162 connection more robust.
14163
14164 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14165
14166 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
14167 Deal with the case that special &keywords are at the beginning or
14168 end of the argument list. Also add some (incomplete) support for
14169 non-standard arglists.
14170
14171 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
14174 (eldoc-message-commands, eldoc-current-idle-delay)
14175 (eldoc-function-argstring-format): Fix typos in docstrings.
14176
14177 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
14178
14179 * calc/calc-units.el (calc-convert-units)
14180 (calc-convert-temperature): Remove unnecessary colons.
14181
14182 2007-09-26 Bastien Guerry <bzg@altern.org>
14183
14184 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
14185 New function.
14186 (org-export-latex-remove-from-headlines): Name changed because of typo.
14187 (org-export-latex-quotation-marks-convention): Option removed.
14188 (org-export-latex-make-preamble): Handle the DATE option.
14189 (org-export-latex-cleaned-string): Now the only cleaning function,
14190 synched up with org.el.
14191 (org-export-latex-lists, org-export-latex-parse-list)
14192 (org-export-list-to-latex): New functions.
14193
14194 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
14195
14196 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
14197 (org-outline-regexp): New constant.
14198 (org-remember-handler): Throw error when the target file is not in
14199 org-mode.
14200 (org-cleaned-string-for-export): No longer call
14201 `org-export-latex-cleaned-string' with an argument.
14202 (org-get-tags): Returns now a list, not a string.
14203 (org-get-tags-string): New function.
14204 (org-archive-subtree): No need to split return of `org-get-tags'.
14205 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
14206 instead of `org-get-tags'.
14207 (org-agenda-format-date): Rename from `org-agenda-date-format'.
14208 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
14209 (org-compatible-face): New argument INHERITS. Inherit from this
14210 face if possible.
14211 (org-level-1, org-level-2, org-level-3, org-level-4)
14212 (org-level-5, org-level-6, org-level-7, org-level-8)
14213 (org-special-keyword, org-drawer, org-column, org-warning)
14214 (org-archived, org-todo, org-done, org-headline-done, org-table)
14215 (org-formula, org-code, org-agenda-structure)
14216 (org-scheduled-today, org-scheduled-previously)
14217 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
14218 in the new way.
14219 (org-get-heading): New argument NO-TAGS.
14220 (org-fast-tag-selection-include-todo): Made defvar instead of
14221 defcustom, feature is not deprecated.
14222 (org-remember-store-without-prompt): New default value t.
14223 (org-todo-log-states): New variable.
14224 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
14225 Compute the log states.
14226 (org-goto-map): More commands copied from global map. Also bind
14227 `org-occur'.
14228 (org-goto): Made into a general lookup command.
14229 (org-get-location): Complete rewrite.
14230 (org-goto-exit-command): New variable.
14231 (org-goto-selected-point): New variable.
14232 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
14233 Set the new variables.
14234 (org-paste-subtree): Whitespace insertion strategy revised.
14235 (org-remember-apply-template): Protect v-A from the possibility
14236 that v-a might be nil.
14237 (org-remember-handler): Insertion rules revised.
14238 (org-todo): Respect org-todo-log-states.
14239 (org-up-heading-safe): New function.
14240 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
14241
14242 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14243
14244 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
14245 region if in transient-mark-mode.
14246
14247 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14248
14249 * calc/calc-ext.el (calc-init-extensions, calc-reset):
14250 * calc/calc-help.el (calc-full-help):
14251 * calc/calc-misc.el (another-calc):
14252 * calc/calc-store.el (calc-var-name-map):
14253 * calc/calc-stuff.el (calc-flush-caches):
14254 * calc/calc-units.el (math-build-units-table):
14255 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
14256 (calc-quit):
14257 * calendar/icalendar.el (icalendar--format-ical-event)
14258 (icalendar--convert-ical-to-diary):
14259 * emacs-lisp/authors.el (authors):
14260 * emacs-lisp/cust-print.el (custom-print-install)
14261 (custom-print-uninstall):
14262 * emacs-lisp/disass.el (disassemble-1):
14263 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14264 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
14265 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
14266 (elint-check-let-form, elint-check-condition-case-form)
14267 (elint-initialize):
14268 * emacs-lisp/elp.el (elp-results):
14269 * emacs-lisp/generic.el (generic-mode-internal):
14270 * emacs-lisp/re-builder.el (reb-delete-overlays):
14271 * emacs-lisp/regi.el (regi-interpret):
14272 * emacs-lisp/sregex.el (sregex--char-aux):
14273 * emulation/cua-rect.el (cua--deactivate-rectangle)
14274 (cua--highlight-rectangle, cua--rectangle-post-command):
14275 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
14276 * emulation/viper-macs.el (viper-describe-kbd-macros)
14277 (viper-describe-one-macro):
14278 * emulation/viper-util.el (viper-setup-master-buffer):
14279 * emulation/viper.el (set-viper-state-in-major-mode):
14280 * international/mule-diag.el (describe-current-coding-system):
14281 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
14282 * mail/emacsbug.el (report-emacs-bug):
14283 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
14284 * obsolete/hilit19.el (hilit-unhighlight-region)
14285 (hilit-set-mode-patterns):
14286 * play/solitaire.el (solitaire-check, solitaire-solve):
14287 * play/zone.el (zone-pgm-rotate):
14288 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
14289 * progmodes/ada-prj.el (ada-prj-display-page):
14290 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
14291 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
14292 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
14293 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
14294 * progmodes/sh-script.el (sh-make-vars-local)
14295 (sh-reset-indent-vars-to-global-values):
14296 * progmodes/sql.el (top):
14297 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
14298 * progmodes/xscheme.el (top):
14299 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
14300 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
14301 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
14302 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
14303 (artist-submit-bug-report):
14304 * textmodes/flyspell.el (flyspell-delay-commands)
14305 (flyspell-deplacement-commands):
14306 * textmodes/table.el (table--generate-source-epilogue, table-insert)
14307 (table--generate-source-cells-in-a-row, table--make-cell-map)
14308 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
14309
14310 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
14311
14312 * allout.el (produce-allout-mode-map, allout-process-exposed):
14313 * ansi-color.el (ansi-color-make-color-map):
14314 * autoinsert.el (auto-insert):
14315 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
14316 * dired-aux.el (dired-create-files):
14317 * dired.el (dired-restore-desktop-buffer):
14318 * ediff-diff.el (ediff-setup-fine-diff-regions):
14319 * ediff-mult.el (ediff-intersect-directories)
14320 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
14321 (ediff-redraw-registry-buffer):
14322 * ediff-ptch.el (ediff-fixup-patch-map):
14323 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
14324 (ediff-really-quit, ediff-clear-diff-vector):
14325 * emerge.el (emerge-really-quit):
14326 * ffap.el (ffap-replace-file-component):
14327 * filecache.el (file-cache-add-directory)
14328 (file-cache-add-directory-recursively)
14329 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
14330 (file-cache-delete-directory, file-cache-files-matching-internal)
14331 (file-cache-display):
14332 * files.el (cd):
14333 * find-lisp.el (find-lisp-insert-directory):
14334 * finder.el (finder-compile-keywords):
14335 * help.el (view-emacs-news):
14336 * hi-lock.el (hi-lock-write-interactive-patterns):
14337 * ido.el (ido-to-end, ido-set-matches-1):
14338 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
14339 (image-dired-mark-tagged-files):
14340 * jka-cmpr-hook.el (jka-compr-get-compression-info):
14341 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
14342 * ps-print.el (ps-background, ps-begin-file)
14343 (ps-build-reference-face-lists):
14344 * simple.el (clone-buffer):
14345 * startup.el (command-line):
14346 * tempo.el (tempo-insert-template, tempo-is-user-element)
14347 (tempo-forward-mark, tempo-backward-mark):
14348 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
14349
14350 2007-09-25 Glenn Morris <rgm@gnu.org>
14351
14352 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
14353
14354 * view.el (view-search-no-match-lines): Add a doc string.
14355 Rewrite to simplify and work better.
14356
14357 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14358
14359 * progmodes/cc-mode.el (c-mode-base-map):
14360 Use c-indent-line-or-region instead of c-indent-line.
14361
14362 * indent.el (indent-for-tab-command): First check if the region is
14363 active.
14364
14365 2007-09-24 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14366
14367 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
14368 whitespace-rescan-timer-time is 0.
14369
14370 2007-09-24 Karl Berry <karl@gnu.org>
14371
14372 * international/mule.el (coding-system-base): Fix doc string grammar.
14373
14374 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
14375
14376 * net/tramp.el (tramp-completion-mode-p): Rename from
14377 `tramp-completion-mode'. Revert logic, check `return', `newline'
14378 and such alike. Packages like Icicles tend to use other completion
14379 characters but `tab' and `space' only.
14380
14381 2007-09-24 Adam Hupp <adam@hupp.org>
14382
14383 * progmodes/python.el (run-python): Import emacs module without
14384 waiting; prevents lockup on error.
14385
14386 2007-09-23 Richard Stallman <rms@gnu.org>
14387
14388 * mail/sendmail.el (mail-bury): Delete the frame
14389 if this frame looks like it was made for this message.
14390
14391 * completion.el (completion-separator-self-insert-command)
14392 (completion-separator-self-insert-autofilling):
14393 If `self-insert-command' has been remapped, use the substitute.
14394
14395 * simple.el (copy-region-as-kill): Doc fix.
14396
14397 * textmodes/org.el (org-confirm-shell-link-function)
14398 (org-confirm-elisp-link-function): Doc fixes.
14399
14400 2007-09-23 Glenn Morris <rgm@gnu.org>
14401
14402 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
14403
14404 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
14405
14406 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
14407
14408 * term/tvi970.el (terminal-init-tvi970): Likewise.
14409
14410 * term/sun-mouse.el (print-mouse-format): Likewise.
14411
14412 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
14413 Use forward-line instead of previous-line and next-line.
14414
14415 2007-09-22 Juri Linkov <juri@jurta.org>
14416
14417 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
14418
14419 * tutorial.el (tutorial--default-keys): Update standard bindings:
14420 rename `iconify-or-deiconify-frame' to `suspend-frame',
14421 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
14422
14423 2007-09-22 Juri Linkov <juri@jurta.org>
14424
14425 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
14426 Add help-echo to external links and to links without description.
14427 (fancy-splash-insert): Use help-echo from the 3rd element of the
14428 link specification list, or "Follow this link" if it's nil. Doc fix.
14429
14430 2007-09-22 Juri Linkov <juri@jurta.org>
14431
14432 * startup.el (command-line): Rename `inhibit-startup-message' to
14433 `inhibit-startup-screen'.
14434 (fancy-about-text): Use shorter label for "Ordering Manuals".
14435 (fancy-startup-tail): Add optional arg `concise'. When `concise'
14436 is nil, display a line with "To start..." and 3 links to useful
14437 tasks. Display the "Dismiss" button and "Don't show this message
14438 again" only when concise is non-nil.
14439 (fancy-startup-screen): Call `fancy-startup-tail' with optional
14440 arg `concise'. If CONCISE is non-nil, display a concise version
14441 of the splash screen in another window. Otherwise, switch to the
14442 startup buffer in the same window.
14443 (startup-echo-area-message): Change displayed binding from
14444 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
14445 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
14446 the GNU system".
14447 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
14448 to "*GNU Emacs*".
14449 (display-about-screen): Don't check the existence of the buffer
14450 "*About GNU Emacs*".
14451 (display-splash-screen): Make alias to `display-startup-screen'.
14452 (command-line-1): Rename `inhibit-startup-message' to
14453 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
14454 started with command line options "-f", "-funcall", "-e", "-eval",
14455 "-execute", "-insert", "-find-file", "-file", "-visit".
14456 Inhibit startup screen when Emacs is started with a file name only
14457 on tty (i.e. don't inhibit it when started with a file name like
14458 "emacs FILE..." on a window system).
14459 (command-line-1): Simplify logic of displaying the startup screen:
14460 if file-count > 0, then display the concise version in another
14461 window, otherwise display full version in the same window.
14462
14463 * help.el (help-map): Bind C-h C-a to about-emacs.
14464 (help-for-help-internal): Add C-a description to C-h help text.
14465
14466 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
14467
14468 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
14469 (checkdoc-permit-comma-termination-flag): Autoload the
14470 safe-local-variable setting.
14471
14472 * bookmark.el (bookmark-xemacsp): Remove.
14473 (bookmark-make): Don't use bookmark-xemacsp,
14474 use (featurep 'xemacs) instead.
14475
14476 * speedbar.el (speedbar-frame-mode)
14477 (speedbar-frame-reposition-smartly)
14478 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
14479 (speedbar-check-vc): Remove use of non-existent variable
14480 dframe-xemacsp, use (featurep 'xemacs) instead.
14481
14482 * indent.el (indent-for-tab-command): Indent the region if
14483 transient-mark-mode and the region is active.
14484
14485 2007-09-21 Francesco Potort\e$(Q)b\e(B <pot@gnu.org>
14486
14487 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
14488 add inferior-octave-directory-tracker to the buffer-local value
14489 of comint-input-filter-functions.
14490
14491 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14492
14493 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
14494
14495 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
14498 on w32 frames.
14499
14500 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * startup.el (normal-top-level): Remove DISPLAY from
14503 process-environment to let it be computed dynamically in callproc.c.
14504
14505 * frame.el (frame-initialize, make-frame):
14506 * faces.el (tty-set-up-initial-frame-faces):
14507 * env.el (setenv): Don't set display-environment-variable.
14508
14509 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
14510 (server-create-tty-frame): Don't set unused `tty' property.
14511 Set `display' instead of display-environment-variable.
14512 (server-create-window-system-frame): No display-environment-variable.
14513
14514 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
14515
14516 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
14517 (rfn-eshadow-update-overlay-hook): New defvars.
14518 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
14519 Run the hooks.
14520
14521 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
14522 (tramp-rfn-eshadow-setup-minibuffer)
14523 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
14524 rfn-eshadow.el.
14525
14526 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
14527 timeout.
14528
14529 2007-09-21 Glenn Morris <rgm@gnu.org>
14530
14531 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
14532 * term/sun-mouse.el (suspend-emacstool): Remove.
14533 * term/sun.el: Remove emacstool-related code.
14534
14535 * emacs-lisp/bytecomp.el (byte-compile-warnings)
14536 (byte-compile-warnings-safe-p): Add `mapcar'.
14537 (byte-compile-warning-types): Add mapcar and make-local.
14538 (byte-compile-normal-call): Add option to suppress mapcar warning.
14539 (top-level): Use mapc rather than mapcar in eval-when-compile.
14540
14541 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
14542 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
14543 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
14544 Handle escaped parens.
14545 (latex-forward-sexp): Doc fix.
14546
14547 * eshell/esh-mode.el (eshell-output-filter-functions):
14548 Add eshell-postoutput-scroll-to-bottom.
14549
14550 * loadup.el: Remove termdev.
14551
14552 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
14553 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
14554
14555 2007-09-21 Markus Triska <markus.triska@gmx.at>
14556
14557 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
14558 `mapcar' is called for effect.
14559
14560 2007-09-21 Kevin Ryde <user42@zip.com.au>
14561
14562 * international/mule.el (sgml-html-meta-auto-coding-function):
14563 Bind `case-fold-search' to t.
14564
14565 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * termdev.el: Remove.
14568
14569 * frame.el (get-device-terminal): New function. Moved from termdev.el.
14570 (frames-on-display-list): Use it.
14571
14572 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
14573
14574 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
14575
14576 2007-09-20 Richard Stallman <rms@gnu.org>
14577
14578 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
14579
14580 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
14583
14584 2007-09-20 Glenn Morris <rgm@gnu.org>
14585
14586 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
14587 motion functions, rather than hard-coding "\n\n".
14588 (tex-validate-region): Check for eobp, to speed up.
14589 (tex-next-unmatched-end): Doc fix.
14590
14591 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14592
14593 * files.el (auto-mode-alist): Use archive-mode for .rar files.
14594
14595 * international/mule.el (auto-coding-alist): Rar archives are binary.
14596
14597 * arc-mode.el: Add basic support for Rar.
14598 (archive-find-type): Recognize Rar's signature.
14599 (archive-desummarize): New fun.
14600 (archive-summarize): Use it to restore the buffer's data in case
14601 someone wants to switch to some other major mode.
14602 (archive-resummarize): Use it as well.
14603 (archive-rar-summarize, archive-rar-extract): New functions.
14604
14605 * filesets.el: Remove spurious * in docstrings.
14606 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
14607 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
14608 (filesets-ingroup-collect): Remove unused arg `depth'.
14609 (filesets-update): Remove unused arg `version'.
14610
14611 * finder.el (finder-compile-keywords): Fix up comment style.
14612 (finder-mouse-face-on-line): previous-line -> forward-line.
14613
14614 * recentf.el: Remove spurious * in docstrings.
14615 (recentf-save-list): Fix up comment style.
14616
14617 * progmodes/octave-mod.el: Remove spurious * in docstrings.
14618 (octave-mode-map): Move init into declaration and remove \t binding.
14619 (octave-mode-startup-message): Remove unused var.
14620 (octave-scan-blocks): Remove unused arg `from'.
14621 (octave-forward-block, octave-down-block, octave-up-block):
14622 Update callers.
14623
14624 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
14625 (meta-mode-map): Likewise and remove \t binding.
14626
14627 * net/snmp-mode.el: Remove spurious * in docstrings.
14628 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
14629 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
14630 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
14631 that completion accepts lists of strings.
14632 (snmp-mode-syntax-table): Move initialization into declaration.
14633 (snmp-mode-map): Likewise and remove \t binding.
14634 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
14635 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
14636 (snmp-indent-command): Remove.
14637
14638 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
14639 binding, so tab-always-indent works right.
14640
14641 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
14642
14643 * net/browse-url.el (browse-url-elinks-new-window): New function.
14644 (browse-url-elinks): Use browse-url-elinks-new-window.
14645 Accept optional second argument `new-window'. Fix typo in doc-string.
14646 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
14647 Improve error message.
14648
14649 2007-09-19 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14650
14651 * net/browse-url.el (browse-url-url-encode-chars): Use the right
14652 parameter name in the function body.
14653 Reported by Johannes Weiner.
14654
14655 2007-09-19 Glenn Morris <rgm@gnu.org>
14656
14657 * net/socks.el (socks-open-network-stream): Signal an explicit
14658 error if the port associated with a service string can't be found.
14659
14660 * textmodes/tex-mode.el (tex-terminate-paragraph):
14661 Use backward-paragraph.
14662
14663 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * server.el (server-running-p): New function.
14666
14667 2007-09-18 Jason Rumney <jasonr@gnu.org>
14668
14669 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
14670 x-focus-frame.
14671
14672 * frame.el (select-frame-set-input-focus, select-frame-by-name):
14673 Use x-focus-frame for w32.
14674
14675 2007-09-17 David Kastrup <dak@gnu.org>
14676
14677 * textmodes/tex-mode.el (tex-verbatim-environments):
14678 Eliminate CL dependency.
14679
14680 2007-09-17 Richard Stallman <rms@gnu.org>
14681
14682 * newcomment.el (comment-add): New arg EXTRA.
14683 (comment-region-default): Pass EXTRA if not indenting lines.
14684
14685 2007-09-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14686
14687 * net/browse-url.el (browse-url-url-encode-chars): New function.
14688 URL-encode some chars in a string.
14689 (browse-url-encode-url): Rewrite using the previous function.
14690 (browse-url-file-url): Use `browse-url-url-encode-chars'.
14691 (browse-url-elinks-sentinel): Fix typo.
14692 (browse-url-new-window-flag): Doc change.
14693
14694 2007-09-17 Glenn Morris <rgm@gnu.org>
14695
14696 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
14697 filename from `--file-line-error', if it is available.
14698
14699 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14700
14701 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
14702 TeX `--file-line-error' format.
14703
14704 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14705
14706 * xt-mouse.el: Delete add-hook calls that were moved to
14707 xterm-mouse-mode.
14708 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
14709 does not work.
14710
14711 2007-09-17 Richard Stallman <rms@gnu.org>
14712
14713 * cus-face.el (custom-theme-set-faces): Undo previous change.
14714
14715 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
14716
14717 2007-09-17 Glenn Morris <rgm@gnu.org>
14718
14719 * textmodes/tex-mode.el (tex-region): Simplify previous change,
14720 handling the case where the region is not in `tex-main-file'.
14721 (tex-region-1): Delete.
14722 (tex-region-header): New function, doing the header part of the
14723 old tex-region-1.
14724
14725 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * simple.el (newline): Simplify use of prefix-numeric-value.
14728 (line-move-partial): Remove unused var `ppos'.
14729 (line-move-1): Replace 9999 with most-positive-fixnum.
14730 (move-end-of-line): Use more efficient single-property search.
14731 (move-beginning-of-line): Remove unused var `start'.
14732 (blink-matching-open): Restructure in a more functional style.
14733
14734 2007-09-16 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14735
14736 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
14737
14738 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * server.el (server-clients): Only keep procs, no properties any more.
14741 (server-client): Remove.
14742 (server-client-get, server-client-set): Remove, replace all callers by
14743 process-get and process-put resp.
14744 (server-clients-with, server-add-client, server-delete-client)
14745 (server-create-tty-frame, server-create-window-system-frame)
14746 (server-process-filter, server-execute, server-visit-files)
14747 (server-buffer-done, server-kill-buffer-query-function)
14748 (server-kill-emacs-query-function, server-switch-buffer)
14749 (server-save-buffers-kill-terminal): Update accordingly.
14750
14751 * server.el (server-with-environment): Simplify.
14752 (server-select-display, server-unselect-display): Re-add functions that
14753 seem to have been lost in the multi-tty merge.
14754 (server-eval-and-print, server-create-tty-frame)
14755 (server-create-window-system-frame, server-goto-toplevel)
14756 (server-execute, server-return-error): New functions extracted from
14757 server-process-filter.
14758 (server-execute-continuation): New functions.
14759 (server-process-filter): Restructure so that all arguments are analysed
14760 first and then acted upon in a subsequent stage. This way
14761 server-goto-toplevel can be executed later, when we know if
14762 it's necessary.
14763 Remove the "-version" and "-version-good" support.
14764
14765 2007-09-16 Drew Adams <drew.adams@oracle.com>
14766
14767 * cus-edit.el (custom-face-edit-activate): Doc fix.
14768
14769 2007-09-16 Glenn Morris <rgm@gnu.org>
14770
14771 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
14772 Following cal-bahai renaming, update all instances of
14773 list-bahai-diary-entries to diary-bahai-list-entries,
14774 mark-bahai-diary-entries to diary-bahai-mark-entries,
14775 calendar-goto-bahai-date to calendar-bahai-goto-date,
14776 insert-bahai-diary-entry to diary-bahai-insert-entry,
14777 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
14778 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
14779 calendar-print-bahai-date to calendar-bahai-print-date.
14780
14781 * textmodes/tex-mode.el (tex-region): Handle the case where the
14782 region is not in `tex-main-file'. Move the old code that applies
14783 to both cases...
14784 (tex-region-1): ...to this new function.
14785
14786 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * vc.el (vc-process-sentinel): New function.
14789 (vc-exec-after): Use it instead of using ugly hackish analysis and
14790 construction of Elisp code.
14791 (vc-sentinel-movepoint): New dynamically scoped var.
14792 (vc-print-log, vc-annotate): Set it to move the user's point.
14793
14794 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
14795 inhibit-modification-hooks.
14796
14797 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
14798 (calendar-bahai-print-date, calendar-bahai-goto-date)
14799 (diary-bahai-list-entries, diary-bahai-insert-entry):
14800 New names to clean up the namespace a bit more.
14801 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
14802
14803 2007-09-15 Glenn Morris <rgm@gnu.org>
14804
14805 * calendar/holidays.el (holiday-list): Rename it back to
14806 `list-holidays', but leave `holiday-list' as an alias.
14807
14808 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
14809 custom group.
14810
14811 * textmodes/css-mode.el (css): New custom group.
14812 (css-electrick-keys, css-selector, css-property)
14813 (css-indent-offset): Specify custom group.
14814
14815 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
14818 (cvs-execute-single-file): Use process-file.
14819 (cvs-run-process): Use start-file-process.
14820
14821 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14822
14823 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
14824 level. Remove the hooks when turning off the mode.
14825
14826 * term/xterm.el: Require xt-mouse at compile time.
14827 (terminal-init-xterm): Turn on xterm mouse tracking for this
14828 terminal if xterm-mouse-mode is enabled.
14829
14830 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14831
14832 * term/xterm.el (xterm-function-map): Replace bindings that were
14833 deleted by the merge.
14834
14835 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
14836
14837 * play/bubbles.el (bubbles-version): Bump value to "0.5".
14838 (bubbles-mode-map): Move define-key statements here.
14839 (bubbles-game-theme-menu): Ditto.
14840 (bubbles-graphics-theme-menu): Ditto.
14841 (bubbles-menu): Ditto.
14842 (bubbles-mode): Initialize buffer-undo-list, redisplay.
14843 (bubbles--initialize): Reset buffer-undo-list, redisplay.
14844 (bubbles-plop): Set buffer-undo-list, redisplay.
14845 (bubbles-undo): Reset buffer-undo-list, redisplay.
14846 (bubbles--show-images): Take care of missing text properties.
14847
14848 2007-09-14 Glenn Morris <rgm@gnu.org>
14849
14850 * startup.el (fancy-startup-text, fancy-about-text): Fix face
14851 quoting.
14852
14853 * calendar/cal-hebrew.el, calendar/cal-menu.el
14854 * calendar/calendar.el, calendar/diary-lib.el
14855 * calendar/holidays.el: Rename all instances of
14856 list-calendar-holidays callers to calendar-list-holidays,
14857 list-holidays to holiday-list, check-calendar-holidays to
14858 calendar-check-holidays, mark-calendar-holidays to
14859 calendar-mark-holidays, and filter-visible-calendar-holidays to
14860 holiday-filter-visible-calendar.
14861
14862 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14863
14864 * term/xterm.el (xterm-function-map): Add C-M- bindings.
14865
14866 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
14867
14868 * play/bubbles.el (bubbles--initialize-images): Fix bug:
14869 Use transparent background for empty cells in graphics mode.
14870
14871 2007-09-13 Jari Aalto <jari.aalto@cante.net>
14872
14873 * man.el (Man-default-man-entry): At end of line, continue looking
14874 to the next line for possible end of hyphenated command.
14875
14876 2007-09-13 Chris Moore <dooglus@gmail.com>
14877
14878 * shell.el (shell-resync-dirs): Don't move the cursor relative to
14879 the command being edited.
14880
14881 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
14882
14883 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
14884
14885 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
14886
14887 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
14888 C-M-S- keys.
14889
14890 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
14891
14892 2007-09-12 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14893
14894 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
14895 New argument `filename-p' to use one set of confusing chars or another.
14896 (browse-url-file-url): Use the argument.
14897 Suggested by Johannes Weiner.
14898
14899 2007-09-12 Romain Francoise <romain@orebokech.com>
14900
14901 * cus-start.el (all): Revert 2007-09-08 change.
14902
14903 2007-09-12 Aaron Hawley <aaronh@garden.org>
14904
14905 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
14906 extract .Z files, since it is more common than uncompress.
14907
14908 2007-09-12 Glenn Morris <rgm@gnu.org>
14909
14910 * textmodes/org-publish.el (org-publish-org-to-html): Remove
14911 duplicate function definition.
14912
14913 2007-09-10 Chris Moore <dooglus@gmail.com>
14914
14915 * diff-mode.el (diff-sanity-check-hunk):
14916 Also accept single-line hunks.
14917
14918 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
14919
14920 * startup.el (startup-screen-inhibit-startup-screen)
14921 (pure-space-overflow-message): New vars.
14922 (fancy-splash-insert): Allow functions for face and link specs.
14923 (fancy-splash-head): Remove unused arg. Move splash text...
14924 (fancy-startup-text, fancy-about-text): ...here.
14925 (fancy-startup-tail): Rename from fancy-splash-tail.
14926 (fancy-startup-screen, fancy-about-screen): Split off from
14927 fancy-splash-screens.
14928 (display-startup-screen): New function.
14929 (display-about-screen): Rename from display-splash-screen.
14930 (command-line-1): Use concise startup screen if necessary.
14931
14932 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
14933
14934 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
14935 Reported by Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>.
14936
14937 2007-09-10 Dave Love <fx@gnu.org>
14938
14939 * outline.el (outline-4, outline-5, outline-7):
14940 Move font-lock-builtin-face down from 4 to 7 to better keep the
14941 progression of color brightness, and to better match Org-mode's faces.
14942
14943 2007-09-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14944
14945 * progmodes/meta-mode.el (meta-font-lock-keywords)
14946 (font-lock-match-meta-declaration-item-and-skip-to-next)
14947 (meta-comment-indent, meta-indent-previous-line)
14948 (meta-indent-unfinished-line, meta-beginning-of-defun)
14949 (meta-end-of-defun, meta-common-initialization): Handle \f.
14950 (meta-indent-unfinished-line): Do not handle a `%' in a string as
14951 a comment-start.
14952
14953 * files.el (file-modes-char-to-who, file-modes-char-to-right)
14954 (file-modes-rights-to-number): Auxiliary functions for symbolic to
14955 numeric notation of file modes.
14956 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
14957 numeric value.
14958 (read-file-modes): New. Read either an octal value of a file mode or a
14959 symbolic value, and return its numeric value.
14960
14961 * dired-aux.el (dired-do-chmod): Change to use the built-in
14962 `set-file-modes' and the previous symbolic mode parsing functions.
14963
14964 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * textmodes/texinfo.el: Remove spurious * in docstrings.
14967 (texinfo-mode-syntax-table, texinfo-mode-map):
14968 Initialize in the declaration.
14969
14970 * tmm.el: Remove spurious * in docstrings.
14971 (tmm-prompt): Use with-current-buffer.
14972
14973 * vcursor.el: Remove spurious * in docstrings.
14974 (vcursor-map): Initialize in the declaration.
14975 (vcursor-use-vcursor-map): Use define-minor-mode.
14976 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
14977
14978 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
14979 Initialize in the declaration.
14980 (widget-minor-mode): Use define-minor-mode.
14981
14982 * woman.el (woman-mode-map, woman-syntax-table):
14983 Initialize in the declaration.
14984
14985 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
14986
14987 * doc-view.el: New file.
14988
14989 2007-09-09 Juri Linkov <juri@jurta.org>
14990
14991 * Makefile.in (update-authors): Add etc/ to AUTHORS.
14992
14993 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
14994
14995 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
14996 to "Startup screen". Fix docstring.
14997 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
14998 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
14999 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
15000 (initial-scratch-message): Fix docstring.
15001 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
15002 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
15003 Add link to "Customize Startup" and set interval between links to
15004 5 spaces.
15005 (fancy-about-text): Add links "Authors" and "Contributing".
15006 (fancy-splash-head): Add text "Welcome to " on the startup screen,
15007 and "This is " on the about screen. Add link to
15008 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
15009 For the about screen move emacs version to the header from
15010 `fancy-splash-tail' (as it's done already for normal about screen).
15011 (fancy-splash-tail): Insert emacs version only for startup screen.
15012 (normal-splash-screen): Remove duplicate empty lines.
15013 (normal-about-screen): Add links "Authors" and "Contributing".
15014
15015 * menu-bar.el (menu-bar-help-menu):
15016 Move "About Emacs" and "About GNU" to the end of the Help menu.
15017 Move "Emacs Psychotherapist" after "Send Bug Report...".
15018 Move "External Packages" after "Find Emacs Packages".
15019
15020 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
15021
15022 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
15023 they are useless with the byte compiler.
15024 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
15025 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
15026 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
15027 (tramp-file-name-real-host, tramp-file-name-port)
15028 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
15029 defuns.
15030
15031 * net/tramp-cache.el (top): Improve error message when
15032 `tramp-persistency-file-name' is corrupted.
15033
15034 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
15035
15036 * textmodes/org.el (org-re): Also replace the :alpha: class.
15037 (org-todo-tag-alist): Variable removed.
15038 (org-todo-key-alist, org-todo-key-trigger): New variables.
15039 (org-use-fast-todo-selection): New option.
15040 (org-log-done): Docstring fixed.
15041 (org-deadline-warning-days): New default value 14.
15042 (org-edit-timestamp-down-means-later): New option.
15043 (org-tag-alist): Docstring fixed.
15044 (org-fast-tag-selection-include-todo): New option.
15045 (org-export-language-setup): New languages added.
15046 (org-set-regexps-and-options): Compute the new variables.
15047 (org-paste-subtree): Cleaning up.
15048 (org-remember-apply-template): New escape %A.
15049 (org-todo): Call fast TODO selection.
15050 (org-fast-todo-selection): New function.
15051 (org-add-log-note): Allow prefix for abort exit.
15052 (org-at-property-p, org-entry-properties)
15053 (org-columns-get-autowidth-alist): Use :alpha: class.
15054 (org-get-wdays): New function.
15055 (org-agenda-remove-date): New variable.
15056 (org-agenda-get-deadlines): Use `org-get-wdays'.
15057 (org-agenda-get-deadlines): Reverse ee before returning.
15058 (org-format-agenda-item): New argument REMOVE-RE.
15059 (org-agenda-convert-date): Baha'i calendar added.
15060 (org-infile-export-plist): Also find DATE line.
15061 (org-get-min-level): New function.
15062 (org-export-as-html, org-export-as-ascii): Use the date format.
15063 (org-shiftup, org-shiftdown): Use.
15064 `org-edit-timestamp-down-means-later'.
15065 (org-assign-fast-keys): New function.
15066
15067 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
15068
15069 * cus-start.el (all): Add prefer-window-split-horizontally from
15070 window.c.
15071
15072 2007-09-08 Eli Zaretskii <eliz@gnu.org>
15073
15074 * net/browse-url.el (browse-url-galeon): Fix last change.
15075 (top-level): Require cl when compiling.
15076
15077 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
15078
15079 * textmodes/org-export-latex.el: arch-tag restored.
15080
15081 * textmodes/org-publish.el: arch-tag restored.
15082
15083 2007-09-08 Masatake YAMATO <jet@gyve.org>
15084
15085 * progmodes/which-func.el (which-func-modes): Add diff-mode.
15086
15087 * progmodes/cc-langs.el: Support new keywords added to
15088 objective-c frontend of gcc.
15089 (c-simple-stmt-kwds): Add @throw.
15090 (c-block-stmt-2-kwds): Add @synchronized.
15091 (c-block-stmt-1-kwds): Add @finally and @try.
15092
15093 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
15094
15095 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
15096 (org-agenda-after-show-hook): New variable.
15097 (org-columns-compile-format)
15098 (org-columns-get-autowidth-alist, org-buffer-property-keys)
15099 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
15100 property names.
15101 (org-get-wdays): New function.
15102
15103 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
15106
15107 * term/xterm.el (xterm-function-map): Initialize in the declaration.
15108
15109 * vc-arch.el (vc-arch-checkin): Fix typo.
15110
15111 2007-09-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
15112
15113 * cus-face.el (custom-theme-set-faces): Set face attributes
15114 locally for each frame.
15115
15116 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
15119 via font-lock-defaults.
15120
15121 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
15122 derived-mode-p.
15123
15124 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
15125
15126 * progmodes/autoconf.el (autoconf-definition-regexp):
15127 Handle optional square brackets around definition name.
15128
15129 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
15130
15131 * net/browse-url.el (browse-url-browser-function): Add elinks.
15132 (browse-url-elinks-wrapper): New option.
15133 (browse-url-encode-url, browse-url-elinks)
15134 (browse-url-elinks-sentinel): New functions.
15135 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
15136 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
15137 Use new function browse-url-encode-url.
15138
15139 2007-09-07 Glenn Morris <rgm@gnu.org>
15140
15141 * version.el (emacs-version): Revert 2007-08-29 change: no need to
15142 say if multi-tty is present.
15143
15144 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * cus-start.el (split-window-preferred-function): Add custom info.
15147
15148 * calendar/holidays.el (holiday-list, calendar-check-holidays)
15149 (calendar-mark-holidays, calendar-list-holidays)
15150 (holiday-filter-visible-calendar): New names to clean up namespace.
15151 (filter-visible-calendar-holidays, list-calendar-holidays)
15152 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
15153 Add compatibility aliases.
15154 (calendar-check-holidays, calendar-mark-holidays)
15155 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
15156 (holiday-sexp): Replace append with list.
15157 (holiday-filter-visible-calendar): Replace append with push.
15158
15159 * woman.el: Remove spurious * in docstrings.
15160 (woman-mini-help, woman-non-underline-faces, woman0-rename)
15161 (woman-topic-all-completions-merge, woman-file-name-all-completions)
15162 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
15163 (woman-write-directory-cache, woman-display-extended-fonts)
15164 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
15165 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
15166 (woman-mode): Use inhibit-read-only.
15167 (woman-negative-vertical-space): Use dotimes.
15168 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
15169
15170 2007-09-06 Romain Francoise <romain@orebokech.com>
15171
15172 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
15173 (vc-bzr-workfile-version): Use it.
15174
15175 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
15176
15177 * complete.el (PC-do-completion): Don't try to treat
15178 empty string as an abbreviation.
15179
15180 2007-09-06 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
15181
15182 * help-fns.el (describe-variable): Keep doc's text properties.
15183
15184 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
15185
15186 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
15187 instead of a file.
15188
15189 2007-09-06 Glenn Morris <rgm@gnu.org>
15190
15191 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
15192 (checkdoc-minor-mode): Allow user to specify lighter via
15193 checkdoc-minor-mode-string.
15194
15195 2007-09-05 Richard Stallman <rms@gnu.org>
15196
15197 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
15198 Several items removed, simplified, or put on one line.
15199 (fancy-about-text): Add substantial contents, part of startup text.
15200 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
15201 (normal-splash-screen): Call normal-mouse-startup-screen,
15202 normal-no-mouse-startup-screen, or normal-about-screen.
15203 (normal-mouse-startup-screen): New fn, broken out, shortened.
15204 (normal-no-mouse-startup-screen): New fn, broken out.
15205 (normal-about-screen): New function, contents all new.
15206
15207 2007-09-05 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15208
15209 * emacs-lisp/rx.el (rx): Fix typo in docstring.
15210
15211 2007-09-05 Glenn Morris <rgm@gnu.org>
15212
15213 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
15214 is bound.
15215
15216 2007-09-05 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
15217
15218 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
15219 in doc string.
15220
15221 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15222
15223 * server.el (server-start, server-unload-hook): Undo previous change.
15224
15225 * xt-mouse.el: Undo previous change.
15226
15227 2007-09-04 Juri Linkov <juri@jurta.org>
15228
15229 * startup.el (fancy-about-text): New variable.
15230 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
15231 (fancy-current-text, fancy-splash-stop-time)
15232 (fancy-splash-outer-buffer): Remove variables.
15233 (fancy-splash-head, fancy-splash-tail): Add new optional argument
15234 `startup' and use it to conditionally display different texts for
15235 Startup and About screens. Don't display Help commands on the About
15236 screen.
15237 (fancy-splash-screens-1): Remove function and move its content to
15238 `fancy-splash-screens' to the part that dislpays the About screen.
15239 (exit-splash-screen): Don't treat specially exiting from
15240 alternating screens.
15241 (fancy-splash-screens): Rename argument `static' to `startup'.
15242 Fix docstring. Remove code for displaying alternating screens.
15243 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
15244 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
15245 for `inhibit-read-only'.
15246 (normal-splash-screen): Rename argument `static' to `startup'.
15247 Fix docstring. Use argument `startup' to conditionally display
15248 different texts for Startup and About screens. Don't display Help
15249 commands on the About screen. Remove `unwind-protect' `sit-for'
15250 delay and `kill-buffer' after it.
15251 (display-startup-echo-area-message): Remove call to
15252 `use-fancy-splash-screens-p' because image.el is preloaded and
15253 doesn't display "Loading image... done".
15254 (display-splash-screen): Rename argument `static' to `startup'.
15255 Fix docstring.
15256
15257 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15258
15259 * server.el (server-start, server-unload-hook):
15260 suspend-tty-functions has been renamed to suspend-tty-hook.
15261
15262 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
15263 resume-tty-hook.
15264
15265 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
15266
15267 * loadup.el: Fix merge problem, only load "button" once.
15268
15269 2007-09-03 Glenn Morris <rgm@gnu.org>
15270
15271 * vc-svn.el (vc-svn-print-log): If there is only one file, use
15272 "Working file:" as the prefix, for the sake of
15273 log-view-current-file.
15274
15275 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15276
15277 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
15278 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
15279 if the selected frames is in
15280 xterm-modify-other-keys-terminal-list.
15281 (xterm-turn-off-modify-other-keys): Add an optional frame
15282 parameter. Only turn off modify-other-keys if FRAME is in
15283 xterm-modify-other-keys-terminal-list.
15284 (xterm-remove-modify-other-keys): New function.
15285 (terminal-init-xterm): Use it. Deal with delete-frame hook.
15286 Add the selected frame to xterm-modify-other-keys-terminal-list.
15287
15288 2007-09-02 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15289
15290 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
15291 (icon-map-list): New variable.
15292 (x-gtk-map-stock): Use icon-map-list.
15293
15294 2007-09-02 Romain Francoise <romain@orebokech.com>
15295
15296 * log-view.el (log-view-current-file): Balance parens.
15297
15298 2007-09-02 Glenn Morris <rgm@gnu.org>
15299
15300 * comint.el (comint-mode): Don't set scroll-conservatively.
15301
15302 * eshell/em-unix.el (eshell/time): Stringify and flatten the
15303 non-command arguments.
15304
15305 * log-view.el (log-view-current-file): Give a more explicit error
15306 if log-view-file-re fails to find a match.
15307
15308 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
15309
15310 * emacs-lisp/bytecomp.el (byte-recompile-directory):
15311 Fix bug: Don't expand top-level file name more than once.
15312 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
15313
15314 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * server.el (server-process-filter): Don't display the splash screen.
15317 It's annoying enough on the initial screen and becomes positively
15318 obnoxious here.
15319
15320 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
15323 Change naming to use "avl-tree--" for internal functions.
15324
15325 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
15326
15327 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
15328 the merge.
15329 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
15330 (provide): Move to the end of file.
15331
15332 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
15333
15334 2007-08-31 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15335
15336 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
15337 New variable. List of exceptions for the duplicated word rule.
15338 (flyspell-mark-duplications-flag): Mention it.
15339 (flyspell-word): Treat it.
15340
15341 * files.el (create-file-buffer): If the filename sans directory starts
15342 with spaces, remove them.
15343
15344 2007-08-31 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15345
15346 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
15347 (x-gtk-map-stock): Use two directory elements when matching
15348 file name.
15349
15350 2007-08-31 James Wright <james@chumsley.org>
15351
15352 * eshell/em-unix.el (eshell/info): New function.
15353
15354 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * frame.el (frame-initialize, make-frame):
15357 * server.el (server-process-filter):
15358 * faces.el (tty-set-up-initial-frame-faces): Don't set
15359 term-environment-variable since it's not used any more.
15360
15361 * env.el (setenv): Don't treat $TERM specially.
15362
15363 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
15364 stated otherwise, subprocesses do not send back escape sequences
15365 corresponding to the terminal from which Emacs was started.
15366
15367 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
15368
15369 * calculator.el: Require cl for compilation.
15370
15371 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
15372
15373 * outline.el (outline-font-lock-levels): Comment out unused var.
15374 (outline-font-lock-face): Wrap around face list to handle any
15375 nesting depth gracefully.
15376
15377 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
15378
15379 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
15380 `set-file-times'.
15381
15382 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
15383
15384 * textmodes/org.el (org-export-visible): Fix drawers before export.
15385 (org-do-sort): Allow sorting by priority.
15386 (org-agenda-files): Ignore non-existing files.
15387 (org-agenda-skip-unavailable-files): New variable.
15388 (org-ellipsis): All a face as value.
15389 (org-mode): Interprete the face value of `org-ellipsis'.
15390 (org-archive-save-context-info): New option.
15391 (org-archive-subtree): Store context info in archived entry.
15392 (org-fast-tag-selection-can-set-todo-state): New variable.
15393 (org-fast-tag-selection): Allow setting TODO states through this
15394 interface.
15395 (org-cycle): Docstring updated.
15396 (org-todo-keyword-faces): New option.
15397 (org-get-todo-face): New function.
15398 (org-set-font-lock-defaults, org-agenda-highlight-todo):
15399 Use `org-get-todo-face'.
15400 (org-switch-to-buffer-other-window): New function.
15401 (org-table-edit-field, org-table-show-reference)
15402 (org-table-edit-formulas, org-add-log-note)
15403 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
15404 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
15405 `switch-to-buffer-other-window' to make sure that the temporary
15406 windows show up on the current frame.
15407 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
15408 (org-get-entries-from-diary, org-replace-region-by-html):
15409 Don't allow pop-up frames.
15410 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15411 Fix problems with time-of-day.
15412 (org-export-get-title-from-subtree): New function.
15413 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
15414 with listing items that are DONE.
15415 (org-change-tag-in-region): New command.
15416 (org-agenda-skip-scheduled-if-done)
15417 (org-agenda-skip-deadline-if-done): Docstring clarified.
15418 (org-mode): Hide drawers on startup.
15419 (org-get-todo-face): New function.
15420 (org-todo-keyword-faces): New option.
15421 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
15422 (org-remove-keyword-keys): New function.
15423
15424 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
15425
15426 * progmodes/grep.el (grep-find-ignored-directories):
15427 Add monotone _MTN bookkeeping directory in workspaces.
15428 Add RCS control directory. List items in alphabetical order.
15429
15430 * progmodes/grep.el (grep-files-aliases): Add cc alias.
15431 Sort items in alphabetical order. Fix parens.
15432
15433 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15434
15435 * vc-hg.el (vc-hg-extra-menu-map): New variable.
15436 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
15437 (vc-hg-pull): New functions.
15438 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
15439
15440 * term/mac-win.el: Don't require url, only autoloaded url
15441 functions are used in this file.
15442
15443 2007-08-29 Andreas Schwab <schwab@suse.de>
15444
15445 * shell.el (shell): Return correct value from interactive spec.
15446
15447 2007-08-29 Glenn Morris <rgm@gnu.org>
15448
15449 * version.el (emacs-version): Increase to 23.0.50.
15450
15451 2007-08-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15452
15453 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
15454
15455 2007-08-29 Juri Linkov <juri@jurta.org>
15456
15457 * loadup.el: Add "button" loading after "faces" and move "startup"
15458 to load after "button".
15459
15460 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15461
15462 * loadup.el: Load term/mac-win on a Mac using Carbon.
15463
15464 * term/mac-win.el: Provide mac-win.
15465 (mac-initialized): New variable.
15466 (mac-initialize-window-system): New function. Move global setup here.
15467 (handle-args-function-alist, frame-creation-function-alist):
15468 (window-system-initialization-alist): Add mac entries.
15469 (x-setup-function-keys): New function containing all the
15470 top level function key definitions.
15471
15472 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
15473
15474 * env.el (read-envvar-name): Don't consider the environment frame param.
15475
15476 * env.el (setenv):
15477 * frame.el (frame-initialize, make-frame):
15478 * faces.el (tty-set-up-initial-frame-faces):
15479 * server.el (server-process-filter): Set
15480 display-environment-variable and term-environment-variable.
15481
15482 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
15483
15484 2007-08-29 Jason Rumney <jasonr@gnu.org>
15485
15486 * loadup.el: Only load term/x-win when X is compiled in.
15487 Load term/w32-win and dependencies on windows-nt.
15488
15489 * term/w32-win.el: Reorder to match x-win.el more closely.
15490 Provide w32-win. Don't throw error when global window-system not w32.
15491 (internal-face-interactive): Remove obsolete function.
15492 (x-setup-function-keys): Use local-function-key-map.
15493 (w32-initialized): New variable.
15494 (w32-initialize-window-system): Set it.
15495 Move more global setup here.
15496 (x-setup-function-keys): New function.
15497 (w32-initialize-window-system): Move non function key global setup here.
15498 (x-cut-buffer-max): Remove.
15499 (w32-initialize-window-system): New function.
15500 (handle-args-function-alist, frame-creation-function-alist):
15501 (window-system-initialization-alist): Add w32 entries.
15502
15503 2007-08-29 David Kastrup <dak@gnu.org>
15504
15505 * env.el (getenv): Pass frame to getenv-internal.
15506
15507 2007-08-29 K\e$(Q)W\e(Broly L\e$(Q*S\e(Brentey <lorentey@elte.hu>
15508
15509 * version.el (emacs-version): Show if multi-tty is present.
15510
15511 * loadup.el: Delay loading env; mule-conf gets confused by cl
15512 during bootstrap. Also load termdev and term/x-win.
15513
15514 * bindings.el (mode-line-client): New variable.
15515 (help-echo): Add it to the default mode-line format.
15516
15517 * cus-start.el: Remove bogus window-system reference from GTK test.
15518
15519 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
15520 (ebrowse-electric-position-mode-map):
15521 * ebuff-menu.el (electric-buffer-menu-mode-map):
15522 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
15523 not `suspend-emacs'.
15524
15525 * ediff-wind.el (ediff-setup-windows-automatic): New function.
15526 (ediff-window-setup-function): Use it as default.
15527
15528 * files.el (save-buffers-kill-terminal): New function.
15529 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
15530
15531 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
15532 and `with-selected-frame'.
15533
15534 * help-fns.el (describe-variable): Describe frame-local variables
15535 correctly.
15536
15537 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
15538 display support.
15539 (normal-erase-is-backspace-setup-frame): New function.
15540
15541 * subr.el (with-selected-frame): New function.
15542 (read-quoted-char): Use terminal-local binding of
15543 local-function-key-map instead of function-key-map.
15544
15545 * talk.el (talk): New function.
15546 (talk-handle-delete-frame): New function.
15547 (talk-add-display): Open a new frame only if FRAME was not a frame.
15548
15549 * termdev.el: New file.
15550
15551 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
15552 * term/x-win.el: Don't bind f10.
15553 * tmm.el: Remove autoload binding for f10.
15554
15555 * international/encoded-kb.el (encoded-kbd-setup-display): Use
15556 `set-input-meta-mode'. Fix broken condition before set-input-mode.
15557 Store the saved input method as a terminal parameter. Add keymap
15558 parameter. Use it instead of changing key-translation-map directly.
15559 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
15560 Remove.
15561 (encoded-kbd-setup-display): New function.
15562
15563 * international/mule-cmds.el (set-locale-environment): Fix getenv
15564 call. Use save-buffers-kill-terminal. Ignore window-system; always
15565 set the keyboard coding system. Add DISPLAY parameter.
15566 (set-display-table-and-terminal-coding-system): Add DISPLAY
15567 parameter. Pass it to set-terminal-coding-system.
15568
15569 * international/mule.el (keyboard-coding-system): Test for
15570 encoded-kbd-setup-display, not encoded-kbd-mode.
15571 (set-terminal-coding-system, set-keyboard-coding-system): Add
15572 DISPLAY parameter.
15573 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
15574
15575 * term/README: Update.
15576
15577 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
15578
15579 * term/x-win.el (x-setup-function-keys): New function. Move
15580 function-key-map tweaks here. Protect against multiple calls on
15581 the same terminal. Use terminal-local binding of
15582 local-function-key-map instead of function-key-map.
15583 (x-initialize-window-system): Make a copy of pure list. Pass a
15584 frame getenv.
15585
15586 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
15587 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
15588 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
15589 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
15590 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
15591 local-function-key-map instead of function-key-map.
15592
15593 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
15594 `substitute-key-definition' and `define-key' calls against
15595 multiple execution. Use terminal-local binding of
15596 local-function-key-map instead of function-key-map. Pass a frame
15597 to getenv.
15598
15599 * edmacro.el (edmacro-format-keys):
15600 * emulation/cua-base.el (cua--pre-command-handler):
15601 * isearch.el (isearch-other-meta-char):
15602 * xt-mouse.el: Use terminal-local binding of
15603 local-function-key-map instead of function-key-map.
15604
15605 * fringe.el (set-fringe-mode): Simplify and fix using
15606 `modify-all-frames-parameters'.
15607 * scroll-bar.el (set-scroll-bar-mode): Ditto.
15608 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
15609 check before calling `tool-bar-setup'.
15610 (tool-bar-setup): New variable.
15611 (tool-bar-setup): Use it to guard against multiple calls. Add
15612 optional frame parameter, and select that frame before adding items.
15613 (toggle-tool-bar-mode-from-frame): New function.
15614
15615 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
15616 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
15617 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
15618 "Tool-bar" toggles to reflect the state of the current frame.
15619 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
15620
15621 * env.el: Require cl for byte compilation (for `block' and `return').
15622 (environment, setenv-internal): New functions.
15623 (let-environment): New macro.
15624 (setenv, getenv): Add optional terminal parameter. Update docs.
15625 (setenv): Use setenv-internal. Always set process-environment.
15626 Handle `local-environment-variables'.
15627 (read-envvar-name, setenv, getenv): Use frame parameters
15628 to store the local environment, not terminal parameters. Include
15629 `process-environment' as well.
15630
15631 * faces.el (tty-run-terminal-initialization): New function.
15632 (tty-create-frame-with-faces): Use it. Set up faces and
15633 background mode only after the terminal has been initialized.
15634 Call terminal-init-*. Don't load the initialization file more
15635 than once. Call set-locale-environment.
15636 (frame-set-background-mode): Handle the 'background-mode terminal
15637 parameter.
15638 (tty-find-type): New function.
15639 (x-create-frame-with-faces): Remove bogus check for
15640 first frame. Call `tool-bar-setup'. Don't make frame visible
15641 until we are done setting up all its parameters. Call
15642 x-setup-function-keys.
15643
15644 * frame.el (make-frame): Always inherit 'environment and 'client
15645 parameters. Set up the 'environment frame parameter, when needed.
15646 Also inherit 'client parameter. Don't override explicitly
15647 specified values with inherited ones. Add 'terminal frame
15648 parameter. Append window-system-default-frame-alist to parameters
15649 before calling frame-creation-function.
15650 (frame-initialize): Copy the environment from the initial frame.
15651 (window-system-default-frame-alist): Enhance doc string.
15652 (frame-notice-user-settings): Don't put 'tool-bar-lines in
15653 `default-frame-alist' when initial frame is on a tty.
15654 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
15655 Remove specified parameters from `window-system-default-frame-alist'.
15656 (make-frame-on-tty, framep-on-display, suspend-frame):
15657 Extend doc string, update parameter names.
15658 (frames-on-display-list): Use terminal-id to get the display id.
15659 (frame-notice-user-settings): Extend to apply
15660 settings in `window-system-default-frame-alist' as well.
15661 (terminal-id, terminal-parameters, terminal-parameter)
15662 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
15663 (delete-frame-functions): Add to `delete-frame-functions' hook.
15664 (blink-cursor-mode): Adapt blink-cursor-mode default
15665 value from startup.el.
15666 (make-frame-on-display): Protect condition on x-initialized when
15667 x-win.el is not loaded. Update doc.
15668 (suspend-frame): Use display-controlling-tty-p to decide between
15669 suspend-emacs and suspend-tty.
15670 (frames-on-display-list): Update for display ids.
15671 (framep-on-display): Ditto.
15672 (suspend-frame): Use display-name, not frame-tty-name.
15673 (selected-terminal): New function.
15674
15675 * server.el: Use `device' instead of `display' or `display-id' in
15676 variable and client parameter names.
15677 (server-select-display): Remove (unused).
15678 (server-tty-live-p, server-handle-delete-tty): Remove.
15679 (server-unquote-arg, server-quote-arg, server-buffer-clients):
15680 Update docs.
15681 (server-getenv-from, server-with-environment, server-send-string)
15682 (server-save-buffers-kill-terminal): New functions.
15683 (server-delete-client): Handle quits in kill-buffer. Don't kill
15684 modified buffers. Add extra logging. Delete frames after
15685 deleting the tty. Clear 'client parameter before deleting a frame.
15686 Use delete-display, not delete-tty.
15687 (server-visit-files): Don't set `server-existing-buffer' if the
15688 buffer already has other clients. Return list of buffers
15689 created. Update doc. Don't set client-record when nowait.
15690 (server-handle-delete-frame): Delete the client if this was its
15691 last frame. Check that the frame is alive. Remove bogus comment.
15692 Add note on possible race condition. Delete tty clients, if needed.
15693 (server-handle-suspend-tty): Use server-send-string. Kill the
15694 client in case of errors from process-send-string. Use the display
15695 parameter.
15696 (server-unload-hook): Remove obsolete delete-tty hook.
15697 (server-start): Ask before restarting if the old server still has
15698 clients. Add feedback messages. Remove obsolete delete-tty hook.
15699 (server-process-filter): Use server-send-string. Accept `-dir'
15700 command. Switch to *scratch* immediately after creating the frame,
15701 before evaluating any -evals. Protect `display-splash-screen'
15702 call in a condition-case. Explain why. Call
15703 `display-startup-echo-area-message' before
15704 `display-splash-screen'. Don't display the splash screen when no
15705 frame was created. Show the Emacs splash screen and startup echo
15706 area message. Display the *scratch* buffer by default. Store the
15707 local environment in a frame (not terminal) parameter. Do not try
15708 to decode environment strings. Fix reference to the 'display
15709 frame parameter. Change syntax of environment variables. Put
15710 environment into terminal parameters, not client parameters. Use
15711 a dummy client with --no-wait's X frames. In `-position LINE'
15712 handler, don't ruin the request string until the line number is
15713 extracted. Log opened files. Handle -current-frame command.
15714 Don't create frames when it is given. Don't bind X frames to the
15715 client when we are in -no-wait mode. Set locale environment
15716 variables from client while creating tty frames. Disable call to
15717 configure-display-for-locale. When processing -position command,
15718 don't change the request string until the parameters are
15719 extracted. Don't try to create an X frame when Emacs does not
15720 support it. Improve logging. Temporarily set ncurses-related
15721 environment variables to those of the client while creating a new
15722 tty frame. Select buffers opened by nowait clients, don't leave
15723 them buried under others. Set the display parameter, and use it
15724 when appropriate.
15725
15726 * startup.el (display-startup-echo-area-message): Handle
15727 `inhibit-startup-echo-area-message' here.
15728 (command-line-1): Moved from here.
15729 (fancy-splash-screens): Use `overriding-local-map' instead of
15730 `overriding-terminal-local-map' for now; the latter doesn't work
15731 right, it looses keypresses to another terminal. Use
15732 `overriding-terminal-local-map' to set up keymap. Install a
15733 `delete-frame-functions' hook to catch `delete-frame' events.
15734 Ignore `select-window' events to cope better with
15735 `focus-follows-mouse'. Don't switch back to the original buffer
15736 if the splash frame has been killed. Restore previous buffer, even
15737 if it's *scratch*.
15738 (normal-splash-screen): Don't let-bind `mode-line-format'; it
15739 changes the global binding - setq it instead. Use
15740 `save-buffers-kill-terminal'.
15741 (display-splash-screen): Don't do anything if the splash screen is
15742 already displayed elsewhere.
15743 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
15744 (command-line): Replace duplicated code with a call to
15745 tty-run-terminal-initialization. Don't load the terminal
15746 initialization file more than once. Remove call to nonexistent
15747 function `set-locale-translation-file-name'.
15748
15749 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
15750 parameters.
15751 (xterm-mouse-position-function, xterm-mouse-event): Update.
15752 (xterm-mouse-mode): Don't depend on current value of window-system.
15753 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15754 Update for multi-tty.
15755 (turn-on-xterm-mouse-tracking-on-terminal)
15756 (turn-off-xterm-mouse-tracking-on-terminal)
15757 (xterm-mouse-handle-delete-frame): New functions.
15758 (delete-frame-functions, after-make-frame-functions)
15759 (suspend-tty-functions, resume-tty-functions): Install extra hooks
15760 for multi-tty.
15761
15762 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * simple.el (invisible-p): Remove: implemented in C now.
15765 (line-move-invisible-p): Remove obsolete alias.
15766
15767 2007-08-28 Juri Linkov <juri@jurta.org>
15768
15769 * image-mode.el (image-type): New variable.
15770 (image-mode): Set default major mode name to "Image[text]".
15771 (image-minor-mode): Change LIGHTER to display image-type in the
15772 mode line.
15773 (image-minor-mode): Set default image-type to "text".
15774 (image-toggle-display): After switching to text mode, set
15775 image-type to "text" and major mode name to "Image[text]".
15776 After switching to image mode, set image-type to actual image
15777 type, and add image type to major mode name. Let-bind the same
15778 variable names as arguments of `image-type' and `create-image'.
15779 Bind `type' to the result of `image-type' and use it as arg
15780 of `create-image' to not determine the image type twice.
15781
15782 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
15783
15784 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
15785 (tramp-set-file-uid-gid, tramp-get-local-uid)
15786 (tramp-get-local-gid): New defuns.
15787 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
15788 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
15789 Improve fast track.
15790 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
15791 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
15792 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
15793 (tramp-handle-write-region): Improve fast track.
15794 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
15795 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
15796 be nil.
15797
15798 2007-08-28 Ivan Kanis <apple@kanis.eu>
15799
15800 * time.el: New feature to display several time zones in a buffer.
15801 (display-time-world-mode, display-time-world-display)
15802 (display-time-world, display-time-world-timer): New functions.
15803 (display-time-world-list, display-time-world-time-format)
15804 (display-time-world-buffer-name, display-time-world-timer-enable)
15805 (display-time-world-timer-second, display-time-world-mode-map):
15806 New variables.
15807
15808 2007-08-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15809
15810 * term/x-win.el (x-gtk-stock-map): New variable.
15811 (x-gtk-map-stock): New function.
15812
15813 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
15814 prev/next-node.
15815
15816 2007-08-28 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
15817
15818 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
15819
15820 2007-08-28 Glenn Morris <rgm@gnu.org>
15821
15822 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
15823
15824 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
15825
15826 * progmodes/modula2.el (m2-definition, m2-module):
15827 Don't use previous-line. Reported by T. V. Raman.
15828
15829 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15830
15831 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
15832 argument to tool-bar-mode call.
15833
15834 2007-08-27 Glenn Morris <rgm@gnu.org>
15835
15836 * diff-mode.el (diff-find-file-name): Only accept regular files,
15837 to rule out /dev/null, directories, etc.
15838
15839 * vc-svn.el (vc-svn-diff): If the repository version of all the
15840 files is the same as the specified OLDVERS, do a local diff.
15841
15842 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
15845 of buffers in uniquify-managed.
15846
15847 * simple.el (invisible-p): Rename from text-invisible-p.
15848 Update callers.
15849
15850 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
15851 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
15852 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
15853 (cperl-etags-goto-tag-location): Use new style backquotes.
15854
15855 * net/browse-url.el: Remove spurious * in custom docstrings.
15856 (browse-url-filename-alist): Use new-style backquote.
15857
15858 * emacs-lisp/backquote.el (backquote-unquote-symbol)
15859 (backquote-splice-symbol): Clarify they're not new-style unquotes.
15860
15861 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
15862 (\,@): Backslash the , and ,@ which are not new-style unquotes.
15863
15864 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
15865
15866 * net/socks.el (socks-username/password-auth-filter):
15867 Remove unused vars `state' and `desired-len'.
15868 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
15869 (socks-wait-for-state-change): Use new-style backquotes.
15870
15871 * pcvs.el (cvs-mode-status): Fix long-standing typo.
15872
15873 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
15874 backquotes after each `read' rather than once per buffer.
15875
15876 * dframe.el: Remove spurious * in custom docstrings.
15877 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
15878 (dframe-xemacs20p): Remove, inline at the sole use point.
15879 (defface): Don't defvar the face, don't use old-style backquote.
15880 (defcustom): Don't use old-style backquote.
15881 (dframe-frame-parameter, dframe-mouse-event-p):
15882 Make it obvious that it's always defined.
15883 (dframe-popup-kludge): New function to replace
15884 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
15885 (dframe-frame-mode, dframe-set-timer-internal)
15886 (dframe-mouse-set-point): Remove use of with-no-warnings from
15887 XEmacs-specific code.
15888 (dframe-set-timer-internal): Fix very old bug with
15889 post-command-idle-hook.
15890
15891 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
15892
15893 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
15894 warning if the file uses old style backquotes.
15895
15896 * emacs-lisp/bytecomp.el (byte-compile-log-file)
15897 (byte-recompile-directory, byte-compile-file)
15898 (byte-compile-from-buffer): Use with-current-buffer.
15899
15900 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
15901 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
15902 (line-move-1, line-move-finish, line-move-to-column)
15903 (move-end-of-line, move-beginning-of-line): Use new name.
15904
15905 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
15906
15907 * progmodes/ada-mode.el: Fix up comment style in header.
15908 (ada-check-emacs-version): Remove.
15909 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
15910 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
15911 to try and quieten the byte-compiler.
15912 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
15913
15914 * vc.el (vc-annotate-warp-version): Don't use previous-line.
15915
15916 2007-08-27 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
15917
15918 * net/browse-url.el (browse-url-emacs): New function.
15919
15920 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
15921
15922 * emacs-lisp/avl-tree.el: New file.
15923
15924 2007-08-26 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15925
15926 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
15927 was used.
15928
15929 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
15930
15931 * complete.el (PC-do-completion): Make RET accept a non-unique but
15932 complete expansion again.
15933
15934 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
15935
15936 * eshell/esh-opt.el (eshell-eval-using-options):
15937 Add debug declaration.
15938
15939 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15940
15941 * log-view.el (log-view-toggle-mark-entry): Add docstring.
15942 (log-view-get-marked): Likewise.
15943
15944 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
15945 (vc-delete-automatic-version-backups): Likewise.
15946
15947 * vc.el (vc-dired-buffers-for-dir): Likewise.
15948
15949 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
15950
15951 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
15952 safe-local-variable setting.
15953 * progmodes/perl-mode.el (perl-indent-level): Likewise.
15954
15955 * log-view.el (log-view-marked-list): Delete variable.
15956 (log-view-mode): Don't use it.
15957 (log-view-toggle-mark-entry): Likewise, simplify.
15958 (log-view-current-tag): Don't return properties.
15959 (log-view-get-marked): New function.
15960
15961 2007-08-25 Alexandre Julliard <julliard@winehq.org>
15962
15963 * vc-git.el (vc-git-mode-line-string): New function.
15964
15965 2007-08-25 Alan Mackenzie <acm@muc.de>
15966
15967 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
15968 new language variable.
15969
15970 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
15971 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
15972 "extern" etc., rather than BOI. Fix addition of spurious
15973 syntactic-symbol 'defun-block-intro, replacing it with
15974 'innamespace, etc.
15975
15976 2007-08-25 Juri Linkov <juri@jurta.org>
15977
15978 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
15979
15980 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
15981 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
15982 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
15983
15984 * image.el (image-type-header-regexps): Use more complex regexp for svg.
15985 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
15986 (image-type-auto-detectable): Add (svg . maybe).
15987
15988 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
15989 to treat it like .tgz.
15990
15991 * calendar/cal-bahai.el: Add file coding cookie.
15992
15993 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
15994
15995 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
15996 Don't behave differently when executed via M-x. Add doc string.
15997
15998 * sort.el (sort-fold-case, sort-numeric-base): Mark as
15999 safe-local-variable.
16000
16001 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
16002
16003 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
16004 the default value.
16005 (math-calendar-tzinfo): New variable.
16006 (math-get-calendar-tzinfo): New function.
16007 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
16008 to get information when zone is nil.
16009
16010 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
16011
16012 * log-view.el (log-view-toggle-mark-entry): New function.
16013 (log-view-mode-map): Bind it.
16014 (log-view-marked-list): New variable.
16015 (log-view-mode): Make it local.
16016
16017 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16018
16019 * play/zone.el (zone-pgm-rat-race): New func.
16020 (zone-programs): Add `zone-pgm-rat-race'.
16021
16022 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
16025 a list.
16026
16027 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16028
16029 * progmodes/hideshow.el (hs-match-data): Delete alias.
16030 (hs-hide-block-at-point, hs-find-block-beginning)
16031 (hs-show-block): Use `match-data' directly.
16032
16033 2007-08-24 Martin Rudalics <rudalics@gmx.at>
16034
16035 * format.el (format-alist): Fix typo in doc-string.
16036
16037 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
16038
16039 * net/tramp.el (tramp-local-host-p): New defun.
16040 (tramp-handle-file-local-copy, tramp-handle-write-region):
16041 Implement fast track when being on the local host.
16042 (tramp-file-name-handler): Don't set "started" property. It shall
16043 be reserved for the "ftp" method.
16044 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
16045
16046 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
16047 (tramp-ftp-file-name-handler): Set "started" property.
16048
16049 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
16050
16051 * files.el (backup-buffer-copy): Don't wrap delete in
16052 condition-case, only try to delete if file exists.
16053
16054 2007-08-24 Glenn Morris <rgm@gnu.org>
16055
16056 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
16057
16058 * startup.el (tutorial-directory): Set with eval-at-startup so it
16059 gets the right value in an installed Emacs.
16060
16061 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
16062
16063 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
16064 (eldoc-highlight-function-argument): Use it.
16065
16066 2007-08-23 Masatake YAMATO <jet@gyve.org>
16067
16068 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
16069 name of parameters in document body.
16070
16071 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
16074 (byte-compile-output-as-comment): Use with-current-buffer rather than
16075 a weird set-buffer&prog1 combination.
16076
16077 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
16078 test so as to optimise cases where the `progn's result is constant.
16079
16080 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
16081
16082 * locate.el (locate-get-file-positions):
16083 Use line-beginning-position and line-end-position.
16084
16085 2007-08-23 John Wiegley <johnw@newartisans.com>
16086
16087 * calendar/cal-bahai.el: Added in the diacriticals that were
16088 missing for many of the month names.
16089
16090 2007-08-22 Jason Rumney <jasonr@gnu.org>
16091
16092 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
16093
16094 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * image-mode.el (image-minor-mode): Use image-mode-text-map.
16097
16098 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
16099
16100 * dabbrev.el (dabbrev--progress-reporter): New variable.
16101 (dabbrev--scanning-message): Delete func.
16102 (dabbrev--find-expansion): Use a progress reporter
16103 instead of dabbrev--scanning-message.
16104
16105 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
16106
16107 * comint.el (comint-exec-1): Raise an error if
16108 `start-file-process' does not return a process object.
16109
16110 * shell.el (shell): Prompt for `default-directory' if it is a
16111 remote file name, and if called with a prefix arg.
16112
16113 2007-08-22 Sam Steingold <sds@gnu.org>
16114
16115 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
16116
16117 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
16118
16119 * textmodes/org-export-latex.el: New file.
16120
16121 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
16122
16123 * textmodes/org.el (org-agenda-skip): Allow a form for
16124 `org-agenda-skip-function'.
16125 (org-agenda-redo): Re-use local settings.
16126 (org-agenda): Store local settings.
16127 (org-agenda-deadline-faces): New option.
16128 (org-agenda-deadline-face): New function.
16129 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
16130 entries on their due date.
16131 (org-agenda-get-timestamps): No longer handle the due dates of
16132 schedules and deadline items.
16133 (org-insert-link-global, org-open-at-point-global): New commands.
16134 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
16135 :for-ascii parameter.
16136 (org-skip-comments): Function removed.
16137 (org-cleaned-string-for-export): Handle special table lines.
16138 (org-global-properties): New option.
16139 (org-entry-get-with-inheritance): Check global properties.
16140 (org-local-properties): New variable.
16141 (org-set-regexps-and-options): Find the #+PROPERTY line.
16142 (org-link-types): Change type into variable (was constant).
16143 (org-make-link-regexps): New function.
16144 (org-link-re-with-space, org-link-re-with-space2)
16145 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
16146 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
16147 these regular expressions happens now in the function
16148 `org-make-link-regexps'.
16149 (org-store-link): Call the functions in
16150 `org-store-link-functions'.
16151 (org-add-link-type): New function.
16152 (org-store-link-functions): New variable.
16153 (org-activate-tags): Force matches to be in headlines.
16154 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
16155 (org-columns-display-here): Make sure this works in a narrowed
16156 buffer by checking for point-min.
16157 (org-columns-display-here): Make the rest of the line intangible,
16158 so that point never can be there.
16159 (org-cleaned-string-for-export): Use `with-current-buffer'.
16160 (org-replace-region-by-html): Use `with-current-buffer'.
16161 (org-unfontify-region, org-do-occur, org-columns-display-here)
16162 (org-columns-remove-overlays, org-columns-quit)
16163 (org-columns-edit-value, org-columns-next-allowed-value)
16164 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
16165 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
16166 (org-agenda-todo, org-agenda-change-all-lines)
16167 (org-agenda-align-tags, org-agenda-priority)
16168 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
16169 (org-agenda-show-new-time, org-cleaned-string-for-export)
16170 (org-export-grab-title-from-buffer)
16171 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
16172 instead of `buffer-read-only'.
16173 (org-export-as-html): Set `coding-system-for-write'.
16174 (org-remember-store-without-prompt): New option.
16175 (org-archive-subtree): Fixed bug with modifying TODO keyword.
16176 (org-beginning-of-line): Also treat C-a special in items.
16177 (org-table-convert-refs-to-rc): Fixed problem with column
16178 reference after "..".
16179 (org-columns-compute): Don't mark buffer modified because of text
16180 properties.
16181 (org-batch-store-agenda-views): Use the variable
16182 `default-directory', not the function.
16183 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
16184 (org-clock-out-when-done): New option.
16185 (org-html-entities): Added HTML entities for smileys.
16186
16187 2007-08-22 Glenn Morris <rgm@gnu.org>
16188
16189 * image.el (create-image): Doc fix.
16190
16191 * startup.el (tutorial-directory): New constant.
16192 (fancy-splash-text): Tutorials now in tutorial-directory.
16193 * tutorial.el (help-with-tutorial): Tutorials now in
16194 tutorial-directory.
16195
16196 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
16197
16198 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
16199 otherwise.
16200 (tramp-get-remote-path): New defun. Replace occurrences of
16201 `tramp-default-remote-path' by this function.
16202 (tramp-set-remote-path): Move most of the code to
16203 `tramp-get-remote-path'.
16204 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
16205 existing directories, this is done already in
16206 `tramp-get-remote-path'.
16207
16208 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
16209
16210 * image-file.el (image-file-name-extensions): Add "svg".
16211 * image.el (image-type-header-regexps): Add svg entry.
16212
16213 2007-08-22 Glenn Morris <rgm@gnu.org>
16214
16215 * files.el (backup-buffer-copy): Check backup directory is
16216 writable, to avoid infloop deleting old backup.
16217
16218 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
16219 movemail related variables.
16220 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
16221 will now be set before this is called.
16222
16223 2007-08-21 Juri Linkov <juri@jurta.org>
16224
16225 * delsel.el (delete-selection-pre-hook):
16226 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
16227 instead of checking last-command.
16228
16229 2007-08-21 Juri Linkov <juri@jurta.org>
16230
16231 * loadup.el: Preload "button".
16232
16233 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16236 Add previous-line and next-line.
16237
16238 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
16239 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
16240
16241 * vc-hooks.el (vc-menu-entry): New var.
16242 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
16243 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
16244 (vc-menu-map): Declare and initialize in one step.
16245 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
16246
16247 * menu-bar.el (vc-menu-map): Don't setup any more.
16248 Instead, just create the proper spot in the menu.
16249
16250 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * smerge-mode.el (smerge-resolve): New arg `safe'.
16253 (smerge-resolve-all, smerge-batch-resolve): New function.
16254 (smerge-refine): Make sure `diff' returns the expected result.
16255 (smerge-parsep-re): New const.
16256 (smerge-mode): Use it to adjust paragraph-separate.
16257
16258 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16259 Correctly match / regexp matchers as first char on a line when
16260 fontifying only that line.
16261
16262 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
16263
16264 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * vc-bzr.el: Don't fiddle with vc-handled-backend.
16267 (vc-bzr-registered): Don't redundantly protect against
16268 file-error. Actually use the format-specific code.
16269 (vc-bzr-buffer-nonblank-p): Remove.
16270 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
16271
16272 2007-08-20 Juri Linkov <juri@jurta.org>
16273
16274 * startup.el (fancy-splash-text): Change multiple tabs into one
16275 tab. Remove "Useful File menu items" section (with "Exit Emacs"
16276 and "Recover Crashed Session").
16277 (fancy-splash-screens): Set tab-width to 22.
16278 (normal-splash-screen): Replace literal tabs with \t and
16279 fix whitespace. Remove "Useful File menu items" section (with
16280 "Exit Emacs" and "Recover Crashed Session").
16281
16282 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
16283
16284 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
16285 extracted from `eval-last-sexp-1'.
16286 (eval-last-sexp-1): Call `preceding-sexp'.
16287
16288 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
16289
16290 * vc-rcs.el (vc-rcs-annotate-command):
16291 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
16292 Add back :vc-annotate-prefix propertization.
16293
16294 2007-08-20 Andreas Schwab <schwab@suse.de>
16295
16296 * mail/rmail.el (rmail-autodetect): Doc fix.
16297
16298 2007-08-19 Juri Linkov <juri@jurta.org>
16299
16300 * startup.el (normal-splash-screen): Add more links.
16301
16302 2007-08-19 Juri Linkov <juri@jurta.org>
16303
16304 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
16305 because it's common to both types of splash screen: fancy and normal.
16306 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
16307 (exit-splash-screen): Rename from `fancy-splash-quit'.
16308 Use `quit-window' instead of `kill-buffer'.
16309 (fancy-splash-head): Use make-button to insert GNU image link.
16310 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
16311 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
16312 (normal-splash-screen): Put "Browse manuals" on the same line with
16313 "Emacs manual". Remove descriptions from "Useful tasks" and put
16314 all links in two columns on two lines.
16315
16316 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
16317
16318 * emulation/viper.el (viper-remove-hooks): Remove some additional
16319 viper hooks when the user calls viper-go-away.
16320 (viper-go-away): Restore the default of default-major-mode.
16321 Save the value of default-major-mode before vaperization.
16322
16323 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
16324
16325 * emulation/viper-ex.el: Replace error "" with "Viper bell".
16326
16327 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
16328 buffer for which file is created.
16329
16330 2007-08-19 Glenn Morris <rgm@gnu.org>
16331
16332 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
16333 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
16334 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
16335 shadow files messing up the compilation.
16336
16337 2007-08-18 Glenn Morris <rgm@gnu.org>
16338
16339 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
16340 string. Also apply eldoc-argument-case in the help-split-fundoc
16341 case. Adapt for changed behavior of eldoc-function-argstring,
16342 eldoc-function-argstring-format, and
16343 eldoc-highlight-function-argument.
16344 (eldoc-highlight-function-argument): Handle nil INDEX argument,
16345 just call eldoc-docstring-format-sym-doc in that case.
16346 (eldoc-function-argstring): Change the behavior. Now it converts
16347 an argument list to a string.
16348 (eldoc-function-argstring-format): Change the behavior. Now it
16349 applies `eldoc-argument-case' to a string.
16350
16351 * progmodes/scheme.el (scheme-mode-variables): Set
16352 font-lock-comment-start-skip.
16353
16354 2007-08-18 Martin Rudalics <rudalics@gmx.at>
16355
16356 * progmodes/ada-mode.el (ada-create-syntax-table): Move
16357 set-syntax-table from here to ...
16358 (ada-mode): ... here. Do not change global value of
16359 comment-multi-line. Call new function
16360 ada-initialize-syntax-table-properties and add new function
16361 ada-handle-syntax-table-properties to font-lock-mode-hook.
16362 (ada-deactivate-properties, ada-initialize-properties): Replace
16363 by new functions ...
16364 (ada-handle-syntax-table-properties)
16365 (ada-initialize-syntax-table-properties)
16366 (ada-set-syntax-table-properties): ... to set up syntax-table
16367 properties uniformly, independently from whether font-lock-mode
16368 is enabled or not. Handle read-only buffers and do not change
16369 undo-list when setting syntax-table properties.
16370 (ada-after-change-function): Use ada-set-syntax-table-properties.
16371
16372 2007-08-18 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16373
16374 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
16375 (meta-indent-current-nesting): Use a computation of the nesting
16376 instead.
16377 (meta-indent-current-indentation): Indentation is given according
16378 to nesting and if the previous line was finished or not.
16379 (meta-indent-unfinished-line): Tell if the current line ends with
16380 a finished expression.
16381 (meta-indent-looking-at-code): Like `looking-at', but checks if
16382 the point is in a string before.
16383 (meta-indent-level-count): Use it. Don't count parenthesis as it's
16384 done in the nesting function.
16385 (meta-indent-in-string-p): Tell if the current point is in a
16386 string.
16387 (meta-indent-calculate): Treat b-o-b as a special case. Use the
16388 previous functions.
16389
16390 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
16391
16392 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
16393 (copyright-update-year, copyright-update)
16394 (copyright-fix-years): Use it.
16395
16396 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
16397
16398 * emacs-lisp/copyright.el (copyright-update-year):
16399 Fix bug: Handle nil copyright-limit.
16400
16401 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
16402
16403 * calc/calc-units.el (math-standard-units): Give exact
16404 conversion for tsp.
16405
16406 * calc/calc.el (math-bignum-digit-length): Compute the
16407 appropriate value.
16408
16409 * calc/calc-bin.el (math-bignum-logb-digit-size)
16410 (math-bignum-digit-power-of-two):
16411 * calc/calc-comb.el (math-small-factorial-table):
16412 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16413 (math-approx-gamma-const):
16414 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
16415 (math-besY1, math-bernoulli-b-cache):
16416 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16417 Remove `eval-when-compile's.
16418
16419 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
16420
16421 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
16422 (cperl-find-pods-heres): Fix an error when typing expressions like
16423 `s{a}{b}'.
16424
16425 2007-08-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16426
16427 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
16428 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
16429 a special case (there's no build number).
16430
16431 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
16432
16433 * completion.el (symbol-under-point, symbol-before-point)
16434 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
16435
16436 2007-08-17 Glenn Morris <rgm@gnu.org>
16437
16438 * progmodes/compile.el (compilation-get-file-structure): Make use
16439 of the directory part when checking for an existing entry, to
16440 handle files with same basename in different directories.
16441
16442 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
16443
16444 * calc/calc.el (calc-language-alist): Add texinfo-mode.
16445
16446 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16447
16448 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
16449 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
16450 (ps-paragraph-spacing): Docstring fix.
16451
16452 2007-08-16 Glenn Morris <rgm@gnu.org>
16453
16454 * ps-print.el (ps-font-size): Doc fix.
16455
16456 2007-08-16 Richard Stallman <rms@gnu.org>
16457
16458 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
16459
16460 2007-08-15 Juri Linkov <juri@jurta.org>
16461
16462 * startup.el (initialization): Change parent group from `internal'
16463 to `environment'.
16464 (initial-buffer-choice): New variable.
16465 (command-line): Revert 2007-07-02 change that sets
16466 buffer-offer-save in *scratch* and enables auto-save in it.
16467 (fancy-splash-text): Add links to existing items. Add new items
16468 with links for useful tasks. Move information about Control-g to
16469 fancy-splash-head. Move "Emacs Guided Tour" to the end.
16470 (fancy-splash-keymap): New variable.
16471 (fancy-splash-last-input-event): Remove variable.
16472 (fancy-splash-insert): Add processing of `:link' element.
16473 (fancy-splash-head): Replace "Type Control-l to begin editing"
16474 with "Type `q' to exit".
16475 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
16476 (fancy-splash-default-action, fancy-splash-special-event-action):
16477 Remove functions.
16478 (fancy-splash-quit): New function.
16479 (fancy-splash-screens): Rename input arg from `hide-on-input' to
16480 `static' and reverse the condition of its usage. Don't preserve
16481 original values of `minor-mode-map-alist',
16482 `emulation-mode-map-alists', `special-event-map'.
16483 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16484 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16485 Remove processing of special events. Use local key map
16486 `fancy-splash-keymap'. Set buffer to read-only.
16487 (normal-splash-screen): Rename input arg from `hide-on-input' to
16488 `static' and reverse the condition of its usage.
16489 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16490 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16491 Add links to existing items. Add new items with links for useful
16492 tasks. Use local key map `fancy-splash-keymap'.
16493 (display-splash-screen): Rename input arg from `hide-on-input' to
16494 `static'.
16495 (about-emacs): Add alias to display-splash-screen.
16496 (command-line-1): Use `initial-buffer-choice'.
16497
16498 * menu-bar.el (menu-bar-help-menu):
16499 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
16500 item to about-emacs instead of display-splash-screen.
16501
16502 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
16503
16504 * calc/calc-units.el (math-standard-units): Update values.
16505 Put in exact, rational values when possible.
16506 (math-unit-prefixes): Replace floats with powers of ten.
16507 (math-standard-units-systems): Replace floats with integers.
16508 (math-make-unit-string): Remove extra spaces in output.
16509
16510 2007-08-15 Glenn Morris <rgm@gnu.org>
16511
16512 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
16513 sloppier, for the sake of GNU Mailman.
16514 (rmail-digest-rfc1153): Initialize `result' correctly.
16515
16516 2007-08-15 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16517
16518 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
16519 in the mail title. Suggested by Reiner Steib.
16520
16521 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
16522
16523 * calc/calc-aent.el (calc-do-quick-calc): Add binary
16524 representation of integers to the list of outputs.
16525
16526 2007-08-14 Glenn Morris <rgm@gnu.org>
16527
16528 * simple.el (bad-packages-alist): New constant.
16529 (bad-package-check): New function. Together, these two add elements
16530 to `after-load-alist' to check for problematic external packages.
16531 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
16532
16533 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
16534
16535 * calc/calc-units.el (math-get-standard-units)
16536 (math-get-units, math-make-unit-string)
16537 (math-get-default-units, math-put-default-units): New functions.
16538 (math-default-units-table): New variable.
16539 (calc-convert-units, calc-convert-temperature): Add machinery
16540 to supply default values.
16541
16542 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
16545 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
16546 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
16547 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
16548
16549 * emulation/tpu-extras.el: Remove spurious * in docstrings.
16550 Put its autoloads into tpu-edt.el rather than loaddefs.el.
16551 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
16552 Make into a proper minor-mode.
16553 (tpu-backward-char, tpu-next-line, tpu-previous-line)
16554 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
16555 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
16556 (tpu-set-cursor-free, tpu-set-cursor-bound):
16557 Delegate to tpu-cursor-free-mode.
16558 (tpu-next-line, tpu-previous-line, tpu-forward-line)
16559 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
16560 Use line-move or forward-line instead of next-line-internal.
16561
16562 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
16563
16564 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
16565
16566 2007-08-12 Richard Stallman <rms@gnu.org>
16567
16568 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
16569 (cvs-execute-single-file): Use new name split-string-and-unquote.
16570 (cvs-header-msg): Use new name combine-and-quote-strings.
16571
16572 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
16573
16574 * progmodes/gud.el (gud-common-init): Use new name
16575 split-string-and-unquote.
16576
16577 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
16578 in javac regexp.
16579
16580 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
16581 combine-and-quote-strings and split-string-and-unquote.
16582
16583 * subr.el (combine-and-quote-strings): Rename from strings->string.
16584 (split-string-and-unquote): Rename from string->strings.
16585
16586 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16587
16588 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
16589 to buffer-local settings.
16590
16591 * emacs-lisp/backquote.el (backquote-delay-process): New function.
16592 (backquote-process): Add internal arg `level'. Use the two to
16593 correctly handle nested backquotes.
16594
16595 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
16596
16597 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
16598 (vc-bzr-state-words): Add "kind changed" state word.
16599 (vc-bzr-status): New function. Return Bzr idea of file status,
16600 which is different from VC's.
16601 (vc-bzr-state): Use vc-bzr-status.
16602 (vc-workfile-unchanged-p): Use vc-bzr-status.
16603 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
16604 (vc-dired-state): Process "kind changed" state word.
16605
16606 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
16609
16610 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
16611 Move from vc-default-find-file-not-found-hook.
16612
16613 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
16614
16615 * man.el: Remove spurious * in docstrings.
16616 Merge defvars and toplevel setq-defaults.
16617 (Man-highlight-references0): Limit=nil rather than point-max.
16618 (Man-mode-map): Move initialization into the declaration.
16619 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
16620 (Man-view-header-file): Use expand-file-name rather than concat.
16621 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
16622
16623 * man.el (Man-next-section): Make sure we do not move backward.
16624
16625 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * files.el (auto-mode-alist): Use the purecopied text (duh!).
16628
16629 2007-08-08 Glenn Morris <rgm@gnu.org>
16630
16631 * Replace `iff' in doc-strings and comments.
16632
16633 2007-08-08 Martin Rudalics <rudalics@gmx.at>
16634
16635 * dired.el (dired-pop-to-buffer):
16636 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
16637 * calendar/calendar.el (generate-calendar-window):
16638 * progmodes/compile.el (compilation-set-window-height):
16639 * textmodes/two-column.el (2C-two-columns, 2C-merge):
16640 Use window-full-width-p instead of comparing frame-width and
16641 window-width.
16642
16643 * progmodes/compile.el (compilation-find-buffer): Remove extra
16644 argument in call to compilation-buffer-internal-p.
16645
16646 2007-08-07 Tom Tromey <tromey@redhat.com>
16647
16648 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
16649 Add safe-local-variable property.
16650
16651 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
16652
16653 * image-mode.el (image-toggle-display): Use image-refresh.
16654
16655 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
16656
16657 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
16658 unofficial version.
16659 (vc-bzr-command): Remove redundant setting of process-connection-type.
16660 (vc-bzr-admin-checkout-format-file): Add autoload.
16661 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
16662 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
16663 (vc-bzr-registered): Compare dirstate format tag with known good
16664 value, abort parsing if match fails. Warn user in docstring.
16665 (vc-bzr-workfile-version): Case for different Bzr branch formats.
16666 See bzrlib/branch.py in Bzr sources.
16667 (vc-bzr-diff): First argument FILES may be a string rather than a list.
16668 (vc-bzr-shell-command): Remove in favor of
16669 vc-bzr-command-discarding-stderr.
16670 (vc-bzr-command-discarding-stderr): New function.
16671
16672 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
16673
16674 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
16675 program, and return nil.
16676 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
16677 (vc-bzr-state): Look for path names relative to the repository
16678 root after status keyword.
16679 (vc-bzr-file-name-relative): New function.
16680 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
16681 depend on it.
16682 (vc-bzr-admin-dirname, ...-checkout-format-file)
16683 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
16684 files that we now parse directly for speed.
16685 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
16686 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
16687 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
16688 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
16689 Bzr warnings, so we must discard it.
16690 (vc-bzr-workfile-version): Speedup counting lines from
16691 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
16692 if that file doesn't exist.
16693 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
16694 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
16695 to `vc-directory-exclusion-list'.
16696 (vc-bzr-shell-command): New function.
16697
16698 2007-08-06 Tom Tromey <tromey@redhat.com>
16699
16700 * diff-mode.el (diff-unified->context, diff-reverse-direction)
16701 (diff-fixup-modifs): Typo in docstring.
16702
16703 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
16706 count-screen-lines.
16707 (tpu-edt-off): Disable relevant pieces of advice.
16708
16709 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
16710 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
16711 (newline, newline-and-indent, do-auto-fill): Use advice instead of
16712 redefining the function.
16713 (tpu-set-scroll-margins): Activate the pieces of advice.
16714
16715 2007-08-06 Martin Rudalics <rudalics@gmx.at>
16716
16717 * help.el (resize-temp-buffer-window): Use window-full-width-p
16718 instead of comparing frame-width and window-width.
16719
16720 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
16721
16722 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
16723 optional quotes around files in NEED-UPDATE . REMOVED case.
16724
16725 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
16726 (ada-treat-cmd-string): Improve error message.
16727 (ada-do-file-completion): Call `ada-require-project-file', so
16728 project variables are set properly.
16729 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
16730 (ada-gnatfind-buffer-name): New constant.
16731 (ada-find-any-references): Use new constant. Set buffer name
16732 properly in compilation-start. Toggle read-only properly.
16733 (ada-find-in-src-path): Fix spelling error in docstring.
16734
16735 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
16736 by zero error.
16737
16738 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
16739
16740 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
16741
16742 2007-08-12 Richard Stallman <rms@gnu.org>
16743
16744 * progmodes/sh-script.el (sh): Delete group `unix'.
16745
16746 * progmodes/gud.el (gud): Change to group `processes'.
16747
16748 2007-08-11 Glenn Morris <rgm@gnu.org>
16749
16750 * progmodes/compile.el (compilation-buffer-name): Don't check
16751 compilation-arguments. It is superfluous, and the variable isn't
16752 even set when this function is called.
16753
16754 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16755
16756 * term/mac-win.el (mac-ae-reopen-application): New function.
16757 (mac-apple-event-map): Bind "reopen application" Apple event to it.
16758
16759 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
16762 take tex-font-script-display into account.
16763 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
16764 cell to a list of 2 elements to simplify the unfontify code.
16765
16766 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16767
16768 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
16769 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
16770 ps-print-color-p is neither nil nor black-white. Reported by Christian
16771 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
16772
16773 2007-08-08 Andreas Schwab <schwab@suse.de>
16774
16775 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
16776 self-insert-command, not self-insert.
16777
16778 2007-08-08 Glenn Morris <rgm@gnu.org>
16779
16780 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
16781 argument optional, for backwards compatibility, and only highlight
16782 args when present. Fix symbol name typo (doc/args).
16783
16784 * help-mode.el (help-make-xrefs): Search for symbol constituents,
16785 rather than just `-'.
16786
16787 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
16788
16789 * calc/calc-units.el (calc-convert-temperature):
16790 Use `/' to create fractions.
16791
16792 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
16793
16794 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
16795 global matching.
16796 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
16797 ERROR-BUFFER more robust. Display output.
16798 (tramp-file-name-handler): Add a connection property when we found
16799 a foreign file name handler. This allows backends like ftp to
16800 profit also from usr/host name completion based on connection
16801 cache.
16802 (tramp-send-command-and-read): Search for trash after the regexp
16803 until eol only. In XEmacs, there is a problem with \n.
16804
16805 * net/tramp-cache.el (top): Read persistent connection history
16806 when cache is empty.
16807
16808 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
16809
16810 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
16811 resulting output.
16812
16813 2007-08-07 Sam Steingold <sds@gnu.org>
16814
16815 * progmodes/compile.el (compilation-start): Pass nil as startfile
16816 to comint-exec.
16817
16818 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
16819
16820 * longlines.el (longlines-decoded): New variable.
16821 (longlines-mode): Avoid encoding or decoding the buffer twice.
16822
16823 2007-08-07 Martin Rudalics <rudalics@gmx.at>
16824
16825 * format.el (format-insert-file): Make sure that at most one undo
16826 entry is recorded for the insertion. Inhibit point-motion and
16827 modification hooks around call to insert-file-contents.
16828
16829 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
16832 Select the buffer's window before moving point.
16833
16834 2007-08-07 Richard Stallman <rms@gnu.org>
16835
16836 * term.el (term): Remove parent group `unix'.
16837
16838 * simple.el (default-indent-new-line): New function.
16839 It calls comment-line-break-function if there are comments.
16840 (do-auto-fill): Use that.
16841
16842 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
16843
16844 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
16845 (PC-do-completion): Add "acronym completion" for symbols and
16846 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
16847
16848 2007-08-06 Sam Steingold <sds@gnu.org>
16849
16850 * mouse.el (mouse-buffer-menu): Pass mode-name through
16851 format-mode-line because it may be a list,
16852 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
16853
16854 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
16855
16856 * printing.el (pr-update-menus): Docstring fix.
16857
16858 2007-08-06 Jason Rumney <jasonr@gnu.org>
16859
16860 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
16861
16862 * vc-hooks.el (vc-call): Add doc string.
16863
16864 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
16865
16866 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
16867 process-filter.
16868
16869 2007-08-06 Kenichi Handa <handa@m17n.org>
16870
16871 * international/quail.el: Wrap (require 'help-mode) by
16872 eval-when-compile.
16873 (quail-help-init): New function.
16874 (quail-help): Call quail-help-init.
16875 (quail-store-decode-map-key): Change it to a function.
16876
16877 2007-08-05 Jason Rumney <jasonr@gnu.org>
16878
16879 * vc.el (vc-rollback): Add norevert argument back.
16880 (vc-revert-buffer): Add back as obsolete alias.
16881
16882 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
16883
16884 * term.el: Honor term-default-fg-color and term-default-bg-color
16885 settings when modifying term-current-face.
16886 (term-default-fg-color, term-default-bg-color): Initialize from
16887 default term-current-face.
16888 (term-mode, term-reset-terminal): Set term-current-face with
16889 term-default-fg-color and term-default-bg-color.
16890 (term-handle-colors-array): term-current-face has term-default-fg-color
16891 and term-default-bg-color after reset escape sequence.
16892 (term-handle-colors-array): Set term-current-color with
16893 term-default-fg/bg-color instead of ansi-term-color-vector when the
16894 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
16895
16896 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
16897
16898 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
16899 (math-nlfit-givens): Let bind free variables.
16900
16901 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
16902
16903 * printing.el: Require lpr and ps-print when loading printing package.
16904 Reported by Glenn Morris <rgm@gnu.org>.
16905
16906 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
16907
16908 * files.el (set-auto-mode): Handle also remote files wrt
16909 `auto-mode-alist'.
16910
16911 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
16912
16913 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
16914 curves and plotting.
16915
16916 * calc/calc-nlfit.el: New file.
16917
16918 2007-08-04 Glenn Morris <rgm@gnu.org>
16919
16920 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
16921 zero, not nil, when the library is first loaded. Check for a file
16922 that has been modified on disk.
16923
16924 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
16925 Remove duplicate defvar preventing initialization.
16926 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
16927
16928 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
16931 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
16932 may match up to 4 lines.
16933 (diff-beginning-of-file-and-junk): Rewrite.
16934
16935 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16936
16937 * printing.el: Evaluate require only during compilation.
16938 (pr-version): New version 6.9.1.
16939 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
16940 (pr-global-menubar): Fix code.
16941
16942 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
16943
16944 * term.el (term-erase-in-display): Fix case when point is not at
16945 the beginning of the line.
16946
16947 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
16948
16949 * calc/calc-ext.el (math-get-value, math-get-sdev)
16950 (math-contains-sdev): New functions.
16951
16952 * calc/calc-graph.el (calc-graph-format-data)
16953 (calc-graph-add-curve): Check for error forms.
16954 (calc-graph-set-styles): Add option for error forms.
16955
16956 2007-08-03 Miles Bader <miles@gnu.org>
16957
16958 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
16959 backend names for new backends to `Git', `Hg', and `Bzr'.
16960 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
16961 not `HG'.
16962 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
16963 name, not `GIT'.
16964 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
16965 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
16966
16967 2007-08-03 Richard Stallman <rms@gnu.org>
16968
16969 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
16970 to update deleted flag.
16971
16972 * cus-edit.el (customize-apropos, customize-apropos-options)
16973 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
16974
16975 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
16976
16977 * startup.el (fancy-splash-head, startup-echo-area-message):
16978 Change message text.
16979
16980 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
16981 All callers use line-move.
16982
16983 * progmodes/compile.el (compilation-find-buffer): Return current
16984 buffer immediately if suitable.
16985 (compile, compilation-buffer-name, compilation-start): Doc fixes.
16986
16987 2007-08-03 Daiki Ueno <ueno@unixuser.org>
16988
16989 * faces.el (face-normalize-spec): New function.
16990 (frame-set-background-mode): Normalize face-spec before calling
16991 face-spec-match-p.
16992
16993 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * server.el (server-window): Add switch-to-buffer-other-frame option.
16996
16997 2007-08-03 Glenn Morris <rgm@gnu.org>
16998
16999 * cus-edit.el (customize-apropos): Make the error message indicate
17000 what kind of thing the user was trying to customize.
17001
17002 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
17003
17004 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
17005 Fix off-by-one error in previous change.
17006
17007 2007-08-03 Drew Adams <drew.adams@oracle.com>
17008
17009 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
17010 Make buffer writable.
17011
17012 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
17013
17014 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
17015 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17016 Use native Emacs functions, when appropriate.
17017
17018 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
17019 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * vc.el: Document new VC operation `extra-menu'.
17022
17023 * vc-hooks.el (vc-default-extra-menu): New function.
17024
17025 * menu-bar.el (menu-bar-vc-filter): New function.
17026 (menu-bar-tools-menu): Use it as a filter.
17027
17028 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
17029
17030 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
17031
17032 2007-08-01 Glenn Morris <rgm@gnu.org>
17033
17034 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
17035 strings.
17036 (fortran-tab-mode-default): Remove needless autoload.
17037 (fortran-tab-mode-string): Add help-echo and mouse properties, and
17038 mark as risky.
17039 (fortran-line-length): New buffer-local variable, safe if integer.
17040 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
17041 Change from variables to constants.
17042 (fortran-font-lock-syntactic-keywords): Delete as a variable,
17043 replace with a new function definition.
17044 (fortran-mode): Use fortran-line-length, and
17045 fortran-font-lock-syntactic-keywords as a function. Add a
17046 hack-local-variables-hook function.
17047 (fortran-line-length, fortran-hack-local-variables): New functions.
17048 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
17049 Use fortran-line-length rather than 72.
17050 (fortran-window-create-momentarily): Doc fix.
17051
17052 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
17053
17054 * cus-edit.el (custom-group-value-create, custom-goto-parent):
17055 Fix parent groups link.
17056
17057 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
17058
17059 * progmodes/python.el (python-current-defun): Adjust to never fall
17060 into infinite loop.
17061
17062 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
17065
17066 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
17067
17068 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
17069 (copyright-fix-years, copyright): Correctly handle the case where
17070 copyright-limit is nil.
17071
17072 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
17073
17074 * progmodes/python.el (run-python): Fix path separator under w32.
17075
17076 2007-07-30 Richard Stallman <rms@gnu.org>
17077
17078 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17079 Treat non-break space as whitespace in Lisp.
17080
17081 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * vc.el (vc-dired-hook): Use inhibit-read-only.
17084
17085 * progmodes/compile.el (compilation-forget-errors):
17086 Reset compilation-auto-jump-to-next.
17087
17088 2007-07-30 Michael Olson <mwolson@gnu.org>
17089
17090 * cus-edit.el (custom-group-save): Fix void function definition
17091 error. Thanks to Zhang Wei for the report.
17092
17093 * ps-print.el: Check in trivial changes to the autoloads section
17094 caused by the build process. These autoloads really ought to be
17095 placed in a separate file, methinks.
17096
17097 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * calendar/calendar.el (calendar-mode): Make sure
17100 displayed-(month|year) are set.
17101 (calendar-basic-setup): Display buffer before adjusting window sizes.
17102 (generate-calendar-window): Use inhibit-read-only. Simplify.
17103 Generate buffer and set displayed-month and displayed-year before
17104 calling update-calendar-mode-line.
17105
17106 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
17107
17108 * net/tramp.el:
17109 * net/tramp-uu.el:
17110 * net/trampver.el: Use utf-8 encoding with coding cookie.
17111
17112 * net/tramp-cache.el:
17113 * net/tramp-fish.el:
17114 * net/tramp-ftp.el:
17115 * net/tramp-gw.el:
17116 * net/tramp-smb.el: Remove coding cookie.
17117
17118 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17119 Flush buffer file-name's file property.
17120 (tramp-handle-file-remote-p): The first parameter is FILENAME.
17121
17122 * net/trampver.el: Update release number.
17123
17124 2007-07-29 Juri Linkov <juri@jurta.org>
17125
17126 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
17127 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
17128 when major-mode is not dired-mode.
17129 (dired-toggle-read-only): New function.
17130 (dired-recursive-deletes): Remove obsolete comments about old
17131 default value.
17132 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
17133
17134 * wdired.el (wdired-exit): New function.
17135 (wdired-mode-map): Bind C-x C-q to wdired-exit.
17136
17137 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17138
17139 * cus-edit.el (customize-read-group): New fun.
17140 (customize-group-other-window, customize-face-other-window):
17141 Prompt before delegating to customize-(group|face).
17142 Bind pop-up-windows rather than use the other-window argument.
17143 (customize-group, customize-face): Prompt from the interactive spec.
17144 Remove args `prompt-for-group' and `other-window'.
17145
17146 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
17147 (ad-body-forms, ad-advised-interactive-form): Revert this part of
17148 last change.
17149
17150 2007-07-28 Masatake YAMATO <jet@gyve.org>
17151
17152 * vc.el (vc-dired-mode): Add a menu for VC related operation.
17153 Use backend name as the menu label. Suggested by David Kastrup.
17154
17155 2007-07-28 Alan Mackenzie <acm@muc.de>
17156
17157 Fix problem with modes derived from CC Mode:
17158 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
17159 macro to cc-langs.
17160 (c-init-language-vars-for): Remove call to above macro.
17161 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
17162 been moved to here.
17163 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
17164
17165 2007-07-28 Eli Zaretskii <eliz@gnu.org>
17166
17167 * net/trampver.el: Fix the `coding' cookie.
17168
17169 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
17170
17171 * vc-git.el (vc-git-print-log): Support both the old single file
17172 interface and the new one.
17173
17174 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
17175
17176 * bindings.el (mode-line-remote): Use updated %@ construct.
17177
17178 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
17179
17180 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17181 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
17182 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
17183 (diary-list-bahai-entries, diary-bahai-mark-entries)
17184 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
17185 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
17186 New names to clean up namespace.
17187 (list-bahai-diary-entries, mark-bahai-diary-entries)
17188 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
17189 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
17190 Add compatibility aliases.
17191
17192 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
17193
17194 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
17195 (calendar-scroll-left-three-months)
17196 (calendar-scroll-right-three-months): Clean up namespace.
17197 (scroll-calendar-left, scroll-calendar-right)
17198 (scroll-calendar-left-three-months)
17199 (scroll-calendar-right-three-months): Add compatibility aliases.
17200
17201 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17202 Behave like mouse-scroll-calendar-* when used from the mouse.
17203
17204 * calendar/cal-menu.el (cal-menu-scroll-menu)
17205 (cal-menu-global-mouse-menu):
17206 * calendar/calendar.el (calendar-mode-map):
17207 Use new calendar-scroll-* names.
17208 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
17209 Remove. Use calendar-scroll-* directly instead.
17210
17211 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
17214 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
17215 (ad-make-advised-definition, ad-cache-id-verification-code):
17216 Use commandp and interactive-form instead.
17217
17218 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
17219
17220 * vc-git.el: Relicense to GPLv3 or later.
17221 (vc-directory-exclusion-list, vc-handled-backends): Remove.
17222
17223 * vc-hooks.el (vc-handled-backends): Add GIT.
17224
17225 * vc.el (vc-directory-exclusion-list): Add .git.
17226
17227 2007-07-26 Alexandre Julliard <julliard@winehq.org>
17228
17229 * vc-git.el (vc-git-revision-table)
17230 (vc-git-revision-completion-table): New functions.
17231
17232 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17233
17234 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
17235 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
17236 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
17237 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
17238 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
17239 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
17240 New command actions for EPS header and EPS footer.
17241
17242 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
17243 footer. Fix some problems with one-or-more, zero-or-more and
17244 alternative constructions generation. Some log messages
17245 implementation. Doc fix.
17246 (ebnf-version): New version 4.4.
17247 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
17248 (ebnf-eps-footer, ebnf-log): New options.
17249 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
17250 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
17251 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
17252 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
17253 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
17254 (ebnf-style-custom-list, ebnf-style-database): Put new values.
17255 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
17256 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
17257 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
17258 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
17259 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
17260 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
17261 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
17262 (ebnf-non-terminal-dimension, ebnf-special-dimension)
17263 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
17264 (ebnf-except-dimension, ebnf-alternative-dimension)
17265 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
17266 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
17267 message fun.
17268 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
17269 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
17270 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
17271 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
17272 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
17273 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
17274 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
17275 compatibility with Emacs 20 & 21.
17276 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
17277 (ebnf-eps-file-alist, ebnf-basic-width-extra)
17278 (ebnf-basic-empty-height): New vars.
17279 (ebnf-prologue): Fix PostScript code.
17280 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
17281 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
17282 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
17283 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
17284
17285 2007-07-25 Glenn Morris <rgm@gnu.org>
17286
17287 * Relicense all FSF files to GPLv3 or later.
17288
17289 * COPYING: Switch to GPLv3.
17290
17291 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
17294 Replace it with another one which disables undo before calling
17295 erase-buffer and then turns it back on if needed.
17296
17297 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17298
17299 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
17300
17301 2007-07-24 Glenn Morris <rgm@gnu.org>
17302
17303 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17304 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17305 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17306 (cal-tex-cursor-week, cal-tex-cursor-week2)
17307 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17308 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17309 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17310 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17311
17312 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17313
17314 * calendar/calendar.el (calendar-mode-map): Move initialization
17315 into declaration. Add menu bindings (used to be done in cal-menu).
17316 (calendar-mode): Don't add an activate-menubar-hook.
17317
17318 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
17319 modify calendar-mode-map), use easy-menu, and make sure that C-h k
17320 can be used on the menu entries.
17321 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
17322 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
17323 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
17324 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
17325 (calendar-flatten, cal-menu-update): Remove.
17326 (calendar-mouse-insert-hebrew-diary-entry)
17327 (calendar-mouse-insert-islamic-diary-entry)
17328 (calendar-mouse-insert-bahai-diary-entry):
17329 Remove (fold into cal-menu-diary-menu).
17330 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
17331 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
17332 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
17333 (calendar-mouse-view-diary-entries): Minor simplifications.
17334 (calendar-event-to-date): Use with-current-buffer.
17335
17336 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
17337
17338 * add-log.el (change-log-redate): Remove (not needed anymore and
17339 doesn't appear to work).
17340
17341 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * frame.el: Use mapc and dolist instead of mapcar where possible.
17344 (close-display-connection): New command.
17345
17346 2007-07-25 Alexandre Julliard <julliard@winehq.org>
17347
17348 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
17349 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
17350
17351 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17352
17353 * ps-print.el (ps-multibyte-buffer): Docstring fix.
17354
17355 * ps-mule.el: Doc fix.
17356 (ps-multibyte-buffer, ps-mule-font-info-database-default)
17357 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
17358
17359 2007-07-25 Glenn Morris <rgm@gnu.org>
17360
17361 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
17362 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
17363 (cal-tex-daily-end, cal-tex-hook)
17364 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
17365 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
17366 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17367 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17368 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
17369 (cal-tex-day-prefix, cal-tex-day-name-format)
17370 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
17371 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
17372 (cal-tex-LaTeX-subst-list): Change from variables to constants.
17373 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
17374 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
17375 etc, rather than \bf.
17376 (cal-tex-mini-calendar): Fix typos in previous change.
17377 (cal-tex-latexify-list): Remove inner let binding.
17378 (cal-tex-end-document, cal-tex-banner): Use multi-line
17379 cal-tex-comment.
17380 (cal-tex-comment): Handle embedded newlines.
17381 (cal-tex-LaTeXify-string): Use substring-no-properties.
17382
17383 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
17384
17385 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17386 Add support for the Maden build tool.
17387
17388 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
17389
17390 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
17391
17392 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
17395
17396 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17397
17398 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
17399 C-x C-q.
17400
17401 * vc-git.el (vc-git-print-log): Fix previous change.
17402
17403 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17404
17405 * window.el (save-selected-window): Minor optimization.
17406 (bw-adjust-window): If operation failed, try with a smaller delta.
17407 (window-fixed-size-p): New function.
17408 (window-area-factor): New var.
17409 (balance-windows-area): New command.
17410
17411 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
17412 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
17413 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
17414 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
17415 (ps-mule-begin-job): Use dolist.
17416
17417 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
17418
17419 * subr.el (start-file-process-shell-command)
17420 (process-file-shell-command): New defuns.
17421
17422 * progmodes/compile.el (compilation-start):
17423 Apply `start-file-process-shell-command'.
17424
17425 2007-07-24 Alexandre Julliard <julliard@winehq.org>
17426
17427 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
17428
17429 2007-07-24 Alan Mackenzie <acm@muc.de>
17430
17431 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
17432 Initialise byte-compile-unresolved-functions before rather than
17433 after a compilation.
17434 (byte-compile-unresolved-functions): Amplify doc string.
17435
17436 2007-07-24 Glenn Morris <rgm@gnu.org>
17437
17438 * startup.el (normal-splash-screen): Use `emacs-copyright'.
17439
17440 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17441 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17442 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17443 (cal-tex-cursor-week, cal-tex-cursor-week2)
17444 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17445 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17446 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17447 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17448
17449 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
17450 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
17451 (cal-tex-day-name-format, cal-tex-cal-one-month)
17452 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
17453 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
17454 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
17455 (cal-tex-list-holidays, cal-tex-cursor-year)
17456 (cal-tex-cursor-year-landscape, cal-tex-year)
17457 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
17458 (cal-tex-cursor-month, cal-tex-insert-days)
17459 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
17460 (cal-tex-first-blank-p, cal-tex-cursor-week)
17461 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17462 (cal-tex-week-hours, cal-tex-cursor-week-monday)
17463 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
17464 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
17465 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
17466 (cal-tex-latexify-list, cal-tex-previous-month)
17467 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
17468 modernization, including using dotimes rather than
17469 calendar-for-loop.
17470 (cal-tex-LaTeX-subst-list): Remove `@'.
17471 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
17472 Use \textit and \textbf rather than \em and \it.
17473
17474 * calendar/cal-bahai.el (list-bahai-diary-entries)
17475 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
17476 * calendar/cal-islam.el (list-islamic-diary-entries)
17477 * calendar/calendar.el (generate-calendar, generate-calendar-month)
17478 * calendar/diary-lib.el (diary-list-entries)
17479 (mark-calendar-date-pattern): Use `dotimes' rather than
17480 `calendar-for-loop'.
17481
17482 * calendar/calendar.el (calendar-for-loop): Doc fix.
17483
17484 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17485
17486 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
17487 underlying file is uptodate.
17488
17489 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
17490
17491 * replace.el (perform-replace): Use isearch-no-upper-case-p.
17492
17493 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * vc-hooks.el (vc-mode-line-map): New const.
17496 (vc-mode-line): Use it.
17497
17498 2007-07-23 Alexandre Julliard <julliard@winehq.org>
17499
17500 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
17501 (vc-git-unregister): New functions.
17502 (vc-git-find-version): Use the result of ls-files as a parameter
17503 for cat-file.
17504
17505 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
17506
17507 * net/tramp.el (tramp-perl-file-attributes)
17508 (tramp-perl-directory-files-and-attributes)
17509 (tramp-handle-file-attributes-with-stat)
17510 (tramp-handle-directory-files-and-attributes-with-stat)
17511 (tramp-convert-file-attributes): Handle huge file sizes.
17512
17513 2007-07-23 Juri Linkov <juri@jurta.org>
17514
17515 * isearch.el (isearch-message-function): New variable.
17516 (isearch-update, isearch-search): Use it.
17517
17518 * simple.el (goto-history-element): New function created from
17519 next-history-element.
17520 (next-history-element): Most code moved to goto-history-element.
17521 Call goto-history-element with (- minibuffer-history-position n).
17522 (previous-history-element): Call goto-history-element with (+
17523 minibuffer-history-position n).
17524 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
17525 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
17526 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
17527 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
17528 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
17529 (minibuffer-history-isearch-pop-state): New functions.
17530
17531 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
17532
17533 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
17534 Also, if FILE is a list, return non-nil if any of its elements
17535 should stay local. Update docstring.
17536
17537 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
17540 change by reverting a small part.
17541
17542 2007-07-23 Richard Stallman <rms@gnu.org>
17543
17544 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
17545
17546 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17547
17548 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
17549 handling it. Use vc-git-command.
17550 (vc-git-find-version, vc-git-diff-tree): New functions.
17551 (vc-git-revert): Use vc-git-command.
17552 (vc-git--run-command): Delete.
17553
17554 2007-07-23 Alexandre Julliard <julliard@winehq.org>
17555
17556 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
17557
17558 2007-07-20 Kenichi Handa <handa@m17n.org>
17559
17560 * international/utf-8.el (utf-8-post-read-conversion):
17561 Temporarily bind utf-8-compose-scripts to nil while running
17562 *-compose-region functions.
17563
17564 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17565
17566 * vc-git.el: Update status.
17567 (vc-directory-exclusion-list): Use eval-after-load.
17568
17569 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
17570
17571 * bindings.el (mode-line-remote): New variable.
17572 (help-echo): Add to default values of mode-line-format.
17573
17574 * files.el: Mark mode-line-remote as risky.
17575
17576 2007-07-22 Juri Linkov <juri@jurta.org>
17577
17578 * isearch.el (isearch-edit-string): Save old point and
17579 isearch-other-end to old-point and old-other-end before reading
17580 the search string from minibuffer. After exiting minibuffer set
17581 point to old-other-end if point and the search direction is the
17582 same as before reading the search string.
17583 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
17584 to isearch-other-end. Instead of isearch-search-and-update call
17585 three functions isearch-search, isearch-push-state and isearch-update.
17586
17587 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17588
17589 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
17590 deal with multiple file arguments.
17591 (vc-git-print-log): Deal with multiple file arguments.
17592
17593 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
17596 diff-refine-hunk. Adjust users.
17597 (diff-unified-hunk-p, diff-splittable-p): New functions.
17598 (diff-mode-menu): Use it to disable Split when it doesn't work.
17599
17600 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17601
17602 * diff-mode.el (diff-mode-menu): New entries.
17603
17604 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
17607 if applicable, so as to save undo-log space.
17608
17609 * diff-mode.el (diff-find-file-name): Add arg `batch'.
17610
17611 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
17612 (diff-file-kill): Use it.
17613 (diff-beginning-of-hunk): Add arg `try-harder' using it.
17614 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
17615 Use it so they find the hunk even when we're in the file header.
17616
17617 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17618
17619 * vc-git.el (vc-git-revision-granularity, vc-git-root)
17620 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
17621 (vc-git-create-repo): New functions.
17622 (vc-git-registered): New autoloaded function definition.
17623 (vc-git-registered): Use vc-git-root.
17624 (vc-git-responsible-p): New defalias.
17625 (vc-git-annotate-extract-revision-at-line): Uncomment.
17626 (vc-git-print-log): Add the file name to the log.
17627 (vc-git-log-view-mode): New derived mode.
17628 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
17629
17630 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
17631
17632 * progmodes/grep.el (grep-compute-defaults): Keep default values.
17633
17634 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
17635
17636 * textmodes/reftex.el (reftex-access-parse-file): Create parse
17637 file in a way that does not interfere with recentf mode.
17638 (reftex-access-parse-file): Do not risk destroying an existing
17639 buffer.
17640
17641 2007-07-22 Alexandre Julliard <julliard@winehq.org>
17642
17643 * vc-git.el: New file.
17644
17645 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17646
17647 * textmodes/tex-mode.el (tex-font-script-display): Change default.
17648
17649 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17650
17651 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
17652 for branches and new files.
17653
17654 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
17655 local-map handling ...
17656 (vc-mode-line): ... here. Improve handling of help-echo.
17657
17658 * vc.el (mode-line-string): Document help-echo usage.
17659
17660 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
17661
17662 Sync with Tramp 2.1.10.
17663
17664 * net/tramp.el (tramp-get-ls-command): Fix typo.
17665
17666 * net/trampver.el: Update release number.
17667
17668 2007-07-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
17669
17670 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
17671
17672 * term/x-win.el (x-handle-no-bitmap-icon): New function.
17673
17674 2007-07-22 Martin Rudalics <rudalics@gmx.at>
17675
17676 * add-log.el (change-log-fill-parenthesized-list): New function.
17677 (change-log-indent): Call change-log-fill-parenthesized-list.
17678 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
17679 Have lines with leading asterisk start a paragraph.
17680
17681 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
17682
17683 * calc/calc-math.el (math-emacs-precision)
17684 (math-largest-emacs-expt, math-smallest-emacs-expt):
17685 New variables.
17686 (math-use-emacs-fn): New function.
17687 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
17688 appropriate.
17689
17690 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
17691
17692 * image-dired.el (image-dired-sane-db-file): New func.
17693 (image-dired-write-tags, image-dired-remove-tag)
17694 (image-dired-list-tags, image-dired-write-comments)
17695 (image-dired-get-comment, image-dired-mark-tagged-files)
17696 (image-dired-create-gallery-lists): Call new func.
17697 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
17698
17699 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
17700
17701 * vc-hg.el (vc-hg-dir-state): Fix loop.
17702 (vc-hg-print-log): Fix expected return value for vc-hg-command.
17703 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
17704 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
17705 (vc-hg-revert): Likewise.
17706 (vc-hg-revision-table, vc-hg-revision-completion-table): New
17707 functions.
17708
17709 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
17710
17711 * add-log.el (change-log-resolve-conflict): Don't lose data if the
17712 merge fails.
17713
17714 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17715
17716 * progmodes/compile.el (compilation-auto-jump-to-first-error):
17717 Add group and version.
17718
17719 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * add-log.el (add-log-file-name): Use file-relative-name.
17722 (add-change-log-entry): Delay reading
17723 add-log-(full-name|mailing-address) to after we've switched to the
17724 ChangeLog buffer so we get the right value.
17725 (add-change-log-entry, add-log-current-defun, change-log-merge):
17726 Use derived-mode-p rather than checking major-mode directly.
17727
17728 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
17729 name for buffer-file-name if it refers to a directory.
17730
17731 * vc-arch.el (vc-arch-diff): Fix last change.
17732
17733 * progmodes/compile.el (compilation-start): Remember the original
17734 directory in a buffer-local compilation-directory.
17735 (compile): Set the global value of compilation-directory.
17736 (recompile): Use compilation-directory even in the compilation buffer.
17737
17738 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17739
17740 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
17741
17742 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17743
17744 * ps-print.el: Problem with foreground and background color when
17745 printing a buffer with and without faces. Reported by Christian
17746 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17747 (ps-print-version): New version 6.7.5.
17748 (ps-default-fg): Change default value to nil, so black color is used
17749 when a face does not specify a foreground color.
17750 (ps-default-bg): Change default value to nil, so white color is used
17751 for background color.
17752 (ps-begin-job): Fix code.
17753
17754 2007-07-20 Eli Zaretskii <eliz@gnu.org>
17755
17756 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
17757 in $(INSTALL_DIR)/lisp/ if they already exist.
17758
17759 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17760
17761 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
17762 in $(INSTALL_DIR)/lisp/ if they already exist.
17763
17764 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
17765
17766 * progmodes/vera-mode.el (vera-re-search-forward)
17767 (vera-re-search-backward): Remove use of store-match-data.
17768 (vera-mode-map): Move initialization into declaration.
17769
17770 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
17771 (flymake-find-buildfile): Use locate-dominating-file.
17772
17773 * vc.el (vc-delistify): Use mapconcat.
17774 (vc-do-command): Minor simplification.
17775 (vc-expand-dirs): Use push.
17776
17777 * vc-mcvs.el (vc-mcvs-create-repo):
17778 * vc-cvs.el (vc-cvs-create-repo): Remove.
17779
17780 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
17781 directory and the root as well.
17782
17783 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17784
17785 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
17786 instead of a file.
17787
17788 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
17789 (vc-hg-registered): Replace if with when.
17790 (vc-hg-state): Deal with nonexistent files and handle removed files.
17791 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
17792 (vc-hg-checkout): Re-enable.
17793 (vc-hg-create-repo): Fix typos.
17794 (vc-hg-print-log): Fix for multiple files.
17795 (vc-hg-workfile-unchanged-p): New function.
17796
17797 * vc.el: Fix typo.
17798 (vc-print-log): Fix call to print-log.
17799 (vc-default-comment-history): Likewise.
17800 (vc-directory-exclusion-list): Add .hg and .bzr.
17801 (vc-diff-internal): Pass a list instead of a file.
17802
17803 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
17804
17805 * vc-bzr.el (vc-bzr-create-repo): New function.
17806
17807 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
17808
17809 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
17810 `file' from which to start the search.
17811
17812 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
17813
17814 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
17815 having a single file argument to having a list of files as the
17816 first argument.
17817
17818 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
17819
17820 * files.el (locate-dominating-file): New function.
17821
17822 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
17823
17824 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
17825 (grep-compute-defaults): Use it.
17826
17827 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 * uniquify.el: Docstring fixes.
17830
17831 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
17832
17833 * vc.el (revision-granularity, create-repo): Document new vc
17834 backend properties.
17835 (vc-rollback): Renamed from vc-cancel-version. Update references.
17836 Pass a list instead of a file.
17837 (vc-revert): Renamed from vc-revert-buffer. Update references.
17838 (vc-delistify, vc-expand-dirs): New functions.
17839 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
17840 of files instead of a single file.
17841 (vc-position-context, vc-resync-window, vc-diff-internal)
17842 (vc-print-log): Pass a list instead of a file.
17843
17844 * vc-hooks.el (vc-stay-local-p, vc-backend)
17845 (vc-backend-subdirectory-name): Work on a file list, not a single
17846 file.
17847 (vc-workfile-version): Update docstring.
17848 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
17849 vc-revert instead of vc-revert-buffer.
17850 (vc-prefix-map): Likewise. Bind vc-update.
17851
17852 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
17853 (vc-svn-wash-log): New functions.
17854 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
17855 (vc-svn-command): Deal with a list of files, not a single file.
17856
17857 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
17858 (vc-rcs-wash-log): New functions.
17859 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
17860 Deal with a list of files, not a single file.
17861 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
17862
17863 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
17864 functions.
17865 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
17866 list of files, not a single file.
17867
17868 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
17869 New functions.
17870 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
17871 (vc-mcvs-diff): Deal with a list of files, not a single file.
17872
17873 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
17874 functions.
17875 (vc-hg-print-log): Deal with a list of files, not a single file.
17876 (vc-hg-diff-tree): New function, replace defalias with the same
17877 name.
17878 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
17879 FILES to denote that it is a file list, not a single file.
17880
17881 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
17882 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
17883 a single file.
17884 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
17885 that it is a file list, not a single file.
17886 (vc-cvs-diff): Likewise. Simplify.
17887
17888 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
17889 Deal with a list of files, not a single file.
17890
17891 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
17892 (vc-bzr-print-log): Update FILE parameter name to denote that it
17893 is a file list, not a single file.
17894 (vc-bzr-diff): Likewise. Use the car of files.
17895
17896 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
17897
17898 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
17899 (follow-delete-other-windows-and-split, follow-recenter)
17900 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
17901 (follow-redisplay, follow-estimate-first-window-start)
17902 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
17903 Fix typos in docstrings.
17904
17905 2007-07-18 Martin Rudalics <rudalics@gmx.at>
17906
17907 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
17908 avoid that filling introduces lines with a single asterisk.
17909
17910 * kmacro.el (kmacro-end-macro): When ignoring empty macro
17911 avoid incorrect kmacro-ring-empty-p messages.
17912 Reported by Michael Schierl <schierlm@gmx.de>.
17913
17914 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
17915
17916 * vc.el: Add more info about the vc-registered function.
17917
17918 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
17919
17920 * files.el (file-remote-p): Introduce optional parameter
17921 IDENTIFICATION.
17922
17923 * recentf.el (recentf-keep-default-predicate): Adapt call of
17924 `file-remote-p'.
17925
17926 * progmodes/grep.el (grep-probe): Use `process-file'.
17927 (grep-compute-defaults): Handle variables host specific.
17928
17929 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
17930 parameter IDENTIFICATION.
17931
17932 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
17933 parameter IDENTIFICATION.
17934 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
17935 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17936 Add entry for `set-file-times'.
17937 (tramp-do-copy-or-rename-file-via-buffer)
17938 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
17939 (tramp-handle-unhandled-file-name-directory): Rewrite.
17940 (tramp-convert-file-attributes): Add error handling when inode is
17941 extraordinary big.
17942 (tramp-get-inode): Change parameter from FILE to VEC.
17943 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
17944 is nil. This is according to the specification. Goto (point-max)
17945 when ready.
17946 (tramp-handle-shell-command): Rewrite completely, using
17947 `process-file' and `start-file-process'.
17948 (tramp-methods, tramp-find-shell)
17949 (tramp-open-connection-setup-interactive-shell)
17950 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
17951 var. Reported by Steve Youngs <steve@sxemacs.org>.
17952
17953 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
17954 entry for `set-file-times'. Rename `start-process' into
17955 `start-file-process'. Remove `call-process' entry.
17956 (tramp-fish-handle-set-file-times): New defun.
17957 (tramp-fish-handle-executable-find): Use `process-file'.
17958 (tramp-fish-handle-process-file): New defun. Replaces
17959 `tramp-fish-handle-call-process'.
17960 (tramp-fish-do-copy-or-rename-file-directly): Use
17961 `set-file-times'.
17962 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
17963
17964 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
17965 `tramp-get-inode' parameter.
17966
17967 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
17970 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
17971 nowadays, and by the time Emacs-23 comes out, nobody will even remember
17972 it has ever existed.
17973
17974 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
17975
17976 * vc.el: Undo previous change.
17977
17978 2007-07-16 Eli Zaretskii <eliz@gnu.org>
17979
17980 * makefile.w32-in (clean): Don't delete *~.
17981
17982 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * textmodes/tex-mode.el (tex-verbatim-environments):
17985 Add safe-local-variable property.
17986 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
17987 when starting font-lock rather than when loading tex-mode.el.
17988
17989 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
17990 whole $( rather than just the $. Rename from sh-quoted-subshell.
17991 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
17992
17993 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
17994
17995 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
17996 bookmark-alist. Instead, if not sorting, simply return it.
17997 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
17998 for its return value, not for its side effect.
17999
18000 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
18001 case of alignment under a constant symbol, find and consider
18002 the sexp actually at indentation to be the "last sexp".
18003
18004 2007-07-16 Drew Adams <drew.adams@oracle.com>
18005
18006 * mouse.el (mouse-yank-secondary): Better error message if no
18007 secondary selection.
18008
18009 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18010
18011 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
18012
18013 * term/xterm.el (xterm-turn-on-modify-other-keys)
18014 (xterm-turn-off-modify-other-keys): New functions.
18015 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
18016 terminal supports it.
18017
18018 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
18019
18020 * bookmark.el (bookmark-show-all-annotations):
18021 Make sure each inserted annotation ends with newline.
18022
18023 2007-07-15 Richard Stallman <rms@gnu.org>
18024
18025 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
18026
18027 * tutorial.el (tutorial--find-changed-keys):
18028 Handle C-x specially like ESC.
18029
18030 2007-07-15 Aaron Hawley <aaronh@garden.org>
18031
18032 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
18033
18034 2007-07-15 Juri Linkov <juri@jurta.org>
18035
18036 * delsel.el (delete-selection-pre-hook):
18037 * emulation/cua-base.el (cua-paste): Before a yank command,
18038 check also whether last-command is one of mouse-save-then-kill,
18039 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
18040
18041 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
18042
18043 * recentf.el (recentf-keep-default-predicate): New defun.
18044 (recentf-keep): Use it as initial value.
18045
18046 2007-07-15 Karl Fogel <kfogel@red-bean.com>
18047
18048 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
18049 thus restoring bookmark bindings to three slots under C-x r. See
18050 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
18051
18052 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
18053
18054 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
18055
18056 2007-07-15 Jason Rumney <jasonr@gnu.org>
18057
18058 * w32-fns.el (set-default-process-coding-system): Use dos line ends
18059 for input to cmdproxy on all versions of Windows.
18060 Use dos line ends for input to plink.
18061
18062 * comint.el (comint-simple-send): Concat newline before sending.
18063 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
18064
18065 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
18068 safe-local-variable setting.
18069
18070 2007-07-14 David Kastrup <dak@gnu.org>
18071
18072 * emacs-lisp/advice.el (defadvice): Doc fix.
18073
18074 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
18075
18076 * subr.el (when, unless): Doc fix.
18077
18078 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18079
18080 * replace.el (match): Use yellow1 instead of yellow.
18081
18082 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
18083 red.
18084
18085 * pcvs-info.el (cvs-unknown): Likewise.
18086
18087 2007-07-13 Eli Zaretskii <eliz@gnu.org>
18088
18089 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
18090 (install): Use them to copy all *.el files before *.elc.
18091
18092 2007-07-13 Drew Adams <drew.adams@oracle.com>
18093
18094 * bookmark.el (bookmark-jump-other-window): New function.
18095 (bookmark-map): Bind it to "o".
18096
18097 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
18098 and its thread contains discussion about this change.
18099 The original patch was slightly tweaked by Karl Fogel
18100 <kfogel@red-bean.com> before committing.
18101
18102 2007-07-13 Karl Fogel <kfogel@red-bean.com>
18103
18104 * bookmark.el: Shorten some comments to fit within 80 lines.
18105
18106 2007-07-13 Karl Fogel <kfogel@red-bean.com>
18107
18108 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
18109 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
18110 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
18111 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
18112
18113 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
18114
18115 * textmodes/org.el: Bug fixes.
18116 (org-end-of-line): Move to end of line if in headline without tags.
18117
18118 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * vc-hooks.el: Remove spurious * in docstrings.
18121 (vc-handled-backends): Add BZR.
18122
18123 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
18124
18125 2007-07-12 Davis Herring <herring@lanl.gov>
18126
18127 * desktop.el (desktop-buffer-info, desktop-save):
18128 Use `desktop-dirname' instead of `dirname'.
18129
18130 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
18131
18132 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
18133
18134 * progmodes/python.el (python-which-func-length-limit): New var.
18135 (python-which-func): New function.
18136 (python-current-defun): Add optional `length-limit' and try to fit
18137 computed function name to that length.
18138 (python-mode): Hook `python-which-func' up.
18139
18140 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
18141
18142 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
18143
18144 * comint.el (comint-dynamic-complete-as-filename):
18145 Use read-file-name-completion-ignore-case.
18146
18147 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * comint.el (comint-dynamic-list-filename-completions):
18150 Use read-file-name-completion-ignore-case.
18151
18152 * vc-cvs.el: Require CL.
18153 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
18154 New functions to provide completion of revision names.
18155
18156 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
18157 (vc-cvs-annotate-first-line-re): New const.
18158 (vc-cvs-annotate-process-filter): New fun.
18159 (vc-cvs-annotate-command): Use them and run the command asynchronously.
18160
18161 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
18162
18163 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
18164 (eldoc-print-current-symbol-info): Adjust for changed helper
18165 function signatures.
18166 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
18167 `eldoc-highlight-function-argument'.
18168 (eldoc-highlight-function-argument): New function.
18169 (eldoc-get-var-docstring): Format documentation with
18170 `font-lock-variable-name-face'.
18171 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
18172 where suited.
18173 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
18174 (eldoc-beginning-of-sexp): Return number of skipped sexps.
18175
18176 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
18177
18178 * progmodes/compile.el (compilation-start): `start-process' must
18179 still be redefined when calling `start-process-shell-command'.
18180
18181 * progmodes/gud.el (gud-file-name): When `default-directory' is a
18182 remote file name, prepend its remote part to the filename.
18183 (gud-common-init): When `default-directory' is a remote file name,
18184 make the filename relative to it.
18185 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
18186
18187 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
18188
18189 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
18190 mouse binding and a tooltip.
18191
18192 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18193
18194 * menu-bar.el (vc-menu-map): New defalias.
18195
18196 2007-07-10 Richard Stallman <rms@gnu.org>
18197
18198 * emacs-lisp/lisp-mode.el (eval-defun):
18199 Explain special handling of `defface'.
18200
18201 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
18202
18203 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
18204
18205 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
18206
18207 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
18210
18211 * vc-arch.el (vc-arch-complete): Remove.
18212 (vc-arch-revision-completion-table): Use complete-with-action.
18213
18214 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
18215 (complete-with-action): New function.
18216 (dynamic-completion-table): Use it.
18217
18218 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
18219
18220 * comint.el (make-comint, make-comint-in-buffer)
18221 (comint-exec-1): Replace `start-process' by `start-file-process'.
18222
18223 * progmodes/compile.el (compilation-start): Revert redefining
18224 `start-process'.
18225
18226 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18227
18228 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
18229 with EOLs when generating MD5 checksums.
18230
18231 * follow.el: Don't change the global map from the follow-mode-map
18232 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
18233 XEmacs code.
18234 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
18235 since `follow-mode' should be used instead for that.
18236
18237 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
18238 (easy-menu-do-define): Use it.
18239 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
18240
18241 * progmodes/compile.el (compilation-auto-jump-to-first-error)
18242 (compilation-auto-jump-to-next): New vars.
18243 (compilation-auto-jump): New function.
18244 (compilation-error-properties): Use them to jump to first error.
18245 (compilation-start): Set the var if requested.
18246
18247 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
18248 duplicates without also removing entries from other directories.
18249
18250 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
18251
18252 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
18253 Remember span as default.
18254 (org-columns-edit-value): Rename from `org-column-edit'.
18255 (org-columns-display-here-title): Rename from
18256 `org-overlay-columns-title'.
18257 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
18258 (org-columns-get-autowidth-alist): Rename from
18259 `org-get-columns-autowidth-alist'.
18260 (org-columns-display-here): Rename from `org-overlay-columns'.
18261 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
18262 (org-columns-quit): Rename from `org-column-quit'.
18263 (org-columns-show-value): Rename from `org-column-show-value'.
18264 (org-columns-content, org-columns-widen)
18265 (org-columns-next-allowed-value)
18266 (org-columns-edit-allowed, org-columns-store-format)
18267 (org-columns-uncompile-format, org-columns-redo)
18268 (org-columns-edit-attributes, org-delete-property)
18269 (org-set-property, org-columns-update)
18270 (org-columns-compute, org-columns-eval)
18271 (org-columns-not-in-agenda, org-columns-compute-all)
18272 (org-property-next-allowed-value)
18273 (org-columns-compile-format)
18274 (org-fill-paragraph-experimental)
18275 (org-string-to-number, org-property-action)
18276 (org-columns-move-left, org-columns-new)
18277 (org-column-number-to-string)
18278 (org-property-previous-allowed-value)
18279 (org-at-property-p, org-columns-delete)
18280 (org-columns-previous-allowed-value)
18281 (org-columns-move-right, org-columns-narrow)
18282 (org-property-get-allowed-values)
18283 (org-verify-version, org-column-string-to-number)
18284 (org-delete-property-globally): New functions.
18285 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
18286 (org-columns-overlays): Rename from `org-column-overlays'.
18287 (org-columns-map): Rename from `org-column-map'.
18288 (org-columns-current-maxwidths): Rename from
18289 `org-current-columns-maxwidths'.
18290 (org-columns-begin-marker, org-columns-current-fmt-compiled)
18291 (org-previous-header-line-format)
18292 (org-columns-inhibit-recalculation)
18293 (org-columns-top-level-marker): New variables.
18294 (org-columns-default-format): Rename from `org-default-columns-format'.
18295 (org-property-re): New constant.
18296
18297 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
18298
18299 * subr.el (looking-at-p, string-match-p): New functions.
18300
18301 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
18302
18303 * textmodes/tex-mode.el (tex-fontify-script)
18304 (tex-font-script-display): New variables to make display of
18305 superscripts and subscripts customizable.
18306 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
18307
18308 2007-07-09 Richard Stallman <rms@gnu.org>
18309
18310 * isearch.el (isearch-edit-string): Call to isearch-push-state
18311 after the search.
18312
18313 2007-07-09 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
18314
18315 * window.el (fit-window-to-buffer): Remove setting of window-min-height
18316 to 1 as enlarge-window uses the value to resize/shrink windows other
18317 than WINDOW if needed.
18318
18319 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18320
18321 * cus-start.el (file-coding-system-alist): Fix custom type.
18322
18323 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
18324
18325 * longlines.el (longlines-wrap-region): Avoid marking buffer as
18326 modified.
18327 (longlines-auto-wrap, longlines-window-change-function):
18328 Remove unnecessary calls to set-buffer-modified-p.
18329
18330 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18331
18332 * cus-start.el (file-coding-system-alist): Fix custom type.
18333
18334 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18335
18336 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
18337 (vc-cvs-checkout): Remove last arg now unused; simplify.
18338
18339 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
18340
18341 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
18342
18343 * net/tramp.el:
18344 * net/tramp-ftp.el:
18345 * net/tramp-smb.el:
18346 * net/tramp-uu.el:
18347 * net/trampver.el: Migrate to Tramp 2.1.
18348
18349 * net/tramp-cache.el:
18350 * net/tramp-fish.el:
18351 * net/tramp-gw.el: New Tramp packages.
18352
18353 * net/tramp-util.el:
18354 * net/tramp-vc.el: Removed.
18355
18356 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
18357 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
18358
18359 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
18360
18361 * progmodes/compile.el (compilation-start): Redefine
18362 `start-process' temporarily when `default-directory' is remote.
18363 Remove case of synchronous compilation, this won't happen ever.
18364 (compilation-setup): Make local variable `comint-file-name-prefix'
18365 for remote compilation.
18366
18367 2007-07-08 Martin Rudalics <rudalics@gmx.at>
18368
18369 * novice.el (disabled-command-function): Fit window to buffer to
18370 make last line visible.
18371 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
18372
18373 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
18374 when handling the terminating event.
18375
18376 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
18377
18378 * calc/calc.el (math-read-number-simple): Remove leading 0s.
18379 (math-bignum-digit-length): Change to optimal value.
18380
18381 * calc/calc-bin.el (math-bignum-logb-digit-size)
18382 (math-bignum-digit-power-of-two): Evaluate when compiled.
18383
18384 * calc/calc-comb.el (math-small-factorial-table)
18385 (math-init-random-base, math-prime-test): Remove unnecessary calls
18386 to `math-read-number-simple'.
18387
18388 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18389 (math-approx-gamma-const): Add docstrings.
18390
18391 * calc/calc-forms.el (math-julian-date-beginning)
18392 (math-julian-date-beginning-int): New constants.
18393 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
18394 Use the new constants.
18395
18396 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
18397
18398 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18399 Add docstrings.
18400
18401 2007-07-07 Tom Tromey <tromey@redhat.com>
18402
18403 * vc.el (vc-annotate): Jump to line and output message only after the
18404 process is really all done.
18405
18406 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * vc.el (vc-exec-after): Don't move point from the sentinel.
18409 Forcefully read all the remaining text in the pipe upon process exit.
18410 (vc-annotate-display-autoscale, vc-annotate-lines):
18411 Don't stop at the first unrecognized line.
18412 (vc-annotate-display-select): Run autoscale after the process is done
18413 since it depends on the whole result.
18414
18415 2007-07-07 Eli Zaretskii <eliz@gnu.org>
18416
18417 * term/w32-win.el (menu-bar-open): New function.
18418 Bind <f10> to it.
18419
18420 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
18421
18422 * simple.el (start-file-process): New defun.
18423
18424 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * files.el (find-file-confirm-nonexistent-file): Rename from
18427 find-file-confirm-inexistent-file. Update users.
18428
18429 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
18430 format of autoload block where the file's time-stamp is replaced by its
18431 MD5 checksum.
18432 (autoload-generate-file-autoloads): Use MD5 checksum instead of
18433 time-stamp for secondary autoloads files.
18434 (update-directory-autoloads): Remove duplicate entries.
18435 Use time-less-p for time-stamps, as done in autoload-find-destination.
18436
18437 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
18438
18439 * calc/calc.el (math-read-number): Replace number by variable.
18440 (math-read-number-simple): Properly parse small integers.
18441
18442 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
18443
18444 * vc.el: Fix doc for the checkout function.
18445
18446 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
18447
18448 * vc-hg.el (vc-hg-root): New function.
18449 (vc-hg-registered): Use it.
18450 (vc-hg-diff-tree): New defalias.
18451 (vc-hg-responsible-p): Likewise.
18452 (vc-hg-checkout): Comment out, not needed.
18453 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
18454 (vc-hg-find-version, vc-hg-next-version): New functions.
18455
18456 2007-07-06 Andreas Schwab <schwab@suse.de>
18457
18458 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
18459 dynamic bindings around the evaluation of the expression.
18460 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
18461
18462 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
18463
18464 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
18465 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
18466 Use run-hooks rather than run-mode-hooks.
18467
18468 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
18469
18470 * calc/calc-comb.el (math-random-digit): Rename to
18471 `math-random-three-digit-number'.
18472 (math-random-digits): Don't depend on representation of integer.
18473
18474 * calc/calc-bin.el (math-bignum-logb-digit-size)
18475 (math-bignum-digit-power-of-two): New constants.
18476 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
18477 (math-not-bignum, math-clip-bignum): Use the constants
18478 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
18479 instead of their values.
18480 (math-clip): Use math-small-integer-size instead of its value.
18481
18482 * calc/calc.el (math-add-bignum): Replace number by constant.
18483
18484 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
18485
18486 * wid-edit.el (widget-documentation-string-value-create):
18487 Insert indentation spaces.
18488
18489 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
18490
18491 * emacs-lisp/byte-opt.el: Revert last change.
18492
18493 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
18494
18495 * vc-hooks.el (vc-handled-backends): Add HG.
18496
18497 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
18498
18499 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * complete.el (PC-do-complete-and-exit): Add support for the new
18502 `confirm-only' confirmation mode.
18503
18504 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
18505
18506 * cus-edit.el (custom-commands): New variable.
18507 (custom-tool-bar-map): New variable. Initialize using
18508 `custom-commands'.
18509 (custom-mode): Use `custom-tool-bar-map'.
18510 (custom-buffer-create-internal): Insert action buttons only if
18511 tool bar is not used. Use `custom-commands'.
18512 (Custom-help, custom-command-apply): New function.
18513 (custom-command-apply, Custom-set, Custom-save)
18514 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
18515 Use `custom-command-apply' instead of duplicating code.
18516 (customize-group-other-window): Call `customize-group' instead of
18517 duplicating code.
18518 (customize-face-other-window): Call `customize-face' instead of
18519 duplicating code.
18520 (customize-group, customize-face): Add optional args for opening
18521 in another window.
18522 (custom-variable-tag): Don't inherit `variable-pitch' face.
18523 (custom-group-tag): Inherit `variable-pitch' face.
18524 (custom-variable-value-create): Set documentation indentation.
18525 (custom-group-value-create): Make group name a link, instead of
18526 using an extra "go to group" button.
18527 (custom-prompt-variable, custom-group-set, custom-group-save)
18528 (custom-group-reset-current, custom-group-reset-saved)
18529 (custom-group-reset-standard): Minor cleanup.
18530
18531 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
18532
18533 * Makefile.in (bootstrap-prepare): When copying from
18534 ldefs-boot.el, make sure loaddefs.el is writeable.
18535
18536 (bootstrap-prepare): Make $(lisp)/ps-print.el
18537 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
18538
18539 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
18540
18541 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
18542 only caller, and delete.
18543 (vc-hg-state): Deal with exceptions and only parse the output on
18544 successful return.
18545 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
18546 caller, and delete.
18547 (vc-hg-workfile-version): Deal with exceptions and only parse the
18548 output on successful return.
18549 (vc-hg-revert): New function.
18550
18551 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
18552
18553 * calculator.el (calculator-expt): Use more cases to determine
18554 the value.
18555
18556 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
18557
18558 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
18559 file names.
18560
18561 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
18562
18563 * calculator.el (calculator-expt, calculator-integer-p):
18564 New functions.
18565 (calculator-fact): Check to see if the factorial will be too
18566 large before computing it.
18567 (calculator-initial-operators): Use `calculator-expt' to
18568 compute "^".
18569 (calculator-mode): Mention that results which are too large
18570 will return inf.
18571 * calc/calc-comb.el (math-small-factorial-table): Replace list
18572 by vector.
18573
18574 2007-07-03 David Kastrup <dak@gnu.org>
18575
18576 * shell.el: On request of the authors, remove their addresses for
18577 the sake of bug reports, and add the developer list address as
18578 maintainer information.
18579
18580 2007-07-03 Richard Stallman <rms@gnu.org>
18581
18582 * files.el (make-directory): Doc fix.
18583 (find-file-confirm-inexistent-file): Make it a defcustom.
18584 Make nil the default.
18585
18586 2007-07-02 Richard Stallman <rms@gnu.org>
18587
18588 * startup.el (command-line): Set buffer-offer-save in *scratch*
18589 and enable auto-save in it.
18590
18591 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
18592
18593 * textmodes/org.el (orgstruct-mode-map): New variable.
18594 (orgstruct-mode): New minor mode.
18595 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
18596 (orgstruct-make-binding, org-context-p, org-get-local-variables)
18597 (org-run-like-in-org-mode): New functions.
18598 (org-cycle-list-bullet): New command.
18599 (org-special-properties, org-property-start-re)
18600 (org-property-end-re): New constants.
18601 (org-with-point-at): New macro.
18602 (org-get-property-block, org-entry-properties, org-entry-get)
18603 (org-entry-delete, org-entry-get-with-inheritance)
18604 (org-entry-put, org-buffer-property-keys): New functions.
18605 (org-insert-property-drawer): New command.
18606 (org-entry-property-inherited-from): New variable.
18607 (org-column): New face.
18608 (org-column-overlays, org-current-columns-fmt)
18609 (org-current-columns-maxwidths, org-column-map): New variables.
18610 (org-column-menu): New menu.
18611 (org-new-column-overlay, org-overlay-columns)
18612 (org-overlay-columns-title, org-remove-column-overlays)
18613 (org-column-show-value, org-column-quit, org-column-edit):
18614 New functions.
18615 (org-columns, org-agenda-columns): New commands.
18616 (org-get-columns-autowidth-alist): New functions.
18617 (org-properties): New customize group.
18618 (org-default-columns-format): New option.
18619 (org-priority): Realign tags after changing priority.
18620 (org-preserve-lc): New macro.
18621 (org-update-checkbox-count): Catch case when there is no headline.
18622 (org-agenda-quit): Remove any column overlays.
18623 (org-beginning-of-item-list): Fixed bug when non-item line is
18624 indented too deep.
18625 (org-cached-props): New variable.
18626 (org-cached-entry-get): New function.
18627 (org-make-tags-matcher): Handle property matches.
18628 (org-table-recalculate): Swap evaluation order: Field formula
18629 first, then column formulas, but don't allow them to overwrite the
18630 field formulas.
18631 (org-table-eval-formula): New argument untouchable.
18632 (org-table-put-field-property): New function.
18633
18634 2007-07-02 Martin Rudalics <rudalics@gmx.at>
18635
18636 * help-mode.el (help-make-xrefs): Skip spaces too when
18637 skipping tabs.
18638
18639 * ffap.el (dired-at-point-prompter): Improve prompt in
18640 list-directory case.
18641
18642 2007-07-01 Richard Stallman <rms@gnu.org>
18643
18644 * files.el (find-file-visit-truename): Fix safe-local-variable value.
18645
18646 2007-07-01 Richard Stallman <rms@gnu.org>
18647
18648 * cus-start.el (max-mini-window-height): Added.
18649
18650 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
18651
18652 * complete.el (partial-completion-mode): Remove advice of
18653 read-file-name-internal.
18654 (PC-do-completion): Rebind minibuffer-completion-table.
18655 (PC-read-file-name-internal): New function doing what
18656 read-file-name-internal advice did.
18657
18658 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
18659
18660 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
18661 property on a few symbols.
18662 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
18663 (byte-optimize-lapcode): Remove bindings that are not referenced
18664 and certainly will not effect through dynamic scoping.
18665
18666 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18667
18668 * files.el (find-file-confirm-inexistent-file): New var.
18669 (find-file, find-file-other-window, find-file-other-frame)
18670 (find-file-read-only, find-file-read-only-other-window)
18671 (find-file-read-only-other-frame): Use it.
18672
18673 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
18676
18677 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
18678
18679 * generic-x.el (generic-define-mswindows-modes)
18680 (generic-define-unix-modes, apache-log-generic-mode)
18681 (bat-generic-mode-keymap, java-manifest-generic-mode)
18682 (show-tabs-generic-mode): Fix typos in docstrings.
18683
18684 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
18685
18686 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
18687 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
18688 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
18689 (rcirc-print): Never ignore messages from ourself.
18690
18691 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
18694 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
18695
18696 2007-06-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
18697
18698 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
18699 replace-regexp-in-string.
18700
18701 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * emacs-lisp/cl.el: Set edebug and indentation before loading
18704 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
18705
18706 2007-06-28 Andreas Schwab <schwab@suse.de>
18707
18708 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
18709 $(lisp)/subdirs.el.
18710
18711 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
18712
18713 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
18714 the speedbar frame if nil; that deletes the current frame or
18715 causes an error if it is the only frame.
18716 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
18717
18718 2007-06-28 Kevin Ryde <user42@zip.com.au>
18719
18720 * textmodes/nroff-mode.el: Groff \# comments.
18721 (nroff-mode-syntax-table): \# comment intro,
18722 plain # as punct per global table.
18723 (nroff-font-lock-keywords): Add # as a single char escape.
18724 (nroff-mode): In comment-start-skip, match \#.
18725
18726 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
18729 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
18730 point-min == 1.
18731
18732 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
18733
18734 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
18735 Rename and move to...
18736
18737 * subr.el (strings->string, string->strings): ...here.
18738
18739 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
18740 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
18741
18742 * progmodes/gud.el (gud-common-init): Call string->strings instead
18743 of split-string.
18744
18745 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
18746
18747 * dired-aux.el: Remove `dired-call-process'.
18748 (dired-check-process): Call `process-file'.
18749
18750 * wdired.el (wdired-do-perm-changes): Call `process-file'.
18751
18752 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
18753 `ange-ftp-process-file'.
18754
18755 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
18758
18759 * emacs-lisp/cl-extra.el:
18760 * emacs-lisp/cl-seq.el:
18761 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
18762 Add autoload cookies on all defs autoloaded manually in cl.el.
18763
18764 * emacs-lisp/cl-loaddefs.el: New file.
18765
18766 * textmodes/texinfmt.el (texinfo-raisesections-alist)
18767 (texinfo-lowersections-alist): Merge definition and declaration.
18768 (texinfo-start-of-header, texinfo-end-of-header): Remove.
18769 (texinfo-format-syntax-table): Merge init into declaration.
18770 (texinfo-format-parse-line-args, texinfo-format-parse-args)
18771 (texinfo-format-parse-defun-args, texinfo-format-node)
18772 (texinfo-push-stack, texinfo-multitable-widths)
18773 (texinfo-define-info-enclosure, texinfo-alias)
18774 (texinfo-format-defindex, batch-texinfo-format): Use push.
18775 (texinfo-footnote-number): Remove duplicate declaration.
18776
18777 * ps-print.el: Update with auto-generated autoloads.
18778
18779 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
18780
18781 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18782
18783 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
18784 relative to current dir for file-local settings.
18785 (autoload-generate-file-autoloads): Add `outfile' arg.
18786 (update-directory-autoloads): Use it to directly call
18787 autoload-generate-file-autoloads instead of going through
18788 update-file-autoloads so we avoid redundant searches and so we can know
18789 the set of buffers changed so we can save them all.
18790
18791 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
18792 rather than throwing `up-to-date'.
18793 (autoload-generate-file-autoloads): Adjust correspondingly.
18794 (update-file-autoloads): Be careful to let-bind
18795 autoload-modified-buffers and adjust to new calling conventions.
18796 (autoload-modified-buffers): Make it a dynamically scoped var.
18797 (update-directory-autoloads): Use file-relative-name instead of
18798 autoload-trim-file-name.
18799 (autoload-insert-section-header): Don't use autoload-trim-file-name
18800 since the file is already relative now.
18801 (autoload-trim-file-name): Remove.
18802
18803 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
18804 (vc-arch-complete, vc-arch--version-completion-table)
18805 (vc-arch-revision-completion-table): New functions to provide
18806 completion of revision names.
18807 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
18808 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
18809 to let the user trim the revlib.
18810
18811 * vc.el: Add new VC operation `revision-completion-table'.
18812 (vc-default-revision-completion-table): New function.
18813 (vc-version-diff, vc-version-other-window): Use it to provide
18814 completion of revision names if the backend provides it.
18815
18816 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
18817
18818 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
18819 of newer .svn/entries.
18820
18821 2007-06-25 David Kastrup <dak@gnu.org>
18822
18823 * calc/calc-poly.el (math-padded-polynomial)
18824 (math-partial-fractions): Add some function comments.
18825
18826 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18827
18828 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18829 Make `outbuf' optional.
18830 (update-file-autoloads): Use it.
18831
18832 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18833
18834 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
18835 (autoload-find-destination): Keep it uptodate.
18836 (autoload-save-buffers): New fun.
18837 (update-file-autoloads): Use it. Re-add the "up to date" message.
18838
18839 * emacs-lisp/autoload.el: Refactor for upcoming changes.
18840 (autoload-find-destination): New function extracted from
18841 update-file-autoloads.
18842 (update-file-autoloads): Use it.
18843 (autoload-generate-file-autoloads): New function extracted from
18844 generate-file-autoloads. Use file-relative-name. Delay computation of
18845 output-start to the first cookie. Remove done-any, replaced by
18846 output-start.
18847 (generate-file-autoloads): Use it.
18848
18849 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
18850
18851 * calc/calc-comb.el (math-init-random-base, math-prime-test):
18852 Use math-read-number-simple to insert constants.
18853 (math-prime-test): Redo calculation of sum.
18854
18855 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
18856
18857 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
18858 math-scale-bignum-3.
18859 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
18860 math-bignum-digit-size.
18861 (math-isqrt-small): Add another possible initial guess.
18862
18863 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18864
18865 * textmodes/bibtex.el (bibtex-entry-format): New options
18866 `whitespace', `braces', and `string'.
18867 (bibtex-field-braces-alist, bibtex-field-strings-alist)
18868 (bibtex-field-braces-opt, bibtex-field-strings-opt)
18869 (bibtex-cite-matcher-alist): New variables.
18870 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
18871 (bibtex-flash-head): Use blink-matching-delay.
18872 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
18873 (bibtex-format-entry, bibtex-reformat): Handle new options of
18874 bibtex-entry-format.
18875 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
18876 New functions.
18877 (bibtex-complete-internal): Do not display messages while
18878 minibuffer is used. Do not leave around a completions buffer
18879 that is out of date.
18880 (bibtex-copy-summary-as-kill): New optional arg.
18881 (bibtex-font-lock-url): New optional arg no-button.
18882 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
18883 (bibtex-url): Allow multiple URLs per entry.
18884
18885 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18886
18887 * emacs-lisp/autoload.el (autoload-generated-file): New function.
18888 (update-file-autoloads, update-directory-autoloads): Use it.
18889 (autoload-file-load-name): New function.
18890 (generate-file-autoloads, update-file-autoloads): Use it.
18891 (autoload-find-file): Accept non-absolute argument. Set default-dir.
18892 (generate-file-autoloads): If the autoloaded form is malformed,
18893 indicate the problem with a warning instead of aborting.
18894
18895 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18896
18897 * simple.el (next-error-recenter): Accept `(4)' as well;
18898 also, specify `integer' instead of `number'.
18899
18900 2007-06-23 Eli Zaretskii <eliz@gnu.org>
18901
18902 * ls-lisp.el (insert-directory): If an invalid regexp error is
18903 thrown, try using FILE as a literal file name, not a wildcard.
18904
18905 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
18906
18907 * ruler-mode.el (ruler-mode): Prevent clobbering the original
18908 `header-line-format' when reentering ruler mode.
18909
18910 2007-06-23 Eli Zaretskii <eliz@gnu.org>
18911
18912 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
18913 FILE exists as a file.
18914
18915 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
18916
18917 * calc/calc.el (math-bignum-digit-length)
18918 (math-bignum-digit-size, math-small-integer-size):
18919 New constants.
18920 (math-normalize, math-bignum-big, math-make-float)
18921 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
18922 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
18923 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
18924 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
18925 (math-quotient, math-div-bignum, math-div-bignum-digit)
18926 (math-div-bignum-part, math-format-bignum-decimal)
18927 (math-read-bignum): Use math-bignum-digit-length,
18928 math-bignum-digit-size and math-small-integer-size.
18929
18930 * calc/calc-ext.el (math-fixnum-big): Use the variable
18931 math-bignum-digit-size.
18932
18933 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18934
18935 * log-view.el (log-view-mode-menu): New menu.
18936
18937 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
18938
18939 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
18940 differently.
18941
18942 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
18943 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
18944
18945 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
18946
18947 * vc-hg.el (vc-hg-print-log): Insert the file name.
18948 (vc-hg-log-view-mode): Fontify the file name.
18949
18950 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
18951
18952 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
18953 (calcFunc-julian): Fix incorrect number used in calculations.
18954
18955 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
18956
18957 * simple.el (next-error-recenter): New defcustom.
18958 (next-error, next-error-internal): Recenter if specified,
18959 immediately prior to running `next-error-hook'.
18960
18961 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
18962 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
18963
18964 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
18965
18966 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
18967
18968 * calc/calc-comb.el (math-small-factorial-table): New variable.
18969 (calcFunc-fact): Use `math-small-factorial-table'.
18970
18971 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
18972 initial values.
18973 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
18974 New variables to use in caches.
18975
18976 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
18977 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
18978
18979 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
18980 (math-bernoulli-b-cache): Use math-read-number-simple to insert
18981 bignums.
18982
18983 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18984 New variables to use in caches.
18985
18986 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
18987
18988 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
18989
18990 * vc-hg.el (vc-hg-log-view-mode): New mode.
18991
18992 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
18993
18994 * calc/calc.el (math-read-number-simple): New function.
18995
18996 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
18999 (vera-font-lock-match-item): Fix doc string.
19000 (vera-in-comment-p): Remove unused function.
19001 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
19002 use `syntax-ppss'.
19003 (vera-forward-syntactic-ws): Fix argument order.
19004 (vera-prepare-search): Use `with-syntax-table'.
19005 (vera-indent-line): Fix doc string.
19006 (vera-electric-tab): Fix doc string.
19007 (vera-expand-abbrev): Define alias instead of using `fset'.
19008 (vera-comment-uncomment-region): Use `comment-start-skip'.
19009
19010 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
19011
19012 * textmodes/org.el (org-export-with-footnotes): New option.
19013 (org-export-as-html): Fix replacement bug for XEmacs.
19014 (org-agenda-default-appointment-duration): New option.
19015
19016 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
19017
19018 * vc-hg.el: Add to do items.
19019 (vc-hg-diff): Add support for comparing different revisions.
19020 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
19021 (vc-hg-annotate-extract-revision-at-line)
19022 (vc-hg-previous-version, vc-hg-checkin): New functions.
19023 (vc-hg-annotate-re): New constant.
19024
19025 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
19026
19027 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
19028
19029 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19030
19031 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
19032 buffer-local value of log-view-*-re if applicable.
19033
19034 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
19035 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
19036 (vc-bzr-command*): Remove both (incompatible) versions.
19037 (vc-bzr-do-command*): Remove.
19038 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
19039 Remove by folding into its only caller vc-bzr-command.
19040 (vc-bzr-command): Always set the environment, even when ineffective.
19041 (vc-bzr-version): Minor fix up.
19042 (vc-bzr-admin-dirname): New var.
19043 (vc-bzr-bzr-dir): Remove.
19044 (vc-bzr-root-dir): New fun.
19045 (vc-bzr-registered): Use it. Add an autoloaded version.
19046 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
19047 (vc-bzr-view-log-function): Remove.
19048 (vc-bzr-log-view-mode): New major mode to replace it.
19049 (vc-bzr-print-log): Only activate the old hack if needed.
19050
19051 * vc.el (vc-default-log-view-mode): New function.
19052 (vc-print-log): Add new `log-view-mode' VC operation.
19053
19054 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * ido.el (ido-find-file-in-dir): Don't signal an error for
19057 empty directories.
19058
19059 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
19060
19061 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
19062 directory where the desktop file was found, as the docstring says.
19063 (desktop-kill): Use `read-directory-name'.
19064
19065 2007-06-20 Alan Mackenzie <acm@muc.de>
19066
19067 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
19068 When removing lines, also remove the \n. Correction of patch of
19069 2007-04-21.
19070
19071 2007-06-20 Martin Rudalics <rudalics@gmx.at>
19072
19073 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
19074 event is not a cons cell. Do not unread drag-mouse-1 events.
19075 Select right window in check whether space was stolen from
19076 window above.
19077
19078 * help-mode.el (help-make-xrefs): Adjust position of new forward
19079 button.
19080
19081 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
19082
19083 * vc-bzr.el (vc-bzr-with-process-environment)
19084 (vc-bzr-std-process-invocation): New macros.
19085 (vc-bzr-command, vc-bzr-command*): Use them.
19086 (vc-bzr-with-c-locale): Remove.
19087 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
19088 (vc-bzr-buffer-nonblank-p): New function.
19089 (vc-bzr-state-words): New const.
19090 (vc-bzr-state): Look for `bzr status' keywords in output.
19091 Display everything else as a warning message to the user.
19092 Fix status report with bzr >= 0.15.
19093
19094 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
19095
19096 * vc-hg.el (vc-hg-global-switches): Simplify.
19097 (vc-hg-state): Handle more states.
19098 (vc-hg-diff): Fix doc-string.
19099 (vc-hg-register): New function.
19100 (vc-hg-checkout): Likewise.
19101
19102 2007-06-20 Reto Zimmermann <reto@gnu.org>
19103
19104 * progmodes/vera-mode.el: New file.
19105
19106 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
19107
19108 * calc/calc.el (calc-multiplication-has-precendence):
19109 New variable.
19110 (math-standard-ops, math-standard-ops-p, math-expr-ops):
19111 New functions.
19112 (math-expr-opers): Define using math-standard-ops rather than
19113 math-standard-opers.
19114 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
19115 equal the function math-standard-ops rather than the variable
19116 math-standard-opers.
19117 (calc-algebraic-entry): Let math-expr-opers equal
19118 math-standard-ops or math-expr-ops, as appropriate.
19119 (math-expr-read-level, math-read-factor): Let math-expr-opers
19120 equal math-expr-ops.
19121 * calc/calc-embed.el (calc-embedded-finish-edit):
19122 Let math-expr-opers equal the function math-standard-ops
19123 rather than the variable math-standard-opers.
19124 * calc/calc-ext.el (math-read-plain-expr)
19125 (math-format-flat-expr-fancy): Let math-expr-opers equal the
19126 function math-standard-ops rather than the variable
19127 math-standard-opers.
19128 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
19129 Let math-expr-opers equal the function math-standard-ops rather
19130 than the variable math-standard-opers.
19131 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
19132 equal the function math-standard-ops rather than the variable
19133 math-standard-opers.
19134 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
19135 equal the function math-standard-ops rather than the variable
19136 math-standard-opers.
19137 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
19138 math-expr-ops.
19139
19140 2007-06-19 Ivan Kanis <apple@kanis.eu>
19141
19142 * vc-hg.el: New file.
19143
19144 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
19147 with font-lock-multiline.
19148
19149 2007-06-17 Glenn Morris <rgm@gnu.org>
19150
19151 * lpr.el (lpr-page-header-switches): Move %s to separate element
19152 for correct quoting. Doc fix.
19153
19154 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
19157 than setting sgml-xml-mode.
19158 (sgml-mode, html-mode): Set sgml-xml-mode.
19159 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
19160 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
19161 (sgml-electric-tag-pair-before-change-function)
19162 (sgml-electric-tag-pair-flush-overlays): New functions.
19163 (sgml-electric-tag-pair-mode): New minor mode.
19164 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
19165 (sgml-calculate-indent): Use assoc-string.
19166
19167 2007-06-16 Karl Fogel <kfogel@red-bean.com>
19168
19169 * thingatpt.el (thing-at-point-email-regexp): Don't require two
19170 chars before the "@" in an email address. Andreas Roehler noticed
19171 this problem.
19172
19173 2007-06-15 Karl Fogel <kfogel@red-bean.com>
19174
19175 * thingatpt.el: Add support for email addresses (`email').
19176 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
19177 (thing-at-point-email-regexp): New variable.
19178 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
19179 properties on this symbol, with lambda forms for values.
19180
19181 2007-06-15 Masatake YAMATO <jet@gyve.org>
19182
19183 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
19184
19185 * vc.el (vc-dired-hook): Check the backend returned from
19186 `vc-responsible-backend' can really handle `subdir'.
19187
19188 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
19189
19190 * wid-edit.el (widget-add-documentation-string-button):
19191 Fix handling of documentation indent.
19192
19193 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
19194
19195 * mb-depth.el: New file.
19196
19197 2007-06-15 Masatake YAMATO <jet@gyve.org>
19198
19199 * vc.el (vc-dired-mode): Show backend name as part of mode name.
19200
19201 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
19202
19203 * wid-edit.el (widget-default-create): Move ?h handling here...
19204 (widget-default-format-handler): ...from here.
19205 (widget-docstring, widget-add-documentation-string-button): New funs.
19206 (documentation-string): Add :visibility-widget property.
19207 (widget-documentation-string-value-create): Use it.
19208
19209 * cus-edit.el (custom-split-regexp-maybe): Simplify.
19210 (custom-buffer-create-internal): Simplify message.
19211 (custom-variable-tag): Reduce height to normal.
19212 (custom-variable-value-create, custom-face-value-create)
19213 (custom-visibility): New widget.
19214 (custom-visibility): New face.
19215 (custom-group-value-create):
19216 Call widget-add-documentation-string-button, using `custom-visibility'.
19217
19218 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19219
19220 * emacs-lisp/bytecomp.el (byte-compile-current-group)
19221 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
19222 change. Apparently the "warning even if the group is implicit" is
19223 a feature rather than a bug.
19224
19225 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
19226
19227 * emulation/viper.el (viper-describe-key-ad)
19228 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
19229 Compile them conditionally.
19230 (viper-version): Belated version change.
19231
19232 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
19233
19234 * follow.el (follow-all-followers, follow-generic-filter):
19235 * pcomplete.el (pcomplete-restore-windows):
19236 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
19237 (x-dnd-drop-data):
19238 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
19239 * progmodes/python.el (python-complete-symbol):
19240 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
19241
19242 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
19243
19244 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
19245 around bright and dim regexps. Make sure bright and dim matches
19246 use word anchors. Send text through rcirc-markup functions.
19247 (rcirc-url-regexp): Add single quote character.
19248 (rcirc-connect): Write logs to disk on auto-save-hook.
19249 Make server a non-optional argument.
19250 (rcirc-log-alist): New variable.
19251 (rcirc-log-directory): Make customizable.
19252 (rcirc-log-flag): New customizable variable.
19253 (rcirc-log): New function.
19254 (rcirc-print): Use above function.
19255 (rcirc-log-write): New function.
19256 (rcirc-generate-new-buffer-name): Strip text properties.
19257 (rcirc-switch-to-buffer-function): Remove variable.
19258 (rcirc-last-non-irc-buffer): Remove variable.
19259 (rcirc-non-irc-buffer): Add function.
19260 (rcirc-next-active-buffer): Use above function.
19261 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
19262 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
19263 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
19264 (rcirc-omit-mode): Add minor-mode.
19265 (rcirc-mode-map): Change C-c C-o binding.
19266 (rcirc-mode): Clear mode-line-process. Use a custom
19267 fill-paragraph-function. Set up buffer-invisibility-spec.
19268 (rcirc-response-formats): Remove timestamp code.
19269 (rcirc-omit-responses): Add variable.
19270 (rcirc-print): Don't put the overlay arrow on potentially omitted
19271 lines. Log line to disk. Record activity for private messages
19272 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
19273 (rcirc-jump-to-first-unread-line): Print message if there is no
19274 unread text.
19275 (rcirc-clear-unread): New function.
19276 (rcirc-markup-text-functions): Add variable.
19277 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
19278 (rcirc-debug): Don't mess with window configuration.
19279 (rcirc-send-message): Send message before printing locally.
19280 Add SILENT argument, do not print message if non-nil.
19281 (rcirc-visible-buffers): New function and variable.
19282 (rcirc-window-configuration-change-1): Add function.
19283 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
19284 server buffer.
19285 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
19286 (rcirc-fill-paragraph): Add function.
19287 (rcirc-record-activity, rcirc-window-configuration-change-1):
19288 Only update the activity string if it has actually changed.
19289 (rcirc-update-activity-string): Remove padding characters from the
19290 mode-line string.
19291 (rcirc-disconnect-buffer): New function to be called when a
19292 channel is parted or the user quits.
19293 (rcirc-server-name): Warn when the server-name hasn't been set.
19294 (rcirc-window-configuration-change): Postpone work until
19295 post-command-hook.
19296 (rcirc-window-configuration-change-1): Update mode-line and
19297 overlay arrows here.
19298 (rcirc-authenticate): Fixc hanserv identification.
19299 (rcirc-default-server): Remove variable.
19300 (rcirc): Connect according to rcirc-connections.
19301 (rcirc-connections): Add variable.
19302 (rcirc-startup-channels-alist): Remove variable.
19303 (rcirc-startup-channels): Remove function.
19304
19305 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
19308
19309 2007-06-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
19310
19311 * term/xterm.el (terminal-init-xterm): Escape parens in character
19312 constants.
19313
19314 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * progmodes/sh-script.el: Remove unneeded * from docstrings.
19317 Use [:alpha:] and [:alnum:] where applicable.
19318 (sh-quoted-subshell): Rewrite to correctly
19319 handle nested mixes of `...' and $(...).
19320 (sh-apply-quoted-subshell): Remove.
19321 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
19322
19323 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
19324
19325 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
19326
19327 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
19328 previous change.
19329
19330 2007-06-12 Tom Tromey <tromey@redhat.com>
19331
19332 * subr.el (user-emacs-directory): New defconst.
19333 * cmuscheme.el (scheme-start-file):
19334 * shell.el (shell):
19335 * completion.el (save-completions-file-name):
19336 * custom.el (custom-theme-directory):
19337 * term/x-win.el (emacs-session-filename):
19338 * filesets.el (filesets-menu-cache-file):
19339 * thumbs.el (thumbs-thumbsdir):
19340 * server.el (server-auth-dir):
19341 * image-dired.el (image-dired-dir):
19342 (image-dired-db-file):
19343 (image-dired-temp-image-file):
19344 (image-dired-gallery-dir):
19345 (image-dired-temp-rotate-image-file):
19346 * play/gamegrid.el (gamegrid-user-score-file-directory):
19347 * savehist.el (savehist-file):
19348 * tutorial.el (tutorial--saved-dir):
19349 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
19350
19351 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
19352
19353 * scroll-lock.el (scroll-lock-mode): Doc fix.
19354
19355 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
19356
19357 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
19358
19359 * ediff-init.el: Doc strings.
19360
19361 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19362
19363 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
19364 (byte-compile-file): Bind it.
19365 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
19366 group argument is provided implicitly.
19367 (byte-compile-format-warn, byte-compile-from-buffer)
19368 (byte-compile-insert-header): Don't hardcode point-min==1.
19369 (byte-compile-file-form-require): Remove unused var old-load-list.
19370 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
19371
19372 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
19373
19374 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
19375 Display error messages.
19376 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
19377 Get rid of cl.el dependencies.
19378
19379 * emulation/viper-init.el (viper-suppress-input-method-change-message):
19380 New variable.
19381 (viper-activate-input-method-action)
19382 (viper-inactivate-input-method-action):
19383 Use viper-suppress-input-method-change-message.
19384
19385 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
19386 for C-s, C-r.
19387
19388 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
19389 Use viper-replace-overlay-cursor-color instead of
19390 viper-replace-overlay-cursor-color.
19391 (viper-sit-for-short): Use sit-for with 3 arguments.
19392
19393 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
19394 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
19395 to gud-mode.
19396
19397 * ediff-mult.el (ediff-meta-buffer-brief-message)
19398 (ediff-meta-buffer-verbose-message): New variables.
19399 (ediff-meta-buffer-message): Variable deleted.
19400 (ediff-verbose-help-enabled): New variable.
19401 (ediff-toggle-verbose-help-meta-buffer): New function.
19402 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
19403 message options.
19404
19405 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
19406 (ediff-fixup-patch-map): Improve heuristic.
19407
19408 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
19411 (log-view-font-lock-keywords): Simplify.
19412 (log-view-current-file, log-view-current-tag): Simplify.
19413
19414 2007-06-12 Sam Steingold <sds@gnu.org>
19415
19416 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
19417
19418 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
19419
19420 * desktop.el (desktop-load-locked-desktop): New option.
19421 (desktop-read): Use it.
19422 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
19423 Use `when'.
19424
19425 2007-06-12 Davis Herring <herring@lanl.gov>
19426
19427 * desktop.el (desktop-save-mode-off): New function.
19428 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
19429 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
19430 (desktop-claim-lock, desktop-release-lock): New functions.
19431 (desktop-kill): Tell `desktop-save' that this is the last save.
19432 Release the lock afterwards.
19433 (desktop-buffer-info): New function.
19434 (desktop-save): Use it. Run `desktop-save-hook' where the doc
19435 says to. Detect conflicts, and manage the lock.
19436 (desktop-read): Detect conflicts. Manage the lock.
19437
19438 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19439
19440 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
19441
19442 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
19443 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
19444 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
19445 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
19446 keysyms rather than byte sequences.
19447 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
19448
19449 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * font-lock.el (font-lock-add-keywords): In case font-lock was only
19452 half-activated, forcefully activate it completely.
19453
19454 2007-06-11 Richard Stallman <rms@gnu.org>
19455
19456 * cus-edit.el (custom-variable-type): Doc fix.
19457
19458 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19459
19460 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
19461 (sh-font-lock-flush-syntax-ppss-cache): New functions.
19462 (sh-font-lock-syntactic-keywords): Use them to distinguish the
19463 different possible cases for \'.
19464
19465 * complete.el (PC-bindings): Don't bind things already bound in the
19466 parent keymap.
19467
19468 * textmodes/bibtex-style.el: New file.
19469
19470 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
19471
19472 * vc-bzr.el: New file.
19473
19474 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19475
19476 * vc-svn.el (vc-svn-program): New var.
19477 (vc-svn-command): Use it.
19478
19479 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
19480
19481 * server.el (server-switch-buffer): Remove redundant check.
19482
19483 2007-06-10 Martin Rudalics <rudalics@gmx.at>
19484
19485 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
19486 Match against file-name-nondirectory.
19487 Fix text on user customization variables.
19488 Reported by Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>.
19489
19490 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
19491
19492 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19493
19494 2007-06-09 Davis Herring <herring@lanl.gov>
19495
19496 * desktop.el (desktop-minor-mode-table): Doc fix.
19497
19498 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * textmodes/css-mode.el (css-navigation-syntax-table):
19501 Use set-char-table-range so it also works in the unicode branch.
19502
19503 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * help-mode.el (help-xref-forward-stack)
19506 (help-xref-stack-forward-item, help-forward-label): New variables.
19507 (help-forward): New button type.
19508 (help-setup-xref): Initialise help-xref-forward-stack.
19509 (help-make-xrefs): Add forward button, if appropriate.
19510 (help-xref-go-back): Push item on forward stack.
19511 (help-xref-go-forward, help-go-forward): New functions.
19512
19513 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
19514
19515 * dired.el (dired-mode-map): Remove spurious separator.
19516
19517 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
19518
19519 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
19520
19521 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19522 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
19523
19524 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
19525
19526 * textmodes/org.el: Version number fixed.
19527
19528 2007-06-07 Glenn Morris <rgm@gnu.org>
19529
19530 * version.el (emacs-copyright): New constant.
19531 * startup.el (fancy-splash-tail): Use emacs-copyright.
19532 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
19533
19534 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
19535 `make-local'.
19536 (byte-compile-warnings-safe-p): Add `make-local'.
19537 (byte-compile-make-variable-buffer-local):
19538 Allow byte-compile-warnings to suppress this warning.
19539
19540 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
19541 format of "menu" description.
19542 (tutorial--find-changed-keys): Describe the specific menu a
19543 command is in.
19544
19545 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
19546 Rewrite compatibility functions to silence byte-compiler.
19547
19548 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
19549
19550 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
19551 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
19552
19553 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
19554
19555 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
19556
19557 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
19558
19559 * progmodes/ebrowse.el (ebrowse-member-table):
19560 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
19561 (org-batch-agenda-csv): Fix typos in docstrings.
19562
19563 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
19564
19565 * international/mule-cmds.el (toggle-enable-multibyte-characters)
19566 (sort-coding-systems, search-unencodable-char): Doc fixes.
19567 (coding-system-change-eol-conversion, set-default-coding-systems)
19568 (prefer-coding-system, find-multibyte-characters, princ-list)
19569 (leim-list-entry-regexp, set-input-method, locale-language-names)
19570 (input-method-exit-on-first-char, exit-language-environment-hook)
19571 (locale-charset-language-names): Fix typos in docstrings.
19572
19573 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
19574
19575 * pgg.el (pgg-sign-region, pgg-sign):
19576 * ses.el (ses-call-printer):
19577 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
19578 * textmodes/org.el (org-cycle): Fix typos in docstrings.
19579
19580 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
19581
19582 * textmodes/org.el (org-export-region-as-html)
19583 (org-replace-region-by-html, org-number-to-letters)
19584 (org-table-fedit-finish, org-normalize-color)
19585 (org-table-fedit-ref-right, org-date-to-gregorian)
19586 (org-table-fedit-move, org-table-convert-refs-to-rc)
19587 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
19588 (org-write-agenda, org-colgroup-info-to-vline-list)
19589 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
19590 (org-indent-line-function, org-export-as-html-to-buffer)
19591 (org-store-agenda-views, org-update-mode-line)
19592 (org-find-if, org-delete-all)
19593 (org-table-fedit-convert-buffer, org-emphasize)
19594 (org-uniquify, org-table-fedit-lisp-indent)
19595 (org-table-fedit-scroll, org-get-todo-sequence-head)
19596 (org-table-fedit-scroll-down, org-table-fedit-line-down)
19597 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
19598 (org-table-fedit-toggle-coordinates, org-dvipng-color)
19599 (org-table-fedit-line-up, org-table-fedit-ref-down)
19600 (org-table-formula-from-user, org-mode-flyspell-verify)
19601 (org-cycle-show-empty-lines, org-ctrl-c-ret)
19602 (org-table-formula-to-user, org-diary-to-ical-string)
19603 (orgtbl-export, org-table-fedit-post-command)
19604 (org-closed-in-range, org-shiftcontrolright)
19605 (org-table-convert-refs-to-an, org-table-hline-and-move)
19606 (org-table-formula-less-p, org-format-table-ascii)
19607 (org-agenda-get-sexps, org-shift-refpart)
19608 (org-diary-sexp-entry, org-time-string-to-absolute)
19609 (org-table-show-reference, org-letters-to-number)
19610 (org-fix-agenda-info, org-table-fedit-ref-up)
19611 (org-table-fedit-shift-reference, org-table-fedit-abort)
19612 (org-closest-date, org-shiftcontrolleft)
19613 (org-at-heading-or-item-p, org-rematch-and-replace)
19614 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
19615 New functions.
19616 (org-table-edit-scroll-down, org-finish-edit-formulas)
19617 (org-table-edit-next-field, org-abort-edit-formulas)
19618 (org-font-lock-level, org-export-find-first-heading-line)
19619 (org-table-edit-line-down, org-table-edit-backward-field)
19620 (org-edit-formula-lisp-indent, org-table-edit-move)
19621 (org-check-log-option, org-this-word)
19622 (org-table-edit-line-up, org-table-edit-formulas-post-command)
19623 (org-agenda-file-to-end, org-expand-file-name)
19624 (org-fake-empty-table-line, org-table-edit-scroll)
19625 (org-toggle-log-option, org-show-reference): Function removed.
19626 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
19627 New defsubsts.
19628 (org-unmodified, org-batch-store-agenda-views)
19629 (org-batch-agenda-csv): New macro.
19630 (org-agenda-export): New customization group.
19631 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
19632 (org-highest-priority, org-agenda-exporter-settings)
19633 (org-log-done-with-time, org-replace-disputed-keys)
19634 (org-format-latex-header, org-export-table-header-tags)
19635 (org-cycle-separator-lines, org-export-table-data-tags)
19636 (org-icalendar-include-sexps)
19637 (org-empty-line-terminates-plain-lists)
19638 (org-log-repeat, org-special-ctrl-a)
19639 (org-table-use-standard-references, org-disputed-keys)
19640 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
19641 (org-agenda-export-html-style): New option.
19642 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
19643 (org-CUA-compatible): Option removed.
19644 (org-agenda-structure, org-sexp-date): New face.
19645 (org-todo-keywords-for-agenda, org-not-done-keywords)
19646 (org-planning-or-clock-line-re, org-agenda-name)
19647 (org-table-colgroup-info, org-todo-sets)
19648 (constants-unit-system, org-clock-mode-line-entry)
19649 (org-mode-line-timer, org-table-current-begin-pos)
19650 (org-todo-keywords-1, org-mode-line-string)
19651 (org-table-clean-did-remove-column, org-table-fedit-map)
19652 (org-clock-heading, org-table-buffer-is-an)
19653 (org-agenda-info, org-done-keywords)
19654 (org-done-keywords-for-agenda, org-todo-heads)
19655 (org-todo-kwd-alist, org-clock-start-time): New variable.
19656 (org-todo-kwd-priority-p, org-edit-formulas-map)
19657 (org-repeat-re, org-todo-kwd-max-priority)
19658 (org-version, org-done-string)
19659 (org-table-clean-did-remove-column-1, org-disputed-keys):
19660 Remove variables.
19661 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
19662 (org-ts-lengths): Constant removed.
19663 (org-follow-gnus-link): Don't ask how many articles to read.
19664 (org-export-find-first-export-line): Rename from
19665 `org-export-find-first-heading'.
19666 Use `org-export-skip-text-before-1st-heading'.
19667 (org-table-fedit-post-command): Rename from
19668 `org-table-edit-formulas-post-command'.
19669 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
19670 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
19671 (org-table-fedit-lisp-indent): Rename from
19672 `org-edit-formula-lisp-indent'.
19673 (org-table-show-reference): Rename from `org-show-reference'.
19674 (org-table-store-formulas): Use `org-table-formula-less-p'.
19675 (org-table-edit-formulas): Position cursor to current field equation.
19676 (org-update-checkbox-count, org-hide-archived-subtrees)
19677 (org-timestamp-up-day, org-timestamp-down-day)
19678 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
19679 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
19680 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
19681 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
19682 Let `org-on-heading-p' also check for invisible heading.
19683 (org-read-date): Match am/pm times.
19684 (org-eval-in-calendar): Fix default date in prompt.
19685
19686 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
19687
19688 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
19689 "ChangeLog.a" entries, giving the latter lower priority.
19690
19691 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
19692
19693 * faces.el (face-id): If the argument is a face alias,
19694 return the ID of the target face.
19695
19696 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
19697
19698 * net/socks.el (top): Remove unnecessary copyright line.
19699
19700 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * longlines.el (longlines-auto-wrap): Handle argument correctly.
19703
19704 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
19705
19706 * net/socks.el: New file, taken from w3 repository.
19707 (top): Update Copyright. Don't load cl.el.
19708 (all): Replace `case' by `cond', `string-to-int' by
19709 `string-to-number', and `process-kill-without-query' by
19710 `set-process-query-on-exit-flag'.
19711 (socks-char-int): Remove defalias and all occurrences.
19712
19713 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
19714
19715 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
19716 Fix typos in docstrings.
19717 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
19718 (compilation-finish-function): Fix typo in obsolescence declaration.
19719
19720 2007-06-03 Sam Steingold <sds@gnu.org>
19721
19722 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
19723 handle unending automatic recompilation of changed files (`omake -P').
19724 (compilation-loop): VISITED is now 5th CDR.
19725 (compilation-next-error-function): Set TIMESTAMP.
19726
19727 2007-06-03 Sam Steingold <sds@gnu.org>
19728
19729 * files.el (kill-buffer-ask): New function.
19730 (kill-some-buffers): Use it.
19731 (kill-matching-buffers): New user command.
19732
19733 2007-06-01 David Kastrup <dak@gnu.org>
19734
19735 * dired.el (dired-recursive-deletes, dired-recursive-copies):
19736 Change default to `top'.
19737
19738 2007-05-31 Richard Stallman <rms@gnu.org>
19739
19740 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
19741
19742 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * textmodes/css-mode.el: New file.
19745
19746 2007-05-30 Michael Olson <mwolson@gnu.org>
19747
19748 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
19749 died and we are trying to send a signal to it. The program using
19750 tq.el should periodically check to see whether the process has
19751 died and react appropriately -- this is not the responsibility of
19752 tq.el, and is consistent with the rest of the tq.el source code.
19753
19754 2007-05-29 Martin Rudalics <rudalics@gmx.at>
19755
19756 * textmodes/table.el (table--point-entered-cell-function)
19757 (table--point-left-cell-function):
19758 Bind `inhibit-point-motion-hooks' to t.
19759
19760 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19761
19762 * emacs-lisp/rx.el (rx): Doc fix.
19763
19764 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
19765
19766 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
19767
19768 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
19769
19770 Sync with Tramp 2.0.56.
19771
19772 * net/tramp.el:
19773 * net/tramp-ftp.el:
19774 * net/tramp-smb.el:
19775 * net/tramp-util.el:
19776 * net/tramp-vc.el:
19777 Don't load cl.el, because that pollutes the namespace. Replace cl
19778 macros by their implementations where necessary. Requested by
19779 Richard Stallman <rms@gnu.org>.
19780
19781 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
19782 doesn't exist.
19783 (with-parsed-tramp-file-name): Protect debug spec during compilation.
19784 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
19785 (tramp-file-name-p, tramp-file-name-multi-method)
19786 (tramp-file-name-method, tramp-file-name-user)
19787 (tramp-file-name-host, tramp-file-name-localname): New defuns,
19788 replacing defstruct `tramp-file-name'.
19789 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
19790 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
19791 Apply `vector' instead of `make-tramp-file-name'.
19792 (tramp-handle-make-auto-save-file-name):
19793 Apply `tramp-temporary-file-directory' for compatibility reasons.
19794 (tramp-completion-mode): Use `natnump' instead of `wholenump'
19795 because of XEmacs.
19796 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
19797 started.
19798
19799 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
19802
19803 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
19804
19805 * log-edit.el (log-edit-changelog-paragraph): Return point-max
19806 as the end of the ChangeLog paragraph when it ends without a line
19807 termination.
19808
19809 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
19810
19811 * net/webjump.el (webjump-sample-sites):
19812 Add simple Wikipedia query.
19813
19814 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
19817 compatibility code.
19818
19819 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
19820 (copyright-update-year): Use it.
19821
19822 * edmacro.el (edmacro-format-keys): Use current-active-maps.
19823
19824 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
19825 Add indentation and debugging info. Fix up comment convention.
19826
19827 * cus-dep.el (custom-make-dependencies): Simplify.
19828
19829 * composite.el (compose-region, decompose-region):
19830 Use inhibit-read-only and restore-buffer-modified-p.
19831
19832 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
19833 (xterm-mouse-event): Use it.
19834
19835 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
19836
19837 * bs.el (bs-cycle-previous): Don't modify the cycle list until
19838 `switch-to-buffer' has returned succesfully.
19839 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
19840 window is dedicated (it could iconify the frame).
19841
19842 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
19843
19844 * vc-hooks.el (vc-find-root): Fix file attribute test.
19845
19846 2007-05-24 Richard Stallman <rms@gnu.org>
19847
19848 * textmodes/flyspell.el (flyspell-correct-word-before-point):
19849 Don't let opoint be nil.
19850 (flyspell-emacs-popup): Explicit error if no dialogs.
19851
19852 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
19853
19854 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
19855 (image-next-line, image-previous-line, image-scroll-up)
19856 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
19857 New functions.
19858 (image-mode-map): Remap motion commands.
19859 (image-mode-text-map): New keymap for viewing images as text.
19860 (image-mode): Use image-mode-map.
19861 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
19862
19863 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19864
19865 * textmodes/fill.el (canonically-space-region): Make the second arg
19866 a marker if it's not already the case.
19867
19868 2007-05-23 Eli Zaretskii <eliz@gnu.org>
19869
19870 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
19871 (tar-get-descriptor): Handle type 55, an extended pax header.
19872
19873 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
19876 to confuse outline-minor-mode.
19877
19878 2007-05-23 Eli Zaretskii <eliz@gnu.org>
19879
19880 * tar-mode.el (tar-file-name-handler): New function.
19881 (tar-extract): Bind file-name-handler-alist to it to force
19882 find-buffer-file-type-coding-system behave as if the file being
19883 extracted existed. Use last-coding-system-used to force
19884 buffer-file-coding-system to what decode-coding-region actually
19885 used to decode the file.
19886
19887 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19888
19889 * progmodes/compile.el (compilation-handle-exit):
19890 `compilation-finish-function' may change the current buffer.
19891
19892 2007-05-22 Richard Stallman <rms@gnu.org>
19893
19894 * files.el (set-auto-mode): Doc fix.
19895
19896 2007-05-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
19897
19898 * help-fns.el (find-source-lisp-file): New function.
19899 (describe-function-1): Use find-source-lisp-file to find source
19900 file in compile tree.
19901
19902 2007-05-22 Eli Zaretskii <eliz@gnu.org>
19903
19904 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
19905
19906 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
19907
19908 * emacs-lisp/easy-mmode.el (define-minor-mode)
19909 (easy-mmode-define-navigation): Fix typos in docstrings.
19910
19911 2007-05-22 Glenn Morris <rgm@gnu.org>
19912
19913 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
19914
19915 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
19916
19917 * mail/mail-extr.el (mail-extract-address-components):
19918 Recognize non-ASCII characters except for NBSP as words.
19919
19920 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
19921
19922 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
19923 (rcirc-print): Handle `window-width'.
19924 (rcirc-buffer-maximum-lines): Doc fix.
19925
19926 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
19927
19928 * image-mode.el (image-toggle-display): Don't clear image cache.
19929 Only use filename in image spec if the file is readable.
19930 Call image-refresh.
19931
19932 * image.el (image-type-from-file-name, image-type): Simplify.
19933 (image-type-auto-detected-p): Don't scan auto-mode-alist.
19934
19935 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
19936 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
19937
19938 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
19939
19940 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
19941 is an error.
19942
19943 * term/linux.el (terminal-init-linux): Don't signal an error
19944 if gpm isn't running.
19945
19946 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
19947
19948 * t-mouse.el: Reduce to a minor-mode macro call.
19949 (t-mouse-mode): Remove the lighter.
19950
19951 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
19952
19953 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
19954
19955 * files.el (auto-mode-alist): Change the regexp so that
19956 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
19957
19958 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
19959
19960 * Version 22.1 released.
19961
19962 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
19963
19964 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
19965 changes.
19966
19967 2007-05-19 Kevin Ryde <user42@zip.com.au>
19968
19969 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
19970
19971 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
19972
19973 * textmodes/sgml-mode.el: Revert last change.
19974
19975 2007-05-18 Richard Stallman <rms@gnu.org>
19976
19977 * simple.el (push-mark): Doc fix.
19978
19979 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
19980
19981 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
19982 tpu-global-map.
19983 (tpu-original-global-map): Variable deleted.
19984 (tpu-control-keys-map): New keymap variable.
19985 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
19986 setting keymapping directly.
19987 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
19988 tpu-global-map.
19989 (tpu-edt-on): Activate the tpu-global-map.
19990 (tpu-edt-off): Deactivate the tpu-global-map.
19991
19992 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
19993
19994 * textmodes/ispell.el (ispell-get-word): Return markers
19995 for start and end positions.
19996 (ispell-word): Assume END is a marker.
19997
19998 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19999
20000 * printing.el: Group together all XEmacs/Emacs definitions.
20001 (pr-version): New version 6.9.
20002 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
20003 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
20004 (pr-menu-bind): Fix code.
20005 (pr-e-frame-char-height, pr-e-frame-char-width)
20006 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
20007 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
20008 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
20009 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
20010 (pr-x-event-y-pixel): Aliases eliminated.
20011 (pr-xemacs-global-menubar): Macro moved.
20012 (current-menubar, current-mouse-event, zmacs-region-stays)
20013 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
20014 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
20015 Vars moved.
20016 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
20017 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
20018 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
20019 (pr-menu-set-utility-title, pr-even-or-odd-pages)
20020 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
20021 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
20022 moved.
20023
20024 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
20025
20026 * textmodes/sgml-mode.el (sgml-tag):
20027 Fix bug: Call sgml-transformation-function.
20028
20029 2007-05-17 Martin Rudalics <rudalics@gmx.at>
20030
20031 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
20032 modified flag of buffer. Use `inhibit-modification-hooks'.
20033
20034 2007-05-16 Richard Stallman <rms@gnu.org>
20035
20036 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
20037
20038 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * files.el (magic-mode-alist, magic-fallback-mode-alist):
20041 Move the *ml, Postscript, and XmCD entries to the fallback part.
20042
20043 * files.el (magic-fallback-mode-alist):
20044 Rename from file-start-mode-alist.
20045
20046 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20047
20048 * progmodes/compile.el (compilation-handle-exit): Quote first
20049 argument of `run-hook-with-args'.
20050
20051 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
20052
20053 * buff-menu.el (Buffer-menu-sort-column):
20054 * dabbrev.el (dabbrev-upcase-means-case-search):
20055 * dired.el (dired-recursive-deletes, dired-recursive-copies):
20056 * info.el (Info-current-subfile):
20057 * ls-lisp.el (ls-lisp-verbosity):
20058 * msb.el (msb-menu-cond):
20059 * pcvs.el (cvs-dired-use-hook):
20060 * simple.el (set-mark-command-repeat-pop):
20061 * time.el (display-time-24hr-format, display-time-mail-file):
20062 Doc fixes.
20063
20064 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
20065 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
20066
20067 * view.el (view-inhibit-help-message): Fix typo in docstring.
20068 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
20069
20070 2007-05-16 Martin Rudalics <rudalics@gmx.at>
20071
20072 * textmodes/ispell.el (ispell-start-process): Defend against bad
20073 default-directory.
20074
20075 2007-05-14 Eli Zaretskii <eliz@gnu.org>
20076
20077 * mail/rmail.el (rmail-convert-to-babyl-format): Check
20078 content-transfer-encoding _last_, because it's its position that
20079 we need as value of base64-header-field-end.
20080
20081 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
20082
20083 * files.el (mode-require-final-newline, require-final-newline)
20084 (enable-local-variables, enable-local-eval): Doc fixes.
20085
20086 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20087
20088 * ps-print.el: Use default color when foreground or background color
20089 are unspecified. Reported by Leo <sdl.web@gmail.com>.
20090 (ps-print-version): New version 6.7.4.
20091 (ps-rgb-color): New argument. Use default color when color is
20092 unspecified.
20093 (ps-begin-job): Fix code.
20094
20095 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
20096
20097 * longlines.el (longlines-mode): Make longlines-auto-wrap
20098 buffer-local. Add hooks unconditionally.
20099 (longlines-auto-wrap): Toggle wrapping.
20100 (longlines-after-change-function)
20101 (longlines-post-command-function): Check longlines-auto-wrap.
20102
20103 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
20104
20105 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
20106 (xterm-mouse-translate): Use it.
20107
20108 2007-05-10 Richard Stallman <rms@gnu.org>
20109
20110 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
20111 (iso-cvt-write-only): Likewise.
20112
20113 * emacs-lisp/easy-mmode.el (define-minor-mode):
20114 Fix generated doc string.
20115
20116 * startup.el (fancy-splash-text): Add URL of guided tour.
20117 Adjust horizontal and vertical whitespace.
20118
20119 * progmodes/compile.el (compilation-handle-exit):
20120 Use run-hook-with-args to run compilation-finish-functions.
20121
20122 * files.el (file-start-mode-alist): New variable.
20123 (magic-mode-regexp-match-limit): Doc fix.
20124 (set-auto-mode): Handle file-start-mode-alist.
20125 A little cleanup of structure.
20126
20127 * dabbrev.el (dabbrev-eliminate-newlines):
20128 Renamed from dabbrev--eliminate-newlines. All uses changed.
20129
20130 2007-05-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
20131
20132 * man.el (Man-next-section): Don't consider the last line of the page
20133 as being part of any section.
20134
20135 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
20136
20137 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
20138 can take any number of values.
20139
20140 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
20141
20142 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
20143 to the list of citation commands.
20144
20145 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
20146
20147 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
20148
20149 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
20150
20151 * progmodes/python.el (python-font-lock-keywords)
20152 (python-open-block-statement-p, python-mode): Add support for the new
20153 "with" keyword.
20154
20155 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
20158 the exact opposite of diff-goto-source.
20159
20160 * emacs-lisp/advice.el (ad-special-forms): Remove.
20161 (ad-special-form-p): Use subr-arity.
20162
20163 * newcomment.el (comment-search-forward): Make sure we search forward.
20164 (comment-enter-backward): Try and distinguish the non-matching case at
20165 EOB from the non-matching case with a missing comment-end-skip for
20166 a 2-char comment ender.
20167 (comment-choose-indent): New function extracted from comment-indent.
20168 Improve the alignment algorithm.
20169 (comment-indent): Use it.
20170
20171 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
20172 XML style Processing Instructions.
20173 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
20174 (sgml-calculate-indent): Handle `pi' context.
20175
20176 * vc.el: Ensure that update-changelog issues an error when used with
20177 a backend that does not implement it.
20178 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
20179 Remove `backend' argument. Use expand-file-name.
20180 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
20181
20182 * progmodes/python.el (python-end-of-block): Revert last change.
20183 (python-end-of-statement): Make sure we move *forward*.
20184
20185 2007-05-08 Richard Stallman <rms@gnu.org>
20186
20187 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20188 Don't include non-self-insert commands in the exception for `-'.
20189
20190 2007-05-08 David Reitter <david.reitter@gmail.com>
20191
20192 * progmodes/python.el (python-guess-indent): Check non-nullness
20193 before comparing indent against the 2..8 interval.
20194
20195 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20196
20197 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
20198 available.
20199
20200 2007-05-06 Richard Stallman <rms@gnu.org>
20201
20202 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
20203
20204 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
20207 rather than storing their value in the revert-buffer function.
20208
20209 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
20210
20211 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
20212 when disabling t-mouse-mode.
20213
20214 2007-05-01 Davis Herring <herring@lanl.gov>
20215
20216 * calendar/timeclock.el: Update version number.
20217 (timeclock-modeline-display): Mention timeclock-use-display-time
20218 in explanatory message.
20219 (timeclock-in): Fix non-interactive workday specifications.
20220 (timeclock-log): Don't kill the log buffer if it already existed.
20221 Suppress warnings when finding the log. Don't check for a nil
20222 project twice. Run hooks after killing the buffer (if applicable).
20223 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
20224 was geometric). All uses changed.
20225 (timeclock-generate-report): Support prefix argument.
20226
20227 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
20228
20229 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
20230 disconnections.
20231
20232 2007-05-01 Romain Francoise <romain@orebokech.com>
20233
20234 * dired-x.el: Revert 2007-04-06 change.
20235
20236 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
20237
20238 * find-dired.el (find-dired-filter): Propertize all text down to eob.
20239
20240 2007-04-29 Richard Stallman <rms@gnu.org>
20241
20242 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
20243
20244 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * progmodes/cc-mode.el (c-before-change): Use point-min rather
20247 than 1.
20248
20249 2007-04-28 Richard Stallman <rms@gnu.org>
20250
20251 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
20252
20253 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
20254
20255 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
20256 don't put stop on toolbar.
20257
20258 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
20261
20262 2007-04-28 Eli Zaretskii <eliz@gnu.org>
20263
20264 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
20265 instead of $(lisp)/mh-e.
20266
20267 2007-04-28 Glenn Morris <rgm@gnu.org>
20268
20269 * image-dired.el (image-dired-cmd-create-thumbnail-options)
20270 (image-dired-cmd-create-temp-image-options): Replace option
20271 +profile "*" with -strip.
20272
20273 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
20274
20275 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20276 Use window-start and window-end.
20277
20278 2007-04-27 Andreas Schwab <schwab@suse.de>
20279
20280 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
20281
20282 2007-04-27 Eli Zaretskii <eliz@gnu.org>
20283
20284 * textmodes/fill.el (fill-paragraph): Doc fix.
20285
20286 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
20287
20288 * locate.el (locate-in-alternate-database): Doc fix.
20289
20290 2007-04-26 Glenn Morris <rgm@gnu.org>
20291
20292 * button.el (button): Use underline if supported, else fall back
20293 to color.
20294
20295 * version.el (emacs-version): Increase to 22.1.50.
20296
20297 2007-04-25 Richard Stallman <rms@gnu.org>
20298
20299 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
20300
20301 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
20302
20303 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
20304 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
20305 pushing mark.
20306 (idlwave-current-routine): Don't push mark.
20307
20308 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
20309
20310 * image-dired.el (image-dired-display-image): Derive image-type from
20311 filename rather than assuming jpeg, in case no resizing was needed.
20312
20313 2007-04-25 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
20314
20315 * custom.el (defface): Doc fix.
20316
20317 See ChangeLog.12 for earlier changes.
20318
20319 ;; Local Variables:
20320 ;; coding: iso-2022-7bit
20321 ;; add-log-time-zone-rule: t
20322 ;; End:
20323
20324 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
20325
20326 This file is part of GNU Emacs.
20327
20328 GNU Emacs is free software; you can redistribute it and/or modify
20329 it under the terms of the GNU General Public License as published by
20330 the Free Software Foundation; either version 3, or (at your option)
20331 any later version.
20332
20333 GNU Emacs is distributed in the hope that it will be useful,
20334 but WITHOUT ANY WARRANTY; without even the implied warranty of
20335 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20336 GNU General Public License for more details.
20337
20338 You should have received a copy of the GNU General Public License
20339 along with GNU Emacs; see the file COPYING. If not, write to the
20340 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20341 Boston, MA 02110-1301, USA.
20342
20343 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af