Remove outdated comments.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
01633b01
JB
12008-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
c56e37dd
JR
82008-03-19 Jason Rumney <jasonr@gnu.org>
9
10 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
11
ea666a77
RS
122008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13
14 * net/tls.el (open-tls-stream): Reindent.
15
aff67808
MA
162008-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
d63b01e1
SM
282008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
29
55067594
SM
30 * help-fns.el (describe-function-1): Don't signal "missing arglist"
31 for autoloaded keymaps.
32
d63b01e1
SM
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)
cdf8b62f 40 (verilog-skip-forward-comment-p): Use it.
d63b01e1 41
d6baaf33
JB
422008-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
699a11fb
GM
492008-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
9f4e4f5b
DN
552008-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
95eede5c
JB
602008-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
00fc37d1
SM
652008-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
14b7a0b5
SM
702008-03-19 Gustav H\e$(Q)[\e(Bllberg <gustav@virtutech.com> (tiny change)
71
72 * vc.el (vc-annotate-background): Fix custom type.
73
3afc21a9
SM
742008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
75
3253c7c6
SM
76 * descr-text.el (describe-char-unidata-list): Allow specifying
77 just all properties.
78 (describe-char): Handle that new value.
79
3afc21a9
SM
80 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
81
322f4559
TH
822008-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
23cda572
TH
882008-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
acab8b97
GM
932008-03-18 Glenn Morris <rgm@gnu.org>
94
95 * calendar/calendar.el (initial-calendar-window-hook)
96 (today-visible-calendar-hook): Doc fixes.
97
57671b72
MA
982008-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.
3afc21a9
SM
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'.
57671b72 111
3afc21a9
SM
112 * net/tramp.el:
113 * net/tramp-uu.el:
114 * net/trampver.el: Move coding cookie at the end.
57671b72 115
800a97b8
SM
1162008-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
7afdc391
DN
1212008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
122
7ee8e7eb
DN
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
7afdc391
DN
129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
130 for eldoc and ielm.
131
2c080040
GM
1322008-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
f564644b
JL
1722008-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
7edd6b92
TH
1882008-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
2ecb26c3
MO
1942008-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
03f244e2
KH
1992008-03-16 Kenichi Handa <handa@m17n.org>
200
2472a6f0
JB
201 * international/mule.el (auto-coding-alist):
202 Use no-conversion-multibyte for archive files.
03f244e2 203
f1700e26
GM
2042008-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.
59492844
GM
221 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
222 Expand calendar-mod calls.
f1700e26
GM
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
59492844
GM
240 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
241
f1700e26
GM
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
2472a6f0
JB
253 markfunc optional. Handle the standard (Gregorian) case.
254 Use match-string-no-properties. Handle marks.
f1700e26
GM
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
2592008-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
2692008-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
a8a70098
MA
2832008-03-15 Michael Albinus <michael.albinus@gmx.de>
284
57671b72 285 * net/tramp.el (tramp-root-regexp): New defconst.
a8a70098
MA
286 (tramp-completion-file-name-regexp-unified)
287 (tramp-completion-file-name-regexp-separate)
288 (tramp-completion-file-name-regexp-url): Use it.
800a97b8
SM
289 (tramp-do-copy-or-rename-file-via-buffer):
290 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
a8a70098
MA
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
39f44442
SM
2992008-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
4e11bcc2
GM
3052008-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
2472a6f0
JB
380 * calendar/holidays.el (displayed-month, displayed-year):
381 Move declarations where needed.
4e11bcc2
GM
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.
2472a6f0
JB
398 (todo-more-important-p, todo-delete-item, todo-file-item):
399 Use unless, when.
4e11bcc2
GM
400 (todo-top-priorities): Use zerop.
401
b1c69133
NR
4022008-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
f31b1257
DN
4072008-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
116d5bc7
SM
4282008-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
c79a07d7
EZ
4332008-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
f9a9491f
DN
4412008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
442
ef49d20f
DN
443 * font-lock.el (featurep): Remove test, not useful anymore.
444 (facemenu-keymap): Move key binding ...
445 * facemenu.el (facemenu-keymap): ... here.
446
ac51b151
DN
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
f9a9491f
DN
451 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
452 for checkdoc and profiling.
453
23e33070
BG
4542008-03-14 Bastien Guerry <bzg@altern.org>
455
800a97b8 456 * textmodes/flyspell.el (nxml-mode): Add the right
23e33070
BG
457 `flyspell-mode-predicate'.
458
459 * wid-edit.el (link): Use 'mouse-face for :follow-link.
460
c1fbdbbb
GM
4612008-03-14 Glenn Morris <rgm@gnu.org>
462
e7148377
GM
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
1d1100d7
GM
470 * startup.el (command-line-1): Rename -internal-script back to
471 -scriptload (reverts previous change).
472
6bd7c8eb
GM
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
465323b6
GM
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
75762c68
GM
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
4b8683c7
GM
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
5424a530
GM
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
8f11970d
GM
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
f852191f
GM
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
800a97b8
SM
534 * calendar/cal-julian.el (calendar-absolute-from-julian):
535 Move definition before use. Remove un-needed local `day'.
c8ca95dd
GM
536 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
537
20a614c6
GM
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
6cd61ebd
GM
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
cfcc468f
GM
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
52e0f59e
GM
567 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
568
75762c68
GM
569 * calendar/diary-lib.el (mark-diary-entries): Move some constant
570 variables outside the diary-date-forms loop.
571
27a28b50
GM
572 * calendar/calendar.el (diary-file): Doc fix.
573 (calendar-buffer-list): Return buffers rather than strings (fixes
574 previous change).
4f17e276 575 (hebrew-holidays-4): Fix typo.
27a28b50 576
71855cc5
GM
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
9c0b9187
GM
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
c1fbdbbb
GM
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
f392f8b4
DN
5972008-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
a71a98cf
JL
6032008-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'.
800a97b8 615 (dired-perm-write): Rename from `dired-warn-writable'.
a71a98cf
JL
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'.
800a97b8 619 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
a71a98cf
JL
620 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
621 with `dired-perm-write-face'.
622
5986c5c6
TH
6232008-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
23ae1f25
SM
6282008-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
03e49c06
JB
6332008-03-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
634
23ae1f25
SM
635 * net/browse-url.el (browse-url-text-xterm):
636 Unquote browse-url-text-browser.
03e49c06 637
0fc0f178
CD
6382008-03-13 Carsten Dominik <dominik@science.uva.nl>
639
699b9291
CD
640 * textmodes/org-mouse.el: Version number change.
641
2472a6f0 642 * textmodes/org-publish.el (org-publish-expand-components):
4b67ea89 643 Remove null projects from the list of components.
23ae1f25
SM
644 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
645 Remove unused retrieval of the :publishing-directory property.
4b67ea89
CD
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.
23ae1f25 650 (org-publish-file): Send an error when file is not part of any project.
4b67ea89
CD
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
2a57416f
CD
663 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
664 change that killed the LaTeX buffer.
665
0fc0f178
CD
666 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
667 in the decision tree.
23ae1f25
SM
668 (org-select-remember-template): Clean the code.
669 (org-prepare-dblock): Add the extra :content parameter.
0fc0f178
CD
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.
23ae1f25 678 (org-get-tags-at): Fix the structure of the condition-case statement.
0fc0f178
CD
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.
23ae1f25
SM
683 (org-get-legal-level): Alias to `org-get-valid-level'.
684 (org-dblock-write:clocktable): Add a :link parameter, linking
0fc0f178
CD
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.
23ae1f25
SM
691 (org-agenda-custom-commands):
692 Use `org-agenda-custom-commands-local-options' to improve customize
0fc0f178
CD
693 type. "htmlize": Removed hack to fix face problem with htmlize,
694 it no longer seem necessary.
695 (org-follow-link-hook): New hook.
23ae1f25 696 (org-agenda-custom-commands): Add "Component" as a tag for each
0fc0f178
CD
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
23ae1f25 700 is nil.
0fc0f178
CD
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.
23ae1f25 706 (org-columns-open-link): Fix bug with opening link in column view.
0fc0f178
CD
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.
23ae1f25
SM
718 (org-agenda-reset-markers): Rename from
719 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
0fc0f178
CD
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.
23ae1f25
SM
741 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
742 (org-version): With prefix argument, insert `org-version' at point.
0fc0f178
CD
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.
23ae1f25 750 (org-update-checkbox-count): Revamp to deal with hierarchical
0fc0f178
CD
751 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
752 (org-remove-timestamp-with-keyword): New function.
23ae1f25
SM
753 (org-schedule, org-deadline):
754 Use `org-remove-timestamp-with-keyword' to make sure all such time
0fc0f178
CD
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.
23ae1f25 759 (org-remember-apply-template): Fix problem with tags that
0fc0f178 760 contain "_" or "@".
800a97b8 761 (org-make-link-regexps): Improve the regular expression for plain links.
0fc0f178
CD
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.
23ae1f25 766 (org-archive-all-done): Fix incorrect number of stars in regexp.
0fc0f178
CD
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
6622c075
GM
7842008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
785
786 * textmodes/org-irc.el: New file.
787
7882008-03-13 John Wiegley <johnw@gnu.org>
789
790 * textmodes/org-mac-message.el: New file.
791
6eb61c70
DN
7922008-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
a3d3fe6e
GM
7972008-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
2537fa5d
GM
804 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
805 (MH_E_SRC): Remove variable.
23ae1f25
SM
806 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
807 Simplify file header. Use $@ for generated-autoload-file.
2537fa5d
GM
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.
8ccd0d4d
GM
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
bae5a5a3
GM
828 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
829 (calendar-buffer-list): Simplify.
8ccd0d4d
GM
830 (generate-calendar-window): Use calendar-mark-holidays rather than
831 obsolete alias.
bae5a5a3 832
23ae1f25
SM
833 * calendar/cal-hebrew.el (list-yahrzeit-dates):
834 Use cal-hebrew-yahrzeit-buffer.
bae5a5a3
GM
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
8ccd0d4d
GM
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
bae5a5a3
GM
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
8ccd0d4d
GM
860 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
861
bae5a5a3
GM
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
a3d3fe6e
GM
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
d4432055
SM
8822008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
883
ba4f4f75
SM
884 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
885 delete-frame-functions.
886
d4432055
SM
887 * bookmark.el (Info-current-node): Remove.
888
de5ab37d
JL
8892008-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
b4cb319f
SM
9012008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
902
c5930207 903 * international/quail.el (quail-setup-completion-buf, quail-help):
ca874c23 904 * mail/binhex.el (binhex-decode-region-internal):
058f4002 905 * mail/uudecode.el (uudecode-decode-region-internal):
eb21f2ff 906 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
d0081058
SM
907 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
908 setting default-enable-multibyte-characters.
909
6f87952b
SM
910 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
911
f1303855
SM
912 * comint.el: Fix up indentation and comment style. Remove `function'.
913
33de15f4 914 * international/mule-cmds.el (reset-language-environment)
d4432055
SM
915 (set-language-environment-nonascii-translation):
916 Don't set-unibyte-charset.
33de15f4 917
b4cb319f
SM
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
86903c81
TH
9242008-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
eb79098b
SM
9292008-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
515357c2
TH
9372008-03-12 Tassilo Horn <tassilo@member.fsf.org>
938
3c1beeeb 939 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
515357c2
TH
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
5e15554d
DN
9532008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
956
ede8c7f0
SM
9572008-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
ed10603b
SM
9622008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
963
94e73757
SM
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
38a79e33
SM
968 * files.el (display-buffer-other-frame): Eliminate problematic code.
969
ed10603b
SM
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
20f28123
JB
9752008-03-11 Juanma Barranquero <lekktu@gmail.com>
976
3bb1c627
JB
977 * icomplete.el (icomplete-completions): Remove obsolete code.
978
20f28123
JB
979 * net/net-utils.el (iwconfig-program-options): Doc fix.
980 (net-utils-run-program, run-network-program): Define as functions.
981
191a057d
DN
9822008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
983
984 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
985
c2062c3b
GM
9862008-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
7ea27e32
CY
9932008-03-11 Chong Yidong <cyd@stupidchicken.com>
994
995 * simple.el (set-mark-command): Doc fix.
996
eeb7c97a
SM
9972008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
998
64cb1fa9
SM
999 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
1000
20f28123
JB
1001 * emacs-lisp/autoload.el (autoload-find-destination):
1002 Don't force raw-text.
812e2bd8 1003
eeb7c97a
SM
1004 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
1005 * calendar/cal-loaddefs.el: Don't version control.
1006
2f9a87f5
DN
10072008-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
21db982b
GM
10122008-03-10 Glenn Morris <rgm@gnu.org>
1013
c3efd659
GM
1014 * calendar/cal-hebrew.el (date, entry, number): Move declarations
1015 to where they are needed.
1016
21db982b
GM
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
c9218852
GM
1039 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
1040
390b81fa 10412008-03-10 Kim F. Storm <storm@cua.dk>
cc0e97a4 1042
56388398
MB
1043 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
1044 function aliases for the old names.
b7329bff 1045
390b81fa 10462008-03-10 Juanma Barranquero <lekktu@gmail.com>
252ca122
JB
1047
1048 * iswitchb.el (iswitchb-use-faces): Doc fix.
20f28123
JB
1049 (iswitchb-buffer-ignore, iswitchb-read-buffer):
1050 Fix typos in docstrings.
252ca122 1051
390b81fa 10522008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
b1d0fc86
DN
1053
1054 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1055 Fix typo.
1056 (verilog-type-font-keywords): Reindent.
1057
390b81fa 10582008-03-10 Michael McNamara <mac@mail.brushroad.com>
a1ebd734
DN
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
390b81fa 10672008-03-10 Juri Linkov <juri@jurta.org>
1344a1f9
JL
1068
1069 * startup.el: Revert 2008-02-28 change that adds initial message
56388398
MB
1070 to *scratch* buffer regardless of the value of
1071 `inhibit-startup-screen'.
1344a1f9 1072
390b81fa 10732008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8e788369
DN
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):
56388398 1079 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
681979fa 1080
fc22668d
SM
10812008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1082
a9f8b49b
SM
1083 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
1084 (doc-view-bookmark-make-record): Use them.
21db982b 1085 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
a9f8b49b
SM
1086 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
1087
21db982b
GM
1088 * bookmark.el (bookmark-make-record-function): Change expected return
1089 value to include a suggested bookmark name.
136894c8
SM
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
21db982b 1102 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
a7e83b26
SM
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.
21db982b
GM
1110 (bookmark-edit-annotation-mode-map): Move initialization into
1111 declaration.
a7e83b26 1112
21db982b 1113 * bookmark.el: Remove spurious * in docstrings.
fc22668d
SM
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
96f22160
TTN
11212008-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
fb4dfdd2
DN
11252008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * diff-mode.el (diff-mode-menu): Add :help.
1128
7e8a1629
GM
11292008-03-09 Glenn Morris <rgm@gnu.org>
1130
d8cc3161
GM
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
7e8a1629
GM
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'.
ffcd9e20 1145 Simplify setting of `date-holiday-list'.
7e8a1629 1146 (mark-diary-entries): Remove free variable `entry'.
ffcd9e20
GM
1147 (diary-list-entries, include-other-diary-files, fancy-diary-display):
1148 Use let where let* is not needed.
32a091dd 1149
7e8a1629 11502008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
32a091dd
SM
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
60495716
GM
11582008-03-08 Glenn Morris <rgm@gnu.org>
1159
800a97b8 1160 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
60495716 1161
02a5ba27
SM
11622008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1163
f0a51f2a
SM
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
02a5ba27
SM
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
ff7d73ac
JB
11862008-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
14cf0430
DN
11912008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1192
02a5ba27
SM
1193 * diff-mode.el (diff-ignore-whitespace-hunk):
1194 Bind inhibit-read-only before trying to change the buffer.
14cf0430 1195
668bd187
GM
11962008-03-08 Glenn Morris <rgm@gnu.org>
1197
1198 * calendar/appt.el (appt): Move custom group here from calendar.el.
754c5007 1199 (appt-disp-window, appt-convert-time): Doc fixes.
668bd187 1200
9b6c7da9
GM
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
668bd187
GM
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.
68707926 1212 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4785bf2c
GM
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.
668bd187 1219
9b6c7da9
GM
1220 * calendar/cal-coptic.el (coptic-name): Add doc string.
1221
a4723d1f
GM
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
f1209c4f
GM
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):
311cc551
GM
1229 * calendar/cal-dst.el (calendar-next-time-zone-transition)
1230 (calendar-time-zone):
6afe7cdd
GM
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)
fc250015 1235 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
c723ec5e
GM
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):
f3924c53 1240 * calendar/cal-iso.el (calendar-iso-read-args):
047ec5b7
GM
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)
f3924c53 1245 (calendar-mayan-long-count-common-era):
5bbcf603
GM
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):
db940e42 1250 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
68707926 1251 * calendar/holidays.el (holidays):
311cc551 1252 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
68707926
GM
1253 * calendar/time-date.el (date-to-time, time-subtract, time-add)
1254 (safe-date-to-time): Doc fixes.
db940e42 1255
9b6c7da9
GM
1256 * calendar/cal-persia.el (persian-calendar-month-name-array)
1257 (persian-calendar-epoch): Make constants.
1258
668bd187
GM
1259 * calendar/cal-tex.el (calendar-tex): Move custom group here from
1260 calendar.el.
1261
9b6c7da9
GM
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.
734254f9
GM
1265 (calendar-one-frame-setup, calendar-only-one-frame-setup)
1266 (calendar-two-frame-setup): Doc fix.
9b6c7da9 1267
668bd187
GM
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.
3d186118
GM
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.
668bd187
GM
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.
3d186118 1313 (diary-file-name-prefix-function): Use 'identity.
668bd187 1314 (diary-face): Make it a defcustom, and mark as obsolete.
800a97b8 1315 (top-level): No need to require cal-hebrew, cal-islam when compiling.
668bd187
GM
1316 (calendar-hebrew-month-name-array-leap-year)
1317 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
1318 Define for compiler.
800a97b8
SM
1319 (diary-font-lock-keywords): Use format rather than concat.
1320 Add bahai-diary-entry-symbol.
668bd187
GM
1321
1322 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
1323 * calendar/solar.el: Unquote lambda functions.
1324
a603b7db
GM
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
fc250015
GM
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
668bd187
GM
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
f9b27c85
JB
13532008-03-08 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
1356 Pacify byte-compiler.
1357
f1bb4ee1
AM
13582008-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
f9bf6950
BG
13632008-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.
800a97b8
SM
1368 (bookmark-buffer-name, bookmark-buffer-file-name):
1369 Remove Info-mode specific code.
f9bf6950
BG
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
9dfcb52e
KF
13792008-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
5daa5688
TH
13842008-03-07 Tassilo Horn <tassilo@member.fsf.org>
1385
668bd187
GM
1386 * doc-view.el (doc-view-bookmark-make-record):
1387 * image-mode.el (image-bookmark-make-record):
5daa5688
TH
1388 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
1389
934b91bf
JD
13902008-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
e0385bf4
KF
13982008-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
668bd187
GM
1407 * bookmark.el (bookmark-make-record-function): Was
1408 `bookmark-make-cell-function'.
e0385bf4 1409 (bookmark-make, bookmark-send-annotation): Update for above.
290afd83
JB
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.
e0385bf4 1412
290afd83 1413 * info.el: Adjust accordingly.
e0385bf4
KF
1414 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
1415
290afd83 1416 * image-mode.el: Adjust accordingly.
e0385bf4
KF
1417 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
1418
290afd83 1419 * doc-view.el: Adjust accordingly.
e0385bf4
KF
1420 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
1421
79363d93
SM
14222008-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
613966a5
GM
14382008-03-07 Glenn Morris <rgm@gnu.org>
1439
e85393d4
GM
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
613966a5
GM
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
8dd86363
SM
15082008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1509
239bf18b
SM
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
b0a08954
SM
1514 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
1515 New functions.
1516
8dd86363
SM
1517 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
1518
613966a5 15192008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
a218ab17 1520
239bf18b
SM
1521 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1522 Replace :enable (mark-active) with :enable mark-active.
a218ab17 1523
d193e705
JB
15242008-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
bdc398a9
JD
15402008-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
c8dd5149
CY
15482008-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
87b8ce92
KH
15532008-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
d7396512
JB
15622008-03-05 Juanma Barranquero <lekktu@gmail.com>
1563
05234615
JB
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
d7396512
JB
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
f6d49b2f
GM
15812008-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
c571ad7c
JB
16112008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
1612
f6d49b2f
GM
1613 * calc/calc-ext.el (calc-extended-command-history): New variable.
1614 (calc-exectute-extended-command): Use `calc-extended-command-history'.
c571ad7c 1615
38805987
DN
16162008-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):
d7396512 1623 * progmodes/grep.el (grep-mode-map): Add :help.
38805987
DN
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.
d7396512 1634 (ediff-with-syntax-table): Simplify for Emacs.
38805987
DN
1635
1636 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
1637 menu-bar being loaded, it always is.
1638
3405b0df
GM
16392008-03-05 Glenn Morris <rgm@gnu.org>
1640
1641 * textmodes/tex-mode.el (tex-mode): Suppress warning about
1642 multiple definitions when compiling.
1643
457976c2
AM
16442008-03-04 Alan Mackenzie <acm@muc.de>
1645
d7396512 1646 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
457976c2
AM
1647
1648 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1649 doc-string, "c-old-LEN" -> "c-old-END".
1650
61fe3144
JR
16512008-03-04 Jason Rumney <jasonr@gnu.org>
1652
1653 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
1654 namespaces.
1655
c921c7ed
GM
16562008-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
68a2af7a
SM
16632008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1664
20ce031c
SM
1665 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1666 (byte-compile-nilconstp): Can't use recursion in a defsubst.
1667
68a2af7a
SM
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
a1792b9b
JB
16782008-03-03 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * faces.el (face-spec-set): Fix typos in docstring.
1681
10a55ba0
DN
16822008-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
42521cd4
SM
16882008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1689
86408b24
SM
1690 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1691 Remove optimization that was working around the form-code-walker bug.
1692
42521cd4
SM
1693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1694 Walk into the body of lambdas after byte-compile-unfold-lambda.
1695
0a4d4654
GM
16962008-03-03 Glenn Morris <rgm@gnu.org>
1697
aba08fe5
GM
1698 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
1699 value, if set, over frame value.
1700
43d16385
GM
1701 * simple.el (transient-mark-mode): Don't turn on by default.
1702
0a4d4654
GM
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
93260283
DN
17062008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * progmodes/compile.el (compilation-menu-map): Add menu entries
1709 for useful options.
1710
1c3b663f
GM
17112008-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
ce8fc80b
GM
17182008-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
94dc593f
VJL
17652008-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
c41cf130
JB
17942008-03-01 Juanma Barranquero <lekktu@gmail.com>
1795
e0c8ae10
JB
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
c41cf130
JB
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
51fb064b
MB
18042008-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
51fb064b
MB
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
18132008-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
18182008-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
18232008-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
18382008-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
5831b5a6
JB
18432008-03-01 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
1846
4a6c8615
KS
18472008-02-29 Kim F. Storm <storm@cua.dk>
1848
92b2e7a3
KS
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
4a6c8615
KS
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
6867f3dd
NR
18682008-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
9b7b3814
DN
18732008-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
cbd59df4
GM
18832008-02-29 Glenn Morris <rgm@gnu.org>
1884
21e8bc99
GM
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
cbd59df4
GM
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
ae4370a8
JB
18942008-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
b25c4e28
NR
18992008-02-29 Nick Roberts <nickrob@snap.net.nz>
1900
ae4370a8
JB
1901 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
1902 correctly when user has "set print address off".
b25c4e28 1903
618dd207
JB
19042008-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
79b1c79c
JL
19112008-02-28 Juri Linkov <juri@jurta.org>
1912
1913 * startup.el (normal-splash-screen): Add argument `concise'.
618dd207 1914 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
79b1c79c
JL
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
bd8b0ebb
JL
19202008-02-28 Kim F. Storm <storm@cua.dk>
1921
1922 * startup.el (startup-echo-area-message): Check for about-emacs.
1923
8d86c6da
JL
19242008-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
56a8f9c5
JL
19342008-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
5c842d76
JL
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
ef9f9d30
SM
19622008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1963
618dd207
JB
1964 * uniquify.el (uniquify-buffer-base-name): Undo last change.
1965 Should be done in desktop.el instead.
ef9f9d30 1966
74c52de1
GM
19672008-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
76cdeb7d
DN
19902008-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
758710cb
KH
19992008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2000
2001 * isearch.el (isearch-printing-char): Don't check
ed10603b
SM
2002 keyboard-coding-system.
2003 Call isearch-process-search-multibyte-characters only when
758710cb
KH
2004 current-input-method is non-nil.
2005
a6fa701e
KS
20062008-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
15d62563
JB
20112008-02-27 Juanma Barranquero <lekktu@gmail.com>
2012
07e4bb9a
JB
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
15d62563
JB
2017 * tool-bar.el (tool-bar-setup): Doc fix.
2018
2019 * mail/supercite.el (sc-describe):
2020 Fix typos in obsolescence declaration.
2021
34b5f6df
GM
20222008-02-27 Glenn Morris <rgm@gnu.org>
2023
88ddede6
GM
2024 * autoinsert.el (auto-insert-alist): Change permission text to
2025 match FSF's GPLv3 form.
2026
34b5f6df
GM
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
6d25a312
SM
20312008-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.
d379ff01 2035 (default-indicate-unused-lines): Remove unused var.
6d25a312 2036
df1a5d7d
JD
20372008-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
cbbe9a37
GM
20442008-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
160dfe43
SM
20592008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * doc-view.el (doc-view-current-page): Add a `win' argument.
2062
56741510
SM
20632008-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
c48f463b
RW
20802008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2081
fb4c5fe1
GM
2082 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
2083 toggle-read-only.
2084
c48f463b 2085 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
56741510
SM
2086 refering to a missing required field with the OPT prefix.
2087 Make unwindform more robust.
c48f463b 2088
c48f463b
RW
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.
56741510 2093
1a5f6298
CY
20942008-02-25 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
2097
ff8b0c6d
RC
20982008-02-25 Robert J. Chassell <bob@rattlesnake.com>
2099
15d62563 2100 * help-fns.el (describe-variable): Add phrases about
ff8b0c6d
RC
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
38cd9f17
JD
21072008-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
e46e905a
GM
21182008-02-25 Glenn Morris <rgm@gnu.org>
2119
2120 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
2121
f52d2f9c
SM
21222008-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
a1fe5dfa
KH
21422008-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
31143cfc 2147 * language/tibetan.el: Register tibetan-composition-function in
a1fe5dfa
KH
2148 composition-function-table.
2149
f52d2f9c
SM
2150 * language/tibet-util.el (tibetan-composition-function):
2151 Adjust for the new calling way (argument changed). Try font-shape-text
a1fe5dfa
KH
2152 if possible.
2153
2154 * language/lao.el: Register lao-composition-function in
2155 composition-function-table.
2156
f52d2f9c
SM
2157 * language/lao-util.el (lao-composition-function): Adjust for the new
2158 calling way (argument changed). Try font-shape-text if possible.
a1fe5dfa 2159
ffe832ea 21602008-02-25 Jason Rumney <jasonr@gnu.org>
12f68d3f
JR
2161
2162 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
2163
d8891294
JL
21642008-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
a46b95a8
JL
21742008-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
59e9dbbc
GM
21812008-02-24 Glenn Morris <rgm@gnu.org>
2182
967bf297
GM
2183 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
2184 multiple file case.
2185
59e9dbbc
GM
2186 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
2187
09607e62
GM
2188 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
2189 multiple file case. Use a single `let' rather than two.
2190
a8bdd228
DN
21912008-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
b03f96dc 21982008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
bb5527ce 2199
01dcf284
SM
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
bb5527ce
SM
2206 * dired.el (dired-mark-prompt): Don't count/display the t element.
2207 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
2208
b03f96dc 22092008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7d55bf04
DN
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.
160dfe43 2223 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7d55bf04 2224
b03f96dc 22252008-02-24 Michael McNamara <mac@mail.brushroad.com>
2a9eb3f5
DN
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.
160dfe43 2231 (verilog-type-font-keywords): Move the begin..end out of this list
2a9eb3f5
DN
2232 to facilitate making them to (potentially) stand out more.
2233 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
2234 function & task blocks.
160dfe43 2235 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
2a9eb3f5
DN
2236 initial, function & task blocks.
2237 (verilog-forward-sexp): Handle the new "disable fork" statement of
2238 IEEE-1800 Verilog.
160dfe43 2239 (verilog-beg-block-re-ordered): Handle the new "disable fork"
2a9eb3f5 2240 statement of IEEE-1800 Verilog.
160dfe43 2241 (verilog-calc-1): Handle the new "disable fork" statement of
2a9eb3f5 2242 IEEE-1800 Verilog.
160dfe43 2243 (verilog-disable-fork-re): Add const to help handle the new
2a9eb3f5
DN
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.
160dfe43 2247 (verilog-pretty-declarations): Add new flag to ask it to refrain
2a9eb3f5 2248 from printing to the message buffer.
160dfe43 2249 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
2a9eb3f5
DN
2250 printing to the message buffer. Improve handling of the many
2251 types of expression line up.
160dfe43
SM
2252 (verilog-just-one-space): Remove printing of an empty message.
2253 (verilog-get-lineup-indent): Rework to support the better handling
2a9eb3f5 2254 of expression lineup for verilog-pretty-expr.
160dfe43 2255 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2a9eb3f5 2256
b03f96dc 22572008-02-24 Alan Mackenzie <acm@muc.de>
9af4d321
AM
2258
2259 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
2260 yesterday's commit.
2261
b03f96dc 22622008-02-24 Nick Roberts <nickrob@snap.net.nz>
84a3fb5a
NR
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
b03f96dc 22692008-02-24 Alan Mackenzie <acm@muc.de>
bc99e713
AM
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)
052dca34
JB
2295 (c-before-font-lock-function, c-anchored-cpp-prefix):
2296 New language variables.
bc99e713
AM
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.
052dca34 2303 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
bc99e713 2304 (c-extend-region-for-CPP, c-neutralize-CPP-line)
052dca34
JB
2305 (c-neutralize-syntax-in-CPP): New functions.
2306 (c-before-change, c-after-change): Call the new language specific
bc99e713 2307 change functions defined in cc-langs.el.
052dca34 2308 (c-advise-fl-for-region): New macro.
bc99e713
AM
2309 (awk-mode): Remove AWK specific stuff which has been refactored
2310 into language independent stuff.
2311
b03f96dc 23122008-02-24 Nick Roberts <nickrob@snap.net.nz>
0287c1d9
NR
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
b03f96dc 23182008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
ed3b86bf
SM
2319
2320 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2321 Recognize ''' just like any other char-constant.
2322
b03f96dc 23232008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5f8ea2c8
SM
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
b03f96dc 23282008-02-24 Stefan Monnier <monnier@pastel.home>
c2734293
SM
2329
2330 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
2331
b03f96dc 23322008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2e819508
SM
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
b03f96dc 23392008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
558ca3c1
SM
2340
2341 * font-lock.el (font-lock-set-defaults): Unset previously set variables
2342 when needed.
2343
3afc21a9 23442008-02-24 \e$(C(!\e(Bvar Arnfj\e$(Q)l\e(Br\e$(C)#\e(B Bjarmason <avar@cpan.org> (tiny change)
73dd622f
RS
2345
2346 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
2347 from gnus-button-url-regexp.
2348
b03f96dc 23492008-02-24 Eli Zaretskii <eliz@gnu.org>
d0048c60
EZ
2350
2351 * progmodes/compile.el (compilation-next-error): Doc fix.
5099d512 2352 (compilation-find-file): Doc fix.
d0048c60 2353
b03f96dc 23542008-02-24 Glenn Morris <rgm@gnu.org>
d884d6ad
GM
2355
2356 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
2357 Add obsolete aliases to the old names.
2358
b03f96dc 23592008-02-24 Richard Stallman <rms@gnu.org>
46f6fa95 2360
d884d6ad 2361 * net/net-utils.el (ifconfig): Rename from ipconfig.
e07277ff 2362 (ipconfig): Alias to ifconfig.
714536d6 2363 (ifconfig-program): Rename from ipconfig-program.
d884d6ad 2364 (ifconfig-program-options): Rename from ipconfig-program-options.
46f6fa95 2365
b03f96dc 23662008-02-24 Michael McNamara <mac@mail.brushroad.com>
7e2a6000
DN
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
b03f96dc 23822008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
d9090cc1
SM
2383
2384 * subr.el (cancel-change-group): Don't move point.
2385
a5b6e5a4
JB
23862008-02-23 Markus Triska <markus.triska@gmx.at>
2387
2388 * linum.el (linum-after-config): Update all visible windows.
2389
0329d8a3
GM
23902008-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
f3468eac
GM
2395 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
2396
0329d8a3
GM
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
beaa23bc
GM
2405 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2406 Add :version.
2407
24082008-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
25a4ea6d
DN
24142008-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
cba3dac5
JR
24282008-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.
e50002c8 2433
986845af
JB
24342008-02-22 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * faces.el (font-weight-table): Fix value of `semi-light'.
2437
9c7f8459
SM
24382008-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
f7aa70c7
KM
24432008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
2444
2445 Finish pdbtrack integration cleanup, settling missing-functions
2446 byte compiler warnings appropriately.
2447
986845af
JB
2448 * progmodes/python.el (python-point): Remove this - beginning-of-line
2449 was all that was necessary for `python-pdbtrack-overlay-arrow'.
f7aa70c7
KM
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.
986845af 2458 (python-execute-file): Include for python-shell, which I'm leaving
f7aa70c7
KM
2459 in keeping despite it being unnecessary for pdb tracking.
2460
12cf1a12
TTN
24612008-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
d3201e0b
DN
24672008-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.
9c7f8459 2476 With a prefix argument mark/unmark all files.
d3201e0b 2477 (vc-status-mode-menu): Adjust strings.
751c9f00
DN
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.
d3201e0b 2490
1eb2d407
GM
24912008-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
9c7f8459
SM
2498 * emacs-lisp/copyright.el (copyright-update-year):
2499 Fix subexpression numbering for the case when years are split over
1eb2d407
GM
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
43d8c495
KH
25152008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2516
a1fe5dfa
KH
2517 * ldefs-boot.el: Regenerated.
2518
43d8c495
KH
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.
4a4bdfc7
JB
2528 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
2529 New language environments.
43d8c495
KH
2530
2531 * language/devanagari.el, language/devan-util.el,
4a4bdfc7
JB
2532 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
2533 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
43d8c495
KH
2534 Delete them.
2535
2536 * language/sinhala.el: New file.
2537
82ede389
KM
25382008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
2539
f7aa70c7
KM
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.
82ede389
KM
2544 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
2545 tracking is happening.
4a4bdfc7 2546 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
82ede389 2547 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4dd7de9a
GM
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.
82ede389 2550 (python-pdbtrack-overlay-arrow): Toggle activation of
4a4bdfc7 2551 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
82ede389
KM
2552 (python-pdbtrack-track-stack-file): Use new
2553 `python-pdbtrack-get-source-buffer' for more flexible access to
2554 debugging source files.
4a4bdfc7
JB
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.
82ede389
KM
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
02761f85
MO
25632008-02-21 Michael Olson <mwolson@gnu.org>
2564
5ca1bb2d
GM
2565 * json.el: Replace XEmacs compatibility code to get rid of
2566 compiler warnings.
02761f85 2567
26e99723
MO
2568 * time.el: Fix compiler warning.
2569
5ca1bb2d
GM
25702008-02-21 Edward O'Connor <ted@oconnor.cx>
2571
2572 * json.el: New file (JavaScript Object Notation parser / generator).
2573
ff493c63
CY
25742008-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
4a4bdfc7
JB
2597 precedence over data-directory in the process environment.
2598 Load function definitions in python process after.
ff493c63
CY
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.
4a4bdfc7
JB
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.
ff493c63
CY
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
10a806d3
JB
26162008-02-21 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
2619
fb1a03c9
DN
26202008-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
8bb38e87
DN
26252008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * vc.el (vc-status-mark, vc-status-unmark): New functions.
3ba75732 2628 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8bb38e87
DN
2629 vc-status-mark-file and vc-status-unmark-file.
2630 (vc-status-mark-unmark): New function.
07fa8f86 2631 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8bb38e87 2632
ad1b4641
GM
26332008-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
000b06df
GM
2638 * subr.el (sit-for): Fix obsolete form for nil second argument.
2639
a8a4617a
GM
2640 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
2641 (spell-string): Make obsolete, in favor of ispell.
2642
a73b5627
KH
26432008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
2644
43d8c495
KH
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
a73b5627
KH
2650 * composite.el (compose-chars-after): Fix arguments for a function
2651 in composition-function-table.
2652 (auto-compose-region): Likewise.
2653
10a806d3
JB
2654 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
2655 for Ethiopic.
a73b5627
KH
2656 (ps-mule-plot-string): Ignore glyph-string based compositions.
2657
44e3c7c6
SM
26582008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2659
de171465
SM
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
44e3c7c6
SM
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
b0d9db86
JB
26832008-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.
10a806d3 2687 (math-cos-raw): Use optional argument when calling math-sin-raw.
b0d9db86
JB
2688 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
2689 with close to original precision.
2690
48c4d6a2
RW
26912008-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
6f300323
JB
26962008-02-20 Juanma Barranquero <lekktu@gmail.com>
2697
4ced8551
JB
2698 * vc-svn.el (vc-svn-program): Fix typo in docstring.
2699 (vc-svn-checkin): Fix typo in error message.
2700
6f300323
JB
2701 * help-mode.el: Require easymenu when compiling.
2702
58245a58
DN
27032008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
2704
2705 * help-mode.el (help-mode-menu): New menu.
2706
6052846b
GM
27072008-02-20 Glenn Morris <rgm@gnu.org>
2708
2709 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
2710 on Windows.
2711
3e7447da
KH
27122008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
2713
91382ad9 2714 * ps-mule.el (ps-mule-encode-region): Return a single string.
44e3c7c6 2715 (ps-mule-plot-string): Adjust for the above change.
91382ad9
KH
2716 (ps-mule-encode-header-string): Likewise.
2717
3e7447da 2718 * international/latin1-disp.el (latin1-display): Don't use
a14bddee 2719 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
3e7447da 2720 standard-display-table.
44e3c7c6 2721 (latin1-display-identities): Adjust for the change of what is
3e7447da
KH
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
a14bddee
JB
27272008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
2728
2729 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
67fd73d2
NR
2730
2731 * progmodes/python.el: Also require comint when loading.
a14bddee
JB
2732 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
2733 Replace python-shell with run-python on menu bar.
67fd73d2
NR
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.
d193e705 2740 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
a14bddee 2741
67fd73d2
NR
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
c200c78d
MA
27572008-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
00ca5ce2
DN
27622008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 * vc.el (dir-status): Add a brief description.
2765
b038f9fb
TTN
27662008-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.
a14bddee 2770
b038f9fb
TTN
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.
6d587cb5 2774 * vc-sccs.el (vc-sccs-root): New func.
b038f9fb 2775
4125bd36
KH
27762008-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
5549f37a 2784 * international/characters.el: Delete occurrences of non-Unicode
4125bd36
KH
2785 tibetan and ethiopic characters.
2786 (cjk-char-width-table): New variable.
a14bddee
JB
2787 (use-cjk-char-width-table, use-default-char-width-table):
2788 New functions.
4125bd36 2789
6656ecaa
DN
27902008-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
a02bf0c3
SM
27992008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2800
57e828ae
SM
2801 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
2802 (gdb): Initialize it here instead.
2803
a02bf0c3
SM
2804 * files.el (locate-dominating-file): Fix thinko in last change.
2805 Reported by Bruce Stephens <bruce.stephens@isode.com>.
2806
df04e22c
DN
28072008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * vc.el (vc-status-mode-menu): New menu for vc-status.
2810
5137f982
JB
28112008-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
f75d05eb
BG
28632008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
2864
2865 * info.el (Info-read-node-name): Removed unused `default' arg.
2866
758dc0cc
TTN
28672008-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
91784462
SM
28712008-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
c6578617
JR
28782008-02-18 Jason Rumney <jasonr@gnu.org>
2879
228de8de
JR
2880 * international/mule.el (xml-find-file-coding-system): Don't warn
2881 about utf-16 with BOM.
2882
9cd41aa9
JR
2883 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
2884
91784462
SM
2885 * international/mule.el (sgml-xml-auto-coding-function): Detect and
2886 warn if file encoding is not utf-8 and encoding not specified.
c6578617
JR
2887 (xml-find-file-coding-system): New function.
2888 * international/mule-conf.el (file-coding-system-alist): Use it.
2889
739b7764
GM
28902008-02-17 Glenn Morris <rgm@gnu.org>
2891
7123da6d
JB
2892 * international/mule-cmds.el (set-locale-environment):
2893 Pass `frame' to getenv for LC_MESSAGES.
739b7764 2894
ac1efd51
JL
28952008-02-17 Juri Linkov <juri@jurta.org>
2896
2897 * time.el (emacs-init-time): Use format instead of format-seconds.
2898
cc469ff4
RW
28992008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2900
2901 * textmodes/bibtex.el (bibtex-search-entry): Rename from
7123da6d 2902 bibtex-find-entry. Add autoload cookie.
cc469ff4
RW
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.
7123da6d
JB
2907 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
2908 to locate buffer location where error occurred.
cc469ff4
RW
2909 Make error messages more specific.
2910 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2911
a2b84f35
DN
29122008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
2913
d79dd1b0
DN
2914 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
2915 top level.
2916
a2b84f35
DN
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
3f146fcf
MC
29222008-02-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
2923
2924 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
2925
24d6c292
JL
29262008-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
5ffc4c05
SM
29332008-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
6c7b01b6 29382008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7 2939
19d8735e 2940 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2ef180f7 2941
1f344760
DN
29422008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
2943
bae9f9e3
DN
2944 * vc.el (vc-annotate): Add new argument.
2945 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
2946
19d8735e
JB
2947 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
2948 Move make-variable-buffer-local code after the corresponding defvar.
1f344760
DN
2949 (hs-minor-mode-map): Define and initialize in one step.
2950 (hs-minor-mode): Change from defun to define-minor-mode.
2951
bdd9e9c0
NR
29522008-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
04e56139
GM
29652008-02-16 Glenn Morris <rgm@gnu.org>
2966
6943aa02
GM
2967 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
2968
e279593d
GM
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
04e56139
GM
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.
19d8735e
JB
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.
04e56139 2983
f46b8f6d
DN
29842008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
2985
2986 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2987
6c7b01b6 29882008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7
BG
2989
2990 * ielm.el (ielm-is-whitespace): Remove.
2991 (ielm-is-whitespace-or-comment): New function.
2992 (ielm-eval-input): Use it.
2993
0e413a90
JR
29942008-02-15 Jason Rumney <jasonr@gnu.org>
2995
2996 * term/mac-win.el: Fix coding tag.
2997
40fabc71
DN
29982008-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
2f5bb432
SM
30062008-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
48a731fe
GM
30112008-02-14 Glenn Morris <rgm@gnu.org>
3012
7123da6d
JB
3013 * mail/rmail-spam-filter.el (rmail-spam-filter):
3014 Let-bind message-spam-status.
ffdbbc01 3015
48a731fe
GM
3016 * mail/smtpmail.el (password-cache-add): Declare as function.
3017
7123da6d 30182008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
b1cd57bc
BG
3019
3020 * mail/smtpmail.el: Use password-cache.
3021
a8049a30
JB
30222008-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
f3ff0fe9
DN
30342008-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
b2928357
GM
30412008-02-14 Glenn Morris <rgm@gnu.org>
3042
6afa3d67
GM
3043 * calendar/time-date.el (format-seconds): New function.
3044 (emacs-uptime): Use format-seconds.
3045
b2928357
GM
3046 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3047 Remove `LC_ALL=C', since it's included in $(emacs) now.
3048
a8049a30 30492008-02-14 Zhang Wei <id.brep@gmail.com>
b3eb2b9c
CY
3050
3051 * textmodes/org-publish.el (org-publish-timestamp-filename):
3052 Replace colon characters in filename too.
3053
5b5eae56
BG
30542008-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
5b5eae56
BG
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
eabd11d4
MH
30632008-02-14 Mark A. Hershberger <mah@everybody.org>
3064
a8049a30
JB
3065 * progmodes/flymake.el (flymake-allowed-file-name-masks):
3066 Add support for .pm files and .php files.
eabd11d4
MH
3067 (flymake-err-line-patterns): Add pattern for PHP errors.
3068 (flymake-php-init): New function. PHP support for flymake.
3069
a8049a30
JB
3070 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3071 Add regular expression for PHP errors.
fa2a4e7d 3072
1860f08d
MA
30732008-02-13 Michael Albinus <michael.albinus@gmx.de>
3074
a8049a30
JB
3075 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
3076 This DTRT even on w32 machines.
1860f08d
MA
3077 (ange-ftp-cf1): Quote FILENAME.
3078
02dfeba8
SM
30792008-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
78dc87a2
JL
30842008-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
02dfeba8
SM
3092 * progmodes/compile.el (compilation-auto-jump):
3093 Call compile-goto-error only when compilation-auto-jump-to-first-error
78dc87a2
JL
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
53ad7bee
SM
31032008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3104
9e5e233a
SM
3105 * international/mule.el (sgml-html-meta-auto-coding-function):
3106 Make sure the search limit is ahead.
3107
53ad7bee
SM
3108 * tar-mode.el: Fix broken indentation.
3109 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
3110 Use with-current-buffer.
3111
355652a2 31122008-02-12 Juanma Barranquero <lekktu@gmail.com>
b96817c3 3113
355652a2
JB
3114 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
3115 it is already automatically buffer-local.
3116
31172008-02-11 Drew Adams <drew.adams@oracle.com>
3118
3119 * help.el (describe-key): Join some split lines to facilitate filling.
b96817c3
BG
3120 * help-fns.el (describe-function-1): Fill text of overlong lines.
3121
dd728672
KH
31222008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
3123
355652a2
JB
3124 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
3125 Use unibyte-string instead of string-make-unibyte.
da9e269f 3126
dd728672
KH
3127 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
3128
64663f06
SM
31292008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3130
65073003
SM
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.
355652a2
JB
3134 (doc-view-mode): Use it for indirect clones. Mark the overlays with
3135 the `doc-view' property so they can be recognized.
65073003 3136
64663f06
SM
3137 * simple.el (clone-indirect-buffer-hook): New hook.
3138 (clone-indirect-buffer): Run it.
3139
5a8d03e9
MO
31402008-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.
64663f06
SM
3147 (epa-dired-mode-map): Rename from epa-dired-map.
3148 (epa-global-dired-mode): Rename the global minor mode.
5a8d03e9 3149
723e5b84
BG
31502008-02-11 Drew Adams <drew.adams@oracle.com>
3151
d218b4e5 3152 * isearch.el (isearch-fail): New face.
723e5b84
BG
3153 (isearch-message): Highlight failure part of input.
3154
46772c24
SM
31552008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3156
6d11a78b
SM
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
46772c24
SM
3161 * international/mule-cmds.el (ucs-insert): Inherit surrounding
3162 properties like self-insert-command.
3163
cba9bdd2
RS
31642008-02-11 Drew Adams <drew.adams@oracle.com>
3165
3166 * progmodes/etags.el: Add many doc strings.
3167
0a001030
JR
31682008-02-11 Jason Rumney <jasonr@gnu.org>
3169
3170 * ldefs-boot.el: Regenerated.
3171
0a66ac10
GM
31722008-02-11 Glenn Morris <rgm@gnu.org>
3173
3dc4febd
GM
3174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3175 Shorten some names.
3176
0a66ac10
GM
3177 * ffap.el (ffap-rfc-directories): Add :version.
3178
14414dd3
GM
31792008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
3180
78e7bb2e 3181 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
14414dd3
GM
3182 files, and backup files of same.
3183
4ba89826
GM
31842008-02-11 Kevin Ryde <user42@zip.com.au>
3185
0a66ac10
GM
3186 * ffap.el (ffap-rfc-directories): New variable.
3187 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
3188
4ba89826
GM
3189 * info.el (Info-next-reference, Info-prev-reference)
3190 (Info-try-follow-nearest-node): Move to and follow https:// links too.
3191
3a77346c
GM
3192 * simple.el (completion-list-mode): Show full completion-list-mode-map
3193 in the docstring.
3194
c1fdf758
SS
31952008-02-11 Sam Steingold <sds@gnu.org>
3196
3197 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
3198
9ce1b62f
GM
31992008-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
be16d955
BG
32062008-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
f1914c40
MO
32122008-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.
78df961d 3220 (epa-global-mail-mode): New global minor mode.
f1914c40
MO
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
6981d00a
MA
32322008-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
40c02e00
DN
32412008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3242
d6f0bd5a
JB
3243 * diff-mode.el (diff-add-change-log-entries-other-window):
3244 Use add-change-log-entry.
40c02e00 3245
2b786e07
JR
32462008-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.
d6f0bd5a 3250 * ldefs-boot.el: Regenerate.
2b786e07 3251
0bd4f317
DN
32522008-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
1d5b2149
TTN
32582008-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
fd35d9d6
MO
32662008-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
1230c3cb
MB
32722008-02-09 Miles Bader <miles@gnu.org>
3273
3274 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
3275
02e3336d
SM
32762008-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
fe243f8e
KH
32812008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
3282
3283 * international/fontset.el (setup-default-fontset): Fix arabic otf
3284 font specification.
3285
4b01af2e
MO
32862008-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
1e2eefdd
GM
32972008-02-08 Glenn Morris <rgm@gnu.org>
3298
3cf86f00
GM
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
b50690cc
GM
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
3d0c2a29
GM
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
1e2eefdd
GM
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
f9c7b08c
GM
3324 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
3325
5137f982 33262008-02-08 Phil Hagelberg <phil@evri.com>
1e2eefdd
GM
3327
3328 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
3329 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
3330
987be29b 33312008-02-07 Timo Savola <timo.savola@iki.fi>
350c1745
JD
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
c8a56c87
GM
33372008-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
06c0751a
MA
33422008-02-06 Michael Albinus <michael.albinus@gmx.de>
3343
3344 * net/dbus.el (dbus-interface-peer): New defconst.
3345 (dbus-ping): New defun.
3346
527b313d
SS
33472008-02-06 Sam Steingold <sds@gnu.org>
3348
dce13547 3349 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
527b313d 3350
e61e836b
SM
33512008-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
9d7cb26e
GM
33562008-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
8330c175
SM
33612008-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
8a72c7f8
DN
33682008-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
e94848ea
KH
33742008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
3375
3376 * international/mule-diag.el (print-fontset-element): Handle the
c8a56c87 3377 case of inhibiting the fallback fonts.
e94848ea 3378
a9dbdece
KS
33792008-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
093571c3 33842008-02-03 Juanma Barranquero <lekktu@gmail.com>
eef3f0c8 3385
093571c3
MB
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).
52bcabfe 3389
c7aa34a5
MA
33902008-02-03 Michael Albinus <michael.albinus@gmx.de>
3391
c8a56c87 3392 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
c7aa34a5
MA
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):
91784462
SM
3409 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3410 Use `tramp-process-sentinel' as process sentinel.
c7aa34a5 3411
5285e5a6
JB
34122008-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
5e4f40ee
EZ
34182008-02-02 Eli Zaretskii <eliz@gnu.org>
3419
3420 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
3421
7e14d905
GM
34222008-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
5285e5a6 3435 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7e14d905
GM
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
967e1dd8
CY
34502008-02-01 Chong Yidong <cyd@stupidchicken.com>
3451
62ef6519 3452 * progmodes/etags.el (next-file): Improve revert message.
967e1dd8 3453
f81e37a0
AS
34542008-02-01 Andreas Schwab <schwab@suse.de>
3455
92fa827d 3456 * loadup.el: Load language/burmese instead of language/myanmar.
f81e37a0 3457
fa9ac05a
RS
34582008-02-01 Richard Stallman <rms@gnu.org>
3459
2858cdb5
GM
3460 * language/burmese.el: Rename from myanmar.el.
3461 ("Burmese"): Rename from "Myanmar".
fa9ac05a 3462
647c029b 34632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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
5448f483
GM
3473 * language/cham.el: New file.
3474
647c029b 34752008-02-01 Mark A. Hershberger <mah@everybody.org>
aca7a3d2
MB
3476
3477 * xml.el (xml-escape-string): Don't do any encoding changes on the
3478 string.
3479
647c029b 34802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3481
5285e5a6
JB
3482 * language/ind-util.el (in-is13194-post-read-conversion):
3483 Delete unnecessary call of indian-compose-region.
aca7a3d2 3484
647c029b 34852008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3486
5285e5a6 3487 * ps-print.el: Some face attributes (like :strike-through) were not
aca7a3d2
MB
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,
c8a56c87 3491 ps-face-overline-p and ps-face-box-p functions.
aca7a3d2
MB
3492
3493 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
c8a56c87 3494 New functions.
aca7a3d2 3495
647c029b 34962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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.
c8a56c87 3504 (describe-char): Adjust for the above change.
aca7a3d2 3505
647c029b 35062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3507
3508 * international/fontset.el (font-encoding-alist): Don't set the
3509 repertory of GB18030 fonts.
3510
647c029b 35112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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
647c029b 35222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3523
3524 * international/fontset.el (setup-default-fontset): Fix lao OTF
3525 script name.
3526
647c029b 35272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3528
c8a56c87 3529 * composite.el (terminal-composition-modification): Delete it.
aca7a3d2 3530
647c029b 35312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3532
5285e5a6
JB
3533 * international/fontset.el (x-complement-fontset-spec):
3534 Complement size too.
aca7a3d2 3535
647c029b 35362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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.
c8a56c87 3542 (x-complement-fontset-spec): Change the first argument to a
aca7a3d2 3543 font-spec object.
c8a56c87 3544 (create-fontset-from-fontset-spec): Adjust for the above change.
aca7a3d2 3545
647c029b 35462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87 3568 * language/european.el (diacritic-composition-function): Fix arguments.
aca7a3d2 3569
c8a56c87 3570 * language/ethio-util.el (ethio-composition-function): Fix arguments.
aca7a3d2 3571
c8a56c87 3572 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
aca7a3d2
MB
3573
3574 * composite.el (composition-function-table): Fix docstring.
3575 (terminal-composition-function): Fix arguments.
3576 (auto-compose-current-font): Delete it.
c8a56c87 3577 (auto-compose-chars): Adjust for the change of
aca7a3d2
MB
3578 composition-function-table.
3579
647c029b 35802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3581
3582 * international/fontset.el (font-encoding-alist): Add the entry of
3583 "unicode-bmp".
3584
647c029b 35852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3586
3587 * composite.el (auto-compose-chars): Be sure to calculate
3588 composition at least at POS.
3589
647c029b 35902008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3591
aca7a3d2
MB
3592 * printing.el: Fix pr-interface-map initialization code.
3593 (pr-version): New version 6.9.3.
c8a56c87
GM
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.
aca7a3d2
MB
3599 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
3600
647c029b 36012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3602
3603 * language/tv-util.el (tai-viet-re): Include '-'.
3604 (tai-viet-glyph-info): Handle '-'.
3605
647c029b 36062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3607
aca7a3d2 3608 * descr-text.el (describe-char): Handle a composition of the new
c8a56c87 3609 format. Show font name.
aca7a3d2 3610
647c029b 36112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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
647c029b 36302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3631
c8a56c87 3632 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
aca7a3d2 3633
647c029b 36342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3635
3636 * international/fontset.el (otf-script-alist): Make all otf tags
3637 4-letters.
c8a56c87 3638 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
aca7a3d2
MB
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
c8a56c87 3646 * composite.el (auto-compose-chars): Change argument font-object
aca7a3d2
MB
3647 to window.
3648
647c029b 36492008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3650
3651 * ps-print.el (ps-lpr-switches): Docstring fix.
c8a56c87 3652 (ps-string-list): New function.
aca7a3d2
MB
3653 (ps-do-despool): Code fix.
3654
647c029b 36552008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
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
647c029b 36622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3663
3664 * term/x-win.el (x-selection-value): If x-select-request-type is
3665 nil, try also STRING at last.
c8a56c87 3666 (x-select-request-type): Doc fix for the change of x-selection-value.
aca7a3d2 3667
12478e67
JB
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.
aca7a3d2
MB
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
647c029b 36772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 36822008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3683
3684 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
3685 to signify default fontset.
3686
647c029b 36872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3688
3689 * international/mule-cmds.el (describe-language-environment):
3690 Check if the specified input method exists or not.
3691
647c029b 36922008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3693
c8a56c87 3694 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
aca7a3d2
MB
3695 (ps-face-background-name): Remove this function. It's already defined
3696 in ps-def.el file.
3697
647c029b 36982008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3699
3700 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
3701 Epoch emacsen.
3702
647c029b 37032008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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.
c8a56c87 3711 (ps-foreground-list): New variable.
aca7a3d2
MB
3712 (ps-generate-header-line): Replace fboundp by functionp.
3713 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3714
647c029b 37152008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3716
3717 * printing.el: Pacify byte compiler, that is, no compiler warnings.
c8a56c87
GM
3718 Move (again) some variable definitions before use, define some
3719 function aliases, no code change.
aca7a3d2
MB
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)
c8a56c87 3729 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
aca7a3d2
MB
3730 (pr-menu-print-item, pr-ps-printer-menu-modified)
3731 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
c8a56c87 3732 (pr-even-or-odd-alist): Move variable definitions.
aca7a3d2 3733
647c029b 37342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 37412008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3742
3743 * loadup.el [windows-nt]: Don't load code-pages and ccl.
3744 * term/w32-win.el: Don't require code-pages.
3745
647c029b 37462008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
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
aca7a3d2
MB
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
647c029b 37722008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3773
5f5ad9f7 3774 * ps-print.el (ps-print-version): New version 7.2.5.
c8a56c87
GM
3775 (ps-background, ps-begin-file, ps-build-reference-face-lists):
3776 Use `mapc' rather than `mapcar'.
aca7a3d2 3777
647c029b 37782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3779
3780 * skeleton.el (skeleton-internal-1): Use integerp and stringp
3781 instead of char-or-string-p to catch -1.
3782
647c029b 37832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3784
c8a56c87
GM
3785 * international/mule-cmds.el (inactivate-input-method):
3786 Set input-method-function to nil before calling
aca7a3d2
MB
3787 inactivate-current-input-method-function.
3788
647c029b 37892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 37942008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 3795
c8a56c87
GM
3796 * international/mule-diag.el (print-fontset-element):
3797 Use fontp only if defined.
aca7a3d2 3798
647c029b 37992008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3800
5f5ad9f7
GM
3801 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
3802 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
aca7a3d2
MB
3803 (ps-mule-prologue-generated): Code fix.
3804
647c029b 38052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3806
3807 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
3808 with FIXEDCASE t.
3809
647c029b 38102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3811
3812 * international/mule-diag.el (print-fontset-element): Fix for the
3813 format change of a fontset element for font-backend feature.
3814
647c029b 38152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3816
3817 * descr-text.el (describe-char): Fix for the case that a component
3818 character is TAB.
3819
647c029b 38202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3821
c8a56c87
GM
3822 * international/mule-cmds.el (select-safe-coding-system-interactively):
3823 Fix printing of rejected and unsafe coding-systems.
aca7a3d2
MB
3824
3825 * international/fontset.el (setup-default-fontset): Add tai-viet.
3826
c8a56c87 3827 * international/characters.el: Setup syntax/category table for Tai Viet.
aca7a3d2
MB
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
647c029b 38362008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
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
647c029b 38432008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
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
647c029b 38562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3857
c8a56c87
GM
3858 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
3859 Fix for a new character code space (22-bit).
aca7a3d2 3860
647c029b 38612008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
3862
3863 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
3864
647c029b 38652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3866
3867 * international/characters.el: Add more cases/syntaxes from Latin
3868 characters.
3869
647c029b 38702008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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
647c029b 38762008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3877
3878 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3879
647c029b 38802008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3881
3882 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
c8a56c87 3883 (ps-print-emacs-type): Eliminate variable.
12478e67 3884 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
aca7a3d2
MB
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.
c8a56c87 3889 (mark-active): Eliminate defvar.
aca7a3d2 3890
c8a56c87 3891 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
aca7a3d2
MB
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
647c029b 38952008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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
c8a56c87
GM
3907 alternative constructions generation. Some implementation of log
3908 messages. Doc fix.
aca7a3d2
MB
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)
c8a56c87 3916 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
aca7a3d2
MB
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)
c8a56c87
GM
3929 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
3930 Insert log message function.
aca7a3d2
MB
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)
c8a56c87 3941 (ebnf-basic-empty-height): New variables.
aca7a3d2
MB
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
647c029b 39482008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3949
3950 * printing.el: Group together all XEmacs/Emacs definitions.
3951 (pr-version): New version 6.9.
c8a56c87
GM
3952 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
3953 New functions.
aca7a3d2
MB
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)
c8a56c87
GM
3961 (pr-x-event-y-pixel): Eliminate aliases.
3962 (pr-xemacs-global-menubar): Move macro.
aca7a3d2
MB
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):
c8a56c87 3966 Move variables.
aca7a3d2
MB
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)
c8a56c87
GM
3972 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
3973 Move functions.
aca7a3d2 3974
647c029b 39752008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2 3976
7123da6d 3977 * ps-print.el: The ps-print commands without face printing should not
aca7a3d2
MB
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
647c029b 39872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3988
c8a56c87 3989 * international/mule-diag.el (list-character-sets-2): Don't print width.
aca7a3d2 3990
647c029b 39912008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
3992
3993 * ps-print.ps: Fix background height.
3994 (ps-print-version): New version 7.2.1.
3995
647c029b 39962008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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.
c8a56c87
GM
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.
aca7a3d2
MB
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)
c8a56c87
GM
4008 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4009 Move functions to ps-def.el.
aca7a3d2
MB
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)
c8a56c87
GM
4015 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4016 Move functions to ps-samp.el.
aca7a3d2 4017
c8a56c87
GM
4018 * ps-bdf.el (installation-directory, coding-system-for-read):
4019 Move variables to ps-def.el.
aca7a3d2 4020
c8a56c87 4021 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
aca7a3d2
MB
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)
c8a56c87 4026 (string-make-multibyte, encode-char): Move functions to ps-def.el.
aca7a3d2 4027
12478e67 4028 * ps-def.el: New file. XEmacs/Emacs definitions.
c8a56c87
GM
4029 (ps-generate-postscript-with-faces1): New function.
4030 (ps-color-format, ps-float-format): Move variables from ps-print.el.
aca7a3d2
MB
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)
c8a56c87
GM
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.
aca7a3d2
MB
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)
c8a56c87 4043 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
aca7a3d2 4044
12478e67 4045 * ps-samp.el: New file. Sample setup code.
aca7a3d2
MB
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)
c8a56c87
GM
4051 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4052 Move functions from ps-print.el.
aca7a3d2 4053
647c029b 40542008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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.
c8a56c87 4060 (ps-frame-parameter): New function.
aca7a3d2
MB
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
647c029b 40672008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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
647c029b 40862008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
4087
4088 * ps-print.el : Fix doc.
4089 (ps-print-version): New version 7.0.
4090
647c029b 40912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4092
4093 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
4094 XMODIFIERS.
4095
647c029b 40962008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
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
647c029b 41022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4103
c8a56c87
GM
4104 * international/quail.el (quail-get-translations):
4105 Make quail-current-key multibyte if not yet done.
aca7a3d2 4106
647c029b 41072008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
4108
4109 * language/chinese.el ("Chinese-GBK"): Add tutorial.
4110 ("Chinese-GB18030"): Add sample-text and tutorial.
4111
c8a56c87
GM
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.
aca7a3d2
MB
4116
4117 * international/characters.el: Put property
c8a56c87 4118 preferred-coding-system on gbk and gb18030.
aca7a3d2
MB
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
c8a56c87 41252008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
aca7a3d2
MB
4126
4127 * ps-mule.el: Fix maintainer email.
4128
647c029b 41292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 41352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4136
c8a56c87 4137 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
aca7a3d2 4138
647c029b 41392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4140
4141 * international/mule-cmds.el (ucs-insert): Re-implement.
4142
647c029b 41432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4144
4145 * composite.el (terminal-composition-modification): New function.
4146 (terminal-composition-function): Create composition with the above
4147 modification function.
4148
a52eff85 41492008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
4150
4151 * international/characters.el: Add more full-width characters in
4152 char-width-table.
4153
647c029b 41542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4155
c8a56c87
GM
4156 * international/fontset.el (create-fontset-from-fontset-spec):
4157 Fix script name handling.
aca7a3d2 4158
647c029b 41592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87
GM
4172 * textmodes/fill.el (fill-find-break-point-function-table):
4173 Don't set it up in defvar.
aca7a3d2
MB
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
647c029b 41782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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.
c8a56c87 4186 (fill-find-break-point): Lookup fill-find-break-point-function-table.
aca7a3d2 4187
647c029b 41882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4189
4190 * international/mule.el (coding-system-list): Be sure to exclude
4191 subsidiary coding systems.
4192
647c029b 41932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4194
c8a56c87
GM
4195 * composite.el (auto-composition-after-change)
4196 (toggle-auto-composition): Remove `auto-composed' property instead
4197 of setting it to nil.
aca7a3d2 4198
647c029b 41992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4200
4201 * language/misc-lang.el (iso-8859-6): New coding system.
4202
647c029b 42032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4204
4205 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
4206 replace-regexp-in-string as replacement.
4207
647c029b 42082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 42162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4217
4218 * composite.el (auto-compose-current-font): New variable.
4219 (auto-compose-chars): New arg FONT-OBJECT.
4220
647c029b 42212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4222
4223 * international/characters.el: Modify category-table and
4224 script-table for new Ethiopic character range.
4225
647c029b 42262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4227
df1cdc43
GM
4228 * international/mule-cmds.el (set-language-environment-fontset):
4229 Delete it.
aca7a3d2 4230
647c029b 42312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4232
4233 * international/fontset.el (otf-script-alist): Set it.
4234
647c029b 42352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4236
c8a56c87
GM
4237 * international/fontset.el (font-encoding-alist):
4238 Fix for "ethiopic-unicode".
aca7a3d2 4239
647c029b 42402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4241
c8a56c87
GM
4242 * international/fontset.el (script-representative-chars):
4243 Add an entry for latin script.
aca7a3d2 4244
647c029b 42452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 42512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 42622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4263
c8a56c87
GM
4264 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
4265 Call set-buffer-multibyte with arg `to'.
aca7a3d2 4266
647c029b 42672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4268
4269 * info.el (Info-fontify-node): Check if already fontified or not
4270 by next-single-property-change.
4271
647c029b 42722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4273
4274 * international/mule.el (ctext-pre-write-conversion): Produce
c8a56c87 4275 extra designation sequence for ASCII at the end off extended segment.
aca7a3d2 4276
647c029b 42772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 42862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4287
4288 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4289 regexp for paring FONTSET-SPEC (allow spaces after `:').
4290
647c029b 42912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4292
4293 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4294 for the case that a charset is specified as target.
4295
647c029b 42962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4297
4298 * international/ccl.el (ccl-embed-string): Check string length.
4299 Set special flag for multibyte character sequence.
c8a56c87
GM
4300 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
4301 str unibyte.
aca7a3d2
MB
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
647c029b 43062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4307
4308 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
c8a56c87
GM
4309 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
4310 ps-mule-eight-bit-char.
aca7a3d2 4311
647c029b 43122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4313
c8a56c87
GM
4314 * language/chinese.el ("Chinese-BIG5"):
4315 Set ctext-non-standard-encodings property to "big5-0".
aca7a3d2 4316
c8a56c87
GM
4317 * international/mule.el (ctext-non-standard-encodings):
4318 Initialize to nil.
aca7a3d2
MB
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.
c8a56c87 4323 (ctext-pre-write-conversion): Adjust for the above change.
aca7a3d2 4324
a52eff85 43252008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2 4326
c8a56c87
GM
4327 * international/mule.el (ctext-non-standard-encodings-alist):
4328 Add an entry for gbk-0.
aca7a3d2
MB
4329 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
4330 a row 8-bit.
4331
c8a56c87
GM
4332 * language/chinese.el ("Chinese-GBK"):
4333 Set ctext-non-standard-encodings property to "gbk-0".
4334 Add sample-text property.
aca7a3d2 4335
647c029b 43362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4337
4338 * international/kkc.el (kkc-region): Use
c8a56c87 4339 this-single-command-raw-keys on pushing back an unhandled key sequence.
aca7a3d2 4340
647c029b 43412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4342
c8a56c87
GM
4343 * international/encoded-kb.el (encoded-kbd-mode):
4344 Check saved-input-mode on turning off Encoded Kbd mode.
aca7a3d2 4345
c8a56c87 4346 * composite.el (auto-composition-after-change): Use save-buffer-state.
aca7a3d2
MB
4347 (turn-on-auto-composition-if-enabled): Don't turn on
4348 auto-composition-mode in a unibyte buffer.
4349
647c029b 43502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 43602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4361
4362 * descr-text.el (describe-char): Use insert-text-button instead of
4363 widget-create for "customize what to show" button.
4364
647c029b 43652008-02-01 Naoto Takahashi <ntakahas@m17n.org>
aca7a3d2 4366
c8a56c87
GM
4367 * language/ethiopic.el: Fix copyright.
4368 (composition-function-table): Support a new character in Unicode 4.1.
aca7a3d2
MB
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
647c029b 43742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4375
4376 * international/characters.el: Register characters in
4377 auto-fill-chars. Put nospace-between-words to more charsets.
4378
a52eff85 43792008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
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
647c029b 43852008-02-01 Kenichi Handa <handa@etlken>
aca7a3d2
MB
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
647c029b 43912008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
4392
4393 * term/mac-win.el: Delete the code to create a fontset from the X
4394 resource "Font".
4395
647c029b 43962008-02-01 Naoto Takahashi <ntakahas@m17n.org>
aca7a3d2
MB
4397
4398 * international/robin.el (robin-define-package): Be sure to call
4399 put-char-code-property.
4400
647c029b 44012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
aca7a3d2
MB
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
647c029b 44252008-02-01 Naoto Takahashi <ntakahas@m17n.org>
aca7a3d2
MB
4426
4427 * international/robin.el (robin-define-package): Delete redundant code.
4428 (robin-add-rule): Allow N-1 reverse conversion.
4429
647c029b 44302008-02-01 Naoto Takahashi <ntakahas@m17n.org>
aca7a3d2
MB
4431
4432 * international/robin.el (robin-define-package): Make the
c8a56c87 4433 expanded form shorter.
aca7a3d2 4434
a52eff85 44352008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
4436
4437 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
4438 chiense-iso-8bit.
4439
647c029b 44402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4441
4442 * loadup.el: If we are byte-compiling unidata-gen.el or running
4443 unidata-ge-files, set purify-flag to nil.
4444
647c029b 44452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4446
4447 * loadup.el: Load international/charprop.el with NOERROR t.
4448
4449 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
4450
647c029b 44512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4452
c8a56c87
GM
4453 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
4454 New charsets and coding systems.
aca7a3d2
MB
4455 (mac-symbol, mac-dingbats): New charsets.
4456
647c029b 44572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4458
4459 * international/characters.el: Set syntax of NBSP to punctuation.
4460
647c029b 44612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4462
4463 * international/mule-cmds.el: Don't require wid-edit.
4464
647c029b 44652008-02-01 Naoto Takahashi <ntakahas@m17n.org>
aca7a3d2
MB
4466
4467 * international/robin.el: New file.
4468
c8a56c87 4469 * language/ethiopic.el: Change encoding to utf-8-emacs.
aca7a3d2 4470 Register ethio-composition-function in composition-function-table.
c8a56c87 4471 ("Ethiopic"): Change coding-systems to utf-8-emacs.
aca7a3d2 4472
c8a56c87
GM
4473 * language/ethio-util.el: Change encoding to utf-8-emacs.
4474 Rewrite all transliteration functions to use robin.el.
aca7a3d2
MB
4475 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
4476 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
c8a56c87 4477 (ethio-prefer-ascii-punctuation): Delete variables.
aca7a3d2
MB
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)
c8a56c87 4483 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
aca7a3d2
MB
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)
c8a56c87
GM
4488 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
4489 New functions.
aca7a3d2 4490
647c029b 44912008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4492
4493 * international/mule.el (auto-coding-regexp-alist)
4494 (ctext-pre-write-conversion): Replace embedded control characters
c8a56c87 4495 with octal escapes; this prevents diff from thinking the file is binary.
aca7a3d2 4496
647c029b 44972008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 4498
aca7a3d2 4499 * descr-text.el (describe-char-unidata-list):
aca7a3d2 4500 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
c8a56c87 4501 (byte-compile-insert-header):
aca7a3d2 4502 * international/mule.el (charset-list, set-coding-priority)
c8a56c87
GM
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".
aca7a3d2 4509
647c029b 45102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87 4519 * international/mule-cmds.el (char-code-property-alist): New variable.
aca7a3d2 4520 (define-char-code-property): New function.
c8a56c87
GM
4521 (get-char-code-property, put-char-code-property): Handle a
4522 char-table registerd in char-code-property-alist.
aca7a3d2
MB
4523 (set-language-environment): Check :ascii-compatible-p property of
4524 nonascii charset instead of its dimension.
4525
8eb310f3
GM
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
aca7a3d2
MB
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
647c029b 45432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4544
4545 * textmodes/ispell.el: These changes are to fix the code merged
647c029b 4546 from trunk for the change on 2008-02-01.
aca7a3d2 4547 (ispell-unified-chars-table): Delete it.
c8a56c87 4548 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
aca7a3d2 4549
647c029b 45502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4551
4552 * international/mule-util.el (char-displayable-p): Check
4553 :charset-list property of CODING.
4554
647c029b 45552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4556
4557 * international/mule-cmds.el (select-safe-coding-system-interactively):
4558 Change 'mime-charset to :mime-charset.
df1cdc43 4559 (select-safe-coding-system): Use above.
aca7a3d2 4560 (set-language-environment): Delete unnecessary code for handling
12478e67 4561 overriding-fontspec.
aca7a3d2 4562
647c029b 45632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4564
4565 * international/mule-conf.el: New coding system aliases unix, dos,
4566 and mac.
4567
647c029b 45682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 45802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 45862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4587
c8a56c87
GM
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.
aca7a3d2 4592
647c029b 45932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4594
4595 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
4596 to eight-bit chars.
4597
c8a56c87 4598 * international/mule-conf.el: Don't define coding system
aca7a3d2
MB
4599 `undecided' here.
4600
647c029b 46012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4602
4603 * international/mule-cmds.el (locale-language-names): Fix for
4604 gb18030 and gdk.
4605
647c029b 46062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4607
4608 * international/fontset.el (font-encoding-alist): Add gbk.
4609 (charset-script-alist): Add chinese-gbk.
4610
647c029b 46112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4612
c8a56c87 4613 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
aca7a3d2 4614
647c029b 46152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4616
4617 * language/japanese.el ("Japanese"): Fix ordering of charsets.
4618
647c029b 46192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 46252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4626
4627 * descr-text.el (describe-char): Fix for the case CODE is a cons
4628 of integers.
4629
647c029b 46302008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2 4631
c8a56c87
GM
4632 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
4633 (mac-standard-fontset-spec): Create.
aca7a3d2 4634
647c029b 46352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4636
c8a56c87
GM
4637 * international/mule-diag.el (unicode-data):
4638 Call find-file-noselect with NOWARN t.
aca7a3d2 4639
647c029b 46402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4641
4642 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
4643
647c029b 46442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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.
f706b278 4650 Suppress auto-composition on a region describing about composition.
aca7a3d2 4651
c8a56c87
GM
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.
aca7a3d2
MB
4656 (diacritic-post-read-conversion): Delete it.
4657
647c029b 46582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4659
4660 * composite.el (auto-compose-chars): Execute the main code in
4661 condition-case.
4662
647c029b 46632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4664
c8a56c87
GM
4665 * international/fontset.el (x-complement-fontset-spec):
4666 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
aca7a3d2 4667
647c029b 46682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4669
c8a56c87
GM
4670 * international/characters.el (next-word-boundary-kana):
4671 Handle half-width kana.
aca7a3d2 4672
647c029b 46732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4674
4675 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
4676
647c029b 46772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4678
c8a56c87 4679 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
aca7a3d2 4680
c8a56c87
GM
4681 * mail/rmail.el (rmail-decode-babyl-format):
4682 Use with-coding-priority instead of detect-coding-with-priority.
aca7a3d2 4683
647c029b 46842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4685
c8a56c87
GM
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.
aca7a3d2 4690
647c029b 46912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4692
4693 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
4694 New translation tables.
4695
c8a56c87
GM
4696 * international/mule.el (make-translation-table-from-alist):
4697 New function.
aca7a3d2 4698
647c029b 46992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4700
4701 * international/mule.el (translate-region): Re-implement it here.
4702 Make it interactive.
4703
647c029b 47042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4705
c8a56c87 4706 * ps-mule.el (ps-mule-font-info-database): Doc fix.
aca7a3d2 4707
647c029b 47082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4709
4710 * international/mule-conf.el (chinese-cns11643-15): New charset.
4711
647c029b 47122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 47182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 47272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4728
c8a56c87
GM
4729 * international/fontset.el (setup-default-fontset)
4730 (font-encoding-alist): Register "JISX0213.2004-1".
aca7a3d2
MB
4731
4732 * international/mule-diag.el (list-character-sets): Fix the first
4733 line message.
c8a56c87 4734 (sort-listed-character-sets): Adjust for the change of
aca7a3d2
MB
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
c8a56c87
GM
4742 * international/mule-conf.el (japanese-jisx0213.2004-1):
4743 Specify :code-space.
aca7a3d2
MB
4744 (cp932-2-byte): Fix :code-space.
4745 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
4746
647c029b 47472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4748
c8a56c87
GM
4749 * international/mule-conf.el (japanese-jisx0213.2004-1):
4750 Specify :dimension 2.
aca7a3d2
MB
4751
4752 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
c8a56c87
GM
4753 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
4754 New coding systems.
aca7a3d2
MB
4755 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
4756 aliases.
12478e67 4757 ("Japanese"): Add new charsets and coding systems.
aca7a3d2 4758
647c029b 47592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4760
c8a56c87
GM
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.
aca7a3d2 4767
647c029b 47682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4769
c8a56c87 4770 * cus-start.el: Handle charset-map-path, not charset-map-directory.
aca7a3d2 4771
647c029b 47722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4773
4774 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4775
647c029b 47762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4777
4778 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
4779 tables japanese-ucs-*-map.
4780
647c029b 47812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87 4797 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
aca7a3d2
MB
4798 (japanese-jisx0213-a): New supplementary charset.
4799 (japanese-jisx0213.2004-1): New charset.
4800
647c029b 48012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 48122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4813
c8a56c87
GM
4814 * composite.el (reference-point-alist): Doc fix.
4815 (encode-composition-rule, decode-composition-rule):
4816 Handle a rule (GREF NREF XOFF YOFF).
aca7a3d2 4817
647c029b 48182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4819
4820 * language/european.el (diacritic-composition-function): Fix for
c8a56c87 4821 the case that POS is at the head. Allow combining with more characters.
aca7a3d2 4822
647c029b 48232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 48342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4835
4836 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4837 New function.
c8a56c87
GM
4838 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
4839 handling utf-8.
aca7a3d2 4840
647c029b 48412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4842
c8a56c87 4843 * faces.el (read-face-font): Include fontsets in the completion list.
aca7a3d2 4844
c8a56c87
GM
4845 * international/mule-cmds.el (set-locale-environment):
4846 Insert locale-translation-file-name in a unibyte buffer.
aca7a3d2
MB
4847
4848 * international/characters.el: Fix setting of category `|'.
4849
647c029b 48502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4851
4852 * language/chinese.el (chinese-gb18030): Fix :charset-list.
4853
647c029b 48542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 48602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 48662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4867
4868 * composite.el (auto-compose-chars): Don't do unnecessary
4869 save-exclusion and save-restriction.
4870
647c029b 48712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4872
c8a56c87
GM
4873 * international/mule-conf.el (ctext-no-compositions):
4874 Remove garbage arguments.
aca7a3d2
MB
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
647c029b 48852008-02-01 Alex Schroeder <alex@gnu.org>
aca7a3d2
MB
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
647c029b 48902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4891
4892 * international/mule.el (private-char-area-1-min)
4893 (private-char-area-1-max, private-char-area-2-min)
c8a56c87 4894 (private-char-area-2-max, emacs-mule-charset-table): New variables.
aca7a3d2 4895 (convert-define-charset-argument): New function.
c8a56c87
GM
4896 (define-charset): Handle the old calling style.
4897 Update emacs-mule-charset-table.
aca7a3d2
MB
4898 (make-char-internal): New function.
4899
647c029b 49002008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4901
4902 * w32-charset-info-alist: Define iso10646-1 always.
4903
647c029b 49042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4905
4906 * composite.el (compose-region): Doc fix (delete duplicated line).
4907
647c029b 49082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4909
4910 * international/characters.el: Fix syntax for Ethiopic.
4911
647c029b 49122008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4913
4914 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
4915
12478e67
JB
4916 * makefile.w32-in (DONTCOMPILE): Remove old languages.
4917 Add international/latin1-disp.el.
aca7a3d2
MB
4918 (LC_ALL): Define as C.
4919
647c029b 49202008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4921
4922 * term/w32-win.el: Don't set fontsets to use sjis.
4923
647c029b 49242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 49292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4930
c8a56c87 4931 * composite.el (auto-composition-chunk-size): Delete variable.
aca7a3d2
MB
4932 (auto-compose-chars): Always stop after processing a newline.
4933
647c029b 49342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4935
4936 * international/mule.el (define-coding-system): Fix attribute
4937 name :for-unibyte.
4938
647c029b 49392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4940
c8a56c87 4941 * ps-bdf.el: Largely re-write.
aca7a3d2 4942
c8a56c87 4943 * ps-mule.el: Largely re-write.
aca7a3d2 4944
c8a56c87
GM
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.
aca7a3d2
MB
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.
c8a56c87
GM
4955 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
4956 Don't call ps-mule-prepare-ascii-font.
aca7a3d2
MB
4957 (ps-plot-region): Don't pay attention to composition and
4958 non-ASCII characters.
4959 (ps-generate): Call ps-mule-end-job.
c8a56c87
GM
4960 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
4961 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
aca7a3d2
MB
4962 (ps-mule-end-job): Declare autoload.
4963
4964 * composite.el (auto-compose-region): New function.
4965
647c029b 49662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 49802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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):
7123da6d 4994 * emacs-lisp/generic.el (generic-mode-set-comments):
aca7a3d2
MB
4995 * edmacro.el (edmacro-parse-keys):
4996 * disp-table.el (standard-display-default): Use characterp.
4997
647c029b 49982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87
GM
5006 * international/utf-7.el (utf-7-decode, utf-7-encode):
5007 Use utf-16be, not utf-16-be.
aca7a3d2 5008
647c029b 50092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5010
5011 * international/mule.el (coding-system-category): New function.
c8a56c87
GM
5012 (set-coding-priority): Re-write.
5013 (make-translation-table): Re-write.
aca7a3d2
MB
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
647c029b 50222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5023
5024 * font-lock.el
5025 (font-lock-match-c-style-declaration-item-and-skip-to-next):
c8a56c87 5026 Check (match-end 2) before going there.
aca7a3d2 5027
647c029b 50282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 50362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5037
5038 * international/mule.el (ctext-non-standard-encodings-alist):
c8a56c87 5039 Rename from non-standard-icccm-encodings-alist.
aca7a3d2
MB
5040 (ctext-non-standard-encodings-regexp): New variable
5041 (ctext-post-read-conversion): Full rewrite.
c8a56c87 5042 (ctext-non-standard-designations-alist): Rename from
aca7a3d2
MB
5043 non-standard-designations-alist.
5044 (ctext-pre-write-conversion): Full rewrite.
5045 (define-coding-system): Doc fix (escape '"' by '\').
5046
647c029b 50472008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5048
5049 * international/mule-conf.el (utf-16le, utf-16be-16be)
5050 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
c8a56c87
GM
5051 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
5052 `-16-{b,l}e-' and define aliases for the old names.
aca7a3d2
MB
5053
5054 * international/mule.el (define-coding-system): Doc fix.
5055
647c029b 50562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5057
5058 * international/utf-7.el: New file.
5059
5060 * international/mule-conf.el (utf-7): New.
5061
647c029b 50622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5063
c8a56c87 5064 * international/mule-conf.el (utf-16): Add :endian 'big.
aca7a3d2
MB
5065
5066 * international/mule.el (define-coding-system): Fix docstring
5067 about :bom and :endian.
5068
647c029b 50692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5070
7123da6d 5071 * international/mule-diag.el (describe-character-set):
3afc21a9 5072 Fix printing dimensions. Use `\e$(C!?\e(B', not `x'.
aca7a3d2 5073
647c029b 50742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5075
5076 * international/fontset.el: Register CDAC fonts in
5077 face-font-rescale-alist instead of face-resizing-fonts.
5078
647c029b 50792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5080
c8a56c87
GM
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.
aca7a3d2
MB
5085 (utf-16): Set :bom to (utf-16-le-with-signature .
5086 utf-16-be-with-signature).
5087
647c029b 50882008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
c8a56c87
GM
5096 * international/mule-conf.el (big5-hkscs, georgian-academy):
5097 New charset.
aca7a3d2
MB
5098 (ibm1047): Doc fix.
5099 (pt154): Add mime-charset.
5100 (ptcp154, cp154): New aliases.
5101
647c029b 51022008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5103
c8a56c87
GM
5104 * international/mule.el (charset-iso-final-char, define-coding-system):
5105 Doc fix.
aca7a3d2 5106
647c029b 51072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5108
5109 * international/ccl.el (define-ccl-program): Fset charset-id
5110 to charset-id-internal temporarily.
5111
647c029b 51122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5113
c8a56c87
GM
5114 * international/mule-diag.el (list-block-of-chars):
5115 Use decode-char instead of make-char.
aca7a3d2 5116
647c029b 51172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87 5131 * international/mule-diag.el (print-fontset-element): New function.
aca7a3d2
MB
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
647c029b 51392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5140
5141 * international/mule-diag.el (print-fontset): Insert proper
5142 newline and indentation spaces.
5143
647c029b 51442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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.
c8a56c87
GM
5153 (standard-keyboard-coding-systems): Delete.
5154 (set-locale-environment): Maybe set keyboard coding system.
5155 Avoid typical warning about codeset in C locale.
aca7a3d2 5156
647c029b 51572008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 51632008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5164
5165 * international/mule-conf.el (mik, pt154): New charsets.
5166
5167 * language/cyrillic.el (mik, pt154): New coding systems.
5168
647c029b 51692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 51772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5178
5179 * progmodes/cap-words.el: New file.
5180
647c029b 51812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5182
5183 The following changes are to make character composition happen
5184 automatically on displaying.
5185
5186 * composite.el: Remove all autoload cookies.
c8a56c87
GM
5187 (composition-function-table): Move variable declaration from
5188 composite.c. Change format.
5189 (save-buffer-state): Copy from font-lock.el.
aca7a3d2
MB
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
c8a56c87 5228 * language/lao-util.el (lao-post-read-conversion): Delete this function.
aca7a3d2
MB
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
c8a56c87 5236 * language/thai-util.el (thai-post-read-conversion): Delete function.
aca7a3d2
MB
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
c8a56c87
GM
5243 * language/tibet-util.el (tibetan-composition-function):
5244 Change arguments to conform to composition-function-table.
aca7a3d2
MB
5245
5246 * loadup.el: Load composite.
5247
647c029b 52482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5249
5250 * international/mule-diag.el (unicode-data): Find unicodedata-file
5251 literally.
5252
647c029b 52532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5254
5255 * international/fontset.el: Doc fixes.
5256 ("fontset-default"): Add iso8859-15.
5257
647c029b 52582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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.
c8a56c87 5265 (indian-2-column): Delete :superset property, add :code-offset property.
aca7a3d2
MB
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
c8a56c87
GM
5271 * language/ind-util.el (indian-2-column-to-ucs-region):
5272 Add autoload cookie.
aca7a3d2 5273
647c029b 52742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 52822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5283
5284 * term/x-win.el: Fix typo in loop setting x-keysym-table.
5285
647c029b 52862008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 52972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5298
c8a56c87
GM
5299 * language/indian.el (in-is13194-devanagari):
5300 Fix :post-read-conversion and :pre-write-conversion.
aca7a3d2 5301
647c029b 53022008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5303
5304 * international/mule-cmds.el (charset): Supply doc, :tag.
5305
647c029b 53062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5307
5308 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
5309 return a unibyte string.
5310
647c029b 53112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5312
c8a56c87
GM
5313 * international/mule-cmds.el (set-locale-environment):
5314 Delete superfluous ')'s at the tail.
aca7a3d2 5315
647c029b 53162008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5317
5318 * international/mule.el (define-coding-system): Fix typo;
5319 "docode" -> "decode".
5320
647c029b 53212008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5322
c8a56c87
GM
5323 * emacs-lisp/byte-opt.el (side-effect-free-fns):
5324 Add string-make-unibyte string-make-multibyte string-to-multibyte
aca7a3d2
MB
5325 string-as-multibyte string-as-unibyte.
5326
647c029b 53272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
c8a56c87
GM
5336 * language/cyrillic.el (cyrillic-alternativnyj):
5337 Remove mime-charset. Use alternativnj charset.
aca7a3d2
MB
5338 (cp866): Remove alias. Define standalone.
5339
647c029b 53402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5341
5342 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
5343
c8a56c87 5344 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
aca7a3d2
MB
5345 ("Tajik", "Belarusian"): Fix charset.
5346
c8a56c87
GM
5347 * international/mule-cmds.el (describe-language-environment):
5348 Be case-insensitive when looking for input methods.
aca7a3d2
MB
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
647c029b 53542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
647c029b 53602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 53712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
c8a56c87
GM
5383 * international/mule-cmds.el (set-language-environment):
5384 Check for charset property of environment.
aca7a3d2
MB
5385 (language-info-alist): Doc fix.
5386
5387 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
5388
5389 * international/characters.el: Add Latin-1.
5390
7123da6d
JB
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.
aca7a3d2
MB
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
647c029b 54052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5406
c8a56c87 5407 * international/fontset.el (charset-script-alist): Fix script names.
aca7a3d2 5408
647c029b 54092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
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
c8a56c87 5432 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
aca7a3d2
MB
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
647c029b 54412008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5442
5443 * international/fontset.el (generate-fontset-menu): Exclude the
5444 default fontset.
5445
5446 * faces.el (describe-face): Describe :fontset property too.
5447
647c029b 54482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 54542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 54662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 54752008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5476
5477 * wid-edit.el (widget-string-complete): New.
c8a56c87 5478 (widget-coding-system-prompt-value-history): Delete.
aca7a3d2
MB
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
647c029b 54852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
aca7a3d2
MB
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.
c8a56c87 5502 (find-coding-systems-for-charsets): Rewrite.
aca7a3d2
MB
5503 (default-input-method): Add :link.
5504
647c029b 55052008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 55172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5518
3afc21a9 5519 * international/characters.el: Make \e$(D*s\e(B and \e$(Q)t\e(B a case pair.
aca7a3d2 5520
647c029b 55212008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5522
5523 * international/mule-conf.el: Don't define the charset iso-8859-1
5524 here, just setup its properties.
5525
647c029b 55262008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5527
5528 * international/mule-conf.el (utf-8): Give :mime-charset property.
5529
647c029b 55302008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5531
5532 * international/characters.el: Remove duplicated case setting for
12478e67 5533 Cyrillic and Greek letters. Don't setup printable-chars here.
aca7a3d2
MB
5534
5535 * case-table.el (describe-buffer-case-table): Handle the case
5536 that KEY is a cons within map-char-table.
5537
647c029b 55382008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5539
5540 * international/characters.el: Fix categories ?A and ?C.
5541 Treat ASCII characters as `latin' script.
5542
647c029b 55432008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 55522008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 55702008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 55812008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5582
5583 * international/characters.el (next-word-boundary-han):
5584 Don't treat katakana following han characters as a part of a word.
5585
647c029b 55862008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5587
5588 * international/characters.el: Call map-charset-chars on big5 (not
5589 chinese-big5-1/2) to set categories `c', `C', and `|'.
c8a56c87
GM
5590 (next-word-boundary-han, next-word-boundary-kana): New function.
5591 Register it in next-word-boundary-function-table.
aca7a3d2 5592
647c029b 55932008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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.
c8a56c87 5628 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
aca7a3d2
MB
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
647c029b 56392008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5640
5641 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
5642
5643 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
5644
647c029b 56452008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5646
5647 * international/characters.el: Setup char-script-table.
5648
5649 * international/fontset.el: Setup the default fontset by the new
c8a56c87 5650 script-based way.
aca7a3d2
MB
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.
c8a56c87 5657 (create-fontset-from-ascii-font): Slight tuning.
aca7a3d2
MB
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
647c029b 56702008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5671
5672 * international/mule-util.el (detect-coding-with-priority):
2472a6f0 5673 Fix the place of using `,' marker in backquote form.
aca7a3d2 5674
647c029b 56752008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 56832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5684
5685 * international/mule-cmds.el (leim-list-header): Add coding tag.
5686
647c029b 56872008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5688
5689 * international/mule-cmds.el (find-coding-systems-region)
c8a56c87 5690 (language-info-alist, reset-language-environment, princ-list): Doc fix.
aca7a3d2 5691 (input-method-verbose-flag): Fix :type.
aca7a3d2 5692
647c029b 56932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5694
5695 * international/mule.el (set-char-table-default): Make obsolete.
5696
647c029b 56972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 57062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 57132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5714
c8a56c87 5715 * international/mule-util.el (detect-coding-with-priority): Rewrite.
aca7a3d2 5716
647c029b 57172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5718
5719 * composite.el (compose-string): Doc fix.
5720
5721 * language/georgian.el ("Georgian"): Delete code-pages feature,
5722 add nonascii-translation.
5723
c8a56c87
GM
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.
aca7a3d2
MB
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
647c029b 57502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5751
5752 * international/characters.el: Make korean-ksc5601 double-width.
5753
c8a56c87
GM
5754 * international/mule.el (auto-coding-regexp-alist):
5755 Recognize Emacs 20/1 byte-compiled files.
aca7a3d2 5756
c8a56c87
GM
5757 * international/mule-conf.el (file-coding-system-alist):
5758 Change .elc to utf-8-emacs.
aca7a3d2 5759
c8a56c87
GM
5760 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
5761 of utf-8-emacs.
aca7a3d2
MB
5762 (byte-compile-insert-header): Update magic number. Add ballast.
5763 (map-char-table): Use byte-compile-funarg-2.
5764
647c029b 57652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 57772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5778
c8a56c87
GM
5779 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5780 New coding systems.
aca7a3d2
MB
5781 ("Chinese-GBK"): New environment.
5782
647c029b 57832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5784
c8a56c87
GM
5785 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5786 New coding systems.
aca7a3d2
MB
5787 ("Chinese-GBK"): New environment.
5788
c8a56c87 5789 * language/thai-util.el: Remove redundant unicodes in category-setting.
aca7a3d2 5790
c8a56c87 5791 * language/lao-util.el: Remove redundant unicodes in category-setting.
aca7a3d2
MB
5792
5793 * international/mule-conf.el (japanese-jisx0213-1)
5794 (japanese-jisx0213-2): Add unify-map.
5795
647c029b 57962008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 5797
c8a56c87
GM
5798 * international/quail.el (quail-update-leim-list-file):
5799 Force writing the file by iso-2022-7bit.
aca7a3d2
MB
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
c8a56c87 5807 * international/mule-conf.el: Adjust for the change of
aca7a3d2
MB
5808 define-charset (:parent -> :subset or :superset).
5809
5810 * international/characters.el: Fix the last change.
5811
647c029b 58122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5813
5814 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
c8a56c87 5815 (cyrillic-encode-alternativnyj-char): Fix.
aca7a3d2
MB
5816 (standard-display-cyrillic-translit): Remove redundant unicodes.
5817
647c029b 58182008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5819
c8a56c87
GM
5820 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5821 New environments.
aca7a3d2
MB
5822
5823 * international/mule-conf.el (control-1): New charset.
c8a56c87 5824 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
aca7a3d2
MB
5825 (korean-ksc5601): Redefine to use code-offset and unify-map.
5826
647c029b 58272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5828
5829 * international/mule-conf.el (tcvn-5712): New charset.
5830
c8a56c87 5831 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
aca7a3d2
MB
5832 ("Vietnamese"): Doc fix.
5833
647c029b 58342008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
c8a56c87 5844 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
aca7a3d2 5845
c8a56c87 5846 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
aca7a3d2
MB
5847
5848 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
5849 coding systems.
5850
c8a56c87 5851 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
aca7a3d2 5852
647c029b 58532008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
5854
5855 * international/characters.el (printable-chars): Setup correctly.
5856
647c029b 58572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5858
5859 * cus-start.el: Add selection-coding-system.
5860
c8a56c87 5861 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
aca7a3d2
MB
5862
5863 * language/china-util.el (post-read-decode-hz)
c8a56c87 5864 (pre-write-encode-hz): Move from chinese.el.
aca7a3d2 5865 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
c8a56c87 5866 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
aca7a3d2
MB
5867
5868 * language/chinese.el (post-read-decode-hz)
c8a56c87 5869 (pre-write-encode-hz): Move to china-util.el.
aca7a3d2
MB
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
647c029b 58772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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)
c8a56c87 5887 (unify-8859-on-decoding-mode): Move from mule.el.
aca7a3d2
MB
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.
c8a56c87
GM
5892 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
5893 Move to mule-cmds.el.
aca7a3d2 5894
647c029b 58952008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 59022008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 5903
c8a56c87
GM
5904 * language/japanese.el (japanese-iso-7bit-1978-irv):
5905 Add `designation' to :flags, `ascii' to :charset-list.
aca7a3d2
MB
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.
c8a56c87
GM
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.
aca7a3d2 5915
647c029b 59162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 59232008-02-01 Dave Love <fx@albion.dl.ac.uk>
aca7a3d2
MB
5924
5925 * cus-start.el (scalable-fonts-allowed): Add.
5926
647c029b 59272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5928
5929 * international/mule.el (unify-8859-on-encoding-mode)
5930 (unify-8859-on-decoding-mode): Dummy versions.
5931
c8a56c87 5932 * international/ucs-tables.el: Remove.
aca7a3d2
MB
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
647c029b 59482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
5285e5a6 5954 * international/mule-util.el (coding-system-post-read-conversion)
aca7a3d2
MB
5955 (coding-system-pre-write-conversion)
5956 (coding-system-translation-table-for-decode)
c8a56c87 5957 (coding-system-translation-table-for-encode): Get the right properties.
aca7a3d2
MB
5958 (with-coding-priority): New macro.
5959 (detect-coding-with-language-environment): Use it.
5960 (coding-system-equal): Use coding-system-plist.
5961
7123da6d
JB
5962 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
5963 Use :valid property.
aca7a3d2 5964
7123da6d
JB
5965 * international/mule-cmds.el (encode-coding-char):
5966 Use find-coding-systems-string. Don't use make-char.
aca7a3d2
MB
5967 (describe-language-environment): Use coding-system-aliases.
5968 (prefer-coding-system): Doc fix.
5969
7123da6d
JB
5970 * international/mule-diag.el (describe-current-coding-system):
5971 Fix aliases listing.
c8a56c87
GM
5972 (print-iso-2022-flags): Delete.
5973 (print-designation): Partial re-write.
aca7a3d2
MB
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
7123da6d 5982 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
c8a56c87 5983 Re-order charset priorities.
aca7a3d2
MB
5984 (binary): New alias.
5985 (iso-8859-16): Fix nickname.
5986 (define-iso-single-byte-charset): Un-define after use.
5987
647c029b 59882008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5989
c8a56c87 5990 * international/characters.el: Additional double width specifications.
aca7a3d2 5991
c8a56c87 5992 * international/mule-diag.el (print-coding-system): Incomplete updates.
aca7a3d2
MB
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
647c029b 60002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
5285e5a6
JB
6013 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
6014 Add character-p.
aca7a3d2
MB
6015
6016 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
5285e5a6
JB
6017 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
6018 New coding systems.
aca7a3d2
MB
6019 <set-language-info-alist>: Avoid decode-char.
6020
6021 * language/hebrew.el (cp862, ibm862): New coding systems.
6022
c8a56c87 6023 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
aca7a3d2
MB
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)
5285e5a6
JB
6030 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
6031 New charsets.
aca7a3d2 6032
c8a56c87 6033 * international/characters.el: Various simplifications and additions.
aca7a3d2 6034
647c029b 60352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6036
c8a56c87 6037 * international/mule-conf.el (code-pages): Provide, for compatibility.
aca7a3d2 6038
c8a56c87 6039 * international/code-pages.el: Remove.
aca7a3d2 6040
647c029b 60412008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 6042
647c029b 6043 * Makefile.in: Cancel the 2008-02-01 change of mine.
aca7a3d2
MB
6044
6045 * international/fontset.el: Add setting for unicode font at the
6046 end of the default fontset.
6047
647c029b 60482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6049
6050 * international/mule-conf.el (adobe-standard-encoding, symbol):
6051 Adjust :code-space.
6052 (ibm850): Add :ascii-compatible-p.
6053
647c029b 60542008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
6055
6056 * international/mule-conf.el (vietnamese-viscii-lower)
6057 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
6058 mapping table.
6059
647c029b 60602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6061
6062 * cus-start.el: Add charset-map-directory.
6063
c8a56c87 6064 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
aca7a3d2
MB
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
647c029b 60822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
647c029b 60962008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6097
c8a56c87
GM
6098 * international/codepage.el: Remove or comment out most of code.
6099 (codepage-setup): Re-write as trivial, obsolete function.
aca7a3d2
MB
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
c8a56c87 6109 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
aca7a3d2
MB
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)
c8a56c87 6115 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
aca7a3d2
MB
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
c8a56c87 6125 * international/utf-8.el, international/utf-8-subst.el: Remove.
aca7a3d2
MB
6126
6127 * international/mule.el: Doc fixes.
c8a56c87 6128 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
aca7a3d2
MB
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.
c8a56c87
GM
6135 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
6136 (list-block-of-chars): Re-write.
aca7a3d2
MB
6137 (describe-character-set): Show more properties.
6138 (describe-char-after): Correct codepoint display.
6139 (print-coding-system): Use symbolic types.
6140
647c029b 61412008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
6142
6143 * Makefile.in: Be sure also to run emacs with LANG=C.
6144
647c029b 61452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6146
6147 * international/mule-diag.el: Doc fixes.
c8a56c87 6148 (sort-charset-list, charset-multibyte-form-string): Remove.
aca7a3d2 6149 (list-character-sets, list-character-sets-1)
c8a56c87 6150 (list-character-sets-2): Re-write.
aca7a3d2 6151 (non-iso-charset-alist): Set to nil and made obsolete.
c8a56c87 6152 (decode-codepage-char): Re-write and made obsolete.
aca7a3d2
MB
6153 (read-charset): Don't use non-iso-charset-alist.
6154 (describe-coding-system): Use keyword properties.
c8a56c87 6155 (describe-character-set): Re-write.
aca7a3d2
MB
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
c8a56c87
GM
6161 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
6162 New coding systems.
aca7a3d2
MB
6163
6164 * language/european.el (windows-1252): New coding system.
6165
647c029b 61662008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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.
c8a56c87
GM
6173 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
6174 coding-system of type charset.
aca7a3d2 6175
647c029b 61762008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6177
6178 * international/mule-cmds.el (set-locale-environment): Comment out
6179 set-keyboard-coding-system stuff.
6180
647c029b 61812008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 6182
c8a56c87
GM
6183 * international/mule.el (define-coding-system): Doc fix;
6184 sjis->shift-jis.
aca7a3d2 6185
c8a56c87 6186 * international/mule-conf.el: Use decode-char instead of make-char.
aca7a3d2 6187
c8a56c87
GM
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.
aca7a3d2
MB
6191 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
6192
6193 * international/characters.el: Setup char-width-table for CJK
6194 characters.
6195
647c029b 61962008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 62052008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
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
c8a56c87 6224 * international/mule-conf.el: Add various :mime-charset properties.
aca7a3d2 6225
647c029b 62262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6227
6228 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
6229 getting decoder.
c8a56c87 6230 (encoded-kbd-mode): Fix code for coding system type and designations.
aca7a3d2 6231
c8a56c87 6232 * international/mule-conf.el: Spelling fixes.
aca7a3d2 6233
647c029b 62342008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
6235
6236 * international/fontset.el (fontset-plain-name): Handle the case
6237 that size, weight, slant are not specified in the fontset name.
6238
5137f982 62392008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
6240
6241 * language/greek.el (greek-iso-8bit): Fix typo.
6242
647c029b 62432008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 6244
c8a56c87 6245 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
aca7a3d2 6246
647c029b 62472008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
6248
6249 * international/characters.el: Change encoding to utf-8-emacs.
6250 Remove apparent duplicate codes.
6251
647c029b 62522008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
647c029b 62642008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2 6265
c8a56c87 6266 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
aca7a3d2 6267 instead of :signature.
aca7a3d2 6268
647c029b 62692008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
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
c8a56c87 6278 * international/characters.el: Optimize calls of modify-category-entry.
aca7a3d2 6279
647c029b 62802008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
6281
6282 * bindings.el: Don't bind multibyte characters to
12478e67 6283 self-insert-command here. It's done in mule-conf.el.
aca7a3d2 6284
c8a56c87
GM
6285 * case-table.el (set-case-syntax-offset): Delete variable.
6286 (set-case-syntax-1): Delete function. Change callers.
aca7a3d2
MB
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
c8a56c87 6297 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
aca7a3d2
MB
6298 change of map-char-table.
6299
c8a56c87 6300 * eshell/esh-mode.el: Adjust for the change of map-char-table.
aca7a3d2 6301
c8a56c87 6302 * international/characters.el: Adjust for the deletion of
aca7a3d2
MB
6303 generic characters.
6304
c8a56c87
GM
6305 * international/code-pages.el (cp-make-translation-table)
6306 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
aca7a3d2
MB
6307 (cp-make-coding-system): Call define-coding-system.
6308
c8a56c87 6309 * international/fontset.el: Rewrite most code.
aca7a3d2
MB
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):
c8a56c87 6315 Change value.
aca7a3d2
MB
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
c8a56c87
GM
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.
aca7a3d2
MB
6340 (reset-language-environment): Order of coding system priority
6341 changed. Set primary charset to iso-8859-1.
c8a56c87
GM
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.
aca7a3d2 6345
c8a56c87 6346 * international/mule-conf.el: Ful re-write.
aca7a3d2 6347
c8a56c87 6348 * international/mule-diag.el (print-designation): Change arguments.
aca7a3d2 6349 (print-iso-2022-flags): New function.
c8a56c87
GM
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
aca7a3d2 6365 mule-cmds.el. Call charset-plist and set-charset-plist.
c8a56c87 6366 (make-char): Delete.
aca7a3d2 6367 (generic-char-p): Make it always return nil.
c8a56c87
GM
6368 (decode-char, encode-char): Move to charset.c.
6369 (coding-spec-XXX-idx): Delete variables.
aca7a3d2
MB
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.
c8a56c87
GM
6374 (after-insert-file-set-buffer-file-coding-system)
6375 (find-new-buffer-file-coding-system): Adjust for the new coding
6376 system structure.
aca7a3d2 6377
c8a56c87
GM
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.
aca7a3d2
MB
6384
6385 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
6386 of make-char.
c8a56c87 6387 (sgml-char-names-table): Fix iteration limit.
aca7a3d2 6388
c8a56c87 6389 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
aca7a3d2
MB
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
4a4b61e2
VJL
63962008-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
b502217b
JB
64022008-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
acaf02dd
JB
64192008-02-01 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
1e2b96c2
JB
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.
acaf02dd 6425
cea93de3
TTN
64262008-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
e1af69b4
GM
64312008-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
f07fe184
DN
64442008-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
68e74762 64522008-02-01 Jason Rumney <jasonr@gnu.org>
751be31e
JR
6453
6454 * w32-fns.el: Partially revert 2007-11-10 change.
6455
68e74762 64562008-02-01 Martin Rudalics <rudalics@gmx.at>
01e57329
MR
6457
6458 * mail/rmail.el (rmail-highlight): Fix specification.
5285e5a6 6459 Reported by pod <pod@herald.ox.ac.uk>.
01e57329 6460
85e7298f
SM
64612008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6462
3488c456
SM
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
85e7298f
SM
6470 * progmodes/grep.el (grep-compute-defaults):
6471 Don't mix up defaults for different connections to the same host.
6472
c9dff4e3
VJL
64732008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6474
acaf02dd 6475 * blank-mode.el: Rename to whitespace.el.
c9dff4e3 6476
acaf02dd 6477 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
c9dff4e3 6478
ae2af0e3
SM
64792008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * net/rcompile.el (remote-compile): Remove broken code.
6482
72000816
JR
64832008-01-31 Jason Rumney <jasonr@gnu.org>
6484
6485 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
6486
c9dff4e3
VJL
64872008-01-31 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * linum.el (linum-unload-function): New function.
6490
cf24372d
NR
64912008-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
8e2e1666
JB
64972008-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
23ceed9a
TH
65052008-01-30 Tassilo Horn <tassilo@member.fsf.org>
6506
8e2e1666
JB
6507 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
6508 Implement bookmark support the new make-cell/handler way.
23ceed9a
TH
6509 (Info-mode): Bind bookmark-make-cell-function to
6510 Info-bookmark-make-cell buffer locally.
6511
02cbe062
MB
65122008-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
0fcb495e
JB
65192008-01-30 Markus Triska <markus.triska@gmx.at>
6520
6521 * linum.el: New file.
6522
8d1f2fd0
MA
65232008-01-29 Michael Albinus <michael.albinus@gmx.de>
6524
8e2e1666
JB
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".
8d1f2fd0
MA
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
0f138d5d
AM
65342008-01-29 Alan Mackenzie <acm@muc.de>
6535
88b4a959
AM
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
ae2af0e3
SM
6539 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
6540 Anchor the "{" of a template function correctly on "template", not the
89710739
AM
6541 following "<".
6542
0fcb495e 6543 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
0f138d5d 6544
865ba895
TH
65452008-01-29 Tassilo Horn <tassilo@member.fsf.org>
6546
eda49de9
TH
6547 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
6548 and image-mode-current-hscroll being alists now.
865ba895
TH
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
eda49de9
TH
6554 image-mode-current-vscroll and image-mode-current-hscroll being
6555 alists now.
865ba895 6556
5c8a04f1
MR
65572008-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
6f70aa33
TH
65632008-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.
08cf830b 6570 (image-set-window-hscroll, image-set-window-vscroll): New functions.
6f70aa33
TH
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
3621231b
NR
65772008-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
ea18b2b1
RS
65832008-01-27 Richard Stallman <rms@gnu.org>
6584
6585 * allout.el: Many doc fixes.
6586 (allout-encrypt-string): Fix error message.
6587
405b8be3
EZ
65882008-01-26 Eli Zaretskii <eliz@gnu.org>
6589
6590 * progmodes/etags.el (tags-query-replace): Doc fix.
6591
b939b83f
JB
65922008-01-25 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * allout.el (allout-unload-function): New function.
6595
75bcb912
JB
65962008-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)
8dd59f01
MB
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.
6fee106e 6609
8dd59f01 66102008-01-23 Jason Rumney <jasonr@gnu.org>
6fee106e 6611
8dd59f01 6612 * lpr.el (printer-name): Do not set on MS Windows.
6fee106e 6613
b8bfcf96
MA
66142008-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
596c0ee1
VJL
66192008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6620
6621 * whitespace.el: Moved to obsolete dir.
6622
c8a56c87
GM
6623 * blank-mode.el: New version 9.2. Replace whitespace functions by
6624 aliases in blank-mode.
596c0ee1
VJL
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
f03ea9d9
JB
66312008-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
a51b80e7
MR
66362008-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
000605b3
DN
66452008-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
a28ed9e5
DN
66522007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
6653
f03ea9d9
JB
6654 * add-log.el (change-log-search-file-name, change-log-find-file):
6655 New function.
a28ed9e5
DN
6656 (change-log-font-lock-keywords): Move file name matching ...
6657 (change-log-file-names-re): ... here. New defconst.
f03ea9d9 6658 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
a28ed9e5 6659
b931ca95
AM
66602008-01-27 Alan Mackenzie <acm@muc.de>
6661
6662 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
6663 enhance comments.
6664
2991e49f
MA
66652008-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
475b5907
DN
66702008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6671
3f08440f
DN
6672 * vc.el: Add TODO item about not defaulting to RCS.
6673
475b5907
DN
6674 * server.el (server-process-filter): Check for non-nil before
6675 calling file-directory-p.
6676
3e555801
AM
66772008-01-27 Alan Mackenzie <acm@muc.de>
6678
f03ea9d9 6679 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
3e555801
AM
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.
475b5907 6684
3e555801 6685 * progmodes/cc-styles.el (c-style-alist): Add elements for
c8a56c87 6686 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
3e555801 6687
b9712b1c
TTN
66882008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6689
6690 * button.el (define-button-type): Clarify type of NAME in docstring.
6691
28cbade4
SM
66922008-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
b680ecd6
AM
67002008-01-26 Alan Mackenzie <acm@muc.de>
6701
28cbade4
SM
6702 * progmodes/cc-defs.el (c-save-buffer-state):
6703 Bind buffer-file-name and buffer-file-truename to nil, to prevent
b680ecd6
AM
6704 primitives generating "buffer is read only" messages.
6705
b3360383
GM
67062008-01-20 Ulf Jasper <ulf.jasper@web.de>
6707
7123da6d 6708 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
b3360383
GM
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
832ffa7c
TTN
67172008-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
17cb69a5 67222008-01-26 Phil Sung <psung@mit.edu> (tiny change)
e3172001
MR
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
9db3bfae
MR
67282008-01-26 Martin Rudalics <rudalics@gmx.at>
6729
6730 * subr.el (find-tag-default): Simplify using exclusively
6731 skip-syntax-backward/-forward.
6732
19eab3c7
MA
67332008-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
28cbade4
SM
6740 Tramp 2.0 syntax is used.
6741 Suggested by Trent W. Buck <trentbuck@gmail.com>.
19eab3c7 6742
de4db6f1
EZ
67432008-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
9f3b76d5
VJL
67512008-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.
28cbade4 6755 (blank-line-length): Rename to blank-line-column.
9f3b76d5
VJL
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
2b88d62a
RS
67612008-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
d454552c
MR
67672008-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
5ab73228
JB
67722008-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
97a739d5
VJL
67772008-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)
5ab73228 6787 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
97a739d5
VJL
6788 (blank-cleanup, blank-cleanup-region): New commands.
6789 (blank-color-on): Code fix.
6790
d5794180
DN
67912008-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
ce173b30
GM
68022008-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
484ea0b6
MA
68072008-01-24 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
28cbade4
SM
6810 the source file in case of `rename'.
6811 Reported by Pete Forman <pete.forman@westerngeco.com>.
484ea0b6 6812
3bcdc570
KM
68132008-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
a445370f
DN
68432008-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
8c8e1952
JB
68602008-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
578877a1
MR
68662008-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
fddde1f0
TTN
68712008-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
d36122a2
TTN
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
4ac7bfcf
DN
68832008-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
478975a9
GM
68882008-01-24 Glenn Morris <rgm@gnu.org>
6889
6890 * t-mouse.el (gpm-mouse-start): Declare as a function.
6891
a0a5183a
MA
68922008-01-23 Michael Albinus <michael.albinus@gmx.de>
6893
6894 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
478975a9 6895 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
a0a5183a
MA
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
478975a9 69032008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
3b3cb336
DN
6904
6905 * vc.el: Add TODO items.
6906
5deae9b3
CD
69072008-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.
b240275b 6911 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
478975a9 6912 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
5deae9b3 6913
c2334613
MR
69142008-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
a025cb2f
GM
69202008-01-23 Glenn Morris <rgm@gnu.org>
6921
6922 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
6923
dfbe40f2 69242008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
fc9a9287
DN
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
dfbe40f2 69302008-01-23 Richard Stallman <rms@gnu.org>
4afd234b
RS
6931
6932 * icomplete.el (icomplete-get-keys):
6933 Look up KEYS using all maps in proper buffer.
6934
dfbe40f2 69352008-01-23 Juanma Barranquero <lekktu@gmail.com>
927783c1
JB
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
dfbe40f2 69452008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
54648b5c
DN
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
dfbe40f2 69522008-01-23 Eli Zaretskii <eliz@gnu.org>
26a30fea 6953
b240275b
JB
6954 * view.el (view-file-other-window, view-file-other-frame):
6955 Don't kill the buffer if it is modified. Doc fixes.
dd18f44f
EZ
6956 (kill-buffer-if-not-modified): New function.
6957 (view-file): Don't kill the buffer if it is modified.
48d93beb 6958
28cbade4
SM
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.
26a30fea
EZ
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
dfbe40f2 69662008-01-23 Richard Stallman <rms@gnu.org>
cf191706
RS
6967
6968 * subr.el (atomic-change-group): Prevent undo list truncation.
6969
dfbe40f2 69702008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
146b3daf 6971
28cbade4
SM
6972 * files.el (safe-local-eval-forms):
6973 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
146b3daf 6974
dfbe40f2 69752008-01-23 Nick Roberts <nickrob@snap.net.nz>
20aa98dd 6976
dae8c784
NR
6977 * comint.el (comint-insert-input): Set point first.
6978
20aa98dd
NR
6979 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
6980 session doesn't hang because gdb-pending-triggers is non-nil.
146b3daf 6981 (gdb-frame-handler): Use buffer-file-name instead of
20aa98dd
NR
6982 buffer-name in case of duplicate file names.
6983
dfbe40f2 69842008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
e1776067
DN
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.
b240275b 6993 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
e1776067
DN
6994 does not need it.
6995
dfbe40f2 69962008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
eaf7efe9
DN
6997
6998 * progmodes/verilog-mode.el (verilog-booleanp): New function for
373d0f24 6999 backward compatibility. Replace all uses of booleanp with
eaf7efe9
DN
7000 verilog-booleanp.
7001
dfbe40f2 70022008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
09c5aa7c
DN
7003
7004 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
7005
dfbe40f2 70062008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
60618039
DN
7007
7008 * progmodes/verilog-mode.el (top-level): Fix spacing.
b240275b
JB
7009 (verilog-mode-version, verilog-mode-release-date):
7010 Update version number.
60618039 7011 (verilog-mode-release-emacs): New variable.
b240275b
JB
7012 (compile-command, reporter-prompt-for-summary-p):
7013 Define for byte compiler.
7014 (verilog-startup-message-lines, verilog-startup-message-displayed)
60618039
DN
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)
b240275b
JB
7022 (verilog-indent-level-behavioral, verilog-indent-level-directive)
7023 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
60618039
DN
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)
b240275b
JB
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)
60618039 7046 (electric-verilog-terminate-line, electric-verilog-semi)
b240275b
JB
7047 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
7048 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
60618039
DN
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)
b240275b
JB
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)
60618039
DN
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)
b240275b
JB
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)
60618039
DN
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
f52749ed
GM
70832008-01-22 Glenn Morris <rgm@gnu.org>
7084
0dedb2be 7085 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
a8ed19ca
GM
7086 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
7087 from defcustoms.
7088 (hide-ifdef-shadow): Remove autoload cookie from defface.
0dedb2be 7089
f52749ed
GM
7090 * vc.el (vc-diff-sentinel): Do not write a footer if there were
7091 differences.
7092
10edbb1a
RS
70932008-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
22b04708
MA
70992008-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
d405bc15
MR
71072008-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
b49fd377
TTN
71122008-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
040f578c
VJL
71172008-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
460dadc9
VJL
71352008-01-21 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
040f578c
VJL
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
88fd26a1
JB
71492008-01-21 Juanma Barranquero <lekktu@gmail.com>
7150
1c19d20e 7151 * server.el (server-log-time-function): New variable.
88fd26a1
JB
7152 (server-log): Use it.
7153
a1e81396
GM
71542008-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
43530341
JB
71602008-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
d827669c
TTN
71712008-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
56618a0a
SM
71762008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * ibuffer.el (ibuffer-mode): Fix last change.
7179
b5e791bd
DN
71802008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
7181
f1e22ada 7182 * vc-hg.el (vc-hg-registered):
56618a0a 7183 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
b5e791bd 7184
9a407f82
MR
71852008-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
28cbade4 7189 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9a407f82 7190
0b6799c3
MB
71912008-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
71972008-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
f2c6de6a
GM
72022008-01-20 Glenn Morris <rgm@gnu.org>
7203
7204 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
7205 prevent infloops.
7206
43530341 72072008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
f2c6de6a
GM
7208
7209 * progmodes/python.el (python-imports): Default to "None".
7210
c222c25f
DN
72112008-01-19 Tom Tromey <tromey@redhat.com>
7212
56618a0a
SM
7213 * vc-svn.el (vc-svn-after-dir-status): New function.
7214 (vc-svn-dir-status): Run svn asynchronously.
c222c25f 7215
f3a221cf
MR
72162008-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.
56618a0a
SM
7222 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
7223 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
f3a221cf
MR
7224 (hide-ifdef-region-internal): Give new overlay hide-ifdef
7225 property. Shadow text when hide-ifdef-shadow is non-nil.
43530341 7226 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
f3a221cf
MR
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
38b5ca4a
SM
72312008-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
f8e89f19
DN
72372008-01-18 Tom Tromey <tromey@redhat.com>
7238
38b5ca4a 7239 * vc-svn.el (vc-svn-dir-status): New function.
f8e89f19 7240
5ab612e8
DN
72412008-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 ...
b240275b 7245 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
5ab612e8
DN
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
cec1df02
SM
72532008-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
7b4d0413 72592008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
36611f0f 7260
cec1df02
SM
7261 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
7262 (org-export-latex-special-chars): Convert "..." in \ldots
7b4d0413 7263 and skip tables.
cec1df02
SM
7264 (org-export-latex-fontify-headline): Change parameter name.
7265 (org-export-as-latex): Handle export of subtrees.
7b4d0413
JB
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.
cec1df02 7269 (org-export-latex-make-header): New name for
7b4d0413
JB
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.
36ad1553
CD
7273 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
7274 (org-list-send-list, org-list-to-texinfo)
7b4d0413 7275 (org-list-to-html): New functions.
cec1df02 7276 (org-export-latex-tables-column-borders)
36ad1553
CD
7277 (org-export-latex-default-class, org-export-latex-classes)
7278 (org-export-latex-classes-sectioning)
7b4d0413 7279 (org-list-radio-list-templates): New options.
cec1df02 7280 (org-export-latex-header): New variable.
7b4d0413 7281 (org-latex-entities): New constant.
cec1df02 7282 (org-export-latex-default-sectioning, org-export-latex-preamble)
36ad1553 7283 (org-export-latex-prepare-text-option)
7b4d0413 7284 (org-export-latex-get-sectioning): Remove.
36ad1553 7285
7b4d0413
JB
72862008-01-18 Carsten Dominik <dominik@science.uva.nl>
7287
7288 * textmodes/org-publish.el (org-publish-current-project):
7289 Fix bug with forcing publication.
8c6fb58b
CD
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.
cec1df02 7295 (org-infile-export-plist, org-get-current-options): Add support
8c6fb58b
CD
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.
cec1df02 7302 (org-additional-option-like-keywords): Add "TBLFM".
7b4d0413 7303 (org-entry-properties): Include the CLOCKSUM special property.
36611f0f
CD
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
7b4d0413 7308 `org-end-of-subtree'.
0b6799c3
MB
7309 (org-agenda-highlight-todo): Respect
7310 `org-agenda-todo-keyword-format'.
36611f0f 7311 (org-agenda-todo-keyword-format): New option.
43530341 7312 (org-infile-export-plist): No restriction while searching for options.
36611f0f
CD
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'.
43530341 7323 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
36611f0f
CD
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'.
43530341 7331 (org-copy-subtree): Include empty lines before but not after subtree.
36611f0f
CD
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.
0b6799c3
MB
7344 (org-agenda-set-restriction-lock)
7345 (org-agenda-remove-restriction-lock)
7b4d0413 7346 (org-agenda-maybe-redo): New functions.
36611f0f
CD
7347 (org-agenda-restriction-lock): New face.
7348 (org-agenda-restriction-lock-overlay)
7349 (org-speedbar-restriction-lock-overlay): New variables.
cec1df02 7350 (org-open-at-point): Remove obsolete way to do redirection in
36611f0f
CD
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.
0b6799c3
MB
7367 (org-export-html-convert-sub-super, org-html-do-expand): Check for
7368 protected text.
36611f0f
CD
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.
cec1df02 7376 (org-get-entry): Rename from `org-get-cleaned-entry'.
43530341 7377 (org-icalendar-cleanup-string): New function for quoting icalendar text.
36611f0f 7378 (org-agenda-skip-scheduled-if-done): New option.
0b6799c3
MB
7379 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
7380 `org-agenda-skip-scheduled-if-done'.
36611f0f
CD
7381 (org-prepare-agenda-buffers): Allow buffers as arguments.
7382 (org-entry-properties): Add CATEGORY as a special property.
43530341 7383 (org-use-property-inheritance): Allow a list of properties as a value.
36611f0f 7384 (org-eval-in-calendar): No longer update the prompt.
cec1df02 7385 (org-read-date-popup-calendar): Rename from
36611f0f
CD
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.
0b6799c3
MB
7394 (org-read-date): Respect the setting of
7395 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
36611f0f
CD
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
e166638d
DN
74192008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7420
7421 * vc.el: Add a TODO note about vc-state.
7b4d0413
JB
7422 (vc-next-action): Register 'unregistered and 'ignored files.
7423 Use when and unless instead of if where appropriate.
e166638d
DN
7424 (vc-start-entry): Fix typo.
7425 (vc-status): Autoload it.
7426
d4f7fdc6
GM
74272008-01-18 Glenn Morris <rgm@gnu.org>
7428
7429 * ffap.el (ffap-alist): Remove space from RFC regexp.
7430
279c4408
GM
74312008-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
e47b4224
GM
74362008-01-18 Glenn Morris <rgm@gnu.org>
7437
7438 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
7439
7b4d0413
JB
74402008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7441 Miles Bader <miles@gnu.org>
30d0ade9 7442
7d235bca
GM
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
30d0ade9
VJL
7446 modified, but the main idea was kept.
7447
b4e96cdb
GM
74482008-01-17 Glenn Morris <rgm@gnu.org>
7449
2f5ca70b
GM
7450 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
7451 (ibuffer-save-filters): Remove calls to deleted
b4e96cdb
GM
7452 ibuffer-update-mode-name.
7453
1d86a98f
MR
74542008-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
145fe412
SM
74912008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7492
656d4706
SM
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
7d7d1bb6
SM
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
c7972fb1
SM
7504 * nxml/rng-nxml.el (rng-nxml-mode-init):
7505 Don't overwrite mode-line-process.
7506
23eabff6
SM
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
b5c49962
SM
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
145fe412
SM
7516 * help.el (describe-mode): Pass the right buffer to format-mode-line.
7517
b11a06cc
GM
75182008-01-16 Glenn Morris <rgm@gnu.org>
7519
7520 * comint.el (comint-regexp-arg): Fix no-input case.
7521
28e4e2b4
DN
75222008-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
309c894f
GM
75312008-01-16 Ulf Jasper <ulf.jasper@web.de>
7532
7533 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
145fe412
SM
7534 (icalendar-export-file, icalendar-import-file):
7535 Restore significant trailing whitespace in `interactive' prompts.
309c894f
GM
7536
75372008-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.
145fe412
SM
7544 (icalendar--convert-ical-to-diary): Compute zone-map.
7545 Pass timezone to icalendar--decode-isodatetime.
309c894f
GM
7546
75472008-01-16 Alan Mackenzie <acm@muc.de>
5bc93211
AM
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
30e68410
SM
75532008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7554
5dbb074d
SM
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
30e68410
SM
7559 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
7560 (smerge-makeup-conflict): New command.
7561
2507310c
TTN
75622008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
7563
7564 * log-edit.el (log-edit): Doc fix.
7565
9292328f
GM
75662008-01-15 Glenn Morris <rgm@gnu.org>
7567
7568 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
7569
872efa51
AM
75702008-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-".
9292328f 7580
938a9a9e
SM
75812008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
7584
c440aa2f
MA
75852008-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
f4b08f54
AM
75922008-01-14 Alan Mackenzie <acm@muc.de>
7593
938a9a9e 7594 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
f4b08f54
AM
7595 call inside a struct being recognised as a K&R argument.
7596
db0095e0
SM
75972008-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
ba463d9e
DN
76032008-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
c6a234ac
DN
76122008-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
19e2f1bf
MR
76202008-01-13 Martin Rudalics <rudalics@gmx.at>
7621
db0095e0
SM
7622 * mail/rmail.el (rmail-convert-to-babyl-format):
7623 Remove save-excursion to avoid infinite looping.
5137f982 7624 Reported by dnz <dnz@bk.ru>.
19e2f1bf 7625
1e1cbbbf
GM
76262008-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
839087fe
JR
76312008-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
6bd1e223
JR
76362008-01-11 Jason Rumney <jasonr@gnu.org>
7637
669eb5c7
JR
7638 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
7639 (rng-preferred-prefix-alist-default): Remove.
7640
b85b6604
JR
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
6bd1e223
JR
7648 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
7649 Update doc string and commentary.
b85b6604
JR
7650 (nxml-char-name-ignore-case): Change default value.
7651 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
6bd1e223 7652
6671cab3
MR
76532008-01-11 Martin Rudalics <rudalics@gmx.at>
7654
7655 * cus-start.el (all): Add missing version entries.
7656
a690c071
GM
76572008-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
fedcb5ff
MR
76642008-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
39a402e3
TH
76732008-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
11f6a31d
DN
76822008-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
0e8356fe
TH
76872008-01-10 Tassilo Horn <tassilo@member.fsf.org>
7688
ce460dce 7689 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
0e8356fe 7690
b6fe5b19
DN
76912008-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
acb93bb2 76972008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
b6fe5b19 7698
ce460dce 7699 * ediff*.el: Uncomment declare-function.
b6fe5b19 7700
ce460dce 7701 * viper*.el: Uncomment declare-function.
b6fe5b19 7702
f9adf05b
TH
77032008-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
6e69aa4d
ER
77082008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
7709
7123da6d 7710 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
6e69aa4d
ER
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
622face2
TH
77162008-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
e11c1d93
DN
77212008-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
65efc538
MK
77262008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
7727
ce460dce
JB
7728 * ediff*.el: Comment out declare-function. "make bootstrap"
7729 stops with an error and Emacs does not compile with those things in.
65efc538 7730 Besides, declare-function is not defined in XEmacs.
e11c1d93 7731
ce460dce 7732 * ediff-util (eqiff-quit): Autoraise minibuffer.
e11c1d93 7733
7123da6d 7734 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
e11c1d93 7735
7123da6d
JB
7736 * emulation/viper*.el: Comment out declare-function -- not defined
7737 in XEmacs.
e11c1d93 7738
7123da6d
JB
7739 * emulation/viper-ex.el (viper-info-on-file):
7740 Take care of indirect buffers.
e11c1d93 7741
7123da6d 7742 * emulation/viper.el (viper-set-hooks, set-cursor-color):
ce460dce 7743 Set viper-vi-state-cursor-color.
e11c1d93 7744
15b18fea
DN
77452008-01-09 Tom Tromey <tromey@redhat.com>
7746
ce460dce
JB
7747 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
7748 Just return header.
ca8dfeda
DN
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
db0095e0 7764 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
15b18fea 7765
d65fc712
GM
77662008-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
77712008-01-09 Tom Tromey <tromey@redhat.com>
7772
7773 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
7774
2b0afe2a
VJL
77752008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7776
ce460dce 7777 * ps-print.el: Some face attributes (like :strike-through) were not
2b0afe2a
VJL
7778 being recognised. Reported by Leo <sdl.web@gmail.com>.
7779 (ps-print-version): New version 6.8.2.
c8a56c87 7780 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
2b0afe2a
VJL
7781 (ps-screen-to-bit-face): Fix code.
7782
ea27e496
SM
77832008-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
65e10478
RW
77882008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7789
ea27e496
SM
7790 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
7791 Rename from function bibtex-files-expand. New optional arg select.
65e10478
RW
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
ea27e496 7796 bibtex-parse-entry. Do not use booktitle field to set a missing title.
65e10478 7797 (bibtex-autofill-entry): Do not call undo-boundary.
ea27e496 7798 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
65e10478
RW
7799 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
7800 Parse keys if necessary.
ea27e496 7801
af5aa38e
NR
78022008-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
59ce725a 78072008-01-08 Nick Roberts <nickrob@snap.net.nz>
46174cf4 7808
ea27e496
SM
7809 * progmodes/gdb-ui.el (gud-gdb-command-name):
7810 Explain "--annotate=3" option is necessary for the Graphical Interface.
46174cf4 7811
59ce725a 78122008-01-08 Nick Roberts <nickrob@snap.net.nz>
8474779c 7813
49af3415 7814 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
8474779c
NR
7815 on menu bar.
7816
59ce725a 78172008-01-08 Michael Albinus <michael.albinus@gmx.de>
d8df1280
MA
7818
7819 * ffap.el (ffap-read-file-or-url): Let-bind
7820 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
7821
59ce725a 78222008-01-08 Sven Joachim <svenjoac@gmx.de>
f36e650b
RF
7823
7824 * vc-bzr.el: Fix typo in header.
7825
59ce725a 78262008-01-08 Eli Zaretskii <eliz@gnu.org>
0b534ed7
EZ
7827
7828 * Makefile.in (custom-deps, finder-data): Depend on autoloads
7829 instead of loaddefs.el.
7830
59ce725a 78312008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
d58107b0
SM
7832
7833 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
7834 gets inserted out-of-order.
7835
59ce725a 78362008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
f4d0cf23
SM
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
59ce725a 78622008-01-08 Richard Stallman <rms@gnu.org>
f7fdcecd
RS
7863
7864 * delsel.el (delete-selection-mode): Doc fix.
7865
59ce725a 78662008-01-08 Nick Roberts <nickrob@snap.net.nz>
ca8fef44
NR
7867
7868 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
b06a075a 7869 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
ca8fef44
NR
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
59ce725a 78742008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
65b332b1
DN
7875
7876 * time-stamp.el (time-stamp-time-zone):
7877 * whitespace.el (whitespace-check-buffer-leading)
ea27e496
SM
7878 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
7879 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
65b332b1 7880 * progmodes/sh-script.el (sh-indentation):
b06a075a
SM
7881 * textmodes/ispell.el (ispell-local-pdict):
7882 Add safe-local-variable properties.
65b332b1 7883
0664ff72
MA
78842008-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
049dcb6f
GM
78972008-01-08 Kevin Ryde <user42@zip.com.au>
7898
7899 * progmodes/compile.el (compilation-error-regexp-alist-alist):
01f179de
GM
7900 For perl, allow "during global destruction" at end. Add entry for
7901 two-arg form of the Test module ok() func.
049dcb6f 7902
0595c9f9
GM
79032008-01-08 Glenn Morris <rgm@gnu.org>
7904
1c58b439
GM
7905 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
7906 unified format.
7907
0595c9f9
GM
7908 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
7909
79102008-01-08 Ralf Angeli <angeli@caeruleus.net>
df17e41e
GM
7911
7912 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7913 Simplify selection of frame focusing function.
7914
043989e3
MO
79152008-01-08 Michael Olson <mwolson@gnu.org>
7916
7917 * textmodes/remember.el (remember-region): Fix typo in docstring.
7918
79192008-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
70b58c47
DN
79272008-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.
698c8717 7931 (vc-hg-log-view-mode): Handle the user field better.
70b58c47 7932
cc72026b
SM
79332008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
7936
8fcaf22f
DN
79372008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 * vc.el (vc-status-fileinfo): New defstruct.
06c0751a 7940 (vc-status): New defvar.
8fcaf22f
DN
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
2614ccc3
MR
79472008-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
f3041af1
DN
79532008-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
f605fc58
SM
79702008-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
e49d337b
MA
79772008-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)
f605fc58
SM
7985 (dbus-event-interface-name, dbus-event-member-name):
7986 Adapt implementation to serial number.
e49d337b 7987
c2699583
JB
79882008-01-04 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * bs.el (bs--get-mode-name): Fix typo in previous change.
7991
b38f5e6f
DN
79922008-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
db0095e0 8009 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
b38f5e6f 8010
89663176
TH
80112008-01-04 Tassilo Horn <tassilo@member.fsf.org>
8012
77880130
GM
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
89663176
TH
8017 * doc-view.el (doc-view-scroll-up-or-next-page)
8018 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
db0095e0
SM
8019 image-scroll-down instead of the non-image equivalents.
8020 Don't rely on a signalled condition but switch pages when scrolling
89663176 8021 doesn't change the vertical position anymore.
f1acd44c
TH
8022 (doc-view-mode-map): Remap scroll-{up,down} to
8023 image-scroll-{up,down}.
89663176 8024
88a83b17
SM
80252008-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
48d33090
SM
80332008-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):
db0095e0
SM
8038 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
8039 (mouse-buffer-menu):
48d33090
SM
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
3da360a7
SM
80492008-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):
db0095e0
SM
8054 * bookmark.el (bookmark-buffer-name):
8055 Test major-mode rather than mode-name.
3da360a7 8056
a5832373
RS
80572008-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
8df5b06d
GM
80642008-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
7619d43b
JB
80872008-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
f86228e3
SM
80922008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8093
9dfee9c2
SM
8094 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
8095 * ibuffer.el (mode column): Use format-mode-line.
8096
f86228e3
SM
8097 * server.el (server-create-window-system-frame): Remove workaround for
8098 a bug that has been fixed.
8099
7d1112ae
MH
81002008-01-03 Magnus Henoch <magnus@zemdatav>
8101
f86228e3
SM
8102 * net/dbus.el (dbus-name-owner-changed-handler):
8103 Use dbus-unregister-object instead of dbus-unregister-signal.
7d1112ae 8104
a32c1804
RS
81052008-01-03 Drew Adams <drew.adams@oracle.com>
8106
8107 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
8108
f8edc67e
RS
81092008-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
b936ef8c
DN
81152008-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
1f0bee0a
ER
81212008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8122
f86228e3
SM
8123 * progmodes/grep.el (grep-find-ignored-directories):
8124 Initialize from the value of vc-directory-exclusion-list.
1f0bee0a 8125
7123da6d 8126 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
1f0bee0a
ER
8127 even though we don't have a back end for darcs yet.
8128
03e26a79
KF
81292008-01-02 Karl Fogel <kfogel@red-bean.com>
8130
db0095e0
SM
8131 Change a return type, for greater extensibility.
8132 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
03e26a79
KF
8133 and its thread for discussion leading to this change.
8134
7123da6d
JB
8135 * bookmark.el (bookmark-jump-noselect):
8136 Return an alist instead of a dotted pair.
03e26a79
KF
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
7123da6d
JB
8142 * image-mode.el (image-bookmark-jump):
8143 Adjust return type accordingly; document.
03e26a79 8144
7123da6d
JB
8145 * doc-view.el (doc-view-bookmark-jump):
8146 Adjust return type accordingly; document.
03e26a79 8147
23233b1f 81482008-01-02 Miles Bader <miles@gnu.org>
aacde24f
MB
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
422abbfd
RS
81582007-12-29 Richard Stallman <rms@gnu.org>
8159
4fed1740
RS
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
20d29b0b
RS
8164 * faces.el (facep): Doc fix.
8165
422abbfd
RS
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
8ed10e73
RS
81722007-12-29 Drew Adams <drew.adams@oracle.com>
8173
8174 * cus-edit.el (custom-add-parent-links):
8175 Fill the "Parent documentation" text.
b201b988 8176
6a314a29
EZ
81772007-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
42a0a135
ER
81832008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8184
8185 * vc-svn.el (vc-svn-modify-change comment): New function.
8186
21838dc0
DN
81872008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8188
f86228e3
SM
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.
21838dc0 8191
c59a2442
ER
81922008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
8193
db0095e0 8194 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
abc61762
ER
8195 correctly.
8196
7b4d0413 8197 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
c59a2442 8198 with vc-state.
905373c5 8199 (vc-next-action): Fix vc-transfer-file call.
c59a2442 8200
7ae19274 82012007-12-31 Tom Tromey <tromey@redhat.com>
ad16855c 8202
f86228e3
SM
8203 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
8204 Move point to the start of the buffer.
ad16855c 8205
55adbcc2
DN
82062007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
8207
8c58d37d
DN
8208 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
8209
55adbcc2
DN
8210 * vc.el: State that dir-state is required to set the vc-state and
8211 vc-backend properties.
8212
d8b3b1a1
MR
82132007-12-31 Martin Rudalics <rudalics@gmx.at>
8214
f86228e3
SM
8215 * man.el (Man-default-man-entry): Make this a defun.
8216 Improve guessing mechanism and handling of section numbers.
d8b3b1a1 8217
606c9f59
RS
82182007-12-31 Richard Stallman <rms@gnu.org>
8219
8220 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
8221
a34f800f
JB
82222007-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
0e0c4247
MA
82272007-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
d50e9d5b
RS
82332007-12-30 Richard Stallman <rms@gnu.org>
8234
833547aa
RS
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
d50e9d5b
RS
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
f86228e3 8248 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
d50e9d5b
RS
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
287fab51
NR
82592007-12-29 Nick Roberts <nickrob@snap.net.nz>
8260
8261 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
8262
03da37df
DN
82632007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8264
8265 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
8266
484c1b1f
ER
82672007-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.
77880130 8276 (vc-default-dired-state-info): Display 'removed state.
484c1b1f
ER
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
cfef87ad
TTN
82872007-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
85933f0a
DN
82922007-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
06f02c7d
JB
82962007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
8297
f86228e3 8298 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
06f02c7d
JB
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
f2ce8fb9 8321 for new languages. Autoload commands to change languages.
06f02c7d
JB
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.
13eb7df0
JB
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.
06f02c7d 8330
6c47d819
DN
83312007-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
b17f53ab 83392007-12-29 Richard Stallman <rms@gnu.org>
2d0a22f8
RS
8340
8341 * progmodes/compile.el (compilation-start): Set initial visible
8342 point properly even when compilation buffer already current.
8343
b17f53ab 83442007-12-29 Richard Stallman <rms@gnu.org>
73936494
RS
8345
8346 * files.el (conf-mode-maybe): New function.
8347 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
8348
b17f53ab 83492007-12-29 Martin Rudalics <rudalics@gmx.at>
a5af675e
MR
8350
8351 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
8352
b17f53ab 83532007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
187e9721
DN
8354
8355 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
8356
b17f53ab 83572007-12-29 Richard Stallman <rms@gnu.org>
6143495c
RS
8358
8359 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
8360 so they never do EOF.
8361
b17f53ab 83622007-12-29 Richard Stallman <rms@gnu.org>
86f795fd 8363
341a1bfb
RS
8364 * faces.el (copy-face): Create the new face explicitly if it
8365 does not exist already.
8366
b17f53ab 83672007-12-29 Eli Zaretskii <eliz@gnu.org>
fae97ed8 8368
987ec16d 8369 * simple.el (minibuffer-history, shell-command-history)
a5af675e
MR
8370 (set-variable-value-history):
8371 * replace.el (regexp-history):
8372 * international/mule-cmds.el (input-method-history):
fae97ed8
EZ
8373 * files.el (file-name-history): Add reference to history-length in
8374 the doc string.
8375
b17f53ab 83762007-12-29 Richard Stallman <rms@gnu.org>
55a3770f
RS
8377
8378 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
8379
b17f53ab 83802007-12-29 Jason Rumney <jasonr@gnu.org>
f11e8079
JR
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
b17f53ab 83902007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
d55f5fcf
TTN
8391
8392 * progmodes/cc-vars.el (defcustom-c-stylevar):
1fae03f2 8393 Revert to pre-2007-12-12 version.
d55f5fcf 8394
b17f53ab 83952007-12-29 Richard Stallman <rms@gnu.org>
d83b2f14
RS
8396
8397 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
8398
f86228e3 8399 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
d83b2f14
RS
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
18e1f249
ER
84082007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
8409
9c4b89d5
ER
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
1198eead 8412 speedbar.el. Also, teach it to recognize monotone state directories.
9c4b89d5
ER
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
2e509325
JB
8418 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
8419 Fix the documentation.
9c4b89d5 8420
18e1f249
ER
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
1198eead
ER
8423 keeping undo lists on the buffers holding status output, which
8424 can get extremely large.
18e1f249 8425
2e509325
JB
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.
722f037f
ER
8428
8429 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2e509325 8430 states, and the new return-value convention. These are not
722f037f
ER
8431 actually used yet, just set.
8432
8433 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
8434 states when appropriate.
8435
2e509325
JB
8436 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
8437 'unregistered when appropriate.
722f037f
ER
8438
8439 * vc-git.el: Document that we don't set the new states yet.
8440
ca252c86 8441 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
722f037f
ER
8442 'ignored states.
8443
8444 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
8445 appropriate.
8446
2e509325
JB
8447 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
8448 when appropriate.
0f67cc71 8449
dacc50be
NR
84502007-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
23dab1c3 8454 for better error reporting.
dacc50be 8455
c0db5755
JB
84562007-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
35d33ce7
ER
84622007-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
9580f1fd
ER
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
12478e67 8472 Makefile.in or Makefile.am.
ba0f5905 8473
1be05f12
VJL
84742007-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
9b64a7f0
ER
84802007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8481
7123da6d 8482 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
f86228e3 8483 Put new machinery in place to support editing of change comments
9b64a7f0
ER
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
ba0f5905 8487 more modern systems it will be time to write this up.
9b64a7f0 8488
86c3a9fb
KH
84892007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
8490
2e509325
JB
8491 * international/mule-cmds.el (select-safe-coding-system):
8492 When a buffer is modified, cancel the writing.
86c3a9fb 8493
813e8939
ER
84942007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
8495
f24830d2 8496 * log-view.el: Add Subversion and Mercurial log format samples.
c43b7df6
DN
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.
813e8939 8512
13b56025
ER
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.
be01714b
ER
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.
13b56025 8518
e97fd4fb
AS
85192007-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
28d88201
JB
85242007-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
53a12400
VJL
85422007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8543
8544 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
2e509325 8545 of `mark' for error checking.
53a12400 8546
1666a6b3 85472007-12-26 Tassilo Horn <tassilo@member.fsf.org>
403d0c96 8548
137187c8
TH
8549 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
8550 New functions.
8551 (image-mode): Set bookmark-make-cell-function appropriately.
8552
2e509325 8553 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
137187c8 8554
1666a6b3
TH
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)
2e509325
JB
8560 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
8561 Use bookmark-jump-internal.
f86228e3 8562 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1666a6b3
TH
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
1225a933
MB
85682007-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
2e509325 8576 simply here). Remove unnecessary test of ARG in active region case.
1225a933 8577
63571b5a
RS
85782007-12-25 Richard Stallman <rms@gnu.org>
8579
2e509325 8580 * allout.el (allout-region-active-p): Rename from my-region-active-p.
c60d543d
RS
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
63571b5a
RS
8605 * simple.el (select-active-regions): New option.
8606 (set-mark): Obey it.
4496b02b
RS
8607 (yank-pop-change-selection): New option.
8608 (current-kill): Obey it.
63571b5a 8609
f86228e3 8610 * simple.el (use-region-p): Rename from `region-active-p'.
c60d543d
RS
8611 (region-active-p): New function.
8612
63571b5a
RS
86132007-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
d31e8e87
DN
86212007-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
d72cf2fa
NR
86432007-12-24 Nick Roberts <nickrob@snap.net.nz>
8644
8cc19614 8645 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
d72cf2fa 8646
c61a4448
SM
86472007-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
55d77548
RS
86522007-12-23 Richard Stallman <rms@gnu.org>
8653
d03b9b31
RS
8654 * simple.el (region-active-p): New function.
8655 (use-empty-active-region): New variable.
8656
55d77548
RS
8657 * dired-aux.el (dired): Load dired.el at run time too.
8658
88a54804
JL
86592007-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
a769e627
AS
86662007-12-23 Andreas Schwab <schwab@suse.de>
8667
8668 * files.el (switch-to-buffer-other-frame): Return the buffer
8669 switched to.
8670
adb67129
MA
86712007-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
9f15f676
RS
86822007-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
0b6799c3
MB
86872007-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
8ed6049f
MR
86932007-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
0526b9d0
JR
86982007-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
27b1b62b
MR
87412007-12-19 Martin Rudalics <rudalics@gmx.at>
8742
e45db0fb
MR
8743 * cus-start.el (all): Use correct group name for members of
8744 mode-line group.
8745
27b1b62b
MR
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
5b57e6c6
GM
87582007-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
87692007-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
f98e3afa
JR
87742007-12-19 Jason Rumney <jasonr@gnu.org>
8775
ddc30be7
JR
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.
f98e3afa
JR
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
9fa0d3aa
MA
87842007-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
d2f79585
TTN
87962007-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
7731c9f4
MH
88062007-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
4f9d920a
GM
88132007-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
2e509325 8818 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
4f9d920a
GM
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.
f86228e3
SM
8827 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
8828 No need to define.
4f9d920a
GM
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.
f86228e3
SM
8854 (verilog-getopt-flags, verilog-auto-reeval-locals):
8855 Use make-local-variable rather than make-variable-buffer-local.
2e509325
JB
8856 (verilog-company, verilog-project, verilog-modi-cache-list):
8857 Move make-variable-buffer-local calls to top-level.
4f9d920a
GM
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.
f86228e3
SM
8861 (verilog-mode): Only call make-local-hook on XEmacs.
8862 Set font-lock-defaults rather than using verilog-font-lock-init.
4f9d920a 8863
67f2eaf1
AS
88642007-12-17 Andreas Schwab <schwab@suse.de>
8865
2e509325
JB
8866 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
8867 Fix comment typo.
67f2eaf1 8868
3cc546ad
MA
88692007-12-16 Michael Albinus <michael.albinus@gmx.de>
8870
2e509325
JB
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'.
3cc546ad 8874
f2f8d5f2
TTN
88752007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
8876
8877 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
8878
38f584e9
DN
88792007-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
2d5590e0
DN
88872007-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)
2e509325
JB
8895 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
8896 Add safe-local-variable properties.
2d5590e0 8897
b68a96b9
DN
88982007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8899
30d48f20
DN
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.
2d5590e0
DN
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.
30d48f20 8910
62a7c35d
DN
8911 * files.el (auto-mode-alist): Recognize verilog files.
8912
b68a96b9
DN
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
d254d939 8918 before first use. No code changes.
b68a96b9 8919
6edb5716
DN
89202007-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.
f86228e3
SM
8938 (verilog-mode): Fix autoload cookie.
8939 Set beginning-of-defun-function and end-of-defun-function. Use when
6edb5716
DN
8940 instead of if.
8941 (verilog-emacs-features, verilog-auto-ascii-enum)
8942 (verilog-insert-indices): Escape braces in doc strings.
8943
7619d43b
JB
89442007-12-08 Michael McNamara <mac@verilog.com>
8945 Wilson Snyder <wsnyder@wsnyder.org>
6341f357
DN
8946
8947 * progmodes/verilog-mode.el: New file.
8948
be11f568
EZ
89492007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
8950
f86228e3
SM
8951 * international/latexenc.el (latexenc-find-file-coding-system):
8952 If both coding-system-for-write and buffer-file-coding-system of
be11f568
EZ
8953 latex-main-file are nil, use `undecided'.
8954
142ff4de
JR
89552007-12-06 Jason Rumney <jasonr@gnu.org>
8956
8957 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
8958
0dff8975
VJL
89592007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8960
8961 * files.el (revert-buffer): Docstring fix.
8962
e49337ea
GM
89632007-12-11 Glenn Morris <rgm@gnu.org>
8964
8965 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
8966
da6b9bf4
JB
89672007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
8968
57f8977d
JB
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
da6b9bf4
JB
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
bbbe940b
MB
89792007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8980
8981 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8982
ff91dc79
SM
89832007-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
6e3057bb
JL
89882007-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
21ee0911
MB
90032007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9004
522bec73
RS
9005 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
9006 backward compatibility.
21ee0911
MB
9007
9008 * net/imap.el (imap-string-to-integer): New function.
9009
0e250bf8
DK
90102007-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
06005961
VJL
90152007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9016
59ab7675 9017 * printing.el: Fix pr-interface-map initialization code.
06005961 9018 (pr-version): New version 6.9.3.
ff91dc79
SM
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.
59ab7675
VJL
9022 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
9023 name.
06005961
VJL
9024 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
9025
ed8a25df
GM
90262007-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
c486a8e4
DN
90312007-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
8b9a5623
EZ
90372007-12-08 Eli Zaretskii <eliz@gnu.org>
9038
9039 Sync makefile.w32-in with Makefile.in.
c486a8e4 9040
8b9a5623
EZ
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
5f33ef98
RS
90482007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9049
44b275c4
RS
9050 * indent.el (tab-stop-list): Mark as safe-local-variable.
9051
5f33ef98
RS
9052 * generic-x.el (etc-sudoers-generic-mode): New mode.
9053 (generic-unix-modes): Add it.
9054
79945ac1
MA
90552007-12-08 Michael Albinus <michael.albinus@gmx.de>
9056
9057 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
ff91dc79 9058 apply wildcards in a hash table key; there is no usable hash code then.
79945ac1
MA
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
dc56b2ba
MR
90632007-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
274f1353
DK
90682007-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):
ff91dc79 9103 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
274f1353 9104
a867ead0
DG
91052007-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
19b6cf18
GM
91152007-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
ef6ce14c
MA
91222007-12-07 Michael Albinus <michael.albinus@gmx.de>
9123
ff91dc79
SM
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.
ef6ce14c
MA
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
8c16bd8c
DG
91342007-12-06 D. Goel <deego3@gmail.com>
9135
cf9ca124
JB
9136 * allout.el (allout-write-file-hook-handler):
9137 * textmodes/reftex.el (reftex-TeX-master-file):
9138 * textmodes/org.el (org-paste-subtree):
cf9ca124
JB
9139 * progmodes/vhdl-mode.el (vhdl-template-modify):
9140 * progmodes/idlw-shell.el (idlwave-shell-send-command)
e74d83ee 9141 (idlwave-shell-display-line):
cf9ca124
JB
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):
7e5be5e3 9156 * bindings.el (complete-symbol):
cf9ca124 9157 * textmodes/org-publish.el (org-publish-file):
7e5be5e3
GM
9158 (org-publish-current-project):
9159 * textmodes/reftex-parse.el (reftex-short-context):
9160 * textmodes/texinfmt.el: Fix buggy calls to `error'.
864da779 9161
214abdd4
SM
91622007-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
b2f2cd56
RS
91732007-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
417cf0b2
GM
91782007-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:
7123da6d 9189 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
417cf0b2
GM
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
e5e76c04 91962007-12-05 Richard Stallman <rms@gnu.org>
e5784820
RS
9197
9198 * wid-edit.el (widget-type): Doc fix.
9199
e5e76c04 92002007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
a0e3c626
SM
9201
9202 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9203 Don't match "sub { (...) ... }".
9204
e5e76c04 92052007-12-05 Richard Stallman <rms@gnu.org>
023df4cf
RS
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
b890d447
MB
92112007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
9212
9213 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9214
92152007-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
92212007-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
92302007-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
92392007-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
b36fbf81
DG
92452007-12-05 D. Goel <deego3@gmail.com>
9246
354c0c2d
GM
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.
f6e7ec02 9256
b36fbf81
DG
9257 * emacs-lisp/find-func.el (find-library-name): Prefer files with
9258 ".el" suffix over "".
9259
7b760f0a
MA
92602007-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
a342aca4
GM
92652007-12-05 Glenn Morris <rgm@gnu.org>
9266
11740ce5
GM
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
ff91dc79
SM
9277 * eshell/esh-util.el (top-level): Don't require pp.
9278 Use condition-case rather than ignore-errors.
11740ce5
GM
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
ff91dc79
SM
9300 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9301 Remove declared function from byte-compile-noruntime-functions.
a342aca4
GM
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
3728bf03
MO
93162007-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
5363d8ea
MA
93292007-12-04 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/dbus.el (dbus-hash-table=): New defun.
d254d939 9332 (dbus-hash-table-test): New hash table test function, used in
5363d8ea 9333 `dbus-registered-functions-table'.
f267053c
MA
9334 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9335 (dbus-event-service-name, dbus-event-path-name)
c8a56c87
GM
9336 (dbus-event-interface-name, dbus-event-member-name):
9337 Rewrite, due to new structure of `dbus-event'.
5363d8ea 9338
35d5727c
JB
93392007-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
c52ae2bb
GM
93442007-12-04 Glenn Morris <rgm@gnu.org>
9345
8b334673
GM
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
fd48cd18
GM
9350 * net/tramp.el: Require password-cache or password.
9351
c52ae2bb
GM
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)
35d5727c
JB
9373 (viper-vi-state-cursor-color):
9374 Consolidate make-variable-frame-local calls.
c52ae2bb
GM
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
0b6799c3
MB
93832007-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
bedb08d4
KF
93892007-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
e392d1cc
DN
93962007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9397
35d5727c
JB
9398 * ediff-diff.el (ediff-prepare-error-list):
9399 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
e392d1cc 9400
d99abf1b
RS
94012007-12-03 Tassilo Horn <tassilo@member.fsf.org>
9402
9403 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
35d5727c
JB
9404 (doc-view-current-overlay, doc-view-pending-cache-flush):
9405 Add doc string.
d99abf1b 9406
18715c33
RS
94072007-12-03 Richard Stallman <rms@gnu.org>
9408
ff91dc79 9409 * subr.el (declare-function): Move from byte-run.el.
708bb6f8 9410
12478e67 9411 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
708bb6f8 9412
18715c33
RS
9413 * window.el (recenter-top-bottom): Don't use `ecase'.
9414
e1970249
KF
94152007-12-02 Karl Fogel <kfogel@red-bean.com>
9416
ff91dc79
SM
9417 * saveplace.el (save-place-alist-to-file):
9418 Set coding-system-for-write once and refer to it throughout.
ca2fbc2e 9419 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
e1970249 9420
82115f7b
KF
94212007-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.
ca2fbc2e
KF
9425 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
9426 Juanma Barranquero.
82115f7b 9427
b01fc9c9
GM
94282007-12-02 Glenn Morris <rgm@gnu.org>
9429
35d5727c
JB
9430 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9431 Reverse branches of if statement.
369fc5a6 9432
b01fc9c9
GM
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
369fc5a6
GM
9457 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
9458 Move here from gnus/.
9459
dad93563
KF
94602007-12-02 Karl Fogel <kfogel@red-bean.com>
9461
9462 Offer option for saveplace to be quiet about loading and saving.
7123da6d 9463 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
dad93563 9464
7123da6d 9465 * saveplace.el (save-place-quiet): New customizable boolean.
dad93563
KF
9466 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
9467 to determine whether to print loading/saving messages.
9468
5b8178bb
GM
94692007-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
cb11d614
GM
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
2650c1db
GM
9485 * progmodes/python.el (top-level): Don't require cl when compiling.
9486
3afc21a9 94872007-12-02 Agust\e$(Q)c\e(Bn Mart\e$(Q)c\e(Bn <agustin.martin@hispalinux.es>
a3614e04
GM
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
43202f8a
DN
94992007-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
3a993e3d
MA
95042007-12-02 Michael Albinus <michael.albinus@gmx.de>
9505
9506 * net/dbus.el: New file.
9507
27c11d0f
JB
95082007-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)
2e509325 9524 (math-punc-table, math-compose-subscr, math-dots)
27c11d0f
JB
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.
2e509325 9531 (math-eqn-ignore-words, math-tex-ignore-words)
27c11d0f
JB
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
c9db111a
SM
95562007-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
93a142e1
DN
95632007-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
395bbcd3
MR
95732007-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
3092d1fb
GM
95782007-12-01 Glenn Morris <rgm@gnu.org>
9579
15689fa7 9580 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
06cec913
GM
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
3092d1fb
GM
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
182aef95
DN
95982007-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
c9db111a
SM
9603 * textmodes/org.el (org-calendar-holiday):
9604 Use calendar-check-holidays instead of the obsolete
182aef95
DN
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
fc0eafe1
MR
96302007-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.
c9db111a
SM
9634 (longlines-show-region, longlines-unshow-hard-newlines):
9635 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
fc0eafe1
MR
9636 inhibit-modification-hooks here to avoid that a buffer appears
9637 modified when toggling visibility of hard newlines.
9638
2bca2e0d
GM
96392007-11-30 Glenn Morris <rgm@gnu.org>
9640
9641 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
9642
1a717047
GM
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
f29263b3
DN
96512007-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
8fff8988
GM
96632007-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
36176341
GM
9676 * desktop.el (uniquify-item-base):
9677 * term/mac-win.el (url-type): Declare as functions.
8fff8988
GM
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
53e2f97f
GM
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
8d6d388d
DN
96882007-11-29 Alexandre Julliard <julliard@winehq.org>
9689
9690 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
9691
9c15b1e7
GM
96922007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9693
9694 * calendar/time-date.el (encode-time-value): Doc fix.
9695
0bd90741
GM
96962007-11-29 Glenn Morris <rgm@gnu.org>
9697
9c15b1e7
GM
9698 * calendar/time-date.el (with-decoded-time-value): Doc fix.
9699
0bd90741
GM
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
c9db111a
SM
9725 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
9726 Use bbdb-address-zip rather than bbdb-address-zip-string.
0bd90741 9727
d50fd8e2
GM
97282007-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
53dd1d53
GM
97332007-11-28 Martin Rudalics <rudalics@gmx.at>
9734
9735 * newcomment.el (comment-region-internal): Fix newline insertion
9736 in `block' case.
9737
571e4e61
SM
97382007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
9741
488f4498
GM
97422007-11-28 Glenn Morris <rgm@gnu.org>
9743
6bf181fb
GM
9744 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
9745 delete .elc files.
9746
9e02db22
GM
9747 * nxml/char-name/unicode: Move to etc/nxml/.
9748 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
9749
488f4498
GM
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):
c9db111a 9755 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
488f4498
GM
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
571e4e61
SM
9776 * emulation/edt.el (edt-user-emulation-setup):
9777 Test edt-setup-user-bindings is bound before calling.
488f4498
GM
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
79df1d6f
JB
97962007-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
73e72da4
DN
98012007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
9802
571e4e61
SM
9803 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
9804 Pacify byte compiler.
73e72da4
DN
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
af5db4a5
GM
98502007-11-27 Glenn Morris <rgm@gnu.org>
9851
8ac92256
GM
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
af5db4a5
GM
9856 * eshell/eshell.el (eshell-report-bug): Add version number of
9857 obsolescence.
9858
1007a0a7
GM
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
af5db4a5
GM
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):
225ccf92
GM
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):
af5db4a5
GM
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
84df9db8
JB
99322007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
9933
d3b91357 9934 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
84df9db8
JB
9935 algebraic modes.
9936
d3b91357
JB
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
571e4e61 10003 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
d3b91357
JB
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
2e509325 10033 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
d3b91357
JB
10034 (math-read-expr-level): Declare as functions.
10035
10036 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
10037
61e21607
SM
100382007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
af5db4a5
GM
10041 end-of-defun-function is called consistently, even for negative
10042 arguments.
61e21607
SM
10043 (end-of-defun-function): Default to forward-sexp.
10044
06f61dac
JB
100452007-11-26 Juanma Barranquero <lekktu@gmail.com>
10046
10047 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10048
42e32ed8
GM
100492007-11-26 Glenn Morris <rgm@gnu.org>
10050
60806b73
GM
10051 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
10052 than :suffix.
10053
42e32ed8
GM
10054 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10055
a06e7b5d
SJ
100562007-11-26 Simon Josefsson <simon@josefsson.org>
10057
10058 * net/imap.el: Move from ../gnus.
10059
789ab9d4
RS
100602007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10061
10062 * doc-view.el (doc-view-mode-p): New function.
10063
2b54af74
DN
100642007-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):
1dcf3f16
JB
10070 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
10071 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2b54af74
DN
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):
1dcf3f16
JB
10083 * obsolete/rnews.el (news-set-minor-modes):
10084 Remove non working functions.
2b54af74 10085
abf1a55b
GM
100862007-11-25 Glenn Morris <rgm@gnu.org>
10087
989823ed
GM
10088 * eshell/esh-maint.el (top-level): Use require with NOERROR for
10089 pcomplete. Don't mess with load-path.
49433569 10090
abf1a55b
GM
10091 * eshell/eshell.el (eshell-report-bug-address): Remove.
10092 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
10093
c6d48e47
GM
100942007-11-24 Glenn Morris <rgm@gnu.org>
10095
40f79f5b 10096 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1dcf3f16
JB
10097 (appt-disp-window): Don't require electric.
10098 Simplify minibuffer-avoidance code.
40f79f5b
GM
10099 (appt-select-lowest-window): Avoid minibuffer.
10100
c6d48e47
GM
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.
1dcf3f16
JB
10108 (top-level): Move provide statement to the end of the file.
10109 Re-order and update commentary.
c6d48e47 10110
5731a8e0
TTN
101112007-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
0bcc6163
TTN
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
d9e43b70
MA
101242007-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
b16bd82d
TTN
101302007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10131
10132 * vc-git.el (vc-git-show-log-entry): New func.
10133
5fdbecd8
TTN
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
e1b0f17b
GM
101412007-11-24 Glenn Morris <rgm@gnu.org>
10142
10143 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10144
193e7f80
KH
101452007-11-24 Kenichi Handa <handa@m17n.org>
10146
10147 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
10148
95ec6ea4
DK
101492007-11-23 David Kastrup <dak@gnu.org>
10150
1dcf3f16 10151 * server.el (server-process-filter): Use `command-line-args-left'.
95ec6ea4 10152
43b99780
SM
101532007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10154
2a5bb249 10155 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
43b99780 10156
d24182bb
DN
101572007-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
8cd39fb3
MH
101622007-11-23 Mark A. Hershberger <mah@everybody.org>
10163
14521da1 10164 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
8cd39fb3 10165
b3acb094
JL
101662007-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
50bfa18a
SM
101812007-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
47b1ca26
RS
101862007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10187
10188 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
10189
e3e72162
GM
101902007-11-22 Glenn Morris <rgm@gnu.org>
10191
d0a3b8c2
GM
10192 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
10193
e3e72162
GM
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
2546bcdd
SM
102012007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10202
e31d2d89
SM
10203 * subr.el (posn-col-row): Make the `default-value' use explicit.
10204
693b2fe2
SM
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
2546bcdd
SM
10210 * emacs-lisp/bytecomp.el
10211 (byte-compile-file-form-custom-declare-variable): Simplify.
10212
967c6c49
JB
102132007-11-22 Juanma Barranquero <lekktu@gmail.com>
10214
d1a3873f
JB
10215 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
10216 Set `show-trailing-whitespace' to nil.
10217
967c6c49
JB
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
3afc21a9 102312007-11-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
d2ea6863
JD
10232
10233 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
10234
9769d49f
GM
102352007-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.
d5cf82de
GM
10246 (check-declare-verify): Handle .c files. Warn if could not find
10247 an arglist to check.
9769d49f
GM
10248
10249 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10250
73e6adaa
DN
102512007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10252
85ea5b19
DN
10253 * replace.el (occur-mode-map): Add a major mode menu with entries
10254 for all occur operations.
10255
73e6adaa
DN
10256 * international/titdic-cnv.el (dos-8+3-filename):
10257 * obsolete/fast-lock.el (msdos-long-file-names):
10258 * frame.el (msdos-mouse-p):
65c5f027 10259 * files.el (msdos-long-file-names, w32-long-file-name):
73e6adaa
DN
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
c2ca78bc
JR
102752007-11-21 Jason Rumney <jasonr@gnu.org>
10276
10277 * emacs-lisp/byte-run.el (declare-function): Return nil.
10278
b6ddf8d7
SM
102792007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
10282
9b1d7c34
VJL
102832007-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
b541ccb4
JB
102892007-11-21 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
10292
2ae3bb85
GM
102932007-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
99c71516
DN
102992007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * frame.el (msdos-mouse-p):
6a1f4398 10302 * files.el (msdos-long-file-names, w32-long-file-name):
99c71516
DN
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
d4aa48db 103152007-11-21 Eli Zaretskii <eliz@gnu.org>
6fee106e 10316
b6ddf8d7
SM
10317 * international/mule-cmds.el (set-locale-environment):
10318 Set default-file-name-coding-system _after_ keyboard and terminal
d4aa48db 10319 coding systems. This fixes last change.
6fee106e 10320
d4aa48db
MB
10321 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
10322 one space after "Subject:".
6fee106e 10323
d4aa48db 103242007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 10325
d4aa48db
MB
10326 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
10327 in order to determine if there's a conflict.
6fee106e 10328
d4aa48db 103292007-11-21 Richard Stallman <rms@gnu.org>
6fee106e 10330
d4aa48db 10331 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
6fee106e 10332
d4aa48db
MB
10333 * reposition.el (reposition-window):
10334 Binding C-M-l moved to bindings.el.
6fee106e 10335
d4aa48db 10336 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
6fee106e 10337
d4aa48db
MB
10338 * add-log.el (add-change-log-entry-other-window):
10339 Key binding C-x 4 a moved to bindings.el.
6fee106e 10340
d4aa48db
MB
10341 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
10342 from filecache.el.
6fee106e 10343
d4aa48db 10344 * filecache.el: Minibuffer map bindings moved to bindings.el.
6fee106e 10345
d4aa48db 103462007-11-21 Jason Rumney <jasonr@gnu.org>
6fee106e 10347
d4aa48db
MB
10348 * international/mule-cmds.el (set-locale-environment):
10349 Set default-file-name-coding-system from system defaults on Windows.
6fee106e 10350
2101ea1a
JR
103512007-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
e8ffb999
DN
103642007-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)
6a1f4398
JB
10369 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
10370 (dos-8+3-filename, vms-read-directory, view-mode-disable):
e8ffb999
DN
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
3644f786
JB
103912007-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
8281b9f9
JR
103962007-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
202c09a8
DN
104012007-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
3644f786 10405 current frame. Move the suspend-emacs processing here.
202c09a8 10406
1571d112
JB
104072007-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
6d00e226
DN
104142007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10415
48b43130
DN
10416 * vc.el (vc-find-revision): Set the parent buffer.
10417 Use when instead of if.
10418
6d00e226
DN
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):
1571d112 10430 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
6d00e226 10431
77fdc5c3
SM
104322007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
10435
82b3ac7a
GM
104362007-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
153ef845
DN
104412007-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
8950769a
MA
104612007-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
d8f1d2f3
JB
104682007-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
004a00f4
DN
104732007-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)
39da3b68 10485 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
004a00f4
DN
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
39da3b68 10496 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
004a00f4
DN
10497
10498 * vc-hg.el (vc-hg-revision-table): Fix last change.
10499
34cf517c
MR
105002007-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
cb07a30c
NR
105092007-11-19 Nick Roberts <nickrob@snap.net.nz>
10510
10511 * progmodes/gdb-ui.el: Update commentary.
10512
282e1e37
DN
105132007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
10514
39da3b68 10515 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
282e1e37 10516
db283402
GM
105172007-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
0b281d03
SM
105282007-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
71f89cd9
JL
105342007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
10535
0b281d03
SM
10536 * textmodes/texinfmt.el (texinfo-format-printindex):
10537 Collect combined indexes using texinfo-short-index-format-cmds-alist.
71f89cd9
JL
10538 Reported on <bug-texinfo@gnu.org>.
10539
b50dd0d2
MA
105402007-11-18 Michael Albinus <michael.albinus@gmx.de>
10541
0b281d03
SM
10542 * net/tramp.el (tramp-completion-reread-directory-timeout):
10543 New defcustom.
b50dd0d2
MA
10544 (tramp-handle-file-name-all-completions): Flush directory contents
10545 from cache regularly.
0b281d03
SM
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.
b50dd0d2
MA
10549
10550 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
10551 created when copying.
10552
a3269bc4
DN
105532007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
0b281d03 10556 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
a3269bc4
DN
10557 * eshell/esh-ext.el (eshell-external-command):
10558 * eshell/esh-cmd.el (require):
10559 * eshell/em-unix.el (eshell-plain-locate-behavior):
0b281d03
SM
10560 * eshell/em-cmpl.el (eshell-cmpl-initialize):
10561 Replace eshell-under-xemacs-p with (featurep 'xemacs).
39da3b68 10562 * eshell/esh-mode.el (characterp, char-int): Remove unused
a3269bc4
DN
10563 conditional defaliases.
10564
0b281d03
SM
10565 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
10566 Rename from event-matches-key-specifier-p, define unconditionally.
a3269bc4
DN
10567 (event-basic-type): Remove unused defalias.
10568 (pcomplete-show-completions):
10569 Use pcomplete-event-matches-key-specifier-p.
10570
4e60b1b6
EZ
105712007-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
48b0e82e
MR
105762007-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
f772cd18
GM
105822007-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
2e49e9f7
GM
10592 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
10593
f772cd18
GM
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
c4c0510a
GM
10598 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
10599 Remove these files.
10600
efb67a5e
JB
106012007-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
934b4968
JL
106182007-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
b2e7f0f0
JB
106252007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10626
10627 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
b6ddf8d7 10628 (math-build-parse-table): Get parse information from math-parse-table.
b2e7f0f0 10629
e85c6b7c
SM
106302007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10631
de8ebf62
SM
10632 * window.el (recenter-last-op): New var.
10633 (recenter-top-bottom): New command.
10634 (global-map): Bind it to C-l.
10635
d548715c
SM
10636 * abbrev.el (abbrev--write): Fix error in transcription from C.
10637
e85c6b7c
SM
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
da99b369
DN
106452007-11-16 Tassilo Horn <tassilo@member.fsf.org>
10646
e85c6b7c
SM
10647 * doc-view.el (doc-view-search-backward, doc-view-search):
10648 Fix assignment to free variable bug.
da99b369 10649
de299ed7
SM
106502007-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.
efb67a5e 10655 Use it everywhere instead of (setq mark-active nil).
de299ed7 10656
9efa445f
DN
106572007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10658
efb67a5e
JB
10659 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
10660 Add check for XEmacs.
9efa445f
DN
10661
10662 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
10663
10664 * doc-view.el (doc-view-resolution): Add missing :group.
10665
c4569608
JB
106662007-11-16 Juanma Barranquero <lekktu@gmail.com>
10667
10668 * subr.el (make-variable-frame-local):
10669 Fix typo in obsolescence declaration.
10670
dddb4597
WL
106712007-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
78a4e22e
GM
106772007-11-16 Glenn Morris <rgm@gnu.org>
10678
10679 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
10680
e6059429
JB
106812007-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
7dc5b46d
JL
106882007-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
05477667
SM
106992007-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
ec5741dc
JB
107082007-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
e75e6cc8
SM
107212007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10722
f2c232a2
SM
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
4befebc1
SM
10727 * vc.el (vc-diff-internal): Pop-to-buffer later.
10728
58da34c7
SM
10729 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
10730
e75e6cc8
SM
10731 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
10732 did not touch them.
10733
3fad8aaa
JB
107342007-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
f31d0424
JB
107392007-11-14 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
10742
8e813bab
NR
107432007-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
84b4b70d
NF
107542007-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
d8947b79
DN
107592007-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.
e75e6cc8 10766 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
d8947b79 10767
30a308aa
DN
107682007-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
e42c6bbc
MA
107732007-11-12 Michael Albinus <michael.albinus@gmx.de>
10774
e75e6cc8
SM
10775 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10776 Check whether the output of "uname -sr" has been changed.
e42c6bbc 10777
ddab7705
VJL
107782007-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
2e7a8a21
DN
107832007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10784
2dea72ab
DN
10785 * progmodes/compilation-perl.el:
10786 * progmodes/compilation-weblint.el: Disable autoloads, they cause
10787 a bootstrap failure.
10788
2e7a8a21 10789 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
e75e6cc8 10790 instead of doing "cvs diff" in order to avoid accessing the repository.
2e7a8a21 10791
4cbf3aa7
VJL
107922007-11-12 Kevin Ryde <user42@zip.com.au>
10793
10794 * progmodes/compilation-perl.el:
10795 * progmodes/compilation-weblint.el: New files.
10796
dcb3ea40
JB
107972007-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
34065e5e
JL
108062007-11-11 Tassilo Horn <tassilo@member.fsf.org>
10807
10808 * doc-view.el: Add comments about isearch support.
10809
c27f56ee
DN
108102007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * vc.el (vc-start-entry): Fix setting the in the case the function
dcb3ea40 10813 is called from vc-dired. Use when instead of if where appropriate.
c27f56ee 10814
3bcc60cf 108152007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6fee106e 10816
dcb3ea40
JB
10817 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
10818 to be a list.
3bcc60cf 10819 (ps-begin-job): Error if ps-lpr-switches is not a list.
6fee106e 10820
a457417e 108212007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6fee106e 10822
a457417e
MB
10823 * faces.el (face-normalize-spec): Remove function.
10824 (frame-set-background-mode): Undo last change.
6fee106e 10825
3bcc60cf
VJL
108262007-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
06f5c483
JL
108312007-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
7baca0fa
JL
108392007-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
7abe68aa
JL
108492007-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
108552007-11-10 David Kastrup <dak@gnu.org>
10856
10857 * subr.el (match-substitute-replacement): New function.
10858
303c8351
CD
108592007-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
aa13a094
MR
108642007-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
fe1919ab
DN
109042007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
10905
dcb3ea40
JB
10906 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
10907 Optimize (featurep 'emacs) to t.
70f41945 10908
dcb3ea40
JB
10909 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
10910 New function.
70f41945
DN
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
fe1919ab
DN
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
1adf362d
JR
109242007-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
d725608c
JB
109292007-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
c7e36bd9
SM
109342007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10935
5015055e
SM
10936 * simple.el (interprogram-cut-function, interprogram-paste-function):
10937 Don't make them frame-local any more.
10938
a3ee6f08
SM
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
c7e36bd9
SM
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
aa58f006
JB
109472007-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
b7c76a30
SM
109532007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10954
4eebd7fe
SM
10955 * abbrev.el (define-abbrev-table): Record the variable definition.
10956
b7c76a30
SM
10957 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
10958 New function.
10959
4a6789f7
VJL
109602007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10961
d54ad496
VJL
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.
4a6789f7
VJL
10964 (ps-print-version): New version 6.8.1.
10965
d355b270
JB
109662007-11-09 Juanma Barranquero <lekktu@gmail.com>
10967
10968 * files.el (enable-local-variables): Doc fix.
10969
c12ecb0a 109702007-11-09 Nick Roberts <nickrob@snap.net.nz>
9d2185d1 10971
c12ecb0a 10972 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
6fee106e 10973
c12ecb0a 109742007-11-09 Sven Joachim <svenjoac@gmx.de>
6fee106e 10975
c12ecb0a
MB
10976 * dired-aux.el (dired-copy-file-recursive):
10977 Preserve directory permissions.
6fee106e 10978
c12ecb0a 109792007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 10980
c12ecb0a
MB
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.
6fee106e 10985
c12ecb0a 109862007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 10987
c12ecb0a
MB
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.
6fee106e 10992
c12ecb0a
MB
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.
6fee106e 10997
c12ecb0a
MB
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.
6fee106e 11003
c12ecb0a 110042007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 11005
c12ecb0a
MB
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.
6fee106e 11009
c12ecb0a 110102007-11-09 Richard Stallman <rms@gnu.org>
6fee106e 11011
c12ecb0a 11012 * savehist.el (savehist-save): Obey savehist-ignored-variables.
6fee106e 11013
c12ecb0a 110142007-11-09 Nick Roberts <nickrob@snap.net.nz>
6fee106e 11015
c12ecb0a
MB
11016 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
11017 (gdb-var-update-handler-1): Use it.
6fee106e 11018
c12ecb0a 110192007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 11020
c12ecb0a
MB
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).
6fee106e 11024
c12ecb0a
MB
11025 * follow.el (follow-unload-function): Add docstring.
11026 (follow-unload-function): Remove variable.
6fee106e 11027
c12ecb0a
MB
11028 * server.el (server-unload-function): Remove variable.
11029 (server-unload-function): Unbind `server-edit' from `C-x #'.
6fee106e 11030
c12ecb0a 11031 * ses.el (ses-unload-function): New function.
6fee106e 11032
c12ecb0a 110332007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 11034
c12ecb0a
MB
11035 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
11036 (unsafep-progn, unsafep-let): Fix typos in docstrings.
6fee106e 11037
c12ecb0a
MB
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.
6fee106e 11041
e83d1fe8
DN
110422007-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
d355b270 11100 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
e83d1fe8 11101
67932d94
MA
111022007-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
661192e6
VJL
111072007-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
f56f00fa
SM
111122007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
11115
b08104a0
MA
111162007-11-07 Michael Albinus <michael.albinus@gmx.de>
11117
f56f00fa
SM
11118 * net/tramp.el (tramp-handle-substitute-in-file-name):
11119 Don't expand the remote connection identification.
b08104a0
MA
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.
39da3b68 11126 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
b08104a0
MA
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
53afc686
GM
111362007-11-07 David Hansen <david.hansen@gmx.net>
11137
11138 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
11139
c74e901d
GM
111402007-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
6ffadbb8
GM
111462007-11-07 Rob Riepel <riepel@networking.stanford.edu>
11147
11148 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
11149
3afc21a9 111502007-11-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
dafac6f3
GM
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
1d515b42
AS
111562007-11-07 Andreas Schwab <schwab@suse.de>
11157
11158 * server.el (server-start): Only register cleanup after server was
11159 started.
11160
726f0272
MA
111612007-11-06 Michael Albinus <michael.albinus@gmx.de>
11162
11163 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
11164
7123da6d 11165 * net/tramp-cache.el (tramp-cache-print): Move down.
726f0272
MA
11166 (tramp-cache-list-connections): New defun.
11167
11168 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
11169
77e81232
JB
111702007-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
dfdaf4ee
CD
111752007-11-06 Carsten Dominik <dominik@science.uva.nl>
11176
b5729367
JB
11177 * textmodes/org.el (org-table-formula-substitute-names):
11178 Remove forgotten temporary debugging code.
dfdaf4ee 11179
bdbeca7b
MA
111802007-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
59d97623
TTN
111852007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
11186
11187 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
11188
45374a15
SJ
111892007-11-05 Simon Josefsson <simon@josefsson.org>
11190
11191 * net/tls.el (tls-end-of-info): Doc fix.
11192
543a1ac4
KH
111932007-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
e486b005
SM
111992007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * abbrev.el (abbrev--write): Fix up typo.
11202
f57a9512
JB
112032007-11-04 Juanma Barranquero <lekktu@gmail.com>
11204
11205 * abbrev.el (define-abbrev-table): Doc fix.
11206
e56f84d7
TTN
112072007-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.
f0815137 11211 (Info-copy-current-node-name): Add space between filename and nodename.
e56f84d7 11212
1449012d
SM
112132007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * abbrev.el (expand-abbrev): Move point back to expansion's end.
11216
cd6db47c
GM
112172007-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
112232007-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
c81f72ce
TTN
112302007-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
6159985a
MO
112352007-11-03 Michael Olson <mwolson@gnu.org>
11236
1449012d
SM
11237 * textmodes/remember.el (remember-buffer):
11238 Use define-obsolete-function-alias rather than defalias.
6159985a 11239
7796ee61
GM
112402007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
11241
11242 * simple.el (bad-packages-alist): Anchor semantic regexp.
11243
7a05f2bd
GM
112442007-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
1449012d
SM
11254 * textmodes/nroff-mode.el (nroff-mode):
11255 Set comment-insert-comment-function rather than indent-line-function.
7a05f2bd
GM
11256 (nroff-indent-line-function): Remove.
11257 (nroff-insert-comment-function): New function.
11258
8ef97aec 112592007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
d779c510
JB
11260
11261 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
11262
112632007-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.
39da3b68 11276 (ediff-test-utility, ediff-diff-mandatory-option)
d779c510
JB
11277 (ediff-reset-diff-options): Remove to simplify the mandatory option
11278 handling on Windows.
11279 (ediff-set-diff-options): Add.
cfe80861 11280 (ediff-diff-options): Set "--binary" option as default in some cases.
d779c510
JB
11281
11282 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
cfe80861
JB
11283 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
11284 ediff-vc-working-revision. Require vc-hooks.
d779c510 11285
3020ee92
RF
112862007-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
c5eb76e4 11290 set to :safe (CVE-2007-5795).
3020ee92 11291
05db920d
GM
112922007-11-02 Glenn Morris <rgm@gnu.org>
11293
b9b4d12c
GM
11294 * newcomment.el (comment-indent): Let comment-insert-comment-function,
11295 if defined, do all the work of inserting a new comment.
11296
5ec19a11
GM
11297 * progmodes/etags.el (tags-table-mode): Disable undo.
11298
05db920d
GM
11299 * simple.el (bad-packages-alist): Revert previous change.
11300
8b1e0dff
DN
113012007-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
246a4316
MO
113072007-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
174a72ea
MO
113122007-11-01 Michael Olson <mwolson@gnu.org>
11313
77210f1e
MO
11314 * textmodes/remember.el: Improve documentation in heading.
11315 (remember-before-remember-hook): Turn into a customizable option.
174a72ea
MO
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.
80f0c18f 11324 (remember-mode-map): Define and initialize in one step.
869dc290 11325 (remember-mode): Improve docstring.
209dc81c
JB
11326 (remember-annotation-functions): Default to just '(buffer-file-name),
11327 and don't try to take the default value from Planner.
174a72ea 11328
56dad874
GM
113292007-11-01 Glenn Morris <rgm@gnu.org>
11330
8aafd651
GM
11331 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
11332
50c44633
GM
11333 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
11334
68013cfa
GM
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
56dad874
GM
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
a9d8037f
GM
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
683b7dc6
GM
113492007-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
399f21c1
DN
113582007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11359
6a2c788e
DN
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)
209dc81c 11371 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
6a2c788e 11372
399f21c1
DN
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
209dc81c 11383 * term/sun.el (select-previous-complex-command): Remove obsolete code.
399f21c1 11384
bce6be12
RS
113852007-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
dcbb251e
SM
113902007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11391
7656fe61
SM
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
dcbb251e
SM
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
3412f35d
MA
114042007-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
c01b9971
SM
114092007-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
8ac56013
DN
114182007-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
2b86bfb1
SM
114232007-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
26e96680
JB
114282007-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
c896ea95
VJL
114442007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
11445
26e96680 11446 * emacs-lisp/find-func.el (find-library): Use library at
c896ea95
VJL
11447 point as default interactive argument.
11448
32f389a4
JB
114492007-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
91dd4dc4
DN
114582007-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):
32f389a4
JB
11479 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
11480 Remove function not used by pcl-cvs anymore.
91dd4dc4
DN
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
8fa07e4f
GM
114852007-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
0bbaf7b4
JB
114942007-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
115072007-10-30 Juanma Barranquero <lekktu@gmail.com>
93c5a976
JB
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
c17587fe
SM
115152007-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
36d4b145
JR
115352007-10-30 Jason Rumney <jasonr@gnu.org>
11536
11537 * time.el (display-time-world-list): Test for zoneinfo support.
11538
a7580c1c
MA
115392007-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
1a59edfc
SM
115472007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11548
f4c75497
SM
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
1a59edfc
SM
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
01823b77
TTN
115652007-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
e0628060
MO
115702007-10-30 Michael Olson <mwolson@gnu.org>
11571
11572 * textmodes/remember.el (remember-mode-hook)
f4c75497
SM
11573 (remember-handler-functions, remember-annotation-functions):
11574 Add additional items as options, including some Org functions.
e0628060 11575
5b549c31
GM
115762007-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
2799e7a0
GM
116032007-10-30 Glenn Morris <rgm@gnu.org>
11604
370d4074 11605 * dirtrack.el (dirtrack-mode): Doc fix.
b5729367 11606
370d4074
GM
11607 * shell.el (shell-dirtrack-verbose, shell-mode)
11608 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
11609
2799e7a0
GM
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
4ea0e84a
DN
116162007-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
1a59edfc
SM
11644 * textmodes/reftex-index.el (reftex-index-selection-or-word):
11645 Use feature test instead of boundp test so it can be resolved at
4ea0e84a
DN
11646 compile time.
11647
39da3b68 11648 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4ea0e84a 11649
79415279
SM
116502007-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
f2168a4c
MO
116582007-10-30 Michael Olson <mwolson@gnu.org>
11659
11660 * desktop.el (desktop-minor-mode-table): Add line for ERC.
11661
15f3eb73
MO
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
2a1408fd
DN
116682007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11669
1a59edfc 11670 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2a1408fd 11671 Relocate in file.
1a59edfc 11672 (allout-doublecheck-at-and-shallower): Increase to include
0bbaf7b4
JB
11673 slightly greater depths, since yank interaction is now ok.
11674 Also, elaborate the docstring to explain the situation.
1a59edfc 11675 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2a1408fd
DN
11676 instead of concat, so we accommodate key sequences expressed as
11677 vectors as well as strings and lists.
1a59edfc 11678 (allout-flag-region, allout-hide-by-annotation): Make the
2a1408fd 11679 hidden-text overlays 'front-advance.
0bbaf7b4 11680 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1a59edfc
SM
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
0bbaf7b4 11692 outline navigation doesn't disrupt other Emacs operations.
1a59edfc 11693 (allout-beginning-of-line): Retreat to the beginning of the hidden
2a1408fd 11694 text, so fields are respected (for submodes that care).
0bbaf7b4 11695 (allout-end-of-line): Preserve mark activation status when jumping.
1a59edfc 11696 (allout-open-topic): Account for opening after a child that
0bbaf7b4
JB
11697 contains a hidden trailing newline. Preserve match data.
11698 Run allout-structure-added-hook
1a59edfc
SM
11699 (allout-encrypt-decrypted): Preserve match data.
11700 (allout-toggle-current-subtree-exposure): Add new interactive
2a1408fd 11701 function for toggle subtree exposure - suggested by tassilo.
1a59edfc 11702 (move-beginning-of-line, move-end-of-line): Don't use
39da3b68 11703 line-move-invisible-p, it's obsolete - substitute the code, instead.
2a1408fd 11704
6546555e
DN
117052007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
11706
fc5e09b3
DN
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
b5729367
JB
11718 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
11719 Only do work for XEmacs.
c9b3d6a5
DN
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)
b5729367
JB
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
0bbaf7b4 11737 flavor. Replace uses of deleted aliases and renamed functions.
c9b3d6a5
DN
11738 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
11739 of deleted aliases and renamed functions.
11740
6546555e
DN
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
d9774611
RS
117632007-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
117692007-10-28 Richard Stallman <rms@gnu.org>
11770
b5729367 11771 * net/browse-url.el (browse-url-text-xterm): Rename from
d9774611
RS
11772 browse-url-lynx-xterm and made generic.
11773 (browse-url-text-emacs): Likewise.
11774 (browse-url-text-browser): New variable.
b5729367 11775 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
d9774611
RS
11776 (browse-url-text-input-field, browse-url-text-input-attempts)
11777 (browse-url-kde-program): Likewise.
11778
4194f0a4
GM
117792007-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
e9283e70
MR
117852007-10-29 Martin Rudalics <rudalics@gmx.at>
11786
7b54abdd
JB
11787 * wdired.el (wdired-next-line, wdired-previous-line):
11788 Use next-line and previous-line wrapped in with-no-warnings.
e9283e70 11789
a0a5c583
GM
117902007-10-29 Ryan Yeske <rcyeske@gmail.com>
11791
7b54abdd 11792 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
a0a5c583
GM
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
08446d5e
JB
118152007-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
042be1d3
GM
118262007-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
cf637a34
GM
118382007-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.
bdf5c7d9
GM
11860 * emacs-lisp/cl.el: Move local variables to end of file, and set
11861 byte-compile-warnings to `(not cl-functions)'.
cf637a34
GM
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
a7f58f4b
DN
118732007-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
c48254fb
JB
118782007-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
72a69d7f
JL
118852007-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
e047f448
SM
118932007-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
ccae01a6
VJL
119162007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11917
11918 * ps-print.el: Now detect if text foreground and background colors are
c48254fb 11919 equal and replace the foreground color by another color, so the text
ccae01a6
VJL
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
2161a8ac
GM
119282007-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
ecaf7186
JB
119352007-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
f83fb05a
DN
119422007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11943
11944 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
11945
8f3f313d
JB
119462007-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
a4aeb9a4
MA
119512007-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)
f14ee802
JB
11964 (tramp-load-report-modules, tramp-append-tramp-buffers):
11965 Move to tramp-cmds.el.
4b03e20a 11966
a4aeb9a4
MA
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
dca2168c
EZ
119732007-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
ebe4c710
VJL
119802007-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.
ccae01a6 11995 (pr-menu-print-item, pr-ps-printer-menu-modified)
ebe4c710
VJL
11996 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
11997 (pr-even-or-odd-alist): Vars definition moved.
11998
72229917
DN
119992007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12000
3fe5c37a
DN
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
f14ee802
JB
12005 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
12006 New defvars.
3fe5c37a
DN
12007
12008 * textmodes/css-mode.el (comment-continue):
12009 * net/browse-url.el (url-handler-regexp):
f14ee802
JB
12010 * progmodes/idlw-help.el (idlwave-system-routines):
12011 Pacify byte-compiler.
3fe5c37a 12012
72229917 12013 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
f14ee802
JB
12014 line-move-invisible-p with its former definition: invisible-p.
12015 line-move-invisible-p was removed on 2007-08-29.
72229917 12016
6daab4ed
JB
120172007-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
9097e8af
RS
120222007-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
622ce662
JB
120372007-10-26 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * eshell/em-unix.el (nil-blank-string): Doc fix.
12040
4990598e
JW
120412007-10-26 John Wiegley <johnw@newartisans.com>
12042
12043 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
622ce662 12044 function, ensure that the third argument is turned into a nil if
4990598e
JW
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
6a831405
GM
120502007-10-26 Glenn Morris <rgm@gnu.org>
12051
12052 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
12053 safe-local-variable property.
12054
66dc1ca2
RS
120552007-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
120662007-10-26 Drew Adams <drew.adams@oracle.com>
12067
12068 * custom.el (custom-note-var-changed): New function.
12069
0bde6a03
DN
120702007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
12071
12072 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
622ce662 12073 use with the definition. Remove.
0bde6a03
DN
12074
12075 * add-log.el (change-log-start-entry-re): New defconst.
12076 (change-log-sortable-date-at): Use it.
622ce662
JB
12077 (change-log-beginning-of-defun, change-log-end-of-defun):
12078 New functions.
0bde6a03
DN
12079 (change-log-mode): Use them for beginning-of-defun-function and
12080 end-of-defun-function.
12081
4eb3897c
JY
120822007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
12083
12084 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5aec60df 12085 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4eb3897c
JY
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
35a5d294
CD
120922007-10-25 Carsten Dominik <dominik@science.uva.nl>
12093
5aec60df
JB
12094 * textmodes/org.el (org-agenda-get-restriction-and-command):
12095 Use `mapc' instead of `mapcar'.
35a5d294
CD
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.
89be04af 12100 (org-todo): Save and restore match data.
429f0457
CD
12101 (org-no-warnings): New macro.
12102 (org-columns-eval): Use `org-no-warnings'.
35a5d294 12103
b68769f2
GM
121042007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
12105
12106 * comint.el (comint-password-prompt-regexp):
12107 Handle `[sudo] password'-style prompt.
12108
121092007-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
70b8d0a4
SM
121382007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * startup.el (window-system): Remove. Don't make it frame-local.
12141
fdc90613 121422007-10-24 Richard Stallman <rms@gnu.org>
6fee106e 12143
fdc90613 12144 * savehist.el (savehist-save): Omit unreadable elements.
6fee106e 12145
1a59edfc 12146 * loadhist.el (unload-function-defs-list): Rename from
fdc90613
MB
12147 unload-function-features-list.
12148 (unload-feature-special-hooks, unload-feature): Doc fixes.
6fee106e 12149
fdc90613
MB
12150 * indent.el (indent-to-left-margin): If point's in the indentation,
12151 move to the end of the indentation.
6fee106e 12152
fdc90613 12153 * cus-edit.el (customize-changed-options): Make arg optional.
6fee106e 12154
fdc90613 121552007-10-24 Juanma Barranquero <lekktu@gmail.com>
6fee106e 12156
fdc90613 12157 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
6fee106e 12158
5656d1bf
DN
121592007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12160
12161 * textmodes/org-publish.el (org-publish-attachment): Re-install
12162 accidentally deleted change.
12163
d1886efb
SM
121642007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * term/iris-ansi.el (iris-function-map): Move init into declaration.
12167
392225ee
JB
121682007-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
e6fc6b48
CD
121742007-10-24 Carsten Dominik <dominik@science.uva.nl>
12175
d1886efb
SM
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.
392225ee 12179 (org-scan-tags): Catch the case of indirect buffers with no filename.
e6fc6b48 12180 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
d1886efb 12181 Re-install switch to mapc, had been removed by accident.
e6fc6b48 12182 (org-columns-map): New binding `C-c C-o'.
d1886efb
SM
12183 (org-columns-menu): Change menu text and added new entry.
12184 (org-columns-eval): Document the use of `next-line'.
e6fc6b48 12185 (org-columns-open-link): New function.
d1886efb 12186 (org-columns-follow-link): Remove function.
e6fc6b48 12187 (org-open-link-from-string): New function.
d1886efb 12188 (org-read-date-get-relative): Fix typo in docstring.
e6fc6b48
CD
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
0b8dce84
SM
121962007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
12199
eb3d6c67
SM
122002007-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
fdc90613 122052007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 12206
fdc90613
MB
12207 * textmodes/css-mode.el: Require CL.
12208 (comment-continue): Declare.
6fee106e 12209
fdc90613
MB
12210 * subr.el (make-variable-frame-localizable): Remove.
12211 (make-variable-frame-local): Mark obsolete.
6fee106e 12212
fdc90613 122132007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 12214
fdc90613
MB
12215 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
12216 of the subdirs is unreadable.
6fee106e 12217
3bde9f24
MA
122182007-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
d720f96e
SM
122232007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * progmodes/python.el (python-current-defun): Remove left-over
12226 assignment to `start'.
12227
368851a5
JB
122282007-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
700fb4ba
DN
122332007-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
de4032e9
JB
122382007-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
657e8332
DN
122432007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12244
de4032e9 12245 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
657e8332 12246
5eceba81
JB
122472007-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
a4430c3a
GM
122522007-10-23 Glenn Morris <rgm@gnu.org>
12253
b404cf7b
GM
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
a4430c3a
GM
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
32707f05
DN
122772007-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
fdc90613 122822007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 12283
fdc90613
MB
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.
6fee106e 12288
fdc90613
MB
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):
6fee106e 12294 Use with-current-buffer.
6fee106e 12295
73b27641
JL
122962007-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
69c2d914
JW
123102007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
12311
7123da6d 12312 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1a59edfc 12313 Renaming of `org-latex-protect'.
01823b77 12314 (org-export-latex-emphasis-alist): By default, don't protect
1a59edfc
SM
12315 any emphasis formatter from further conversion.
12316 (org-export-latex-tables): Honor column grouping for tables.
69c2d914 12317 (org-export-latex-title-command): New option.
1a59edfc
SM
12318 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12319 export backslash character.
69c2d914 12320
03f3cf35
JW
123212007-10-22 Carsten Dominik <dominik@science.uva.nl>
12322
93137d49 12323 * textmodes/org.el (org-read-date-get-relative): New function.
03f3cf35
JW
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'.
8b296cdd 12328 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
03f3cf35
JW
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.
8b296cdd 12336 (org-agenda-open-link): Make it work with several links in the line.
03f3cf35 12337 (org-drawers, org-set-regexps-and-options)
8b296cdd 12338 (org-get-current-options): Add support for a DRAWERS in-buffer option.
03f3cf35
JW
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.
8b296cdd 12350 (org-columns-display-here): Make the ITEM column as compact as possible.
03f3cf35
JW
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'.
8b296cdd 12356 (org-set-property): More appropriate completion during interactive use.
03f3cf35 12357 (org-sort-entries): Allow sorting by property.
8b296cdd
JB
12358 (org-additional-option-like-keywords): Add more values.
12359 (org-sort-entries-or-items): Rename from `org-sort-entries'.
03f3cf35
JW
12360
123612007-10-22 Carsten Dominik <dominik@science.uva.nl>
12362
93137d49 12363 * textmodes/org.el (org-get-date-from-calendar): New function.
03f3cf35
JW
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.
8b296cdd
JB
12375 (org-agenda-find-same-or-today-or-agenda): Rename from
12376 `org-agenda-find-today-or-agenda'.
03f3cf35
JW
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'.
8b296cdd 12386 (org-remember-apply-template): Fix typo.
03f3cf35 12387
7e780ff1
MA
123882007-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.
8b296cdd 12394 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
7e780ff1
MA
12395 (tramp-barf-if-no-shell-prompt): Insert code of
12396 `tramp-wait-for-shell-prompt'.
12397
4cbe2739
SM
123982007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12399
916e6880
SM
12400 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
12401
4cbe2739
SM
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
e4a7fe73 124272007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
da3e76dc
JB
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
d4654cff
GM
124362007-10-22 Glenn Morris <rgm@gnu.org>
12437
12438 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5ab33946
GM
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
4cbe2739
SM
12450 `select type'. Add `implicit enumerator' and `procedure'.
12451 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5ab33946
GM
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'.
e4a7fe73 12465 (f90-looking-at-associate): New function.
5ab33946
GM
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)
602d8678 12471 (f90-indent-region, f90-match-end): Handle `associate' blocks.
d4654cff 12472
ca03b5a9
GM
124732007-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
46447ab3
DN
124782007-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
602d8678 12484 * printing.el: Move variable definitions before use, no code change.
46447ab3 12485
b38fc7f1
JL
124862007-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
5420b514
JL
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
fdc90613 124952007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 12496
fdc90613 12497 * hexl.el (hexl-menu): New major mode menu.
6fee106e 12498
538a93d8
SM
124992007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
12502
3cd79f62
DN
125032007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12504
538a93d8 12505 * w32-fns.el (w32-quote-process-args):
200fe89b
DN
12506 * dos-w32.el (print-region-function, lpr-headers-switches)
12507 (ps-print-region-function): Pacify byte-compiler.
12508
f8246027 12509 * emulation/edt-mapper.el (function-key-map):
538a93d8
SM
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.
f8246027
DN
12512 (edt-gnu-map-key, edt-lucid-map-key): Remove.
12513 (edt-x-emacs-p): Remove.
538a93d8 12514 (edt-emacs-variant, edt-window-system, edt-xserver):
f8246027
DN
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)
538a93d8
SM
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.
f8246027 12530
538a93d8
SM
12531 * net/eudcb-ph.el (eudc-ph-open-session):
12532 Replace eudc-xemacs-mule-p with its former definition.
f8246027
DN
12533
12534 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
538a93d8 12535 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
f8246027 12536
538a93d8
SM
12537 * progmodes/vera-mode.el (vera-xemacs): Remove.
12538 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
f8246027
DN
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)
538a93d8
SM
12548 (save-buffer-state-x):
12549 * obsolete/fast-lock.el (fast-lock-verbose):
f8246027 12550 * emulation/viper-init.el (viper-xemacs-p)
538a93d8
SM
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):
f8246027
DN
12555 * calculator.el (calculator-help): Use featurep 'xemacs.
12556
3cd79f62 12557 * progmodes/prolog.el: Undo previous change.
538a93d8 12558 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3cd79f62
DN
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.
538a93d8 12565
3cd79f62
DN
12566 * vms-patch.el: Likewise.
12567 (print-region-function): Pacify byte-compiler.
12568
5b2e628f
MA
125692007-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
9c13938d
MA
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.
0fcb495e 12581 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
9c13938d
MA
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
538a93d8 12585 we need a prefix for ssh, which has its own temporary file handling.
9c13938d
MA
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
2f42c75f
DN
126022007-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
538a93d8
SM
12608 * progmodes/cc-engine.el (c-maybe-stale-found-type):
12609 Pacify byte-compiler.
2f42c75f 12610
538a93d8 12611 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2f42c75f 12612
538a93d8
SM
12613 * eshell/esh-mode.el (eshell-handle-ansi-color):
12614 Require ansi-color at compile time too.
2f42c75f 12615
ba63d441 12616 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2f42c75f
DN
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
c46f60a8
SM
126232007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12624
538a93d8 12625 * double.el ([ignore]): Use `ignore'.
c46f60a8
SM
12626 (double-setup): Inline into double-mode.
12627 (double-mode): Use define-minor-mode.
12628
729f1525
DN
126292007-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
c46f60a8
SM
12638 * term/tty-colors.el (w32-tty-standard-colors):
12639 Pacify byte-compiler.
729f1525
DN
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
c46f60a8 12646 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
729f1525
DN
12647
12648 * calendar/todo-mode.el: Require calendar at compile time.
12649
3b0664df 12650 * calendar/cal-hebrew.el: Require holidays at compile time.
729f1525
DN
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
ba63d441 12657 * loadup.el: Load w32-vars before term/w32-win.
729f1525 12658
64b53a1f
JL
126592007-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
e0752dd7
ER
126652007-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.
ccd9fab6 12669 (vc-deduce-fileset): New argument enables using an unregistered
675007bc 12670 visited file as a singleton fileset if nothing else is available.
ccd9fab6 12671 (vc-next-action): Restore file-registering behavior.
e0752dd7 12672
437806ed
JB
126732007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
12674
12675 * calc/README: Add recent news.
12676
97546017
DN
126772007-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
97546017 12682 * progmodes/compile.el (compilation-skip-to-next-location)
ba63d441
JB
12683 (compilation-skip-threshold, compilation-skip-visited):
12684 Move definitions earlier.
97546017 12685
d5d1f5fd 12686 * play/decipher.el (decipher-keypress):
97546017
DN
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):
ba63d441
JB
12697 * ediff-help.el (ediff-help-message-line-length):
12698 Use forward-line.
97546017
DN
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
dce693f8
ER
127152007-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
dd026a6a
GM
127192007-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
1dd743c9
JB
127242007-10-19 Juanma Barranquero <lekktu@gmail.com>
12725
74a6d927 12726 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5c742460 12727 (bs-mode): Set mode-class property to special.
74a6d927 12728
2659df68
SM
127292007-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
83ea5543
JPW
127382007-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
54a2247d
SM
127442007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12745
2daf4bc6
SM
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
cc349341
SM
12750 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12751 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
12752
54a2247d
SM
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
844b90ae
SM
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):
87d1a48e 12763 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
9f11ce4e 12764 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
844b90ae 12765 Make it work when the arg is a list of files.
a44d450b 12766
a7192ddb
SM
127672007-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
7caf6803
DN
127842007-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
35a46c5c
RS
128032007-10-19 Richard Stallman <rms@gnu.org>
12804
12805 * font-core.el (turn-on-font-lock-if-desired):
a7192ddb 12806 Rename from `turn-on-font-lock-if-enabled'.
35a46c5c
RS
12807 Fully obey `font-lock-global-modes'.
12808
cd62539f
SM
128092007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12810
8872469d
SM
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
eb8d0216
SM
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
cd62539f
SM
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
d66d6ac0
JB
128262007-10-19 Juanma Barranquero <lekktu@gmail.com>
12827
fc779383
JB
12828 * follow.el (follow-unload-function): New function.
12829
d66d6ac0
JB
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
7e4e9c66
GM
128362007-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):
d66d6ac0 12841 Move here from bindings.el.
7e4e9c66 12842
07894d42
RS
128432007-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
3afc21a9 128482007-10-18 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
bd316474
KY
12849
12850 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
12851 Use `save-restriction' rather than `widen'.
12852
658dcd47
RS
128532007-10-18 Richard Stallman <rms@gnu.org>
12854
12855 * time.el (display-time-world-time-format): Display day # not month #.
12856
c9a9a5e3
RS
128572007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
12858
9a905782
RS
12859 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
12860
c9a9a5e3
RS
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
d27180ec
RS
128682007-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)
d66d6ac0
JB
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.
414dd971 12877
6a658a30
RS
128782007-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
1bb5ab89
SM
128832007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12884
4387d9f4
SM
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
af020a04
SM
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
8782c744
SM
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
1bb5ab89
SM
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
cb7bddf6
TTN
129122007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12913
12914 * textmodes/artist.el (artist-previous-line, artist-next-line):
e82a724f 12915 * dired.el (dired-next-line, dired-previous-line):
e73ea842
TTN
12916 * progmodes/delphi.el (delphi-newline):
12917 * textmodes/org.el (org-columns-eval):
cb7bddf6
TTN
12918 Use forward-line.
12919
de3cc816
TTN
12920 * emerge.el (emerge-setup): Use insert-buffer-substring.
12921 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
12922
3e4dfbb6
JB
129232007-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
129282007-10-18 Tom Horsley <tom.horsley@att.net>
d4cb4833
GM
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
4fbd8ec3
GM
129342007-10-18 Glenn Morris <rgm@gnu.org>
12935
12936 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12937
fe1afc9b
GM
129382007-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
8dd4830b
JL
129472007-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
b5307e9c
JB
129712007-10-17 Juanma Barranquero <lekktu@gmail.com>
12972
77f698ef
JB
12973 * emacs-lisp/find-func.el: Don't require loadhist.
12974
b5307e9c
JB
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
640602f7
RS
129792007-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
b5307e9c 12992 avoid security problems when rendering files from untrusted sources.
640602f7 12993
57581fcc
VJL
129942007-10-17 Aaron Hawley <aaronh@garden.org>
12995
12996 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
12997 position is not saved.
12998
4b378e75
RS
129992007-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
17f3909f
SM
130042007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13005
77041513
SM
13006 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
13007 handling, so compilation-fake-loc works again.
13008
1a4a884c
SM
13009 * server.el (server-select-display): Nop if we do not support m-f-o-d.
13010 (server-process-filter): Revert last change.
13011
17f3909f
SM
13012 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
13013 behavior unrelated to filesets.
13014
cdbd4b4b
CY
130152007-10-17 Chong Yidong <cyd@stupidchicken.com>
13016
13017 * longlines.el (longlines-wrap-follows-window-size): Integer value
13018 specifies wrapping margin.
17f3909f
SM
13019 (longlines-mode, longlines-window-change-function):
13020 Set window-specific wrapping margin based on the above.
cdbd4b4b 13021
902fa837
CY
130222007-10-17 John Wiegley <johnw@newartisans.com>
13023
13024 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
13025
8a3a4fd3
DN
130262007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
13027
13028 * server.el (server-process-filter): Only set display if X11 is
13029 supported.
13030
f3523b17
GM
130312007-10-17 Glenn Morris <rgm@gnu.org>
13032
17f3909f
SM
13033 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13034 Tweak regexp to avoid stack overflow.
f3523b17 13035
4144e15e
SM
130362007-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
e749f576
JB
130412007-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
bf825c62
GM
130692007-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
745dc723
RS
130742007-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
6e5d0e9e
SM
130812007-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
095aa9cd
JB
130862007-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
78205dab
SS
130972007-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
0c2ab389
JB
131052007-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
20beebfe
JB
131102007-10-15 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * help-fns.el: Require advice when compiling.
13113
0fbd1f76
RS
131142007-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
72a20032
RS
131202007-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.
72a20032
RS
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
09723615
JL
131332007-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
9099b373
GM
131502007-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
2140d97e
EZ
131552007-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
b2529d56
MB
131622007-10-13 Richard Stallman <rms@gnu.org>
13163
13164 * files.el (directory-abbrev-alist): Doc fix.
13165
131662007-10-13 Jari Aalto <jari.aalto@cante.net>
13167
13168 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
13169
131702007-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
131752007-10-11 Tom Tromey <tromey@redhat.com>
13176
13177 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
13178 frame is visible.
13179
131802007-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
d1b38156
GM
131892007-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
a584f30f
GM
132002007-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
ce00d093
DN
132122007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13213
20beebfe
JB
13214 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
13215 Do not use a single clause cond.
2b444e1f 13216
ce00d093
DN
13217 * cus-start.el (all): Use test that does not match the X11 version
13218 for mac.
13219
a4382f98
EZ
132202007-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
3d2062d8
DN
132252007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13226
13227 * cus-start.el (all): Undo previous change.
13228
e2cfa9af
GM
132292007-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)
dd026a6a 13239 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
e2cfa9af
GM
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):
dd026a6a 13245 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
e2cfa9af
GM
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)
feba774f
GM
13257 (idlwave-fix-keywords, idlwave-display-calling-sequence)
13258 (idlwave-complete-in-buffer):
e2cfa9af 13259 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
9001c33f 13260 (org-fast-tag-selection):
20beebfe 13261 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
9001c33f 13262 than mapcar.
e2cfa9af 13263
5eee3c95
DN
132642007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13265
13266 * diff-mode.el (diff-fine-change): Add :group.
13267
e470405c
DN
132682007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
13269
13270 * cus-start.el (all): Use the same test as the 22.2 branch.
13271
ef63ea1c
SM
132722007-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
34c10a58
CY
132772007-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
6e5d0e9e
SM
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.
34c10a58 13285
e3d60db0
SM
132862007-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
af84194a
MR
132922007-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
9b5007e7
GM
132972007-10-12 Glenn Morris <rgm@gnu.org>
13298
0128cdc0
GM
13299 * startup.el (command-line): Do not read abbrev file in batch mode.
13300
1663d0b8
GM
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):
b6064d52
GM
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):
1663d0b8
GM
13314 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
13315
9b5007e7
GM
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
f509e245
DN
133202007-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
3d5aef76
JB
133252007-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
ebd0c5ba
ER
133302007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
13331
1e355d74
ER
13332 * vc.el (vc-diff):
13333 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
dd026a6a
GM
13334 temporarily disable the check for his edge case of
13335 vc-diff (stopping it from grinding when called from $HOME), as
1e355d74
ER
13336 it's calling some brittle code in vc-hooks.el.
13337 (with-vc-properties): Fix evaluation time of a macro argument.
d69db164 13338 * ediff-vers.el (ediff-vc-internal):
9b5007e7
GM
13339 * vc-hooks.el:
13340 * loaddefs.el: Follow up on VC terminology change.
ebd0c5ba 13341
76448620
JB
133422007-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
44cd688b
ER
133482007-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
8785049a
SM
133532007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * international/characters.el: Undo unwanted and unexplained change.
13356
5f5ad9f7
GM
133572007-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
15841868
JW
133672007-10-10 Carsten Dominik <dominik@science.uva.nl>
13368
93137d49 13369 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15841868
JW
13370 (org-complete): Use `org-additional-option-like-keywords'.
13371 (org-parse-local-options): New function.
13372
133732007-10-10 Carsten Dominik <dominik@science.uva.nl>
13374
93137d49
JB
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.
15841868
JW
13377 (org-clock-goto): New function.
13378 (org-open-file): Use `start-process-shell-command' instead of
8785049a 13379 `shell-command' with an ampersand.
15841868
JW
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.
8785049a
SM
13389 (org-agenda-tags-column): Rename from
13390 `org-agenda-align-tags-to-column'.
15841868
JW
13391 (org-agenda-align-tags): Allow negative values for
13392 `org-agenda-tags-column'.
8785049a
SM
13393 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
13394 (org-agenda-to-appt): New optional argument FILTER.
15841868
JW
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.
8785049a
SM
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'.
15841868 13405 (org-agenda-show-new-time): New argument PREFIX.
8785049a 13406 (org-colgroup-info-to-vline-list): Fix but that cause a
15841868
JW
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'.
8785049a 13411 (org-fix-bullet-type): Remove argument.
15841868
JW
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
15841868
JW
134172007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
13418
93137d49 13419 * textmodes/org-export-latex.el (org-export-latex-protect-string):
8785049a
SM
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.
15841868 13424 (org-export-latex-title-command): New option.
8785049a
SM
13425 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13426 export backslash character.
15841868 13427
a888f521
SM
134282007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13429
9e483377
SM
13430 * frame.el (frame-inherited-parameters): Remove unused `environment'
13431 parameter, and let server.el add `client' when needed.
13432
4419b755
SM
13433 * server.el (server-create-tty-frame)
13434 (server-create-window-system-frame): Set frame-inherited-parameters.
13435
ab6198b2
SM
13436 * frame.el (frame-inherited-parameters): New var.
13437 (make-frame): Use it.
13438
ef651d13
SM
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
a888f521
SM
13445 * help-fns.el (describe-variable): Add missing " " for multiline
13446 obsolescence info and missing EOL after global value.
13447
ac3f4c6f
ER
134482007-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:
ef63ea1c 13465 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
ac3f4c6f
ER
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
ed4e8e8a
JB
134732007-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
d7b60083
ER
134792007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
13480
ef651d13 13481 * vc.el (vc-next-action): Rewrite completely; this principal
d7b60083
ER
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
ef651d13
SM
13485 in older versions. Rewrite the rest of the mode to match.
13486 (with-vc-properties): Rewrite to operate on a file list.
d7b60083
ER
13487 (with-vc-file): vc-checkin takes a file list argument now.
13488 (vc-post-command-functions): This hook now receives a file list.
ef651d13 13489 (vc-do-command): Take a either a file or a file list as argument.
d7b60083
ER
13490 (vc-deduce-fileset): New function for deducing a file list to
13491 operate on.
ef651d13
SM
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
d7b60083
ER
13495 file list.
13496 (vc-register-with): New function.
ef651d13 13497 (vc-start-entry): Take a file list argument rather than a
d7b60083 13498 file argument.
ef651d13
SM
13499 (vc-checkout): Cope with vc-start-entry taking a file list.
13500 (vc-steal-lock): Cope with with-vc-properties taking a
d7b60083 13501 file list.
ef651d13 13502 (vc-checkin): Take a file list argument rather than a file argument.
d7b60083 13503 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
ef651d13 13504 (vc-diff-internal): Rewrite for filesets.
d7b60083
ER
13505 (vc-diff-sentinel): New function, tests whether changes were
13506 written into a diff buffer.
ef651d13
SM
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
d7b60083 13511 current buffer.
ef651d13 13512 (vc-rollback): Roll back the entire selected fileset, if
d7b60083 13513 possible. No longer accepts a prefix argument.
ef651d13 13514 (vc-update): Merge new changes for the entire selected
d7b60083 13515 fileset, not just the current buffer.
ef651d13 13516 (vc-revert-file): Cope with with-vc-properties taking a file list.
d7b60083
ER
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.
ef651d13 13520 (vc-log-edit): Take a file list argument rather than a file argument.
d7b60083 13521
311dd93f
MA
135222007-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
72a20032
RS
135312007-10-09 Richard Stallman <rms@gnu.org>
13532
13533 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
13534
d1871943
JB
135352007-10-09 Juanma Barranquero <lekktu@gmail.com>
13536
9271083a
JB
13537 * follow.el: Require easymenu.
13538 (follow-mode-hook, follow-mode): Doc fixes.
d1871943
JB
13539 (follow-mode-off-hook): Mark as obsolete.
13540
1af74d06 135412007-10-08 Martin Rudalics <rudalics@gmx.at>
1398509c
MR
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
ef651d13 13548 * frame.el (focus-follows-mouse): Move to frame.c.
1398509c
MR
13549 * cus-start.el (all): Add focus-follows-mouse.
13550
1af74d06 135512007-10-08 Juanma Barranquero <lekktu@gmail.com>
462db93c 13552
5a25a895
JB
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
462db93c
JB
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
3afc21a9 135622007-10-08 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
d4f1855a
MC
13563
13564 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
13565
1af74d06 135662007-10-08 Nick Roberts <nickrob@snap.net.nz>
7285a019
NR
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
1af74d06 135752007-10-08 Juanma Barranquero <lekktu@gmail.com>
e0d0133a 13576
6af00b67 13577 * bs.el: Don't defvar `font-lock-verbose'.
b8063421
JB
13578 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
13579 (bs--get-file-name): Fix typos in docstrings.
e0d0133a
JB
13580 (bs--show-header): Use `dolist' instead of `mapcar'.
13581 (bs-mode): Set `show-trailing-whitespace' to nil.
b8063421
JB
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.
e0d0133a 13585
1af74d06 135862007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17bfdfc6 13587
cb07a30c 13588 * progmodes/gud.el (pdb): Specify file for gud-break.
17bfdfc6 13589
1af74d06 135902007-10-08 Nick Roberts <nickrob@snap.net.nz>
2a08c176 13591
7285a019
NR
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.
2a08c176
NR
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
1af74d06 136032007-10-08 Nick Roberts <nickrob@snap.net.nz>
1042a066
NR
13604
13605 * progmodes/gud.el (gud-display-line): Find source buffer even when
94eca2ae 13606 GUD buffer has its own frame.
1042a066 13607
3afc21a9 136082007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
1f09f6e8 13609
94eca2ae 13610 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1f09f6e8 13611
3afc21a9 136122007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
f7d4d4df 13613
e0d0133a 13614 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
f7d4d4df 13615
1af74d06 136162007-10-08 Martin Rudalics <rudalics@gmx.at>
f520c6f2
MR
13617
13618 * allout.el (allout-before-change-handler): Replace got-char by
13619 goto-char.
13620
1af74d06 136212007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b2943616 13622
1c67a814
SM
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
1af74d06 136282007-10-08 Eli Zaretskii <eliz@gnu.org>
9f3bfa54 13629
b2943616 13630 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
9f3bfa54
EZ
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
1af74d06 136352007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
9a3d2737
DN
13636
13637 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
13638 #, @, : and ^.
13639
1af74d06 136402007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
25edda53
DN
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
1af74d06 136482007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5e8c0b8b 13649
b368551b
DN
13650 * files.el (file-name-sans-versions): Also allow `A-Z'.
13651
5e8c0b8b
DN
13652 * vc.el: Mention all supported VC backends.
13653
1af74d06 136542007-10-08 Richard Stallman <rms@gnu.org>
8e061b69
RS
13655
13656 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
13657 neighbouring buttons.
13658
1af74d06 136592007-10-08 Andreas Schwab <schwab@suse.de>
d2f95fca
AS
13660
13661 * files.el (file-name-sans-versions): Also allow `_'.
13662
1af74d06 136632007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
a3f5d84d 13664
b2943616 13665 * files.el (file-name-sans-versions): Allow - and a-z in version names.
a3f5d84d 13666
b2943616
SM
13667 * log-view.el (log-view-mode-map, log-view-mode-menu):
13668 Bind log-view-annotate-version.
a3f5d84d
DN
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
1af74d06 136742007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
dae157b7 13675
b2943616 13676 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
dae157b7 13677
1af74d06 136782007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
d40a86f9
SM
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
1af74d06 136862007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
fb7d9275
SM
13687
13688 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
13689 (css-mode): Update correspondingly.
13690
1af74d06 136912007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
576c7f5e
DN
13692
13693 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
13694 Signed-off-by, Acked-by and Merge.
13695
1af74d06 136962007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9d2fec03
SM
13697
13698 * ediff-init.el (ediff-verbose-p): This var is not a constant.
13699
1af74d06 137002007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b1dc6d44
SM
13701
13702 * vc-mtn.el: New file.
13703
13704 * vc-hooks.el (vc-handled-backends): Add Mtn.
13705
1af74d06 137062007-10-08 Eli Zaretskii <eliz@gnu.org>
4d4efd30
EZ
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
1af74d06 137142007-10-08 Nick Roberts <nickrob@snap.net.nz>
1c9e363a
NR
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
2c8b44f8 13720 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1c9e363a
NR
13721 Use gdb-ready. Discard input until GDB is ready to accept it.
13722
1af74d06 137232007-10-08 Martin Rudalics <rudalics@gmx.at>
0f0c86fc
MR
13724
13725 * dired.el (dired-warning): Inherit from font-lock-warning-face to
13726 make it show up with eight colors.
13727
1af74d06 137282007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
80a01d97
SM
13729
13730 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
13731 diffs are concatenated with no intervening line.
13732
1af74d06 137332007-10-08 Dave Love <fx@gnu.org>
308114ef
SM
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
1af74d06 137452007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b7e5bc1c 13746
ef651d13
SM
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.
fd071fdf 13751
b7e5bc1c
SM
13752 * outline.el (outline-flag-region): Use front-advance.
13753
1af74d06 137542007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
82d9a08d
SM
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
1af74d06 137692007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
34a9bf20
SM
13770
13771 * progmodes/compile.el (compilation-get-file-structure): Complete last
13772 change by also using spec-directory in the puthash.
13773
1af74d06 137742007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6e98ad29 13775
1af74d06 13776 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6e98ad29
SM
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
1af74d06 137832007-10-08 Jason Rumney <jasonr@gnu.org>
98050a8a 13784
d254d939 13785 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
98050a8a 13786
1af74d06 137872007-10-08 Richard Stallman <rms@gnu.org>
f2a92f2a
RS
13788
13789 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
13790 Add `safe-local-variable' property.
13791 (lisp-body-indent): Likewise.
13792
1af74d06 137932007-10-08 Richard Stallman <rms@gnu.org>
70b49e57
RS
13794
13795 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
13796 Add doc string.
13797
1af74d06 137982007-10-08 Martin Rudalics <rudalics@gmx.at>
0f39d2c9 13799
6e98ad29 13800 * files.el (backup-buffer-copy): Try to overwrite old backup first.
0f39d2c9 13801
1af74d06 138022007-10-08 Martin Rudalics <rudalics@gmx.at>
392abfd2
MR
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
1af74d06 138082007-10-08 Alexandre Julliard <julliard@winehq.org>
00d67080 13809
6e98ad29 13810 * vc-git.el (vc-git-state): Call git-add --refresh to update the
00d67080 13811 state of the file.
6e98ad29
SM
13812 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
13813 (vc-git-create-repo): Fix invalid command.
fbd4de65 13814
1af74d06 138152007-10-08 Richard Stallman <rms@gnu.org>
478adae2
RS
13816
13817 * textmodes/flyspell.el (flyspell-mode):
13818 Catch errors in flyspell-mode-on.
13819
f6959eb4
JB
138202007-10-09 Juanma Barranquero <lekktu@gmail.com>
13821
13822 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
13823
9f2e22a0
SM
138242007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13825
f49f5ca9
SM
13826 * international/encoded-kb.el (encoded-kbd-setup-display):
13827 Use input-decode-map rather than local-key-translation-map.
13828
8e337129
SM
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
af162764
SM
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
bbd2296c
SM
13837 * term/x-win.el (x-alternatives-map): New var.
13838 (x-setup-function-keys): Use it.
13839
ed2a19a1
SM
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
be36f934
SM
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.
ed2a19a1 13851 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
be36f934 13852
9f2e22a0
SM
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
228c2192
ER
138582007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
13859
9f2e22a0 13860 * vc.el (vc-default-wash-log): Remove unused code, the
228c2192
ER
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
1834b39f
MA
138652007-10-08 Michael Albinus <michael.albinus@gmx.de>
13866
9f2e22a0 13867 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1834b39f
MA
13868 (tramp-maybe-send-script): Apply `member' but `memq'.
13869 (tramp-advice-file-expand-wildcards): Simplify implementation.
13870
3d0910ae
JB
138712007-10-08 Juanma Barranquero <lekktu@gmail.com>
13872
8ea4c22f
JB
13873 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
13874
3d0910ae
JB
13875 * mb-depth.el (minibuf-depth-indicator-function): New variable.
13876 (minibuf-depth-setup-minibuffer): Use it.
13877
72d595b5
GM
138782007-10-07 Glenn Morris <rgm@gnu.org>
13879
13880 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
13881 version numbers.
13882
3220ac7f
JL
138832007-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
a6e96327
MA
139012007-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
3d0910ae 13914 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
a6e96327 13915
9f2e22a0
SM
13916 * net/tramp-fish.el (tramp-fish-handle-process-file):
13917 Rewrite temporary file handling.
a6e96327 13918
0d0e9356
ER
139192007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
13920
3d0910ae 13921 * vc.el: Workfile version -> focus version change. Port various
61de26cb
ER
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.
228c2192 13925 There are no changes to existing logic in this patch.
3d0910ae 13926 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
0d0e9356 13927
490a8abe
GM
139282007-10-06 Aaron Hawley <aaronh@garden.org>
13929
13930 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
13931
139322007-10-05 Chris Moore <dooglus@gmail.com>
13933
13934 * server.el (server-kill-new-buffers): Doc fix.
13935
139362007-10-05 John W. Eaton <jwe@octave.org>
13937
13938 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3d0910ae
JB
13939 (octave-begin-keywords): Add "do".
13940 (octave-end-keywords): Remove "end".
13941 (octave-reserved-words): Add "end". Remove "all_va_args",
490a8abe 13942 "gplot", and 'gsplot".
3d0910ae
JB
13943 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
13944 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
490a8abe
GM
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".
3d0910ae 13958 (octave-block-match-alist): Remove "end" from block-end keywords.
490a8abe
GM
13959 (octave-mode): Update ftp site address.
13960
2765044b
DN
139612007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
13962
13963 * vc.el: Reorder functions, no code changes.
13964
258800f8
MA
139652007-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
b138403d
JB
139812007-10-04 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
13984
2cb250dd
SM
139852007-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
3afc21a9 139902007-10-03 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
e48a5bf9
MC
13991
13992 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
13993 (doc-view-insert-image): Minor aesthetical docstring changes.
13994
139952007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1ca678aa
MC
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
94be87e8
MA
140012007-10-03 Michael Albinus <michael.albinus@gmx.de>
14002
14003 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2cb250dd
SM
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',
94be87e8
MA
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:
2cb250dd 14024 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
94be87e8
MA
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
c9a39885
RS
140302007-10-02 Richard Stallman <rms@gnu.org>
14031
14032 * frame.el (cursor-in-non-selected-windows): Doc fix.
14033
5db17239
TTN
140342007-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
86e405cf
JB
140392007-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
140442007-10-01 Markus Triska <markus.triska@gmx.at>
14045
b138403d
JB
14046 * calc/calc-math.el (math-smallest-emacs-expt):
14047 Make the computation more robust.
86e405cf 14048
b616a212
DK
140492007-09-30 David Kastrup <dak@gnu.org>
14050
aa5310e4
DK
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
fdc31e1d
DK
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
2cb250dd
SM
14062 * woman.el (woman-topic-all-completions, woman-mini-help):
14063 Fix fallout from 2007-09-07 introduction of `dolist' when the list
b616a212
DK
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)
2cb250dd
SM
14068 (woman-change-fonts, woman-find-next-control-line):
14069 Use `match-beginning' rather than `match-string' when the result is
b616a212
DK
14070 just used as a flag.
14071
9e6ab520
MA
140722007-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
2e55c986
RS
140842007-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
ef673042
RS
140912007-09-30 Richard Stallman <rms@gnu.org>
14092
14093 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
14094
3afc21a9 140952007-09-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
1c801aa9
JD
14096
14097 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14098
0e2806fa
SM
140992007-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
977ede64
DN
141042007-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
9ce8462a
MA
141092007-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
0e2806fa
SM
14127 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
14128 Apply `tramp-completion-mode-p'.
9ce8462a
MA
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
0e2806fa
SM
14134 * net/tramp-gw.el (tramp-gw-basic-authentication):
14135 Call `tramp-read-passwd' with first parameter `nil'.
9ce8462a 14136
8b6f62fc
GM
141372007-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.
332de56f 14147 (tex-fontify-script, tex-font-script-display): Add :version tag.
8b6f62fc 14148
2092ac41
JB
141492007-09-27 Juanma Barranquero <lekktu@gmail.com>
14150
14151 * progmodes/python.el (python-eldoc-function): Doc fix.
14152
141532007-09-27 Glenn Morris <rgm@gnu.org>
5e8537bb
GM
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
1437876c
MA
141592007-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
c4e36c26
JB
141642007-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
d9d31f0a
JB
141712007-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
0f3955d9
JB
141772007-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
d5098885
JW
141822007-09-26 Bastien Guerry <bzg@altern.org>
14183
93137d49
JB
14184 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
14185 New function.
0e2806fa 14186 (org-export-latex-remove-from-headlines): Name changed because of typo.
d5098885
JW
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
d5098885
JW
141942007-09-26 Carsten Dominik <dominik@science.uva.nl>
14195
93137d49 14196 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
d5098885
JW
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'.
0e2806fa
SM
14207 (org-agenda-format-date): Rename from `org-agenda-date-format'.
14208 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
d5098885
JW
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.
0e2806fa
SM
14232 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
14233 Set the new variables.
d5098885
JW
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'.
d9d31f0a 14241
62035afd
DN
142422007-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
4e454e5b
JB
142472007-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
1909cca0
JB
143102007-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
5aca5ac3
GM
143502007-09-25 Glenn Morris <rgm@gnu.org>
14351
13b1f340
GM
14352 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
14353
5aca5ac3
GM
14354 * view.el (view-search-no-match-lines): Add a doc string.
14355 Rewrite to simplify and work better.
14356
17ee4625
DN
143572007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14358
1909cca0
JB
14359 * progmodes/cc-mode.el (c-mode-base-map):
14360 Use c-indent-line-or-region instead of c-indent-line.
17ee4625
DN
14361
14362 * indent.el (indent-for-tab-command): First check if the region is
14363 active.
14364
3afc21a9 143652007-09-24 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
f0fe5c14
MC
14366
14367 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
14368 whitespace-rescan-timer-time is 0.
14369
104b04f5
KB
143702007-09-24 Karl Berry <karl@gnu.org>
14371
14372 * international/mule.el (coding-system-base): Fix doc string grammar.
14373
6c4e47fa
MA
143742007-09-24 Michael Albinus <michael.albinus@gmx.de>
14375
14376 * net/tramp.el (tramp-completion-mode-p): Rename from
1909cca0
JB
14377 `tramp-completion-mode'. Revert logic, check `return', `newline'
14378 and such alike. Packages like Icicles tend to use other completion
6c4e47fa
MA
14379 characters but `tab' and `space' only.
14380
f4ff3e5c
GM
143812007-09-24 Adam Hupp <adam@hupp.org>
14382
4e454e5b 14383 * progmodes/python.el (run-python): Import emacs module without
f4ff3e5c
GM
14384 waiting; prevents lockup on error.
14385
7c4d5b8a
RS
143862007-09-23 Richard Stallman <rms@gnu.org>
14387
e32725a7
RS
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
7c4d5b8a
RS
14397 * textmodes/org.el (org-confirm-shell-link-function)
14398 (org-confirm-elisp-link-function): Doc fixes.
14399
f3d7e5c4
GM
144002007-09-23 Glenn Morris <rgm@gnu.org>
14401
14402 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
14403
f7ba2ff4
DN
144042007-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
1909cca0
JB
14412 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
14413 Use forward-line instead of previous-line and next-line.
f7ba2ff4 14414
f3de57e9
JL
144152007-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
6e0cfad3
JL
144232007-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
1cff9ad1
JL
144302007-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
6dd697d9
DN
144662007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
14467
2d5a3812
DN
14468 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
14469 (checkdoc-permit-comma-termination-flag): Autoload the
14470 safe-local-variable setting.
14471
4211e434 14472 * bookmark.el (bookmark-xemacsp): Remove.
1909cca0
JB
14473 (bookmark-make): Don't use bookmark-xemacsp,
14474 use (featurep 'xemacs) instead.
4211e434 14475
3e51f308
DN
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
6dd697d9
DN
14482 * indent.el (indent-for-tab-command): Indent the region if
14483 transient-mark-mode and the region is active.
14484
3afc21a9 144852007-09-21 Francesco Potort\e$(Q)b\e(B <pot@gnu.org>
87094c03
FP
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
23d4cba5
DN
144912007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14492
14493 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
14494
2171e172
JB
144952007-09-21 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
14498 on w32 frames.
14499
5dcbade2
SM
145002007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14501
4bbfda32 14502 * startup.el (normal-top-level): Remove DISPLAY from
2171e172 14503 process-environment to let it be computed dynamically in callproc.c.
4bbfda32 14504
5dcbade2
SM
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
e159b869
SM
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
d037d501
MA
145142007-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.
e159b869
SM
14518 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
14519 Run the hooks.
d037d501
MA
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
ac3afa5a
GM
145292007-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
2fb34c68
GM
14535 * emacs-lisp/bytecomp.el (byte-compile-warnings)
14536 (byte-compile-warnings-safe-p): Add `mapcar'.
8cea6fdf 14537 (byte-compile-warning-types): Add mapcar and make-local.
2fb34c68
GM
14538 (byte-compile-normal-call): Add option to suppress mapcar warning.
14539 (top-level): Use mapc rather than mapcar in eval-when-compile.
0b63fc3b 14540
09b33024 14541 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2fb34c68
GM
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.
09b33024
GM
14545 (latex-forward-sexp): Doc fix.
14546
538a93d8
SM
14547 * eshell/esh-mode.el (eshell-output-filter-functions):
14548 Add eshell-postoutput-scroll-to-bottom.
965d1f0e 14549
0b63fc3b
GM
14550 * loadup.el: Remove termdev.
14551
8cea6fdf
GM
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
055f99f4
GM
145552007-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
2fb34c68
GM
145602007-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
c35a54c7
SM
145652007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14566
385312c9
SM
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
c35a54c7
SM
14574 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
14575
7f821b79
RS
145762007-09-20 Richard Stallman <rms@gnu.org>
14577
14578 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
14579
fb1b68a4
SM
145802007-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
0a4daff5
GM
145842007-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
b608e302
SM
145912007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14592
e7988f09
SM
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
7e9a3fef
SM
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
91cc505c
SM
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
bf8aa901
SM
14611 * finder.el (finder-compile-keywords): Fix up comment style.
14612 (finder-mouse-face-on-line): previous-line -> forward-line.
14613
2aa7c4d5
SM
14614 * recentf.el: Remove spurious * in docstrings.
14615 (recentf-save-list): Fix up comment style.
14616
e22bbd48
SM
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
ff319790
SM
14624 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
14625 (meta-mode-map): Likewise and remove \t binding.
14626
ab8e678c
SM
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
b608e302
SM
14638 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
14639 binding, so tab-always-indent works right.
14640
a38de16e
MC
146412007-09-19 Johannes Weiner <hannes@saeurebad.de>
14642
14643 * net/browse-url.el (browse-url-elinks-new-window): New function.
b608e302
SM
14644 (browse-url-elinks): Use browse-url-elinks-new-window.
14645 Accept optional second argument `new-window'. Fix typo in doc-string.
a38de16e
MC
14646 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
14647 Improve error message.
14648
3afc21a9 146492007-09-19 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
59c4e1da
MC
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
b5355a9a
GM
146552007-09-19 Glenn Morris <rgm@gnu.org>
14656
ff0a21d6
GM
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
b608e302 14660 * textmodes/tex-mode.el (tex-terminate-paragraph):
3cfff67b 14661 Use backward-paragraph.
b5355a9a 14662
44954c2f
SM
146632007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * server.el (server-running-p): New function.
14666
44fe0f65
JR
146672007-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
299ea3d3
RS
146752007-09-17 David Kastrup <dak@gnu.org>
14676
14677 * textmodes/tex-mode.el (tex-verbatim-environments):
14678 Eliminate CL dependency.
14679
5266b06b
RS
146802007-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
3afc21a9 146852007-09-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
6eddc3bb
MC
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
e47a29ad
GM
146942007-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
146992007-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
b9451e85
DN
147042007-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.
9f596249
DN
14708 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
14709 does not work.
b9451e85 14710
578b4e9d
RS
147112007-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
f73dcb6f
GM
147172007-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
3137dda8
SM
147252007-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
3afc21a9 147342007-09-16 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
6fbc407a
MC
14735
14736 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
14737
13ba3740
SM
147382007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14739
448f754f
SM
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
13ba3740
SM
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
2171e172 14760 first and then acted upon in a subsequent stage. This way
13ba3740
SM
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
47fdaab8
GM
147652007-09-16 Drew Adams <drew.adams@oracle.com>
14766
fdc90613 14767 * cus-edit.el (custom-face-edit-activate): Doc fix.
47fdaab8 14768
c5da8ef6
GM
147692007-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
03368919
SM
147862007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14787
86e80023
SM
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
72d1ce61
SM
14794 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
14795 inhibit-modification-hooks.
14796
03368919
SM
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
24c6be9f
GM
148032007-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
96736d92
GM
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
62b84d36
SM
148152007-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
aaeefd66
DN
148212007-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
1fe912ee
DN
148302007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14831
da600aad
DN
14832 * term/xterm.el (xterm-function-map): Replace bindings that were
14833 deleted by the merge.
1fe912ee 14834
a4fcacde
TTN
148352007-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
f5d58dd1
GM
148482007-09-14 Glenn Morris <rgm@gnu.org>
14849
34acda03
GM
14850 * startup.el (fancy-startup-text, fancy-about-text): Fix face
14851 quoting.
14852
f5d58dd1
GM
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
e1b19750
DN
148622007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14863
14864 * term/xterm.el (xterm-function-map): Add C-M- bindings.
14865
45169e8d
TTN
148662007-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
162a12b1
GM
148712007-09-13 Jari Aalto <jari.aalto@cante.net>
14872
14873 * man.el (Man-default-man-entry): At end of line, continue looking
d9d31f0a 14874 to the next line for possible end of hyphenated command.
162a12b1 14875
45a4af63
GM
148762007-09-13 Chris Moore <dooglus@gmail.com>
14877
14878 * shell.el (shell-resync-dirs): Don't move the cursor relative to
d9d31f0a 14879 the command being edited.
45a4af63 14880
8a1dd108
TTN
148812007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
14882
14883 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
14884
6670206f
DN
148852007-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
3afc21a9 148922007-09-12 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
ad56e18b 14893
0f71f9da 14894 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
ad56e18b
MC
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
1c5eb135
RF
148992007-09-12 Romain Francoise <romain@orebokech.com>
14900
14901 * cus-start.el (all): Revert 2007-09-08 change.
14902
aea4b38c
GM
149032007-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
58efff64
GM
149082007-09-12 Glenn Morris <rgm@gnu.org>
14909
14910 * textmodes/org-publish.el (org-publish-org-to-html): Remove
14911 duplicate function definition.
14912
7fb6ce6e
TTN
149132007-09-10 Chris Moore <dooglus@gmail.com>
14914
14915 * diff-mode.el (diff-sanity-check-hunk):
14916 Also accept single-line hunks.
14917
6794a919
CY
149182007-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
28421945
TTN
149322007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
14933
14934 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3afc21a9 14935 Reported by Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>.
28421945 14936
3137dda8
SM
149372007-09-10 Dave Love <fx@gnu.org>
14938
9c934431
SM
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
3afc21a9 149432007-09-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
90d10f16 14944
89c19c1e
MC
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.
ebd3fa6b
MC
14950 (meta-indent-unfinished-line): Do not handle a `%' in a string as
14951 a comment-start.
89c19c1e 14952
90d10f16
MC
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
822b17d3
MC
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
70165841
SM
149642007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14965
2db33a18
SM
14966 * textmodes/texinfo.el: Remove spurious * in docstrings.
14967 (texinfo-mode-syntax-table, texinfo-mode-map):
14968 Initialize in the declaration.
14969
c03aab72
SM
14970 * tmm.el: Remove spurious * in docstrings.
14971 (tmm-prompt): Use with-current-buffer.
14972
ad141260
SM
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
3643fbbc
SM
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
70165841
SM
14982 * woman.el (woman-mode-map, woman-syntax-table):
14983 Initialize in the declaration.
14984
94dbe99c
TTN
149852007-09-09 Tassilo Horn <tassilo@member.fsf.org>
14986
14987 * doc-view.el: New file.
14988
490a1ad6
JL
149892007-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
3a155dd6
JL
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
8a4438b6
MA
150202007-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
d218d6a2
JW
150342007-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.
209dc81c 15038 (org-todo-key-alist, org-todo-key-trigger): New variables.
d218d6a2
JW
15039 (org-use-fast-todo-selection): New option.
15040 (org-log-done): Docstring fixed.
15041 (org-deadline-warning-days): New default value 14.
209dc81c 15042 (org-edit-timestamp-down-means-later): New option.
d218d6a2
JW
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
e80134cd
EZ
150672007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
15068
15069 * cus-start.el (all): Add prefer-window-split-horizontally from
15070 window.c.
15071
5edcabcb
EZ
150722007-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
c426c0d1
CD
150772007-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
6e33433d
MY
150832007-09-08 Masatake YAMATO <jet@gyve.org>
15084
70165841 15085 * progmodes/which-func.el (which-func-modes): Add diff-mode.
59825017 15086
8a4438b6 15087 * progmodes/cc-langs.el: Support new keywords added to
6e33433d 15088 objective-c frontend of gcc.
70165841
SM
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.
6e33433d 15092
0b8568f5
JW
150932007-09-07 Carsten Dominik <dominik@science.uva.nl>
15094
0f71f9da 15095 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
b1634ed2
CD
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.
0b8568f5 15102
98a6dc9f
SM
151032007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15104
08ea6d2f
SM
15105 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
15106
15107 * term/xterm.el (xterm-function-map): Initialize in the declaration.
15108
98a6dc9f
SM
15109 * vc-arch.el (vc-arch-checkin): Fix typo.
15110
3afc21a9 151112007-09-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
e141eb2e
RF
15112
15113 * cus-face.el (custom-theme-set-faces): Set face attributes
15114 locally for each frame.
15115
5c7ffa04
SM
151162007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15117
a227f163
SM
15118 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
15119 via font-lock-defaults.
15120
5c7ffa04
SM
15121 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
15122 derived-mode-p.
15123
4f060cc7
TTN
151242007-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
7262075d
GM
151292007-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)
5c7ffa04
SM
15136 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
15137 Use new function browse-url-encode-url.
7262075d
GM
15138
151392007-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
86970dbd
SM
151442007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15145
c8f1ea76
SM
15146 * cus-start.el (split-window-preferred-function): Add custom info.
15147
2317a7cf
SM
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
86970dbd
SM
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
12451866
RF
151702007-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
9a8b3a5c
RF
151752007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
15176
15177 * complete.el (PC-do-completion): Don't try to treat
12451866 15178 empty string as an abbreviation.
9a8b3a5c 15179
3afc21a9 151802007-09-06 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
27ba1132
GM
15181
15182 * help-fns.el (describe-variable): Keep doc's text properties.
15183
d920b27a
DN
151842007-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
f657c21b
GM
151892007-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
fad930b6
RS
151952007-09-05 Richard Stallman <rms@gnu.org>
15196
86970dbd 15197 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
fad930b6
RS
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
3afc21a9 152072007-09-05 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
e8449cdb
MC
15208
15209 * emacs-lisp/rx.el (rx): Fix typo in docstring.
15210
d0da8f91
GM
152112007-09-05 Glenn Morris <rgm@gnu.org>
15212
15213 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
15214 is bound.
15215
3afc21a9 152162007-09-05 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
d0da8f91
GM
15217
15218 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
86970dbd 15219 in doc string.
d0da8f91 15220
e4019195
DN
152212007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15222
86970dbd 15223 * server.el (server-start, server-unload-hook): Undo previous change.
e4019195
DN
15224
15225 * xt-mouse.el: Undo previous change.
15226
1d865f15
JL
152272007-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
92cd6a7c
DN
152572007-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
d254d939 15262 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
92cd6a7c
DN
15263 resume-tty-hook.
15264
0f71f9da 152652007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
b7185a73
DN
15266
15267 * loadup.el: Fix merge problem, only load "button" once.
15268
f4f6d1ed
GM
152692007-09-03 Glenn Morris <rgm@gnu.org>
15270
f0988e47
GM
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.
f4f6d1ed 15274
13af5af5
DN
152752007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15276
86970dbd 15277 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13af5af5
DN
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
86970dbd 15282 parameter. Only turn off modify-other-keys if FRAME is in
13af5af5
DN
15283 xterm-modify-other-keys-terminal-list.
15284 (xterm-remove-modify-other-keys): New function.
86970dbd
SM
15285 (terminal-init-xterm): Use it. Deal with delete-frame hook.
15286 Add the selected frame to xterm-modify-other-keys-terminal-list.
13af5af5 15287
3afc21a9 152882007-09-02 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
5db55b9e
JD
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
ccf89694
RF
152942007-09-02 Romain Francoise <romain@orebokech.com>
15295
15296 * log-view.el (log-view-current-file): Balance parens.
15297
0720576c
GM
152982007-09-02 Glenn Morris <rgm@gnu.org>
15299
510e240f
GM
15300 * comint.el (comint-mode): Don't set scroll-conservatively.
15301
0720576c
GM
15302 * eshell/em-unix.el (eshell/time): Stringify and flatten the
15303 non-command arguments.
15304
b0bda246
GM
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
9f1c6587
TTN
153082007-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
ecaf7334
SM
153142007-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
afdd184c
SM
153202007-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
20f8ac73
DN
153252007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
15326
7c1bfecc
DN
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
20f8ac73
DN
15332 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
15333
3afc21a9 153342007-08-31 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
661e8cd1 15335
08fea928
MC
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
661e8cd1
MC
15341 * files.el (create-file-buffer): If the filename sans directory starts
15342 with spaces, remove them.
15343
3afc21a9 153442007-08-31 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
5cb94d12
JD
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
4596901f
GM
153502007-08-31 James Wright <james@chumsley.org>
15351
15352 * eshell/em-unix.el (eshell/info): New function.
15353
fdb88463
SM
153542007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15355
db30aa12
SM
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
fdb88463
SM
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
3b44dbc5
TTN
153672007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
15368
15369 * calculator.el: Require cl for compilation.
15370
550641d3
DP
153712007-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
b83483d5
MA
153772007-08-30 Michael Albinus <michael.albinus@gmx.de>
15378
bdca334b
RS
15379 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
15380 `set-file-times'.
b83483d5 15381
ff95e246
CD
153822007-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.
fdb88463
SM
15398 (org-set-font-lock-defaults, org-agenda-highlight-todo):
15399 Use `org-get-todo-face'.
ff95e246
CD
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)
fdb88463
SM
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.
ff95e246
CD
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.
82a93b22
CD
15421 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
15422 (org-remove-keyword-keys): New function.
b83483d5 15423
a2e548a9
TTN
154242007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
15425
fdb88463
SM
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.
a2e548a9 15429
2796180f 15430 * progmodes/grep.el (grep-files-aliases): Add cc alias.
fdb88463 15431 Sort items in alphabetical order. Fix parens.
2796180f 15432
dc8ceca1
DN
154332007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15434
f0230324
DN
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
dc8ceca1
DN
15440 * term/mac-win.el: Don't require url, only autoloaded url
15441 functions are used in this file.
15442
d9af6951
AS
154432007-08-29 Andreas Schwab <schwab@suse.de>
15444
15445 * shell.el (shell): Return correct value from interactive spec.
15446
6d017e27
GM
154472007-08-29 Glenn Morris <rgm@gnu.org>
15448
15449 * version.el (emacs-version): Increase to 23.0.50.
15450
3afc21a9 154512007-08-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
9b229c32
JD
15452
15453 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
15454
8d9cc0b7
MB
154552007-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
154602007-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.
b7b27c93 15466 (mac-initialize-window-system): New function. Move global setup here.
8d9cc0b7
MB
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
b7b27c93 15474 * env.el (read-envvar-name): Don't consider the environment frame param.
8d9cc0b7 15475
b7b27c93
JB
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
8d9cc0b7
MB
15480 display-environment-variable and term-environment-variable.
15481
15482 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
15483
154842007-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.
b7b27c93 15490 Provide w32-win. Don't throw error when global window-system not w32.
8d9cc0b7
MB
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.
b7b27c93 15497 (w32-initialize-window-system): Move non function key global setup here.
8d9cc0b7
MB
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
155032007-08-29 David Kastrup <dak@gnu.org>
15504
15505 * env.el (getenv): Pass frame to getenv-internal.
15506
3afc21a9 155072007-08-29 K\e$(Q)W\e(Broly L\e$(Q*S\e(Brentey <lorentey@elte.hu>
8d9cc0b7 15508
7262075d
GM
15509 * version.el (emacs-version): Show if multi-tty is present.
15510
8d9cc0b7
MB
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
93137d49 15519 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8d9cc0b7
MB
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
b7b27c93 15621 * env.el: Require cl for byte compilation (for `block' and `return').
8d9cc0b7
MB
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
cb5b9015
SM
157622007-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
d487ca7d
JL
157672007-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
8d60099b
MA
157822007-08-28 Michael Albinus <michael.albinus@gmx.de>
15783
b7b27c93 15784 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8d60099b
MA
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
cb5b9015 15791 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8d60099b
MA
15792 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
15793 (tramp-handle-write-region): Improve fast track.
cb5b9015 15794 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8d60099b
MA
15795 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
15796 be nil.
15797
aff2ba04
RS
157982007-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
3afc21a9 158082007-08-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
017de784
JD
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
3afc21a9 158162007-08-28 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
82dd78a8
KH
15817
15818 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
15819
fd45e2f4
GM
158202007-08-28 Glenn Morris <rgm@gnu.org>
15821
b7b27c93 15822 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
fd45e2f4 15823
2503f222
TTN
158242007-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
8a2e0b2a
YM
158292007-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
0ddda8cd
GM
158342007-08-27 Glenn Morris <rgm@gnu.org>
15835
f9274544
GM
15836 * diff-mode.el (diff-find-file-name): Only accept regular files,
15837 to rule out /dev/null, directories, etc.
15838
0ddda8cd
GM
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
719b64c2 158422007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
c65e6942 15843
8837a213
SM
15844 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
15845 of buffers in uniquify-managed.
15846
c65e6942
SM
15847 * simple.el (invisible-p): Rename from text-invisible-p.
15848 Update callers.
15849
9edd6ee6
SM
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
a621c46e
SM
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
36e65f70
SM
15873 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
15874 backquotes after each `read' rather than once per buffer.
15875
78b35906
SM
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'.
5ebfbcdc 15892
719b64c2
GM
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
3afc21a9 159162007-08-27 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
719b64c2
GM
15917
15918 * net/browse-url.el (browse-url-emacs): New function.
15919
68024874
TTN
159202007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
15921
15922 * emacs-lisp/avl-tree.el: New file.
15923
3afc21a9 159242007-08-26 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
a2ab90da
MC
15925
15926 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
15927 was used.
15928
f8a3deed
MC
159292007-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
0d182a34
TTN
159342007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
15935
15936 * eshell/esh-opt.el (eshell-eval-using-options):
15937 Add debug declaration.
15938
a549ce70
DN
159392007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15940
a0902360
DN
15941 * log-view.el (log-view-toggle-mark-entry): Add docstring.
15942 (log-view-get-marked): Likewise.
15943
a549ce70
DN
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
3a44b2ae
DN
159492007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
15950
ee0fb228
DN
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
3a44b2ae
DN
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
6f222162
DN
159612007-08-25 Alexandre Julliard <julliard@winehq.org>
15962
15963 * vc-git.el (vc-git-mode-line-string): New function.
15964
f2f800c3
AM
159652007-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
1ae0abbc
JL
159762007-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
4d0a94d6
RS
159932007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
15994
f29897bb
RS
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
4d0a94d6
RS
15998 * sort.el (sort-fold-case, sort-numeric-base): Mark as
15999 safe-local-variable.
16000
94a95495
JB
160012007-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
83db937c
DN
160102007-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
5b29d790
TTN
160172007-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
9d693d80
SM
160222007-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
39696a77
TTN
160272007-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
a19ab870
MR
160332007-08-24 Martin Rudalics <rudalics@gmx.at>
16034
16035 * format.el (format-alist): Fix typo in doc-string.
16036
0f205eee
MA
160372007-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'.
6794bf28 16047 (tramp-ftp-file-name-handler): Set "started" property.
0f205eee 16048
46b0d029
GM
160492007-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
5f5ba825
GM
160542007-08-24 Glenn Morris <rgm@gnu.org>
16055
d25b54b3
GM
16056 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
16057
5f5ba825
GM
16058 * startup.el (tutorial-directory): Set with eval-at-startup so it
16059 gets the right value in an installed Emacs.
16060
160612007-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
68a4a27a
MY
160662007-08-23 Masatake YAMATO <jet@gyve.org>
16067
6e33433d
MY
16068 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
16069 name of parameters in document body.
5f5ba825 16070
40fafc21
SM
160712007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16072
9ec5dfe6
SM
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
6794bf28
JB
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.
40fafc21 16079
25ca95c0
TTN
160802007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
16081
40fafc21
SM
16082 * locate.el (locate-get-file-positions):
16083 Use line-beginning-position and line-end-position.
25ca95c0 16084
305c237c
JW
160852007-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
4d2f172b
JR
160902007-08-22 Jason Rumney <jasonr@gnu.org>
16091
16092 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
16093
fc45cdb9
CY
160942007-08-22 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * image-mode.el (image-minor-mode): Use image-mode-text-map.
16097
92b6027c
TTN
160982007-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
66a100be
MA
161052007-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
dae2bd56
SS
161132007-08-22 Sam Steingold <sds@gnu.org>
16114
16115 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
16116
f50236f6
CD
161172007-08-22 Carsten Dominik <dominik@science.uva.nl>
16118
daa89d0f
CD
16119 * textmodes/org-export-latex.el: New file.
16120
de09204d 16121 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
48aaad2d 16122
f50236f6
CD
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.
de09204d 16154 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
f50236f6
CD
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)
8274348c 16170 (org-export-grab-title-from-buffer)
f50236f6
CD
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.
dae2bd56 16186
9ca6898a
GM
161872007-08-22 Glenn Morris <rgm@gnu.org>
16188
38f37c0f
GM
16189 * image.el (create-image): Doc fix.
16190
9ca6898a
GM
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
f84638eb
MA
161962007-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.
de09204d 16200 (tramp-get-remote-path): New defun. Replace occurrences of
f84638eb
MA
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
9c818156
GM
162082007-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
11bdb42c
GM
162132007-08-22 Glenn Morris <rgm@gnu.org>
16214
90b64c09
GM
16215 * files.el (backup-buffer-copy): Check backup directory is
16216 writable, to avoid infloop deleting old backup.
16217
11bdb42c
GM
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
4bf98800
JL
162232007-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
e255d6b0
JL
162292007-08-21 Juri Linkov <juri@jurta.org>
16230
16231 * loadup.el: Preload "button".
16232
e2247dc8
SM
162332007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16234
7a252d11
SM
16235 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16236 Add previous-line and next-line.
16237
80d7d79f
SM
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
e2247dc8
SM
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.
de09204d 16245 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
e2247dc8 16246
dc172b73
SM
16247 * menu-bar.el (vc-menu-map): Don't setup any more.
16248 Instead, just create the proper spot in the menu.
16249
bdaf8a62
MB
162502007-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
162642007-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
cb3fe757
JL
162722007-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
88b73bbf
VJL
162822007-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
1c0f367b
TTN
162882007-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
0574be18
AS
162942007-08-20 Andreas Schwab <schwab@suse.de>
16295
16296 * mail/rmail.el (rmail-autodetect): Doc fix.
16297
cd6ab24f
JL
162982007-08-19 Juri Linkov <juri@jurta.org>
16299
16300 * startup.el (normal-splash-screen): Add more links.
16301
aeb6faec
JL
163022007-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
69441214 163162007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1c0f367b 16317
93137d49
JB
16318 * emulation/viper.el (viper-remove-hooks): Remove some additional
16319 viper hooks when the user calls viper-go-away.
de09204d 16320 (viper-go-away): Restore the default of default-major-mode.
69441214 16321 Save the value of default-major-mode before vaperization.
1c0f367b 16322
93137d49 16323 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
1c0f367b 16324
93137d49 16325 * emulation/viper-ex.el: Replace error "" with "Viper bell".
1c0f367b 16326
de09204d 16327 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
69441214 16328 buffer for which file is created.
1c0f367b 16329
7e48dd52
GM
163302007-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
131cd154
GM
163372007-08-18 Glenn Morris <rgm@gnu.org>
16338
ae0195c0
GM
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
131cd154 16343 eldoc-highlight-function-argument.
ae0195c0
GM
16344 (eldoc-highlight-function-argument): Handle nil INDEX argument,
16345 just call eldoc-docstring-format-sym-doc in that case.
131cd154
GM
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
e5eeb98c
GM
16351 * progmodes/scheme.el (scheme-mode-variables): Set
16352 font-lock-comment-start-skip.
16353
35a74542
MR
163542007-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.
de09204d 16370 (ada-after-change-function): Use ada-set-syntax-table-properties.
35a74542 16371
3afc21a9 163722007-08-18 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
8a4c5051
MC
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
5beb9abb 16382 the point is in a string before.
8a4c5051
MC
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
4168d2c7
TTN
163902007-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
bbe5ccea
TTN
163962007-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
ef1ba5eb 164012007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7026903c
JB
16402
16403 * calc/calc-units.el (math-standard-units): Give exact
16404 conversion for tsp.
16405
ef1ba5eb
JB
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):
de09204d 16412 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
ef1ba5eb
JB
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
88a11b81
VJL
164192007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
16420
93137d49 16421 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
88a11b81
VJL
16422 (cperl-find-pods-heres): Fix an error when typing expressions like
16423 `s{a}{b}'.
16424
3afc21a9 164252007-08-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
30cc206b
MC
16426
16427 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
ef77dde4
MC
16428 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
16429 a special case (there's no build number).
30cc206b 16430
5757dd51
GM
164312007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
16432
16433 * completion.el (symbol-under-point, symbol-before-point)
de09204d 16434 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5757dd51 16435
e68b1841
GM
164362007-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
82f36338
JB
164422007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
16443
16444 * calc/calc.el (calc-language-alist): Add texinfo-mode.
16445
5f5ad9f7
GM
164462007-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
164522007-08-16 Glenn Morris <rgm@gnu.org>
16453
16454 * ps-print.el (ps-font-size): Doc fix.
16455
44168837
RS
164562007-08-16 Richard Stallman <rms@gnu.org>
16457
16458 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
16459
26cdce23
JL
164602007-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
254aafa8
JL
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
42964ef8
JB
165022007-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
fca9ad50
GM
165102007-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
3afc21a9 165162007-08-15 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
a722966c
MC
16517
16518 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
16519 in the mail title. Suggested by Reiner Steib.
16520
9f70cc1b 165212007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8f26ce73
JB
16522
16523 * calc/calc-aent.el (calc-do-quick-calc): Add binary
16524 representation of integers to the list of outputs.
16525
0392494c
GM
165262007-08-14 Glenn Morris <rgm@gnu.org>
16527
16528 * simple.el (bad-packages-alist): New constant.
de09204d
JB
16529 (bad-package-check): New function. Together, these two add elements
16530 to `after-load-alist' to check for problematic external packages.
697a1e4d 16531 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
0392494c 16532
414ddf9b
JB
165332007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
16534
16535 * calc/calc-units.el (math-get-standard-units)
de09204d
JB
16536 (math-get-units, math-make-unit-string)
16537 (math-get-default-units, math-put-default-units): New functions.
414ddf9b
JB
16538 (math-default-units-table): New variable.
16539 (calc-convert-units, calc-convert-temperature): Add machinery
16540 to supply default values.
16541
944a8b1d
SM
165422007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
16543
cdf4e301
SM
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
944a8b1d
SM
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
9f78fa2c
NR
165622007-08-13 Nick Roberts <nickrob@snap.net.nz>
16563
16564 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
16565
ad4fed11
RS
165662007-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
944a8b1d
SM
16583 * subr.el (combine-and-quote-strings): Rename from strings->string.
16584 (split-string-and-unquote): Rename from string->strings.
ad4fed11 16585
62fc0b71
SM
165862007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16587
5bdc71d0
SM
16588 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
16589 to buffer-local settings.
16590
62fc0b71
SM
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
33e5d7d4
SM
165952007-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
a3773730
SM
166062007-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
a88459cd
SM
166132007-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
4aaffda1
SM
166252007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * files.el (auto-mode-alist): Use the purecopied text (duh!).
16628
e7f767c2
GM
166292007-08-08 Glenn Morris <rgm@gnu.org>
16630
e7f767c2
GM
16631 * Replace `iff' in doc-strings and comments.
16632
eaccbbd3
MR
166332007-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
b14d552b
SM
166462007-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
559818ab
CY
166512007-08-07 Chong Yidong <cyd@stupidchicken.com>
16652
b13e2d29
CY
16653 * image-mode.el (image-toggle-display): Use image-refresh.
16654
a460c94c
SM
166552007-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
b6e6e09a
SM
166722007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
16673
16674 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
de09204d 16675 program, and return nil.
b6e6e09a
SM
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.
de09204d 16687 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
b6e6e09a
SM
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
de09204d
JB
16694 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
16695 to `vc-directory-exclusion-list'.
b6e6e09a
SM
16696 (vc-bzr-shell-command): New function.
16697
dfbd373d
SM
166982007-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
f2b18979
SM
167032007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
16704
036f2966
SM
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
f2b18979
SM
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
37cc095b
MB
167152007-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
031b6333
JB
167202007-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
9d8563ca
SM
167382007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
16739
16740 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
16741
0e898f3d
RS
167422007-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
8e80bfc5
GM
167482007-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
b16f162d
YM
167542007-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
0e1627a7
SM
167592007-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
5f5ad9f7
GM
167662007-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
eac59e3c
AS
167732007-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
a3fcbf6c
GM
167782007-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
e6cd99dc
JB
167872007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
16788
16789 * calc/calc-units.el (calc-convert-temperature):
16790 Use `/' to create fractions.
16791
27e813fe
MA
167922007-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
168082007-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
c94d5f81
SS
168132007-08-07 Sam Steingold <sds@gnu.org>
16814
16815 * progmodes/compile.el (compilation-start): Pass nil as startfile
16816 to comint-exec.
16817
e9498e0f
CY
168182007-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
f70aa678
MR
168232007-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
ebaac04d
SM
168292007-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
cb8d3325
RS
168342007-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
168422007-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
cc2ee8ec
SS
168482007-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
5f5ad9f7
GM
168542007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
16855
16856 * printing.el (pr-update-menus): Docstring fix.
16857
daffc81a
JR
168582007-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
227eb744
MA
168642007-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
570288ee
KH
168692007-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
e3dd4242
JR
168772007-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
a3fcbf6c 168822007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
950ebc45
VJL
16883
16884 * term.el: Honor term-default-fg-color and term-default-bg-color
16885 settings when modifying term-current-face.
ebaac04d 16886 (term-default-fg-color, term-default-bg-color): Initialize from
950ebc45
VJL
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
031b6333 168962007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
bdf007a0 16897
031b6333 16898 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
bdf007a0
JB
16899 (math-nlfit-givens): Let bind free variables.
16900
5f5ad9f7
GM
169012007-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
f1fa5062
MA
169062007-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
031b6333 169112007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8ab437fd
JB
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
0917bb33
GM
169182007-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
4c969f97
SM
169282007-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
5f5ad9f7
GM
169352007-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
1bb751ed
DN
169422007-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
480e4ad1
JB
169472007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
16948
031b6333 16949 * calc/calc-ext.el (math-get-value, math-get-sdev)
480e4ad1
JB
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
4211679b
MB
169562007-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
4317d494 169672007-08-03 Richard Stallman <rms@gnu.org>
7d1dad0c 16968
7d7d10b8
RS
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
3ff67968 16977 * startup.el (fancy-splash-head, startup-echo-area-message):
7d7d10b8
RS
16978 Change message text.
16979
16980 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
16981 All callers use line-move.
16982
7d1dad0c
RS
16983 * progmodes/compile.el (compilation-find-buffer): Return current
16984 buffer immediately if suitable.
16985 (compile, compilation-buffer-name, compilation-start): Doc fixes.
16986
4317d494 169872007-08-03 Daiki Ueno <ueno@unixuser.org>
2d17b4d5 16988
51f6595d
SM
16989 * faces.el (face-normalize-spec): New function.
16990 (frame-set-background-mode): Normalize face-spec before calling
16991 face-spec-match-p.
2d17b4d5 16992
cb8d3325 169932007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
ee9272ff 16994
0896d931 16995 * server.el (server-window): Add switch-to-buffer-other-frame option.
a0e5e075 16996
52f55ab0
GM
169972007-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
031b6333
JB
17004 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
17005 Fix off-by-one error in previous change.
52f55ab0
GM
17006
170072007-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
17cc361e
JB
170122007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
17013
031b6333
JB
17014 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
17015 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17cc361e
JB
17016 Use native Emacs functions, when appropriate.
17017
cb223bba
DN
170182007-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
a5860c9b 170282007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
a466449c
VJL
17029
17030 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
17031
f3e82d69
GM
170322007-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.
0e1627a7
SM
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.
f3e82d69
GM
17050 (fortran-window-create-momentarily): Doc fix.
17051
a5860c9b 170522007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
d84fcc30 17053
0e1627a7
SM
17054 * cus-edit.el (custom-group-value-create, custom-goto-parent):
17055 Fix parent groups link.
d84fcc30 17056
47968e06
VJL
170572007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
17058
17059 * progmodes/python.el (python-current-defun): Adjust to never fall
17060 into infinite loop.
17061
b6e9189c
SM
170622007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
17065
2f12b713 170662007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
eff23ff3 17067
2f12b713
MB
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.
fa4488bd 17071
2f12b713 170722007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
eff23ff3 17073
2f12b713 17074 * progmodes/python.el (run-python): Fix path separator under w32.
eff23ff3 17075
ea2e3ef4
RS
170762007-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
b956d64f
SM
170812007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
17082
100edb42
SM
17083 * vc.el (vc-dired-hook): Use inhibit-read-only.
17084
b956d64f
SM
17085 * progmodes/compile.el (compilation-forget-errors):
17086 Reset compilation-auto-jump-to-next.
17087
5ef05ae3
MB
170882007-07-30 Michael Olson <mwolson@gnu.org>
17089
ed8c9cf1
MB
17090 * cus-edit.el (custom-group-save): Fix void function definition
17091 error. Thanks to Zhang Wei for the report.
17092
5ef05ae3
MB
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
712f4efe
SM
170972007-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
bce04fee
MA
171062007-07-29 Michael Albinus <michael.albinus@gmx.de>
17107
27e813fe
MA
17108 * net/tramp.el:
17109 * net/tramp-uu.el:
17110 * net/trampver.el: Use utf-8 encoding with coding cookie.
bce04fee 17111
27e813fe
MA
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.
bce04fee 17117
27e813fe 17118 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
712f4efe 17119 Flush buffer file-name's file property.
bce04fee
MA
17120 (tramp-handle-file-remote-p): The first parameter is FILENAME.
17121
27e813fe 17122 * net/trampver.el: Update release number.
bce04fee 17123
40aa8257
JL
171242007-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
806bc6df
SM
171372007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17138
a0247dcf
SM
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
806bc6df
SM
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
9d2aebf6
MY
171502007-07-28 Masatake YAMATO <jet@gyve.org>
17151
806bc6df 17152 * vc.el (vc-dired-mode): Add a menu for VC related operation.
a722966c 17153 Use backend name as the menu label. Suggested by David Kastrup.
9d2aebf6 17154
d4450968
AM
171552007-07-28 Alan Mackenzie <acm@muc.de>
17156
17157 Fix problem with modes derived from CC Mode:
806bc6df 17158 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
d4450968 17159 macro to cc-langs.
806bc6df
SM
17160 (c-init-language-vars-for): Remove call to above macro.
17161 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
d4450968 17162 been moved to here.
806bc6df 17163 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
d4450968 17164
59b65f00
EZ
171652007-07-28 Eli Zaretskii <eliz@gnu.org>
17166
17167 * net/trampver.el: Fix the `coding' cookie.
17168
a0709d8d
DN
171692007-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
f7165034
NR
171742007-07-28 Nick Roberts <nickrob@snap.net.nz>
17175
17176 * bindings.el (mode-line-remote): Use updated %@ construct.
17177
ab42e29d
SM
171782007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
17179
e4e1cf95
SM
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
11361a8b
SM
17192 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
17193
ab42e29d
SM
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
0581e7e7
SM
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
05bfa8f3
SM
172112007-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
625f71cf
DN
172182007-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.
05bfa8f3 17222
625f71cf
DN
17223 * vc-hooks.el (vc-handled-backends): Add GIT.
17224
17225 * vc.el (vc-directory-exclusion-list): Add .git.
17226
108607bc
DN
172272007-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
5f5ad9f7
GM
172322007-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
cacc7b51
GM
172852007-07-25 Glenn Morris <rgm@gnu.org>
17286
17287 * Relicense all FSF files to GPLv3 or later.
17288
17289 * COPYING: Switch to GPLv3.
17290
405b8717
SM
172912007-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
57b8089a
DN
172972007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17298
405b8717 17299 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
57b8089a 17300
f4c6689c
GM
173012007-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
458cf788
SM
173122007-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
8a00d4ff
NR
173362007-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
b7de6024
SM
173412007-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
b747d346
DN
173462007-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
5f5ad9f7
GM
173512007-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
4cf5577e
GM
173592007-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
bffa7817
SM
173832007-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
80f462b7
KH
173882007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
17389
bffa7817 17390 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
80f462b7 17391
9aecacd0 173922007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
727bdea1 17393
9aecacd0 17394 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
ad546929 17395
64e3efd9
DN
173962007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17397
d7e69846
DN
17398 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
17399 C-x C-q.
17400
64e3efd9
DN
17401 * vc-git.el (vc-git-print-log): Fix previous change.
17402
38f4a790
SM
174032007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17404
62e3c31f
SM
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
38f4a790
SM
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
a9e11582
MA
174172007-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
38f4a790
SM
17422 * progmodes/compile.el (compilation-start):
17423 Apply `start-file-process-shell-command'.
a9e11582 17424
7546c767
DN
174252007-07-24 Alexandre Julliard <julliard@winehq.org>
17426
38f4a790 17427 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7546c767 17428
31386eea
AM
174292007-07-24 Alan Mackenzie <acm@muc.de>
17430
38f4a790
SM
17431 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
17432 Initialise byte-compile-unresolved-functions before rather than
17433 after a compilation.
31386eea
AM
17434 (byte-compile-unresolved-functions): Amplify doc string.
17435
21b38b3c
GM
174362007-07-24 Glenn Morris <rgm@gnu.org>
17437
26933a68
GM
17438 * startup.el (normal-splash-screen): Use `emacs-copyright'.
17439
21b38b3c
GM
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
55abc44f
GM
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 `@'.
78a264f4
JB
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.
55abc44f 17473
6ce285a6
GM
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)
38f4a790 17477 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6ce285a6
GM
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
ae59e888
SM
174842007-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
de09204d 174892007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
26cc71af
SM
17490
17491 * replace.el (perform-replace): Use isearch-no-upper-case-p.
17492
5719a098
SM
174932007-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
78a264f4 174982007-07-23 Alexandre Julliard <julliard@winehq.org>
8b38ce20 17499
d7009f45
DN
17500 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
17501 (vc-git-unregister): New functions.
8b38ce20 17502 (vc-git-find-version): Use the result of ls-files as a parameter
78a264f4 17503 for cat-file.
8b38ce20 17504
d4443a0d
MA
175052007-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
297b8ccd
JL
175132007-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
33e0847d
TTN
175312007-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
f5e087f8
SM
175372007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17538
5719a098
SM
17539 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
17540 change by reverting a small part.
f5e087f8 17541
6b00d5f5
RS
175422007-07-23 Richard Stallman <rms@gnu.org>
17543
17544 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
17545
b0f90937
DN
175462007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17547
17548 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
78a264f4 17549 handling it. Use vc-git-command.
b0f90937
DN
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
78a264f4 175542007-07-23 Alexandre Julliard <julliard@winehq.org>
4d3ac01e
DN
17555
17556 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
17557
e43883be
KH
175582007-07-20 Kenichi Handa <handa@m17n.org>
17559
5719a098
SM
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.
e43883be 17563
9143abff
DN
175642007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17565
17566 * vc-git.el: Update status.
faa98100 17567 (vc-directory-exclusion-list): Use eval-after-load.
9143abff 17568
9f444841
NR
175692007-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
02b99a17
JL
175762007-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
8b9783e0
DN
175872007-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
f151b310
SM
175932007-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
8f2d38de
SM
176002007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17601
17602 * diff-mode.el (diff-mode-menu): New entries.
17603
fd691799
SM
176042007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17605
3dc04e83
SM
17606 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
17607 if applicable, so as to save undo-log space.
17608
e4456fdf
SM
17609 * diff-mode.el (diff-find-file-name): Add arg `batch'.
17610
fd691799
SM
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
53cc90ab
DN
176172007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17618
56b32800
JB
17619 * vc-git.el (vc-git-revision-granularity, vc-git-root)
17620 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
53cc90ab
DN
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.
56b32800 17628 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
53cc90ab 17629
2e2eead3
MA
176302007-07-22 Michael Albinus <michael.albinus@gmx.de>
17631
17632 * progmodes/grep.el (grep-compute-defaults): Keep default values.
17633
a9686d00
DK
176342007-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
78a264f4 176412007-07-22 Alexandre Julliard <julliard@winehq.org>
fff4a046
DN
17642
17643 * vc-git.el: New file.
17644
0f4827ee
SM
176452007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17646
fd691799 17647 * textmodes/tex-mode.el (tex-font-script-display): Change default.
0f4827ee 17648
3a12f9f8
DN
176492007-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 ...
78a264f4 17656 (vc-mode-line): ... here. Improve handling of help-echo.
3a12f9f8
DN
17657
17658 * vc.el (mode-line-string): Document help-echo usage.
17659
31c70002
MA
176602007-07-22 Michael Albinus <michael.albinus@gmx.de>
17661
17662 Sync with Tramp 2.1.10.
17663
0f205eee 17664 * net/tramp.el (tramp-get-ls-command): Fix typo.
31c70002 17665
27e813fe 17666 * net/trampver.el: Update release number.
31c70002 17667
3afc21a9 176682007-07-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
0389072b 17669
56b32800 17670 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
0389072b
JD
17671
17672 * term/x-win.el (x-handle-no-bitmap-icon): New function.
17673
6dbf6147
MR
176742007-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.
78a264f4
JB
17678 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
17679 Have lines with leading asterisk start a paragraph.
6dbf6147 17680
178b8baf
JB
176812007-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
a226e0ef
TTN
176902007-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
34b7fb85
DN
176992007-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
74dea9e1
SM
177092007-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
765831a0
DN
177142007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17715
bb042dc6
SM
17716 * progmodes/compile.el (compilation-auto-jump-to-first-error):
17717 Add group and version.
765831a0 17718
091525d5
SM
177192007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
17720
e1f5b0ed 17721 * add-log.el (add-log-file-name): Use file-relative-name.
56b32800
JB
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.
bb042dc6
SM
17725 (add-change-log-entry, add-log-current-defun, change-log-merge):
17726 Use derived-mode-p rather than checking major-mode directly.
e1f5b0ed 17727
6655f0bf
SM
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
f3b8feb4
SM
17731 * vc-arch.el (vc-arch-diff): Fix last change.
17732
091525d5
SM
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
d7927b9f
DN
177382007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17739
17740 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
17741
5f5ad9f7
GM
177422007-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
ec9bbc6c
EZ
177542007-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
177592007-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
3b27900d
SM
177642007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
17765
ceb19436
SM
17766 * progmodes/vera-mode.el (vera-re-search-forward)
17767 (vera-re-search-backward): Remove use of store-match-data.
e341a817 17768 (vera-mode-map): Move initialization into declaration.
ceb19436 17769
8ebbfc80
SM
17770 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
17771 (flymake-find-buildfile): Use locate-dominating-file.
17772
d1a607bc
SM
17773 * vc.el (vc-delistify): Use mapconcat.
17774 (vc-do-command): Minor simplification.
17775 (vc-expand-dirs): Use push.
17776
da4c9778
SM
17777 * vc-mcvs.el (vc-mcvs-create-repo):
17778 * vc-cvs.el (vc-cvs-create-repo): Remove.
17779
3b27900d
SM
17780 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
17781 directory and the root as well.
17782
a6ea7ffc
DN
177832007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17784
c0edfa75
DN
17785 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
17786 instead of a file.
17787
a6ea7ffc
DN
17788 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
17789 (vc-hg-registered): Replace if with when.
3b27900d 17790 (vc-hg-state): Deal with nonexistent files and handle removed files.
a6ea7ffc
DN
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.
c0edfa75 17794 (vc-hg-print-log): Fix for multiple files.
a272e668 17795 (vc-hg-workfile-unchanged-p): New function.
a6ea7ffc
DN
17796
17797 * vc.el: Fix typo.
ee2f409b
DN
17798 (vc-print-log): Fix call to print-log.
17799 (vc-default-comment-history): Likewise.
c0edfa75
DN
17800 (vc-directory-exclusion-list): Add .hg and .bzr.
17801 (vc-diff-internal): Pass a list instead of a file.
a6ea7ffc
DN
17802
17803 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
17804
17805 * vc-bzr.el (vc-bzr-create-repo): New function.
17806
66752bb4
SM
178072007-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
c1fec027
ER
178122007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
17813
84a7b243
DN
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.
418fd375 17817
c1fec027 178182007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
66752bb4 17819
418fd375
SM
17820 * files.el (locate-dominating-file): New function.
17821
6e3aa3f5
MA
178222007-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
e725d58f
SM
178272007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 * uniquify.el: Docstring fixes.
17830
4e6e4fe5
ER
178312007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
17832
0729e1c4
DN
17833 * vc.el (revision-granularity, create-repo): Document new vc
17834 backend properties.
d254d939
JB
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.
0729e1c4
DN
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.
d254d939 17850 (vc-prefix-map): Likewise. Bind vc-update.
0729e1c4
DN
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.
d254d939 17861 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
0729e1c4
DN
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.
d254d939 17886 (vc-cvs-diff): Likewise. Simplify.
0729e1c4
DN
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.
d254d939 17894 (vc-bzr-diff): Likewise. Use the car of files.
f0fe4395 17895
4e6e4fe5 178962007-07-18 Juanma Barranquero <lekktu@gmail.com>
418fd375 17897
f0fe4395
JB
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
3ee9a09c
MR
179052007-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.
f0fe4395 17912 Reported by Michael Schierl <schierlm@gmx.de>.
3ee9a09c 17913
1e899515 179142007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 17915
1e899515 17916 * vc.el: Add more info about the vc-registered function.
6fee106e 17917
ce3f516f
MA
179182007-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
f0fe4395 17929 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
ce3f516f
MA
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.
f0fe4395
JB
17943 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
17944 is nil. This is according to the specification. Goto (point-max)
ce3f516f
MA
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
8c58e784
SM
179672007-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
9e6da495
DN
179742007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
17975
17976 * vc.el: Undo previous change.
17977
a055c272
EZ
179782007-07-16 Eli Zaretskii <eliz@gnu.org>
17979
17980 * makefile.w32-in (clean): Don't delete *~.
17981
e58914d0
SM
179822007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
17983
c25d0edb
SM
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
e58914d0
SM
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
1499cfba
TTN
179932007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
17994
1de49d4e
TTN
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
1499cfba
TTN
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
1de49d4e 180042007-07-16 Drew Adams <drew.adams@oracle.com>
b3709a53
RS
18005
18006 * mouse.el (mouse-yank-secondary): Better error message if no
18007 secondary selection.
18008
2b1070c8
DN
180092007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18010
dbd3d787
DN
18011 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
18012
2b1070c8
DN
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
fd5306d2
TTN
180182007-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
1e899515 180232007-07-15 Richard Stallman <rms@gnu.org>
6fee106e 18024
1e899515 18025 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6fee106e 18026
1e899515
MB
18027 * tutorial.el (tutorial--find-changed-keys):
18028 Handle C-x specially like ESC.
6fee106e 18029
1e899515 180302007-07-15 Aaron Hawley <aaronh@garden.org>
6fee106e 18031
1e899515 18032 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6fee106e 18033
0aeeaa26
JL
180342007-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
abb971c3 180412007-07-15 Michael Albinus <michael.albinus@gmx.de>
60f164bd
MA
18042
18043 * recentf.el (recentf-keep-default-predicate): New defun.
18044 (recentf-keep): Use it as initial value.
18045
36ae4ff7
KF
180462007-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
4207db9a
GM
180522007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
18053
004b681c 18054 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4207db9a 18055
3af37803
JR
180562007-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
a25beddb
SM
180652007-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
287a387c
DK
180702007-07-14 David Kastrup <dak@gnu.org>
18071
18072 * emacs-lisp/advice.el (defadvice): Doc fix.
18073
ebc3ae14
JB
180742007-07-14 Juanma Barranquero <lekktu@gmail.com>
18075
18076 * subr.el (when, unless): Doc fix.
18077
6f8a87c0 180782007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 18079
6f8a87c0 18080 * replace.el (match): Use yellow1 instead of yellow.
6fee106e 18081
87094c03
FP
18082 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
18083 red.
6fee106e 18084
6f8a87c0 18085 * pcvs-info.el (cvs-unknown): Likewise.
6fee106e 18086
564a3032
EZ
180872007-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
78a264f4 180922007-07-13 Drew Adams <drew.adams@oracle.com>
241ab2b5
KF
18093
18094 * bookmark.el (bookmark-jump-other-window): New function.
18095 (bookmark-map): Bind it to "o".
18096
f8b7331d 18097 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
a25beddb
SM
18098 and its thread contains discussion about this change.
18099 The original patch was slightly tweaked by Karl Fogel
f8b7331d 18100 <kfogel@red-bean.com> before committing.
241ab2b5 18101
d14c45f7
KF
181022007-07-13 Karl Fogel <kfogel@red-bean.com>
18103
18104 * bookmark.el: Shorten some comments to fit within 80 lines.
18105
e4f6f302
KF
181062007-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
a25beddb 18110 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
e4f6f302
KF
18111 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
18112
d72dd6bc
CD
181132007-07-13 Carsten Dominik <dominik@science.uva.nl>
18114
18115 * textmodes/org.el: Bug fixes.
ebc3ae14 18116 (org-end-of-line): Move to end of line if in headline without tags.
d72dd6bc 18117
fc8b8d0f
SM
181182007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18119
e5162bc1
SM
18120 * vc-hooks.el: Remove spurious * in docstrings.
18121 (vc-handled-backends): Add BZR.
18122
fc8b8d0f
SM
18123 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
18124
9e29c91c
JB
181252007-07-12 Davis Herring <herring@lanl.gov>
18126
18127 * desktop.el (desktop-buffer-info, desktop-save):
18128 Use `desktop-dirname' instead of `dirname'.
18129
4f7a582b
SM
181302007-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
c788d366
SM
181402007-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
2346acf6
SM
181472007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18148
c788d366
SM
18149 * comint.el (comint-dynamic-list-filename-completions):
18150 Use read-file-name-completion-ignore-case.
18151
2346acf6
SM
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
1bed504a
SM
181612007-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
db8af973
MA
181762007-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
82c4728d
DN
181872007-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
181922007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18193
18194 * menu-bar.el (vc-menu-map): New defalias.
18195
6f8a87c0 181962007-07-10 Richard Stallman <rms@gnu.org>
6fee106e 18197
6f8a87c0
MB
18198 * emacs-lisp/lisp-mode.el (eval-defun):
18199 Explain special handling of `defface'.
6fee106e 18200
c636ecc6
NR
182012007-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
ebaba1bd
SM
182072007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18208
1cd643e7
SM
18209 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
18210
ebaba1bd
SM
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
4b29e550
MA
182182007-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
48df920c
SM
182262007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18227
1bed504a
SM
18228 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
18229 with EOLs when generating MD5 checksums.
18230
7dcef48d
SM
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
d3883360
SM
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
813fb3fe
SM
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
48df920c
SM
18247 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
18248 duplicates without also removing entries from other directories.
18249
f3850a5f
CD
182502007-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.
48df920c
SM
18254 (org-columns-edit-value): Rename from `org-column-edit'.
18255 (org-columns-display-here-title): Rename from
f3850a5f 18256 `org-overlay-columns-title'.
48df920c
SM
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'.
f3850a5f
CD
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)
f0fe4395 18276 (org-columns-move-left, org-columns-new)
f3850a5f
CD
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.
48df920c
SM
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
f3850a5f
CD
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.
48df920c 18294 (org-columns-default-format): Rename from `org-default-columns-format'.
f3850a5f
CD
18295 (org-property-re): New constant.
18296
45595a4f 182972007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6fee106e 18298
45595a4f 18299 * subr.el (looking-at-p, string-match-p): New functions.
6fee106e 18300
2b1567a5
RS
183012007-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
ccbbae2c
RS
183082007-07-09 Richard Stallman <rms@gnu.org>
18309
18310 * isearch.el (isearch-edit-string): Call to isearch-push-state
18311 after the search.
18312
3afc21a9 183132007-07-09 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
825906b8
JD
18314
18315 * window.el (fit-window-to-buffer): Remove setting of window-min-height
39127636
JB
18316 to 1 as enlarge-window uses the value to resize/shrink windows other
18317 than WINDOW if needed.
825906b8 18318
45595a4f
RS
183192007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18320
18321 * cus-start.el (file-coding-system-alist): Fix custom type.
18322
183232007-07-08 Chong Yidong <cyd@stupidchicken.com>
18324
18325 * longlines.el (longlines-wrap-region): Avoid marking buffer as
18326 modified.
48df920c
SM
18327 (longlines-auto-wrap, longlines-window-change-function):
18328 Remove unnecessary calls to set-buffer-modified-p.
45595a4f 18329
6bd7e3b4
KY
183302007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18331
18332 * cus-start.el (file-coding-system-alist): Fix custom type.
18333
f4b43eb3
SM
183342007-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
00d6fd04
MA
183392007-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
b83483d5 18356 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
00d6fd04
MA
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
0468beec
MR
183672007-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
94c95a35
JB
183762007-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
4346200e
JB
18381 * calc/calc-bin.el (math-bignum-logb-digit-size)
18382 (math-bignum-digit-power-of-two): Evaluate when compiled.
18383
94c95a35 18384 * calc/calc-comb.el (math-small-factorial-table)
39127636 18385 (math-init-random-base, math-prime-test): Remove unnecessary calls
94c95a35
JB
18386 to `math-read-number-simple'.
18387
39127636 18388 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
94c95a35
JB
18389 (math-approx-gamma-const): Add docstrings.
18390
18391 * calc/calc-forms.el (math-julian-date-beginning)
ebc3ae14 18392 (math-julian-date-beginning-int): New constants.
39127636 18393 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
94c95a35
JB
18394 Use the new constants.
18395
18396 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
18397
39127636
JB
18398 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18399 Add docstrings.
94c95a35 18400
cd42ec7d
SM
184012007-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
7c33af85
SM
184062007-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
fc70e90f
EZ
184152007-07-07 Eli Zaretskii <eliz@gnu.org>
18416
18417 * term/w32-win.el (menu-bar-open): New function.
18418 Bind <f10> to it.
18419
7cb76caa
MA
184202007-07-07 Michael Albinus <michael.albinus@gmx.de>
18421
18422 * simple.el (start-file-process): New defun.
18423
0b7750a9
SM
184242007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18425
75f6af19
SM
18426 * files.el (find-file-confirm-nonexistent-file): Rename from
18427 find-file-confirm-inexistent-file. Update users.
18428
0b7750a9
SM
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
e90988a0
JB
184372007-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
dc5d263f
DN
184422007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
18443
18444 * vc.el: Fix doc for the checkout function.
18445
a07e665b
DN
184462007-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
78ddf12f
AS
184562007-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
ddd7c238
SM
184622007-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
3fa5c462
JB
184682007-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.
39127636
JB
18476 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
18477 (math-not-bignum, math-clip-bignum): Use the constants
3fa5c462
JB
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
9ae06d96
JB
18482 * calc/calc.el (math-add-bignum): Replace number by constant.
18483
61af0f39
CY
184842007-07-05 Chong Yidong <cyd@stupidchicken.com>
18485
ddd7c238
SM
18486 * wid-edit.el (widget-documentation-string-value-create):
18487 Insert indentation spaces.
61af0f39 18488
c1d478c3
TTN
184892007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
18490
18491 * emacs-lisp/byte-opt.el: Revert last change.
18492
c2ba4a6b
DN
184932007-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
f15ca944
SM
184992007-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
2321b042
CY
185042007-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
978d4c87
TTN
185312007-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
4c5cd2d2
TTN
18536 (bootstrap-prepare): Make $(lisp)/ps-print.el
18537 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
18538
b33ac3b7
DN
185392007-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.
4ac3eac7
DN
18545 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
18546 caller, and delete.
b33ac3b7
DN
18547 (vc-hg-workfile-version): Deal with exceptions and only parse the
18548 output on successful return.
4ac3eac7 18549 (vc-hg-revert): New function.
b33ac3b7 18550
b4739e5d
JB
185512007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
18552
18553 * calculator.el (calculator-expt): Use more cases to determine
18554 the value.
18555
c89d0fd4 185562007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 18557
c89d0fd4
MB
18558 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
18559 file names.
6fee106e 18560
f50347a9
JB
185612007-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.
aa9f2751
JB
18571 * calc/calc-comb.el (math-small-factorial-table): Replace list
18572 by vector.
f50347a9 18573
b71f9bdb
DK
185742007-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
cf84d3ce
RS
185802007-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
185862007-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
39586cf3
CD
185912007-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)
93137d49
JB
18613 (org-column-show-value, org-column-quit, org-column-edit):
18614 New functions.
39586cf3
CD
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
e8749da6
MR
186342007-07-02 Martin Rudalics <rudalics@gmx.at>
18635
39127636 18636 * help-mode.el (help-make-xrefs): Skip spaces too when
e8749da6
MR
18637 skipping tabs.
18638
18639 * ffap.el (dired-at-point-prompter): Improve prompt in
18640 list-directory case.
18641
c89d0fd4 186422007-07-01 Richard Stallman <rms@gnu.org>
6fee106e 18643
c89d0fd4 18644 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6fee106e 18645
b1916c6e
RS
186462007-07-01 Richard Stallman <rms@gnu.org>
18647
18648 * cus-start.el (max-mini-window-height): Added.
18649
186502007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
18651
18652 * complete.el (partial-completion-mode): Remove advice of
4c5cd2d2 18653 read-file-name-internal.
b1916c6e
RS
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
ed2f6a47
TTN
186582007-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
14fd09e5
SM
186662007-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
f61fd6b7
SM
186732007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
18676
bd1bb1c7
JB
186772007-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
0ffab1eb
TTN
186842007-06-29 Ryan Yeske <rcyeske@gmail.com>
18685
18686 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
bd1bb1c7 18687 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
0ffab1eb
TTN
18688 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
18689 (rcirc-print): Never ignore messages from ourself.
18690
0ffaebf0
SM
186912007-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
3afc21a9 186962007-06-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
e1e16897
JD
18697
18698 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
18699 replace-regexp-in-string.
18700
b68f6e48
SM
187012007-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
dd8d430f
AS
187062007-06-28 Andreas Schwab <schwab@suse.de>
18707
18708 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
18709 $(lisp)/subdirs.el.
18710
d9d0113f
JB
187112007-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
cd7c4fc5
TTN
187182007-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
360cf7bc
SM
187262007-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
8315a3b5
NR
187322007-06-28 Nick Roberts <nickrob@snap.net.nz>
18733
360cf7bc
SM
18734 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
18735 Rename and move to...
8315a3b5
NR
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
4a725859
MA
187452007-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
413d6d87
SM
187552007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18756
dbc65a5e
SM
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
36c6bc15
SM
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
231f3e66
SM
18777 * ps-print.el: Update with auto-generated autoloads.
18778
413d6d87
SM
18779 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
18780
0b0dad41
SM
187812007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18782
438d6bb6
SM
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
1fad2b12
SM
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
56dada42
SM
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
4d83a657
SM
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
0b0dad41
SM
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
fed082a0
DK
188212007-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
986c5ad5
SM
188262007-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
57536a83
SM
188322007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18833
e66466a6
SM
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
57536a83
SM
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.
ceea9b18
SM
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.
57536a83 18848
40cddce8
JB
188492007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
18850
d9d0113f 18851 * calc/calc-comb.el (math-init-random-base, math-prime-test):
40cddce8
JB
18852 Use math-read-number-simple to insert constants.
18853 (math-prime-test): Redo calculation of sum.
18854
98888d77
JB
18855 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
18856
57536a83 18857 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
98888d77
JB
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
2793c9bb
RW
188632007-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.
57536a83
SM
18875 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
18876 New functions.
2793c9bb
RW
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.
dbb7d404 18884
3b979520
SM
188852007-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
28adf31c
TTN
188952007-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
56fbb895
EZ
189002007-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
5bcacaac
JB
189052007-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
2199cb47
EZ
189102007-06-23 Eli Zaretskii <eliz@gnu.org>
18911
18912 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
a65473ab 18913 FILE exists as a file.
2199cb47 18914
a6d107f1
JB
189152007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
18916
18917 * calc/calc.el (math-bignum-digit-length)
5bcacaac 18918 (math-bignum-digit-size, math-small-integer-size):
a6d107f1 18919 New constants.
5bcacaac
JB
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)
d9d0113f 18923 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5bcacaac
JB
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)
a6d107f1
JB
18927 (math-read-bignum): Use math-bignum-digit-length,
18928 math-bignum-digit-size and math-small-integer-size.
18929
6f8b1d28
JB
18930 * calc/calc-ext.el (math-fixnum-big): Use the variable
18931 math-bignum-digit-size.
18932
d621bc0a
DN
189332007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18934
d621bc0a
DN
18935 * log-view.el (log-view-mode-menu): New menu.
18936
11a4edc2
SM
189372007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
18938
d8e4eadf
SM
18939 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
18940 differently.
18941
11a4edc2
SM
18942 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
18943 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
18944
7c1912af
DN
189452007-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
092c4936
JB
189502007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
18951
5bcacaac
JB
18952 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
18953 (calcFunc-julian): Fix incorrect number used in calculations.
092c4936 18954
446b609e
TTN
189552007-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
77a2bb53
TTN
18961 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
18962 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
18963
31a0385d
TTN
18964 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
18965
3e9c6b0a
JB
189662007-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.
e404adfe 18973 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3e9c6b0a
JB
18974 New variables to use in caches.
18975
5bcacaac
JB
18976 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
18977 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3e9c6b0a 18978
7123da6d 18979 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3e9c6b0a
JB
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
d797e643
DN
189862007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
18987
e404adfe 18988 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5ec05779 18989
d797e643
DN
18990 * vc-hg.el (vc-hg-log-view-mode): New mode.
18991
1f26c380
JB
189922007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
18993
18994 * calc/calc.el (math-read-number-simple): New function.
18995
e404adfe 189962007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
e96e1531 18997
93137d49 18998 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
e96e1531
DN
18999 (vera-font-lock-match-item): Fix doc string.
19000 (vera-in-comment-p): Remove unused function.
5bcacaac 19001 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
e96e1531
DN
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
dddf9c0c
CD
190102007-06-21 Carsten Dominik <dominik@science.uva.nl>
19011
5bcacaac 19012 * textmodes/org.el (org-export-with-footnotes): New option.
e404adfe 19013 (org-export-as-html): Fix replacement bug for XEmacs.
446b609e 19014 (org-agenda-default-appointment-duration): New option.
dddf9c0c 19015
cdaf01cc
DN
190162007-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
eaea8b1d
JB
190252007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
19026
5bcacaac 19027 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
eaea8b1d 19028
37a5e97a
SM
190292007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19030
d8e4eadf
SM
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
37a5e97a
SM
19051 * vc.el (vc-default-log-view-mode): New function.
19052 (vc-print-log): Add new `log-view-mode' VC operation.
19053
794855ca
JB
190542007-06-20 Juanma Barranquero <lekktu@gmail.com>
19055
8eb17675
JB
19056 * ido.el (ido-find-file-in-dir): Don't signal an error for
19057 empty directories.
19058
ccf0d2ca
JB
19059 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
19060
794855ca
JB
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
7e7db9fc
AM
190652007-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.
794855ca 19070
ea3da5b9
MR
190712007-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
77b5d458
SM
190812007-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.
e4a7fe73 19090 (vc-bzr-state): Look for `bzr status' keywords in output.
77b5d458
SM
19091 Display everything else as a warning message to the user.
19092 Fix status report with bzr >= 0.15.
19093
248c6645
DN
190942007-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
794855ca 191022007-06-20 Reto Zimmermann <reto@gnu.org>
37d4643c
DN
19103
19104 * progmodes/vera-mode.el: New file.
19105
89046ea5
JB
191062007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
19107
19108 * calc/calc.el (calc-multiplication-has-precendence):
19109 New variable.
5bcacaac 19110 (math-standard-ops, math-standard-ops-p, math-expr-ops):
89046ea5
JB
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.
5bcacaac 19119 (math-expr-read-level, math-read-factor): Let math-expr-opers
89046ea5
JB
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.
5bcacaac 19128 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
89046ea5
JB
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
794855ca 191402007-06-19 Ivan Kanis <apple@kanis.eu>
61223448
DN
19141
19142 * vc-hg.el: New file.
19143
e404adfe
SM
191442007-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
446ac170
GM
191492007-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
5d503af9
SM
191542007-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
86265518
KF
191672007-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
baef4cbe
KF
191732007-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.
5d503af9 19180
1bd8df7e
MY
191812007-06-15 Masatake YAMATO <jet@gyve.org>
19182
5d503af9 19183 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
b32ce4c3 19184
5d503af9 19185 * vc.el (vc-dired-hook): Check the backend returned from
1bd8df7e
MY
19186 `vc-responsible-backend' can really handle `subdir'.
19187
1f0abf8f
CY
191882007-06-15 Chong Yidong <cyd@stupidchicken.com>
19189
5d503af9
SM
19190 * wid-edit.el (widget-add-documentation-string-button):
19191 Fix handling of documentation indent.
1f0abf8f 19192
5f728b01
KS
191932007-06-15 Miles Bader <miles@fencepost.gnu.org>
19194
19195 * mb-depth.el: New file.
19196
3827b532
MY
191972007-06-15 Masatake YAMATO <jet@gyve.org>
19198
19199 * vc.el (vc-dired-mode): Show backend name as part of mode name.
19200
f0db902e
CY
192012007-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.
5d503af9
SM
19215 (custom-group-value-create):
19216 Call widget-add-documentation-string-button, using `custom-visibility'.
f0db902e 19217
3ab6a7ae
SM
192182007-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
33af2b6e 192252007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
3ab6a7ae 19226
93137d49
JB
19227 * emulation/viper.el (viper-describe-key-ad)
19228 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
19229 Compile them conditionally.
794855ca 19230 (viper-version): Belated version change.
3ab6a7ae 19231
2dde79d8
JB
192322007-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
195eca78
SM
192422007-06-13 Ryan Yeske <rcyeske@gmail.com>
19243
93137d49 19244 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
78a264f4 19245 around bright and dim regexps. Make sure bright and dim matches
195eca78
SM
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.
78a264f4 19266 (rcirc-mode): Clear mode-line-process. Use a custom
195eca78
SM
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.
c89d0fd4 19298 (rcirc-authenticate): Fixc hanserv identification.
195eca78
SM
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
97311ec3
SM
193052007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
19308
3afc21a9 193092007-06-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
ecda6582 19310
97311ec3
SM
19311 * term/xterm.el (terminal-init-xterm): Escape parens in character
19312 constants.
ecda6582 19313
b4c4ba41
SM
193142007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19315
4f3a3368
SM
19316 * progmodes/sh-script.el: Remove unneeded * from docstrings.
19317 Use [:alpha:] and [:alnum:] where applicable.
19318 (sh-quoted-subshell): Rewrite to correctly
e4a7fe73 19319 handle nested mixes of `...' and $(...).
4f3a3368
SM
19320 (sh-apply-quoted-subshell): Remove.
19321 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
19322
b4c4ba41
SM
19323 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
19324
3ab7e318
GM
193252007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
19326
19327 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
19328 previous change.
19329
1d5c7d45
CY
193302007-06-12 Tom Tromey <tromey@redhat.com>
19331
19332 * subr.el (user-emacs-directory): New defconst.
b4c4ba41
SM
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.
1d5c7d45 19350
eeb40825
CY
193512007-06-12 Ralf Angeli <angeli@caeruleus.net>
19352
19353 * scroll-lock.el (scroll-lock-mode): Doc fix.
19354
77c57270 193552007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
c13f8e66
JB
19356
19357 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
19358
19359 * ediff-init.el: Doc strings.
19360
b8104a2b
SM
193612007-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
ac64a728 193722007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
0794ad3b
JB
19373
19374 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
c13f8e66 19375 Display error messages.
0794ad3b
JB
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
7123da6d 19385 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
0794ad3b
JB
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
ac64a728 19390 viper-replace-overlay-cursor-color.
0794ad3b
JB
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
78a264f4 19403 message options.
0794ad3b
JB
19404
19405 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
b8104a2b 19406 (ediff-fixup-patch-map): Improve heuristic.
0794ad3b 19407
95588f91
SM
194082007-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
e7053211
SS
194142007-06-12 Sam Steingold <sds@gnu.org>
19415
19416 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
19417
1f7efe1b
JB
194182007-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
e88110db
JB
194252007-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.
794855ca 19434 (desktop-save): Use it. Run `desktop-save-hook' where the doc
e88110db
JB
19435 says to. Detect conflicts, and manage the lock.
19436 (desktop-read): Detect conflicts. Manage the lock.
19437
86dd4d03
SM
194382007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19439
c8791c6a
SM
19440 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
19441
86dd4d03
SM
19442 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
19443 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
794855ca 19444 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
86dd4d03
SM
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
7e76cdd8 194492007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
b647fc07 19450
7e76cdd8
MB
19451 * font-lock.el (font-lock-add-keywords): In case font-lock was only
19452 half-activated, forcefully activate it completely.
c6b98d9f 19453
7e76cdd8 194542007-06-11 Richard Stallman <rms@gnu.org>
7dfc4cda 19455
7e76cdd8 19456 * cus-edit.el (custom-variable-type): Doc fix.
7dfc4cda 19457
ede96990
SM
194582007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19459
935e6b79
SM
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
b4879b43
SM
19465 * complete.el (PC-bindings): Don't bind things already bound in the
19466 parent keymap.
19467
ede96990
SM
19468 * textmodes/bibtex-style.el: New file.
19469
b6e0e86c
SM
194702007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
19471
19472 * vc-bzr.el: New file.
19473
e4cc3f57
SM
194742007-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
60b4b298
JB
194792007-06-11 Juanma Barranquero <lekktu@gmail.com>
19480
19481 * server.el (server-switch-buffer): Remove redundant check.
19482
7940bf7d
MR
194832007-06-10 Martin Rudalics <rudalics@gmx.at>
19484
60b4b298
JB
19485 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
19486 Match against file-name-nondirectory.
7940bf7d 19487 Fix text on user customization variables.
3afc21a9 19488 Reported by Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>.
7940bf7d 19489
ab3c4f67
TTN
194902007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
19491
19492 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19493
9258f2ef
JB
194942007-06-09 Davis Herring <herring@lanl.gov>
19495
19496 * desktop.el (desktop-minor-mode-table): Doc fix.
19497
e0602e9a
SM
194982007-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
da38057d
NR
195032007-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
3266db2a
CY
195132007-06-07 Chong Yidong <cyd@stupidchicken.com>
19514
19515 * dired.el (dired-mode-map): Remove spurious separator.
19516
d505c598
JB
195172007-06-07 Juanma Barranquero <lekktu@gmail.com>
19518
00a2367d
JB
19519 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
19520
f02ac02f 19521 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d505c598
JB
19522 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
19523
f5440e98
CD
195242007-06-07 Carsten Dominik <dominik@science.uva.nl>
19525
19526 * textmodes/org.el: Version number fixed.
19527
236a4178
GM
195282007-06-07 Glenn Morris <rgm@gnu.org>
19529
c74c9bac 19530 * version.el (emacs-copyright): New constant.
23d0be64 19531 * startup.el (fancy-splash-tail): Use emacs-copyright.
d16c1140
GM
19532 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
19533
04cc80ae
GM
19534 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
19535 `make-local'.
19536 (byte-compile-warnings-safe-p): Add `make-local'.
e0602e9a
SM
19537 (byte-compile-make-variable-buffer-local):
19538 Allow byte-compile-warnings to suppress this warning.
04cc80ae 19539
91ffa536
GM
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
236a4178
GM
19545 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
19546 Rewrite compatibility functions to silence byte-compiler.
19547
ba48a401
GM
195482007-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
14e28223
GM
195532007-06-07 Eric M. Ludlam <eric@siege-engine.com>
19554
d505c598 19555 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
14e28223 19556
7316fa39
JB
195572007-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
2efed646
JB
195632007-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
c039ea1d
JB
195732007-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
12cd5d56
CD
195802007-06-06 Carsten Dominik <dominik@science.uva.nl>
19581
93137d49
JB
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)
12cd5d56
CD
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)
e0602e9a
SM
19614 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
19615 New functions.
12cd5d56
CD
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.
e0602e9a
SM
19626 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
19627 New defsubsts.
12cd5d56
CD
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.
dbb7d404 19642 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12cd5d56 19643 (org-CUA-compatible): Option removed.
dbb7d404 19644 (org-agenda-structure, org-sexp-date): New face.
12cd5d56
CD
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)
e0602e9a 19659 (org-table-clean-did-remove-column-1, org-disputed-keys):
dbb7d404 19660 Remove variables.
e0602e9a 19661 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12cd5d56
CD
19662 (org-ts-lengths): Constant removed.
19663 (org-follow-gnus-link): Don't ask how many articles to read.
e0602e9a
SM
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
12cd5d56 19668 `org-table-edit-formulas-post-command'.
e0602e9a
SM
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
12cd5d56 19672 `org-edit-formula-lisp-indent'.
e0602e9a 19673 (org-table-show-reference): Rename from `org-show-reference'.
12cd5d56 19674 (org-table-store-formulas): Use `org-table-formula-less-p'.
e0602e9a 19675 (org-table-edit-formulas): Position cursor to current field equation.
12cd5d56
CD
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)
e0602e9a
SM
19681 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
19682 Let `org-on-heading-p' also check for invisible heading.
12cd5d56
CD
19683 (org-read-date): Match am/pm times.
19684 (org-eval-in-calendar): Fix default date in prompt.
19685
f608df3d
CY
196862007-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
b2d5aa46
JB
196912007-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
1634f0e3
MA
196962007-06-05 Michael Albinus <michael.albinus@gmx.de>
19697
19698 * net/socks.el (top): Remove unnecessary copyright line.
19699
1adf71a4
CY
197002007-06-04 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * longlines.el (longlines-auto-wrap): Handle argument correctly.
19703
c50982cc
MA
197042007-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'.
de09204d 19711 (socks-char-int): Remove defalias and all occurrences.
c50982cc 19712
f441be5b
JB
197132007-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
b1b15f76 197202007-06-03 Sam Steingold <sds@gnu.org>
b84acff6 19721
2216ee11
RS
19722 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
19723 handle unending automatic recompilation of changed files (`omake -P').
3a1c1b15 19724 (compilation-loop): VISITED is now 5th CDR.
b84acff6
SS
19725 (compilation-next-error-function): Set TIMESTAMP.
19726
b1b15f76 197272007-06-03 Sam Steingold <sds@gnu.org>
a151f82c
SS
19728
19729 * files.el (kill-buffer-ask): New function.
19730 (kill-some-buffers): Use it.
19731 (kill-matching-buffers): New user command.
19732
773933d3
DK
197332007-06-01 David Kastrup <dak@gnu.org>
19734
19735 * dired.el (dired-recursive-deletes, dired-recursive-copies):
19736 Change default to `top'.
19737
bce1acc3
RS
197382007-05-31 Richard Stallman <rms@gnu.org>
19739
19740 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
19741
d500a092
SM
197422007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * textmodes/css-mode.el: New file.
19745
7a781a54
MB
197462007-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
250495a7
MR
197542007-05-29 Martin Rudalics <rudalics@gmx.at>
19755
19756 * textmodes/table.el (table--point-entered-cell-function)
d500a092
SM
19757 (table--point-left-cell-function):
19758 Bind `inhibit-point-motion-hooks' to t.
250495a7 19759
5e3fc9eb
GM
197602007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19761
19762 * emacs-lisp/rx.el (rx): Doc fix.
19763
aa3dbcde
JB
197642007-05-28 Juanma Barranquero <lekktu@gmail.com>
19765
19766 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
19767
f3c071dd
MA
197682007-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.
d500a092 19783 (with-parsed-tramp-file-name): Protect debug spec during compilation.
f3c071dd
MA
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)
d500a092
SM
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.
f3c071dd
MA
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
7936011c
CY
197992007-05-28 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
19802
3d200243
RS
198032007-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
924e26eb
JB
198092007-05-27 Ryan Yeske <rcyeske@gmail.com>
19810
19811 * net/webjump.el (webjump-sample-sites):
19812 Add simple Wikipedia query.
19813
6ab93c85
SM
198142007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19815
cdcfbcb2 19816 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
dbb7d404 19817 compatibility code.
cdcfbcb2 19818
b649d2e4
SM
19819 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
19820 (copyright-update-year): Use it.
19821
6db93fd9
SM
19822 * edmacro.el (edmacro-format-keys): Use current-active-maps.
19823
f4a7decd
SM
19824 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
19825 Add indentation and debugging info. Fix up comment convention.
19826
526af3b0
SM
19827 * cus-dep.el (custom-make-dependencies): Simplify.
19828
09d52401
SM
19829 * composite.el (compose-region, decompose-region):
19830 Use inhibit-read-only and restore-buffer-modified-p.
19831
6ab93c85
SM
19832 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
19833 (xterm-mouse-event): Use it.
19834
dade3ed8
JB
198352007-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
fdabbcb5
MB
198422007-05-25 Miles Bader <miles@fencepost.gnu.org>
19843
19844 * vc-hooks.el (vc-find-root): Fix file attribute test.
19845
913a8cda
RS
198462007-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
6db526f0
CY
198522007-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
dff1336c
SM
198632007-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
133ecc54
EZ
198682007-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
31b6b8cd
SM
198732007-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
07e7a05a
EZ
198782007-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
c96e025a
GM
198872007-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
c022c4c4
RS
198922007-05-22 Richard Stallman <rms@gnu.org>
19893
19894 * files.el (set-auto-mode): Doc fix.
19895
3afc21a9 198962007-05-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2f041d62
JD
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
4d55e513
EZ
199022007-05-22 Eli Zaretskii <eliz@gnu.org>
19903
19904 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
19905
784b0db6
JB
199062007-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
b340aecb
GM
199112007-05-22 Glenn Morris <rgm@gnu.org>
19912
19913 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
b340aecb 19914
06071e68 199152007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
38405f15 19916
e0602e9a
SM
19917 * mail/mail-extr.el (mail-extract-address-components):
19918 Recognize non-ASCII characters except for NBSP as words.
38405f15 19919
d51f146b
RS
199202007-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
b447c934
CY
199262007-05-21 Chong Yidong <cyd@stupidchicken.com>
19927
9ca9e00d 19928 * image-mode.el (image-toggle-display): Don't clear image cache.
e0602e9a
SM
19929 Only use filename in image spec if the file is readable.
19930 Call image-refresh.
9ca9e00d 19931
b447c934
CY
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
dea2cbad
NR
199382007-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
60889ffa
NR
199462007-05-20 Nick Roberts <nickrob@snap.net.nz>
19947
19948 * t-mouse.el: Reduce to a minor-mode macro call.
784b0db6 19949 (t-mouse-mode): Remove the lighter.
e23f11f7
NR
19950
19951 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
60889ffa 19952
8a1389c7
DN
199532007-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
01140829
MB
199582007-06-02 Chong Yidong <cyd@stupidchicken.com>
19959
19960 * Version 22.1 released.
19961
ae9d8436
CY
199622007-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
877d11fe
GM
199672007-05-19 Kevin Ryde <user42@zip.com.au>
19968
19969 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
19970
317b4839
TTN
199712007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
19972
19973 * textmodes/sgml-mode.el: Revert last change.
19974
de9606f0
RS
199752007-05-18 Richard Stallman <rms@gnu.org>
19976
19977 * simple.el (push-mark): Doc fix.
19978
64953c0a
RS
199792007-05-18 Rob Riepel <riepel@Stanford.EDU>
19980
e0602e9a 19981 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 19982 tpu-global-map.
784b0db6
JB
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
64953c0a 19986 setting keymapping directly.
784b0db6 19987 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
19988 tpu-global-map.
19989 (tpu-edt-on): Activate the tpu-global-map.
19990 (tpu-edt-off): Deactivate the tpu-global-map.
784b0db6 19991
64953c0a
RS
199922007-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
5f5ad9f7
GM
199982007-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
992aa6b7
TTN
200242007-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
10e3e762
MR
200292007-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
84bbd894
RS
200342007-05-16 Richard Stallman <rms@gnu.org>
20035
20036 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
20037
92228a10
SM
200382007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20039
c11781de
SM
20040 * files.el (magic-mode-alist, magic-fallback-mode-alist):
20041 Move the *ml, Postscript, and XmCD entries to the fallback part.
20042
92228a10
SM
20043 * files.el (magic-fallback-mode-alist):
20044 Rename from file-start-mode-alist.
20045
7883a44f
JB
200462007-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
26e150ef
JB
200512007-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
4132d58c
MR
200702007-05-16 Martin Rudalics <rudalics@gmx.at>
20071
20072 * textmodes/ispell.el (ispell-start-process): Defend against bad
20073 default-directory.
20074
5c43b3ca
EZ
200752007-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
59831679
JB
200812007-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
5f5ad9f7
GM
200862007-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
0a81a74a
CY
200952007-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
06b6baf6
NR
201032007-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
7d145fa3
RS
201082007-05-10 Richard Stallman <rms@gnu.org>
20109
68380acf
MB
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
7d145fa3
RS
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
c3aa7d16
RS
20127 * dabbrev.el (dabbrev-eliminate-newlines):
20128 Renamed from dabbrev--eliminate-newlines. All uses changed.
20129
3afc21a9 201302007-05-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
b52efb9f
MC
20131
20132 * man.el (Man-next-section): Don't consider the last line of the page
20133 as being part of any section.
20134
00affaf1
SM
201352007-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
1d16f33c
SM
201402007-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
c7093883
SM
201452007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
20146
20147 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
20148
0b480dc7
SM
201492007-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
45fd3a00
SM
201552007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20156
44a07c5a
SM
20157 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
20158 the exact opposite of diff-goto-source.
20159
5d08a786
SM
20160 * emacs-lisp/advice.el (ad-special-forms): Remove.
20161 (ad-special-form-p): Use subr-arity.
20162
2ed8e1f7
SM
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
121f1921
SM
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
45fd3a00
SM
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
75dcf19e
RS
201852007-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
11c4b29d
SM
201902007-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
59c58fea
YM
201952007-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
205f01b4
RS
202002007-05-06 Richard Stallman <rms@gnu.org>
20201
20202 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
20203
d4871b4f
SM
202042007-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
12bf4a28
NR
202092007-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
b94bc09b
RS
202142007-05-01 Davis Herring <herring@lanl.gov>
20215
d4871b4f
SM
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.
b94bc09b 20226
39f3dff9
RS
202272007-05-03 Ryan Yeske <rcyeske@gmail.com>
20228
20229 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
20230 disconnections.
20231
d7af463c
RF
202322007-05-01 Romain Francoise <romain@orebokech.com>
20233
20234 * dired-x.el: Revert 2007-04-06 change.
20235
78f0d1fc
RS
202362007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
20237
20238 * find-dired.el (find-dired-filter): Propertize all text down to eob.
20239
6f37a576
RS
202402007-04-29 Richard Stallman <rms@gnu.org>
20241
20242 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
20243
161039c9
GM
202442007-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
157e3182
RS
202492007-04-28 Richard Stallman <rms@gnu.org>
20250
20251 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
20252
5e1cd4de
NR
202532007-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
456e749f
SM
202582007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
20261
a9bdfaa4
EZ
202622007-04-28 Eli Zaretskii <eliz@gnu.org>
20263
f2fd2cf5
EZ
20264 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
20265 instead of $(lisp)/mh-e.
20266
16bbdfc0
GM
202672007-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
58f13025
CY
202732007-04-27 Chong Yidong <cyd@stupidchicken.com>
20274
456e749f
SM
20275 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20276 Use window-start and window-end.
58f13025 20277
edaeebf5
AS
202782007-04-27 Andreas Schwab <schwab@suse.de>
20279
20280 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
20281
96bbf28b
EZ
202822007-04-27 Eli Zaretskii <eliz@gnu.org>
20283
20284 * textmodes/fill.el (fill-paragraph): Doc fix.
20285
07016031
GM
202862007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
20287
20288 * locate.el (locate-in-alternate-database): Doc fix.
20289
4f54692c
GM
202902007-04-26 Glenn Morris <rgm@gnu.org>
20291
20292 * button.el (button): Use underline if supported, else fall back
20293 to color.
20294
f5430f7f
GM
20295 * version.el (emacs-version): Increase to 22.1.50.
20296
2d0f33df
RS
202972007-04-25 Richard Stallman <rms@gnu.org>
20298
20299 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
20300
77ae614b
S
203012007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
20302
2f2c687b
JB
20303 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
20304 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
77ae614b
S
20305 pushing mark.
20306 (idlwave-current-routine): Don't push mark.
20307
e28f9ad3
GM
203082007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
20309
456e749f
SM
20310 * image-dired.el (image-dired-display-image): Derive image-type from
20311 filename rather than assuming jpeg, in case no resizing was needed.
e28f9ad3 20312
3afc21a9 203132007-04-25 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
d497fd17
GM
20314
20315 * custom.el (defface): Doc fix.
20316
dc3818ec 20317See ChangeLog.12 for earlier changes.
6fee106e
KS
20318
20319;; Local Variables:
20320;; coding: iso-2022-7bit
33462dfa 20321;; add-log-time-zone-rule: t
6fee106e
KS
20322;; End:
20323
59ce725a 20324 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
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
b4aa6026 20330 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
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.
6fee106e 20342
05587383 20343;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af