Regenerate.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/uni-bidi.el, international/uni-category.el:
4 * international/uni-combining.el, international/uni-comment.el:
5 * international/uni-decimal.el, international/uni-decomposition.el:
6 * international/uni-digit.el, international/uni-lowercase.el:
7 * international/uni-mirrored.el, international/uni-name.el:
8 * international/uni-numeric.el, international/uni-old-name.el:
9 * international/uni-titlecase.el, international/uni-uppercase.el:
10 * international/charprop.el: Regenerate.
11
12 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13
14 * vc.el (vc-status-fileinfo): Add new member directoryp.
15 (vc-default-status-printer): Print directories.
16 (vc-status-update): Sort files before subdirectories.
17
18 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
19 Add alternative implementation based on "cvs update".
20
21 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
22
23 * doc-view.el: Changed requirements section to tell that only one
24 of dvipdf or dvipdfm is needed.
25 (doc-view-already-converted-p): Fix bug that forced reconversion
26 if doc was already converted.
27
28 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * minibuffer.el (minibuffer-message):
31 Make sure we can put-text-property.
32
33 * emacs-lisp/crm.el: Complete rewrite.
34
35 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
36 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
37 case of an error in display-completion-list.
38
39 * filecache.el (file-cache-completions-keymap): Move init from
40 file-cache-completion-setup-function into declaration.
41 (file-cache-minibuffer-complete): Simplify.
42 (file-cache-completion-setup-function): Use standard-output,
43 preserve current-buffer.
44
45 * vc.el (vc-status-update): Fix typo.
46 (vc-status-update): Set needs-update.
47 (vc-status-refresh): η-reduce.
48
49 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
50
51 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
52 to image-eol.
53
54 2008-04-14 Alexandre Julliard <julliard@winehq.org>
55
56 * vc.el (vc-status-update): Undo the previous revert.
57
58 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * minibuffer.el (completion-table-with-terminator): Those completions
61 are never valid w.r.t test-completion.
62 (completion--file-name-table):
63 Check completion-all-completions-with-base-size.
64
65 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
66
67 * doc-view.el (doc-view-dvipdf-program): New variable.
68 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
69 (doc-view-mode-p): Check for doc-view-dvipdf-program as
70 alternative for doc-view-dvipdfm-program.
71 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
72
73 * doc-view.el (doc-view-start-process): Don't set
74 default-directory to "~/" if the current value is valid.
75 This broke PS files that run other files in the same directory.
76
77 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
78
79 * vc.el (vc-status-kill-query): New function.
80 (vc-status-mode): Add it to kill-buffer-query-functions.
81 (vc-status-show-fileentry): New function.
82 (vc-status-menu-map): Bind it. Bind vc-next-action.
83
84 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * minibuffer.el (minibuffer-message): Put cursor at the right place.
87
88 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
89
90 * proced.el (proced-send-signal): Fix error recognition.
91
92 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
93
94 * proced.el (proced-command-alist): Remove sort column.
95 (proced-command, proced-procname-column):
96 Use make-variable-buffer-local.
97 (proced-signal-function): Rename from proced-kill-program.
98 Allow for elisp symbols and string values representing system calls.
99 (proced-marker-regexp, proced-success-message): New functions.
100 (proced): Use defalias. Add autoload cookie.
101 (proced-unmark-backward, proced-toggle-marks)
102 (proced-hide-processes): New commands.
103 (proced-do-mark): Simplify code.
104 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
105 (proced-update): Remove sorting.
106 (proced-send-signal): Display number of processes to operate on.
107 Allow for system calls or elisp functions to send signals.
108 Check if signal was sent successfully.
109
110 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * minibuffer.el (completion-all-completion-with-base-size): New var.
113 (completion--some): New function.
114 (completion-table-with-context, completion--file-name-table):
115 Return the base-size if requested.
116 (completion-table-in-turn): Generalize to multiple arguments.
117 (complete-in-turn): Compatibility alias.
118 (completion-styles-alist): New var.
119 (completion-styles): New customization.
120 (minibuffer-try-completion, minibuffer-all-completions):
121 New functions.
122 (minibuffer--do-completion, minibuffer-complete-and-exit)
123 (minibuffer-try-word-completion): Use them.
124 (display-completion-list, minibuffer-completion-help): Use them.
125 Handle all-completions's new base-size info to set completion-base-size.
126 * info.el (Info-read-node-name-1): Use completion-table-with-context,
127 completion-table-with-terminator and complete-with-action.
128 Remove the now obsolete completion-base-size-function property.
129 * simple.el (completion-list-mode-map): Move init into declaration.
130 (completion-list-mode): Use define-derived-mode.
131 (completion-setup-function): Use any completion-base-size that may
132 have been set before. Remove handling of completion-base-size-function.
133 * loadup.el: Move abbrev.el up earlier.
134
135 2008-04-13 Alexandre Julliard <julliard@winehq.org>
136
137 * vc-git.el (vc-git-after-dir-status-stage)
138 (vc-git-dir-status-goto-stage): New functions.
139 (vc-git-after-dir-status-stage1)
140 (vc-git-after-dir-status-stage1-empty-db)
141 (vc-git-after-dir-status-stage2): Remove, functionality moved
142 into the new generic stage functions.
143 (vc-git-dir-status-files): New function.
144
145 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
146 comments.
147 (vc-status-refresh-files): New function.
148 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
149 state of up-to-date files.
150 (vc-default-dir-status-files): New function.
151
152 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
153
154 * minibuffer.el (completion--embedded-envvar-table)
155 (read-file-name-internal): Fix typos in 2008-04-11 change.
156
157 * faces.el (read-face-name): Use `completion-table-in-turn',
158 not `complete-in-turn'.
159
160 2008-04-13 Andreas Schwab <schwab@suse.de>
161
162 * progmodes/etags.el: Require 'cl when compiling.
163
164 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
165
166 * progmodes/gud.el (gud-menu-map): Expand tooltip.
167
168 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
169 (menu): Add/expand menu tooltips.
170
171 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
172
173 * progmodes/sh-script.el (sh-show-indent): Fix typo.
174 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
175
176 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
177 considered registered.
178
179 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
180
181 * emacs-lisp/copyright.el (copyright-update-directory): New command.
182
183 * ediff-wind.el (ediff-split-window-function)
184 (ediff-merge-split-window-function): Improve custom type.
185
186 2008-04-12 Eli Zaretskii <eliz@gnu.org>
187
188 * loadup.el ("minibuffer"): Move after "faces".
189
190 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/hideif.el (hif-factor): Handle unary minus.
193
194 2008-04-12 Glenn Morris <rgm@gnu.org>
195
196 * calendar/cal-china.el (chinese-calendar-time-zone):
197 Mark obsolete name as risky too.
198
199 * calendar/calendar.el (calendar-faces): New custom group.
200 (calendar-today, diary, holiday): Doc fix.
201 Move to calendar-faces group.
202 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
203 (diary-button): Doc fix. Move to calendar-faces group.
204
205 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
206 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
207 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
208 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
209 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
210 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
211 not in dumped files before the associated defcustom.
212
213 2008-04-11 Johan Bockgård <bojohan@gnu.org>
214
215 * minibuffer.el (lazy-completion-table): Fix debug spec.
216
217 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * minibuffer.el (complete-with-action, lazy-completion-table):
220 Move from subr.el.
221 (apply-partially, completion-table-dynamic)
222 (completion-table-with-context, completion-table-with-terminator)
223 (completion-table-in-turn): New funs.
224 (completion--make-envvar-table, completion--embedded-envvar-table):
225 New funs.
226 (read-file-name-internal): Use them.
227 (completion-setup-hook): Move from simple.el.
228 * subr.el (complete-with-action, lazy-completion-table):
229 * simple.el (completion-setup-hook): Move to minibuffer.el.
230
231 2008-04-11 Glenn Morris <rgm@gnu.org>
232
233 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
234
235 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
238
239 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
240
241 * textmodes/fill.el (fill-forward-paragraph-function): New var.
242 (fill-forward-paragraph): New fun.
243 (fill-paragraph, fill-region): Use it.
244
245 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
246 (vc-status-create-fileinfo): Make `extra' optional.
247 (vc-status-busy): New fun.
248 (vc-status-menu-map): Use it.
249 (vc-status-crt-marked): Remove.
250 (vc-status-update): Rename from vc-status-add-entries.
251 Add argument so as to prevent addition of entries. Rewrite.
252 (vc-update-vc-status-buffer): Remove.
253 (vc-status-refresh): Don't remove old entries, set them to
254 up-to-date instead. Also do it after the update is complete.
255 (vc-status-marked-files): η-reduce.
256
257 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
258 for non-dialogs.
259
260 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
261
262 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
263
264 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
265
266 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
267 to t and don't truncate msg.
268
269 2008-04-11 Glenn Morris <rgm@gnu.org>
270
271 * calendar/calendar.el (diary, holidays):
272 Move custom groups to other files.
273 (holiday-general-holidays, holiday-oriental-holidays)
274 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
275 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
276 (holiday-hebrew-holidays, holiday-christian-holidays)
277 (holiday-islamic-holidays, holiday-bahai-holidays)
278 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
279 * calendar/diary-lib.el: Move custom group here from calendar.el.
280 * calendar/holidays-lib.el: Move custom group and variables here
281 from calendar.el.
282
283 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
284
285 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
286 Fix custom group.
287 (calendar-current-time-zone-cache): Autoload riskiness.
288
289 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
290
291 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
292
293 * woman.el (woman2-TH): Use string-equal instead of string-match.
294
295 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
298 (smerge-resolve): Merge the "2-way refinement" case with one half of
299 the "mere whitespace" resolution.
300
301 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
302
303 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
304
305 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
306
307 * subr.el (assoc-ignore-case, assoc-ignore-representation):
308 Add WHEN to obsolescence declaration.
309
310 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
311
312 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
313
314 * vc-hooks.el (vc-state): Add new state `conflict'.
315 (vc-after-save): Use when not if.
316 (vc-default-mode-line-string): Deal with the conflict state.
317 (vc-prefix-map):
318 (vc-menu-map): Bind vc-status instead of vc-directory.
319
320 * vc.el (vc-editable-p):
321 (vc-default-status-printer):
322 (vc-next-action): Deal with the conflict state.
323 (vc-mark-resolved): New function.
324 (vc-status-mode): Fix mode name.
325 (vc-default-comment-history): Use when not if.
326 (Todo): Add new entries, remove old ones.
327
328 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
329 (vc-cvs-parse-status):
330 (vc-cvs-after-dir-status):
331 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
332 Detect the conflict state.
333
334 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
335
336 2008-04-10 Glenn Morris <rgm@gnu.org>
337
338 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
339 Respect truncate-partial-width-windows in non-full windows,
340 with regards to :toggle and :enable state.
341
342 * simple.el (toggle-truncate-lines): Doc fix.
343
344 * Makefile.in (MH_E_DIR): New variable.
345 (MH_E_SRC): Restore variable removed 2008-03-13.
346 (mh-loaddefs.el): Depend on $MH_E_SRC.
347 (CAL_DIR, CAL_SRC): New variables.
348 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
349 Depend on CAL_SRC.
350
351 * calendar/calendar.el (calendar, diary): Add :prefix.
352 (holidays): Change :prefix.
353 (calendar-today, holiday, calendar-holiday-marker)
354 (european-calendar-style): Change custom groups.
355
356 * calendar/calendar.el (diary-hook, diary-display-hook):
357 Move to diary-lib.el.
358 * calendar/diary-lib.el (diary-hook, diary-display-hook):
359 Move here from calendar.el.
360 * calendar/appt.el: Require diary-lib rather than calendar.
361 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
362
363 * calendar/appt.el (appt): Add :prefix.
364
365 * calendar/diary-lib.el (diary-hook): Doc fix.
366 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
367
368 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
371 New functions.
372
373 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
374 the arg to recursive calls.
375
376 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
377
378 * minibuffer.el (completion-auto-help): Fix typo.
379
380 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
383
384 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
385
386 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
387 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
388
389 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
392
393 * minibuffer.el (minibuffer): Move group from cus-edit.el.
394 (completion-auto-help): Move from C code.
395 (minibuffer--maybe-completion-help): Remove.
396 (minibuffer--bitset): New function.
397 (minibuffer--do-completion): Rename from minibuffer-do-completion.
398 Renumber a bit. Really complete on string *before* point.
399 Add argument used for word-completion.
400 Join trailing / in completion with following text, as done in
401 minibuffer-complete-word.
402 Handle new value `lazy' for completion-auto-help.
403 (minibuffer-try-word-completion): New function extracted from
404 minibuffer-complete-word.
405 (minibuffer-complete-word): Use minibuffer--do-completion.
406 (minibuffer--insert-strings): Rename from
407 minibuffer-complete-insert-strings.
408 (exit-minibuffer): Fix typo.
409 * cus-edit.el (minibuffer): Move group to minibuffer.el.
410 * cus-start.el: Remove completion-auto-help.
411
412 2008-04-09 Alexandre Julliard <julliard@winehq.org>
413
414 * vc.el (vc-status-add-entries): New function.
415 (vc-status-add-entry): Remove.
416 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
417 Use vc-status-add-entries.
418
419 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
420 order.
421
422 2008-04-09 Jason Rumney <jasonr@gnu.org>
423
424 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
425 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
426 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
427 (AUTOGENEL): New variable.
428 (distclean, maintainer-clean): New targets.
429
430 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
431
432 * emacs-lisp/regexp-opt.el (regexp-opt):
433 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
434
435 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
436
437 * nxml/nxml-mode.el (nxml-cleanup): New function.
438 (nxml-mode): Add it to change-major-mode-hook.
439
440 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
441
442 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
443
444 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
445
446 * calc/.cvsignore: New file.
447
448 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
449
450 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
451
452 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
453 show-help-function when turning tooltip off.
454 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
455 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
456
457 2008-04-09 Alan Mackenzie <acm@muc.de>
458
459 * font-lock.el (font-lock-extend-after-change-region-function):
460 Make it buffer local.
461
462 2008-04-09 Glenn Morris <rgm@gnu.org>
463
464 * calendar/calendar.el (diary-file, european-calendar-style):
465 Remove autoload cookies.
466
467 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * outline.el (outline-mode-menu-bar-map):
470 * log-view.el (log-view-mode-menu):
471 * log-edit.el (log-edit-menu): Add :help.
472
473 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
474
475 * emacs-lisp/regexp-opt.el (regexp-opt-group):
476 Use substring-no-properties for correct handling of unibyte strings.
477
478 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * add-log.el (change-log-next-buffer): Handle the case where version<
481 signals an error.
482
483 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
484 mouse-major-mode-menu.
485 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
486 (mouse-major-mode-menu, mouse-popup-menubar)
487 (mouse-popup-menubar-stuff): Use them.
488 (C-down-mouse-3): Bind to a dynamic map rather than to
489 mouse-popup-menubar-stuff.
490
491 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
492 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
493
494 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
495
496 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
497 file:// access method.
498
499 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * minibuffer.el: New file.
502 * loadup.el: Load it.
503
504 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
507 rather than subdirs.el. It introduces an ugly circular dependency, tho.
508
509 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
510 (calc-mode-map, calc-digit-map, calc-dispatch-map):
511 Move initialization into declaration.
512 * calc/calc-yank.el:
513 * calc/calc-misc.el:
514 * calc/calc-embed.el:
515 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
516
517 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
518
519 * ps-samp.el (ps-add-printer, ps-remove-printer)
520 (ps-make-dynamic-printer-menu): New functions.
521
522 * net/zeroconf.el: New file.
523
524 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
527
528 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
529
530 * vc-rcs.el (vc-rcs-modify-change-comment):
531 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
532
533 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
534
535 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
536
537 * international/mule-cmds.el (set-locale-environment): Don't warn if
538 coding system doesn't agree with system locale (this reverts changes
539 by Dave Love, dated 2002-10-27 and 2002-10-09).
540
541 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
542 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
543
544 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
545
546 2008-04-08 Glenn Morris <rgm@gnu.org>
547
548 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
549 * textmodes/remember.el (remember-diary-convert-entry):
550 Require calendar.
551
552 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
553 diary-file, since it is the default for make-diary-entry anyway.
554
555 * calendar/cal-menu.el (cal-menu-event-to-date):
556 Rename calendar-event-to-date. Update callers.
557 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
558 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
559 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
560 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
561 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
562 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
563 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
564 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
565 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
566 (calendar-mouse-tex-month-landscape):
567 Rename cal-tex-mouse-month-landscape.
568 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
569 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
570 (calendar-mouse-tex-year-landscape):
571 Rename cal-tex-mouse-year-landscape.
572 (cal-menu-context-mouse-menu): Update for above name changes.
573
574 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
575 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
576 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
577 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
578 * calendar/holidays.el: Replace int-to-string with number-to-string.
579
580 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
581
582 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
583 region if point moves.
584
585 2008-04-08 Kenichi Handa <handa@m17n.org>
586
587 * faces.el (font-slant-table): Change numeric values for `r',
588 `roman', and `normal'.
589
590 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
591
592 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
593
594 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
595
596 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
597 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
598
599 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
600
601 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
602 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
603
604 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
607
608 2008-04-07 Sam Steingold <sds@gnu.org>
609
610 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
611 Add helper functions.
612 (lisp-do-defun): Extract the common part of lisp-eval-defun and
613 lisp-compile-defun; DEFVAR forms reset the variables to the init
614 values, just like in emacs-lisp mode eval-defun.
615 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
616 (lisp-compile-region): Use lisp-compile-string.
617
618 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * subr.el (combine-and-quote-strings): Also quote strings that contain
621 the separator.
622
623 * pcvs-util.el (cvs-map): Avoid recursion :-(
624
625 2008-04-07 Glenn Morris <rgm@gnu.org>
626
627 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
628
629 * calendar.el (diary-view-entries-initially-flag): Rename
630 view-diary-entries-initially. Keep old name as alias, update users.
631 (calendar-mark-diary-entries-flag): Rename
632 mark-diary-entries-in-calendar. Keep old name as alias, update users.
633 (calendar-view-holidays-initially-flag): Rename
634 view-calendar-holidays-initially. Keep old name as alias, update users.
635 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
636 Keep old name as alias, update users.
637 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
638 Keep old name as alias, update users.
639 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
640 Keep old name as alias, update users.
641 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
642 Keep old name as alias, update users.
643 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
644 (diary-american-date-forms): Rename american-date-diary-pattern.
645 Keep old name as alias, update users.
646 (diary-european-date-forms): Rename european-date-diary-pattern.
647 Keep old name as alias, update users.
648 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
649 Keep old name as alias, update users.
650 (calendar-european-date-display-form): Rename
651 european-calendar-display-form. Keep old name as alias, update users.
652 (calendar-american-date-display-form): Rename
653 european-calendar-display-form. Keep old name as alias, update users.
654 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
655 Keep old name as alias, update users.
656 (holiday-general-holidays): Rename general-holidays.
657 Keep old name as alias, update users.
658 (holiday-oriental-holidays): Rename oriental-holidays.
659 Keep old name as alias, update users.
660 (holiday-local-holidays): Rename local-holidays.
661 Keep old name as alias, update users.
662 (holiday-other-holidays): Rename other-holidays.
663 Keep old name as alias, update users.
664 (holiday-hebrew-holidays): Rename hebrew-holidays.
665 Keep old name as alias, update users.
666 (holiday-christian-holidays): Rename christian-holidays.
667 Keep old name as alias, update users.
668 (holiday-islamic-holidays): Rename islamic-holidays.
669 Keep old name as alias, update users.
670 (holiday-bahai-holidays): Rename bahai-holidays.
671 Keep old name as alias, update users.
672 (holiday-solar-holidays): Rename solar-holidays.
673 Keep old name as alias, update users.
674 (diary-fancy-buffer): Rename fancy-diary-buffer.
675 Keep old name as alias, update users.
676 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
677 Update users.
678 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
679 Update users.
680 (calendar-increment-month): Rename increment-calendar-month.
681 Keep old name as alias, update callers.
682 (calendar-increment-month-cons): Rename old calendar-increment-month.
683 Update callers.
684 (calendar-extract-month): Rename extract-calendar-month.
685 Keep old name as alias, update callers
686 (calendar-extract-day): Rename extract-calendar-day.
687 Keep old name as alias, update callers.
688 (calendar-extract-year): Rename extract-calendar-year.
689 Keep old name as alias, update callers.
690 (calendar-generate-window): Rename generate-calendar-window.
691 Update callers.
692 (calendar-generate): Rename generate-calendar. Update callers.
693 (calendar-generate-month): Rename generate-calendar-month.
694 Update callers.
695 (calendar-redraw): Rename redraw-calendar. Update callers.
696 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
697 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
698 Update callers.
699 (calendar-update-mode-line): Rename update-calendar-mode-line.
700 Update callers.
701 (calendar-exit): Rename exit-calendar. Keep old name as alias,
702 update callers.
703 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
704 Keep old name as alias, update callers.
705 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
706 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
707 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
708 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
709 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
710 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
711 * calendar/solar.el: Update for calendar.el name changes.
712 * org/org.el (org-agenda-format-date-aligned)
713 (org-agenda-execute-calendar-command): Access date elements directly
714 rather than using calendar functions.
715 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
716 Also set calendar-view-diary-initially-flag,
717 calendar-view-holidays-initially-flag
718 (org-get-entries-from-diary): Also set diary-fancy-buffer.
719 (org-agenda-execute-calendar-command): No need to set displayed-day.
720
721 2008-04-06 Alan Mackenzie <acm@muc.de>
722
723 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
724 typo in the doc string.
725
726 * progmodes/cc-mode.el (c-basic-common-init):
727 Set font-lock-extend-after-change-region-function.
728 (c-extend-after-change-region): New function, used in
729 font-lock-extend-after-change-region-function, thus superseding
730 advice on the Font Lock after change functions.
731 (c-advise-fl-for-region): Remove this macro.
732
733 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
734
735 * textmodes/flyspell.el (flyspell-duplicate-distance):
736 Improve custom type.
737
738 2008-04-06 Glenn Morris <rgm@gnu.org>
739
740 * calendar/diary-lib.el (diary-sexp-entry-symbol):
741 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
742 (diary-list-entries-hook): Rename list-diary-entries-hook.
743 Keep old name as alias, update users.
744 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
745 Keep old name as alias, update users.
746 (diary-nongregorian-listing-hook): Rename
747 nongregorian-diary-listing-hook. Keep old name as alias, update users.
748 (diary-nongregorian-marking-hook): Rename
749 nongregorian-diary-marking-hook. Keep old name as alias, update users.
750 (diary-print-entries-hook): Rename print-diary-entries-hook.
751 Keep old name as alias, update users.
752 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
753 Keep old name as alias, update users.
754 (diary-number-of-entries): Rename number-of-diary-entries.
755 Keep old name as alias, update users.
756 (view-diary-entries, list-diary-entries, show-all-diary-entries):
757 Give version of obsolescence.
758 (diary-view-other-diary-entries): Rename view-other-diary-entries.
759 Keep old name as alias, update callers.
760 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
761 update callers.
762 (diary-include-other-diary-files): Rename include-other-diary-files.
763 Keep old name as alias, update callers.
764 (diary-simple-display): Rename simple-diary-display.
765 Keep old name as alias, update callers.
766 (diary-fancy-display): Rename fancy-diary-display.
767 Keep old name as alias, update callers.
768 (diary-print-entries): Rename print-diary-entries.
769 Keep old name as alias, update callers.
770 (diary-marking-entries-flag): Rename marking-diary-entries.
771 Update users.
772 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
773 (diary-mark-entries): Rename mark-diary-entries.
774 Keep old name as alias, update callers.
775 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
776 Keep old name as alias, update callers.
777 (diary-mark-included-diary-files): Rename mark-included-diary-files.
778 Keep old name as alias, update callers.
779 (calendar-mark-days-named): Rename mark-calendar-days-named.
780 Keep old name as alias, update callers.
781 (calendar-mark-month): Rename mark-calendar-month.
782 Keep old name as alias, update callers.
783 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
784 Keep old name as alias, update callers.
785 (diary-sort-entries): Rename sort-diary-entries.
786 Keep old name as alias, update callers.
787 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
788 Keep old name as alias, update callers.
789 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
790 update callers.
791 (diary-insert-entry): Rename insert-diary-entry.
792 Keep old name as alias.
793 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
794 Keep old name as alias.
795 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
796 Keep old name as alias.
797 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
798 Keep old name as alias.
799 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
800 Keep old name as alias.
801 (diary-insert-block-entry): Rename insert-block-diary-entry.
802 Keep old name as alias.
803 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
804 Keep old name as alias.
805 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
806 Keep old name as alias, update users.
807 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
808 Keep old name as alias, update callers.
809 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
810 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
811 * calendar/icalendar.el: Update for diary-lib name changes.
812
813 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
814
815 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
816
817 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
818 for copy, move, and link operations.
819
820 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
821
822 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
823 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
824
825 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
826 'require' statements with 1-argument ones (wrapped in if's).
827 For compatibility with the current stable version of XEmacs.
828
829 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
832
833 2008-04-06 Jason Rumney <jasonr@gnu.org>
834
835 * language/burmese.el ("Burmese"): Make sample text consistent with
836 language name.
837
838 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
839
840 * progmodes/gdb-ui.el (gdb): New group.
841 (gdb-debug-log-max, gdb-enable-debug)
842 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
843 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
844 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
845 (gdb-show-changed-values, gdb-max-children)
846 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
847 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
848 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
849 (gdb-memory-unit): Move to new group from GUD group.
850 (menu): Allow customization from GDB-UI menu-item.
851
852 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
853
854 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
855
856 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
859 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
860 Revision numbers can include ".".
861
862 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
863 "+" lines not accounted for by counting "-" and context lines.
864
865 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
866
867 * term/mac-win.el (mac-service-open-file): Use file URL instead of
868 file name string.
869
870 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
873 (vc-bzr-annotate-time): Accept space used to preserve alignment.
874
875 2008-04-05 Richard Stallman <rms@gnu.org>
876
877 * emacs-lisp/advice.el (defadvice): Add usage pattern.
878
879 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
880
881 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
882 thread in [h-e-w]).
883
884 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
885
886 * files.el (abort-if-file-too-large): Fix typo in docstring.
887
888 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * subr.el (functionp): Return nil for special forms.
891
892 2008-04-05 Glenn Morris <rgm@gnu.org>
893
894 * emacs-lisp/autoload.el (autoload-ensure-default-file):
895 Provide a feature.
896 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
897 Require loaddef file rather than loading it.
898 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
899 autoload-ensure-default-file provides a feature.
900
901 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
902 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
903 (compile, compile-always, recompile): Use $LOADDEFS.
904 (cal-autoloads): Remove.
905
906 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
907 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
908
909 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
910 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
911
912 * calendar/calendar.el (diary-hebrew-entry-symbol):
913 Rename hebrew-diary-entry-symbol. Keep old name as alias.
914 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
915 Keep old name as alias.
916 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
917 Keep old name as alias.
918 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
919 to diary-bahai-entry-symbol.
920 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
921 to diary-hebrew-entry-symbol.
922 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
923 to diary-islamic-entry-symbol.
924 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
925
926 * calendar/solar.el (diary-sabbath-candles-minutes)
927 (diary-sabbath-candles): Move to cal-hebrew.
928 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
929 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
930 Doc fix. Keep old name as alias.
931 (diary-hebrew-sabbath-candles): Simplify.
932 (solar-setup, solar-sunrise-sunset, calendar-latitude)
933 (calendar-longitude, calendar-time-zone): Declare for compiler.
934 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
935 rename.
936
937 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
938 Rename coptic-calendar-month-name-array. Update callers.
939 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
940 (calendar-coptic-name): Rename coptic-name. Update callers.
941 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
942 Update callers.
943 (calendar-coptic-last-day-of-month):
944 Rename coptic-calendar-last-day-of-month. Update callers.
945 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
946 Keep old name as alias, update callers.
947 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
948 Keep old name as alias, update callers.
949 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
950 Keep old name as alias.
951 (calendar-ethiopic-month-name-array):
952 Rename ethiopic-calendar-month-name-array. Update callers.
953 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
954 Update callers.
955 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
956 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
957 Keep old name as alias, update callers.
958 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
959 Keep old name as alias, update callers.
960 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
961 Keep old name as alias.
962
963 * calendar/cal-french.el (calendar-french-epoch):
964 Rename french-calendar-epoch. Update callers.
965 (calendar-french-month-name-array): Rename variable and function
966 french-calendar-month-name-array. Update callers.
967 (calendar-french-multibyte-month-name-array):
968 Rename french-calendar-multibyte-month-name-array. Update callers.
969 (calendar-french-day-name-array): Rename variable and function
970 french-calendar-day-name-array. Update callers.
971 (calendar-french-special-days-array): Rename variable and function
972 french-calendar-special-days-array. Update callers.
973 (calendar-french-multibyte-special-days-array):
974 Rename french-calendar-multibyte-special-days-array. Update callers.
975 (calendar-french-accents-p): Rename french-calendar-accents.
976 Update callers.
977 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
978 Update callers.
979 (calendar-french-last-day-of-month):
980 Rename french-calendar-last-day-of-month. Update callers.
981 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
982 Keep old name as alias, update callers.
983 (calendar-french-print-date): Rename calendar-print-french-date.
984 Keep old name as alias, update callers.
985 (calendar-french-goto-date): Rename calendar-goto-french-date.
986 Keep old name as alias.
987
988 * calendar/cal-menu.el, calendar/calendar.el:
989 Update for Coptic and French name changes.
990
991 * calendar/cal-china.el (calendar-chinese): Rename custom group
992 from chinese-calendar. Update users.
993 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
994 Keep old name as alias, update users.
995 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
996 Keep old name as alias.
997 (calendar-chinese-daylight-time-offset):
998 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
999 update users.
1000 (calendar-chinese-standard-time-zone-name):
1001 Rename chinese-calendar-standard-time-zone-name.
1002 Keep old name as alias, update users.
1003 (calendar-chinese-daylight-saving-start):
1004 Rename chinese-calendar-daylight-savings-starts.
1005 Keep old name as alias, update users.
1006 (calendar-chinese-daylight-saving-end):
1007 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1008 update users.
1009 (calendar-chinese-daylight-saving-start-time):
1010 Rename chinese-calendar-daylight-savings-starts-time.
1011 Keep old name as alias, update users.
1012 (calendar-chinese-daylight-saving-end-time):
1013 Rename chinese-calendar-daylight-savings-ends-time.
1014 Keep old name as alias, update users.
1015 (calendar-chinese-celestial-stem): Rename
1016 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1017 (calendar-chinese-terrestrial-branch):
1018 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1019 update users.
1020 (calendar-chinese-zodiac-sign-on-or-after):
1021 Rename chinese-zodiac-sign-on-or-after. Update callers.
1022 (calendar-chinese-new-moon-on-or-after):
1023 Rename chinese-new-moon-on-or-after. Update callers.
1024 (calendar-chinese-month-list): Rename chinese-month-list.
1025 Update callers.
1026 (calendar-chinese-number-months): Rename number-chinese-months.
1027 Update callers.
1028 (calendar-chinese-compute-year): Rename compute-chinese-year.
1029 Update callers.
1030 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1031 (calendar-chinese-year): Rename chinese-year. Update callers.
1032 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1033 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1034 Keep old name as alias, update callers.
1035 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1036 Keep old name as alias, update callers.
1037 (calendar-chinese-months-to-alist):
1038 Rename make-chinese-month-assoc-list. Update callers.
1039 (calendar-chinese-months): Rename chinese-months. Update callers.
1040 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1041 Keep old name as alias, update callers.
1042
1043 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1044 Rename hebrew-calendar-leap-year-p. Update callers.
1045 (calendar-hebrew-last-month-of-year):
1046 Rename hebrew-calendar-last-month-of-year. Update callers.
1047 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1048 Update callers.
1049 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1050 Update callers.
1051 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1052 Update callers.
1053 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1054 Update callers.
1055 (calendar-hebrew-last-day-of-month):
1056 Rename hebrew-calendar-last-day-of-month. Update callers.
1057 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1058 Keep old name as alias, update callers.
1059 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1060 Keep old name as alias, update callers.
1061 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1062 Keep old name as alias, update callers.
1063 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1064 Keep old name as alias.
1065 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1066 Keep old name as alias.
1067 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1068 Keep old name as alias.
1069 (holiday-hebrew-passover): Rename holiday-passover-etc.
1070 Keep old name as alias.
1071 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1072 Keep old name as alias, update callers.
1073 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1074 Keep old name as alias.
1075 (calendar-hebrew-mark-date-pattern):
1076 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1077 update callers.
1078 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1079 Keep old name as alias.
1080 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1081 Keep old name as alias.
1082 (diary-hebrew-insert-monthly-entry):
1083 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1084 (diary-hebrew-insert-yearly-entry):
1085 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1086 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1087 Keep old name as alias.
1088 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1089 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1090 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1091 Keep old name as alias.
1092 (calendar-hebrew-parashiot-names):
1093 Rename hebrew-calendar-parashiot-names. Update callers.
1094 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1095 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1096 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1097 (calendar-hebrew-year-Saturday-complete-Tuesday):
1098 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1099 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1100 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1101 (calendar-hebrew-year-Monday-complete-Thursday):
1102 Rename hebrew-calendar-year-Monday-complete-Thursday.
1103 (calendar-hebrew-year-Tuesday-regular-Thursday):
1104 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1105 (calendar-hebrew-year-Thursday-regular-Saturday):
1106 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1107 (calendar-hebrew-year-Thursday-complete-Sunday):
1108 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1109 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1110 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1111 (calendar-hebrew-year-Saturday-complete-Thursday):
1112 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1113 (calendar-hebrew-year-Monday-incomplete-Thursday):
1114 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1115 (calendar-hebrew-year-Monday-complete-Saturday):
1116 Rename hebrew-calendar-year-Monday-complete-Saturday.
1117 (calendar-hebrew-year-Tuesday-regular-Saturday):
1118 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1119 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1120 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1121 (calendar-hebrew-year-Thursday-complete-Tuesday):
1122 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1123 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1124 Update for above name changes of constants.
1125
1126 * calendar/cal-menu.el, calendar/calendar.el:
1127 Update for chinese and hebrew name changes.
1128 * calendar/diary-lib.el: Update for hebrew name changes.
1129
1130 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * subr.el (keymap-canonicalize): Correct thinko.
1133
1134 * server.el: Undo part of the multi-tty change, which is only
1135 needed if server.el is preloaded, and broke server-running-p.
1136 (server-socket-dir): Initialize in the defvar, as before.
1137 (server-start): Remove initialization of server-socket-dir.
1138
1139 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1140
1141 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1142 3-member cons cells.
1143
1144 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * cus-face.el (custom-face-attributes): Handle roman slant.
1147
1148 * faces.el (default): Ensure the face-defface-spec property is set.
1149
1150 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1151
1152 * files.el (abort-if-file-too-large): New function.
1153 (find-file-noselect, insert-file-1): Use it.
1154
1155 2008-04-05 Reto Zimmermann <reto@gnu.org>
1156
1157 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1158 Replace C-c[a-zA-Z] key bindings.
1159
1160 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * progmodes/hideif.el (hif-token-alist): New var.
1163 (hif-token-regexp, hif-tokenize): Use it.
1164 (hif-mathify-binop): New macro.
1165 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1166 (hif-greater-equal, hif-less-equal): Use it.
1167 (hif-logior, hif-logand): New functions.
1168 (hif-math): Accept | and & as well.
1169
1170 * progmodes/etags.el: Fix problem with completion for buffer-local
1171 tables. Reported by Radey Shouman <shouman@comcast.net>.
1172 (tags-complete-tag): Remove.
1173 (tags-lazy-completion-table): New function to replace it.
1174 (find-tag-tag, complete-tag): Update users.
1175
1176 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1177
1178 * vc-rcs.el (vc-rcs-dir-status):
1179 * vc-sccs.el (vc-sccs-dir-status): New function.
1180
1181 * outline.el (outline-mode-menu-bar-map):
1182 * term.el (terminal-signal-menu): Add :help.
1183
1184 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1185 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1186
1187 * emacs-lisp/re-builder.el (reb-mode-map):
1188 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1189
1190 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1191 new files, deleted files and for changing permissions.
1192 (diff-mode): Set beginning-of-defun-function and
1193 end-of-defun-function.
1194
1195 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1196
1197 * vc.el (vc-default-status-fileinfo-extra): New function.
1198 (vc-status-mark-buffer-changed): Use it.
1199 (vc-update-vc-status-buffer): Allow for partial updates.
1200
1201 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1204 tramp-register-completion-file-name-handler.
1205
1206 * subr.el (keymap-canonicalize): New function.
1207 * mouse.el (mouse-menu-non-singleton): Use it.
1208 (mouse-major-mode-menu): Remove hack made unnecessary.
1209
1210 * simple.el (set-fill-column): Prompt rather than error by default.
1211
1212 2008-04-04 Andreas Schwab <schwab@suse.de>
1213
1214 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1215 Reset new-rules after each round.
1216
1217 * Makefile.in (cal-autoloads): New target.
1218 (compile, compile-always, recompile): Depend on it.
1219 ($(lisp)/calendar/cal-loaddefs.el)
1220 ($(lisp)/calendar/diary-loaddefs.el)
1221 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1222
1223 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1224
1225 * ediff*.el: Replace load with require in eval-when-compile.
1226
1227 * ediff-hook: Delete all invocations of (autoload ...).
1228
1229 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1230 in ediff control window, and set its min height to 2.
1231 (ediff-setup-control-buffer): Dedicate the control window.
1232 (ediff-toggle-multiframe): Undedicate control window.
1233 Work directly with ediff-setup-windows-multiframe and
1234 ediff-setup-windows-plain.
1235
1236 * ediff-wind (ediff-choose-window-setup-function-automatically):
1237 New function.
1238 (ediff-window-setup-function): Change initialization.
1239 (ediff-setup-windows-automatic): Delete.
1240 (ediff-setup-windows-plain-merge): Make control window dedicated.
1241 (ediff-destroy-control-frame): Do not skip frames if working in a
1242 single frame.
1243
1244 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1245 eval-when-compile.
1246
1247 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1248 eval-when-compile.
1249
1250 2008-04-04 Glenn Morris <rgm@gnu.org>
1251
1252 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1253 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1254
1255 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1256 Rename islamic-calendar-leap-year-p. Update callers.
1257 (calendar-islamic-last-day-of-month):
1258 Rename islamic-calendar-last-day-of-month. Update callers.
1259 (calendar-islamic-day-number):
1260 Rename islamic-calendar-day-number. Update callers.
1261 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1262 Update callers, keep old name as alias.
1263 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1264 Update callers, keep old name as alias.
1265 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1266 Keep old name as alias.
1267 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1268 Update callers, keep old name as alias.
1269 (calendar-islamic-mark-date-pattern):
1270 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1271 name as alias.
1272 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1273 Keep old name as alias.
1274 (diary-islamic-insert-monthly-entry):
1275 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1276 (diary-islamic-insert-yearly-entry):
1277 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1278
1279 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1280 calendar-absolute-from-iso. Update callers, keep old name as alias.
1281 (calendar-iso-print-date): Rename calendar-print-iso-date.
1282 Update callers, keep old name as alias.
1283 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1284 Keep old name as alias.
1285 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1286 Keep old name as alias.
1287
1288 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1289 calendar-absolute-from-julian. Update callers, keep old name as alias.
1290 (calendar-julian-print-date): Rename calendar-print-julian-date.
1291 Update callers, keep old name as alias.
1292 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1293 Update callers, keep old name as alias.
1294 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1295 Update callers, keep old name as alias.
1296 (calendar-astro-print-day-number):
1297 Rename calendar-print-astro-day-number. Update callers, keep old
1298 name as alias.
1299 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1300 Update callers, keep old name as alias.
1301
1302 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1303 Rename calendar-string-to-mayan-long-count. Update callers.
1304 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1305 Update callers, keep old name as alias.
1306 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1307 Update callers.
1308 (calendar-mayan-read-tzolkin-date):
1309 Rename calendar-read-mayan-tzolkin-date. Update callers.
1310 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1311 Keep old name as alias.
1312 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1313 Keep old name as alias.
1314 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1315 Keep old name as alias.
1316 (calendar-mayan-previous-tzolkin-date):
1317 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1318 (calendar-mayan-next-round-date):
1319 Rename calendar-next-calendar-round-date. Keep old name as alias.
1320 (calendar-mayan-previous-round-date):
1321 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1322 (calendar-mayan-long-count-to-absolute): Rename
1323 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1324 (calendar-mayan-goto-long-count-date):
1325 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1326
1327 * calendar/cal-persia.el (calendar-persian-month-name-array):
1328 Rename persian-calendar-month-name-array. Update callers.
1329 (calendar-persian-epoch): Rename persian-calendar-epoch.
1330 Update callers.
1331 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1332 Update callers.
1333 (calendar-persian-last-day-of-month):
1334 Rename persian-calendar-last-day-of-month. Update callers.
1335 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1336 Update callers, keep old name as alias.
1337 (calendar-persian-print-date): Rename calendar-print-persian-date.
1338 Update callers, keep old name as alias.
1339 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1340 Keep old name as alias.
1341
1342 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1343 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1344 * calendar/solar.el: Update for cal-julian name changes.
1345
1346 * calendar/cal-dst.el: Update for persian name changes.
1347
1348 * calendar/cal-menu.el, calendar/calendar.el:
1349 Update for islamic, iso, julian, mayan, persian name changes.
1350
1351 * calendar/diary-lib.el: Update for islamic name changes.
1352
1353 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1354 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1355 as alias.
1356 (calendar-christian-all-holidays-flag):
1357 Rename all-christian-calendar-holidays. Update callers, keep old
1358 name as alias.
1359 (calendar-islamic-all-holidays-flag):
1360 Rename all-islamic-calendar-holidays. Update callers, keep old
1361 name as alias.
1362 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1363 Update callers, keep old name as alias.
1364 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1365 Update for the above name changes.
1366
1367 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * hilit-chg.el (global-highlight-changes-mode)
1370 (highlight-changes-passive-string, highlight-changes-active-string):
1371 Mark as obsolete since 23.1, not 22.1.
1372
1373 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * hilit-chg.el (highlight-changes-visibility-initial-state)
1376 (hilit-chg-update, highlight-changes-mode-turn-on):
1377 Fix typos in docstrings.
1378
1379 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1380
1381 * newcomment.el (comment-enter-backward): Be careful to restore
1382 position changed during narrowing.
1383
1384 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1385
1386 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1387 Recognize `sub ($$)'.
1388
1389 2008-04-03 Richard Sharman <rsharman@pobox.com>
1390
1391 * hilit-chg.el (highlight-changes-mode): Rename from
1392 highlight-changes; no longer uses sub-modes active and passive;
1393 implemented by define-minor-mode.
1394 (highlight-changes-toggle-visibility): New function, to replace
1395 the old passive/active submodes of global-highlight-changes-mode;
1396 implemented by define-minor-mode.
1397 (global-highlight-changes-mode): Rename from global-highlight-changes;
1398 rewrite using define-globalized-minor-mode.
1399 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1400 (hilit-chg-post-command-hook, hilit-chg-check-global)
1401 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1402 to use of define-globalized-minor-mode.
1403 (highlight-changes-global-initial-state): Change to be boolean.
1404 (highlight-changes-visible-string, highlight-changes-invisible-string):
1405 Rename from highlight-changes-active-string and
1406 highlight-changes-passive-string.
1407 (hilit-chg-update, hilit-chg-set): Use them.
1408 (global-highlight-changes-mode): Rename from global-highlight-changes.
1409 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1410 docstring.
1411 (hilit-chg-hide-changes): Rewrite to use dolist.
1412 (hilit-chg-set-face-on-change, hilit-chg-update)
1413 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1414 variable instead of testing highlight-changes-mode.
1415 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1416 to highlight-changes-mode changed.
1417 (highlight-compare-with-file): Fix problems with interactive
1418 call giving invalid default file.
1419
1420 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1423 Fix in disassembly buffer (regression in 22.2).
1424
1425 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1426
1427 * emulation/viper-macs.el (viper-read-fast-keysequence):
1428 Use viper-read-event instead of viper-read-key.
1429
1430 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1431
1432 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1433 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1434 let-statements.
1435
1436 * emulation/viper-ex.el, emulation/viper-macs.el:
1437 * emulation/viper-mous.el:
1438 Replace load with require in eval-when-compile.
1439
1440 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1443
1444 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1445 (archive-try-jka-compr): New function.
1446 (archive-set-buffer-as-visiting-file): Use it.
1447
1448 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1449
1450 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * simple.el (handle-shift-selection): New arg.
1453
1454 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1457
1458 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1459
1460 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * shell.el (shell-dynamic-complete-filename): New fun.
1463 (shell-dynamic-complete-functions): Use it.
1464
1465 * help-fns.el (describe-variable): Undo 2008-02-25 change.
1466
1467 2008-04-03 Kenichi Handa <handa@m17n.org>
1468
1469 * international/fontset.el (create-fontset-from-x-resource):
1470 Handle the error of X resource more gracefully.
1471
1472 * international/latin1-disp.el (latin1-display): Don't use make-char.
1473 Fix the argument to set-char-table-range.
1474 (latin1-display-identities): Don't use make-char.
1475 (latin1-display-reset): Use map-charset-chars instead of directly
1476 calling standard-display-default.
1477 (latin1-display-check-font): Don't use make-char.
1478 (latin1-display-setup): Likewise.
1479 (latin1-display-ucs-per-lynx): Likewise.
1480
1481 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1484 name the fields, to make the code clearer.
1485 Rewrite all `aset' and `aref' using the defined accessors.
1486 (timer--time): New pseudo-field.
1487 (timer-set-time, timer-set-idle-time, timer-inc-time)
1488 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1489 (timer--time-less-p): New function.
1490 (timer--activate): New function, extracted from timer-activate.
1491 (timer-activate-when-idle, timer-activate): Use it.
1492 (cancel-function-timers): Use dolist.
1493
1494 2008-04-03 Glenn Morris <rgm@gnu.org>
1495
1496 * add-log.el (c-beginning-of-defun, c-end-of-defun):
1497 Remove declarations; no longer used.
1498 (c-cpp-define-name, c-defun-name): Declare as functions.
1499
1500 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1501 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1502
1503 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1504 (holiday-passover-etc, holiday-hanukkah): Doc fix.
1505 Add optional argument. Simplify.
1506 (holiday-tisha-b-av-etc): Use memq rather than unless.
1507 (holiday-julian): Autoload it.
1508 (holiday-hebrew-misc): New function.
1509
1510 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1511
1512 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1513 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1514 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1515 all-hebrew-calendar-holidays.
1516 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1517 Simplify using new functions.
1518 (calendar-holidays): Doc fix.
1519 (generate-calendar-window): Use bound-and-true-p.
1520
1521 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1522
1523 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1524 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
1525 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
1526 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1527
1528 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1529
1530 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1533
1534 * vc-bzr.el (vc-bzr-checkout): Simplify.
1535
1536 * image-mode.el (image-mode-fit-frame): New command.
1537
1538 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1539 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1540 (keyboard-escape-quit): Check region-active-p i.s.o
1541 transient-mark-mode.
1542
1543 2008-04-02 Simon Josefsson <simon@josefsson.org>
1544
1545 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1546 (imap-message-copyuid-1): Use it.
1547 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1548 J. Williams in
1549 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1550
1551 2008-04-02 Alan Mackenzie <acm@muc.de>
1552
1553 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1554 New optimised functions to get the name of the current defun/macro.
1555
1556 * add-log.el (add-log-current-defun): Move the functionality which
1557 gets the current function name for C like modes to cc-cmds.el,
1558 thus optimising for speed.
1559
1560 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * simple.el (deactivate-mark): When the mark is temporarily
1563 active, restore the original value of transient-mark-mode.
1564 (set-mark-command): First deactivate the mark if was temporarily active.
1565 (exchange-point-and-mark): Reactivate the mark if it was
1566 temporarily active.
1567 (handle-shift-selection): New fun.
1568 (transient-mark-mode): Move var documentation here from buffer.c.
1569 (next-line, previous-line, backward-word, move-end-of-line)
1570 (move-beginning-of-line, forward-to-indentation)
1571 (backward-to-indentation, back-to-indentation)
1572 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1573
1574 * mouse.el (mouse-set-region-1): Save the old value of
1575 transient-mark-mode.
1576 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1577 transient-mark-mode.
1578
1579 * textmodes/paragraphs.el (forward-paragraph)
1580 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1581 interactive spec.
1582
1583 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1584
1585 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * net/tramp.el (tramp-make-tramp-temp-file):
1588 Use `tramp-drop-volume-letter' for the local file name part.
1589
1590 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1591
1592 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1593 Add menu entries corresponding to all the key bindings.
1594
1595 * emacs-lisp/debug.el (debugger-mode-map):
1596 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1597 (conf-align-assignments): Only work on the region if it is active.
1598 (conf-quote-normal): Use when instead of if. Remove redundant test.
1599
1600 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1601 for tracing and re-builder.
1602
1603 2008-04-02 Glenn Morris <rgm@gnu.org>
1604
1605 * calendar/appt.el (appt-disp-window-function): Doc fix.
1606 (appt-display-message): Move beep before display.
1607 (appt-check): Make interactive. Reduce the number of lets.
1608 Use string-equal to compare mode-line strings.
1609 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1610 read-only.
1611 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1612 (appt-delete): Simplify.
1613
1614 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1615
1616 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1617
1618 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1619 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1620 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1621
1622 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1623 (calendar-holiday-marker, mark-visible-calendar-date):
1624 * calendar/diary-lib.el (fancy-diary-display):
1625 Check for font-lock-mode before using faces.
1626
1627 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1628 (calendar-gregorian-from-absolute): Reduce the number of lets.
1629 (hebrew-holidays-4, generate-calendar-window): Simplify.
1630 (calendar-for-loop): Make obsolete.
1631 (calendar-nth-named-day): Doc fix.
1632
1633 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1634 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1635 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1636 Reduce the number of lets.
1637 (mark-sexp-diary-entries, calendar-mark-complex):
1638 Expand calendar-for-loops.
1639
1640 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * find-dired.el (find-dired-filter): Fix last patch to handle
1643 multi-line process input. Pad link numbers too.
1644
1645 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1646
1647 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1648
1649 2008-04-01 Jason Rumney <jasonr@gnu.org>
1650
1651 * international/characters.el (script-list): Add phonetic script,
1652 covering IPA (previously Latin), Phonetic Extensions and
1653 Phonetic Extensions Supplement (both previously unassigned).
1654
1655 * international/fontset.el (setup-default-fontset): Use unicode fonts
1656 that cover bopomofo script for bopomofo.
1657 Likewise for braille and mathematical.
1658 Use unicode scripts that cover the phonetic script for IPA.
1659
1660 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1661
1662 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1663 return the assigned value.
1664
1665 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * abbrev.el (abbrev-mode): Use define-minor-mode.
1668
1669 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1670 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1671 Use map-keymap.
1672 (minor-mode-menu-from-indicator): Use it. Simplify.
1673
1674 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1675 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1676 Bind the key directly to the menu.
1677 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1678
1679 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1680
1681 * epa.el (epa-decrypt-region): Explain the reason why this
1682 function should not be used in Lisp programs.
1683 (epa-decrypt-armor-in-region): Ditto.
1684 (epa-verify-region): Ditto.
1685 (epa-verify-cleartext-in-region): Ditto.
1686 (epa-sign-region): Ditto.
1687 (epa-encrypt-region): Ditto.
1688
1689 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1690
1691 * epa.el (epa-select-keys): Show menu even if there is no key in
1692 GnuPG's keyring.
1693
1694 2008-04-01 Glenn Morris <rgm@gnu.org>
1695
1696 * calendar/calendar.el (calendar-make-temp-face): New function.
1697 (mark-visible-calendar-date):
1698 * calendar/diary-lib.el (fancy-diary-display): Use it.
1699
1700 * vc-hooks.el (vc-responsible-backend): Declare as function.
1701
1702 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1703 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1704 * calendar/cal-julian.el (holiday-julian): Use it.
1705
1706 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1707 (calendar-hebrew-date-is-visible-p): Extract some common code into
1708 separate function.
1709 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1710
1711 * calendar/cal-menu.el (cal-menu-holidays-menu):
1712 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1713 rather than obsolete alias.
1714
1715 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1716 for mark characters.
1717 (calendar-unmark): Unmark by removing all overlays, rather than
1718 redrawing.
1719 (calendar-starred-day): Remove.
1720 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1721 (calendar-cursor-to-date): No need for special star handling now
1722 using overlays.
1723 (calendar-star-date): Use overlays.
1724
1725 * calendar/cal-french.el (calendar-goto-french-date):
1726 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1727 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1728 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1729 * calendar/cal-persia.el (calendar-persian-date-string):
1730 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1731 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1732 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1733 * calendar/solar.el (solar-equinoxes-solstices):
1734 Reduce nesting of some lets.
1735
1736 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1737 (calendar-goto-mayan-long-count-date): Simplify.
1738
1739 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1740 Simplify by using mapcar.
1741 (calendar-list-holidays): Return holiday-list.
1742 (list-holidays): Use let rather than let*. Remove un-needed locals
1743 `d', `never'.
1744 (calendar-check-holidays): Return result from dolist.
1745 (holiday-float): Use a single let*. Simplify if-and to and.
1746 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1747 single let*.
1748
1749 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1750
1751 * calc/calc.el: Autoload `calc-yank'.
1752 (calc-mode-map): Add keybindings for `calc-yank'.
1753 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1754 assignments for `calc-yank'.
1755
1756 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1757
1758 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1759 (vc-status-mark-buffer-changed): Handle the extra field.
1760
1761 * vc-bzr.el (vc-bzr-after-dir-status):
1762 * vc-cvs.el (vc-cvs-after-dir-status):
1763 * vc-hg.el (vc-hg-after-dir-status):
1764 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1765
1766 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * doc-view.el: Compute displayed pages first (in PDF).
1769 (doc-view-current-converter-processes): Rename from
1770 doc-view-current-converter-process. Update users.
1771 (doc-view-sentinel): Test buffer's liveness.
1772 (doc-view-pdf/ps->png-sentinel): Remove.
1773 (doc-view-start-process): New function.
1774 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1775 (doc-view-ps->pdf): Use it.
1776 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1777 New functions.
1778 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1779 (doc-view-mode): Kill the processes when leaving the mode.
1780
1781 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1784 Use `byte-compile-warning-types'. Add docstring.
1785
1786 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1789 (smerge-resolve): Add various resolution heuristics.
1790
1791 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1792 in 3-way conflicts.
1793
1794 2008-03-31 Glenn Morris <rgm@gnu.org>
1795
1796 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1797 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1798 * calendar/cal-islam.el (mark-islamic-diary-entries):
1799 Fix argument order in call to diary-mark-entries-1.
1800
1801 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1802 pre-Bahai dates.
1803 (holiday-bahai): Use an algorithm actually relevant to this calendar
1804 system.
1805
1806 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1807
1808 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1809 Use and.
1810
1811 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1812 in the last fortnight in Julian October.
1813
1814 * calendar/calendar.el (increment-calendar-month): Optionally handle
1815 systems without 12 months per year.
1816
1817 (calendar-date-is-visible-p): Doc fix. Simplify.
1818
1819 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1820 from dolist.
1821
1822 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1825 (hi-lock-unload-function): New function.
1826
1827 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1828
1829 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1830 overwriting when NEWNAME is a local file.
1831
1832 * net/trampver.el: Update release number.
1833
1834 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1835
1836 * vc-git.el: Make vc-status display information about copies,
1837 renames and permission changes.
1838 (vc-git-extra-fileinfo): New defstruct.
1839 (vc-git-escape-file-name, vc-git-file-type-as-string)
1840 (vc-git-rename-as-string, vc-git-permissions-as-string)
1841 (vc-git-status-printer): New functions.
1842 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1843 (vc-git-after-dir-status-stage1): Look for copies, renames and
1844 permission changes.
1845 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1846 (vc-git-dir-status): Ask for staged files and renames.
1847
1848 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * vc.el: Allow backends to display backend specific information in
1851 the vc-status listing.
1852 (vc-status-fileinfo): Add a field for backend specific information.
1853 (vc-status-printer): Rename to ...
1854 (vc-default-status-printer): ... this.
1855 (vc-status-printer): New function.
1856 (vc-update-vc-status-buffer): Set the backend specific file info
1857 if provided.
1858
1859 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1862 change (ill-conceived).
1863
1864 2008-03-29 Glenn Morris <rgm@gnu.org>
1865
1866 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1867 * calendar/cal-julian.el (holiday-julian): Simplify.
1868
1869 * calendar/holidays.el (list-holidays): Use or.
1870
1871 2008-03-29 Juri Linkov <juri@jurta.org>
1872
1873 * window.el (split-window-preferred-horizontally): New function.
1874
1875 * cus-start.el (split-window-preferred-function):
1876 Set choice for "vertically" to nil instead of split-window.
1877 Set choice for "horizontally" to split-window-preferred-horizontally
1878 instead of lambda.
1879
1880 2008-03-29 Juri Linkov <juri@jurta.org>
1881
1882 * simple.el (minibuffer-default-add-function): New variable with
1883 the default to minibuffer-default-add-completions.
1884 (minibuffer-default-add-done): New variable. Make it buffer-local.
1885 (minibuffer-default-add-completions): New function.
1886 (goto-history-element): Set minibuffer-default-add-done to t and
1887 call a function in minibuffer-default-add-function when the
1888 specified absolute history position is greater than the length of
1889 the minibuffer-default list and minibuffer-default-add-done is nil.
1890 Change "^End of history; no next item$" to "^End of defaults;
1891 no next item$".
1892
1893 * bindings.el (debug-ignored-errors): Change "^End of history;
1894 no next item$" to "^End of defaults; no next item$".
1895
1896 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1899
1900 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1901 to with-no-warnings.
1902
1903 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1904
1905 Sync with Tramp 2.1.13.
1906
1907 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1908
1909 * net/trampver.el: Update release number.
1910
1911 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1914 the current backend.
1915
1916 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1917 (vc-status-refresh): Create a temporary buffer and call the
1918 `dir-status' backend function from that buffer.
1919
1920 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1921 (vc-bzr-after-dir-status): Don't kill the buffer.
1922
1923 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1924 (vc-cvs-after-dir-status): Don't kill the buffer.
1925
1926 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1927 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1928
1929 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1930 (vc-hg-after-dir-status): Don't kill the buffer.
1931
1932 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1933 (vc-svn-after-dir-status): Don't kill the buffer.
1934
1935 2008-03-29 Glenn Morris <rgm@gnu.org>
1936
1937 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1938 (european-date-diary-pattern, european-calendar-display-form)
1939 (american-calendar-display-form, diary-display-hook): Doc fixes.
1940 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1941 custom :set. Mark as obsolete.
1942 (calendar-date-style, iso-date-diary-pattern)
1943 (iso-calendar-display-form): New user variables.
1944 (diary-date-forms, calendar-date-display-form): Set using
1945 calendar-date-style. Doc fix.
1946 (calendar-set-date-style): New command.
1947 (european-calendar, american-calendar): Use calendar-set-date-style.
1948 Mark as obsolete.
1949
1950 * calendar/diary-lib.el (number): Move declaration where needed.
1951 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1952 (diary-make-date): New function.
1953 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1954 Use diary-make-date.
1955 (diary-date-display-form, diary-insert-entry-1): New functions.
1956 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1957 Use diary-insert-entry-1.
1958 (insert-anniversary-diary-entry, insert-block-diary-entry)
1959 (insert-cyclic-diary-entry): Use diary-date-display-form.
1960
1961 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1962 Autoload diary-insert-entry-1.
1963 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1964 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1965 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1966 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1967 * calendar/cal-islam.el (insert-islamic-diary-entry)
1968 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1969 Use diary-insert-entry-1.
1970
1971 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1972 (diary-yahrzeit): Doc fix. Use diary-make-date.
1973
1974 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1975 New name for icalendar--datetime-to-noneuropean-date. Make old name
1976 obsolete alias.
1977 (icalendar--datetime-to-iso-date): New function.
1978 (icalendar--datetime-to-diary-date): Doc fix. Respect
1979 calendar-date-style if bound.
1980
1981 * textmodes/remember.el (remember-diary-convert-entry):
1982 Respect calendar-date-style if bound.
1983
1984 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1987 (xterm-mouse-handle-delete-frame): Delete.
1988
1989 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1990 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1991 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1992 in xterm-modify-other-keys-terminal-list.
1993
1994 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1995 are conflicts.
1996
1997 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * vc.el (vc-update): Check if the buffer is unsaved only if it
2000 actually exists.
2001 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2002 vc-print-log.
2003
2004 2008-03-28 Magnus Henoch <mange@freemail.hu>
2005
2006 * net/dns.el (dns-write): Use set-buffer-multibyte.
2007
2008 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * vc-bzr.el (vc-bzr-sha1): New fun.
2011 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2012 (vc-bzr-registered): Use it.
2013
2014 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2015
2016 * vc.el (vc-status-kill-dir-status-process): Simplify.
2017 (vc-status-refresh): Make sure the buffer is live.
2018 (ring): Don't require it, not used.
2019
2020 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2021
2022 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2023 Add optional regular expression to AUTOINOUTMODULE.
2024 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2025 (verilog-auto-inst-param, verilog-auto-reg)
2026 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2027 (verilog-auto-output-every, verilog-auto-input)
2028 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2029 (verilog-auto-unused, verilog-auto): Update documentation to use
2030 more obvious instance module names versus cell names.
2031
2032 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2033
2034 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2035 kill if a process is running.
2036
2037 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2038
2039 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2040
2041 * vc.el: Add new backend function 'status-extra-headers.
2042 (vc-default-status-extra-headers): New function.
2043 (vc-status-headers): Call 'status-extra-headers. Add colors.
2044
2045 * vc-git.el (vc-git-status-extra-headers): New function.
2046
2047 2008-03-28 Glenn Morris <rgm@gnu.org>
2048
2049 * calendar/cal-menu.el (cal-menu-holidays-menu)
2050 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2051 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2052 holiday-list is optional.
2053 (calendar-mouse-holidays): Remove un-needed local `l'.
2054
2055 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2056 Remove un-needed local `date'.
2057 (calendar-cursor-to-visible-date): Use let rather than let*.
2058 Remove un-needed local `first-of-month-weekday'.
2059
2060 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2061
2062 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2063 Doc fixes.
2064 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2065 (diary-header-line-flag, diary-header-line-format): Declare.
2066 (diary-pull-attrs): Check for multiple matches.
2067 (diary-list-entries-2): Simplify finding start of date.
2068 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2069 pop-up-frames.
2070 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2071 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2072
2073 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2076
2077 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2078
2079 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2082
2083 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2084
2085 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2086
2087 * international/mule-conf.el (define-iso-single-byte-charset):
2088 Don't make latin-iso8859-* supplementary.
2089 (#'set-charset-priority): Don't change the priority of charsets
2090 `unicode' and `emacs'.
2091
2092 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2095 temp buffer.
2096
2097 2008-03-27 Glenn Morris <rgm@gnu.org>
2098
2099 * calendar/cal-bahai.el (diary-bahai-list-entries):
2100 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2101 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2102
2103 * calendar/calendar.el (diary-file): Doc fix.
2104
2105 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2106 (list-diary-entries-hook, mark-diary-entries-hook)
2107 (include-other-diary-files, diary-mail-entries)
2108 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2109 (diary-set-header): New function.
2110 (diary-header-line-flag, diary-header-line-format):
2111 Use diary-set-header for custom :set function.
2112 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2113 (diary-attrtype-convert): Use intern-soft rather than read.
2114 (diary-display-no-entries): New function.
2115 (simple-diary-display, fancy-diary-display): Use it.
2116 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2117 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2118
2119 * calendar/holidays.el (list-holidays): Doc fix.
2120
2121 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2122
2123 * calc/calc-store.el (calc-read-var-name-history): New variable.
2124 (calc-read-var-name): Use `calc-read-var-name-history'.
2125
2126 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2129 window-configuration-change-hook works buffer-locally.
2130
2131 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2132
2133 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2134 for Emacs Lisp, not Lisp.
2135
2136 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * help-fns.el (describe-function-1, describe-variable):
2139 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2140
2141 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2142 replacement is provided, don't print "use nil instead".
2143
2144 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2145
2146 * complete.el (PC-do-completion): Use regexp-quote.
2147
2148 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2149
2150 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2151 Detect missing files.
2152
2153 * vc-git.el (vc-git-extra-menu-map): New key map.
2154 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2155 New functions.
2156
2157 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2158 and 'missing files.
2159
2160 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * calendar/holidays.el (list-holidays): Make Y2 optional.
2163
2164 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2165 buffers shown to the user.
2166 (appt-disp-window): Disable undo explicitly now that the leading space
2167 is gone.
2168
2169 * simple.el (activate-mark): New function.
2170 (set-mark-command): Use it with region-active-p to clean up the code.
2171 (exchange-point-and-mark): Invert the meaning of C-u when
2172 transient-mark-mode is active.
2173
2174 * dired-aux.el (dired-create-files): Use dolist.
2175
2176 * bindings.el (mode-line-change-eol): Use with-selected-window.
2177
2178 * apropos.el (apropos-command): Include macros.
2179
2180 2008-03-26 Glenn Morris <rgm@gnu.org>
2181
2182 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2183 (calendar-bahai-epoch): Doc fix.
2184
2185 * calendar/cal-china.el: Explicitly require calendar.
2186
2187 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2188 Require calendar rather than cal-julian.
2189 Autoload calendar-absolute-from-julian.
2190 * calendar/cal-coptic.el (coptic-calendar-epoch):
2191 * calendar/cal-islam.el (calendar-islamic-epoch):
2192 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2193
2194 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2195
2196 * calendar/cal-dst.el: Don't require cal-persia.
2197 (calendar-absolute-from-persian): Autoload it.
2198 (dst-adjust-time): Doc fix.
2199
2200 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2201 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2202 calendar.
2203
2204 * calendar/cal-menu.el: Require calendar rather than declaring
2205 functions.
2206 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2207
2208 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2209 calendar-after-frame-setup-hooks. Update callers, make old name an
2210 obsolete alias. Doc fix.
2211 (calendar-frame-1): Doc fix.
2212
2213 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2214
2215 * calendar/calendar.el (oriental-holidays, solar-holidays):
2216 * calendar/holidays.el (list-holidays): Assume atan always bound.
2217
2218 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2219 Explicitly require calendar, not cal-julian.
2220 * calendar/lunar.el: Explicitly require cal-dst.
2221
2222 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2225
2226 * help-fns.el (describe-function-1, describe-variable): If no
2227 replacement is provided, don't print "use nil instead".
2228
2229 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2230
2231 * proced.el: New file.
2232
2233 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2234
2235 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2236
2237 2008-03-25 Juri Linkov <juri@jurta.org>
2238
2239 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2240 in battery-mode-line-format.
2241
2242 * bindings.el (minibuffer-local-map): For the command
2243 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2244 with map which is already locally bound to minibuffer-local-map.
2245
2246 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2249 Remove `sort-first' argument.
2250
2251 * subr.el (redisplay-end-trigger-functions)
2252 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2253 (process-filter-multibyte-p, set-process-filter-multibyte):
2254 Mark as obsolete.
2255
2256 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2257
2258 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2259 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2260 use the LOCAL arg of `add-hook'.
2261 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2262 Remove spurious * from defcustom docstrings.
2263 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2264 Fix typos in messages.
2265 (reb-mode-buffer-p): New function.
2266 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2267 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2268 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2269 (reb-update-overlays): Use `unless', `when'.
2270 (re-builder-unload-function): New function.
2271
2272 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * vc-hooks.el (vc-state): Add documentation for 'missing.
2275
2276 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2277
2278 * progmodes/verilog-mode.el (verilog-auto-output)
2279 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2280 (verilog-delete-auto): Add optional regular expression to
2281 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2282 (verilog-signals-matching-regexp): New internal function for
2283 signal matching.
2284
2285 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2286
2287 * info.el (Info-isearch-search): Always return point.
2288
2289 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * diff-mode.el (diff-remembered-defdir): New var.
2292 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2293
2294 2008-03-25 Glenn Morris <rgm@gnu.org>
2295
2296 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2297 calendar-bahai-prompt-for-date. Update callers, make old name an
2298 obsolete alias. Doc fix.
2299 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2300 coptic-prompt-for-date. Update callers, make old name an
2301 obsolete alias. Doc fix.
2302 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2303 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2304 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2305 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2306 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2307 calendar-iso-read-args. Update callers, make old name an obsolete
2308 alias.
2309 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2310 persian-prompt-for-date. Update callers, make old name an
2311 obsolete alias. Doc fix. Move definition before use.
2312
2313 * calendar/cal-x.el (diary-frame-parameters)
2314 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2315 (calendar-frame-1): Doc fixes.
2316 (make-fancy-diary-buffer): Remove declaration.
2317 (calendar-dedicate-diary): Replace call to deleted function
2318 make-fancy-diary-buffer.
2319 (calendar-frame-setup): New function.
2320 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2321 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2322 work, and mark as obsolete.
2323 (special-display-buffer-names): Don't mess with this; it's not our
2324 business.
2325 (cal-x-load-hook): Defvar it, and mark as obsolete.
2326
2327 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2328 Default to t. Add to 'calendar group.
2329 (calendar): Doc fix. Use calendar-frame-setup.
2330 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2331 (generate-calendar-window): Doc fix.
2332
2333 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2336
2337 2008-03-24 Drew Adams <drew.adams@oracle.com>
2338
2339 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2340 New variables.
2341 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2342 (finder-exit): Ignore errors rather than avoiding them.
2343 Kill *Finder-package* buffer also.
2344
2345 2008-03-24 Andreas Schwab <schwab@suse.de>
2346
2347 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2348
2349 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * vc-hg.el (vc-hg-after-dir-status):
2352 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2353
2354 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2355 Detect removed files.
2356
2357 * vc.el (vc-status-printer): Use a different face for missing files.
2358 (vc-status-hide-up-to-date): Rename from
2359 vc-status-remove-up-to-date. Update all callers.
2360 (vc-status-mode-map): Bind C-m.
2361
2362 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2363
2364 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2365 code ...
2366 (vc-git--state-code): ... to this new function.
2367 (vc-git-state): Use it.
2368
2369 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2370
2371 * textmodes/remember.el (remember-mail-date)
2372 (remember-store-in-mailbox): Write date and From line in such a
2373 way that Mutt can read it.
2374
2375 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * simple.el (transient-mark-mode): Turn on by default.
2378
2379 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2382 'unregistered for unregistered files.
2383
2384 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2385
2386 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2387
2388 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2389 subdirectories.
2390
2391 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2392 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2393 Add :enable for vc-status-refresh.
2394 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2395 (vc-status-tool-bar-map): Add binding for
2396 vc-status-kill-dir-status-process.
2397 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2398 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2399 Reset vc-status-process-buffer.
2400 (vc-status-refresh): Don't run two refreshes at a time.
2401 (vc-status): If the buffer is already in vc-status-mode only refresh.
2402 (vc-status-mark-buffer-changed): Add an optional file parameter.
2403 (vc-resynch-buffer): Use it.
2404 (vc-delete-file): Expand the file name before using it.
2405 Be careful to not create a new buffer with the old file contents.
2406 Update the VC state after performing the operation.
2407
2408 2008-03-23 Andreas Schwab <schwab@suse.de>
2409
2410 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2411 Fix radio button condition.
2412 [box]: Likewise.
2413 [customize]: Add radio button.
2414
2415 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2416
2417 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2418 (calc-user-parse-tables, calc-gnuplot-default-device)
2419 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2420 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2421 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2422 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2423 (calc-undo-list, calc-redo-list, calc-main-buffer)
2424 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2425 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2426 (calc-said-hello, calc-executing-macro, calc-any-selections)
2427 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2428 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2429 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2430 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2431 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2432 (calc-create-buffer, calc-quit): Add docstrings.
2433
2434 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * makefile.w32-in (WINS_ALMOST): Add org.
2437
2438 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2441 New functions to implement vc-status support.
2442
2443 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * vc.el (vc-status-prepare-status-buffer): New function.
2446 (vc-status): Use it.
2447
2448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2449 appropriate.
2450
2451 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2452
2453 * vc-git.el (vc-git--empty-db-p)
2454 (vc-git-after-dir-status-stage1-empty-db): New functions.
2455 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2456 Add support for empty repositories.
2457
2458 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2461 Allow "^" in a version name.
2462
2463 * vc-mtn.el (vc-mtn-state): Support the added state.
2464
2465 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
2466
2467 * org: New directory for Org-mode.
2468
2469 * org/org-export-latex.el: Moved from lisp/texmodes.
2470
2471 * org/org-irc.el: Moved from lisp/texmodes.
2472
2473 * org/org-mac-message.el: Moved from lisp/texmodes.
2474
2475 * org/org-mouse.el: Moved from lisp/texmodes.
2476
2477 * org/org-publish.el: Moved from lisp/texmodes.
2478
2479 2008-03-21 Juri Linkov <juri@jurta.org>
2480
2481 * comint.el (comint-dynamic-simple-complete):
2482 Use variable `stub' for the second arg `common-substring'
2483 of `comint-dynamic-list-completions'.
2484 (comint-dynamic-list-filename-completions):
2485 Use variable `filenondir' for the second arg `common-substring'
2486 of `comint-dynamic-list-completions'.
2487 (comint-dynamic-list-completions): Add new optional arg
2488 `common-substring'. Add `common-substring' as the second arg of
2489 the call to `display-completion-list'. Doc fix.
2490
2491 * comint.el (comint-dynamic-complete-as-filename)
2492 (comint-dynamic-list-filename-completions)
2493 (comint-dynamic-simple-complete): Use `minibuffer-message'
2494 to display message "No completions of %s" when a command
2495 is called in the minibuffer.
2496 (comint-dynamic-simple-complete): Don't display other
2497 completion messages when a command is called in the minibuffer.
2498 (comint-dynamic-list-completions): Use `minibuffer-message'
2499 to display message " [Type space to flush ...]" when a command
2500 is called in the minibuffer.
2501
2502 * shell.el (shell-dynamic-complete-command)
2503 (shell-dynamic-complete-environment-variable): Don't display
2504 completion messages when command is called in the minibuffer.
2505
2506 * emacs-lisp/lisp.el (lisp-complete-symbol):
2507 Use `minibuffer-message' to display message "No completions of %s"
2508 when this command is called in the minibuffer.
2509
2510 * bindings.el (standard-mode-line-modes): Put special help-echo
2511 tooltip on recursive edit %[ %] mode-line constructs.
2512
2513 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2514 "^No dynamic expansion for .* found$" to allow error messages like
2515 "No dynamic expansion for \"%s\" found in this-buffer".
2516
2517 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2520 "psftp".
2521
2522 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2525 * vc.el (vc-default-dired-state-info): Use just "modified".
2526 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2527 (vc-cvs-mode-line-string): Make use of the better default.
2528 (vc-cvs-parse-entry): Use the new `added'.
2529 (vc-cvs-dired-state-info): Remove.
2530 * vc-svn.el (vc-svn-dired-state-info): Remove.
2531 * vc-hg.el (vc-hg-dired-state-info): Remove.
2532 * vc-git.el (vc-git-dired-state-info): Remove.
2533
2534 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2535
2536 * vc-git.el (vc-git-status-result): New variable.
2537 (vc-git-dir-status): Split out ...
2538 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2539 ... these new functions and work asynchronously.
2540
2541 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2542
2543 * vc-git.el (vc-git-after-dir-status): Remove.
2544 (vc-git-dired-state-info): Reimplement.
2545
2546 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * replace.el (occur-mode-map): Add :help.
2549
2550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2551 for disassemble.
2552
2553 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2554 the 'added state.
2555 (vc-status-remove-up-to-date): New function.
2556 (vc-status-mode-map, vc-status-menu-map): Bind it.
2557 (vc-status-printer): Use a different face up-to-date files.
2558 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2559 (Todo): Remove solved entries.
2560
2561 * vc-hg.el (vc-hg-state):
2562 * vc-git.el (vc-git-state):
2563 * vc-cvs.el (vc-cvs-parse-status):
2564 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2565 state.
2566
2567 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * progmodes/compile.el (compile):
2570 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2571
2572 * simple.el (minibuffer-local-shell-command-map): New var.
2573 (minibuffer-complete-shell-command, read-shell-command): New funs.
2574 (shell-command, shell-command-on-region): Use them.
2575
2576 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2577
2578 * vc.el (vc-status-mark-buffer-changed): New function to implement
2579 updating of the *vc-status* buffer when a buffer is saved.
2580 (vc-status-mode): Use it for after-change-hook.
2581 (vc-add-to-vc-status-buffer): Rename to ...
2582 (vc-status-add-entry): ... this.
2583 (Todo): Add new entry.
2584
2585 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2588
2589 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2592 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2593 Remove spurious * from defcustom docstrings.
2594 (icomplete-compute-delay): Fix docstring and remove spurious *.
2595 (icomplete-delay-completions-threshold): Fix typo in docstring and
2596 remove spurious *.
2597 (icomplete-completions): While collecting the list of prospective
2598 candidates, don't overshoot `icomplete-prospects-length'.
2599
2600 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * textmodes/refbib.el:
2603 * textmodes/reftex.el:
2604 * textmodes/reftex-global.el:
2605 * textmodes/reftex-vars.el:
2606 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2607 compiler pacifying defvars.
2608 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2609 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2610 not needed.
2611
2612 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2613
2614 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2615 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2616 (verilog-customize, verilog-font-customize)
2617 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2618 (verilog-mode): Update documentation strings to match tool tips.
2619 (verilog-auto-search-do, verilog-auto-re-search-do)
2620 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2621 expansion when a .* appears inside a string.
2622 (verilog-re-search-forward, verilog-re-search-backward):
2623 Add comment to recall how this works.
2624 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2625
2626 2008-03-20 Glenn Morris <rgm@gnu.org>
2627
2628 * calendar/calendar.el (calendar-other-dates): New function.
2629 (calendar-print-other-dates): Use calendar-other-dates.
2630 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2631 the declarations it replaces.
2632 (calendar-mouse-print-dates): Use calendar-other-dates.
2633
2634 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2635 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2636 (calendar-absolute-from-bahai): Fix the leap-year case.
2637 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2638 (calendar-bahai-date-string, calendar-bahai-print-date):
2639 Handle pre-Bahai dates.
2640
2641 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2642 (chinese-calendar-terrestrial-branch): Make defcustoms.
2643
2644 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2645 (calendar-mouse-view-diary-entries): Use or.
2646 (calendar-mouse-chinese-date): Remove unused command.
2647 (cal-menu-load-hook): Mark as obsolete.
2648
2649 * calendar/solar.el (calendar-location-name, calendar-latitude)
2650 (calendar-longitude, solar-arctan, sunrise-sunset)
2651 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2652
2653 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2654
2655 * calc/calc.el: Remove outdated comments.
2656 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2657 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2658 Add docstrings.
2659
2660 2008-03-19 Jason Rumney <jasonr@gnu.org>
2661
2662 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2663
2664 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2665
2666 * net/tls.el (open-tls-stream): Reindent.
2667
2668 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * net/tramp.el (tramp-let-maybe): Removed.
2671 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2672 It does not exist under XEmacs.
2673 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2674 (tramp-completion-file-name-handler): Let-bind
2675 `directory-sep-char'.
2676
2677 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2678 `directory-sep-char'.
2679
2680 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2683 for autoloaded keymaps.
2684
2685 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2686 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2687 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2688 (verilog-in-comment-p, verilog-in-star-comment-p)
2689 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2690 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2691 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2692 (verilog-skip-forward-comment-p): Use it.
2693
2694 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2697 (org-remember-templates, org-time-stamp-rounding-minutes)
2698 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2699 (org-columns-new): Fix typos in docstrings.
2700
2701 2008-03-19 Glenn Morris <rgm@gnu.org>
2702
2703 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2704 (tramp-handle-shell-command): Use condition-case rather than
2705 ignore-errors.
2706
2707 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * diff-mode.el (diff-header): Make the color louder.
2710 (diff-refine-change): Tone the color down.
2711
2712 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * descr-text.el (describe-char): When `describe-char-unidata-list'
2715 is set to show all properties, list them in the right order.
2716
2717 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * international/mule.el (load-with-code-conversion): Avoid setting
2720 default-enable-multibyte-characters.
2721
2722 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2723
2724 * vc.el (vc-annotate-background): Fix custom type.
2725
2726 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * descr-text.el (describe-char-unidata-list): Allow specifying
2729 just all properties.
2730 (describe-char): Handle that new value.
2731
2732 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2733
2734 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2735
2736 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2737 instead of file name extension to make docs with uncommon
2738 extensions work.
2739
2740 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2741
2742 * doc-view.el (require): Require cl at compile time because
2743 `assert' needs it.
2744
2745 2008-03-18 Glenn Morris <rgm@gnu.org>
2746
2747 * calendar/calendar.el (initial-calendar-window-hook)
2748 (today-visible-calendar-hook): Doc fixes.
2749
2750 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * net/tramp.el (tramp-root-regexp): Simplify.
2753 (tramp-completion-file-name-regexp-separate): Don't insist on
2754 leading "[". This prevents method or user or host completion.
2755 (tramp-let-maybe): Autoload it.
2756 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2757 is an alias for `identity'.
2758 (tramp-handle-write-region): Protect `last-coding-system-used'
2759 over the trailing statements.
2760 (tramp-completion-file-name-handler-post-function): Remove.
2761 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2762 instead of calling `tramp-drop-volume-letter'.
2763
2764 * net/tramp.el:
2765 * net/tramp-uu.el:
2766 * net/trampver.el: Move coding cookie at the end.
2767
2768 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2771 elements which may be something else than characters.
2772
2773 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2776 New functions to implement vc-status support.
2777
2778 * vc.el (vc-default-extra-status-menu)
2779 (vc-add-to-vc-status-buffer): New functions.
2780
2781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2782 for eldoc and ielm.
2783
2784 2008-03-17 Glenn Morris <rgm@gnu.org>
2785
2786 * calendar/cal-x.el (diary-frame-parameters)
2787 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2788 Fix custom type; add options.
2789 (calendar-frame, diary-frame): Doc fixes.
2790 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2791 new functions.
2792 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2793 Use calendar-frame-1 and calendar-dedicate-diary.
2794 (calendar-one-frame-setup): Also handle only-one-frame case.
2795 (calendar-only-one-frame-setup): Doc fix. Just call
2796 calendar-one-frame-setup.
2797
2798 * calendar/diary-lib.el: Re-order some definitions before their use.
2799 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2800 (diary-list-entries): Doc fixes.
2801 (make-fancy-diary-display): Remove function.
2802
2803 * calendar/calendar.el (calendar-today-marker)
2804 (initial-calendar-window-hook, today-visible-calendar-hook)
2805 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2806 (calendar-star-date, calendar-mark-today): Doc fixes.
2807 (today-visible-calendar-hook): Add options.
2808 (calendar-in-read-only-buffer): New macro.
2809 (calendar-basic-setup): Adapt for change in calendar-read-date.
2810 Place holiday let inside if.
2811 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2812 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2813 (calendar-print-other-dates): Use one let rather than many.
2814
2815 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2816 (calendar-print-other-dates):
2817 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2818 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2819 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2820 (calendar-cursor-holidays):
2821 * calendar/lunar.el (calendar-phases-of-moon): Use
2822 calendar-in-read-only-buffer to replace previous code and disable undo.
2823
2824 2008-03-16 Juri Linkov <juri@jurta.org>
2825
2826 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2827 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2828 read-from-minibuffer to provide the correct initial minibuffer
2829 history position in isearch-edit-string when it is called from
2830 isearch-ring-adjust.
2831
2832 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2833 to check if the current buffer is the minibuffer, and in this case
2834 call abort-recursive-edit to kill the minibuffer. Doc fix.
2835 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2836 when the current buffer is the minibuffer.
2837
2838 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2839
2840 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2841
2842 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2843 Use non-nil PARENTS attribute of make-directory instead of
2844 explicitly checking existence the current cache directory.
2845
2846 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2847
2848 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2849 M-x epa-file-select-keys.
2850
2851 2008-03-16 Kenichi Handa <handa@m17n.org>
2852
2853 * international/mule.el (auto-coding-alist):
2854 Use no-conversion-multibyte for archive files.
2855
2856 2008-03-16 Glenn Morris <rgm@gnu.org>
2857
2858 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2859 New functions.
2860 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2861 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2862 Use calendar-mark-1.
2863 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2864 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2865 Use calendar-mark-complex.
2866 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2867 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2868 Use calendar-mark-1.
2869
2870 * calendar/calendar.el (calendar-mod): Remove.
2871 * calendar/cal-china.el (calendar-chinese-from-absolute)
2872 (calendar-chinese-date-string): Expand calendar-mod calls.
2873 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2874 Expand calendar-mod calls.
2875
2876 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2877 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2878 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2879 Move obsolete aliases after the functions that replaced them.
2880
2881 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2882 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2883 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2884 Use let rather than let*.
2885 (calendar-hebrew-prompt-for-date): New function.
2886 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2887 (holiday-tisha-b-av-etc): Use unless, let.
2888
2889 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2890 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2891
2892 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2893
2894 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2895
2896 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2897 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2898 than concat.
2899 (diary): Remove un-needed let.
2900 (view-other-diary-entries): Rename argument.
2901 (diary-list-entries-2): New function.
2902 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2903 (print-diary-entries): Use unless.
2904 (diary-mark-entries-1): Change argument order, make all but
2905 markfunc optional. Handle the standard (Gregorian) case.
2906 Use match-string-no-properties. Handle marks.
2907 (mark-diary-entries): Use diary-mark-entries-1.
2908 (diary-font-lock-keywords-1): New macro.
2909 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2910
2911 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2912
2913 * icalendar.el (icalendar-version): Increase to 0.18.
2914 (icalendar-export-hidden-diary-entries): New variable.
2915 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2916 In case of error, insert full error-val.
2917 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2918 Use calendar-day-of-week. Return the day number.
2919 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2920
2921 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2922
2923 * icalendar.el (icalendar-recurring-start-year): New variable.
2924 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2925 (icalendar-export-region): Ignore hidden diary entries.
2926 (icalendar--convert-ordinary-to-ical): Fix case where event
2927 spans across midnight boundary.
2928 (icalendar-first-weekday-of-year): New function.
2929 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2930 year for recurring events (Mozilla calendars do not propagate
2931 recurring events forever, so year 2000 start date was not working).
2932 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2933 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2934
2935 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2936
2937 * net/tramp.el (tramp-root-regexp): New defconst.
2938 (tramp-completion-file-name-regexp-unified)
2939 (tramp-completion-file-name-regexp-separate)
2940 (tramp-completion-file-name-regexp-url): Use it.
2941 (tramp-do-copy-or-rename-file-via-buffer):
2942 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2943 t for `insert-file-contents-literally'.
2944 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2945 Autoload it.
2946 (tramp-completion-file-name-handler-post-function): New defconst.
2947 (tramp-completion-file-name-handler): Use it.
2948 (tramp-maybe-open-connection): Update calls to
2949 `tramp-flush-connection-property' for removed 2nd argument.
2950
2951 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2954 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2955 New functions.
2956
2957 2008-03-15 Glenn Morris <rgm@gnu.org>
2958
2959 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2960 New functions.
2961 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2962 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2963 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2964 (diary-bahai-list-entries): Use diary-list-entries-1.
2965 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2966 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2967 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2968 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2969 (list-hebrew-diary-entries): Use diary-list-entries-1.
2970 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2971 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2972 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2973 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2974 (list-islamic-diary-entries): Use diary-list-entries-1.
2975 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2976
2977 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2978
2979 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2980
2981 * calendar/cal-china.el (number-chinese-months)
2982 (calendar-chinese-from-absolute): Use nth, caar.
2983
2984 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2985
2986 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2987
2988 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2989 (calendar-hebrew-month-name-array-leap-year)
2990 (hebrew-calendar-parashiot-names): Make constants.
2991 (diary-parasha): Move definition after constants it uses.
2992
2993 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2994 (cal-html-htmlify-list): Doc fix.
2995 (cal-html-htmlify-entry): Use nth.
2996
2997 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2998 (calendar-islamic-epoch): Make constants.
2999 (calendar-islamic-epoch): Doc fix.
3000
3001 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3002
3003 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3004 (cal-tex-month-name): Doc fix.
3005 (cal-tex-last-blank-p): Use zerop.
3006
3007 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3008 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3009 (calendar-cursor-to-date): Doc fix.
3010 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3011 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3012 (calendar-day-number): Use when.
3013 (generate-calendar-month): Use dotimes.
3014 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3015 (calendar-set-mark): Reverse conditional.
3016 (calendar-make-alist): Move definition before use.
3017
3018 * calendar/diary-lib.el (diary-face-attrs)
3019 (diary-glob-file-regexp-prefix, diary-selective-display)
3020 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3021 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3022 (diary-anniversary, diary-cyclic)
3023 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3024 (diary-header-line-format): Change wording.
3025 (diary-list-entries): Set `date-start' in let.
3026 (include-other-diary-files, mark-included-diary-files): Use format.
3027 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3028 (mark-diary-entries): Use 1+.
3029 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3030 (mark-calendar-month): Use dotimes.
3031
3032 * calendar/holidays.el (displayed-month, displayed-year):
3033 Move declarations where needed.
3034 (calendar-list-holidays): Doc fix.
3035
3036 * calendar/parse-time.el (parse-time-string): Simplify.
3037
3038 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3039 Make constants.
3040 (solar-sunrise-sunset): Rename some local variables for clarity.
3041 (sunrise-sunset): Use zerop.
3042 (solar-mean-equinoxes/solstices): Doc fix.
3043
3044 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3045 Use nth.
3046 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3047 (timeclock-mean, timeclock-generate-report): Use dolist.
3048
3049 * calendar/todo-mode.el (todo-add-category): Simplify.
3050 (todo-more-important-p, todo-delete-item, todo-file-item):
3051 Use unless, when.
3052 (todo-top-priorities): Use zerop.
3053
3054 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3055
3056 * buff-menu.el (list-buffers-noselect): Display buffer name in
3057 tooltip instead of mouse binding when it doesn't fit in the list.
3058
3059 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3060
3061 * faces.el (xw-defined-colors):
3062 * simple.el (widget-convert, shell-mode): Declare as functions
3063 instead of autoloading.
3064
3065 * abbrev.el:
3066 * button.el:
3067 * cus-face.el:
3068 * ediff-hook.el:
3069 * emacs-lisp/backquote.el:
3070 * emacs-lisp/timer.el:
3071 * facemenu.el:
3072 * faces.el:
3073 * menu-bar.el:
3074 * simple.el:
3075 * subr.el:
3076 * textmodes/fill.el:
3077 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3078 files are preloaded.
3079
3080 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * desktop.el (desktop-create-buffer): Don't catch errors if
3083 debug-on-error is set.
3084
3085 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3086
3087 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3088 ($(lisp)/calendar/diary-loaddefs.el)
3089 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3090 (LOADDEFS): New macro.
3091 (autoloads): Depend on $(LOADDEFS).
3092
3093 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3094
3095 * font-lock.el (featurep): Remove test, not useful anymore.
3096 (facemenu-keymap): Move key binding ...
3097 * facemenu.el (facemenu-keymap): ... here.
3098
3099 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3100 for each file in the list.
3101 (vc-bzr-log-view-mode): Recognize the file marker.
3102
3103 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3104 for checkdoc and profiling.
3105
3106 2008-03-14 Bastien Guerry <bzg@altern.org>
3107
3108 * textmodes/flyspell.el (nxml-mode): Add the right
3109 `flyspell-mode-predicate'.
3110
3111 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3112
3113 2008-03-14 Glenn Morris <rgm@gnu.org>
3114
3115 * calendar/solar.el: Reorder so that functions are defined before use.
3116 (displayed-month, displayed-year): Move declarations where needed.
3117 (solar-get-number): Move definition before use. Use unless.
3118 (solar-equatorial-coordinates): Simplify.
3119 (solar-sunrise-and-sunset): Use let rather than let*.
3120 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
3121
3122 * startup.el (command-line-1): Rename -internal-script back to
3123 -scriptload (reverts previous change).
3124
3125 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3126 (calendar-bahai-leap-base): Add doc strings.
3127 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3128 Move definition before use.
3129 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3130 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3131 variables outside the loop. Use dolist.
3132 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3133
3134 * calendar/cal-china.el: Re-order so that functions are defined before
3135 use.
3136 (displayed-month, displayed-year): Move declarations where needed.
3137 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3138 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3139 Add doc strings.
3140 (chinese-year-cache): Recenter on 2010. Doc fix.
3141 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3142 Doc fix. Simplify.
3143 (chinese-year-cache-init): New function.
3144 (compute-chinese-year, holiday-chinese-new-year)
3145 (calendar-chinese-date-string, calendar-goto-chinese-date)
3146 (make-chinese-month-assoc-list): Use cadr, nth.
3147 (chinese-months): Remove un-needed let.
3148
3149 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3150 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3151 (coptic-prompt-for-date): Move definition before use.
3152
3153 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3154 (calendar-dst-find-data, calendar-daylight-time-offset)
3155 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3156 (calendar-daylight-savings-starts-time)
3157 (calendar-daylight-savings-ends-time): Use cadr, nth.
3158
3159 * calendar/cal-french.el (french-calendar-epoch)
3160 (calendar-goto-french-date): Doc fix.
3161 (french-calendar-month-name-array)
3162 (french-calendar-multibyte-month-name-array)
3163 (french-calendar-day-name-array, french-calendar-special-days-array):
3164 Add doc strings.
3165
3166 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3167 (original-date): Move declarations where needed.
3168 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3169 Doc fix.
3170 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3171 constant variables outside the loop. Use dolist.
3172
3173 * calendar/cal-islam.el (displayed-month, displayed-year)
3174 (original-date): Move declarations where needed.
3175 (islamic-calendar-day-number): Remove unused local variable `day'.
3176 (calendar-goto-islamic-date): Doc fix.
3177 (holiday-islamic): Use unless.
3178 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3179 constant variables outside the loop. Use dolist.
3180 (mark-islamic-calendar-date-pattern): Move definition before use.
3181 Use unless.
3182 (mark-islamic-diary-entries): Doc fix.
3183 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3184 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3185
3186 * calendar/cal-julian.el (calendar-absolute-from-julian):
3187 Move definition before use. Remove un-needed local `day'.
3188 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3189
3190 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3191 (calendar-mayan-tzolkin-names-array): Add doc strings.
3192 (calendar-mayan-long-count-from-absolute): Use a single let.
3193 (calendar-string-to-mayan-long-count): Simplify.
3194 (calendar-next-haab-date, calendar-previous-haab-date)
3195 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3196 (calendar-previous-calendar-round-date)
3197 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3198 Doc fix.
3199 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3200 (calendar-mayan-date-string, calendar-print-mayan-date)
3201 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3202 (calendar-mayan-long-count-common-era): Move definitions before use.
3203
3204 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3205 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3206 Doc fix.
3207 (calendar-mouse-goto-date): Move definition before use.
3208
3209 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3210 Move definition before use.
3211 (calendar-cursor-to-visible-date): Move definition before use.
3212 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3213 and place inside the conditional.
3214 (calendar-forward-day): Simplify.
3215 (calendar-end-of-month): Use unless.
3216 (calendar-goto-day-of-year): Doc fix.
3217 Relocate obsolete aliases after their replacements.
3218
3219 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3220
3221 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3222 variables outside the diary-date-forms loop.
3223
3224 * calendar/calendar.el (diary-file): Doc fix.
3225 (calendar-buffer-list): Return buffers rather than strings (fixes
3226 previous change).
3227 (hebrew-holidays-4): Fix typo.
3228
3229 * calendar/holidays.el (displayed-month, displayed-year):
3230 Move declarations where needed.
3231 (calendar-holiday-list, calendar-list-holidays)
3232 (holiday-filter-visible-calendar): Move definitions before use.
3233 (list-holidays): Use cadr.
3234 Relocate obsolete aliases after their replacements.
3235
3236 * calendar/lunar.el (date, displayed-month, displayed-year):
3237 Move declarations where needed.
3238 (lunar-phase-list): Move definition after functions it uses.
3239 (calendar-phases-of-moon, diary-phases-of-moon)
3240 (lunar-new-moon-on-or-after): Use cadr, nth.
3241 (lunar-new-moon-on-or-after): Doc fix.
3242
3243 * textmodes/org-irc.el (top-level): CL not required when compiling.
3244 (org-irc-visit-erc): Replace runtime CL functions.
3245
3246 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3247 (org-publish-delete-dups): Declare as function.
3248
3249 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3250
3251 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3252 (vc-bzr-show-log-entry): Make regexp match more cases.
3253 (vc-diff-switches-list): Remove autoload, not needed.
3254
3255 2008-03-14 Juri Linkov <juri@jurta.org>
3256
3257 * isearch.el (isearch-edit-string): Remove one call to
3258 `isearch-push-state' not to push an inconsistent state,
3259 but keep another correct call to `isearch-push-state'.
3260 (isearch-ring-adjust): Call `isearch-push-state' only when
3261 `search-ring-update' is non-nil since `isearch-edit-string'
3262 already pushes its state.
3263 (isearch-message): Improve matching the failed part by checking
3264 if the original message starts with the last successful message.
3265
3266 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3267 (dired-perm-write): Rename from `dired-warn-writable'.
3268 Change parent face from `font-lock-warning-face' to
3269 `font-lock-comment-delimiter-face'.
3270 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3271 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3272 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3273 with `dired-perm-write-face'.
3274
3275 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3276
3277 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3278 Create cache dir only if it doesn't already exist.
3279
3280 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3283 of \ and '.
3284
3285 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3286
3287 * net/browse-url.el (browse-url-text-xterm):
3288 Unquote browse-url-text-browser.
3289
3290 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3291
3292 * textmodes/org-mouse.el: Version number change.
3293
3294 * textmodes/org-publish.el (org-publish-expand-components):
3295 Remove null projects from the list of components.
3296 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3297 Remove unused retrieval of the :publishing-directory property.
3298 (org-publish-file): Bugfix: when using a relative directory as the
3299 publishing directory, convert it to a directory filename.
3300 (org-publish-project): New alias.
3301 (org-publish-get-files): Protect against empty p.
3302 (org-publish-file): Send an error when file is not part of any project.
3303 (org-publish-file): Offer to refresh the list of files in known
3304 project when the current file is not part of any project.
3305 (org-publish-before-export-hook)
3306 (org-publish-after-export-hook): New hooks.
3307 (org-publish-org-to): Use new hooks and kill buffers.
3308 (org-publish-file): Remove the code for killing buffers.
3309 (org-publish-initialize-files-alist): Use interactive.
3310 (org-publish-file): If the publishing function creates a new
3311 buffer, kill it after publishing.
3312 (org-publish-timestamp-filename): Protect ":" in file name path
3313 under windows.
3314
3315 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3316 change that killed the LaTeX buffer.
3317
3318 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3319 in the decision tree.
3320 (org-select-remember-template): Clean the code.
3321 (org-prepare-dblock): Add the extra :content parameter.
3322 (org-write-agenda): New output type ".ics" files.
3323 (org-write-agenda): Call `org-icalendar-verify-function', both for
3324 time stamps and for TODO entries.
3325 (org-agenda-collect-markers, org-create-marker-find-array)
3326 (org-check-agenda-marker-table): New functions.
3327 (org-agenda-marker-table): New variable.
3328 (org-export-as-html): Revert the change that killed the html
3329 buffer. Side effects first need to be studied carefully.
3330 (org-get-tags-at): Fix the structure of the condition-case statement.
3331 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3332 (org-timestamp-change): Fix regulear expressions to swallow the
3333 extra character for repeat-shift control.
3334 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3335 (org-get-legal-level): Alias to `org-get-valid-level'.
3336 (org-dblock-write:clocktable): Add a :link parameter, linking
3337 headlines to their location in the Org agenda files.
3338 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3339 throwing an error when getting tags before headlines.
3340 (org-timestamp-change, org-modify-ts-extra)
3341 (org-ts-regexp1): Fix timestamp editing.
3342 (org-agenda-custom-commands-local-options): New constant.
3343 (org-agenda-custom-commands):
3344 Use `org-agenda-custom-commands-local-options' to improve customize
3345 type. "htmlize": Removed hack to fix face problem with htmlize,
3346 it no longer seem necessary.
3347 (org-follow-link-hook): New hook.
3348 (org-agenda-custom-commands): Add "Component" as a tag for each
3349 item in a command serie.
3350 (org-open-at-point): Run `org-follow-link-hook'.
3351 (org-agenda-schedule): Bugfix: don't display marker type when it
3352 is nil.
3353 (org-store-link): org-irc required.
3354 (org-set-regexps-and-options): Parse the new logging options.
3355 (org-extract-log-state-settings): New function.
3356 (org-todo): Handle the new ways of recording state change stuff.
3357 (org-local-logging): New function.
3358 (org-columns-open-link): Fix bug with opening link in column view.
3359 (org-local-logging): New function
3360 (org-todo): Make sure that LOGGING properties are honoured.
3361 (org-todo-keywords): Improve docstring.
3362 (org-startup-options): Cleanup startup options.
3363 (org-set-regexps-and-options): Process the "!" markers.
3364 (org-todo): Respect the new logging stuff.
3365 (org-log-note-how): New variable.
3366 (org-add-log-maybe): New parameter HOW that defines how logging
3367 should be done and also overrides PURPOSE. Add a docstring.
3368 (org-add-log-note): Check if we really need to ask for a note.
3369 (org-get-current-options): Digest the new keyword.
3370 (org-agenda-reset-markers): Rename from
3371 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3372 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3373 function, without force argument.
3374 (org-buffer-property-keys): Bind local variables s and p.
3375 (org-make-tags-matcher): Allow "" to match an empty or
3376 non-existent property value.
3377 (org-export-as-html): Join unsorted lists when they directly
3378 follow each other. Such lists may be created by headlines that
3379 are converted to lists.
3380 (org-nofm-to-completion): New function.
3381 (org-export-as-html): Use :html-extension instead of
3382 org-export-html-extension.
3383 (org-store-link): Support for links from `rmail-summary-mode'.
3384 (org-columns-new, org-complete, org-set-property): Set the
3385 `include-columns' argument in the call to
3386 `org-buffer-property-keys'.
3387 (org-buffer-property-keys): New argument `include-columns', to
3388 include properties expected by any of the COLUMS formats in the
3389 current buffer.
3390 (org-cleaned-string-for-export): Get rid of drawers first, so that
3391 they will be removed also in the text before the first headline.
3392 (org-clock-report): Show the clocktable when found.
3393 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3394 (org-version): With prefix argument, insert `org-version' at point.
3395 (org-agenda-goto): Recenter the window after finding the target
3396 location, to make sure the correct position will be displayed.
3397 (org-agenda-get-deadlines): Don't scale priority with the warning
3398 period.
3399 (org-insert-heading): Don't break line in the middle of the line.
3400 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3401 be 0.
3402 (org-update-checkbox-count): Revamp to deal with hierarchical
3403 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3404 (org-remove-timestamp-with-keyword): New function.
3405 (org-schedule, org-deadline):
3406 Use `org-remove-timestamp-with-keyword' to make sure all such time
3407 stamps are removed.
3408 (org-mode): Support for `align'.
3409 (org-agenda-get-deadlines): Make sure priorities increase as the
3410 due date approaches and is passed.
3411 (org-remember-apply-template): Fix problem with tags that
3412 contain "_" or "@".
3413 (org-make-link-regexps): Improve the regular expression for plain links.
3414 (org-agenda-get-closed): List each clocking entry.
3415 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3416 (org-special-ctrl-k): New option.
3417 (org-kill-line): New function.
3418 (org-archive-all-done): Fix incorrect number of stars in regexp.
3419 (org-refile-get-location): New function.
3420 (org-refile-goto-last-stored): New function.
3421 (org-global-tags-completion-table): Add the value of org-tag-alist
3422 in each buffer, to make sure that also unused tags will be
3423 available for completion.
3424 (org-columns-edit-value)
3425 (org-columns-next-allowed-value): Only update if not in agenda.
3426 (org-clocktable-steps): New function.
3427 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3428 (org-archive-subtree): Add the outline tree context as a property.
3429 (org-closest-date): New optional argument `prefer'.
3430 (org-goto-auto-isearch): New option.
3431 (org-goto-map, org-get-location): Implement auto-isearch.
3432 (org-goto-local-auto-isearch-map): New variable.
3433 (org-goto-local-search-forward-headings)
3434 (org-goto-local-auto-isearch): New functions
3435
3436 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3437
3438 * textmodes/org-irc.el: New file.
3439
3440 2008-03-13 John Wiegley <johnw@gnu.org>
3441
3442 * textmodes/org-mac-message.el: New file.
3443
3444 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * font-lock.el (font-lock-comment-face): Set the foreground for
3447 the light background 8 colors case.
3448
3449 2008-03-13 Glenn Morris <rgm@gnu.org>
3450
3451 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3452 generate-autoload-cookie patterns.
3453
3454 * startup.el (command-line-1): Rename -scriptload to -internal-script.
3455
3456 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3457 (MH_E_SRC): Remove variable.
3458 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3459 Simplify file header. Use $@ for generated-autoload-file.
3460
3461 * Makefile.in (LOADDEFS): New variable.
3462 (AUTOGENEL): Use $LOADDEFS.
3463 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3464 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3465 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3466 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3467 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3468 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3469 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3470 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3471 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3472 Add calendar-specific autoload cookies, and remove any setting of
3473 generated-autoload-file.
3474 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3475 * calendar/diary-lib.el: Replace explicit autoloads with reading of
3476 diary-loaddefs.
3477 * calendar/holidays.el: Replace explicit autoloads with reading of
3478 hol-loaddefs.
3479
3480 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3481 (calendar-buffer-list): Simplify.
3482 (generate-calendar-window): Use calendar-mark-holidays rather than
3483 obsolete alias.
3484
3485 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3486 Use cal-hebrew-yahrzeit-buffer.
3487
3488 * calendar/cal-x.el (calendar-only-one-frame-setup)
3489 (calendar-two-frame-setup): Doc fixes.
3490 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3491
3492 * calendar/appt.el (appt-mode-string): Mark as risky.
3493 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3494
3495 * calendar/cal-html.el (diary-list-entries):
3496 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3497 (calendar-iso-from-absolute): Fix autoloads.
3498
3499 * calendar/cal-iso.el (calendar-absolute-from-iso)
3500 (calendar-iso-read-args): Simplify.
3501 (calendar-iso-date-string, calendar-iso-read-args)
3502 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3503
3504 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3505 (displayed-month, displayed-year): Move declarations where needed.
3506 (calendar-print-astro-day-number): Doc fix.
3507
3508 * calendar/cal-persia.el (persian-calendar-month-name-array)
3509 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3510 (persian-prompt-for-date): Remove local variable `today'.
3511
3512 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3513
3514 * calendar/solar.el (solar-moment, solar-exact-local-noon)
3515 (solar-sunrise-sunset, solar-sunrise-sunset-string)
3516 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3517 (diary-sabbath-candles, solar-equinoxes/solstices)
3518 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3519 (solar-time-equation, solar-date-to-et): Simplify.
3520
3521 * mail/supercite.el: Remove the `function' in `(function (lambda'.
3522 Replace `(car (cdr' with cadr'.
3523
3524 * progmodes/f90.el (f90-font-lock-n): New function.
3525 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3526 Use f90-font-lock-n.
3527 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3528
3529 * progmodes/f90.el (f90-mode-abbrev-table):
3530 * progmodes/fortran.el (fortran-mode-abbrev-table):
3531 Use newer form of define-abbrev, where supported. No need to bind
3532 abbrevs-changed for system abbrevs.
3533
3534 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3537 delete-frame-functions.
3538
3539 * bookmark.el (Info-current-node): Remove.
3540
3541 2008-03-12 Juri Linkov <juri@jurta.org>
3542
3543 * help.el (describe-project): Remove defaliases for view-todo and
3544 describe-project that are now unnecessary after the merge from
3545 emacs--rel--22 that added define-obsolete-function-alias.
3546
3547 * startup.el (inhibit-startup-screen): Revert incomplete
3548 2008-03-10 merge from emacs--rel--22 that partly reverted
3549 2008-02-28 change that added initial message to *scratch* buffer
3550 regardless of the value of `inhibit-startup-screen'.
3551 Now keep this change in the trunk, but not in the 22 branch.
3552
3553 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * international/quail.el (quail-setup-completion-buf, quail-help):
3556 * mail/binhex.el (binhex-decode-region-internal):
3557 * mail/uudecode.el (uudecode-decode-region-internal):
3558 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3559 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3560 setting default-enable-multibyte-characters.
3561
3562 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3563
3564 * comint.el: Fix up indentation and comment style. Remove `function'.
3565
3566 * international/mule-cmds.el (reset-language-environment)
3567 (set-language-environment-nonascii-translation):
3568 Don't set-unibyte-charset.
3569
3570 * doc-view.el: Remove all cb-args, use closures instead.
3571 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3572 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3573 doing an incorrect check). Update all callers to use the new name.
3574 (doc-view-doc->txt): Add missing `txt' argument.
3575
3576 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3577
3578 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3579 md5 sum calculation to single-byte.
3580
3581 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * doc-view.el (doc-view-new-window-function): Add assertion.
3584 (doc-view-doc-type): New var.
3585 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3586 (doc-view-intersection): New fun.
3587 (doc-view-mode): Use it to set the new var.
3588
3589 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3590
3591 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3592 (doc-view-already-converted-p): New functions.
3593 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3594 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3595 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3596 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3597 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3598 (doc-view-convert-current-doc): Don't hardwire the functions the
3599 sentinels call. Now they're provided by two args CALLBACK and
3600 CB-ARGS to the functions.
3601 (doc-view-search): Use doc-view-doc->txt.
3602 (doc-view-initiate-display): Use doc-view-already-converted-p.
3603 Mention new binding C-c C-t if doc-view-mode doesn't work.
3604
3605 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3606
3607 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3608
3609 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3612 Mark " outside of tags as punctuation.
3613
3614 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * menu-bar.el (minibuffer-local-map): Use the same command for the
3617 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3618 Prefer RET over C-j for exit-minibuffer.
3619
3620 * files.el (display-buffer-other-frame): Eliminate problematic code.
3621
3622 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3623 (menu-bar-select-buffer): Remove.
3624 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3625 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3626
3627 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * icomplete.el (icomplete-completions): Remove obsolete code.
3630
3631 * net/net-utils.el (iwconfig-program-options): Doc fix.
3632 (net-utils-run-program, run-network-program): Define as functions.
3633
3634 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3635
3636 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3637
3638 2008-03-11 Glenn Morris <rgm@gnu.org>
3639
3640 * faces.el (mode-line-emphasis): New face.
3641 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3642
3643 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3644
3645 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * simple.el (set-mark-command): Doc fix.
3648
3649 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3652
3653 * emacs-lisp/autoload.el (autoload-find-destination):
3654 Don't force raw-text.
3655
3656 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3657 * calendar/cal-loaddefs.el: Don't version control.
3658
3659 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3660
3661 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3662 entries and add :help to the existing ones.
3663
3664 2008-03-10 Glenn Morris <rgm@gnu.org>
3665
3666 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3667 to where they are needed.
3668
3669 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3670 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3671 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3672 (calendar-version): Doc fixes.
3673 (calendar-absolute-from-gregorian): Use zerop.
3674 (calendar-mode-line-format): Make it a defcustom.
3675
3676 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3677 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3678 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3679 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3680 (mark-included-diary-files, mark-calendar-days-named)
3681 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3682 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3683 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3684 (insert-anniversary-diary-entry, insert-block-diary-entry)
3685 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3686 (diary-font-lock-sexps): Doc fixes.
3687 (diary-remind-message, mark-calendar-month): Use zerop.
3688 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3689 (diary-list-entries): Revert let to let* (previous change).
3690
3691 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3692
3693 2008-03-10 Kim F. Storm <storm@cua.dk>
3694
3695 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3696 function aliases for the old names.
3697
3698 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * iswitchb.el (iswitchb-use-faces): Doc fix.
3701 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3702 Fix typos in docstrings.
3703
3704 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3707 Fix typo.
3708 (verilog-type-font-keywords): Reindent.
3709
3710 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3711
3712 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3713 grouping-keyword regular expression.
3714 (verilog-font-lock-keywords): Allow users to toggle special
3715 highlight of grouping-keywords.
3716 (verilog-highlight-grouping-keywords): The toggle for special
3717 highlighting of grouping keywords.
3718
3719 2008-03-10 Juri Linkov <juri@jurta.org>
3720
3721 * startup.el: Revert 2008-02-28 change that adds initial message
3722 to *scratch* buffer regardless of the value of
3723 `inhibit-startup-screen'.
3724
3725 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3728 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3729 * progmodes/verilog-mode.el (verilog-mode):
3730 * net/socks.el (socks):
3731 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3732
3733 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3736 (doc-view-bookmark-make-record): Use them.
3737 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3738 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3739
3740 * bookmark.el (bookmark-make-record-function): Change expected return
3741 value to include a suggested bookmark name.
3742 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3743 Fix reversed `overwrite' semantics.
3744 (bookmark-set): Call bookmark-make-record before prompting the user.
3745 Then pass the result to bookmark-store later on.
3746 (bookmark-make-name-function): Remove.
3747 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3748 * info.el (bookmark-make-name-function): Remove.
3749 (Info-mode): Don't set it.
3750 (Info-bookmark-make-name): Remove.
3751 (Info-bookmark-make-record): Use Info-current-node as suggested default
3752 bookmark name.
3753
3754 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3755 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3756 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3757 (bookmark-annotation-buffer, bookmark-annotation-file)
3758 (bookmark-annotation-point, bookmark-send-annotation)
3759 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3760 (bookmark-edit-annotation-text-func): Rename from
3761 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3762 (bookmark-edit-annotation-mode-map): Move initialization into
3763 declaration.
3764
3765 * bookmark.el: Remove spurious * in docstrings.
3766 (bookmark-minibuffer-read-name-map): New var.
3767 (bookmark-set): Use it. Also pass the default value as it should.
3768 (bookmark-send-edited-annotation): Take no chances with text properties.
3769 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3770 (bookmark-insert-buffer-name): Remove.
3771 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3772
3773 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3774
3775 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3776
3777 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * diff-mode.el (diff-mode-menu): Add :help.
3780
3781 2008-03-09 Glenn Morris <rgm@gnu.org>
3782
3783 * calendar/calendar.el (general-holidays, oriental-holidays)
3784 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3785 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3786 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3787 (calendar-holidays): Restore autoload cookies, because people are
3788 used to using these variables without loading calendar.el.
3789
3790 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3791 (date, number): Declare where needed.
3792
3793 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3794 (list-sexp-diary-entries): Doc fixes.
3795 (diary-list-entries): Doc fix. Remove free variable `entry'.
3796 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3797 Simplify setting of `date-holiday-list'.
3798 (mark-diary-entries): Remove free variable `entry'.
3799 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3800 Use let where let* is not needed.
3801
3802 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3805 make-record function, instead paste it in afterwards.
3806 (bookmark-make-record-for-text-file):
3807 * doc-view.el (doc-view-bookmark-make-record):
3808 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3809
3810 2008-03-08 Glenn Morris <rgm@gnu.org>
3811
3812 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3813
3814 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * calendar/diary-lib.el (diary-list-entries)
3817 (include-other-diary-files, mark-diary-entries)
3818 (mark-sexp-diary-entries, mark-included-diary-files)
3819 (diary-entry-time, list-sexp-diary-entries): Remove the special
3820 handling of ^M that dates back to the use of selective-display.
3821 (simple-diary-display): Obey setting of pop-up-frames.
3822 (body, entry): Remove unnecessary declarations.
3823
3824 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3825 (bookmark-get-annotation, bookmark-set-annotation)
3826 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3827 (bookmark-set-position, bookmark-get-front-context-string)
3828 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3829 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3830 * info.el (Info-bookmark-make-record): Don't bother recording point.
3831 (bookmark-get-filename, bookmark-get-front-context-string)
3832 (bookmark-get-rear-context-string, bookmark-get-position):
3833 Don't declare any more.
3834 (bookmark-get-info-node): Remove.
3835 (bookmark-prop-get): Declare.
3836 (Info-bookmark-jump): Use it.
3837
3838 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3839
3840 * subr.el (while-no-input): Don't splice BODY directly into the
3841 `or' form.
3842
3843 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3844
3845 * diff-mode.el (diff-ignore-whitespace-hunk):
3846 Bind inhibit-read-only before trying to change the buffer.
3847
3848 2008-03-08 Glenn Morris <rgm@gnu.org>
3849
3850 * calendar/appt.el (appt): Move custom group here from calendar.el.
3851 (appt-disp-window, appt-convert-time): Doc fixes.
3852
3853 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3854 (calendar-bahai-mark-date-pattern):
3855 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3856 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3857 * calendar/cal-julian.el (calendar-absolute-from-julian):
3858 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3859
3860 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3861 calendar.el.
3862 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3863 Make constants.
3864 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3865 (chinese-calendar-daylight-savings-starts)
3866 (chinese-calendar-daylight-savings-ends)
3867 (chinese-calendar-daylight-savings-starts-time)
3868 (chinese-calendar-daylight-savings-ends-time)
3869 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3870 Doc fixes.
3871
3872 * calendar/cal-coptic.el (coptic-name): Add doc string.
3873
3874 * calendar/cal-french.el (french-calendar-month-name-array)
3875 (french-calendar-day-name-array, french-calendar-special-days-array):
3876 Add doc strings.
3877
3878 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3879 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3880 (diary-bahai-insert-yearly-entry):
3881 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3882 (calendar-time-zone):
3883 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3884 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3885 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3886 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3887 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3888 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3889 (list-islamic-diary-entries, mark-islamic-diary-entries)
3890 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3891 (insert-yearly-islamic-diary-entry):
3892 * calendar/cal-iso.el (calendar-iso-read-args):
3893 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3894 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3895 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3896 (calendar-next-calendar-round-date)
3897 (calendar-mayan-long-count-common-era):
3898 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3899 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3900 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3901 (calendar-mouse-goto-date):
3902 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3903 * calendar/holidays.el (holidays):
3904 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3905 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3906 (safe-date-to-time): Doc fixes.
3907
3908 * calendar/cal-persia.el (persian-calendar-month-name-array)
3909 (persian-calendar-epoch): Make constants.
3910
3911 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3912 calendar.el.
3913
3914 * calendar/cal-x.el (diary-frame-parameters)
3915 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3916 (calendar-after-frame-setup-hooks): Make defcustoms.
3917 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3918 (calendar-two-frame-setup): Doc fix.
3919
3920 * calendar/cal-loaddefs.el: New file.
3921
3922 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3923 * calendar/cal-french.el, calendar/cal-html.el:
3924 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3925 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3926 * calendar/cal-tex.el, calendar/cal-x.el:
3927 Unquote lambda functions. Add autoload cookies to functions formerly
3928 autoloaded in calendar.el. Set `generated-autoload-file' to
3929 "cal-loaddefs.el".
3930
3931 * calendar/calendar.el: Move many autoloads to separate file,
3932 cal-loaddefs.el. Move defcustoms to start and re-order.
3933 (calendar-month-name-array, calendar-starred-day): No need to
3934 declare for compiler.
3935 (cal-loaddefs): Require it.
3936 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3937 appropriate file.
3938 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3939 Reverse logic.
3940 (diary-face, diary-file-name-prefix-function, diary-include-string)
3941 (diary-glob-file-regexp-prefix, diary-face-attrs)
3942 (diary-file-name-prefix, sexp-diary-entry-symbol)
3943 (print-diary-entries-hook, list-diary-entries-hook)
3944 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3945 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3946 Move to diary-lib.
3947 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3948 (all-bahai-calendar-holidays): Doc fix.
3949 (calendar-insert-indented): Doc fix. Use when rather than if.
3950 (exit-calendar): Use mapc rather than mapcar.
3951 (calendar-cursor-to-date): Use zerop.
3952 (calendar-mark-ring): Add doc-string.
3953 (calendar-starred-day): Defvar it.
3954 (calendar-mode): Make calendar-starred-day local.
3955 (calendar-star-date): No need to make calendar-starred-day local.
3956
3957 * calendar/diary-lib.el: Move defcustoms to start.
3958 (diary-include-string, diary-list-include-blanks)
3959 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3960 (diary-file-name-prefix, diary-file-name-prefix-function)
3961 (sexp-diary-entry-symbol, list-diary-entries-hook)
3962 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3963 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3964 Move here from calendar.el.
3965 (diary-file-name-prefix-function): Use 'identity.
3966 (diary-face): Make it a defcustom, and mark as obsolete.
3967 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3968 (calendar-hebrew-month-name-array-leap-year)
3969 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3970 Define for compiler.
3971 (diary-font-lock-keywords): Use format rather than concat.
3972 Add bahai-diary-entry-symbol.
3973
3974 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3975 * calendar/solar.el: Unquote lambda functions.
3976
3977 * calendar/solar.el (calendar-location-name, calendar-latitude)
3978 (calendar-longitude, solar-setup, solar-sin-degrees)
3979 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3980 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3981 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3982 (solar-exact-local-noon, solar-julian-ut-centuries)
3983 (solar-ephemeris-time, solar-date-next-longitude)
3984 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3985 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3986 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3987 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3988 Doc fixes.
3989 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3990 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3991 (solar-ecliptic-coordinates): Use unless.
3992 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3993 Use or.
3994
3995 * calendar/timeclock.el: Add doc-strings to all functions.
3996 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3997 (timeclock-entry-list-length, timeclock-entry-list-projects)
3998 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3999
4000 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4001
4002 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4003 (org-get-entries-from-diary): Require diary-lib.
4004
4005 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4006
4007 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4008 Pacify byte-compiler.
4009
4010 2008-03-07 Alan Mackenzie <acm@muc.de>
4011
4012 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4013 paren/bracket pairs parsed, to solve performance problem.
4014
4015 2008-03-07 Bastien Guerry <bzg@altern.org>
4016
4017 * bookmark.el (bookmark-set): Don't check for
4018 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4019 already takes care of this.
4020 (bookmark-buffer-name, bookmark-buffer-file-name):
4021 Remove Info-mode specific code.
4022
4023 * info.el (bookmark-get-info-node): Define this function in
4024 info.el, not in bookmark.el.
4025 (Info-mode): Set `bookmark-make-name-function' to
4026 `Info-bookmark-make-name' locally.
4027 (Info-bookmark-make-name): New function.
4028
4029 * bookmark.el (bookmark-make-name-function): New variable.
4030
4031 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4032
4033 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4034 buffer-local, not `bookmark-make-cell-function' (the old name).
4035
4036 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4037
4038 * doc-view.el (doc-view-bookmark-make-record):
4039 * image-mode.el (image-bookmark-make-record):
4040 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4041
4042 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4043
4044 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4045 boundp 'vc-ignore-menu-filter.
4046 (vc-status-tool-bar-map): Make it defvar.
4047 (vc-status-mode): vc-status-tool-bar-map now variable.
4048 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4049
4050 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4051
4052 Give a better name to part of the bookmark interface.
4053
4054 This was originally a much larger change, but halfway through I
4055 updated and discovered that Stefan Monnier had done the rest.
4056 It looks like he anticipated the new name too, because he used
4057 `the-record' instead of `the-cell' for some internal variable names.
4058
4059 * bookmark.el (bookmark-make-record-function): Was
4060 `bookmark-make-cell-function'.
4061 (bookmark-make, bookmark-send-annotation): Update for above.
4062 (bookmark-make-record-for-text-file):
4063 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4064
4065 * info.el: Adjust accordingly.
4066 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4067
4068 * image-mode.el: Adjust accordingly.
4069 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4070
4071 * doc-view.el: Adjust accordingly.
4072 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4073
4074 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4077 Move initialization into declaration.
4078 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4079 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4080 (bookmark-info-current-node): Remove.
4081 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4082 Add relocation fallback. Set bookmark-current-bookmark.
4083 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4084 Remove relocation fallback. Don't set bookmark-current-bookmark.
4085 (bookmark-set): Let it be used even if there's no buffer-file-name
4086 as long as there is a bookmark-make-cell-function.
4087 * info.el (Info-bookmark-jump): Remove relocation fallback.
4088 Don't set bookmark-current-bookmark.
4089
4090 2008-03-07 Glenn Morris <rgm@gnu.org>
4091
4092 * calendar/appt.el (appt-issue-message)
4093 (appt-message-warning-time, appt-audible, appt-visible)
4094 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4095 (appt-display-diary): Remove autoload cookies.
4096
4097 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4098 Remove leading `*' from defcustom doc-strings.
4099
4100 * calendar/cal-dst.el (calendar-dst): New custom group.
4101 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4102 (calendar-time-zone, calendar-daylight-time-offset)
4103 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4104 (calendar-daylight-savings-starts-time)
4105 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4106 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4107 Move to start.
4108
4109 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4110
4111 * calendar/calendar.el (calendar-version): Use emacs-version and
4112 make it obsolete. Move to end.
4113 (calendar-offset, view-diary-entries-initially)
4114 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4115 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4116 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4117 (all-bahai-calendar-holidays, calendar-load-hook)
4118 (initial-calendar-window-hook, today-visible-calendar-hook)
4119 (today-invisible-calendar-hook, calendar-move-hook)
4120 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4121 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4122 (diary-include-string, sexp-diary-entry-symbol)
4123 (abbreviated-calendar-year, american-date-diary-pattern)
4124 (european-date-diary-pattern, european-calendar-display-form)
4125 (american-calendar-display-form, print-diary-entries-hook)
4126 (list-diary-entries-hook, diary-hook, diary-display-hook)
4127 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4128 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4129 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4130 (local-holidays, other-holidays, hebrew-holidays-1)
4131 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4132 (hebrew-holidays, christian-holidays, islamic-holidays)
4133 (bahai-holidays, solar-holidays, calendar-setup)
4134 (calendar-week-start-day): Remove autoload cookies.
4135 (diary-glob-file-regexp-prefix): Doc fix.
4136 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4137 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4138 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4139
4140 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4141 (calendar-time-display-form, calendar-latitude)
4142 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4143 cookies.
4144 (calendar-latitude, calendar-longitude): Move functions after
4145 variables.
4146 (diary-sabbath-candles-minutes): Move to start.
4147 (solar-setup): Use or rather than if.
4148 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4149 Remove condition-case.
4150 (solar-atn2): Use zerop.
4151 (solar-equinoxes-solstices): Doc fix.
4152
4153 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4154 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4155
4156 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4157 (calendar-longitude, calendar-latitude, calendar-location-name):
4158 Declare for compiler.
4159
4160 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * arc-mode.el (archive-ar-file-header-re): New const.
4163 (archive-ar-summarize, archive-ar-extract): New funs.
4164 (archive-find-type): Recognize ar archives.
4165
4166 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4167 New functions.
4168
4169 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4170
4171 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4172
4173 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4174 Replace :enable (mark-active) with :enable mark-active.
4175
4176 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * vms-patch.el (make-legal-file-name): New obsolete alias.
4179 (make-valid-file-name): Rename from `make-legal-file-name'.
4180 (make-auto-save-file-name): Use it.
4181
4182 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4183 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4184 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4185
4186 * textmodes/org.el (org-export-html-style): Doc fix.
4187 (org-get-legal-level): New obsolete alias.
4188 (org-get-valid-level): Rename from `org-get-legal-level'.
4189 (org-promote, org-demote, org-archive-subtree)
4190 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4191
4192 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4193
4194 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4195
4196 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4197 (vc-status-toggle-mark): New functions.
4198 (vc-status-mode): Set tool bar map.
4199
4200 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4203 Reported by Drew Adams <drew.adams@oracle.com>.
4204
4205 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4206
4207 * subr.el (read-quoted-char): Resolve modifers of the character
4208 event.
4209
4210 * comint.el (comint-exec-1): Don't change the coding-system for
4211 decoding to dos-like EOL.
4212 (comint-carriage-motion): Fully rewrite.
4213
4214 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4215
4216 * epg.el (epg-context-include-certs): Reflow docstring.
4217 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4218 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4219 (epg-context-set-signers, epg-context-set-sig-notations)
4220 (epg-make-import-status, epg-make-import-result)
4221 (epg-start-delete-keys): Fix typos in docstrings.
4222 (epg-start-sign-keys, epg-sign-keys):
4223 Fix typos in obsolescence declarations.
4224
4225 * iswitchb.el: Don't check for `cadr' and `last'.
4226 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4227 Add obsolescence declaration and remove redundant info from docstring.
4228 (iswitchb-set-common-completion, iswitchb-set-matches)
4229 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4230 (recentf-list, most-len, most-is-exact):
4231 Don't wrap defvars within `eval-when-compile'.
4232
4233 2008-03-05 Glenn Morris <rgm@gnu.org>
4234
4235 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4236 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4237 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4238 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4239 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4240
4241 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4242 declaration for compiler.
4243 (ediff-xemacs-init-menus): Use when rather than if.
4244
4245 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4246 if+and to just and.
4247 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4248 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4249
4250 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4251
4252 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4253 test inside XEmacs test.
4254 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4255 since it was doing nothing on Emacs.
4256 (ediff-make-bullet-proof-overlay): Use when rather than if.
4257
4258 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4259 (ediff-setup-control-frame): Remove
4260 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4261 a (featurep 'xemacs) test.
4262
4263 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4264
4265 * calc/calc-ext.el (calc-extended-command-history): New variable.
4266 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4267
4268 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4269
4270 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4271 (standard-mode-line-position): Add mouse-face.
4272
4273 * progmodes/compile.el (compilation-menu-map):
4274 (compilation-mode-map):
4275 * progmodes/grep.el (grep-mode-map): Add :help.
4276
4277 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4278 initialize in one step. Add :help. Use :enable to activate menu
4279 items. Show the key binding for edebug-defun.
4280 (lisp-interaction-mode-map): Add a menu.
4281
4282 * term.el (term-mode-map): Define and initialize in one step.
4283
4284 * ediff-init.el (ediff-color-display-p): Simplify.
4285 (Xor): Remove unused function.
4286 (ediff-with-syntax-table): Simplify for Emacs.
4287
4288 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4289 menu-bar being loaded, it always is.
4290
4291 2008-03-05 Glenn Morris <rgm@gnu.org>
4292
4293 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4294 multiple definitions when compiling.
4295
4296 2008-03-04 Alan Mackenzie <acm@muc.de>
4297
4298 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4299
4300 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4301 doc-string, "c-old-LEN" -> "c-old-END".
4302
4303 2008-03-04 Jason Rumney <jasonr@gnu.org>
4304
4305 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4306 namespaces.
4307
4308 2008-03-04 Glenn Morris <rgm@gnu.org>
4309
4310 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4311
4312 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4313 than mapcar.
4314
4315 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4318 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4319
4320 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4321 so that M-q can fill comments.
4322 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4323 commands implemented in elisp.
4324 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4325 (tex-format-cmd): New function.
4326 (tex-compile): Use it to let the user specify default arguments.
4327 (tex-cmd-bibtex-args): New var.
4328 (tex-cmd-doc-view): New function.
4329
4330 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * faces.el (face-spec-set): Fix typos in docstring.
4333
4334 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4335
4336 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4337 (standard-mode-line-position): Use it to add a menu for toggling
4338 column number and line number display.
4339
4340 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4343 Remove optimization that was working around the form-code-walker bug.
4344
4345 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4346 Walk into the body of lambdas after byte-compile-unfold-lambda.
4347
4348 2008-03-03 Glenn Morris <rgm@gnu.org>
4349
4350 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4351 value, if set, over frame value.
4352
4353 * simple.el (transient-mark-mode): Don't turn on by default.
4354
4355 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4356 accidentally removed by the 2007-12-05 merge from Gnus.
4357
4358 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * progmodes/compile.el (compilation-menu-map): Add menu entries
4361 for useful options.
4362
4363 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4364 Glenn Morris <rgm@gnu.org>
4365
4366 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4367 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4368 Give a `bytecomp-' prefix to local variables with common names.
4369
4370 2008-03-01 Glenn Morris <rgm@gnu.org>
4371
4372 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4373 code commented out 2007-11-10.
4374
4375 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4376
4377 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4378 Delete macro.
4379 * emulation/viper-cmd.el, emulation/viper-ex.el:
4380 * emulation/viper-init.el, emulation/viper-keym.el:
4381 * emulation/viper-mous.el, emulation/viper-util.el:
4382 * emulation/viper.el:
4383 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4384 featurep test.
4385
4386 Replace obselete frame-local variables with frame-parameters.
4387 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4388 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4389 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4390 on XEmacs.
4391 * emulation/viper-util.el (viper-frame-value): New macro.
4392 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4393 (viper-R-state-post-command-sentinel)
4394 (viper-replace-state-post-command-sentinel)
4395 (viper-change-state-to-insert, viper-change-state-to-emacs):
4396 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4397 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4398 (viper-get-saved-cursor-color-in-insert-mode)
4399 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4400 Use viper-frame-value for viper-replace-overlay-cursor-color,
4401 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4402 viper-vi-state-cursor-color values.
4403
4404 * emulation/viper-cmd.el (zmacs-region-stays):
4405 * emulation/viper-util.el (zmacs-region-stays): No need to define
4406 for compiler.
4407
4408 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4409 mapcar on Emacs.
4410
4411 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4412 on XEmacs.
4413
4414 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4415 rather than if.
4416
4417 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4418
4419 * whitespace.el: New version 9.3. As the glyph code generation was
4420 fixed, it is possible now to use character code above ?\x1FFFF in the
4421 display table. Fix `whitespace-indentation-regexp' to not include an
4422 extra ending character. Reported by Michael Welsh Duggan
4423 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4424 the original whitespace package had. Suggested by Eric Cooper
4425 <ecc@cmu.edu>. Doc fix.
4426 (whitespace-action): New option.
4427 (whitespace-display-mappings): Changed default newline visualization to
4428 display downwards arrow, as the glyph code generation was fixed.
4429 (whitespace-unload-function): Assure that all local whitespace mode is
4430 turned off.
4431 (whitespace-global-modes): Fix type customization.
4432 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4433 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4434 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4435 Fix code.
4436 (whitespace-buffer): Command removed.
4437 (whitespace-trailing-regexp, whitespace-mark-x)
4438 (whitespace-display-window, whitespace-action-when-on)
4439 (whitespace-add-local-hook, whitespace-remove-local-hook)
4440 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4441 (whitespace-action): New funs.
4442 (whitespace-report-list, whitespace-report-text)
4443 (whitespace-report-buffer-name): New consts.
4444 (whitespace-report, whitespace-report-region): New commands.
4445
4446 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * disp-table.el (make-glyph-code): Don't test the result of
4449 `face-id', which already signals an error for invalid faces.
4450 (glyph-face): Simplify.
4451
4452 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4453 running `desktop-not-loaded-hook' to allow modifying it.
4454 Don't show warning message if `desktop-dirname' was modified.
4455
4456 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4459 we still expect more lines.
4460
4461 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4462 comment-paragraph filling if the commark doesn't match
4463 comment-start-skip.
4464
4465 2008-03-01 Daiki Ueno <ueno@unixuser.org>
4466
4467 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4468 the `imap' variant.
4469
4470 2008-03-01 Jason Rumney <jasonr@gnu.org>
4471
4472 * files.el (make-auto-save-file-name): Encode more characters in
4473 non-file buffer names. Use url-encoding.
4474
4475 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4476
4477 * net/net-utils.el (ftp-program): Fix typo in docstring.
4478 (ifconfig-program-options, netstat-program-options)
4479 (arp-program-options, route-program-options, nslookup-program-options)
4480 (ftp-program-options, smbclient-program-options)
4481 (dns-lookup-program-options, arp, route): Doc fixes.
4482
4483 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4484 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4485 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4486 Fix typos in docstrings.
4487 (gdb-pending-triggers): Reflow docstring.
4488 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4489
4490 2008-03-01 Alan Mackenzie <acm@muc.de>
4491
4492 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4493 typing "#" at EOB.
4494
4495 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4496
4497 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4498
4499 2008-02-29 Kim F. Storm <storm@cua.dk>
4500
4501 * emulation/cua-base.el (cua-remap-control-v)
4502 (cua-remap-control-z): New defcustoms.
4503 (cua-mode): Add them to set-after property.
4504 (cua--init-keymaps): Use them.
4505 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4506
4507 * help.el (view-emacs-todo): Rename from view-todo.
4508 (describe-gnu-project): Rename from describe-project. Users changed.
4509 (view-help-file): New helper function.
4510 (describe-distribution, describe-copying, describe-gnu-project)
4511 (view-todo, view-order-manuals, view-emacs-problems): Use it.
4512 (view-emacs-debugging, view-external-packages): New commands.
4513 (help-map): Move describe-distribution to C-h C-o (ordering).
4514 Move view-emacs-problems to C-h C-p (problems).
4515 Bind view-emacs-debugging to C-h C-d (debugging).
4516 Bind view-external-packages to C-h C-e (extras).
4517 (help-for-help-internal): Cleanup and align descriptions.
4518 Remove command names to reduce clutter.
4519
4520 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4521
4522 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4523 and quieter face (not a warning).
4524
4525 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
4526
4527 * vc.el (vc-status-crt-marked): New variable.
4528 (vc-status-mode): Make it local.
4529 (vc-status-refresh): Use it to save the marked files.
4530 (vc-update-vc-status-buffer): Use it to restore the marked files.
4531
4532 * vc-svn.el (vc-svn-after-dir-status):
4533 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4534
4535 2008-02-29 Glenn Morris <rgm@gnu.org>
4536
4537 * allout.el (allout-topic-encryption-bullet)
4538 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4539 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4540 from 22.0 to 22.1.
4541
4542 * net/imap.el (imap-ping-server):
4543 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4544 Change defcustom :version from 23.0 to 23.1.
4545
4546 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4547
4548 * desktop.el (desktop-save): Save the buffer name if the
4549 uniquified base name is empty.
4550
4551 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4552
4553 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4554 correctly when user has "set print address off".
4555
4556 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4559 version number of the next major Emacs release, not 23.0.
4560
4561 * longlines.el (longlines-unload-function): New function.
4562
4563 2008-02-28 Juri Linkov <juri@jurta.org>
4564
4565 * startup.el (normal-splash-screen): Add argument `concise'.
4566 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4567 to the created buffer. If `concise' is non-nil, call
4568 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4569 (display-startup-screen): Add argument `concise' to the call to
4570 `normal-splash-screen'.
4571
4572 2008-02-28 Kim F. Storm <storm@cua.dk>
4573
4574 * startup.el (startup-echo-area-message): Check for about-emacs.
4575
4576 2008-02-28 Juri Linkov <juri@jurta.org>
4577
4578 * startup.el: Always add initial message to *scratch* buffer if
4579 `initial-scratch-message' is non-nil regardless of the value of
4580 `inhibit-startup-screen'.
4581 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4582 (command-line-1): Move code that inserts `initial-scratch-message'
4583 up before the if-form that checks for `inhibit-startup-screen'.
4584 Suggested by Jonathan Rockway <jon@jrock.us>.
4585
4586 2008-02-28 Juri Linkov <juri@jurta.org>
4587
4588 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4589 Rename `custom-mode' to `Custom-mode' in docstrings.
4590 (custom-buffer-create-internal, customize-browse):
4591 Rename `custom-mode' to `Custom-mode'.
4592 (custom-mode-hook): Rename to `Custom-mode-hook'.
4593 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4594 (custom-mode): Rename to `Custom-mode'.
4595 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4596 (custom-mode): Add backward-compatible non-interactive variant of
4597 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4598 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4599
4600 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4601
4602 * emulation/viper.el (viper-emacs-state-mode-list):
4603 Rename `custom-mode' to `Custom-mode'.
4604
4605 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4606 Capitalize "Tagged Files".
4607 (minibuffer-local-map): Add menu items for next/previous
4608 history elements and isearch history forward/backward.
4609
4610 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4611 `hs-isearch-open' with t instead of `comment' in :selected
4612 for "Code and Comment blocks" menu item.
4613
4614 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4617 Should be done in desktop.el instead.
4618
4619 2008-02-28 Glenn Morris <rgm@gnu.org>
4620
4621 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4622
4623 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4624
4625 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4626 (Info-menu, Info-goto-node): Remove declarations.
4627 (report-emacs-bug-info): Use info rather than Info-goto-node.
4628
4629 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4630 (idlwave-convert-xml-system-routine-info): Don't require xml.
4631 (idlwave-show-commentary, idlwave-shell-show-commentary):
4632 Don't require finder.
4633 (idlwave-info): Don't require info. Use info rather than
4634 Info-goto-node.
4635
4636 * textmodes/org.el (Info-goto-node): Remove declaration.
4637 (org-info): Use info rather than Info-goto-node.
4638
4639 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4640 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4641
4642 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4643
4644 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4645 the menu.
4646
4647 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4648 (vc-finish-logentry): Check for vc-status-mode, not only for
4649 vc-dired-mode.
4650
4651 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4652
4653 * isearch.el (isearch-printing-char): Don't check
4654 keyboard-coding-system.
4655 Call isearch-process-search-multibyte-characters only when
4656 current-input-method is non-nil.
4657
4658 2008-02-27 Kim F. Storm <storm@cua.dk>
4659
4660 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4661 (glyph-char, glyph-face): Handle cons encoding.
4662
4663 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4666 empty string, return nil to allow the caller to default to the
4667 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4668
4669 * tool-bar.el (tool-bar-setup): Doc fix.
4670
4671 * mail/supercite.el (sc-describe):
4672 Fix typos in obsolescence declaration.
4673
4674 2008-02-27 Glenn Morris <rgm@gnu.org>
4675
4676 * autoinsert.el (auto-insert-alist): Change permission text to
4677 match FSF's GPLv3 form.
4678
4679 * mail/supercite.el (sc-cite-original): Doc fix.
4680 (sc-version): Make obsolete.
4681 (sc-describe): Show the SC info page. Make obsolete.
4682
4683 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4686 when using transient-mark-mode.
4687 (default-indicate-unused-lines): Remove unused var.
4688
4689 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4690
4691 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4692 and previous.
4693
4694 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4695
4696 2008-02-26 Glenn Morris <rgm@gnu.org>
4697
4698 * net/net-utils.el (top-level): Don't require comint when compiling.
4699 (nslookup-font-lock-keywords): Don't require font-lock.
4700 Use font-lock faces rather than variables.
4701 (nslookup, ftp, smbclient, network-service-connection):
4702 Don't require comint.
4703 (comint-prompt-regexp, comint-input-autoexpand)
4704 (comint-input-ring): Declare for compiler.
4705 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4706 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4707
4708 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4709 doc-string.
4710
4711 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * doc-view.el (doc-view-current-page): Add a `win' argument.
4714
4715 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4718 Demote it to plain defvar.
4719 (doc-view-conversion-refresh-interval): Reduce interval.
4720 (doc-view-goto-page): Allow moving to pages not yet rendered.
4721 (doc-view-goto-page): Construct a file name rather than extracting it
4722 from doc-view-current-files.
4723 (doc-view-kill-proc): Ignore errors from kill-process.
4724 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4725 (doc-view-insert-image): Use appropriate text if the page hasn't been
4726 rendered yet. Adjust scrolling so the text is displayed.
4727 (doc-view-display): Detect not just that a page is available, but also
4728 that it wasn't available before, so as to avoid refreshing all pages
4729 repeatedly.
4730 (doc-view-mode): Make doc-view-cache-directory if needed.
4731
4732 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4733
4734 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4735 toggle-read-only.
4736
4737 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4738 refering to a missing required field with the OPT prefix.
4739 Make unwindform more robust.
4740
4741 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4742 it duplicates the bibtex support in progmodes/hideshow.el.
4743 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4744 entries that do not start at the beginning of a line.
4745
4746 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4749
4750 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4751
4752 * help-fns.el (describe-variable): Add phrases about
4753 initialization file with and without customization;
4754 use new button type help-info-variable.
4755
4756 * help-mode.el (help-info-variable):
4757 New button able to read Info files for help-fns.el.
4758
4759 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4760
4761 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4762 (grep-mode): Use grep-mode-tool-bar-map.
4763
4764 * progmodes/compile.el (tool-bar): Require tool-bar.
4765 (compilation-mode-tool-bar-map): New variable.
4766 (compilation-mode): Use compilation-mode-tool-bar-map.
4767
4768 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4769
4770 2008-02-25 Glenn Morris <rgm@gnu.org>
4771
4772 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4773
4774 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * diff-mode.el (diff-file-junk-re): New const.
4777 (diff-beginning-of-file-and-junk): Use it.
4778 (diff-file-kill): Make sure we were really inside a file diff.
4779
4780 * diff-mode.el: Make it more robust in the presence of empty context
4781 lines in unified hunks.
4782 (diff-valid-unified-empty-line): New var.
4783 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4784 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4785 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4786 (diff-hunk-header-re-unified): New const.
4787 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4788 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4789 (diff-sanity-check-hunk): Use it.
4790
4791 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4792 Index: line, don't search backward for the previous one.
4793
4794 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4795
4796 * international/fontset.el (setup-default-fontset): Add non-OTF
4797 lao font for lao script.
4798
4799 * language/tibetan.el: Register tibetan-composition-function in
4800 composition-function-table.
4801
4802 * language/tibet-util.el (tibetan-composition-function):
4803 Adjust for the new calling way (argument changed). Try font-shape-text
4804 if possible.
4805
4806 * language/lao.el: Register lao-composition-function in
4807 composition-function-table.
4808
4809 * language/lao-util.el (lao-composition-function): Adjust for the new
4810 calling way (argument changed). Try font-shape-text if possible.
4811
4812 2008-02-25 Jason Rumney <jasonr@gnu.org>
4813
4814 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4815
4816 2008-02-25 Juri Linkov <juri@jurta.org>
4817
4818 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4819 background, "red4" for a dark background, "red" for 16 and
4820 8 colors, "grey" for grayscale, and inverse video otherwise.
4821 Add :version tag.
4822 (isearch-message): Keep the original isearch-message intact, and
4823 add text properties to it where necessary. Add `isearch-error' to
4824 the condition that checks if isearch is unsuccessful.
4825
4826 2008-02-24 Juri Linkov <juri@jurta.org>
4827
4828 * progmodes/compile.el (compilation-handle-exit):
4829 Use compilation-error face instead of font-lock-warning-face.
4830 Display the same message in the minibuffer as is inserted
4831 at the end of the compilation buffer.
4832
4833 2008-02-24 Glenn Morris <rgm@gnu.org>
4834
4835 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4836 multiple file case.
4837
4838 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4839
4840 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4841 multiple file case. Use a single `let' rather than two.
4842
4843 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4844
4845 * progmodes/compile.el (compilation-start): Specify a face for
4846 mode-line-process.
4847 (compilation-handle-exit): Specify a face and a tooltip for
4848 mode-line-process.
4849
4850 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4853 (hilit-chg-make-ov): Simplify.
4854 (hilit-chg-fixup): Use remove-overlays.
4855 (hilit-chg-set-face-on-change): Remove redundant call to
4856 `remove-text-properties'.
4857
4858 * dired.el (dired-mark-prompt): Don't count/display the t element.
4859 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4860
4861 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4864 add-submenu.
4865 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4866 Remove. Move contents to the only use ...
4867 (verilog-menu): ... here.
4868 (verilog-statement-menu): Remove. Move contents to the only use ...
4869 (verilog-stmt-menu): ... here.
4870 (verilog-mark-defun): Simply call mark-defun for emacs.
4871 (occur-pos-list): Declare for byte compiler.
4872 (mode-popup-menu): Don't defvar.
4873 (verilog-add-statement-menu): Remove.
4874 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4875 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4876
4877 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4878
4879 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4880 conditional.
4881 (verilog-font-grouping-keywords-face): Make the begin..end
4882 keywords standout more than other verilog keywords.
4883 (verilog-type-font-keywords): Move the begin..end out of this list
4884 to facilitate making them to (potentially) stand out more.
4885 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4886 function & task blocks.
4887 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4888 initial, function & task blocks.
4889 (verilog-forward-sexp): Handle the new "disable fork" statement of
4890 IEEE-1800 Verilog.
4891 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4892 statement of IEEE-1800 Verilog.
4893 (verilog-calc-1): Handle the new "disable fork" statement of
4894 IEEE-1800 Verilog.
4895 (verilog-disable-fork-re): Add const to help handle the new
4896 "disable fork" statement of IEEE-1800 Verilog.
4897 (verilog-declaration-core-re): Add port directions by themselves,
4898 with no qualification, as base item of a declaration.
4899 (verilog-pretty-declarations): Add new flag to ask it to refrain
4900 from printing to the message buffer.
4901 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4902 printing to the message buffer. Improve handling of the many
4903 types of expression line up.
4904 (verilog-just-one-space): Remove printing of an empty message.
4905 (verilog-get-lineup-indent): Rework to support the better handling
4906 of expression lineup for verilog-pretty-expr.
4907 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4908
4909 2008-02-24 Alan Mackenzie <acm@muc.de>
4910
4911 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4912 yesterday's commit.
4913
4914 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4917 to mouse-set-point in buffers that aren't associated with files.
4918
4919 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4920
4921 2008-02-24 Alan Mackenzie <acm@muc.de>
4922
4923 Set of changes so that "obtrusive" syntactic elements in a
4924 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4925 unmatched paren) don't interact syntactically with stuff outside
4926 the CPP line.
4927
4928 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4929 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4930 off-by-one bug.
4931 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4932 a bit of refactoring.
4933 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4934 functionality of c-awk-advise-fl-for-awk-region, which has been
4935 refactored away.
4936
4937 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4938 (c-clear-char-property-with-value): New function and macro which
4939 remove text-properties `equal' to a supplied value.
4940
4941 * progmodes/cc-engine.el: Comment about text properties amended.
4942
4943 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4944 parens around "error\\|warning".
4945
4946 * progmodes/cc-langs.el (c-get-state-before-change-function)
4947 (c-before-font-lock-function, c-anchored-cpp-prefix):
4948 New language variables.
4949 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4950
4951 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4952 syntax-table text properties.
4953 (c-common-init): Call language specific before/after-change
4954 functions at mode initialisation.
4955 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4956 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4957 (c-neutralize-syntax-in-CPP): New functions.
4958 (c-before-change, c-after-change): Call the new language specific
4959 change functions defined in cc-langs.el.
4960 (c-advise-fl-for-region): New macro.
4961 (awk-mode): Remove AWK specific stuff which has been refactored
4962 into language independent stuff.
4963
4964 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4967 (gdb): (Re)set gdb-flush-pending-output to nil here...
4968 (gdb-init-1): ...instead of here (before gdb-prompt).
4969
4970 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4973 Recognize ''' just like any other char-constant.
4974
4975 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4978 careful enough. Detect the uid-change all within the main loop.
4979
4980 2008-02-24 Stefan Monnier <monnier@pastel.home>
4981
4982 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4983
4984 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * hilit-chg.el (highlight-save-buffer-state): New macro.
4987 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4988 (hilit-chg-clear): Use it to preserve the modified-p flag.
4989 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4990
4991 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4994 when needed.
4995
4996 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4997
4998 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4999 from gnus-button-url-regexp.
5000
5001 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5002
5003 * progmodes/compile.el (compilation-next-error): Doc fix.
5004 (compilation-find-file): Doc fix.
5005
5006 2008-02-24 Glenn Morris <rgm@gnu.org>
5007
5008 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5009 Add obsolete aliases to the old names.
5010
5011 2008-02-24 Richard Stallman <rms@gnu.org>
5012
5013 * net/net-utils.el (ifconfig): Rename from ipconfig.
5014 (ipconfig): Alias to ifconfig.
5015 (ifconfig-program): Rename from ipconfig-program.
5016 (ifconfig-program-options): Rename from ipconfig-program-options.
5017
5018 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5019
5020 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5021 Add port directions by themselves, with no qualification, as base
5022 item of a declaration.
5023 (verilog-pretty-declarations): Add new flag that inhibits printing
5024 to the message buffer.
5025 (verilog-pretty-expr): Add new flag that inhibits printing to the
5026 message buffer. Improve handling of the many types of expression
5027 line up.
5028 (verilog-just-one-space): Don't print an empty message.
5029 (verilog-get-lineup-indent): Rework to support the better handling
5030 of expression lineup for verilog-pretty-expr.
5031 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5032 (verilog-mode-version, verilog-mode-release-date): Update.
5033
5034 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * subr.el (cancel-change-group): Don't move point.
5037
5038 2008-02-23 Markus Triska <markus.triska@gmx.at>
5039
5040 * linum.el (linum-after-config): Update all visible windows.
5041
5042 2008-02-23 Glenn Morris <rgm@gnu.org>
5043
5044 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5045 Add :help for Solitaire and Tetris.
5046
5047 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5048
5049 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5050 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5051 (smtpmail-queue-index-file): Make it a defcustom.
5052 (smtpmail-queue-index): Delete.
5053 (smtpmail-send-it, smtpmail-send-queued-mail):
5054 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5055 smtpmail-queue-index.
5056
5057 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5058 Add :version.
5059
5060 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5061
5062 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5063 New variables.
5064 (iwconfig): New function.
5065
5066 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * vc.el (vc-find-revision): Make vc-parent-buffer local before
5069 setting it.
5070 (vc-status-menu-map): Do not define using easy-menu.
5071 (vc-status-menu-map): New defalias.
5072 (vc-status-mode-map): Hook up the menu.
5073 (top-level): Update TODO.
5074
5075 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5076
5077 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5078 (vc-bzr-init-revision): ... this.
5079
5080 2008-02-23 Jason Rumney <jasonr@gnu.org>
5081
5082 * makefile.w32-in (WINS_ALMOST): Remove term.
5083 (WINS): Add term here.
5084 (custom-deps, finder-data): Use WINS_ALMOST.
5085
5086 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5087
5088 * faces.el (font-weight-table): Fix value of `semi-light'.
5089
5090 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5093 Make those tables bijective.
5094
5095 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5096
5097 Finish pdbtrack integration cleanup, settling missing-functions
5098 byte compiler warnings appropriately.
5099
5100 * progmodes/python.el (python-point): Remove this - beginning-of-line
5101 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5102 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5103 (python-goto-initial-line): Drop these - they were only needed for
5104 python-point.
5105 (python-comint-output-filter-function): Use condition-case and
5106 beginning-of-line directly, instead of python-mode.el functions
5107 which require all sorts of baggage.
5108 (point-safe): Unnecessary - we're using condition-case directly,
5109 instead.
5110 (python-execute-file): Include for python-shell, which I'm leaving
5111 in keeping despite it being unnecessary for pdb tracking.
5112
5113 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5114
5115 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5116 Add SRFI 11 support.
5117 (let-values, let*-values): Specify scheme-indent-function.
5118
5119 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5120
5121 * vc.el (vc-exec-after): Move setting mode-line-process in the
5122 busy case ...
5123 (vc-set-mode-line-busy-indicator): ... in this new function.
5124 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5125 (vc-update-vc-status-buffer): Reset mode-line-process.
5126 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5127 mark/unmark all the files with the same state as the current one.
5128 With a prefix argument mark/unmark all files.
5129 (vc-status-mode-menu): Adjust strings.
5130 (vc-update-vc-status-buffer): Only do something when the argument
5131 is not nil.
5132 (vc-status-kill-dir-status-process): New function.
5133 (vc-status-mode-map): Bind it.
5134 (vc-status-process-buffer): New variable.
5135 (vc-status-mode): Make it local.
5136 (vc-status-refresh): Set it.
5137
5138 * vc-hg.el (vc-hg-dir-status):
5139 * vc-git.el (vc-git-dir-status):
5140 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5141 command is run.
5142
5143 2008-02-22 Glenn Morris <rgm@gnu.org>
5144
5145 * json.el (top-level): No need to require thingatpt.
5146 (json-read-keyword): Use thing-at-point rather than word-at-point.
5147
5148 * time.el (top-level): No need to require time-date when compiling.
5149
5150 * emacs-lisp/copyright.el (copyright-update-year):
5151 Fix subexpression numbering for the case when years are split over
5152 lines, and for the replace case.
5153
5154 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5155 (tpu-caar, tpu-cadr): Delete functions.
5156 (zmacs-regions): No need to declare for compiler.
5157 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5158 (tpu-spell-check): Rewrite, and handle mark after point.
5159 (tpu-special-insert): Use or rather than if.
5160
5161 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5162 rather than spell-region.
5163
5164 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5165 warnings about spell-region.
5166
5167 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5168
5169 * ldefs-boot.el: Regenerated.
5170
5171 * loadup.el: Don't load language/devanagari, language/kannanda,
5172 language/malayalam, and language/tamil. Load language/sinhala.
5173
5174 * language/indian.el (indian-font-foundry)
5175 (indian-script-language-alist, indian-font-char-index-table)
5176 (indian-font-char, indian-font-char-range, indian-script-table)
5177 (indian-default-script, indian-composable-pattern): Delete them.
5178 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5179 language environments moved to here.
5180 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5181 New language environments.
5182
5183 * language/devanagari.el, language/devan-util.el,
5184 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5185 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5186 Delete them.
5187
5188 * language/sinhala.el: New file.
5189
5190 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5191
5192 Update Nick Robert's port of pdb tracking from python-mode.el.
5193
5194 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5195 Clarify docstring.
5196 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5197 tracking is happening.
5198 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5199 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5200 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5201 Tracking is plugged in to all comint buffers once python.el is loaded.
5202 (python-pdbtrack-overlay-arrow): Toggle activation of
5203 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5204 (python-pdbtrack-track-stack-file): Use new
5205 `python-pdbtrack-get-source-buffer' for more flexible access to
5206 debugging source files.
5207 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5208 according to pdb stack trace, optionally using new
5209 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5210 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5211 named buffer, or having function with indicated name.
5212 (python-shell): Remove comint-output-filter-functions hook
5213 addition, it's being done elsewhere. Wrap long line.
5214
5215 2008-02-21 Michael Olson <mwolson@gnu.org>
5216
5217 * json.el: Replace XEmacs compatibility code to get rid of
5218 compiler warnings.
5219
5220 * time.el: Fix compiler warning.
5221
5222 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5223
5224 * json.el: New file (JavaScript Object Notation parser / generator).
5225
5226 2008-02-21 Dave Love <fx@gnu.org>
5227
5228 * progmodes/sym-comp.el: New file.
5229
5230 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5231 Require sym-comp. Add Python buffer to same-window-buffer-names.
5232 Fixup whitespaces.
5233 (python-font-lock-keywords): Add highlighting for Python builtins.
5234 (python-font-lock-syntactic-keywords): Rewrite.
5235 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5236 ppss directly.
5237 (python-mode-map): Add binding for python-find-function.
5238 (python-calculate-indentation): Clean up the logic.
5239 (python-beginning-of-defun): Explicitly set return value.
5240 (python-beginning-of-statement): Stop looping if we get stuck
5241 going backwards.
5242 (python-next-statement): Stop looping if we somehow end up inside
5243 a string while advancing.
5244 (python-preoutput-continuation, python-version-checked): New vars.
5245 (python-check-version): New function.
5246 (run-python): Set default command to python-command instead of
5247 python-python-command.
5248 (run-python): Use python-check-version. Give PYTHONPATH
5249 precedence over data-directory in the process environment.
5250 Load function definitions in python process after.
5251 (python-check-comint-prompt): New function.
5252 (python-send-command, python-send-receive): Use it.
5253 (python-complete-symbol, python-try-complete): Functions deleted.
5254 Use symbol-complete instead of python-complete-symbol throughout.
5255 (python-fill-paragraph): Further refine the fenced-string regexp.
5256 (def-python-skeleton): Expand to the original abbrev instead if in
5257 a comment or string. Tweak skeletons for `if', `while', `for',
5258 `try/except', `try/finally', `name'.
5259 (python-pea-hook, python-abbrev-pc-hook): New functions.
5260 (python-abbrev-syntax-table): New var.
5261 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5262 Use symbol-completion-try-complete for hippie expansion.
5263 Turn on font lock unconditionally.
5264 (python-mode-hook): Defcustom it. No need to use make-local
5265 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5266 option, since it's buffer-local.
5267
5268 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5271
5272 2008-02-21 Drew Adams <drew.adams@oracle.com>
5273
5274 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5275 "Turn off" and a "Help" entry when the minor mode has no menu.
5276
5277 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5278
5279 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5280 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5281 vc-status-mark-file and vc-status-unmark-file.
5282 (vc-status-mark-unmark): New function.
5283 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5284
5285 2008-02-21 Glenn Morris <rgm@gnu.org>
5286
5287 * composite.el (encode-composition-rule): Fix typo in error message.
5288 (composition-function-table, auto-composition-mode): Doc fixes.
5289
5290 * subr.el (sit-for): Fix obsolete form for nil second argument.
5291
5292 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5293 (spell-string): Make obsolete, in favor of ispell.
5294
5295 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5296
5297 * language/devanagari.el: Don't setup composition-function-table
5298 here.
5299 ("Devanagari"): Change charset, coding-system, coding-priority to
5300 Unicode-based ones. Don't require the feature devan-util.
5301
5302 * composite.el (compose-chars-after): Fix arguments for a function
5303 in composition-function-table.
5304 (auto-compose-region): Likewise.
5305
5306 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5307 for Ethiopic.
5308 (ps-mule-plot-string): Ignore glyph-string based compositions.
5309
5310 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * doc-view.el: Allow different windows to show different pages.
5313 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5314 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5315 add them back as macros instead, using image-mode-winprops instead.
5316 Update all users of those variables.
5317 (doc-view-new-window-function): New function to create a new overlay
5318 for each new window.
5319 (doc-view-mode): Use it and image-mode-setup-winprops.
5320 (doc-view-clone-buffer-hook): Rewrite accordingly.
5321
5322 * image-mode.el: Extend [hv]scroll support to per-window properties.
5323 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5324 (image-mode-winprops-alist): New var to replace them.
5325 (image-mode-new-window-functions): New hook.
5326 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5327 New funs.
5328 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5329 Remove the `window' argument, update callers.
5330 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5331 Use the new functions.
5332 (image-mode-reapply-winprops): New fun.
5333 (image-mode): Use it.
5334
5335 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5336
5337 * calc/calc-math.el (math-sin-raw): Add optional argument
5338 to keep track of original argument.
5339 (math-cos-raw): Use optional argument when calling math-sin-raw.
5340 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5341 with close to original precision.
5342
5343 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5344
5345 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5346 args in calls of sit-for.
5347
5348 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5349
5350 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5351 (vc-svn-checkin): Fix typo in error message.
5352
5353 * help-mode.el: Require easymenu when compiling.
5354
5355 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5356
5357 * help-mode.el (help-mode-menu): New menu.
5358
5359 2008-02-20 Glenn Morris <rgm@gnu.org>
5360
5361 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5362 on Windows.
5363
5364 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5365
5366 * ps-mule.el (ps-mule-encode-region): Return a single string.
5367 (ps-mule-plot-string): Adjust for the above change.
5368 (ps-mule-encode-header-string): Likewise.
5369
5370 * international/latin1-disp.el (latin1-display): Don't use
5371 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5372 standard-display-table.
5373 (latin1-display-identities): Adjust for the change of what is
5374 returned by (get-language-info charset 'charset).
5375
5376 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5377 characters and terminal case.
5378
5379 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5380
5381 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5382
5383 * progmodes/python.el: Also require comint when loading.
5384 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5385 Replace python-shell with run-python on menu bar.
5386 (python-shell-map): New map.
5387 (python-default-interpreter, python-python-command-args)
5388 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5389 New options.
5390 (python-which-shell, python-which-args, python-which-bufname):
5391 New buffer local variables.
5392 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5393
5394 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5395 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5396 New constants.
5397
5398 Pdbtrack features:
5399
5400 (python-point, python-end-of-def-or-class)
5401 (python-beginning-of-def-or-class, python-goto-initial-line)
5402 (python-comint-output-filter-function)
5403 (python-pdbtrack-overlay-arrow)
5404 (python-pdbtrack-track-stack-file, python-toggle-shells)
5405 (python-shell, python-pdbtrack-toggle-stack-tracking)
5406 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5407 New functions.
5408
5409 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5410
5411 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5412 when the argument is nil.
5413
5414 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5415
5416 * vc.el (dir-status): Add a brief description.
5417
5418 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5419
5420 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5421 If non-nil, reverse the sense of the check.
5422
5423 * vc-rcs.el (vc-rcs-root): New func.
5424 * vc-cvs.el (vc-cvs-root): New func.
5425 * vc-svn.el (vc-svn-root): New func.
5426 * vc-sccs.el (vc-sccs-root): New func.
5427
5428 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5429
5430 * language/japan-util.el (setup-japanese-environment-internal):
5431 Call use-cjk-char-width-table.
5432
5433 * language/japanese.el ("Japanese"): Set exit-function to
5434 use-default-char-width-table.
5435
5436 * international/characters.el: Delete occurrences of non-Unicode
5437 tibetan and ethiopic characters.
5438 (cjk-char-width-table): New variable.
5439 (use-cjk-char-width-table, use-default-char-width-table):
5440 New functions.
5441
5442 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5445 (vc-status-mode-menu): Add a :filter.
5446 (vc-status-printer): Add faces.
5447
5448 * vc-hg.el (vc-hg-extra-status-menu): New function.
5449 (vc-hg-dir-status): Clean up the buffer before using it.
5450
5451 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5454 (gdb): Initialize it here instead.
5455
5456 * files.el (locate-dominating-file): Fix thinko in last change.
5457 Reported by Bruce Stephens <bruce.stephens@isode.com>.
5458
5459 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * vc.el (vc-status-mode-menu): New menu for vc-status.
5462
5463 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * progmodes/verilog-mode.el (customize): Fix typo in error message.
5466 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5467 (verilog-mode-auto, verilog-indent-level-module)
5468 (verilog-minimum-comment-distance, verilog-library-flags)
5469 (verilog-library-directories, verilog-library-files)
5470 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5471 (verilog-xemacs-menu, verilog-set-compile-command)
5472 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5473 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5474 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5475 (verilog-batch-inject-auto, verilog-batch-indent)
5476 (verilog-continued-line, verilog-type-keywords)
5477 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5478 (verilog-read-inst-pins, verilog-read-arg-pins)
5479 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5480 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5481 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5482 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5483 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5484 (verilog-mode-version, verilog-mode-release-date)
5485 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5486 (verilog-simulator, verilog-compiler)
5487 (verilog-auto-sense-defines-constant, verilog-company)
5488 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5489 Fix typos in docstrings.
5490 (verilog-set-auto-endcomments, verilog-calculate-indent)
5491 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5492 Reflow docstrings.
5493 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5494 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5495 (electric-verilog-forward-sexp, verilog-in-case-region-p)
5496 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5497 (verilog-leap-to-head, verilog-current-indent-level)
5498 (verilog-case-indent-level, verilog-cpp-keywords)
5499 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5500 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5501 (verilog-signals-not-in, verilog-symbol-detick-text)
5502 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5503 (verilog-forward-close-paren, verilog-backward-open-paren)
5504 (verilog-backward-open-bracket): Doc fixes.
5505
5506 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5507 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5508 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5509 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5510 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5511 Fix typos in docstrings.
5512
5513 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5514
5515 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5516
5517 * info.el (Info-read-node-name): Removed unused `default' arg.
5518
5519 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5520
5521 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5522
5523 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * image-mode.el (image-get-display-property): New fun.
5526 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5527 (image-mode, image-minor-mode, image-toggle-display-text)
5528 (image-toggle-display): Use it.
5529
5530 2008-02-18 Jason Rumney <jasonr@gnu.org>
5531
5532 * international/mule.el (xml-find-file-coding-system): Don't warn
5533 about utf-16 with BOM.
5534
5535 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5536
5537 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5538 warn if file encoding is not utf-8 and encoding not specified.
5539 (xml-find-file-coding-system): New function.
5540 * international/mule-conf.el (file-coding-system-alist): Use it.
5541
5542 2008-02-17 Glenn Morris <rgm@gnu.org>
5543
5544 * international/mule-cmds.el (set-locale-environment):
5545 Pass `frame' to getenv for LC_MESSAGES.
5546
5547 2008-02-17 Juri Linkov <juri@jurta.org>
5548
5549 * time.el (emacs-init-time): Use format instead of format-seconds.
5550
5551 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5552
5553 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5554 bibtex-find-entry. Add autoload cookie.
5555 (bibtex-find-entry): Alias for bibtex-search-entry.
5556 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5557 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5558 (bibtex-clean-entry): atomic-change-group removed.
5559 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5560 to locate buffer location where error occurred.
5561 Make error messages more specific.
5562 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5563
5564 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5565
5566 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5567 top level.
5568
5569 * simple.el (transient-mark-mode): Add an :init-value.
5570
5571 * startup.el (command-line): Use custom-reevaluate-setting for
5572 transient-mark-mode.
5573
5574 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5575
5576 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5577
5578 2008-02-16 Juri Linkov <juri@jurta.org>
5579
5580 * startup.el (after-init-time): New variable.
5581 (command-line): Set `after-init-time' to the current time.
5582
5583 * time.el (emacs-init-time): New function.
5584
5585 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * files.el (locate-dominating-file): Remove initial loop because it's
5588 not careful enough. Detect the uid-change all within the main loop.
5589
5590 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5591
5592 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5593
5594 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5595
5596 * vc.el (vc-annotate): Add new argument.
5597 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5598
5599 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5600 Move make-variable-buffer-local code after the corresponding defvar.
5601 (hs-minor-mode-map): Define and initialize in one step.
5602 (hs-minor-mode): Change from defun to define-minor-mode.
5603
5604 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5605
5606 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5607 (gdb-ready): Move declaration...
5608
5609 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5610 (gdb-early-user-input): New variable.
5611 (gdb): Reset gdb-flush-pending-output to nil and set
5612 comint-input-sender here (before gdb-prompt), instead of...
5613 (gdb-init-1): ...here.
5614 (gdb-send): If Emacs is not ready, defer user input to...
5615 (gdb-prompt): ...here.
5616
5617 2008-02-16 Glenn Morris <rgm@gnu.org>
5618
5619 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5620
5621 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5622 (before-init-time): New name for `emacs-startup-time'.
5623 (command-line): Use before-init-time rather than emacs-startup-time.
5624 * time.el (emacs-uptime): Use before-init-time rather than
5625 emacs-startup-time.
5626
5627 * composite.el (composition-function-table): Doc fix.
5628
5629 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5630 in favor of `%z' specifier.
5631 (emacs-uptime): Move to time.el.
5632 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5633 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5634 argument of format-seconds.
5635
5636 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5637
5638 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5639
5640 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5641
5642 * ielm.el (ielm-is-whitespace): Remove.
5643 (ielm-is-whitespace-or-comment): New function.
5644 (ielm-eval-input): Use it.
5645
5646 2008-02-15 Jason Rumney <jasonr@gnu.org>
5647
5648 * term/mac-win.el: Fix coding tag.
5649
5650 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5651
5652 * vc-hooks.el (vc-menu-map):
5653 * bindings.el (mode-line-mode-menu): Add tooltips.
5654
5655 * bindings.el (help-echo): Add more tooltips. Use a less
5656 telegraphic style for existing tooltips.
5657
5658 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5661 from the auto-generated one.
5662
5663 2008-02-14 Glenn Morris <rgm@gnu.org>
5664
5665 * mail/rmail-spam-filter.el (rmail-spam-filter):
5666 Let-bind message-spam-status.
5667
5668 * mail/smtpmail.el (password-cache-add): Declare as function.
5669
5670 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5671
5672 * mail/smtpmail.el: Use password-cache.
5673
5674 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * uniquify.el (uniquify-buffer-base-name): New function.
5677 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5678
5679 * desktop.el (uniquify-managed): Don't defvar.
5680 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5681 `uniquify-managed'. Return also the buffer's base name.
5682 (desktop-save): When saving the buffer info, filter out the base name,
5683 and save it as buffer name if the buffer is managed by uniquify.
5684 (uniquify-item-base): Don't declare; not called anymore.
5685
5686 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5687
5688 * vc.el (vc-annotate-find-revision-at-line): New function.
5689 (vc-annotate-mode-map): Bind it.
5690 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5691 some entries.
5692
5693 2008-02-14 Glenn Morris <rgm@gnu.org>
5694
5695 * calendar/time-date.el (format-seconds): New function.
5696 (emacs-uptime): Use format-seconds.
5697
5698 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5699 Remove `LC_ALL=C', since it's included in $(emacs) now.
5700
5701 2008-02-14 Zhang Wei <id.brep@gmail.com>
5702
5703 * textmodes/org-publish.el (org-publish-timestamp-filename):
5704 Replace colon characters in filename too.
5705
5706 2008-02-13 Bastien Guerry <bzg@altern.org>
5707
5708 * mail/rmail.el (rmail-header-name): New face.
5709 (rmail-font-lock-keywords): Use rmail-header-name.
5710
5711 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5712 against X-Spam-Status header field.
5713 (rmail-spam-filter): Also check X-Spam-Status header field.
5714
5715 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5716
5717 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5718 Add support for .pm files and .php files.
5719 (flymake-err-line-patterns): Add pattern for PHP errors.
5720 (flymake-php-init): New function. PHP support for flymake.
5721
5722 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5723 Add regular expression for PHP errors.
5724
5725 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5728 This DTRT even on w32 machines.
5729 (ange-ftp-cf1): Quote FILENAME.
5730
5731 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5734 (smerge-auto-combine): New fun.
5735
5736 2008-02-12 Juri Linkov <juri@jurta.org>
5737
5738 * startup.el (fancy-startup-screen, normal-splash-screen):
5739 Set default-directory to command-line-default-directory.
5740
5741 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5742 after reading the desktop.
5743
5744 * progmodes/compile.el (compilation-auto-jump):
5745 Call compile-goto-error only when compilation-auto-jump-to-first-error
5746 is non-nil.
5747 (compilation-scroll-output): Replace :type 'boolean with a choice
5748 that has three options including a third option `first-error'.
5749 Doc fix.
5750 (compilation-start, compilation-forget-errors): Add an alternate
5751 condition comparing compilation-scroll-output with `first-error'
5752 in addition to compilation-auto-jump-to-first-error (to call
5753 compilation-auto-jump in the proper place).
5754
5755 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * international/mule.el (sgml-html-meta-auto-coding-function):
5758 Make sure the search limit is ahead.
5759
5760 * tar-mode.el: Fix broken indentation.
5761 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5762 Use with-current-buffer.
5763
5764 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5767 it is already automatically buffer-local.
5768
5769 2008-02-11 Drew Adams <drew.adams@oracle.com>
5770
5771 * help.el (describe-key): Join some split lines to facilitate filling.
5772 * help-fns.el (describe-function-1): Fill text of overlong lines.
5773
5774 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5775
5776 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5777 Use unibyte-string instead of string-make-unibyte.
5778
5779 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5780
5781 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5784 works also for buffers w/o buffer-file-name. Update callers.
5785 (doc-view-clone-buffer-hook): New fun.
5786 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5787 the `doc-view' property so they can be recognized.
5788
5789 * simple.el (clone-indirect-buffer-hook): New hook.
5790 (clone-indirect-buffer): Run it.
5791
5792 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5793
5794 * epa.el (epa-menu-mode): Merge into epa-mode.
5795 (epa-menu-items): Rename the label "EasyPG Assistant" to
5796 "Encryption/Decryption".
5797
5798 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5799 (epa-dired-mode-map): Rename from epa-dired-map.
5800 (epa-global-dired-mode): Rename the global minor mode.
5801
5802 2008-02-11 Drew Adams <drew.adams@oracle.com>
5803
5804 * isearch.el (isearch-fail): New face.
5805 (isearch-message): Highlight failure part of input.
5806
5807 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * ibuffer.el (ibuffer-header-line-format): New var.
5810 (ibuffer-mode): Set it instead of header-line-format.
5811 (ibuffer-update): Use it to set header-line-format.
5812
5813 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5814 properties like self-insert-command.
5815
5816 2008-02-11 Drew Adams <drew.adams@oracle.com>
5817
5818 * progmodes/etags.el: Add many doc strings.
5819
5820 2008-02-11 Jason Rumney <jasonr@gnu.org>
5821
5822 * ldefs-boot.el: Regenerated.
5823
5824 2008-02-11 Glenn Morris <rgm@gnu.org>
5825
5826 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5827 Shorten some names.
5828
5829 * ffap.el (ffap-rfc-directories): Add :version.
5830
5831 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5832
5833 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5834 files, and backup files of same.
5835
5836 2008-02-11 Kevin Ryde <user42@zip.com.au>
5837
5838 * ffap.el (ffap-rfc-directories): New variable.
5839 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5840
5841 * info.el (Info-next-reference, Info-prev-reference)
5842 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5843
5844 * simple.el (completion-list-mode): Show full completion-list-mode-map
5845 in the docstring.
5846
5847 2008-02-11 Sam Steingold <sds@gnu.org>
5848
5849 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5850
5851 2008-02-11 Glenn Morris <rgm@gnu.org>
5852
5853 * startup.el (emacs-startup-time): New variable.
5854 (command-line): Set emacs-startup-time.
5855
5856 * calendar/time-date.el (emacs-uptime): New function.
5857
5858 2008-02-10 Bastien Guerry <bzg@altern.org>
5859
5860 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5861 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5862 it is nil.
5863
5864 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5865
5866 * epg-config.el: Expand the contents of epg-package-info.el.
5867 (epg-package-name): New constant.
5868 (epg-version-number): New constant.
5869 (epg-bug-report-address): New constant.
5870
5871 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5872 (epa-global-mail-mode): New global minor mode.
5873
5874 * epa-file.el (epa-file-mode): New global minor mode.
5875
5876 * epa-dired.el (epa-dired-mode): New global minor mode.
5877
5878 * epa.el (epa-menu): New variable.
5879 (epa-menu-items): New variable.
5880 (epa-menu-mode): New global minor mode.
5881 (epa-global-minor-modes): New user option.
5882 (epa-mode): New global minor mode.
5883
5884 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * net/dbus.el: Remove `no-byte-compile' cookie.
5887 (dbus-call-method, dbus-register-signal, dbus-debug)
5888 (dbus-registered-functions-table): Declare them with
5889 `declare-function' or `defvar', respectively.
5890 (top): Don't assert any longer. Require 'cl when compiling.
5891 Apply `ignore-errors' but `dbus-ignore-errors'.
5892
5893 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5894
5895 * diff-mode.el (diff-add-change-log-entries-other-window):
5896 Use add-change-log-entry.
5897
5898 2008-02-09 Jason Rumney <jasonr@gnu.org>
5899
5900 * button.el (button-map):
5901 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5902 * ldefs-boot.el: Regenerate.
5903
5904 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5905
5906 * epa.el (epa-faces, epa):
5907 * epa-file.el (epa-file):
5908 * epg-config.el (epg): Add :version.
5909
5910 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5911
5912 * vc.el (vc-exec-after): Append CODE to previous fragments.
5913 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5914 take MESSAGES instead of VERBOSE; use it when non-nil.
5915 (vc-diff-internal): Compute messages once; use them;
5916 update call to vc-diff-finish.
5917
5918 2008-02-09 Michael Olson <mwolson@gnu.org>
5919
5920 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5921 buffer has been killed, such as by
5922 `tramp-cleanup-all-connections'.
5923
5924 2008-02-09 Miles Bader <miles@gnu.org>
5925
5926 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5927
5928 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5931 splitter in context hunks.
5932
5933 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5934
5935 * international/fontset.el (setup-default-fontset): Fix arabic otf
5936 font specification.
5937
5938 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5939
5940 * epa-dired.el:
5941 * epa-file.el:
5942 * epa-mail.el:
5943 * epa-setup.el:
5944 * epa.el:
5945 * epg-config.el:
5946 * epg-package-info.el:
5947 * epg.el: Initial check-in of EasyPG.
5948
5949 2008-02-08 Glenn Morris <rgm@gnu.org>
5950
5951 * woman.el (woman-locale): New defcustom.
5952 (woman-expand-locale, woman-manpath-add-locales): New functions.
5953 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5954
5955 * international/mule-cmds.el (locale-translate): New function,
5956 with old code extracted from set-locale-environment.
5957 (set-locale-environment): Use locale-translate. Set woman-locale.
5958
5959 * cus-start.el (selection-coding-system): Remove, since it's now
5960 defined in select.el rather than in xselect.c.
5961 * select.el (selection-coding-system): Make it a defcustom, and
5962 add the properties from cus-start.el. Bump :version.
5963
5964 * custom.el (custom-theme-set-variables): Sort symbols that are
5965 dependencies before symbols that depend on them.
5966 (custom-enabled-themes): Set after custom-theme-directory.
5967
5968 * pcmpl-unix.el (top-level): Move provide statement to end.
5969 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5970 `*' from doc-string. Allow to be nil.
5971 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5972 Allow to be nil. Add :version.
5973 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5974 without hostnames, and multiple hostnames per line.
5975
5976 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5977
5978 2008-02-08 Phil Hagelberg <phil@evri.com>
5979
5980 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5981 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5982
5983 2008-02-07 Timo Savola <timo.savola@iki.fi>
5984
5985 * startup.el (command-line-x-option-alist): Add --parent-id.
5986
5987 * term/x-win.el (x-handle-parent-id): New function.
5988
5989 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5990
5991 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5992 "Font Menu".
5993
5994 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * net/dbus.el (dbus-interface-peer): New defconst.
5997 (dbus-ping): New defun.
5998
5999 2008-02-06 Sam Steingold <sds@gnu.org>
6000
6001 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6002
6003 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6006 Just return nil and let the C code provide a fallback.
6007
6008 2008-02-05 Glenn Morris <rgm@gnu.org>
6009
6010 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6011 tramp-flush-connection-property for removed 2nd argument.
6012
6013 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * diff-mode.el (diff-add-change-log-entries-other-window):
6016 Rename from diff-create-changelog. Change users.
6017 Minor change to hopefully work with plain diffs.
6018 (diff-mode-map): Add binding for it.
6019
6020 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6021
6022 * diff-mode.el: Add new TODO entry.
6023 (diff-create-changelog): New function.
6024 (diff-mode-menu): Bind it.
6025
6026 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6027
6028 * international/mule-diag.el (print-fontset-element): Handle the
6029 case of inhibiting the fallback fonts.
6030
6031 2008-02-04 Kim F. Storm <storm@cua.dk>
6032
6033 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6034 (ido-magic-delete-char): Use prefix arg.
6035
6036 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6037
6038 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6039 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6040 of today, the most recent libpng is 1.2.24).
6041
6042 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6043
6044 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6045
6046 * net/dbus.el (top): Check (featurep 'dbusbind).
6047
6048 * net/tramp.el (tramp-process-sentinel): New defun.
6049 (tramp-do-copy-or-rename-file-out-of-band)
6050 (tramp-maybe-open-connection): Use it as process sentinel.
6051 (tramp-handle-delete-directory): Don't use the "-f" option; it
6052 isn't portable.
6053 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6054 after the command.
6055 (tramp-handle-shell-command): Set `mode-line-process' in the
6056 asynchronous case.
6057
6058 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6059
6060 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6061 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6062 Use `tramp-process-sentinel' as process sentinel.
6063
6064 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6065
6066 * whitespace.el (global-whitespace-mode): Revert last change.
6067 (whitespace-unload-function): Force `global-whitespace-mode'
6068 to deactivate local modes in a slightly less intrusive way.
6069
6070 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6071
6072 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6073
6074 2008-02-02 Glenn Morris <rgm@gnu.org>
6075
6076 * international/latin1-disp.el (latin1-display):
6077 * progmodes/fortran.el (fortran-comment-indent-char):
6078 * progmodes/idlw-shell.el (top-level):
6079 * term/mac-win.el (mac-keyboard-translate-char):
6080 * whitespace.el (whitespace-char-valid-p):
6081 * wid-edit.el (widget-key-sequence-read-event):
6082 Use characterp rather than char-valid-p.
6083
6084 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6085 to capitalized-find-word-boundary. Doc fix. Update callers.
6086 (capitalized-next-word-boundary-function-table): Rename to
6087 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6088
6089 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6090 string-to-int.
6091
6092 * ps-def.el (declare-function): Add compatibility definition.
6093 (ps-plot-with-face, ps-plot-string): Declare as functions.
6094 (ps-bold-faces, ps-italic-faces): Declare variables.
6095
6096 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6097 (ps-mule-end-job): Declare as functions.
6098
6099 * wid-edit.el (widget-string-complete): Use assoc-string rather
6100 than assoc-ignore-case.
6101
6102 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * progmodes/etags.el (next-file): Improve revert message.
6105
6106 2008-02-01 Andreas Schwab <schwab@suse.de>
6107
6108 * loadup.el: Load language/burmese instead of language/myanmar.
6109
6110 2008-02-01 Richard Stallman <rms@gnu.org>
6111
6112 * language/burmese.el: Rename from myanmar.el.
6113 ("Burmese"): Rename from "Myanmar".
6114
6115 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6116
6117 * international/fontset.el (script-representative-chars): Add cham
6118 and tai-viet.
6119 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6120 Add fontconfig spec for cjk-misc. Explicitly specify font font
6121 for U+E000..U+F8FF.
6122
6123 * international/characters.el (script-list): Add cham.
6124
6125 * language/cham.el: New file.
6126
6127 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6128
6129 * xml.el (xml-escape-string): Don't do any encoding changes on the
6130 string.
6131
6132 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6133
6134 * language/ind-util.el (in-is13194-post-read-conversion):
6135 Delete unnecessary call of indian-compose-region.
6136
6137 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6138
6139 * ps-print.el: Some face attributes (like :strike-through) were not
6140 being recognised. Reported by Leo <sdl.web@gmail.com>.
6141 (ps-print-version): New version 7.3.2.
6142 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6143 ps-face-overline-p and ps-face-box-p functions.
6144
6145 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6146 New functions.
6147
6148 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6149
6150 * international/fontset.el (font-encoding-alist): Add an entry for
6151 iso8859-16.
6152 (setup-default-fontset): Add iso8859-16 to latin.
6153
6154 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6155 hexadigit string.
6156 (describe-char): Adjust for the above change.
6157
6158 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6159
6160 * international/fontset.el (font-encoding-alist): Don't set the
6161 repertory of GB18030 fonts.
6162
6163 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6164
6165 * language/indian.el: Set font-shape-text for all Indic characters
6166 in composition-function-table.
6167
6168 * language/khmer.el: New file.
6169
6170 * language/myanmar.el: New file.
6171
6172 * loadup.el: Load "language/khmer" and "language/myanmar".
6173
6174 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6175
6176 * international/fontset.el (setup-default-fontset): Fix lao OTF
6177 script name.
6178
6179 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6180
6181 * composite.el (terminal-composition-modification): Delete it.
6182
6183 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6184
6185 * international/fontset.el (x-complement-fontset-spec):
6186 Complement size too.
6187
6188 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6189
6190 * international/fontset.el (font-encoding-charset-alist):
6191 Initialize it.
6192 (otf-script-alist): Fix typo of canadian-aboriginal.
6193 (setup-default-fontset): Specify font-specs for many more scripts.
6194 (x-complement-fontset-spec): Change the first argument to a
6195 font-spec object.
6196 (create-fontset-from-fontset-spec): Adjust for the above change.
6197
6198 2008-02-01 Kenichi Handa <handa@m17n.org>
6199
6200 * language/devanagari.el: Register font-shape-text in
6201 composition-function-table.
6202
6203 * language/tibetan.el: Register font-shape-text in
6204 composition-function-table.
6205
6206 * language/thai-util.el (thai-composition-function): Fix arguments.
6207
6208 * language/tamil.el: Register font-shape-text in
6209 composition-function-table.
6210
6211 * language/malayalam.el: Register font-shape-text in
6212 composition-function-table.
6213
6214 * language/lao.el: Register font-shape-text in
6215 composition-function-table.
6216
6217 * language/kannada.el: Register font-shape-text in
6218 composition-function-table.
6219
6220 * language/european.el (diacritic-composition-function): Fix arguments.
6221
6222 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6223
6224 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6225
6226 * composite.el (composition-function-table): Fix docstring.
6227 (terminal-composition-function): Fix arguments.
6228 (auto-compose-current-font): Delete it.
6229 (auto-compose-chars): Adjust for the change of
6230 composition-function-table.
6231
6232 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6233
6234 * international/fontset.el (font-encoding-alist): Add the entry of
6235 "unicode-bmp".
6236
6237 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6238
6239 * composite.el (auto-compose-chars): Be sure to calculate
6240 composition at least at POS.
6241
6242 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6243
6244 * printing.el: Fix pr-interface-map initialization code.
6245 (pr-version): New version 6.9.3.
6246 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6247 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6248 (pr-f-read-string): Replace by pr-read-string.
6249 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6250 New function name.
6251 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6252
6253 2008-02-01 Kenichi Handa <handa@m17n.org>
6254
6255 * language/tv-util.el (tai-viet-re): Include '-'.
6256 (tai-viet-glyph-info): Handle '-'.
6257
6258 2008-02-01 Kenichi Handa <handa@m17n.org>
6259
6260 * descr-text.el (describe-char): Handle a composition of the new
6261 format. Show font name.
6262
6263 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6264
6265 * language/tibet-util.el (tibetan-composition-function): Use
6266 font-shape-text if auto-compose-current-font is non-nil.
6267
6268 * language/tibetan.el: Fix the range for recording
6269 tibetan-composition-function in composition-function-table.
6270
6271 * language/mlm-util.el (malayalam-composition-function): Use
6272 font-shape-text if auto-compose-current-font is non-nil.
6273
6274 * international/mule-conf.el: Flag many charsets as supplementary.
6275
6276 * international/mule.el (define-charset): Update the docstring for
6277 :supplementary-p.
6278
6279 * international/fontset.el (setup-default-fontset): Add OpenType
6280 fonts for malayalam and tibetan.
6281
6282 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6283
6284 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6285
6286 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6287
6288 * international/fontset.el (otf-script-alist): Make all otf tags
6289 4-letters.
6290 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6291
6292 * language/tml-util.el (tamil-composition-function): Use
6293 font-shape-text if auto-compose-current-font is non-nil.
6294
6295 * language/devan-util.el (devanagari-composition-function): Use
6296 font-shape-text if auto-compose-current-font is non-nil.
6297
6298 * composite.el (auto-compose-chars): Change argument font-object
6299 to window.
6300
6301 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6302
6303 * ps-print.el (ps-lpr-switches): Docstring fix.
6304 (ps-string-list): New function.
6305 (ps-do-despool): Code fix.
6306
6307 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6308
6309 * international/utf-7.el (utf-7-imap-post-read-conversion)
6310 (utf-7-imap-pre-write-conversion): New functions.
6311
6312 * international/mule-conf.el (utf-7-imap): New coding system.
6313
6314 2008-02-01 Kenichi Handa <handa@m17n.org>
6315
6316 * term/x-win.el (x-selection-value): If x-select-request-type is
6317 nil, try also STRING at last.
6318 (x-select-request-type): Doc fix for the change of x-selection-value.
6319
6320 * select.el (selection-coding-system, next-selection-coding-system):
6321 Move declarations from xselect.c.
6322 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6323 If it is nil, decode by a proper coding system. Handle C_STRING.
6324 (ccl-check-utf-8, string-utf-8-p): Delete them.
6325 (xselect-convert-to-string): Fix determining data-type in the case
6326 that TEXT is requested. Don't use selection-coding-system if it's
6327 not proper for the data-type.
6328
6329 2008-02-01 Kenichi Handa <handa@m17n.org>
6330
6331 * term/x-win.el (x-selection-value): If x-select-request-type is
6332 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6333
6334 2008-02-01 Jason Rumney <jasonr@gnu.org>
6335
6336 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6337 to signify default fontset.
6338
6339 2008-02-01 Kenichi Handa <handa@m17n.org>
6340
6341 * international/mule-cmds.el (describe-language-environment):
6342 Check if the specified input method exists or not.
6343
6344 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6345
6346 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6347 (ps-face-background-name): Remove this function. It's already defined
6348 in ps-def.el file.
6349
6350 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6351
6352 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6353 Epoch emacsen.
6354
6355 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6356
6357 * ps-print.el: Now detect if text foreground and background colors are
6358 equals and replace the foreground color by another color, so the text
6359 becomes visible. Doc fix.
6360 (ps-print-version): New version 7.3.
6361 (ps-default-fg, ps-default-bg): Docstring fix.
6362 (ps-fg-list, ps-fg-validate-p): New options.
6363 (ps-foreground-list): New variable.
6364 (ps-generate-header-line): Replace fboundp by functionp.
6365 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6366
6367 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6368
6369 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6370 Move (again) some variable definitions before use, define some
6371 function aliases, no code change.
6372 (pr-version): New version 6.9.2.
6373 (pr-path-style, pr-auto-region, pr-menu-char-height)
6374 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6375 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6376 via (defvar VAR).
6377 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6378 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6379 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6380 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6381 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6382 (pr-menu-print-item, pr-ps-printer-menu-modified)
6383 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6384 (pr-even-or-odd-alist): Move variable definitions.
6385
6386 2008-02-01 Kenichi Handa <handa@m17n.org>
6387
6388 * language/chinese.el (cp936): Delete duplicated alias.
6389
6390 * international/mule-diag.el (list-block-of-chars): Don't insert
6391 non-Unicode characters.
6392
6393 2008-02-01 Jason Rumney <jasonr@gnu.org>
6394
6395 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6396 * term/w32-win.el: Don't require code-pages.
6397
6398 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 Fix up multi-tty merge.
6401
6402 * version.el (emacs-version): Bump to 23.0.60.
6403
6404 * term/x-win.el (x-initialize-window-system): Don't try to create
6405 a fontset from a font-specification anymore. This was removed on the
6406 unicode branch and mistakenly re-added by the multi-tty merge.
6407
6408 * term/w32-win.el: Remove duplicate code that's now in
6409 w32-initialize-window-system.
6410 (w32-initialize-window-system): Don't try to create a fontset from
6411 a font-specification anymore. This was removed on the unicode branch
6412 and mistakenly re-added by the multi-tty merge.
6413
6414 * term/mac-win.el: Remove duplicate top-level code.
6415
6416 * language/ethio-util.el:
6417 * international/characters.el: Use utf-8 rather than utf-8-emacs
6418 since it works as well and has the advantage of working with
6419 non-unicode versions of Emacs.
6420
6421 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6422 multi-tty code, which includes the previous local change.
6423
6424 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6425
6426 * ps-print.el (ps-print-version): New version 7.2.5.
6427 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6428 Use `mapc' rather than `mapcar'.
6429
6430 2008-02-01 Kenichi Handa <handa@m17n.org>
6431
6432 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6433 instead of char-or-string-p to catch -1.
6434
6435 2008-02-01 Kenichi Handa <handa@m17n.org>
6436
6437 * international/mule-cmds.el (inactivate-input-method):
6438 Set input-method-function to nil before calling
6439 inactivate-current-input-method-function.
6440
6441 2008-02-01 Kenichi Handa <handa@m17n.org>
6442
6443 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6444 height that doesn't exceed the requested height by rounding off.
6445
6446 2008-02-01 Andreas Schwab <schwab@suse.de>
6447
6448 * international/mule-diag.el (print-fontset-element):
6449 Use fontp only if defined.
6450
6451 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6452
6453 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6454 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6455 (ps-mule-prologue-generated): Code fix.
6456
6457 2008-02-01 Kenichi Handa <handa@m17n.org>
6458
6459 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6460 with FIXEDCASE t.
6461
6462 2008-02-01 Kenichi Handa <handa@m17n.org>
6463
6464 * international/mule-diag.el (print-fontset-element): Fix for the
6465 format change of a fontset element for font-backend feature.
6466
6467 2008-02-01 Kenichi Handa <handa@m17n.org>
6468
6469 * descr-text.el (describe-char): Fix for the case that a component
6470 character is TAB.
6471
6472 2008-02-01 Kenichi Handa <handa@m17n.org>
6473
6474 * international/mule-cmds.el (select-safe-coding-system-interactively):
6475 Fix printing of rejected and unsafe coding-systems.
6476
6477 * international/fontset.el (setup-default-fontset): Add tai-viet.
6478
6479 * international/characters.el: Setup syntax/category table for Tai Viet.
6480 (script-list): Add tai-viet.
6481
6482 * loadup.el: Load "language/tai-viet".
6483
6484 * language/tai-viet.el: New file.
6485
6486 * language/tv-util.el: New file.
6487
6488 2008-02-01 Jason Rumney <jasonr@gnu.org>
6489
6490 * faces.el (font-weight-table): Use defaults on w32 that match
6491 LOGFONT.lfWeight.
6492
6493 * term/w32-win.el: Don't create fontset from command-line font.
6494
6495 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6498 (sort-coding-systems, search-unencodable-char): Doc fixes.
6499 (default-input-method, input-method-verbose-flag)
6500 (input-method-highlight-flag): Remove * in defcustom's docstrings.
6501 (exit-language-environment-hook, set-default-coding-systems)
6502 (coding-system-change-eol-conversion, prefer-coding-system)
6503 (find-multibyte-characters, leim-list-entry-regexp)
6504 (set-input-method, input-method-exit-on-first-char, princ-list)
6505 (locale-language-names, locale-charset-language-names)
6506 (define-char-code-property): Fix typos in docstrings.
6507
6508 2008-02-01 Kenichi Handa <handa@m17n.org>
6509
6510 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6511 Fix for a new character code space (22-bit).
6512
6513 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6514
6515 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6516
6517 2008-02-01 Kenichi Handa <handa@m17n.org>
6518
6519 * international/characters.el: Add more cases/syntaxes from Latin
6520 characters.
6521
6522 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6523
6524 * ps-def.el (installation-directory): Must be initialized when defining
6525 it in XEmacs.
6526 (coding-system-for-read): Eliminate duplicated definition.
6527
6528 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6529
6530 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6531
6532 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6533
6534 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6535 (ps-print-emacs-type): Eliminate variable.
6536 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6537 running ps-print package.
6538
6539 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6540 (ps-frame-parameter): Replace defun by defalias.
6541 (mark-active): Eliminate defvar.
6542
6543 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6544 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6545 (ps-jts-ps-setup): Replace macros by vector key definition.
6546
6547 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6548
6549 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6550 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6551 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6552 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6553 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6554 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6555 New command actions for EPS header and EPS footer.
6556
6557 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6558 footer. Fix some problems with one-or-more, zero-or-more and
6559 alternative constructions generation. Some implementation of log
6560 messages. Doc fix.
6561 (ebnf-version): New version 4.4.
6562 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6563 (ebnf-eps-footer, ebnf-log): New options.
6564 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6565 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6566 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6567 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6568 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6569 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6570 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6571 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6572 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6573 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6574 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6575 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6576 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6577 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6578 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6579 (ebnf-except-dimension, ebnf-alternative-dimension)
6580 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6581 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6582 Insert log message function.
6583 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6584 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6585 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6586 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6587 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6588 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6589 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6590 compatibility with Emacs 20 & 21.
6591 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6592 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6593 (ebnf-basic-empty-height): New variables.
6594 (ebnf-prologue): Fix PostScript code.
6595 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6596 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6597 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6598 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6599
6600 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6601
6602 * printing.el: Group together all XEmacs/Emacs definitions.
6603 (pr-version): New version 6.9.
6604 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6605 New functions.
6606 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6607 (pr-menu-bind): Fix code.
6608 (pr-e-frame-char-height, pr-e-frame-char-width)
6609 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6610 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6611 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6612 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6613 (pr-x-event-y-pixel): Eliminate aliases.
6614 (pr-xemacs-global-menubar): Move macro.
6615 (current-menubar, current-mouse-event, zmacs-region-stays)
6616 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6617 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6618 Move variables.
6619 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6620 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6621 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6622 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6623 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6624 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6625 Move functions.
6626
6627 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6628
6629 * ps-print.el: The ps-print commands without face printing should not
6630 print background color. Reported by Leo <sdl.web@gmail.com>.
6631 (ps-print-version): New version 7.2.2.
6632 (ps-begin-job): New arg. Fix ps-default-background and
6633 ps-default-foreground initialization.
6634 (ps-face-attributes): Fix doc string.
6635 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6636
6637 * printing.el: Fix ps-print link.
6638
6639 2008-02-01 Kenichi Handa <handa@m17n.org>
6640
6641 * international/mule-diag.el (list-character-sets-2): Don't print width.
6642
6643 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6644
6645 * ps-print.ps: Fix background height.
6646 (ps-print-version): New version 7.2.1.
6647
6648 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6649
6650 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6651 into separate files.
6652 (ps-print-version): New version 7.2.
6653 (ps-postscript-code-directory): Fix XEmacs initialization.
6654 (ps-generate-postscript-with-faces):
6655 Call ps-generate-postscript-with-faces1 (new function).
6656 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6657 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6658 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6659 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6660 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6661 Move functions to ps-def.el.
6662 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6663 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6664 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6665 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6666 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6667 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6668 Move functions to ps-samp.el.
6669
6670 * ps-bdf.el (installation-directory, coding-system-for-read):
6671 Move variables to ps-def.el.
6672
6673 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6674 (charset-bytes, charset-dimension, charset-id, charset-width)
6675 (find-charset-region, char-width, chars-in-region, forward-point)
6676 (decompose-composite-char, encode-coding-string, coding-system-p)
6677 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6678 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6679
6680 * ps-def.el: New file. XEmacs/Emacs definitions.
6681 (ps-generate-postscript-with-faces1): New function.
6682 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6683 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6684 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6685 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6686 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6687 Move functions from ps-print.el.
6688 (installation-directory, coding-system-for-read):
6689 Move variables from ps-bdf.el.
6690 (leading-code-private-22): Move variable from ps-mule.el.
6691 (charset-bytes, charset-dimension, charset-id, charset-width)
6692 (find-charset-region, char-width, chars-in-region, forward-point)
6693 (decompose-composite-char, encode-coding-string, coding-system-p)
6694 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6695 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6696
6697 * ps-samp.el: New file. Sample setup code.
6698 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6699 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6700 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6701 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6702 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6703 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6704 Move functions from ps-print.el.
6705
6706 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6707
6708 * ps-print.el: Handle frame parameters (background and/or foreground
6709 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6710 (ps-print-version): New version 7.1.
6711 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6712 (ps-frame-parameter): New function.
6713 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6714 Fix doc and customization.
6715 (ps-begin-job): Get frame parameters (background and/or foreground
6716 colors).
6717 (ps-do-despool): Ensure ps-printer-name has a valid value.
6718
6719 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6720
6721 * progmodes/ebnf-abn.el:
6722 * progmodes/ebnf-bnf.el:
6723 * progmodes/ebnf-dtd.el:
6724 * progmodes/ebnf-ebx.el:
6725 * progmodes/ebnf-iso.el:
6726 * progmodes/ebnf-otz.el:
6727 * progmodes/ebnf-yac.el:
6728 * progmodes/ebnf2ps.el:
6729 * delim-col.el:
6730 * printing.el:
6731 * ps-bdf.el:
6732 * ps-mule.el:
6733 * ps-print.el: Remove 'Time-stamp' comment mark.
6734
6735 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6736 'easy-menu-add-item' when called in Emacs 21 or higher.
6737
6738 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6739
6740 * ps-print.el : Fix doc.
6741 (ps-print-version): New version 7.0.
6742
6743 2008-02-01 Kenichi Handa <handa@m17n.org>
6744
6745 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6746 XMODIFIERS.
6747
6748 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6749
6750 * ps-print.el: Fix maintainer email. Eliminate function declaration
6751 that kept compatibility with older Emacs version.
6752 (ps-print-version): New version 6.7.
6753
6754 2008-02-01 Kenichi Handa <handa@m17n.org>
6755
6756 * international/quail.el (quail-get-translations):
6757 Make quail-current-key multibyte if not yet done.
6758
6759 2008-02-01 Zhang Wei <id.brep@gmail.com>
6760
6761 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6762 ("Chinese-GB18030"): Add sample-text and tutorial.
6763
6764 * international/fontset.el (font-encoding-alist)
6765 (setup-default-fontset): Add gb18030.
6766 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6767 (charset-script-alist): Add gbk and gb18030.
6768
6769 * international/characters.el: Put property
6770 preferred-coding-system on gbk and gb18030.
6771
6772 * international/mule-cmds.el (locale-language-names): Add an entry
6773 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6774
6775 * faces.el (face-font-registry-alternatives): Add gb18030.
6776
6777 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6778
6779 * ps-mule.el: Fix maintainer email.
6780
6781 2008-02-01 Kenichi Handa <handa@m17n.org>
6782
6783 * international/quail.el (quail-insert-kbd-layout): Check the
6784 length of (cdr translation).
6785 (quail-get-current-str): Check the length of (cdr def).
6786
6787 2008-02-01 Kenichi Handa <handa@m17n.org>
6788
6789 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6790
6791 2008-02-01 Kenichi Handa <handa@m17n.org>
6792
6793 * international/mule-cmds.el (ucs-insert): Re-implement.
6794
6795 2008-02-01 Kenichi Handa <handa@m17n.org>
6796
6797 * composite.el (terminal-composition-modification): New function.
6798 (terminal-composition-function): Create composition with the above
6799 modification function.
6800
6801 2008-02-01 Zhang Wei <id.brep@gmail.com>
6802
6803 * international/characters.el: Add more full-width characters in
6804 char-width-table.
6805
6806 2008-02-01 Kenichi Handa <handa@m17n.org>
6807
6808 * international/fontset.el (create-fontset-from-fontset-spec):
6809 Fix script name handling.
6810
6811 2008-02-01 Kenichi Handa <handa@m17n.org>
6812
6813 * composite.el (terminal-composition-function): New function.
6814 (terminal-composition-function-table): New variable.
6815 (auto-compose-chars): If running on a terminal, use
6816 terminal-composition-function-table.
6817
6818 * loadup.el: Load "composite" after "international/characters".
6819
6820 * international/characters.el: Delete codes for setting up charset
6821 property nospace-between-words. Fix setting up of
6822 char-width-table. Don't make ethiopic and tibetan double column.
6823
6824 * textmodes/fill.el (fill-find-break-point-function-table):
6825 Don't set it up in defvar.
6826 (fill-nospace-between-words-table): New variable.
6827 (fill-delete-newlines): Check fill-nospace-between-words-table
6828 instead of charset property nospcae-between-words.
6829
6830 2008-02-01 Kenichi Handa <handa@m17n.org>
6831
6832 * composite.el (global-auto-composition-mode): Make the initial
6833 value not depend on emacs-basic-display.
6834
6835 * textmodes/fill.el: Don't use charset property
6836 `fill-find-break-point-function'.
6837 (fill-find-break-point-function-table): New variable.
6838 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6839
6840 2008-02-01 Kenichi Handa <handa@m17n.org>
6841
6842 * international/mule.el (coding-system-list): Be sure to exclude
6843 subsidiary coding systems.
6844
6845 2008-02-01 Kenichi Handa <handa@m17n.org>
6846
6847 * composite.el (auto-composition-after-change)
6848 (toggle-auto-composition): Remove `auto-composed' property instead
6849 of setting it to nil.
6850
6851 2008-02-01 Kenichi Handa <handa@m17n.org>
6852
6853 * language/misc-lang.el (iso-8859-6): New coding system.
6854
6855 2008-02-01 Kenichi Handa <handa@m17n.org>
6856
6857 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6858 replace-regexp-in-string as replacement.
6859
6860 2008-02-01 Kenichi Handa <handa@m17n.org>
6861
6862 * international/fontset.el (otf-script-alist): Add byzm, math,
6863 musc, and nko.
6864
6865 * international/characters.el (script-list): Add nko,
6866 byzantine-musical-symbol, musical-symbol, and mathematical.
6867
6868 2008-02-01 Kenichi Handa <handa@m17n.org>
6869
6870 * composite.el (auto-compose-current-font): New variable.
6871 (auto-compose-chars): New arg FONT-OBJECT.
6872
6873 2008-02-01 Kenichi Handa <handa@m17n.org>
6874
6875 * international/characters.el: Modify category-table and
6876 script-table for new Ethiopic character range.
6877
6878 2008-02-01 Kenichi Handa <handa@m17n.org>
6879
6880 * international/mule-cmds.el (set-language-environment-fontset):
6881 Delete it.
6882
6883 2008-02-01 Kenichi Handa <handa@m17n.org>
6884
6885 * international/fontset.el (otf-script-alist): Set it.
6886
6887 2008-02-01 Kenichi Handa <handa@m17n.org>
6888
6889 * international/fontset.el (font-encoding-alist):
6890 Fix for "ethiopic-unicode".
6891
6892 2008-02-01 Kenichi Handa <handa@m17n.org>
6893
6894 * international/fontset.el (script-representative-chars):
6895 Add an entry for latin script.
6896
6897 2008-02-01 Kenichi Handa <handa@m17n.org>
6898
6899 * faces.el (font-weight-table): Treat regular and normal as the
6900 same as medium.
6901 (font-slant-table): Add (roman . 100).
6902
6903 2008-02-01 Kenichi Handa <handa@m17n.org>
6904
6905 These changes are for the new font handling codes.
6906
6907 * faces.el (font-weight-table, font-slant-table)
6908 (font-swidth-table): New customizable variables.
6909
6910 * international/fontset.el (font-encoding-alist): Add koi8-4.
6911 (script-representative-chars): Set the default value.
6912 (create-fontset-from-x-resource): Delete `message'.
6913
6914 2008-02-01 Kenichi Handa <handa@m17n.org>
6915
6916 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6917 Call set-buffer-multibyte with arg `to'.
6918
6919 2008-02-01 Kenichi Handa <handa@m17n.org>
6920
6921 * info.el (Info-fontify-node): Check if already fontified or not
6922 by next-single-property-change.
6923
6924 2008-02-01 Kenichi Handa <handa@m17n.org>
6925
6926 * international/mule.el (ctext-pre-write-conversion): Produce
6927 extra designation sequence for ASCII at the end off extended segment.
6928
6929 2008-02-01 Kenichi Handa <handa@m17n.org>
6930
6931 * international/mule.el (ctext-non-standard-encodings-table):
6932 Reverse the returning list.
6933 (ctext-pre-write-conversion): Fix encoding with extended segments.
6934
6935 * international/mule-conf.el (compound-text)
6936 (compound-text-with-extensions): Add long-form in :flags.
6937
6938 2008-02-01 Kenichi Handa <handa@m17n.org>
6939
6940 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6941 regexp for paring FONTSET-SPEC (allow spaces after `:').
6942
6943 2008-02-01 Kenichi Handa <handa@m17n.org>
6944
6945 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6946 for the case that a charset is specified as target.
6947
6948 2008-02-01 Kenichi Handa <handa@m17n.org>
6949
6950 * international/ccl.el (ccl-embed-string): Check string length.
6951 Set special flag for multibyte character sequence.
6952 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6953 str unibyte.
6954 (ccl-compile-write): If the character code doesn't fit in 22-bit
6955 (ccl-dump-write-const-string): Check special flag for multibyte
6956 character sequence.
6957
6958 2008-02-01 Kenichi Handa <handa@m17n.org>
6959
6960 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6961 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6962 ps-mule-eight-bit-char.
6963
6964 2008-02-01 Kenichi Handa <handa@m17n.org>
6965
6966 * language/chinese.el ("Chinese-BIG5"):
6967 Set ctext-non-standard-encodings property to "big5-0".
6968
6969 * international/mule.el (ctext-non-standard-encodings):
6970 Initialize to nil.
6971 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6972 entry for "big5-0".
6973 (ctext-non-standard-encodings-table): Return a list instead of
6974 char-table.
6975 (ctext-pre-write-conversion): Adjust for the above change.
6976
6977 2008-02-01 Zhang Wei <id.brep@gmail.com>
6978
6979 * international/mule.el (ctext-non-standard-encodings-alist):
6980 Add an entry for gbk-0.
6981 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6982 a row 8-bit.
6983
6984 * language/chinese.el ("Chinese-GBK"):
6985 Set ctext-non-standard-encodings property to "gbk-0".
6986 Add sample-text property.
6987
6988 2008-02-01 Kenichi Handa <handa@m17n.org>
6989
6990 * international/kkc.el (kkc-region): Use
6991 this-single-command-raw-keys on pushing back an unhandled key sequence.
6992
6993 2008-02-01 Kenichi Handa <handa@m17n.org>
6994
6995 * international/encoded-kb.el (encoded-kbd-mode):
6996 Check saved-input-mode on turning off Encoded Kbd mode.
6997
6998 * composite.el (auto-composition-after-change): Use save-buffer-state.
6999 (turn-on-auto-composition-if-enabled): Don't turn on
7000 auto-composition-mode in a unibyte buffer.
7001
7002 2008-02-01 Kenichi Handa <handa@m17n.org>
7003
7004 * startup.el (command-line): Use custom-reevaluate-setting for
7005 global-auto-composition-mode.
7006
7007 * composite.el (auto-composition-function): Make it buffer local.
7008 (auto-composition-mode): New minor mode.
7009 (turn-on-auto-composition-if-enabled): New function.
7010 (global-auto-composition-mode): New global minor mode.
7011
7012 2008-02-01 Kenichi Handa <handa@m17n.org>
7013
7014 * descr-text.el (describe-char): Use insert-text-button instead of
7015 widget-create for "customize what to show" button.
7016
7017 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7018
7019 * language/ethiopic.el: Fix copyright.
7020 (composition-function-table): Support a new character in Unicode 4.1.
7021
7022 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7023 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7024 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7025
7026 2008-02-01 Kenichi Handa <handa@m17n.org>
7027
7028 * international/characters.el: Register characters in
7029 auto-fill-chars. Put nospace-between-words to more charsets.
7030
7031 2008-02-01 Zhang Wei <id.brep@gmail.com>
7032
7033 * international/mule-cmds.el (locale-language-names): Add entries
7034 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7035 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7036
7037 2008-02-01 Kenichi Handa <handa@etlken>
7038
7039 * international/utf-7.el: Delete the definition of utf-7.
7040 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7041 Add autoload cookies.
7042
7043 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7044
7045 * term/mac-win.el: Delete the code to create a fontset from the X
7046 resource "Font".
7047
7048 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7049
7050 * international/robin.el (robin-define-package): Be sure to call
7051 put-char-code-property.
7052
7053 2008-02-01 Kenichi Handa <handa@m17n.org>
7054
7055 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7056 property to 1.
7057
7058 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7059 property to t.
7060
7061 * international/mule.el (coding-system-get):
7062 Check `ascii-incompatible' for backward compatiblity.
7063 (set-file-name-coding-system): Signal an error for a coding system
7064 not suitable for file name.
7065 (set-keyboard-coding-system): Signal an error for a coding system
7066 not suitable for keyboard.
7067
7068 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7069 Set :suitable-for-keyboard property to 1.
7070
7071 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7072 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7073
7074 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7075 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7076
7077 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7078
7079 * international/robin.el (robin-define-package): Delete redundant code.
7080 (robin-add-rule): Allow N-1 reverse conversion.
7081
7082 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7083
7084 * international/robin.el (robin-define-package): Make the
7085 expanded form shorter.
7086
7087 2008-02-01 Zhang Wei <id.brep@gmail.com>
7088
7089 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7090 chiense-iso-8bit.
7091
7092 2008-02-01 Kenichi Handa <handa@m17n.org>
7093
7094 * loadup.el: If we are byte-compiling unidata-gen.el or running
7095 unidata-ge-files, set purify-flag to nil.
7096
7097 2008-02-01 Kenichi Handa <handa@m17n.org>
7098
7099 * loadup.el: Load international/charprop.el with NOERROR t.
7100
7101 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7102
7103 2008-02-01 Kenichi Handa <handa@m17n.org>
7104
7105 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7106 New charsets and coding systems.
7107 (mac-symbol, mac-dingbats): New charsets.
7108
7109 2008-02-01 Kenichi Handa <handa@m17n.org>
7110
7111 * international/characters.el: Set syntax of NBSP to punctuation.
7112
7113 2008-02-01 Kenichi Handa <handa@m17n.org>
7114
7115 * international/mule-cmds.el: Don't require wid-edit.
7116
7117 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7118
7119 * international/robin.el: New file.
7120
7121 * language/ethiopic.el: Change encoding to utf-8-emacs.
7122 Register ethio-composition-function in composition-function-table.
7123 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7124
7125 * language/ethio-util.el: Change encoding to utf-8-emacs.
7126 Rewrite all transliteration functions to use robin.el.
7127 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7128 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7129 (ethio-prefer-ascii-punctuation): Delete variables.
7130 (ethio-char-to-ethiocode, ethio-convert-digit)
7131 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7132 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7133 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7134 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7135 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7136 (ethio-adjust-robin, ethio-composition-function)
7137 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7138 (ethio-sera-to-fidel-region-ethio)
7139 (ethio-sera-to-fidel-region-noethio)
7140 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7141 New functions.
7142
7143 2008-02-01 Miles Bader <miles@gnu.org>
7144
7145 * international/mule.el (auto-coding-regexp-alist)
7146 (ctext-pre-write-conversion): Replace embedded control characters
7147 with octal escapes; this prevents diff from thinking the file is binary.
7148
7149 2008-02-01 Miles Bader <miles@gnu.org>
7150
7151 * descr-text.el (describe-char-unidata-list):
7152 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7153 (byte-compile-insert-header):
7154 * international/mule.el (charset-list, set-coding-priority)
7155 (ignore-relative-composition):
7156 * international/mule-util.el (detect-coding-with-priority):
7157 * international/mule-diag.el:
7158 * international/mule-cmds.el (language-info-custom-alist):
7159 * international/codepage.el (codepage-setup):
7160 Replace references to Emacs version "22" with "23".
7161
7162 2008-02-01 Kenichi Handa <handa@m17n.org>
7163
7164 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7165
7166 * international/fontset.el (font-encoding-alist): Add an entry for
7167 microsoft-cp1251.
7168 (setup-default-fontset): Add entries for microsoft-cp1251 and
7169 koi8-r for cyrillic.
7170
7171 * international/mule-cmds.el (char-code-property-alist): New variable.
7172 (define-char-code-property): New function.
7173 (get-char-code-property, put-char-code-property): Handle a
7174 char-table registerd in char-code-property-alist.
7175 (set-language-environment): Check :ascii-compatible-p property of
7176 nonascii charset instead of its dimension.
7177
7178 * international/uni-bidi.el, international/uni-category.el:
7179 * international/uni-combining.el, international/uni-comment.el:
7180 * international/uni-decimal.el, international/uni-decomposition.el:
7181 * international/uni-digit.el, international/uni-lowercase.el:
7182 * international/uni-mirrored.el, international/uni-name.el:
7183 * international/uni-numeric.el, international/uni-old-name.el:
7184 * international/uni-titlecase.el, international/uni-uppercase.el:
7185 * international/charprop.el: New files automatically generated by
7186 admin/unidata/Makefile.
7187
7188 * loadup.el: Load internationnal/charprop.el.
7189
7190 * descr-text.el (describe-char-unidata-list): New variable.
7191 (describe-char-unicode-data): Use char-code-property-description.
7192 (describe-char): Add lines for describing Unicode-based character
7193 properties.
7194
7195 2008-02-01 Kenichi Handa <handa@m17n.org>
7196
7197 * textmodes/ispell.el: These changes are to fix the code merged
7198 from trunk for the change on 2008-02-01.
7199 (ispell-unified-chars-table): Delete it.
7200 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7201
7202 2008-02-01 Kenichi Handa <handa@m17n.org>
7203
7204 * international/mule-util.el (char-displayable-p): Check
7205 :charset-list property of CODING.
7206
7207 2008-02-01 Kenichi Handa <handa@m17n.org>
7208
7209 * international/mule-cmds.el (select-safe-coding-system-interactively):
7210 Change 'mime-charset to :mime-charset.
7211 (select-safe-coding-system): Use above.
7212 (set-language-environment): Delete unnecessary code for handling
7213 overriding-fontspec.
7214
7215 2008-02-01 Kenichi Handa <handa@m17n.org>
7216
7217 * international/mule-conf.el: New coding system aliases unix, dos,
7218 and mac.
7219
7220 2008-02-01 Kenichi Handa <handa@m17n.org>
7221
7222 * international/titdic-cnv.el (tit-process-header): Fix embedded
7223 coding tag.
7224 (titdic-convert): Bind coding-system-for-write to the coding
7225 system specfied in the map file. Remove `charset' property after
7226 decoding.
7227 (miscdic-convert): Bind coding-system-for-write to the coding
7228 system specfied for the map file. Fix LANGUAGE arg to
7229 quail-define-package.
7230 (batch-miscdic-convert): Check if a file is directory or not.
7231
7232 2008-02-01 Kenichi Handa <handa@m17n.org>
7233
7234 * international/mule.el (coding-system-equal): Move from mule-util.el.
7235
7236 * international/mule-util.el (coding-system-equal): Move to mule.el.
7237
7238 2008-02-01 Kenichi Handa <handa@m17n.org>
7239
7240 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7241 New function.
7242 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7243 Support multibyte charsets.
7244
7245 2008-02-01 Kenichi Handa <handa@m17n.org>
7246
7247 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7248 to eight-bit chars.
7249
7250 * international/mule-conf.el: Don't define coding system
7251 `undecided' here.
7252
7253 2008-02-01 Kenichi Handa <handa@m17n.org>
7254
7255 * international/mule-cmds.el (locale-language-names): Fix for
7256 gb18030 and gdk.
7257
7258 2008-02-01 Kenichi Handa <handa@m17n.org>
7259
7260 * international/fontset.el (font-encoding-alist): Add gbk.
7261 (charset-script-alist): Add chinese-gbk.
7262
7263 2008-02-01 Kenichi Handa <handa@m17n.org>
7264
7265 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7266
7267 2008-02-01 Kenichi Handa <handa@m17n.org>
7268
7269 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7270
7271 2008-02-01 Kenichi Handa <handa@m17n.org>
7272
7273 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7274 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7275 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7276
7277 2008-02-01 Kenichi Handa <handa@m17n.org>
7278
7279 * descr-text.el (describe-char): Fix for the case CODE is a cons
7280 of integers.
7281
7282 2008-02-01 Steven Tamm <steventamm@mac.com>
7283
7284 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7285 (mac-standard-fontset-spec): Create.
7286
7287 2008-02-01 Kenichi Handa <handa@m17n.org>
7288
7289 * international/mule-diag.el (unicode-data):
7290 Call find-file-noselect with NOWARN t.
7291
7292 2008-02-01 Kenichi Handa <handa@m17n.org>
7293
7294 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7295
7296 2008-02-01 Kenichi Handa <handa@m17n.org>
7297
7298 * international/characters.el: Give more CJK characters the
7299 category `|'.
7300
7301 * descr-text.el (describe-char): Make it work on *Help* buffer.
7302 Suppress auto-composition on a region describing about composition.
7303
7304 * language/european.el (diacritic-compose-region)
7305 (diacritic-compose-string, diacritic-composition-function):
7306 Compose diacritical marks only with a character whose syntax is
7307 word constituent.
7308 (diacritic-post-read-conversion): Delete it.
7309
7310 2008-02-01 Kenichi Handa <handa@m17n.org>
7311
7312 * composite.el (auto-compose-chars): Execute the main code in
7313 condition-case.
7314
7315 2008-02-01 Kenichi Handa <handa@m17n.org>
7316
7317 * international/fontset.el (x-complement-fontset-spec):
7318 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7319
7320 2008-02-01 Kenichi Handa <handa@m17n.org>
7321
7322 * international/characters.el (next-word-boundary-kana):
7323 Handle half-width kana.
7324
7325 2008-02-01 Kenichi Handa <handa@m17n.org>
7326
7327 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7328
7329 2008-02-01 Kenichi Handa <handa@m17n.org>
7330
7331 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7332
7333 * mail/rmail.el (rmail-decode-babyl-format):
7334 Use with-coding-priority instead of detect-coding-with-priority.
7335
7336 2008-02-01 Kenichi Handa <handa@m17n.org>
7337
7338 * international/mule.el (make-translation-table)
7339 (make-translation-table-from-vector): Set the second extra slot of
7340 the char table to 1.
7341 (make-translation-table-from-alist): Fix handling of multiple entries.
7342
7343 2008-02-01 Kenichi Handa <handa@m17n.org>
7344
7345 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7346 New translation tables.
7347
7348 * international/mule.el (make-translation-table-from-alist):
7349 New function.
7350
7351 2008-02-01 Kenichi Handa <handa@m17n.org>
7352
7353 * international/mule.el (translate-region): Re-implement it here.
7354 Make it interactive.
7355
7356 2008-02-01 Kenichi Handa <handa@m17n.org>
7357
7358 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7359
7360 2008-02-01 Kenichi Handa <handa@m17n.org>
7361
7362 * international/mule-conf.el (chinese-cns11643-15): New charset.
7363
7364 2008-02-01 Kenichi Handa <handa@m17n.org>
7365
7366 * international/fontset.el (font-encoding-alist): Add entries for
7367 variations of cns11643 fonts.
7368 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7369
7370 2008-02-01 Kenichi Handa <handa@m17n.org>
7371
7372 * international/mule-diag.el (list-charset-chars): Put charset
7373 text property.
7374
7375 * international/fontset.el (setup-default-fontset): Delete the
7376 entry for symbol script, add JISX0213 to kana script, specify
7377 fallback fonts.
7378
7379 2008-02-01 Kenichi Handa <handa@m17n.org>
7380
7381 * international/fontset.el (setup-default-fontset)
7382 (font-encoding-alist): Register "JISX0213.2004-1".
7383
7384 * international/mule-diag.el (list-character-sets): Fix the first
7385 line message.
7386 (sort-listed-character-sets): Adjust for the change of
7387 list-characters-sets-1.
7388 (list-character-sets-1): List supplementary character sets in a
7389 different section.
7390 (list-charset-chars): Validate charset at early stage.
7391
7392 * international/characters.el: Fix `han' script range.
7393
7394 * international/mule-conf.el (japanese-jisx0213.2004-1):
7395 Specify :code-space.
7396 (cp932-2-byte): Fix :code-space.
7397 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7398
7399 2008-02-01 Kenichi Handa <handa@m17n.org>
7400
7401 * international/mule-conf.el (japanese-jisx0213.2004-1):
7402 Specify :dimension 2.
7403
7404 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7405 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7406 New coding systems.
7407 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7408 aliases.
7409 ("Japanese"): Add new charsets and coding systems.
7410
7411 2008-02-01 Kenichi Handa <handa@m17n.org>
7412
7413 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7414 Rename from japanese-ucs-cp932-map.
7415 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7416 (japanese-ucs-glibc-map): Delete this translation table.
7417 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7418 New translation tables.
7419
7420 2008-02-01 Kenichi Handa <handa@m17n.org>
7421
7422 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7423
7424 2008-02-01 Kenichi Handa <handa@m17n.org>
7425
7426 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7427
7428 2008-02-01 Kenichi Handa <handa@m17n.org>
7429
7430 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7431 tables japanese-ucs-*-map.
7432
7433 2008-02-01 Kenichi Handa <handa@m17n.org>
7434
7435 * international/eucjp-ms.el: New file (automatically generated by
7436 admin/charsets/Makefile).
7437
7438 * international/cp51932.el: New file (automatically generated by
7439 admin/charsets/Makefile).
7440
7441 * language/japanese.el: Load cp51932 and eucjp-ms.
7442 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7443 (japanese-ucs-glibc-map): New translation tables.
7444 (eucjp-ms): New coding system.
7445
7446 * international/mule.el (coding-system-put): Delete it.
7447 It's implemented in C now.
7448
7449 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7450 (japanese-jisx0213-a): New supplementary charset.
7451 (japanese-jisx0213.2004-1): New charset.
7452
7453 2008-02-01 Kenichi Handa <handa@m17n.org>
7454
7455 * language/japanese.el (japanese-cp932): New coding system.
7456 (cp932): New alias of it.
7457
7458 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7459 (cp932): New charsets.
7460
7461 * international/mule.el (define-charset): If :code-space is not
7462 given, generate it from :dimension.
7463
7464 2008-02-01 Kenichi Handa <handa@m17n.org>
7465
7466 * composite.el (reference-point-alist): Doc fix.
7467 (encode-composition-rule, decode-composition-rule):
7468 Handle a rule (GREF NREF XOFF YOFF).
7469
7470 2008-02-01 Kenichi Handa <handa@m17n.org>
7471
7472 * language/european.el (diacritic-composition-function): Fix for
7473 the case that POS is at the head. Allow combining with more characters.
7474
7475 2008-02-01 Kenichi Handa <handa@m17n.org>
7476
7477 * descr-text.el (describe-char): Check `charset' property.
7478 Show the code point in the charset in hexadigits.
7479
7480 * international/mule-diag.el (stretches-for-character-list):
7481 Delete it.
7482 (list-block-of-chars): Use tabs instead of `display' property for
7483 aligning characters.
7484 (print-fontset-element): Fix the printing of XLFD.
7485
7486 2008-02-01 Kenichi Handa <handa@m17n.org>
7487
7488 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7489 New function.
7490 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7491 handling utf-8.
7492
7493 2008-02-01 Kenichi Handa <handa@m17n.org>
7494
7495 * faces.el (read-face-font): Include fontsets in the completion list.
7496
7497 * international/mule-cmds.el (set-locale-environment):
7498 Insert locale-translation-file-name in a unibyte buffer.
7499
7500 * international/characters.el: Fix setting of category `|'.
7501
7502 2008-02-01 Kenichi Handa <handa@m17n.org>
7503
7504 * language/chinese.el (chinese-gb18030): Fix :charset-list.
7505
7506 2008-02-01 Kenichi Handa <handa@m17n.org>
7507
7508 * international/mule-cmds.el (select-safe-coding-system): Fix for
7509 the case that the first element of default-coding-system is t.
7510 Fix a message when some coding systems are rejected.
7511
7512 2008-02-01 Kenichi Handa <handa@m17n.org>
7513
7514 * international/mule-cmds.el (set-language-environment): Put
7515 higher priority to charsets listed in `charset' property of the
7516 language environment.
7517
7518 2008-02-01 Kenichi Handa <handa@m17n.org>
7519
7520 * composite.el (auto-compose-chars): Don't do unnecessary
7521 save-exclusion and save-restriction.
7522
7523 2008-02-01 Kenichi Handa <handa@m17n.org>
7524
7525 * international/mule-conf.el (ctext-no-compositions):
7526 Remove garbage arguments.
7527
7528 * international/mule.el (make-coding-system): Fix generation of
7529 properties.
7530
7531 * international/fontset.el (setup-default-fontset): Specify fonts
7532 for `symbol' script.
7533
7534 * international/characters.el (script-list): Include `currency'
7535 in `symbol'.
7536
7537 2008-02-01 Alex Schroeder <alex@gnu.org>
7538
7539 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7540 8601 format (a capital T between the date and the time).
7541
7542 2008-02-01 Kenichi Handa <handa@m17n.org>
7543
7544 * international/mule.el (private-char-area-1-min)
7545 (private-char-area-1-max, private-char-area-2-min)
7546 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7547 (convert-define-charset-argument): New function.
7548 (define-charset): Handle the old calling style.
7549 Update emacs-mule-charset-table.
7550 (make-char-internal): New function.
7551
7552 2008-02-01 Jason Rumney <jasonr@gnu.org>
7553
7554 * w32-charset-info-alist: Define iso10646-1 always.
7555
7556 2008-02-01 Kenichi Handa <handa@m17n.org>
7557
7558 * composite.el (compose-region): Doc fix (delete duplicated line).
7559
7560 2008-02-01 Kenichi Handa <handa@m17n.org>
7561
7562 * international/characters.el: Fix syntax for Ethiopic.
7563
7564 2008-02-01 Jason Rumney <jasonr@gnu.org>
7565
7566 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7567
7568 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7569 Add international/latin1-disp.el.
7570 (LC_ALL): Define as C.
7571
7572 2008-02-01 Jason Rumney <jasonr@gnu.org>
7573
7574 * term/w32-win.el: Don't set fontsets to use sjis.
7575
7576 2008-02-01 Kenichi Handa <handa@m17n.org>
7577
7578 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7579 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7580
7581 2008-02-01 Kenichi Handa <handa@m17n.org>
7582
7583 * composite.el (auto-composition-chunk-size): Delete variable.
7584 (auto-compose-chars): Always stop after processing a newline.
7585
7586 2008-02-01 Kenichi Handa <handa@m17n.org>
7587
7588 * international/mule.el (define-coding-system): Fix attribute
7589 name :for-unibyte.
7590
7591 2008-02-01 Kenichi Handa <handa@m17n.org>
7592
7593 * ps-bdf.el: Largely re-write.
7594
7595 * ps-mule.el: Largely re-write.
7596
7597 * ps-print.el (ps-generate-string-list): Delete function.
7598 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7599 (ps-header-footer-string): Delete function.
7600 (ps-encode-header-string-function): New variable.
7601 (ps-generate-header-line): Call ps-encode-header-string-function.
7602 (ps-basic-plot-string-function): New variable
7603 (ps-begin-job): Set ps-basic-plot-string-function and
7604 ps-encode-header-string-function. For setting up headers and
7605 footers, don't use caches such as ps-rh-cache. Don't call
7606 ps-mule-begin-page.
7607 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7608 Don't call ps-mule-prepare-ascii-font.
7609 (ps-plot-region): Don't pay attention to composition and
7610 non-ASCII characters.
7611 (ps-generate): Call ps-mule-end-job.
7612 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7613 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7614 (ps-mule-end-job): Declare autoload.
7615
7616 * composite.el (auto-compose-region): New function.
7617
7618 2008-02-01 Dave Love <fx@gnu.org>
7619
7620 * international/mule-util.el
7621 (detect-coding-with-language-environment): Doc fix.
7622
7623 * composite.el: Doc fixes.
7624 (auto-compose-chars): Use functionp, not fboundp.
7625
7626 * international/mule-diag.el (list-charset-chars): Set buffer file
7627 coding system.
7628
7629 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7630 cookie. Doc fix.
7631
7632 2008-02-01 Dave Love <fx@gnu.org>
7633
7634 * international/mule-diag.el (list-charset-chars): Set buffer file
7635 coding system.
7636
7637 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7638 cookie. Doc fix.
7639
7640 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7641 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7642 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7643 * eshell/esh-opt.el (eshell-process-option):
7644 * emulation/keypad.el (keypad-setup):
7645 * emacs-lisp/lisp-mode.el (prin1-char):
7646 * emacs-lisp/generic.el (generic-mode-set-comments):
7647 * edmacro.el (edmacro-parse-keys):
7648 * disp-table.el (standard-display-default): Use characterp.
7649
7650 2008-02-01 Kenichi Handa <handa@m17n.org>
7651
7652 * international/mule-conf.el (utf-16-be): Make it an alias of
7653 utf-16be-with-signature.
7654 (utf-16-le): Make it an alias of utf-16le-with-signature.
7655 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7656 coding system aliases.
7657
7658 * international/utf-7.el (utf-7-decode, utf-7-encode):
7659 Use utf-16be, not utf-16-be.
7660
7661 2008-02-01 Kenichi Handa <handa@m17n.org>
7662
7663 * international/mule.el (coding-system-category): New function.
7664 (set-coding-priority): Re-write.
7665 (make-translation-table): Re-write.
7666
7667 * international/mule-cmds.el (universal-coding-system-argument):
7668 Check the coding system type `undecided', not `t'.
7669 (sort-coding-systems): Fix for iso-2022 coding systems.
7670 (find-multibyte-characters): Fix for eight-bit chars.
7671 (set-language-environment): Set charset priorities according to
7672 the charsets supported by the coding systems of higher priorities.
7673
7674 2008-02-01 Kenichi Handa <handa@m17n.org>
7675
7676 * font-lock.el
7677 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7678 Check (match-end 2) before going there.
7679
7680 2008-02-01 Kenichi Handa <handa@m17n.org>
7681
7682 * international/mule.el (ctext-non-standard-designations-alist):
7683 Exclude entries for iso8859-1[03456]. Fix docstring.
7684 (ctext-pre-write-conversion): Make it work for the case that FROM
7685 is a string. Don't do unnecessary save-restriction and
7686 narrow-to-region.
7687
7688 2008-02-01 Kenichi Handa <handa@m17n.org>
7689
7690 * international/mule.el (ctext-non-standard-encodings-alist):
7691 Rename from non-standard-icccm-encodings-alist.
7692 (ctext-non-standard-encodings-regexp): New variable
7693 (ctext-post-read-conversion): Full rewrite.
7694 (ctext-non-standard-designations-alist): Rename from
7695 non-standard-designations-alist.
7696 (ctext-pre-write-conversion): Full rewrite.
7697 (define-coding-system): Doc fix (escape '"' by '\').
7698
7699 2008-02-01 Dave Love <fx@gnu.org>
7700
7701 * international/mule-conf.el (utf-16le, utf-16be-16be)
7702 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7703 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7704 `-16-{b,l}e-' and define aliases for the old names.
7705
7706 * international/mule.el (define-coding-system): Doc fix.
7707
7708 2008-02-01 Dave Love <fx@gnu.org>
7709
7710 * international/utf-7.el: New file.
7711
7712 * international/mule-conf.el (utf-7): New.
7713
7714 2008-02-01 Kenichi Handa <handa@m17n.org>
7715
7716 * international/mule-conf.el (utf-16): Add :endian 'big.
7717
7718 * international/mule.el (define-coding-system): Fix docstring
7719 about :bom and :endian.
7720
7721 2008-02-01 Dave Love <fx@gnu.org>
7722
7723 * international/mule-diag.el (describe-character-set):
7724 Fix printing dimensions. Use `×', not `x'.
7725
7726 2008-02-01 Kenichi Handa <handa@m17n.org>
7727
7728 * international/fontset.el: Register CDAC fonts in
7729 face-font-rescale-alist instead of face-resizing-fonts.
7730
7731 2008-02-01 Kenichi Handa <handa@m17n.org>
7732
7733 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7734 (utf-16-be): Rename from utf-16-be-nosig.
7735 (utf-16-le-with-signature): Rename from utf-16-le.
7736 (utf-16-be-with-signature): Rename from utf-16-be.
7737 (utf-16): Set :bom to (utf-16-le-with-signature .
7738 utf-16-be-with-signature).
7739
7740 2008-02-01 Dave Love <fx@gnu.org>
7741
7742 * language/georgian.el (georgian-ps, georgian-academy): New coding
7743 system.
7744
7745 * language/chinese.el (chinese-big5-hkscs): New coding system.
7746 (big5-hkscs, cn-big5-hkscs): New aliases.
7747
7748 * international/mule-conf.el (big5-hkscs, georgian-academy):
7749 New charset.
7750 (ibm1047): Doc fix.
7751 (pt154): Add mime-charset.
7752 (ptcp154, cp154): New aliases.
7753
7754 2008-02-01 Dave Love <fx@gnu.org>
7755
7756 * international/mule.el (charset-iso-final-char, define-coding-system):
7757 Doc fix.
7758
7759 2008-02-01 Kenichi Handa <handa@m17n.org>
7760
7761 * international/ccl.el (define-ccl-program): Fset charset-id
7762 to charset-id-internal temporarily.
7763
7764 2008-02-01 Kenichi Handa <handa@m17n.org>
7765
7766 * international/mule-diag.el (list-block-of-chars):
7767 Use decode-char instead of make-char.
7768
7769 2008-02-01 Kenichi Handa <handa@m17n.org>
7770
7771 * international/fontset.el: Enable the default fontset to use
7772 unicode fonts for ASCII characters.
7773 (x-decompose-font-name): Don't try to resolve PATTERN by
7774 x-resolve-font-name.
7775 (x-complement-fontset-spec): Never prepend an ASCII font.
7776 (create-fontset-from-fontset-spec): If a fontset of the same name
7777 already exists, override it instead of signalling an error. Don't
7778 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7779
7780 * international/mule-conf.el (unicode-bmp): Delete duplicated
7781 definition. Give it :code-offset 0.
7782
7783 * international/mule-diag.el (print-fontset-element): New function.
7784 (print-fontset): Use print-fontset-element to print the elements
7785 of a fontset. Use it also to print fonts fallen back to the
7786 default fontsets.
7787
7788 * term/x-win.el: Delete the code to create a fontset from the X
7789 resource "Font".
7790
7791 2008-02-01 Kenichi Handa <handa@m17n.org>
7792
7793 * international/mule-diag.el (print-fontset): Insert proper
7794 newline and indentation spaces.
7795
7796 2008-02-01 Dave Love <fx@gnu.org>
7797
7798 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7799 multibyte-char-to-unibyte.
7800
7801 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7802
7803 * international/mule-cmds.el (find-coding-systems-for-charsets):
7804 Use coding-system-type, coding-system-charset-list.
7805 (standard-keyboard-coding-systems): Delete.
7806 (set-locale-environment): Maybe set keyboard coding system.
7807 Avoid typical warning about codeset in C locale.
7808
7809 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7810
7811 * international/fontset.el (x-complement-fontset-spec): If a
7812 fontname doesn't conform to XLFD format, try to get XLFD name by
7813 x-list-fonts.
7814
7815 2008-02-01 Dave Love <fx@gnu.org>
7816
7817 * international/mule-conf.el (mik, pt154): New charsets.
7818
7819 * language/cyrillic.el (mik, pt154): New coding systems.
7820
7821 2008-02-01 Dave Love <fx@gnu.org>
7822
7823 * international/characters.el: Move parts around so that syntax
7824 definitions aren't overwritten wrongly.
7825
7826 * international/mule-diag.el (unicode-data): Fix treatment of
7827 numeric-value fields.
7828
7829 2008-02-01 Dave Love <fx@gnu.org>
7830
7831 * progmodes/cap-words.el: New file.
7832
7833 2008-02-01 Kenichi Handa <handa@m17n.org>
7834
7835 The following changes are to make character composition happen
7836 automatically on displaying.
7837
7838 * composite.el: Remove all autoload cookies.
7839 (composition-function-table): Move variable declaration from
7840 composite.c. Change format.
7841 (save-buffer-state): Copy from font-lock.el.
7842 (auto-composition-chunk-size): New variable.
7843 (auto-compose-chars): New function. Set
7844 auto-composition-function to it.
7845 (toggle-auto-composition): New function.
7846
7847 * international/characters.el: Make all chararacters in the
7848 charset tibetan to tibetan script.
7849
7850 * international/mule-conf.el (tibetan): Fix :code-space property.
7851 (tibetan-1-column): Delete :superset property, add :code-offset
7852 property.
7853
7854 * international/quail.el (quail-input-string-to-events): Don't
7855 generate compose-chars-after events.
7856
7857 * language/devanagari.el: Register devanagari-composable-function
7858 in composition-function-table for Devanagari characters.
7859
7860 * language/devan-util.el: Register devanagari-composable-pattern
7861 in indian-composable-pattern.
7862 (devanagari-composition-function): Add autoload cookie. Change
7863 arguments to conform to composition-function-table.
7864
7865 * language/european.el: Register combining characters in
7866 composition-function-table.
7867 (diacritic-composition-function): Change arguments to conform to
7868 composition-function-table.
7869
7870 * language/indian.el (indian-composable-pattern): New variable.
7871
7872 * language/ind-util.el (indian-compose-region): Don't call
7873 compose-chars-after, instead call a function registered in
7874 composition-function-table.
7875
7876 * language/lao.el: Register lao-composition-function in
7877 composition-function-table for Lao vowels and tones.
7878 (lao): Don't use lao-post-read-conversion.
7879
7880 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7881 (lao-composition-function): Change arguments to conform to
7882 composition-function-table.
7883
7884 * language/thai.el: Register thai-composition-function in
7885 composition-function-table for Thai vowels and tones.
7886 (thai-tis620): Don't use thai-post-read-conversion.
7887
7888 * language/thai-util.el (thai-post-read-conversion): Delete function.
7889 (thai-composition-function): Change arguments to conform to
7890 composition-function-table.
7891
7892 * language/tibetan.el: Register tibetan-composition-function in
7893 composition-function-table for Tibetan characters.
7894
7895 * language/tibet-util.el (tibetan-composition-function):
7896 Change arguments to conform to composition-function-table.
7897
7898 * loadup.el: Load composite.
7899
7900 2008-02-01 Dave Love <fx@gnu.org>
7901
7902 * international/mule-diag.el (unicode-data): Find unicodedata-file
7903 literally.
7904
7905 2008-02-01 Dave Love <fx@gnu.org>
7906
7907 * international/fontset.el: Doc fixes.
7908 ("fontset-default"): Add iso8859-15.
7909
7910 2008-02-01 Kenichi Handa <handa@m17n.org>
7911
7912 * international/fontset.el ("fontset-default"): Add an entry for
7913 `indian-is13194' charset.
7914
7915 * international/mule-conf.el (indian-is13194): Delete :unify-map
7916 property. Don't unify this charset.
7917 (indian-2-column): Delete :superset property, add :code-offset property.
7918
7919 * language/devan-util.el: Delete the superfluous autoload cookie
7920 near the head of the file.
7921 (devanagari-compose-region): Add autoload cookie.
7922
7923 * language/ind-util.el (indian-2-column-to-ucs-region):
7924 Add autoload cookie.
7925
7926 2008-02-01 Kenichi Handa <handa@m17n.org>
7927
7928 * international/fontset.el ("fontset-default"): Add an entry for
7929 `devanagari' script and `malayalam-glyph' charset.
7930 (face-resizing-fonts): Register CDAC fonts.
7931
7932 * international/mule-conf.el (malayalam-glyph): New charset.
7933
7934 2008-02-01 Dave Love <fx@gnu.org>
7935
7936 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7937
7938 2008-02-01 Dave Love <fx@gnu.org>
7939
7940 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7941
7942 * term/x-win.el: Remove some ancient compatibility code. Populate
7943 x-keysym-table.
7944
7945 * international/mule-cmds.el (wid-edit): Require when compiling.
7946 (set-locale-environment): Check locale against coding system
7947 aliases too.
7948
7949 2008-02-01 Kenichi Handa <handa@m17n.org>
7950
7951 * language/indian.el (in-is13194-devanagari):
7952 Fix :post-read-conversion and :pre-write-conversion.
7953
7954 2008-02-01 Dave Love <fx@gnu.org>
7955
7956 * international/mule-cmds.el (charset): Supply doc, :tag.
7957
7958 2008-02-01 Kenichi Handa <handa@m17n.org>
7959
7960 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7961 return a unibyte string.
7962
7963 2008-02-01 Kenichi Handa <handa@m17n.org>
7964
7965 * international/mule-cmds.el (set-locale-environment):
7966 Delete superfluous ')'s at the tail.
7967
7968 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7969
7970 * international/mule.el (define-coding-system): Fix typo;
7971 "docode" -> "decode".
7972
7973 2008-02-01 Dave Love <fx@gnu.org>
7974
7975 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7976 Add string-make-unibyte string-make-multibyte string-to-multibyte
7977 string-as-multibyte string-as-unibyte.
7978
7979 2008-02-01 Dave Love <fx@gnu.org>
7980
7981 * language/english.el (ibm1047, cp1047): New.
7982
7983 * international/mule-conf.el (alternativnyj): Use new table.
7984 (cp866): Define standalone, not as alias.
7985 (ibm866): Change alias.
7986 (ibm1047): New.
7987
7988 * language/cyrillic.el (cyrillic-alternativnyj):
7989 Remove mime-charset. Use alternativnj charset.
7990 (cp866): Remove alias. Define standalone.
7991
7992 2008-02-01 Dave Love <fx@gnu.org>
7993
7994 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7995
7996 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7997 ("Tajik", "Belarusian"): Fix charset.
7998
7999 * international/mule-cmds.el (describe-language-environment):
8000 Be case-insensitive when looking for input methods.
8001 (locale-name-match): Doc fix.
8002 (locale-charset-match-p): New.
8003 (set-locale-environment): Warn if coding system doesn't agree
8004 with system locale.
8005
8006 2008-02-01 Kenichi Handa <handa@m17n.org>
8007
8008 * international/mule-cmds.el (select-safe-coding-system): If
8009 :mime-charset property of a coding system is not equal to that
8010 coding system, don't show that :mime-charset name.
8011
8012 2008-02-01 Dave Love <fx@gnu.org>
8013
8014 * international/quail.el (quail-help): Fix underlining.
8015
8016 * language/chinese.el (chinese-gb18030, gb18030)
8017 ("Chinese-GB18030"): New.
8018
8019 * international/mule-cmds.el (locale-language-names): Add GB18030.
8020
8021 * international/swedish.el: Don't require latin-1.
8022
8023 2008-02-01 Dave Love <fx@gnu.org>
8024
8025 * language/czech.el ("Czech"):
8026 * language/slovak.el ("Slovak"):
8027 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8028
8029 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8030 (cp737): New coding system.
8031
8032 * language/european.el: Remove unibyte-syntax properties.
8033 Augment some coding-system properties.
8034
8035 * international/mule-cmds.el (set-language-environment):
8036 Check for charset property of environment.
8037 (language-info-alist): Doc fix.
8038
8039 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8040
8041 * international/characters.el: Add Latin-1.
8042
8043 * international/latin-1.el, international/latin-2.el,
8044 * international/latin-3.el, international/latin-4.el,
8045 * international/latin-5.el, international/latin-8.el,
8046 * international/latin-9.el: Delete.
8047
8048 * loadup.el: Remove international/latin-N.el.
8049
8050 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8051 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8052 Undo last changes.
8053
8054 * international/mule-diag.el (unicode-data): Check that
8055 `unicodedata-file' exists.
8056
8057 2008-02-01 Kenichi Handa <handa@m17n.org>
8058
8059 * international/fontset.el (charset-script-alist): Fix script names.
8060
8061 2008-02-01 Kenichi Handa <handa@m17n.org>
8062
8063 * international/latin-1.el: Bind set-case-syntax-charset to
8064 iso-8859-1. Never provide latin-1.
8065
8066 * international/latin-2.el: Bind set-case-syntax-charset to
8067 iso-8859-2. Never provide latin-2.
8068
8069 * international/latin-3.el: Bind set-case-syntax-charset to
8070 iso-8859-3. Never provide latin-3.
8071
8072 * international/latin-4.el: Bind set-case-syntax-charset to
8073 iso-8859-4. Never provide latin-4.
8074
8075 * international/latin-5.el: Bind set-case-syntax-charset to
8076 iso-8859-9. Never provide latin-5.
8077
8078 * international/latin-8.el: Bind set-case-syntax-charset to
8079 iso-8859-14. Never provide latin-8.
8080
8081 * international/latin-9.el: Bind set-case-syntax-charset to
8082 iso-8859-15. Never provide latin-9.
8083
8084 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8085 (set-case-syntax-charset): New variable.
8086 (set-case-syntax-1): New function.
8087 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8088 Call set-case-syntax-1 on arguments.
8089
8090 * international/mule-cmds.el (set-language-environment): Delete
8091 unnecessary setup of syntax/case for unibyte case.
8092
8093 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8094
8095 * international/fontset.el (generate-fontset-menu): Exclude the
8096 default fontset.
8097
8098 * faces.el (describe-face): Describe :fontset property too.
8099
8100 2008-02-01 Dave Love <fx@gnu.org>
8101
8102 * international/characters.el: Don't set char width of CJK
8103 charsets generally. Add some non-word syntax cases.
8104 (korean-ksc5601): Fix ranges with symbol syntax.
8105
8106 2008-02-01 Dave Love <fx@gnu.org>
8107
8108 * Makefile.in (DONTCOMPILE): Add indian.el.
8109
8110 * language/ind-util.el:
8111 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8112 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8113 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8114 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8115 Remove declarations and let-bind them in re-written top-level loop
8116 over scripts, including ucs-devanagari-to-is13194-alist.
8117
8118 2008-02-01 Dave Love <fx@gnu.org>
8119
8120 * international/mule-cmds.el (charset): Move.
8121 (language-info-custom-alist): Move. Alter :set.
8122 (find-coding-systems-for-charsets): Check charset type before
8123 getting :charset-list.
8124
8125 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8126
8127 2008-02-01 Dave Love <fx@gnu.org>
8128
8129 * wid-edit.el (widget-string-complete): New.
8130 (widget-coding-system-prompt-value-history): Delete.
8131 (coding-system): Use coding-system-value-history.
8132
8133 * international/mule-cmds.el (charset): New widget.
8134 (language-info-custom-alist): Use it.
8135 (default-input-method): Modify :type.
8136
8137 2008-02-01 Dave Love <fx@gnu.org>
8138
8139 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8140 (indian-glyph-char, indian-char-glyph): Delete.
8141 (is13194-default-repertory): Rename from is13194-default-repartory.
8142 (iscii-to-ucs-region): Hoist evals from loop.
8143
8144 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8145
8146 * language/indian.el (indian-script-table)
8147 (ccl-encode-indian-glyph-font): Delete.
8148
8149 * international/mule-cmds.el (language-info-custom-alist): New.
8150 (input-method-activate-hook, input-method-inactivate-hook)
8151 (input-method-after-insert-chunk-hook)
8152 (input-method-use-echo-area, set-language-environment-hook)
8153 (exit-language-environment-hook): Customize.
8154 (find-coding-systems-for-charsets): Rewrite.
8155 (default-input-method): Add :link.
8156
8157 2008-02-01 Dave Love <fx@gnu.org>
8158
8159 * international/mule-conf.el (eight-bit): Add :docstring,
8160 :short-name properties.
8161 (cp851): Doc fix.
8162 (unicode-bmp): New.
8163
8164 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8165
8166 * language/european.el (cp858): New.
8167 ("Turkish"): Add special case rules.
8168
8169 2008-02-01 Dave Love <fx@gnu.org>
8170
8171 * international/characters.el: Make Ÿ and ÿ a case pair.
8172
8173 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8174
8175 * international/mule-conf.el: Don't define the charset iso-8859-1
8176 here, just setup its properties.
8177
8178 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8179
8180 * international/mule-conf.el (utf-8): Give :mime-charset property.
8181
8182 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8183
8184 * international/characters.el: Remove duplicated case setting for
8185 Cyrillic and Greek letters. Don't setup printable-chars here.
8186
8187 * case-table.el (describe-buffer-case-table): Handle the case
8188 that KEY is a cons within map-char-table.
8189
8190 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8191
8192 * international/characters.el: Fix categories ?A and ?C.
8193 Treat ASCII characters as `latin' script.
8194
8195 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8196
8197 * international/fontset.el (fontset-plain-name): If the fontset
8198 name doesn't ends with "-fontset-*", use family name as the first
8199 part of the plain name.
8200 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8201 created, use that name for the fontset. Fix arguments to
8202 subst-char-in-string.
8203
8204 2008-02-01 Dave Love <fx@gnu.org>
8205
8206 * term.el (term-char-mode): Remove generic-character-list code.
8207
8208 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8209
8210 * wid-edit.el (character): Use characterp.
8211
8212 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8213
8214 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8215
8216 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8217 Add charset.
8218 ("Ukrainian"): New.
8219
8220 * language/georgian.el (georgian-ps): New coding system.
8221
8222 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8223
8224 * international/mule-cmds.el (reset-language-environment):
8225 Don't set nonascii-translation-table and nonascii-insert-offset.
8226 Call set-unibyte-charset, not set-primary-charset.
8227 (nonascii-translation-table, nonascii-insert-offset):
8228 Declare these variable as obsolete ones.
8229 (set-language-environment): Call set-unibyte-charset, not
8230 set-primary-charset. Call set-charset-priority with `charset'
8231 info of the language environment.
8232
8233 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8234
8235 * international/characters.el (next-word-boundary-han):
8236 Don't treat katakana following han characters as a part of a word.
8237
8238 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8239
8240 * international/characters.el: Call map-charset-chars on big5 (not
8241 chinese-big5-1/2) to set categories `c', `C', and `|'.
8242 (next-word-boundary-han, next-word-boundary-kana): New function.
8243 Register it in next-word-boundary-function-table.
8244
8245 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8246
8247 * arc-mode.el (archive-file-name-coding-system): New variable.
8248 Make it permanent-local.
8249 (byte-after, bref, insert-unibyte): New function. Change most of
8250 char-after, aref, insert to them respectively.
8251 (archive-mode): Set archive-file-name-coding-system.
8252 (archive-summarize): Don't change the buffer's multibyteness.
8253 (archive-extract): Inherit archive-file-name-coding-system from
8254 archive-superior-buffer. Bind coding-system-for-write to
8255 archive-file-name-coding-system.
8256 (archive-*-write-file-member): Encode ENAME by
8257 archive-file-name-coding-system. Bind coding-system-for-write to
8258 no-conversion.
8259 (archive-rename-entry): Encode the filename by
8260 archive-file-name-coding-system.
8261 (archive-mode-revert): Don't change the buffer's multibyteness.
8262 (archive-arc-summarize, archive-lzh-summarize)
8263 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8264 Decode filenames by archive-file-name-coding-system.
8265 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8266 the buffer's multibyteness.
8267
8268 * tar-mode.el (tar-file-name-coding-system): New variable.
8269 Make it permanent-local.
8270 (tar-header-block-tokenize): Decode filename and linkname by
8271 tar-file-name-coding-system.
8272 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8273 the byte value of eight-bit chars.
8274 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8275 `to'. Delete unnecessary call of position-bytes.
8276 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8277 call of position-bytes.
8278 (tar-extract): Simplify by calling decode-coding-region with
8279 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8280 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8281 (tar-clear-modification-flags): Delete unnecessary call of
8282 position-bytes.
8283 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8284 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8285 Convert new-data-string by string-to-multibyte before inserting it.
8286 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8287 buffer. Simplify by calling encoding-coding-region with
8288 DESTINATION argument.
8289 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8290
8291 2008-02-01 Dave Love <fx@gnu.org>
8292
8293 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8294
8295 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8296
8297 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8298
8299 * international/characters.el: Setup char-script-table.
8300
8301 * international/fontset.el: Setup the default fontset by the new
8302 script-based way.
8303 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8304 an alist of charsets vs font name lists.
8305 (charset-script-alist): New variable.
8306 (create-fontset-from-fontset-spec): Allow script name in
8307 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8308 to the corresponding script name.
8309 (create-fontset-from-ascii-font): Slight tuning.
8310
8311 * international/mule-conf.el (devanagari-glyph): New charset.
8312 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8313 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8314 japanese-jisx0213-2.
8315
8316 * international/mule-diag.el (print-fontset): Use describe-vector
8317 to handle a char table returned by fontset-info.
8318
8319 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8320 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8321
8322 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8323
8324 * international/mule-util.el (detect-coding-with-priority):
8325 Fix the place of using `,' marker in backquote form.
8326
8327 2008-02-01 Dave Love <fx@gnu.org>
8328
8329 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8330
8331 * international/mule-util.el (with-coding-priority): Fix.
8332
8333 * international/mule.el (set-coding-priority): Fix obsolete spec.
8334
8335 2008-02-01 Dave Love <fx@gnu.org>
8336
8337 * international/mule-cmds.el (leim-list-header): Add coding tag.
8338
8339 2008-02-01 Dave Love <fx@gnu.org>
8340
8341 * international/mule-cmds.el (find-coding-systems-region)
8342 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8343 (input-method-verbose-flag): Fix :type.
8344
8345 2008-02-01 Dave Love <fx@gnu.org>
8346
8347 * international/mule.el (set-char-table-default): Make obsolete.
8348
8349 2008-02-01 Dave Love <fx@gnu.org>
8350
8351 * language/devanagari.el ("Devanagari"): Fix coding-system,
8352 coding-priority.
8353
8354 * international/mule-diag.el (describe-char-after): Modify display
8355 list processing.
8356 (unicodedata-file, unicodedata-find): New.
8357
8358 2008-02-01 Dave Love <fx@gnu.org>
8359
8360 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8361 autoload cookie.
8362
8363 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8364
8365 2008-02-01 Dave Love <fx@gnu.org>
8366
8367 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8368
8369 2008-02-01 Dave Love <fx@gnu.org>
8370
8371 * composite.el (compose-string): Doc fix.
8372
8373 * language/georgian.el ("Georgian"): Delete code-pages feature,
8374 add nonascii-translation.
8375
8376 * language/european.el ("German", "French", "Spanish"):
8377 Add latin-9 as alternative coding system.
8378 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8379 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8380 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8381 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8382 system.
8383
8384 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8385 encode-coding-char.
8386 (side-effect-and-error-free-fns): Add charsetp, max-char,
8387 primary-charset.
8388
8389 * simple.el: Don't require cl when compiling.
8390
8391 * Makefile.in (DONTCOMPILE): Fix duplicates.
8392
8393 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8394
8395 * international/mule.el: Doc fixes.
8396 (load-with-code-conversion): Fix coding-system-type test.
8397
8398 * international/mule-cmds.el (sort-coding-systems): Comment out
8399 iso-2022 case.
8400 (encoded-string-description): Fix coding-system-type test.
8401
8402 2008-02-01 Dave Love <fx@gnu.org>
8403
8404 * international/characters.el: Make korean-ksc5601 double-width.
8405
8406 * international/mule.el (auto-coding-regexp-alist):
8407 Recognize Emacs 20/1 byte-compiled files.
8408
8409 * international/mule-conf.el (file-coding-system-alist):
8410 Change .elc to utf-8-emacs.
8411
8412 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8413 of utf-8-emacs.
8414 (byte-compile-insert-header): Update magic number. Add ballast.
8415 (map-char-table): Use byte-compile-funarg-2.
8416
8417 2008-02-01 Dave Love <fx@gnu.org>
8418
8419 * language/cyrillic.el ("Belarusian"): Doc fix.
8420 (cp1125, koi8-t): Doc fix.
8421
8422 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8423 (find-multibyte-characters): Don't test for charset `unknown'.
8424 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8425 ru, sr_YU, tg, wa, zh.gbk.
8426 (locale-language-names): Change sp to Cyrillic.
8427 (locale-charset-language-names): Match @euro after utf-8.
8428
8429 2008-02-01 Dave Love <fx@gnu.org>
8430
8431 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8432 New coding systems.
8433 ("Chinese-GBK"): New environment.
8434
8435 * language/thai-util.el: Remove redundant unicodes in category-setting.
8436
8437 * language/lao-util.el: Remove redundant unicodes in category-setting.
8438
8439 * international/mule-conf.el (japanese-jisx0213-1)
8440 (japanese-jisx0213-2): Add unify-map.
8441
8442 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8443
8444 * international/quail.el (quail-update-leim-list-file):
8445 Force writing the file by iso-2022-7bit.
8446
8447 * international/titdic-cnv.el (miscdic-convert): Force writing the
8448 file by iso-2022-7bit.
8449
8450 * international/mule.el (define-charset): Change the attribute
8451 :parents to :subset or :superset.
8452
8453 * international/mule-conf.el: Adjust for the change of
8454 define-charset (:parent -> :subset or :superset).
8455
8456 * international/characters.el: Fix the last change.
8457
8458 2008-02-01 Dave Love <fx@gnu.org>
8459
8460 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8461 (cyrillic-encode-alternativnyj-char): Fix.
8462 (standard-display-cyrillic-translit): Remove redundant unicodes.
8463
8464 2008-02-01 Dave Love <fx@gnu.org>
8465
8466 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8467 New environments.
8468
8469 * international/mule-conf.el (control-1): New charset.
8470 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8471 (korean-ksc5601): Redefine to use code-offset and unify-map.
8472
8473 2008-02-01 Dave Love <fx@gnu.org>
8474
8475 * international/mule-conf.el (tcvn-5712): New charset.
8476
8477 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8478 ("Vietnamese"): Doc fix.
8479
8480 2008-02-01 Dave Love <fx@gnu.org>
8481
8482 * international/mule-conf.el (windows-936): New alias.
8483
8484 * cus-start.el: Add scalable-fonts-allowed.
8485
8486 * international/characters.el: Reinstate various CJK syntax and
8487 category setup. Remove obsolete syntax setting in Greek section.
8488 Optimize the char tables.
8489
8490 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8491
8492 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8493
8494 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8495 coding systems.
8496
8497 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8498
8499 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8500
8501 * international/characters.el (printable-chars): Setup correctly.
8502
8503 2008-02-01 Dave Love <fx@gnu.org>
8504
8505 * cus-start.el: Add selection-coding-system.
8506
8507 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8508
8509 * language/china-util.el (post-read-decode-hz)
8510 (pre-write-encode-hz): Move from chinese.el.
8511 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8512 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8513
8514 * language/chinese.el (post-read-decode-hz)
8515 (pre-write-encode-hz): Move to china-util.el.
8516
8517 * case-table.el (set-case-syntax-pair): Test again for equal byte
8518 lengths of the pair.
8519
8520 * international/characters.el: Add Vietnamese category to
8521 equivalent unicodes.
8522
8523 2008-02-01 Dave Love <fx@gnu.org>
8524
8525 * international/mule-conf.el (chinese-sisheng, ipa)
8526 (indian-is13194, tibetan, ethiopic): Add :unify-map.
8527
8528 * international/mule-diag.el (describe-character-set): Account for
8529 more than two dimensions of possibly different size.
8530 (describe-current-coding-system): Add selection-coding-system.
8531
8532 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8533 (unify-8859-on-decoding-mode): Move from mule.el.
8534
8535 * international/mule.el (unify-8859-on-encoding-mode)
8536 (unify-8859-on-decoding-mode): Remove :init-value.
8537 (charset-chars): Add optional dimension arg.
8538 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8539 Move to mule-cmds.el.
8540
8541 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8542
8543 * international/fontset.el: Change registry for japanese-jisx0208
8544 to "JISX0208*" in the default fontset.
8545 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8546 "ISO10646.indian-1".
8547
8548 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8549
8550 * language/japanese.el (japanese-iso-7bit-1978-irv):
8551 Add `designation' to :flags, `ascii' to :charset-list.
8552
8553 * international/mule.el (define-charset): New args :min-code and
8554 :max-code.
8555 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8556
8557 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8558 #x160000.
8559 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8560 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8561
8562 2008-02-01 Dave Love <fx@gnu.org>
8563
8564 * language/thai.el (iso-8859-11): New coding system.
8565
8566 * international/mule-conf.el: Doc fixes.
8567 (iso-8859-11): New.
8568
8569 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8570
8571 * cus-start.el (scalable-fonts-allowed): Add.
8572
8573 2008-02-01 Dave Love <fx@gnu.org>
8574
8575 * international/mule.el (unify-8859-on-encoding-mode)
8576 (unify-8859-on-decoding-mode): Dummy versions.
8577
8578 * international/ucs-tables.el: Remove.
8579
8580 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8581 language/japanese.el.
8582
8583 * international/mule-conf.el: Doc fixes.
8584 (cp936): New alias.
8585 (cp720, cp858): New charsets.
8586
8587 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8588 coding system, not emacs-mule.
8589
8590 * files.el (revert-buffer, recover-file): Likewise.
8591
8592 * desktop.el (desktop-save): Likewise.
8593
8594 2008-02-01 Dave Love <fx@gnu.org>
8595
8596 * international/mule.el (with-category-table): Use make-symbol.
8597 (coding-system-list): Use coding-system-aliases.
8598 (make-translation-table): Don't deal with generic characters.
8599
8600 * international/mule-util.el (coding-system-post-read-conversion)
8601 (coding-system-pre-write-conversion)
8602 (coding-system-translation-table-for-decode)
8603 (coding-system-translation-table-for-encode): Get the right properties.
8604 (with-coding-priority): New macro.
8605 (detect-coding-with-language-environment): Use it.
8606 (coding-system-equal): Use coding-system-plist.
8607
8608 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8609 Use :valid property.
8610
8611 * international/mule-cmds.el (encode-coding-char):
8612 Use find-coding-systems-string. Don't use make-char.
8613 (describe-language-environment): Use coding-system-aliases.
8614 (prefer-coding-system): Doc fix.
8615
8616 * international/mule-diag.el (describe-current-coding-system):
8617 Fix aliases listing.
8618 (print-iso-2022-flags): Delete.
8619 (print-designation): Partial re-write.
8620 (describe-coding-system): Deal with iso-2022 designations, flags.
8621 Fix shift_jis case.
8622 (describe-char-after): Use characterp. Print explicit unicode.
8623 Remove some obsolete code.
8624 (print-coding-system-briefly): Fix printing aliases.
8625 (print-coding-system): Use coding-system-aliases.
8626 (mule-diag): Don't list coding categories.
8627
8628 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8629 Re-order charset priorities.
8630 (binary): New alias.
8631 (iso-8859-16): Fix nickname.
8632 (define-iso-single-byte-charset): Un-define after use.
8633
8634 2008-02-01 Dave Love <fx@gnu.org>
8635
8636 * international/characters.el: Additional double width specifications.
8637
8638 * international/mule-diag.el (print-coding-system): Incomplete updates.
8639 (describe-character-set): List more properties.
8640 (print-fontset): Fix case of vector font-spec.
8641 (describe-current-coding-system): Fix iso-7, iso-7-else.
8642
8643 * international/mule-conf.el (ibm866): Fix alias.
8644 (iso-8859-16): Fix nickname.
8645
8646 2008-02-01 Dave Love <fx@gnu.org>
8647
8648 * language/ind-util.el: Avoid decode-char.
8649 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8650 Use characterp, not char-valid-p.
8651
8652 * language/devan-util.el: Add coding tag, avoid decode-char.
8653
8654 * international/titdic-cnv.el: Add coding tag.
8655 (tit-process-header): Add coding tag to output.
8656
8657 * language/thai.el (cp874, ibm874): New coding systems.
8658
8659 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8660 Add character-p.
8661
8662 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8663 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8664 New coding systems.
8665 <set-language-info-alist>: Avoid decode-char.
8666
8667 * language/hebrew.el (cp862, ibm862): New coding systems.
8668
8669 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8670
8671 * language/cyrillic.el (cp855, ibm855): New coding systems.
8672
8673 * international/mule-conf.el: Avoid decode-char in top-level code
8674 for self-inserting multibyte chars.
8675 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8676 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8677 New charsets.
8678
8679 * international/characters.el: Various simplifications and additions.
8680
8681 2008-02-01 Dave Love <fx@gnu.org>
8682
8683 * international/mule-conf.el (code-pages): Provide, for compatibility.
8684
8685 * international/code-pages.el: Remove.
8686
8687 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8688
8689 * Makefile.in: Cancel the 2008-02-01 change of mine.
8690
8691 * international/fontset.el: Add setting for unicode font at the
8692 end of the default fontset.
8693
8694 2008-02-01 Dave Love <fx@gnu.org>
8695
8696 * international/mule-conf.el (adobe-standard-encoding, symbol):
8697 Adjust :code-space.
8698 (ibm850): Add :ascii-compatible-p.
8699
8700 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8701
8702 * international/mule-conf.el (vietnamese-viscii-lower)
8703 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8704 mapping table.
8705
8706 2008-02-01 Dave Love <fx@gnu.org>
8707
8708 * cus-start.el: Add charset-map-directory.
8709
8710 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8711
8712 * format.el (format-alist): Remove ibm, mac, hp entries (available
8713 natively).
8714
8715 * language/romanian.el (iso-latin-10): Add :mime-charset.
8716 ("Romanian"): Add doc.
8717
8718 * international/mule-conf.el (iso-8859-10, symbol)
8719 (adobe-standard-encoding, ibm850): New charsets.
8720 (iso-8859-13): Fix IR number, final char.
8721 (file-coding-system-alist): Add .xml.
8722
8723 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8724 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8725 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8726 ("Latin-6", "Latin-7"): New language environments.
8727
8728 2008-02-01 Dave Love <fx@gnu.org>
8729
8730 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8731 utf-8-subst; add vietnamese, cyrillic, czech.
8732
8733 * language/romanian.el (iso-latin-10): New coding system.
8734
8735 * international/mule-conf.el (emacs-mule): Set :charset-list,
8736 consistent with coding-system-charset-list doc.
8737 (iso-8859-16): New charset.
8738
8739 * international/mule-diag.el (describe-coding-system): Avoid error
8740 for iso-2022, emacs-mule.
8741
8742 2008-02-01 Dave Love <fx@gnu.org>
8743
8744 * international/codepage.el: Remove or comment out most of code.
8745 (codepage-setup): Re-write as trivial, obsolete function.
8746
8747 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8748 Remove setup function.
8749
8750 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8751
8752 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8753 language/cyrillic.el, language/czech.el.
8754
8755 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8756 (font-ccl-encoder-alist): Remove viscii, vscii.
8757
8758 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8759
8760 * language/european.el (windows-1254, cp1254, windows-1257)
8761 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8762 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8763
8764 * language/greek.el (windows-1253, cp1253): New coding systems.
8765
8766 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8767 file name.
8768 (windows-1253, windows-1254, windows-1255, windows-1256)
8769 (windows-1257, windows-1258, next): New charsets.
8770
8771 * international/utf-8.el, international/utf-8-subst.el: Remove.
8772
8773 * international/mule.el: Doc fixes.
8774 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8775 (coding-system-get): Try to convert old-style symbol to keyword.
8776 (define-charset): Purecopy strings in property list.
8777 (define-coding-system): Purecopy docstring.
8778
8779 * international/mule-diag.el (list-character-sets-2): Avoid
8780 charset-bytes.
8781 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8782 (list-block-of-chars): Re-write.
8783 (describe-character-set): Show more properties.
8784 (describe-char-after): Correct codepoint display.
8785 (print-coding-system): Use symbolic types.
8786
8787 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8788
8789 * Makefile.in: Be sure also to run emacs with LANG=C.
8790
8791 2008-02-01 Dave Love <fx@gnu.org>
8792
8793 * international/mule-diag.el: Doc fixes.
8794 (sort-charset-list, charset-multibyte-form-string): Remove.
8795 (list-character-sets, list-character-sets-1)
8796 (list-character-sets-2): Re-write.
8797 (non-iso-charset-alist): Set to nil and made obsolete.
8798 (decode-codepage-char): Re-write and made obsolete.
8799 (read-charset): Don't use non-iso-charset-alist.
8800 (describe-coding-system): Use keyword properties.
8801 (describe-character-set): Re-write.
8802
8803 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8804 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8805 (ebcdic-uk): New charsets.
8806
8807 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8808 New coding systems.
8809
8810 * language/european.el (windows-1252): New coding system.
8811
8812 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8813
8814 * Makefile.in: By sure to run emacs with LC_ALL=C.
8815
8816 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8817 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8818 (encoded-kbd-self-insert-charset): New function.
8819 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8820 coding-system of type charset.
8821
8822 2008-02-01 Dave Love <fx@gnu.org>
8823
8824 * international/mule-cmds.el (set-locale-environment): Comment out
8825 set-keyboard-coding-system stuff.
8826
8827 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8828
8829 * international/mule.el (define-coding-system): Doc fix;
8830 sjis->shift-jis.
8831
8832 * international/mule-conf.el: Use decode-char instead of make-char.
8833
8834 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8835 New arg ARG. Directly call self-insert-command. This is a
8836 temporary workaround to make it work with latin-1.
8837 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8838
8839 * international/characters.el: Setup char-width-table for CJK
8840 characters.
8841
8842 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8843
8844 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8845 Fix the initial value to specify character range of
8846 japanese-jisx0208, not unicode.
8847
8848 * international/characters.el: Set syntax/category for
8849 japanese-jisx0208.
8850
8851 2008-02-01 Dave Love <fx@gnu.org>
8852
8853 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8854 mime-charset.
8855
8856 * language/vietnamese.el, language/korean.el, language/japanese.el:
8857 * language/hebrew.el, language/greek.el, language/chinese.el:
8858 Fix :mime-charset properties.
8859
8860 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8861 (cyrillic-alternativnyj): Fix :mime-charset.
8862 (cp878, cp866): New alias.
8863
8864 * language/european.el: Fix mime-charset properties.
8865
8866 * international/mule-cmds.el (sort-coding-systems)
8867 (select-safe-coding-system, select-message-coding-system): Use
8868 :mime-charset, not 'mime-charset.
8869
8870 * international/mule-conf.el: Add various :mime-charset properties.
8871
8872 2008-02-01 Dave Love <fx@gnu.org>
8873
8874 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8875 getting decoder.
8876 (encoded-kbd-mode): Fix code for coding system type and designations.
8877
8878 * international/mule-conf.el: Spelling fixes.
8879
8880 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8881
8882 * international/fontset.el (fontset-plain-name): Handle the case
8883 that size, weight, slant are not specified in the fontset name.
8884
8885 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8886
8887 * language/greek.el (greek-iso-8bit): Fix typo.
8888
8889 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8890
8891 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8892
8893 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8894
8895 * international/characters.el: Change encoding to utf-8-emacs.
8896 Remove apparent duplicate codes.
8897
8898 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8899
8900 * international/fontset.el: Change the registry for
8901 chinese-gb2312 and add the registry for chinese-gbk.
8902
8903 * international/mule.el (charset-chars): Fix typo.
8904
8905 * international/mule-conf.el (chinese-gbk): New charset.
8906
8907 * international/titdic-cnv.el (titdic-convert): Read into a
8908 unibyte buffer then make the buffer multibyte.
8909
8910 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8911
8912 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8913 instead of :signature.
8914
8915 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8916
8917 * language/czech.el ("Czech"): Set `iso-8859-2' for
8918 `nonascii-translation'.
8919
8920 * language/romanian.el ("Romanian"): Likewise.
8921
8922 * language/slovak.el ("Slovak"): Likewise.
8923
8924 * international/characters.el: Optimize calls of modify-category-entry.
8925
8926 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8927
8928 * bindings.el: Don't bind multibyte characters to
8929 self-insert-command here. It's done in mule-conf.el.
8930
8931 * case-table.el (set-case-syntax-offset): Delete variable.
8932 (set-case-syntax-1): Delete function. Change callers.
8933 (set-case-syntax-delims): Don't check byte length of characters.
8934
8935 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8936 characters to isearch-printing-char.
8937
8938 * loadup.el: Don't load "international/utf-8". Don't call
8939 update-coding-systems-internal. Bind coding-system-for-write to
8940 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8941 dumping.
8942
8943 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8944 change of map-char-table.
8945
8946 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8947
8948 * international/characters.el: Adjust for the deletion of
8949 generic characters.
8950
8951 * international/code-pages.el (cp-make-translation-table)
8952 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8953 (cp-make-coding-system): Call define-coding-system.
8954
8955 * international/fontset.el: Rewrite most code.
8956
8957 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8958 Call encode-char instead of split-char.
8959
8960 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8961 Change value.
8962 (skkdic-lookup-key): Call encode-char instead of split-char.
8963
8964 * international/titdic-cnv.el (titdic-convert): Bind
8965 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8966 buffer.
8967
8968 * international/latin-1.el: Don't bind set-case-syntax-offset.
8969
8970 * international/latin-2.el: Don't bind set-case-syntax-offset.
8971
8972 * international/latin-3.el: Don't bind set-case-syntax-offset.
8973
8974 * international/latin-4.el: Don't bind set-case-syntax-offset.
8975
8976 * international/latin-5.el: Don't bind set-case-syntax-offset.
8977
8978 * international/latin-8.el: Don't bind set-case-syntax-offset.
8979
8980 * international/latin-9.el: Don't bind set-case-syntax-offset.
8981
8982 * international/mule-cmds.el: Don't use coding category.
8983 Call set-coding-system-priority instead of set-coding-priority.
8984 (sort-coding-systems, select-safe-coding-system):
8985 Call coding-system-priority-list to get the most preferred one.
8986 (reset-language-environment): Order of coding system priority
8987 changed. Set primary charset to iso-8859-1.
8988 (set-language-environment-coding-systems):
8989 Call set-coding-system-priority instead of set-coding-priority.
8990 (get-charset-property, put-charset-property): Move to mule.el.
8991
8992 * international/mule-conf.el: Ful re-write.
8993
8994 * international/mule-diag.el (print-designation): Change arguments.
8995 (print-iso-2022-flags): New function.
8996 (describe-coding-system, describe-current-coding-system):
8997 Adjust for the new structure of coding system.
8998
8999 * international/mule.el (char-valid-p): Make it an alias of characterp.
9000 (define-charset): Full re-design.
9001 (charset-quoted-standard-p): Delete.
9002 (charsetp): Move to charset.c.
9003 (charset-info, charset-id, charset-bytes, charset-width)
9004 (charset-directioin, charset-iso-graphic-plane)
9005 (charset-reverse-charset): Delete.
9006 (charset-dimension, charset-chars, charset-iso-final-char)
9007 (charset-description, charset-short-name, charset-long-name):
9008 Call charset-plist instead of charset-info.
9009 (charset-plist, set-charset-plist): Move to charset.c.
9010 (get-charset-property, put-charset-property): Move from
9011 mule-cmds.el. Call charset-plist and set-charset-plist.
9012 (make-char): Delete.
9013 (generic-char-p): Make it always return nil.
9014 (decode-char, encode-char): Move to charset.c.
9015 (coding-spec-XXX-idx): Delete variables.
9016 (coding-system-iso-2022-flags): New variable.
9017 (define-coding-system): New function.
9018 (transform-make-coding-system-args, make-coding-system): Delete.
9019 (set-coding-priority): Make it obsolete.
9020 (after-insert-file-set-buffer-file-coding-system)
9021 (find-new-buffer-file-coding-system): Adjust for the new coding
9022 system structure.
9023
9024 * language/chinese.el, language/cyrillic.el, language/european.el:
9025 * language/greek.el, language/hebrew.el, language/indian.el:
9026 * language/japanese.el, language/korean.el, language/lao.el:
9027 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9028 Call define-coding-system instead of make-coding-system.
9029 Delete all CCL program.
9030
9031 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9032 of make-char.
9033 (sgml-char-names-table): Fix iteration limit.
9034
9035 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9036 (ccl-encode-mac-roman-font): Delete.
9037
9038 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9039 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9040 currently. This is just a temporary workaround.
9041
9042 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9043
9044 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9045 of `find-file-hooks'.
9046 (global-whitespace-toggle-options): Doc fix.
9047
9048 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9049
9050 * whitespace.el (whitespace): Set :version tag to 23.1.
9051 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9052 (whitespace-style, whitespace-chars, whitespace-space)
9053 (whitespace-hspace, whitespace-tab, whitespace-newline)
9054 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9055 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9056 (whitespace-hspace-regexp, whitespace-space-regexp)
9057 (whitespace-tab-regexp, whitespace-trailing-regexp)
9058 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9059 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9060 (whitespace-space-after-tab-regexp, whitespace-line-column)
9061 (whitespace-display-mappings, global-whitespace-toggle-options)
9062 (whitespace-cleanup, whitespace-cleanup-region)
9063 (whitespace-interactive-char): Doc fixes.
9064
9065 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9068 When turning off the global mode, turn off the local modes too
9069 if whitespace is being unloaded.
9070 (whitespace-unload-function): New function.
9071
9072 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
9073
9074 * vc.el (vc-update): Fix bug: Specify branch tip as
9075 vc-checkout REVISION. Reported by Dan Nicolaescu.
9076
9077 2008-02-01 Glenn Morris <rgm@gnu.org>
9078
9079 * info.el (bookmark-make-cell-function, bookmark-search-size)
9080 (bookmark-current-bookmark): Declare variables for compiler.
9081 (bookmark-buffer-file-name, bookmark-get-filename)
9082 (bookmark-get-front-context-string)
9083 (bookmark-get-rear-context-string, bookmark-get-position)
9084 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9085 (bookmark-jump-noselect): Declare functions for compiler.
9086 (Info-bookmark-make-cell): Fix argument list to match example of
9087 `bookmark-make-cell-for-text-file'.
9088 (Info-bookmark-jump): Don't require info inside info.el.
9089
9090 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9093 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9094 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9095 (verilog-sk-state-machine): Quote all calls to
9096 "auxiliary skeleton"s to prevent infloops.
9097
9098 2008-02-01 Jason Rumney <jasonr@gnu.org>
9099
9100 * w32-fns.el: Partially revert 2007-11-10 change.
9101
9102 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9103
9104 * mail/rmail.el (rmail-highlight): Fix specification.
9105 Reported by pod <pod@herald.ox.ac.uk>.
9106
9107 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * image-mode.el (image-mode-current-vscroll)
9110 (image-mode-current-hscroll): Make buffer-local.
9111 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9112 (image-reset-current-vhscroll): Use the latest setting when displaying
9113 for the first time in a window. Apply to all windows in the frame.
9114 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9115
9116 * progmodes/grep.el (grep-compute-defaults):
9117 Don't mix up defaults for different connections to the same host.
9118
9119 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9120
9121 * blank-mode.el: Rename to whitespace.el.
9122
9123 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9124
9125 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * net/rcompile.el (remote-compile): Remove broken code.
9128
9129 2008-01-31 Jason Rumney <jasonr@gnu.org>
9130
9131 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9132
9133 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9134
9135 * linum.el (linum-unload-function): New function.
9136
9137 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9138
9139 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9140 (gdb-var-set-format-handler): New function.
9141 (gdb-var-set-format): Use it.
9142
9143 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9144
9145 * emacs-lisp/check-declare.el (check-declare-directory):
9146 * emacs-lisp/authors.el (authors): Use `find-program' and
9147 `grep-program' instead of hardcoded program names.
9148
9149 * emacs-lisp/cl-loaddefs.el: Update.
9150
9151 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9152
9153 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9154 Implement bookmark support the new make-cell/handler way.
9155 (Info-mode): Bind bookmark-make-cell-function to
9156 Info-bookmark-make-cell buffer locally.
9157
9158 2008-01-30 Richard Stallman <rms@gnu.org>
9159
9160 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9161 Doc fix.
9162
9163 * files.el (hack-local-variables): Don't query about fake variables.
9164
9165 2008-01-30 Markus Triska <markus.triska@gmx.at>
9166
9167 * linum.el: New file.
9168
9169 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9172 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9173 a single element in "plinkx".
9174 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9175 "*Shell Command Output*" buffers. Check, whether there is already
9176 an asynchronous process running. Display always the buffer of the
9177 asynchronous process.
9178 (tramp-compute-multi-hops): Adapt error message.
9179
9180 2008-01-29 Alan Mackenzie <acm@muc.de>
9181
9182 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9183 from this regexp; part of same fix as next change to cc-engine.el.
9184
9185 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9186 Anchor the "{" of a template function correctly on "template", not the
9187 following "<".
9188
9189 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9190
9191 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9192
9193 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9194 and image-mode-current-hscroll being alists now.
9195
9196 * image-mode.el (image-mode-current-vscroll)
9197 (image-mode-current-hscroll): Add doc strings.
9198 (image-set-window-vscroll, image-set-window-hscroll)
9199 (image-reset-current-vhscroll, image-mode): Adapt to
9200 image-mode-current-vscroll and image-mode-current-hscroll being
9201 alists now.
9202
9203 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9204
9205 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9206 Strip extension from .emacs.el to make sure symbol is searched
9207 in .emacs too.
9208
9209 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9210
9211 * doc-view.el (doc-view-mode): Use facilities below to
9212 restore [vh]scroll when switching buffers.
9213
9214 * image-mode.el (image-mode-current-vscroll)
9215 (image-mode-current-hscroll): New variables.
9216 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9217 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9218 (image-bob, image-eob): Use them.
9219 (image-reset-current-vhscroll): New function.
9220 (image-mode): Make new variables buffer-local and reset [vh]scroll
9221 on window configuration changes.
9222
9223 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9226 gdb-cpp-define-alist-program if file is nil (currently only
9227 " *partial-output-...").
9228
9229 2008-01-27 Richard Stallman <rms@gnu.org>
9230
9231 * allout.el: Many doc fixes.
9232 (allout-encrypt-string): Fix error message.
9233
9234 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9235
9236 * progmodes/etags.el (tags-query-replace): Doc fix.
9237
9238 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9239
9240 * allout.el (allout-unload-function): New function.
9241
9242 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9243
9244 * allout.el (allout-prefix-data): Doc fix.
9245 (allout-show-current-subtree): Reflow docstring.
9246 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9247 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9248 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9249 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9250 (allout-copy-topic-as-kill, allout-listify-exposed)
9251 (allout-process-exposed, allout-encrypted-key-info)
9252 (allout-update-passphrase-mnemonic-aids)
9253 (allout-next-topic-pending-encryption)
9254 (allout-tests-globally-true): Fix typos in docstrings.
9255
9256 2008-01-23 Jason Rumney <jasonr@gnu.org>
9257
9258 * lpr.el (printer-name): Do not set on MS Windows.
9259
9260 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9261
9262 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9263 the command.
9264
9265 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9266
9267 * whitespace.el: Moved to obsolete dir.
9268
9269 * blank-mode.el: New version 9.2. Replace whitespace functions by
9270 aliases in blank-mode.
9271 (whitespace-buffer): New fun.
9272 (whitespace-region): Alias for whitespace-buffer, because there is no
9273 blank-region fun.
9274 (whitespace-cleanup): Alias for blank-cleanup.
9275 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9276
9277 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * server.el (server-log-time-function): Doc fix.
9280 (server-buffer): Fix typo in docstring.
9281
9282 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9283
9284 * view.el (view-buffer): Explain in doc-string why exit-action
9285 should not be set to kill-buffer.
9286
9287 * arc-mode.el (archive-extract):
9288 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9289 exit-action when viewing the buffer.
9290
9291 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9292
9293 * add-log.el (change-log-search-file-name): Work harder to find
9294 the correct file name.
9295 (change-log-find-file): Fix typo.
9296 (change-log-start-entry-re): Move definition earlier.
9297
9298 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9299
9300 * add-log.el (change-log-search-file-name, change-log-find-file):
9301 New function.
9302 (change-log-font-lock-keywords): Move file name matching ...
9303 (change-log-file-names-re): ... here. New defconst.
9304 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9305
9306 2008-01-27 Alan Mackenzie <acm@muc.de>
9307
9308 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9309 enhance comments.
9310
9311 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9312
9313 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9314 methods, the host name must be a local host.
9315
9316 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9317
9318 * vc.el: Add TODO item about not defaulting to RCS.
9319
9320 * server.el (server-process-filter): Check for non-nil before
9321 calling file-directory-p.
9322
9323 2008-01-27 Alan Mackenzie <acm@muc.de>
9324
9325 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9326 arglist-cont-nonempty.
9327
9328 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9329 for a brace with syntax arglist-cont-nonempty.
9330
9331 * progmodes/cc-styles.el (c-style-alist): Add elements for
9332 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9333
9334 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9335
9336 * button.el (define-button-type): Clarify type of NAME in docstring.
9337
9338 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * server.el (server-buffer): New const.
9341 (server-log): New var.
9342 (server-log): Use them.
9343 (server-process-filter): (Try to) run the continuation in the same cwd
9344 as the client's.
9345
9346 2008-01-26 Alan Mackenzie <acm@muc.de>
9347
9348 * progmodes/cc-defs.el (c-save-buffer-state):
9349 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9350 primitives generating "buffer is read only" messages.
9351
9352 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9353
9354 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9355 (icalendar-import-format): Doc fix. Allow function type.
9356 (icalendar--read-element): Doc fix.
9357 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9358 type icalendar-import-format. Make regexps non-greedy.
9359 (icalendar--format-ical-event): Handle function type
9360 icalendar-import-format.
9361 (icalendar-import-format-sample): New function.
9362
9363 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9364
9365 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9366 `compile' is not available, fall back to font-lock-warning-face.
9367
9368 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9369
9370 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9371 that the filename end is found even when the filename is empty.
9372 Fixes error and spurious newlines when marking files for deletion.
9373
9374 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9375
9376 * subr.el (find-tag-default): Simplify using exclusively
9377 skip-syntax-backward/-forward.
9378
9379 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9380
9381 * vc.el (vc-directory, vc-update-change-log): Remove check for
9382 Tramp. Both functions work for it, though pretty slow
9383 (`vc-directory'). Maybe the implementation can be optimized.
9384
9385 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9386 Tramp 2.0 syntax is used.
9387 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9388
9389 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9390
9391 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9392 invoke directory-files-and-attributes with last argument `integer'
9393 instead of `string'.
9394 (insert-directory): Add -n to the list of supported switches
9395 mentioned in the doc string.
9396
9397 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9398
9399 * blank-mode.el: New version 9.1. Handle "long" line tail
9400 visualization. Doc fix.
9401 (blank-line-length): Rename to blank-line-column.
9402 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9403 Initialization fix.
9404 (blank-replace-spaces-by-tabs): New fun.
9405 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9406
9407 2008-01-25 Richard Stallman <rms@gnu.org>
9408
9409 * subr.el (add-hook): Implement `permanent-local-hook' property.
9410
9411 * loadhist.el (file-provides, file-requires): Push the filename right.
9412
9413 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9414
9415 * emacs-lisp/find-func.el (find-library): Wrap search for
9416 library name in condition-case to avoid reporting a scan-error.
9417
9418 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9419
9420 * server.el (server-process-filter): Don't force
9421 the authentication string to be followed by "\n".
9422
9423 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9424
9425 * blank-mode.el: New version 9.0. New commands to clean up some blank
9426 problems like trailing blanks. New faces and regexp for visualizing
9427 the blank problems. Doc fix.
9428 (blank-chars, blank-global-modes, blank-chars-value-list)
9429 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9430 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9431 (blank-indentation, blank-empty, blank-space-after-tab)
9432 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9433 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9434 (blank-cleanup, blank-cleanup-region): New commands.
9435 (blank-color-on): Code fix.
9436
9437 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9438
9439 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9440 file name.
9441 (ibuffer-mode-map): Add binding to sort by file name.
9442 (ibuffer-filename/process-header-map): New variable.
9443 (filename-and-process): Add a header that sorts by file name.
9444 (ibuffer-mode): Mention sorting by file name.
9445
9446 * ibuf-ext.el (filename/process): New sorter.
9447
9448 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9449
9450 * view.el (kill-buffer-if-not-modified): Don't pass t to
9451 buffer-modified-p.
9452
9453 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9454
9455 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9456 the source file in case of `rename'.
9457 Reported by Pete Forman <pete.forman@westerngeco.com>.
9458
9459 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
9460
9461 * allout.el (allout-keybindings-list): In initial setting, express
9462 meta-prefixed allout keys as vectors instead of strings, since the
9463 string form is interpreted in some cases as composed key
9464 modifiers, eg, accented keys.
9465
9466 (allout-line-boundary-regexp): Clarify description.
9467
9468 (set-allout-regexp): Repair the expressions so that the formfeed
9469 part is identified as one of the top-level groups, and is
9470 included in all the forms, not just the -line-boundary-regexp one.
9471
9472 (allout-prefix-data): Incorporate information from the various
9473 allout regexp's formfeed alternative group, when present.
9474
9475 (allout-write-file-hook-handler): Rectify mangling of the error
9476 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9477 condition-case handler was apparently reformatted as if it was a
9478 call to the error function. An apparent repair attempt in version
9479 1.101 situated the original body of the error handling code as
9480 bogus condition-case handlers. I've returned to just about the
9481 working code that was originally there, removing an unnecessary -
9482 but benign - enclosing 'progn'. (Automated or cursory code fixes
9483 often aren't.)
9484
9485 (allout-region-active-p): Fallback to value of mark-active if
9486 neither use-region-p nor region-active-p are present, for
9487 compatability with current and recent emacs major releases.
9488
9489 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9490
9491 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9492 (reftex-toc-restore-region):
9493 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9494 (reftex-index-phrases-apply-to-region):
9495 * textmodes/ispell.el (ispell-word):
9496 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9497 * progmodes/pascal.el (pascal-mark-defun):
9498 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9499 (f90-fill-region):
9500 * emulation/tpu-edt.el (tpu-set-mark):
9501 * emulation/crisp.el (crisp-region-active):
9502 * winner.el (winner-active-region):
9503 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9504 of bound tests in order to resolve conditionals at compile time.
9505
9506 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
9507
9508 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9509 not autoloaded, and we wouldn't want to load CL just to unload
9510 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
9511
9512 2008-01-24 Martin Rudalics <rudalics@gmx.at>
9513
9514 * delsel.el (delete-selection-pre-hook): Avoid clearing out
9515 pre-command-hook when text is read-only.
9516
9517 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9518
9519 * vc.el (vc-process-filter): Do nothing if buffer not live.
9520 (vc-diff-finish): Rename from vc-diff-sentinel.
9521 No longer take REV1-NAME and REV2-NAME.
9522 Instead, take BUFFER-NAME. Do nothing if buffer not live.
9523 Don't do window resize if no window displays buffer.
9524 (vc-diff-internal): Use vc-diff-finish.
9525
9526 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9527 In both cases, convert single call to one wrapped in dolist.
9528
9529 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9530
9531 * vc.el: Add a TODO item about missing files.
9532 (vc-exec-after): Add a tooltip to the new mode-line item.
9533
9534 2008-01-24 Glenn Morris <rgm@gnu.org>
9535
9536 * t-mouse.el (gpm-mouse-start): Declare as a function.
9537
9538 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9539
9540 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9541 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9542 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9543 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9544 prompt.
9545 (tramp-wait-for-output): Distinguish different prompt formats.
9546 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9547 (tramp-local-host-p): Check whether temp directory is writable.
9548
9549 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9550
9551 * vc.el: Add TODO items.
9552
9553 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9554
9555 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9556 be used to reveal or highlight the location of a match.
9557 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9558 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9559
9560 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9561
9562 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9563 for defcustom.
9564 (hide-ifdef-shadow): Add version number for defface.
9565
9566 2008-01-23 Glenn Morris <rgm@gnu.org>
9567
9568 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9569
9570 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9571
9572 * progmodes/sh-script.el (sh-basic-offset):
9573 * progmodes/cc-vars.el (c-syntactic-indentation)
9574 (c-syntactic-indentation-in-macros): Mark as safe.
9575
9576 2008-01-23 Richard Stallman <rms@gnu.org>
9577
9578 * icomplete.el (icomplete-get-keys):
9579 Look up KEYS using all maps in proper buffer.
9580
9581 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9582
9583 * frame.el (display-mm-height, display-mm-width):
9584 * whitespace.el (whitespace-check-leading-whitespace)
9585 (whitespace-check-trailing-whitespace)
9586 (whitespace-check-spacetab-whitespace)
9587 (whitespace-check-indent-whitespace)
9588 (whitespace-check-ateol-whitespace):
9589 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9590
9591 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9592
9593 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9594 after-save-hook so that it is not called multiple times.
9595
9596 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9597
9598 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9599
9600 * view.el (view-file-other-window, view-file-other-frame):
9601 Don't kill the buffer if it is modified. Doc fixes.
9602 (kill-buffer-if-not-modified): New function.
9603 (view-file): Don't kill the buffer if it is modified.
9604
9605 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9606 (ebrowse-view/find-file-and-search-pattern):
9607 Call view-file-other-window instead of ebrowse-view-file-other-window.
9608 (ebrowse-view-file-other-frame): Don't call
9609 current-window-configuration. Fix second argument in the call to
9610 view-mode-enter. Doc fix.
9611
9612 2008-01-23 Richard Stallman <rms@gnu.org>
9613
9614 * subr.el (atomic-change-group): Prevent undo list truncation.
9615
9616 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9617
9618 * files.el (safe-local-eval-forms):
9619 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9620
9621 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9622
9623 * comint.el (comint-insert-input): Set point first.
9624
9625 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9626 session doesn't hang because gdb-pending-triggers is non-nil.
9627 (gdb-frame-handler): Use buffer-file-name instead of
9628 buffer-name in case of duplicate file names.
9629
9630 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9633 C-M-e and C-M-h for emacs, they work by default.
9634 (verilog-emacs-features): Remove.
9635 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9636 Remove. Move syntax table initialization ...
9637 (verilog-mode-syntax-table): ... here.
9638 (verilog-mode): Don't initialize the syntax table here.
9639 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9640 does not need it.
9641
9642 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9643
9644 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9645 backward compatibility. Replace all uses of booleanp with
9646 verilog-booleanp.
9647
9648 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9649
9650 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9651
9652 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9653
9654 * progmodes/verilog-mode.el (top-level): Fix spacing.
9655 (verilog-mode-version, verilog-mode-release-date):
9656 Update version number.
9657 (verilog-mode-release-emacs): New variable.
9658 (compile-command, reporter-prompt-for-summary-p):
9659 Define for byte compiler.
9660 (verilog-startup-message-lines, verilog-startup-message-displayed)
9661 (verilog-display-startup-message): Remove.
9662 (verilog-highlight-p1800-keywords): Improve docstring.
9663 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9664 (vector-skip-list): Only defvar at compile time.
9665 (verilog-highlight-translate-off, verilog-indent-level)
9666 (verilog-indent-level-module, verilog-indent-level-declaration)
9667 (verilog-indent-declaration-macros, verilog-indent-lists)
9668 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9669 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9670 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9671 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9672 (verilog-align-ifelse, verilog-minimum-comment-distance)
9673 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9674 (verilog-auto-endcomments, verilog-auto-read-includes)
9675 (verilog-auto-star-expand, verilog-auto-star-save)
9676 (verilog-library-flags, verilog-library-directories)
9677 (verilog-library-files, verilog-library-extensions)
9678 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9679 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9680 (verilog-assignment-delay, verilog-auto-inst-vector)
9681 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9682 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9683 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9684 Add safe-local-variable properties.
9685 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9686 (verilog-re-search-backward, verilog-error-regexp-add)
9687 (verilog-end-block-re, verilog-emacs-features)
9688 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9689 (verilog-type-font-keywords, verilog-inside-comment-p)
9690 (electric-verilog-backward-sexp, verilog-backward-sexp)
9691 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9692 (electric-verilog-terminate-line, electric-verilog-semi)
9693 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9694 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9695 (verilog-beg-of-statement, verilog-in-case-region-p)
9696 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9697 (verilog-in-fork-region-p, verilog-backward-case-item)
9698 (verilog-set-auto-endcomments, verilog-get-expr)
9699 (verilog-expand-vector-internal, verilog-surelint-off)
9700 (verilog-batch-execute-func, verilog-calculate-indent)
9701 (verilog-calc-1, verilog-calculate-indent-directive)
9702 (verilog-leap-to-head, verilog-continued-line)
9703 (verilog-backward-token, verilog-backward-syntactic-ws)
9704 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9705 (verilog-forward-ws&directives, verilog-at-constraint-p)
9706 (verilog-skip-backward-comments, verilog-indent-line-relative)
9707 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9708 (verilog-pretty-declarations, verilog-pretty-expr)
9709 (verilog-just-one-space, verilog-indent-declaration)
9710 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9711 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9712 (verilog-read-always-signals-recurse, verilog-read-instants)
9713 (verilog-read-auto-template, verilog-set-define)
9714 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9715 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9716 (verilog-modi-cache-results, verilog-insert-one-definition)
9717 (verilog-make-width-expression, verilog-delete-autos-lined)
9718 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9719 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9720 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9721 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9722 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9723 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9724 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9725 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9726 (verilog-library-files): Cleanup spacing of )'s they should not be
9727 on unique lines. Fix checkdoc warnings.
9728
9729 2008-01-22 Glenn Morris <rgm@gnu.org>
9730
9731 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9732 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9733 from defcustoms.
9734 (hide-ifdef-shadow): Remove autoload cookie from defface.
9735
9736 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9737 differences.
9738
9739 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9740
9741 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9742 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9743 manual entry.
9744
9745 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9746
9747 * net/dbus.el (dbus-ignore-errors): New macro.
9748 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9749 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9750 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9751 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9752
9753 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9754
9755 * outline.el (outline-up-heading): Fix check for top level to
9756 avoid infinite looping in hide-other.
9757
9758 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9759
9760 * vc.el (vc-process-sentinel): After calling the previous
9761 sentinel, do nothing if the process' buffer is not live.
9762
9763 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9764
9765 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9766 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9767 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9768 blank-mode faces. Doc fix. New version 8.1.
9769 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9770 CONDITION BODY).
9771 (blank-space-face): Face/option name replaced by blank-space.
9772 (blank-hspace-face): Face/option name replaced by blank-hspace.
9773 (blank-tab-face): Face/option name replaced by blank-tab.
9774 (blank-newline-face): Face/option name replaced by blank-newline.
9775 (blank-trailing-face): Face/option name replaced by blank-trailing.
9776 (blank-line-face): Face/option name replaced by blank-line.
9777 (blank-space-before-tab-face): Face/option name replaced by
9778 blank-space-before-tab.
9779 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9780
9781 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9782
9783 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9784 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9785 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9786 (global-blank-mode): Doc fixes.
9787 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9788 (blank-newline-face, blank-trailing-face, blank-line-face)
9789 (blank-space-before-tab-face, blank-display-mappings)
9790 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9791 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9792 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9793 Fix typos in docstrings.
9794
9795 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9796
9797 * server.el (server-log-time-function): New variable.
9798 (server-log): Use it.
9799
9800 2008-01-21 Glenn Morris <rgm@gnu.org>
9801
9802 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9803
9804 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9805
9806 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9807
9808 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9809 (org-descriptive-links, org-link-file-path-type)
9810 (org-remember-use-refile-when-interactive)
9811 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9812 (org-export-ascii-bullets, org-agenda-deadline-faces)
9813 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9814 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9815 (org-kill-note-or-show-branches): Fix typos in docstrings.
9816
9817 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9818
9819 * vc.el (vc-process-sentinel): Set mode-line-process.
9820 (vc-exec-after): Likewise, for the `run' process status.
9821
9822 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * ibuffer.el (ibuffer-mode): Fix last change.
9825
9826 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9827
9828 * vc-hg.el (vc-hg-registered):
9829 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9830
9831 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9832
9833 * repeat.el (repeat-undo-count): New variable.
9834 (repeat): For self-insertions make undo boundary only after 20
9835 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9836
9837 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9838
9839 * net/imap.el (imap-ping-server): New variable.
9840 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9841 (imap-ping-server): Minor doc string fixes.
9842
9843 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9844
9845 * net/imap.el (imap-ping-server): New function.
9846 (imap-opened): Call imap-ping-server.
9847
9848 2008-01-20 Glenn Morris <rgm@gnu.org>
9849
9850 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9851 prevent infloops.
9852
9853 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9854
9855 * progmodes/python.el (python-imports): Default to "None".
9856
9857 2008-01-19 Tom Tromey <tromey@redhat.com>
9858
9859 * vc-svn.el (vc-svn-after-dir-status): New function.
9860 (vc-svn-dir-status): Run svn asynchronously.
9861
9862 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9863
9864 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9865 (hide-ifdef-shadow): New face.
9866 (hide-ifdef-toggle-shadowing): New function to toggle between
9867 shadowing and making code invisible.
9868 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9869 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9870 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9871 property. Shadow text when hide-ifdef-shadow is non-nil.
9872 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9873 (hif-hide-line): Use when instead of if.
9874 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9875 Remove unneeded * from doc-strings.
9876
9877 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9880 the hscroll behavior was fixed.
9881 (doc-view-mode): Disable auto-hscroll-mode.
9882
9883 2008-01-18 Tom Tromey <tromey@redhat.com>
9884
9885 * vc-svn.el (vc-svn-dir-status): New function.
9886
9887 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 * vc.el: Make vc-status asynchronous.
9890 (vc-update-vc-status-buffer): New function broken out of ...
9891 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9892 the dir-status backend function.
9893
9894 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9895 Move the output processing to ...
9896 (vc-hg-after-dir-status): ... here. Call the function passed as
9897 an argument with the results.
9898
9899 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9902 (doc-view-insert-image): Do something if the image is missing.
9903 (doc-view-mode): Don't use file-remote-p.
9904
9905 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9906
9907 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9908 (org-export-latex-special-chars): Convert "..." in \ldots
9909 and skip tables.
9910 (org-export-latex-fontify-headline): Change parameter name.
9911 (org-export-as-latex): Handle export of subtrees.
9912 (org-export-latex-make-header): New argument TITLE.
9913 (org-export-latex-content): New argument EXCLUDE-LIST.
9914 (org-list-parse-list): New name for org-export-latex-parse-list.
9915 (org-export-latex-make-header): New name for
9916 org-export-latex-make-preamble.
9917 (org-list-to-generic): New name of org-export-list-to-generic.
9918 (org-list-to-latex): New name of org-export-list-to-latex.
9919 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9920 (org-list-send-list, org-list-to-texinfo)
9921 (org-list-to-html): New functions.
9922 (org-export-latex-tables-column-borders)
9923 (org-export-latex-default-class, org-export-latex-classes)
9924 (org-export-latex-classes-sectioning)
9925 (org-list-radio-list-templates): New options.
9926 (org-export-latex-header): New variable.
9927 (org-latex-entities): New constant.
9928 (org-export-latex-default-sectioning, org-export-latex-preamble)
9929 (org-export-latex-prepare-text-option)
9930 (org-export-latex-get-sectioning): Remove.
9931
9932 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9933
9934 * textmodes/org-publish.el (org-publish-current-project):
9935 Fix bug with forcing publication.
9936
9937 * textmodes/org.el (org-export-with-special-strings): New option.
9938 (org-export-html-convert-special-strings): New function.
9939 (org-html-do-expand): `org-export-html-convert-special-strings'
9940 added to the list of conversion.
9941 (org-infile-export-plist, org-get-current-options): Add support
9942 for "-" in the #+OPTION line to let user switch on/off special
9943 strings conversion.
9944 (org-export-plist-vars): New :html-table-tag property.
9945 (org-export-as-html, org-format-org-table-html)
9946 (org-format-table-table-html) Use the :html-table-tag property
9947 instead of the `org-export-html-table-tag' global value.
9948 (org-additional-option-like-keywords): Add "TBLFM".
9949 (org-entry-properties): Include the CLOCKSUM special property.
9950 (org-columns-edit-value): Do not allow to edit the special
9951 CLOCKSUM property.
9952 (org-flag-drawer): Use the original value of `outline-regexp'.
9953 (org-remember-handler): Add invisible-ok flag to call to
9954 `org-end-of-subtree'.
9955 (org-agenda-highlight-todo): Respect
9956 `org-agenda-todo-keyword-format'.
9957 (org-agenda-todo-keyword-format): New option.
9958 (org-infile-export-plist): No restriction while searching for options.
9959 (org-remember-handler): Remove comments at the end of the buffer.
9960 (org-remember-use-refile-when-interactive): New option.
9961 (org-table-sort-lines): Make sure sorting works on link
9962 descritions only, and ignores the link.
9963 (org-sort-entries-or-items): Make sure the end of the subtree is
9964 included.
9965 (org-refile-use-outline-path): New allowed values `file' and
9966 `full-file-path'.
9967 (org-get-refile-targets): Respect new values for
9968 `org-refile-use-outline-path'.
9969 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9970 (org-export-as-xoxo): Restore point when done.
9971 (org-open-file): Allow multiple %s in command.
9972 (org-clock-in-switch-to-state): New option.
9973 (org-first-list-item-p): New function.
9974 (org-last-remember-storage-locations): New variable.
9975 (org-get-refile-targets): Interpret the new maxlevel setting.
9976 (org-refile-targets): New option `:maxlevel'.
9977 (org-copy-subtree): Include empty lines before but not after subtree.
9978 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9979 (org-move-item-down, org-move-item-up): Include empty lines before
9980 but not after item.
9981 (org-first-sibling-p): New function.
9982 (org-remember-apply-template): Defaults, completions and history
9983 for template prompts. Also, interpret new `%!' escape.
9984 (org-context-choices): New constant.
9985 (org-bound-and-true-p): New macro.
9986 (org-imenu-depth): New option.
9987 (org-imenu-markers): New variable.
9988 (org-imenu-new-marker, org-imenu-get-tree)
9989 (org-speedbar-set-agenda-restriction): New functions.
9990 (org-agenda-set-restriction-lock)
9991 (org-agenda-remove-restriction-lock)
9992 (org-agenda-maybe-redo): New functions.
9993 (org-agenda-restriction-lock): New face.
9994 (org-agenda-restriction-lock-overlay)
9995 (org-speedbar-restriction-lock-overlay): New variables.
9996 (org-open-at-point): Remove obsolete way to do redirection in
9997 shell links.
9998 (org-imenu-and-speedbar): New customization group.
9999 (org-entry-properties): Return keyword-less time strings.
10000 (org-clock-heading-function): New option.
10001 (org-clock-in): Use `org-clock-heading-function'.
10002 (org-calendar-holiday): Try to use `calendar-check-holidays'
10003 instead of the obsolete `check-calendar-holidays'.
10004 (org-export-html-special-string-regexps): New constant.
10005 (org-massive-special-regexp): New variable.
10006 (org-compute-latex-and-specials-regexp)
10007 (org-do-latex-and-special-faces): New functions.
10008 (org-latex-and-export-specials): New face.
10009 (org-highlight-latex-fragments-and-specials): New option.
10010 (org-link-escape-chars): Use characters instead of strings.
10011 (org-link-escape-chars-browser, org-link-escape)
10012 (org-link-unescape): Use characters instead of strings.
10013 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10014 protected text.
10015 (org-emphasis-alist): Additional `verbatim' flag.
10016 (org-set-emph-re): Handle the verbatim flag and compute
10017 `org-verbatim-re'.
10018 (org-cleaned-string-for-export): Protect verbatim elements.
10019 (org-verbatim-re): New variable.
10020 (org-hide-emphasis-markers): New option.
10021 (org-additional-option-like-keywords): Add new keywords.
10022 (org-get-entry): Rename from `org-get-cleaned-entry'.
10023 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10024 (org-agenda-skip-scheduled-if-done): New option.
10025 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10026 `org-agenda-skip-scheduled-if-done'.
10027 (org-prepare-agenda-buffers): Allow buffers as arguments.
10028 (org-entry-properties): Add CATEGORY as a special property.
10029 (org-use-property-inheritance): Allow a list of properties as a value.
10030 (org-eval-in-calendar): No longer update the prompt.
10031 (org-read-date-popup-calendar): Rename from
10032 `org-popup-calendar-for-date-prompt'.
10033 (org-read-date-display-live): New variable.
10034 (org-read-date-display): New function.
10035 (org-read-date-analyze): New function.
10036 (org-remember-apply-template): Define `remember-finalize' if it is
10037 not yet defined.
10038 (org-remember-insinuate): New function.
10039 (org-read-date-prefer-future): New option.
10040 (org-read-date): Respect the setting of
10041 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10042 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10043 hardcoded string.
10044 (org-remember-apply-template): Use `remember-finalize' instead of
10045 `remember-buffer'.
10046 (org-columns-compute, org-column-number-to-string)
10047 (org-columns-uncompile-format, org-columns-compile-format)
10048 (org-columns-compile-format): Handle printf format specifier.
10049 (org-columns-new, org-column-number-to-string)
10050 (org-columns-uncompile-format, org-columns-compile-format):
10051 Support for new currency summary type.
10052 (org-tree-to-indirect-buffer): Do not kill old buffer when
10053 `org-indirect-buffer-display' is `new-frame'.
10054 (org-indirect-buffer-display): Document that `new-frame' leads to
10055 indiret buffer proliferation.
10056 (org-agenda-list): Use `org-extend-today-until'.
10057 (org-extend-today-until): New option.
10058 (org-format-org-table-html): Use lower-case for <col> tag.
10059 (org-agenda-execute): New command.
10060 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10061 (org-select-remember-template): New function.
10062 (org-remember-apply-template): Use `org-select-remember-template'.
10063 (org-go-to-remember-target): New function.
10064
10065 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10066
10067 * vc.el: Add a TODO note about vc-state.
10068 (vc-next-action): Register 'unregistered and 'ignored files.
10069 Use when and unless instead of if where appropriate.
10070 (vc-start-entry): Fix typo.
10071 (vc-status): Autoload it.
10072
10073 2008-01-18 Glenn Morris <rgm@gnu.org>
10074
10075 * ffap.el (ffap-alist): Remove space from RFC regexp.
10076
10077 2008-01-18 Richard Stallman <rms@gnu.org>
10078
10079 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10080 than face-spec-recalc.
10081
10082 2008-01-18 Glenn Morris <rgm@gnu.org>
10083
10084 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10085
10086 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10087 Miles Bader <miles@gnu.org>
10088
10089 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10090 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10091 for handling display table (via visws.el package), his code was
10092 modified, but the main idea was kept.
10093
10094 2008-01-17 Glenn Morris <rgm@gnu.org>
10095
10096 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10097 (ibuffer-save-filters): Remove calls to deleted
10098 ibuffer-update-mode-name.
10099
10100 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10101
10102 * longlines.el (longlines-mode, longlines-show-region)
10103 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10104 buffer-file-truename to nil while modifying buffer.
10105
10106 * cus-edit.el (custom-reset-standard-variables-list)
10107 (custom-reset-standard-faces-list): New variables.
10108 (custom-reset-standard-save-and-update): New function.
10109 (Custom-save): Apply custom-mark-to-save before and
10110 custom-state-set-and-redraw after saving options.
10111 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10112 options and call custom-reset-standard-save-and-update.
10113 (custom-variable, custom-face, custom-group): Provide new
10114 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10115 and custom-state-set-and-redraw.
10116 (custom-variable-mark-to-save)
10117 (custom-variable-state-set-and-redraw)
10118 (custom-variable-mark-to-reset-standard)
10119 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10120 (custom-face-mark-to-reset-standard)
10121 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10122 (custom-group-mark-to-reset-standard): New functions.
10123 (custom-variable-save): Move save, state-set, and redraw
10124 functionality to custom-variable-mark-to-save.
10125 (custom-face-save): Move save, state-set, and redraw
10126 functionality to custom-face-mark-to-save.
10127 (custom-group-save): Move save, state-set, and redraw
10128 functionality to custom-group-mark-to-save.
10129 (custom-variable-reset-standard, custom-face-reset-standard)
10130 (custom-group-reset-standard): Move save, state-set, and redraw
10131 functionality to custom-reset-standard-save-and-update.
10132
10133 (custom-buffer-create-internal): Fix text in verbose help.
10134 (custom-face-value-create): Indent doc-strings of faces like
10135 those of variables.
10136
10137 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * server.el (server-process-filter): Replace lineno and columnnno
10140 which defaulted to 1&0 with filepos which defaults to nil.
10141 (server-goto-line-column): Only receive the filepos.
10142 Only move if filepos is non-nil.
10143 (server-visit-files): Slight restructure to consolidate two calls to
10144 server-goto-line-column into just one.
10145
10146 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10147 the use of degraded mode.
10148 (nxml-degrade): Don't change mode-name.
10149
10150 * nxml/rng-nxml.el (rng-nxml-mode-init):
10151 Don't overwrite mode-line-process.
10152
10153 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10154 (ibuffer-update-mode-name): Remove.
10155 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10156 (ibuffer-mode): Use mode-line-process instead.
10157
10158 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10159 Use derived-mode-p.
10160 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10161
10162 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10163
10164 2008-01-16 Glenn Morris <rgm@gnu.org>
10165
10166 * comint.el (comint-regexp-arg): Fix no-input case.
10167
10168 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10169
10170 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10171 * pcvs.el (cvs-revert-if-needed):
10172 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10173
10174 * vc-svn.el (vc-svn-find-file-hook):
10175 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10176
10177 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10178
10179 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10180 (icalendar-export-file, icalendar-import-file):
10181 Restore significant trailing whitespace in `interactive' prompts.
10182
10183 2008-01-16 Tom Tromey <tromey@redhat.com>
10184
10185 * calendar/icalendar.el (icalendar--convert-tz-offset)
10186 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10187 (icalendar--find-time-zone): New functions.
10188 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10189 `decode-time'. Doc fix.
10190 (icalendar--convert-ical-to-diary): Compute zone-map.
10191 Pass timezone to icalendar--decode-isodatetime.
10192
10193 2008-01-16 Alan Mackenzie <acm@muc.de>
10194
10195 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10196 an eval-and-compile, so as to permit byte-compiling (e.g. in
10197 bootstrap).
10198
10199 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10202 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10203 using the same key for different menu entries.
10204
10205 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10206 (smerge-makeup-conflict): New command.
10207
10208 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10209
10210 * log-edit.el (log-edit): Doc fix.
10211
10212 2008-01-15 Glenn Morris <rgm@gnu.org>
10213
10214 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10215
10216 2008-01-14 Alan Mackenzie <acm@muc.de>
10217
10218 * progmodes/cc-vars.el (c-constant-symbol): New function which
10219 supersedes c-const-symbol. During a customize-.. call it enables
10220 an element of (e.g.) c-hanging-braces alist to have its name
10221 displayed, even when the default value of c-h-b etc. doesn't
10222 include the elemnt. Replace uses of the old function by the new.
10223
10224 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10225 obscure non-working fragment ":value c-".
10226
10227 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10230
10231 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10232
10233 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10234 instead of `tramp-file-name-real-host'.
10235
10236 * net/trampver.el: Update release number.
10237
10238 2008-01-14 Alan Mackenzie <acm@muc.de>
10239
10240 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10241 call inside a struct being recognised as a K&R argument.
10242
10243 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10246 Accept "fatal error" from MSFT.
10247 Reported by Jared Finder <jfinder@crypticstudios.com>.
10248
10249 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10250
10251 * smerge-mode.el (smerge-auto): New function.
10252 * vc-svn.el (vc-svn-find-file-hook):
10253 * vc-arch.el (vc-arch-find-file-hook):
10254 * pcvs.el (cvs-revert-if-needed):
10255 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10256 (top-level): Add a Todo list.
10257
10258 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10259
10260 * vc.el (vc-update): Resolve conflicts if necessary instead of
10261 just updating the buffer.
10262
10263 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10264 update command so that we can parse the output.
10265
10266 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10267
10268 * mail/rmail.el (rmail-convert-to-babyl-format):
10269 Remove save-excursion to avoid infinite looping.
10270 Reported by dnz <dnz@bk.ru>.
10271
10272 2008-01-12 Glenn Morris <rgm@gnu.org>
10273
10274 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10275 can be interned without a function definition.
10276
10277 2008-01-12 Jason Rumney <jasonr@gnu.org>
10278
10279 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10280 (rng-nxml-mode-init): Declare.
10281
10282 2008-01-11 Jason Rumney <jasonr@gnu.org>
10283
10284 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10285 (rng-preferred-prefix-alist-default): Remove.
10286
10287 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10288 Rename from nxml-enable-unicode-char-name-sets-flag.
10289 (nxml-enable-unicode-char-name-sets-1): Merge into
10290 nxml-enable-unicode-char-name-sets.
10291 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10292 nxml-char-name-ignore-case here.
10293
10294 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10295 Update doc string and commentary.
10296 (nxml-char-name-ignore-case): Change default value.
10297 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10298
10299 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10300
10301 * cus-start.el (all): Add missing version entries.
10302
10303 2008-01-11 Glenn Morris <rgm@gnu.org>
10304
10305 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10306 (euc-to-flat-code, flat-code-to-euc):
10307 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10308 (wl-summary-buffer-msgdb): Declare as funtions.
10309
10310 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10311
10312 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10313 Bind buffer-file-name and buffer-file-truename.
10314
10315 * fringe.el (fringe-mode-explicit): New variable.
10316 (set-fringe-mode): Don't alter default-frame-alist when just
10317 loading this file.
10318
10319 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10320
10321 * doc-view.el (doc-view-buffer-file-name): New variable.
10322 (doc-view-convert-current-doc, doc-view-search)
10323 (doc-view-current-cache-dir, doc-view-initiate-display)
10324 (doc-view-mode): Use it.
10325 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10326 instead of function.
10327
10328 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10329
10330 * vc-svn.el (vc-svn-registered): Return the correct value for
10331 ignored and unregistered files.
10332
10333 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10334
10335 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10336
10337 2008-01-10 Tom Tromey <tromey@redhat.com>
10338
10339 * vc.el (vc-status-unmark-all-files): New function.
10340 (vc-status-unmark-all-files): Likewise.
10341 (vc-status-mode-map): Add bindings.
10342
10343 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10344
10345 * ediff*.el: Uncomment declare-function.
10346
10347 * emulation/viper*.el: Uncomment declare-function.
10348
10349 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10350
10351 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10352 files inside archives uniformly.
10353
10354 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10355
10356 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10357 constant with a computation on sgml-specials rather than a literal
10358 list. Without this change the syntax table is generated
10359 incorrectly, and the mode will think it's in a comment following
10360 any instance of the string "--".
10361
10362 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10363
10364 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10365 (doc-view-mode): Support document files inside archives.
10366
10367 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10368
10369 * vc.el (vc-deduce-fileset): Return the currently selected file if
10370 no files are selected when using vc-status.
10371
10372 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10373
10374 * ediff*.el: Comment out declare-function. "make bootstrap"
10375 stops with an error and Emacs does not compile with those things in.
10376 Besides, declare-function is not defined in XEmacs.
10377
10378 * ediff-util (eqiff-quit): Autoraise minibuffer.
10379
10380 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10381
10382 * emulation/viper*.el: Comment out declare-function -- not defined
10383 in XEmacs.
10384
10385 * emulation/viper-ex.el (viper-info-on-file):
10386 Take care of indirect buffers.
10387
10388 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10389 Set viper-vi-state-cursor-color.
10390
10391 2008-01-09 Tom Tromey <tromey@redhat.com>
10392
10393 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10394 Just return header.
10395 (vc-status-move-to-goal-column): New function.
10396 (vc-status-mode-map): Define more keys.
10397 (vc-status-mode): Use vc-status-refresh. Now 'special.
10398 (vc-status-refresh): New function.
10399 (vc-status-next-line): Likewise.
10400 (vc-status-previous-line): Likewise.
10401 (vc-status-mark-file): Use vc-status-next-line.
10402 (vc-status-unmark-file): Use vc-status-previous-line.
10403 (vc-status-unmark-file-up): New function.
10404 (vc-status-register): Likewise.
10405 (vc-status-find-file): Likewise.
10406 (vc-status-find-file-other-window): Likewise.
10407 (vc-status-current-file): Likewise.
10408 (vc-ensure-vc-buffer): Understand vc-status mode.
10409
10410 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10411
10412 2008-01-09 Glenn Morris <rgm@gnu.org>
10413
10414 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10415 entry, for Windows.
10416
10417 2008-01-09 Tom Tromey <tromey@redhat.com>
10418
10419 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10420
10421 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10424 add a file-name handler.
10425
10426 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10427
10428 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10429 Rename from function bibtex-files-expand. New optional arg select.
10430 (bibtex-flash-head): Allow blink-matching-delay being zero.
10431 (bibtex-clean-entry): Use atomic-change-group.
10432 (bibtex-format-entry): Check presence of required fields only
10433 after formatting of fields. Use member-ignore-case. Do not use
10434 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10435 (bibtex-autofill-entry): Do not call undo-boundary.
10436 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10437 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10438 Parse keys if necessary.
10439
10440 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10443 quotes in case of spaces, e.g. STL containers (not pretty).
10444
10445 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10446
10447 * progmodes/gdb-ui.el (gud-gdb-command-name):
10448 Explain "--annotate=3" option is necessary for the Graphical Interface.
10449
10450 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10451
10452 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10453 on menu bar.
10454
10455 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10456
10457 * ffap.el (ffap-read-file-or-url): Let-bind
10458 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10459
10460 2008-01-08 Sven Joachim <svenjoac@gmx.de>
10461
10462 * vc-bzr.el: Fix typo in header.
10463
10464 2008-01-08 Eli Zaretskii <eliz@gnu.org>
10465
10466 * Makefile.in (custom-deps, finder-data): Depend on autoloads
10467 instead of loaddefs.el.
10468
10469 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10472 gets inserted out-of-order.
10473
10474 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
10475
10476 * vc-bzr.el: Copyright and version headers update.
10477 Remove some outdated comments through the whole file.
10478 (vc-bzr-program-args): Remove because unused.
10479 (vc-bzr-log-switches): New customization option.
10480 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
10481 use `vc-bzr-program-args'.
10482 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10483 `vc-find-root' (patch by Andreas Hoenen).
10484 (vc-bzr-status): Update regex to match latest Bzr output.
10485 Remove redundant test.
10486 (vc-bzr-init-version): New function.
10487 (vc-bzr-unregister): Must not delete file.
10488 (vc-bzr-find-version): New function.
10489 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10490 a non-empty string, otherwise take head revision.
10491 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10492 (vc-bzr-diff): Simpler build of the revision spec string.
10493 (vc-annotate-convert-time, vc-bzr-annotate-difference):
10494 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10495 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
10496 (vc-bzr-dired-state-info): Only provide custom strings for
10497 overloaded VC state 'edited; otherwise fallback to
10498 `vc-default-dired-state-info'.
10499
10500 2008-01-08 Richard Stallman <rms@gnu.org>
10501
10502 * delsel.el (delete-selection-mode): Doc fix.
10503
10504 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10507 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10508
10509 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10510 of watch expressions (only works fully with GDB 6.7 or later).
10511
10512 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
10513
10514 * time-stamp.el (time-stamp-time-zone):
10515 * whitespace.el (whitespace-check-buffer-leading)
10516 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10517 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10518 * progmodes/sh-script.el (sh-indentation):
10519 * textmodes/ispell.el (ispell-local-pdict):
10520 Add safe-local-variable properties.
10521
10522 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * vc-git.el (vc-git--call): Apply `process-file' instead of
10525 `call-process'.
10526
10527 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10528 Reported by Pete Forman <pete.forman@westerngeco.com>.
10529 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10530 (tramp-handle-process-file): Handle the case where DESTINATION is
10531 a consp with t as car.
10532 (tramp-wait-for-output): We shall remove exactly what has been
10533 find by the search.
10534
10535 2008-01-08 Kevin Ryde <user42@zip.com.au>
10536
10537 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10538 For perl, allow "during global destruction" at end. Add entry for
10539 two-arg form of the Test module ok() func.
10540
10541 2008-01-08 Glenn Morris <rgm@gnu.org>
10542
10543 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10544 unified format.
10545
10546 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10547
10548 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10549
10550 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10551 Simplify selection of frame focusing function.
10552
10553 2008-01-08 Michael Olson <mwolson@gnu.org>
10554
10555 * textmodes/remember.el (remember-region): Fix typo in docstring.
10556
10557 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10558
10559 * textmodes/remember.el (remember): If there is a visible region
10560 [that is, the mark is active and transient mark mode is enabled]
10561 then use this region for the initial contents of the *Remember*
10562 buffer. Use `region-beginning' and `region-end' instead of
10563 `point' and `mark'.
10564
10565 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10566
10567 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10568 argument to vc-hg-command.
10569 (vc-hg-log-view-mode): Handle the user field better.
10570
10571 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10574
10575 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10576
10577 * vc.el (vc-status-fileinfo): New defstruct.
10578 (vc-status): New defvar.
10579 (vc-status-insert-headers, vc-status-printer, vc-status)
10580 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10581 (vc-status-unmark-file, vc-status-marked-files): New functions.
10582
10583 * vc-hg.el (vc-hg-dir-status): New function.
10584
10585 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10586
10587 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10588 keymap from here ...
10589 (custom-mode): ... to here. Reported by Reiner Steib.
10590
10591 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10592
10593 * obsolete/x-apollo.el: Remove file for unsupported system.
10594
10595 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10596 Apollo.
10597
10598 * progmodes/gud.el (gud-dgux-p): Remove.
10599 (dbx): Remove reference to dgux.
10600
10601 * progmodes/ps-mode.el (ps-mode-print-function):
10602 * ps-print.el (ps-lp-system):
10603 * paths.el (rmail-spool-directory):
10604 * ls-lisp.el (ls-lisp-emulation):
10605 * lpr.el (lpr-lp-system):
10606 * dired.el (dired-chown-program): Remove references to dgux.
10607
10608 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * vc.el (vc-process-sentinel): Fix apparent typo.
10611 (vc-do-command): Forcefully kill any left over process.
10612 Use start-file-process.
10613 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10614
10615 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10616
10617 * net/dbus.el (dbus-list-hash-table)
10618 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10619 (dbus-check-event): Add serial number to event.
10620 (dbus-handle-event): Apply return message if needed.
10621 (dbus-event-serial-number): New defun.
10622 (dbus-event-service-name, dbus-event-path-name)
10623 (dbus-event-interface-name, dbus-event-member-name):
10624 Adapt implementation to serial number.
10625
10626 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * bs.el (bs--get-mode-name): Fix typo in previous change.
10629
10630 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10631
10632 * mouse.el (mouse-popup-menubar): Fix typo.
10633
10634 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10635 form inside with-current-buffer.
10636
10637 * progmodes/antlr-mode.el (provide): Move to the end of file.
10638 (require): Don't require font-lock and compile.
10639 (outline-level, imenu-use-markers, imenu-create-index-function):
10640 Move declarations to top level.
10641 (cond-emacs-xemacs-macfn): Declare for compiler.
10642
10643 * vc-bzr.el (vc-bzr-root):
10644 * vc-arch.el (vc-arch-root): Only set a property if the file is
10645 managed by this backend.
10646
10647 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10648
10649 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10650
10651 * doc-view.el (doc-view-scroll-up-or-next-page)
10652 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10653 top/bottom again when on the first/last page.
10654
10655 * doc-view.el (doc-view-scroll-up-or-next-page)
10656 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10657 image-scroll-down instead of the non-image equivalents.
10658 Don't rely on a signalled condition but switch pages when scrolling
10659 doesn't change the vertical position anymore.
10660 (doc-view-mode-map): Remap scroll-{up,down} to
10661 image-scroll-{up,down}.
10662
10663 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10664
10665 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10666 tpu-mapper command rather than load the tpu-mapper package.
10667
10668 * emulation/tpu-mapper.el (tpu-mapper): New command.
10669 Contains all the code previously at top-level.
10670
10671 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10674 * imenu.el (imenu-add-to-menubar):
10675 * makesum.el (make-command-summary):
10676 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10677 (mouse-buffer-menu):
10678 * msb.el (msb--mode-menu-cond):
10679 * calc/calc-embed.el (calc-do-embedded):
10680 * emacs-lisp/helper.el (Helper-describe-mode):
10681 * mail/emacsbug.el (report-emacs-bug):
10682 * progmodes/hideshow.el (hs-grok-mode-type):
10683 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10684 * textmodes/table.el (*table--cell-describe-mode):
10685 Pass mode-name through format-mode-line.
10686
10687 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10690 * progmodes/ada-mode.el (comment-region):
10691 * calendar/todo-mode.el (todo-insert-item):
10692 * bookmark.el (bookmark-buffer-name):
10693 Test major-mode rather than mode-name.
10694
10695 2008-01-04 Richard Stallman <rms@gnu.org>
10696
10697 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10698 Call byte-compile-warn-about-unresolved-functions outside
10699 the with-current-buffer.
10700 (byte-compile-insert-header): Use with-current-buffer.
10701
10702 2008-01-04 Glenn Morris <rgm@gnu.org>
10703
10704 * startup.el (fancy-about-screen): Remove reference to deleted
10705 `fancy-splash-help-echo' variable.
10706
10707 * version.el (emacs-copyright): Update to 2008.
10708
10709 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10710 rather than mapcar.
10711
10712 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10713 change (merge mistake).
10714
10715 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10716
10717 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10718 (bookmark-get-bookmark-record):
10719 * image-mode.el (bookmark-make-cell-function)
10720 (bookmark-get-filename, bookmark-get-bookmark-record)
10721 (bookmark-get-position):
10722 * log-view.el (vc-modify-change-comment):
10723 * progmodes/grep.el (find-name-arg): Declare for compiler.
10724
10725 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * savehist.el (savehist-coding-system): Default to a variant coding
10728 system with explicit unix end-of-line conversion, which is safer.
10729
10730 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10733 * ibuffer.el (mode column): Use format-mode-line.
10734
10735 * server.el (server-create-window-system-frame): Remove workaround for
10736 a bug that has been fixed.
10737
10738 2008-01-03 Magnus Henoch <magnus@zemdatav>
10739
10740 * net/dbus.el (dbus-name-owner-changed-handler):
10741 Use dbus-unregister-object instead of dbus-unregister-signal.
10742
10743 2008-01-03 Drew Adams <drew.adams@oracle.com>
10744
10745 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10746
10747 2008-01-03 Richard Stallman <rms@gnu.org>
10748
10749 * replace.el (occur-context-lines): New subroutine,
10750 broken out of occur-engine.
10751 (occur-engine): Call it.
10752
10753 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10754
10755 * vc-git.el (vc-git--ls-files-state): New function.
10756 (vc-git-dir-state): Use it instead of processing the status
10757 results here.
10758
10759 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10760
10761 * progmodes/grep.el (grep-find-ignored-directories):
10762 Initialize from the value of vc-directory-exclusion-list.
10763
10764 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10765 even though we don't have a back end for darcs yet.
10766
10767 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10768
10769 Change a return type, for greater extensibility.
10770 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10771 and its thread for discussion leading to this change.
10772
10773 * bookmark.el (bookmark-jump-noselect):
10774 Return an alist instead of a dotted pair.
10775 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10776 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10777 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10778 (bookmark-make-cell-function): Adjust documentation accordingly.
10779
10780 * image-mode.el (image-bookmark-jump):
10781 Adjust return type accordingly; document.
10782
10783 * doc-view.el (doc-view-bookmark-jump):
10784 Adjust return type accordingly; document.
10785
10786 2008-01-02 Miles Bader <miles@gnu.org>
10787
10788 * net/rcirc.el (rcirc-log-filename-function): New variable.
10789 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10790 log-file name. Don't log anything if it returns nil.
10791 (rcirc-log-write): Use `expand-file-name' when merging the
10792 log-file name from the alist with rcirc-log-directory; this does
10793 the right thing if the name in the alist already an absolute
10794 filename. Make the log-file directory if necessary.
10795
10796 2007-12-29 Richard Stallman <rms@gnu.org>
10797
10798 * font-lock.el (font-lock-prepend-text-property)
10799 (font-lock-append-text-property): Canonicalize the face and
10800 font-lock-face properties.
10801
10802 * faces.el (facep): Doc fix.
10803
10804 * startup.el (fancy-startup-tail, fancy-about-text)
10805 (fancy-startup-text): Regularize format of face property.
10806
10807 * facemenu.el (list-colors-print): Use :background and :foreground
10808 instead of background-color and foreground-color.
10809
10810 2007-12-29 Drew Adams <drew.adams@oracle.com>
10811
10812 * cus-edit.el (custom-add-parent-links):
10813 Fill the "Parent documentation" text.
10814
10815 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10816
10817 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10818 MS-Windows and MS-DOS.
10819 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10820
10821 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10822
10823 * vc-svn.el (vc-svn-modify-change comment): New function.
10824
10825 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10826
10827 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10828 Do not disable undo, with-temp-buffer does it by default.
10829
10830 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10831
10832 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10833 correctly.
10834
10835 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10836 with vc-state.
10837 (vc-next-action): Fix vc-transfer-file call.
10838
10839 2007-12-31 Tom Tromey <tromey@redhat.com>
10840
10841 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10842 Move point to the start of the buffer.
10843
10844 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10845
10846 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10847
10848 * vc.el: State that dir-state is required to set the vc-state and
10849 vc-backend properties.
10850
10851 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10852
10853 * man.el (Man-default-man-entry): Make this a defun.
10854 Improve guessing mechanism and handling of section numbers.
10855
10856 2007-12-31 Richard Stallman <rms@gnu.org>
10857
10858 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10859
10860 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10861
10862 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10863 are on the result even when the result is zero.
10864
10865 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10866
10867 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10868 resistent towards wrong parameters.
10869 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10870
10871 2007-12-30 Richard Stallman <rms@gnu.org>
10872
10873 * faces.el (face-all-attributes): New function.
10874
10875 * faces.el (face-differs-from-default-p): Compute list of attr names
10876 from face-attribute-name-alist.
10877
10878 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10879 (custom-face-save): Likewise.
10880 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10881
10882 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10883 (custom-theme-set-faces): Clear `face-override-spec' property.
10884 Call `face-spec-set' with FOR-DEFFACE.
10885
10886 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10887
10888 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10889 Use of frame as third arg is deprecated.
10890 Handle `face-override-spec' property.
10891 (face-spec-recalc): New function.
10892 (face-spec-set-2): New function.
10893 (frame-set-background-mode): Handle `face-override-spec' property.
10894 Use `face-spec-recalc'.
10895 (face-set-after-frame-default): Use `face-spec-recalc'.
10896
10897 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10900
10901 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10902
10903 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10904
10905 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10906
10907 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10908 'added, 'removed.
10909
10910 * vc.el (header coment): Better description of dir-state.
10911 (vc-compatible-state): New function. Checks whether two states
10912 can be in the same changeset; used with 'edited it can test whether
10913 the next action for a state should be commit.
10914 (vc-default-dired-state-info): Display 'removed state.
10915 (vc-dired-hook): Turn off undo, this is a speed tweak.
10916
10917 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10918
10919 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10920 Cope with the possibility that the 'C' status flag might change
10921 in 0.9,6.
10922
10923 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10924
10925 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10926
10927 * files.el (cd-absolute): Fix omission bug:
10928 Make `list-buffers-directory' buffer-local.
10929
10930 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10931
10932 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10933
10934 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10935
10936 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10937
10938 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10939 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10940 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10941 (math-maxima-parse-subst, math-maxima-parse-taylor)
10942 (math-maxima-compose-taylor, math-maxima-compose-subst)
10943 (math-maxima-compose-if, math-lang-switch-args)
10944 (math-lang-compose-switch-args, math-read-giac-subscr):
10945 New functions.
10946 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10947 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10948 Add languages.
10949 (math-vector-brackets, math-complex-format, math-variable-table)
10950 (math-parse-table, math-oper-table, math-function-table)
10951 (math-special-function-table, math-compose-subscr):
10952 Add values for new languages.
10953
10954 * calc/calccomp.el (math-compose-expr): Add new languages.
10955
10956 * calc/calc.el (calc-language): Add languages to docstring.
10957
10958 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10959 for new languages. Autoload commands to change languages.
10960
10961 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10962
10963 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10964 (calc-arithmetic-menu, calc-scientific-function-menu)
10965 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10966 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10967 Add :active keywords.
10968
10969 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10970
10971 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10972 returns 'ignored or 'unregistered.
10973 (vc-hg-state): Pass "-A" to the status command and deal with the
10974 output.
10975 (vc-hg-dir-state): Pass "-A" to the status command.
10976
10977 2007-12-29 Richard Stallman <rms@gnu.org>
10978
10979 * progmodes/compile.el (compilation-start): Set initial visible
10980 point properly even when compilation buffer already current.
10981
10982 2007-12-29 Richard Stallman <rms@gnu.org>
10983
10984 * files.el (conf-mode-maybe): New function.
10985 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10986
10987 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10988
10989 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10990
10991 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10992
10993 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10994
10995 2007-12-29 Richard Stallman <rms@gnu.org>
10996
10997 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10998 so they never do EOF.
10999
11000 2007-12-29 Richard Stallman <rms@gnu.org>
11001
11002 * faces.el (copy-face): Create the new face explicitly if it
11003 does not exist already.
11004
11005 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11006
11007 * simple.el (minibuffer-history, shell-command-history)
11008 (set-variable-value-history):
11009 * replace.el (regexp-history):
11010 * international/mule-cmds.el (input-method-history):
11011 * files.el (file-name-history): Add reference to history-length in
11012 the doc string.
11013
11014 2007-12-29 Richard Stallman <rms@gnu.org>
11015
11016 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11017
11018 2007-12-29 Jason Rumney <jasonr@gnu.org>
11019
11020 * find-dired.el (find-name-arg): New custom variable.
11021 (find-name-dired): Use it.
11022 (find-dired-find-program): Remove.
11023 (find-dired): Use find-program.
11024 (find-grep-dired): Use grep-program.
11025
11026 * progmodes/grep.el (rgrep): Use find-name-arg.
11027
11028 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11029
11030 * progmodes/cc-vars.el (defcustom-c-stylevar):
11031 Revert to pre-2007-12-12 version.
11032
11033 2007-12-29 Richard Stallman <rms@gnu.org>
11034
11035 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11036
11037 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11038 Use changed.
11039
11040 * startup.el (fancy-splash-help-echo): Var deleted.
11041 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11042 (fancy-about-screen): Don't display fancy-splash-help-echo.
11043
11044 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11045
11046 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11047
11048 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11049 to vc-hooks.el so it will be available to other modes, such as
11050 speedbar.el. Also, teach it to recognize monotone state directories.
11051
11052 * speedbar.el: Remove this mode's fragile assumptions about
11053 version-control systems. Instead, make it use logic from
11054 vc-hooks.el so it will become smarter whenever VC mode does.
11055
11056 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11057 Fix the documentation.
11058
11059 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11060 Modify all instances of the dir-state back-end method to suppress
11061 keeping undo lists on the buffers holding status output, which
11062 can get extremely large.
11063
11064 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11065 so they don't do work that the default one can do instead.
11066
11067 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11068 states, and the new return-value convention. These are not
11069 actually used yet, just set.
11070
11071 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11072 states when appropriate.
11073
11074 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11075 'unregistered when appropriate.
11076
11077 * vc-git.el: Document that we don't set the new states yet.
11078
11079 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11080 'ignored states.
11081
11082 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11083 appropriate.
11084
11085 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11086 when appropriate.
11087
11088 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * thumbs.el (thumbs-call-convert): Use call-process directly
11091 with thumbs-conversion-program instead of through shell-file-name
11092 for better error reporting.
11093
11094 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11095
11096 * calc/calc-aent.el (math-remove-percentsigns):
11097 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11098 for percent signs.
11099
11100 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11101
11102 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11103 use completion-ignored-extensions to detect files that should be
11104 ignorted in VC-Dired listings, heading off lots of expensive calls
11105 to (vc-state).
11106
11107 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11108 non-terse mode.
11109 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11110 Makefile.in or Makefile.am.
11111
11112 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11113
11114 * ps-print.el (ps-mark-active-p): Fun returned back.
11115 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11116 `region-active-p' for error checking.
11117
11118 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11119
11120 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11121 Put new machinery in place to support editing of change comments
11122 with 'e' in a log-view buffer. Not documented yet as this
11123 only works for SCCS, RCS, and maybe CVS if you have admin
11124 privileges. When we have backend support for Subversion and
11125 more modern systems it will be time to write this up.
11126
11127 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11128
11129 * international/mule-cmds.el (select-safe-coding-system):
11130 When a buffer is modified, cancel the writing.
11131
11132 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11133
11134 * log-view.el: Add Subversion and Mercurial log format samples.
11135
11136 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11137 it to call the backend dir-state hook (if it exists)
11138 exactly *once*, rather than once per each subdirectory (with
11139 dired-state-info calls on all toplevel files slowing it down even
11140 further). For this to work, backend dir-state methods have to
11141 recurse to subdirectories. Most of them already did anyway; a few
11142 needed *non*-recursion switches removed. This change mostly
11143 removed code that was perversely bad and should have been shot
11144 through the head years ago.
11145
11146 * vc-bzr.el (vc-bzr-dir-state):
11147 * vc-cvs.el (vc-cvs-dir-state):
11148 * vc-mcvs.el (vc-mcvs-dir-state):
11149 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11150
11151 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11152 multiple arguments, so generate logs sequentially when we get them.
11153 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11154 headers so the various log bindings can do the right thing.
11155 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11156
11157 2007-12-26 Andreas Schwab <schwab@suse.de>
11158
11159 * font-lock.el (save-buffer-state): Make sure the state of the
11160 buffer is always restored.
11161
11162 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11163
11164 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11165
11166 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11167 a variable.
11168
11169 * calc/calccomp.el (math-to-percentsigns): New function.
11170 (math-compose-var): Handle variables with percent signs.
11171 (math-compose-expr): Handle function names with percent signs.
11172
11173 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11174 (math-read-exprs): Handle percent signs in languages that
11175 allow them.
11176 (math-restore-underscores): Remove function.
11177 (math-remove-percentsigns, math-restore-placeholders):
11178 New functions.
11179
11180 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11181
11182 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11183 of `mark' for error checking.
11184
11185 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11186
11187 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11188 New functions.
11189 (image-mode): Set bookmark-make-cell-function appropriately.
11190
11191 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11192
11193 * bookmark.el (bookmark-make-cell-function): New variable.
11194 (bookmark-make): Call bookmark-make-cell-function's function
11195 instead of bookmark-make-cell.
11196 (bookmark-get-handler, bookmark-jump-internal): New functions.
11197 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11198 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11199 Use bookmark-jump-internal.
11200 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11201
11202 * doc-view.el (doc-view-bookmark-make-cell)
11203 (doc-view-bookmark-jump): New functions.
11204 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11205
11206 2007-12-25 Miles Bader <miles@gnu.org>
11207
11208 * indent.el (indent-for-tab-command): Rigidly indent the following
11209 sexp along with the current line when a prefix arg is given in the
11210 non-active-region case. Specify raw prefix in interactive spec.
11211 Simplify main indentation logic to get rid of the conditional call
11212 to `indent-according-to-mode' (it just ended up calling
11213 `indent-line-function' in all cases anyway, which can be done more
11214 simply here). Remove unnecessary test of ARG in active region case.
11215
11216 2007-12-25 Richard Stallman <rms@gnu.org>
11217
11218 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11219 Use `use-region-p'.
11220 (allout-write-file-hook-handler): Simplify code.
11221
11222 * ps-print.el (ps-mark-active-p): Function deleted.
11223 (ps-print-preprint-region): Use (mark) for the error check.
11224
11225 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11226
11227 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11228
11229 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11230
11231 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11232
11233 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11234
11235 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11236
11237 * progmodes/cc-defs.el (c-region-is-active-p):
11238 Use `mark-active' if it's defined.
11239
11240 * progmodes/cc-cmds.el (c-indent-line-or-region):
11241 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11242
11243 * simple.el (select-active-regions): New option.
11244 (set-mark): Obey it.
11245 (yank-pop-change-selection): New option.
11246 (current-kill): Obey it.
11247
11248 * simple.el (use-region-p): Rename from `region-active-p'.
11249 (region-active-p): New function.
11250
11251 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11252
11253 * term/x-win.el (x-select-enable-primary): New option.
11254 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11255
11256 * mouse.el (mouse-yank-primary): New function (almost same
11257 as mouse-yank-secondary).
11258
11259 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11260
11261 * calculator.el:
11262 * dframe.el:
11263 * iswitchb.el:
11264 * whitespace.el:
11265 * winner.el:
11266 * emacs-lisp/checkdoc.el:
11267 * mail/feedmail.el:
11268 * net/quickurl.el:
11269 * obsolete/fast-lock.el:
11270 * play/5x5.el:
11271 * progmodes/delphi.el:
11272 * progmodes/idlw-shell.el:
11273 * progmodes/idlwave.el:
11274 * textmodes/artist.el:
11275 * textmodes/ispell.el:
11276 * textmodes/texinfmt.el:
11277 * textmodes/texinfo.el: Remove obsolete definitions of backward
11278 compatibility macros for defcustom, defgroup, defface, when,
11279 unless, with-current-buffer and with-temp-message.
11280
11281 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11282
11283 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11284
11285 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11288 indeed a process.
11289
11290 2007-12-23 Richard Stallman <rms@gnu.org>
11291
11292 * simple.el (region-active-p): New function.
11293 (use-empty-active-region): New variable.
11294
11295 * dired-aux.el (dired): Load dired.el at run time too.
11296
11297 2007-12-23 Juri Linkov <juri@jurta.org>
11298
11299 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11300 default list with a full list of references.
11301
11302 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11303
11304 2007-12-23 Andreas Schwab <schwab@suse.de>
11305
11306 * files.el (switch-to-buffer-other-frame): Return the buffer
11307 switched to.
11308
11309 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11310
11311 Sync with Tramp 2.1.12.
11312
11313 * net/tramp.el: New todo item.
11314
11315 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11316 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11317
11318 * net/trampver.el: Update release number.
11319
11320 2007-12-22 Richard Stallman <rms@gnu.org>
11321
11322 * newcomment.el (comment-region-default): Don't triple the
11323 comment starter if the first region line isn't indented enough.
11324
11325 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11326
11327 * net/imap.el (imap-authenticate): Use current-buffer instead of
11328 buffer, for the cases where imap-authenticate is called with a nil
11329 buffer parameter.
11330
11331 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11332
11333 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11334 specifier from format-string. Reported by Ye Wenbin.
11335
11336 2007-12-20 Jason Rumney <jasonr@gnu.org>
11337
11338 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11339 Parent group is font-lock-faces.
11340 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11341 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11342 (nxml-version): Remove.
11343 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11344 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11345 (nxml-processing-instruction-delimiter)
11346 (nxml-processing-instruction-target)
11347 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11348 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11349 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11350 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11351 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11352 (nxml-attribute-prefix, nxml-attribute-colon)
11353 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11354 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11355 (nxml-attribute-value, nxml-attribute-value-delimiter)
11356 (nxml-namespace-attibute-value)
11357 (nxml-namespace-attribure-value-delimiter)
11358 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11359 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11360 (nxml-glyph): Rename, removing -face suffix.
11361 Inherit from existing font-lock faces.
11362 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11363 Use new face names.
11364
11365 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11366 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11367 Rename, removing -face suffix.
11368 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11369 (nxml-highlighted-colon, nxml-highlighted-slash)
11370 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11371 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11372 (nxml-highlighted-qname, nxml-outline-display-heading):
11373 Use new face names.
11374
11375 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11376
11377 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11378
11379 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11380
11381 * cus-start.el (all): Use correct group name for members of
11382 mode-line group.
11383
11384 * man.el (Man-default-man-entry): When looking for default man
11385 entry title search text preceding point. Use when instead of if.
11386
11387 * indent.el (indent-for-tab-command): Fix doc-string typo.
11388
11389 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11390 vc-parent-buffer is the current buffer.
11391
11392 * info-look.el (info-lookup, info-lookup-setup-mode)
11393 (info-lookup-make-completions): Avoid clobbering Info-history and
11394 Info-history-list.
11395
11396 2007-12-19 Glenn Morris <rgm@gnu.org>
11397
11398 * progmodes/verilog-mode.el (top-level): Don't require compile.
11399 (compilation-error-regexp-alist, compilation-last-buffer):
11400 Define for compiler.
11401 (verilog-insert-1): New function.
11402 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11403 Use verilog-insert-1.
11404 (verilog-surelint-off): Use next-error-last-buffer if bound.
11405 Check compile buffer is live.
11406
11407 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11408
11409 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11410 argument to display-buffer.
11411
11412 2007-12-19 Jason Rumney <jasonr@gnu.org>
11413
11414 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11415 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11416 (rng-byte-compile-load, rng-write-version): Remove.
11417
11418 * nxml/rng-loc.el (rng-schema-locating-files-default)
11419 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11420 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11421
11422 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11423
11424 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11425 show correct path in buffer list.
11426
11427 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11428 (tramp-find-shell): Send only single prompt setting commands, in
11429 order to avoid double-prompt.
11430
11431 * net/tramp-compat.el (top): Require cl only when compiling.
11432 Reported by Glenn Morris <rgm@gnu.org>.
11433
11434 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11435
11436 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11437 (c-comment-continuation-stars): No longer declare with
11438 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11439 (c-block-comment-prefix): Use symbol-value to
11440 access c-comment-continuation-stars.
11441 * progmodes/cc-mode.el (c-initialize-cc-mode):
11442 Use symbol-value to access c-comment-continuation-stars.
11443
11444 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11445
11446 * xml.el (xml-escape-string): New function. Escape string using
11447 xml-entity-alist.
11448 (xml-debug-print-internal): Use xml-escape-string to escape
11449 characters in attributes and in text children of elements.
11450
11451 2007-12-18 Glenn Morris <rgm@gnu.org>
11452
11453 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11454 systems without define-minor-mode.
11455
11456 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11457
11458 * progmodes/verilog-mode.el: Replace all instances of
11459 string-to-int with string-to-number, insert-string with insert,
11460 and read-input with read-string.
11461 (top-level): No need to require imenu, reporter, dinotrace, vc,
11462 font-lock when compiling. Always require compile. Relegate remaining
11463 compatibility cruft to XEmacs. Don't require font-lock.
11464 (verilog-version): Remove superfluous concat.
11465 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11466 No need to define.
11467 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11468 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11469 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11470 (verilog-startup-message-displayed): These are variables, not constants.
11471 (verilog-batch-execute-func, verilog-auto-inst)
11472 (verilog-auto-inst-param): Use mapc rather than mapcar.
11473 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11474 actually defining.
11475 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11476 (verilog-modi-get-outputs, verilog-modi-get-inouts)
11477 (verilog-modi-get-inputs, verilog-modi-get-wires)
11478 (verilog-modi-get-regs, verilog-modi-get-assigns)
11479 (verilog-modi-get-consts, verilog-modi-get-gparams)
11480 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11481 (verilog-modi-get-sub-inputs): Move inline functions earlier in
11482 the file.
11483 (sigs-in, sigs-out): Don't declare multiple times.
11484 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11485 `defvar'.
11486 (verilog-auto): Call dinotrace-unannotate-all only if bound.
11487 (verilog-module-inside-filename-p): No need to wrap fboundp test
11488 in condition-case.
11489 (reporter-submit-bug-report): Autoload it.
11490 (verilog-mark-defun): Call zmacs-activate-region only if bound.
11491 (verilog-font-customize): Call customize-apropos only if bound.
11492 (verilog-getopt-flags, verilog-auto-reeval-locals):
11493 Use make-local-variable rather than make-variable-buffer-local.
11494 (verilog-company, verilog-project, verilog-modi-cache-list):
11495 Move make-variable-buffer-local calls to top-level.
11496 (font-lock-defaults-alist): Don't define it.
11497 (verilog-need-fld): Remove.
11498 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11499 (verilog-mode): Only call make-local-hook on XEmacs.
11500 Set font-lock-defaults rather than using verilog-font-lock-init.
11501
11502 2007-12-17 Andreas Schwab <schwab@suse.de>
11503
11504 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11505 Fix comment typo.
11506
11507 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
11508
11509 * net/dbus.el (dbus-name-owner-changed-handler):
11510 Use `dbus-unregister-signal' for removing old rules.
11511 Obey new structure of `dbus-registered-functions-table'.
11512
11513 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
11514
11515 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11516
11517 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11518
11519 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11520 function.
11521 (add-submenu): Only define for XEmacs.
11522 (verilog-regexp-words): Revert previous change, keep the other
11523 definition.
11524
11525 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11526
11527 * progmodes/perl-mode.el (perl-continued-statement-offset)
11528 (perl-continued-brace-offset, perl-brace-offset)
11529 (perl-brace-imaginary-offset, perl-label-offset):
11530 * progmodes/cperl-mode.el (cperl-brace-offset)
11531 (cperl-continued-brace-offset, cperl-label-offset)
11532 (cperl-continued-statement-offset)
11533 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11534 Add safe-local-variable properties.
11535
11536 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11537
11538 * progmodes/verilog-mode.el (verilog-mode-map)
11539 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11540 (verilog-colorize-include-files): Use only overlay functions so
11541 that it can work on both emacs and XEmacs.
11542 (set-extent-keymap): Remove unused defun.
11543 (verilog-kill-existing-comment, verilog-insert-date)
11544 (verilog-insert-year): Rename in order not to pollute the global
11545 namespace from kill-existing-comment, insert-date and
11546 insert-year, respectively.
11547 (verilog-set-auto-endcomments, verilog-header): Update callers.
11548
11549 * files.el (auto-mode-alist): Recognize verilog files.
11550
11551 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11552 (verilog-string-remove-spaces, verilog-re-search-forward)
11553 (verilog-re-search-backward, verilog-re-search-forward-quick)
11554 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11555 (verilog-get-end-of-line, verilog-within-string): Move definitions
11556 before first use. No code changes.
11557
11558 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 * progmodes/verilog-mode.el (verilog-mode-version)
11561 (verilog-mode-release-date): Don't use expanding keywords.
11562 (provide): Move to the end of file.
11563 (fboundp): Don't check if eval-when-compile is bound, it is used
11564 later in the file without checking.
11565 (when, unless): Copy definitions from subr.el.
11566 (char-before, defcustom, defface, customize-group)
11567 (verilog-batch-error-wrapper): Don't use old style backquotes.
11568 (verilog-regexp-opt): Avoid using the cl function case.
11569 (verilog-regexp-words): Remove duplicated definition.
11570 (verilog-mode-abbrev-table): Remove, duplicate.
11571 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11572 Declare and initialize in one step.
11573 (verilog-declaration-prefix-re, verilog-declaration-re)
11574 (verilog-end-of-statement, verilog-indent-declaration)
11575 (verilog-get-lineup-indent): Remove trailing whitespace.
11576 (verilog-mode): Fix autoload cookie.
11577 Set beginning-of-defun-function and end-of-defun-function. Use when
11578 instead of if.
11579 (verilog-emacs-features, verilog-auto-ascii-enum)
11580 (verilog-insert-indices): Escape braces in doc strings.
11581
11582 2007-12-08 Michael McNamara <mac@verilog.com>
11583 Wilson Snyder <wsnyder@wsnyder.org>
11584
11585 * progmodes/verilog-mode.el: New file.
11586
11587 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11588
11589 * international/latexenc.el (latexenc-find-file-coding-system):
11590 If both coding-system-for-write and buffer-file-coding-system of
11591 latex-main-file are nil, use `undecided'.
11592
11593 2007-12-06 Jason Rumney <jasonr@gnu.org>
11594
11595 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11596
11597 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11598
11599 * files.el (revert-buffer): Docstring fix.
11600
11601 2007-12-11 Glenn Morris <rgm@gnu.org>
11602
11603 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11604
11605 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11606
11607 * calc/calc-aent.el (math-restore-underscores)
11608 (math-string-restore-underscores): New functions.
11609 (math-read-factor): Properly check variable names with underscores
11610 for entries in `math-expr-variable-mapping'.
11611
11612 * calc/calc-lang.el (math-lang-name): New property name.
11613
11614 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11615 to set language name.
11616
11617 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11618
11619 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11620
11621 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * server.el (server-select-display): Fix important typo.
11624 (server-process-filter): Turn a "" display into nil.
11625
11626 2007-12-09 Juri Linkov <juri@jurta.org>
11627
11628 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11629 Check search-upper-case before calling isearch-no-upper-case-p
11630 to set case-fold-search.
11631 (occur): Doc fix.
11632 (occur-1, perform-replace): Check search-upper-case before calling
11633 isearch-no-upper-case-p to set case-fold-search.
11634
11635 * isearch.el (search-upper-case): Doc fix.
11636 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11637 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11638 (isearch-query-replace-regexp): Doc fix.
11639 (isearch-occur): New function.
11640
11641 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11642
11643 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11644 backward compatibility.
11645
11646 * net/imap.el (imap-string-to-integer): New function.
11647
11648 2007-12-09 David Kastrup <dak@gnu.org>
11649
11650 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11651 directories. Not sure anybody uses this anymore, though.
11652
11653 2007-12-09 Glenn Morris <rgm@gnu.org>
11654
11655 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11656 in make-variable-frame-local call.
11657
11658 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * mail/hashcash.el (declare-function):
11661 * net/imap.el (declare-function): New no-op macro for backward
11662 compatibility.
11663
11664 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11665
11666 Sync makefile.w32-in with Makefile.in.
11667
11668 * makefile.w32-in (check-declare): New target.
11669 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11670 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11671 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11672 ($(lisp)/progmodes/cc-mode.elc): Use it.
11673 ($(lisp)/progmodes/cc-mode.elc): New rule.
11674
11675 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11676
11677 * indent.el (tab-stop-list): Mark as safe-local-variable.
11678
11679 * generic-x.el (etc-sudoers-generic-mode): New mode.
11680 (generic-unix-modes): Add it.
11681
11682 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11683
11684 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11685 apply wildcards in a hash table key; there is no usable hash code then.
11686 (dbus-registered-functions-table): Use `equal' as test function.
11687 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11688 structure.
11689
11690 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11691
11692 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11693 bound error in block comment branch.
11694
11695 2007-12-08 David Kastrup <dak@gnu.org>
11696
11697 * textmodes/reftex.el (reftex-select-with-char):
11698 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11699 (reftex-toc-visit-location, reftex-toc-find-section):
11700 * textmodes/reftex-index.el (reftex-index-show-entry):
11701 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11702 (org-table-rotate-recalc-marks, org-mark-ring-push)
11703 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11704 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11705 (org-evaluate-time-range, org-edit-agenda-file-list):
11706 * textmodes/artist.el (artist-select-next-op-in-list)
11707 (artist-select-prev-op-in-list):
11708 * term/mac-win.el (mac-service-insert-text):
11709 * startup.el (fancy-about-screen):
11710 * progmodes/vhdl-mode.el (vhdl-decision-query):
11711 * progmodes/idlwave.el (idlwave-template)
11712 (idlwave-scroll-completions, idlwave-display-completion-list):
11713 * progmodes/ebrowse.el (ebrowse-show-progress):
11714 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11715 * progmodes/antlr-mode.el (antlr-insert-option-do):
11716 * play/mpuz.el (mpuz-close-game):
11717 * net/rcirc.el (rcirc-next-active-buffer):
11718 * mail/reporter.el (reporter-update-status):
11719 * kmacro.el (kmacro-display):
11720 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11721 * emulation/viper-util.el (viper-save-setting):
11722 * emacs-lisp/lisp-mnt.el (lm-verify):
11723 * emacs-lisp/edebug.el (edebug-set-mode):
11724 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11725 * calendar/calendar.el (calendar-print-day-of-year):
11726 * calc/calcalg3.el (calc-curve-fit):
11727 * calc/calcalg2.el (math-integral):
11728 * calc/calc.el (calc-read-key-sequence, calc-version):
11729 * calc/calc-mode.el (calc-set-simplify-mode):
11730 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11731
11732 2007-12-07 D. Goel <deego3@gmail.com>
11733
11734 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11735 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11736 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11737 * mail/uce.el (uce-reply-to-uce)
11738 * progmodes/vhdl-mode.el (vhdl-template-modify)
11739 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11740 to `error' (as suggested by RMS.)
11741
11742 2007-12-07 Glenn Morris <rgm@gnu.org>
11743
11744 * allout.el (allout-write-file-hook-handler):
11745 * textmodes/reftex.el (reftex-TeX-master-file):
11746 * textmodes/reftex-parse.el (reftex-short-context):
11747 Revert previous change.
11748
11749 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11750
11751 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11752 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11753 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11754 (dbus-event-service-name, dbus-event-path-name)
11755 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11756 event structure.
11757 (dbus-list-activatable-names, dbus-list-names)
11758 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11759 Reorder `dbus-call-method' arguments.
11760
11761 2007-12-06 D. Goel <deego3@gmail.com>
11762
11763 * allout.el (allout-write-file-hook-handler):
11764 * textmodes/reftex.el (reftex-TeX-master-file):
11765 * textmodes/org.el (org-paste-subtree):
11766 * progmodes/vhdl-mode.el (vhdl-template-modify):
11767 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11768 (idlwave-shell-display-line):
11769 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11770 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11771 * net/trampver.el (x):
11772 * mail/uce.el (uce-reply-to-uce):
11773 * mail/rmailout.el (rmail-output):
11774 * mail/feedmail.el (feedmail-dump-message-to-queue):
11775 * whitespace.el (whitespace-write-file-hook):
11776 * wdired.el (wdired-check-kill-buffer):
11777 * vc.el (vc-update):
11778 * vc-mcvs.el (vc-mcvs-checkin):
11779 * vc-cvs.el (vc-cvs-checkin):
11780 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11781 * ibuffer.el (ibuffer-current-buffer):
11782 * dired.el (dired-move-to-end-of-filename):
11783 * bindings.el (complete-symbol):
11784 * textmodes/org-publish.el (org-publish-file):
11785 (org-publish-current-project):
11786 * textmodes/reftex-parse.el (reftex-short-context):
11787 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11788
11789 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * doc-view.el (doc-view-dvi->pdf-sentinel)
11792 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11793 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11794 within a sentinel or timer.
11795 (doc-view-display): Don't try to display before the requested page
11796 is available, unless told to do so explicitly.
11797 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11798 Force display even if the requested page is not available.
11799
11800 2007-12-06 Richard Stallman <rms@gnu.org>
11801
11802 * help-fns.el (describe-function-1): Call ad-get-advice-info
11803 only on symbols.
11804
11805 2007-12-06 Glenn Morris <rgm@gnu.org>
11806
11807 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11808 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11809 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11810 faces in non-light-background case.
11811
11812 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11813 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11814 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11815 * emulation/vi.el, emulation/viper-cmd.el:
11816 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11817 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11818 * textmodes/fill.el: Remove directory part from filenames in
11819 function declarations.
11820
11821 * dired-aux.el (mailcap-mime-info): Update declaration.
11822
11823 2007-12-05 Richard Stallman <rms@gnu.org>
11824
11825 * wid-edit.el (widget-type): Doc fix.
11826
11827 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11830 Don't match "sub { (...) ... }".
11831
11832 2007-12-05 Richard Stallman <rms@gnu.org>
11833
11834 * international/mule-cmds.el (toggle-input-method-active): New var.
11835 (toggle-input-method): Bind toggle-input-method-active to t.
11836 Error if it was already non-nil.
11837
11838 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11839
11840 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11841
11842 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11843
11844 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11845 see if certs should be verified and what is to be done in the
11846 event of a verification failure.
11847
11848 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11849
11850 * net/tls.el (tls-program): Provide more custom choices from
11851 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11852 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11853 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11854 version. Minor improvement to doc strings.
11855 (tls-program): Add comment.
11856
11857 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11858
11859 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11860 (tls-checktrust): New variable. Check if GNU TLS complained about a
11861 mismatch between the hostname provided in the certificate and the name
11862 of the host connnecting to.
11863 (open-tls-stream): Use them. Check certificates against trusted root
11864 certificates.
11865
11866 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11867
11868 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11869 (imap-parse-status): Upcase status-att for broken servers that sends
11870 them lower-case (e.g., MS Exchange 2007).
11871
11872 2007-12-05 D. Goel <deego3@gmail.com>
11873
11874 * simple.el (undo):
11875 * image-dired.el (image-dired-display-thumb-properties):
11876 (image-dired-modify-mark-on-thumb-original-file):
11877 (image-dired-dired-display-properties):
11878 * help.el (help-window-display-message):
11879 * files.el (hack-local-variables-confirm):
11880 * ediff.el (ediff-version):
11881 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11882 `message' and `error': Ensure that first arg is a format string.
11883
11884 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11885 ".el" suffix over "".
11886
11887 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11890 interface and member fields.
11891
11892 2007-12-05 Glenn Morris <rgm@gnu.org>
11893
11894 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11895 (pcomplete-here): Autoload it.
11896
11897 * eshell/em-basic.el (print-func): No need to define for compiler.
11898
11899 * eshell/esh-cmd.el (eshell-debug-command):
11900 * eshell/esh-io.el (eshell-print): Move definitions before use.
11901
11902 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11903
11904 * eshell/esh-util.el (top-level): Don't require pp.
11905 Use condition-case rather than ignore-errors.
11906
11907 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11908
11909 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11910 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11911 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11912 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11913 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11914 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11915 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11916 if needed when compiling, rather than esh-maint. Collect any
11917 require statements. Move provide statement to end. Move any
11918 commentary to start.
11919
11920 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11921 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11922 * eshell/esh-proc.el, eshell/esh-var.el:
11923 Require individual files if needed when compiling, rather than
11924 esh-maint. Collect any require statements. Leave provide at start.
11925 Move any commentary to start.
11926
11927 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11928 Remove declared function from byte-compile-noruntime-functions.
11929
11930 * ediff-util.el (ediff-version):
11931 * progmodes/python.el (compilation-shell-minor-mode):
11932 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11933 (calendar-bahai-date-string, calendar-check-holidays)
11934 (calendar-chinese-date-string, calendar-coptic-date-string)
11935 (calendar-ethiopic-date-string, calendar-forward-day)
11936 (calendar-french-date-string, calendar-goto-date)
11937 (calendar-goto-today, calendar-hebrew-date-string)
11938 (calendar-islamic-date-string, calendar-iso-date-string)
11939 (calendar-julian-date-string, calendar-mayan-date-string)
11940 (calendar-persian-date-string, gnus-summary-last-subject)
11941 (parse-time-string, rmail-show-message): Declare as functions.
11942
11943 2007-12-05 Michael Olson <mwolson@gnu.org>
11944
11945 * textmodes/remember.el: Merge contents of remember-diary.el here,
11946 updating header. Add autoload cookie so that byte-compilation
11947 works without warning.
11948 (remember-diary-file): Default to nil, since diary might not yet
11949 be loaded at this point, which would deny us access to diary-file.
11950 (remember-diary-extract-entries): If remember-diary-file is nil,
11951 then use diary-file instead.
11952
11953 * textmodes/remember-diary.el: Remove, due to the issue of needing
11954 the first 8 characters of a filename to be unique.
11955
11956 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11957
11958 * net/dbus.el (dbus-hash-table=): New defun.
11959 (dbus-hash-table-test): New hash table test function, used in
11960 `dbus-registered-functions-table'.
11961 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11962 (dbus-event-service-name, dbus-event-path-name)
11963 (dbus-event-interface-name, dbus-event-member-name):
11964 Rewrite, due to new structure of `dbus-event'.
11965
11966 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * ido.el (ido-save-history): Set the `coding' local
11969 variable in the first line of the file.
11970
11971 2007-12-04 Glenn Morris <rgm@gnu.org>
11972
11973 * password-cache.el: Move here from gnus/password.el.
11974 (top-level): Don't require cl when compiling.
11975 (password-read-and-add): Doc fix. Make obsolete.
11976
11977 * net/tramp.el: Require password-cache or password.
11978
11979 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11980 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11981 compiling.
11982 (cua-set-rectangle-mark): Add doc string to autoload.
11983 (cua--rectangle, cua--last-killed-rectangle)
11984 (cua--global-mark-active): Always define for compiler.
11985 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11986 (cua--delete-rectangle, cua--insert-rectangle)
11987 (cua--rectangle-corner, cua--rectangle-assert)
11988 (cua--insert-at-global-mark, cua--global-mark-post-command):
11989 Declare as functions.
11990
11991 * emulation/cua-gmrk.el (top-level): Move provide to end.
11992
11993 * emulation/cua-rect.el (top-level): Move provide to end.
11994 Don't require cua-gmrk when compiling.
11995 (cua--cut-rectangle-to-global-mark)
11996 (cua--copy-rectangle-to-global-mark): Declare as functions.
11997
11998 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11999 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12000 (viper-vi-state-cursor-color):
12001 Consolidate make-variable-frame-local calls.
12002
12003 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12004 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12005 than bbdb-address-street1,2,3.
12006
12007 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12008 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12009
12010 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12011
12012 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12013 (save-place-alist-to-file, load-save-place-alist-from-file):
12014 Don't print non-error messages at all, there's really no need.
12015 Do print if there's a problem, and clarify message in that case.
12016
12017 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12018
12019 * ediff-diff.el (ediff-prepare-error-list):
12020 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12021
12022 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12023
12024 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12025 (doc-view-current-overlay, doc-view-pending-cache-flush):
12026 Add doc string.
12027
12028 2007-12-03 Richard Stallman <rms@gnu.org>
12029
12030 * subr.el (declare-function): Move from byte-run.el.
12031
12032 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12033
12034 * window.el (recenter-top-bottom): Don't use `ecase'.
12035
12036 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12037
12038 * saveplace.el (save-place-alist-to-file):
12039 Set coding-system-for-write once and refer to it throughout.
12040 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12041
12042 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12043
12044 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12045 system when writing, and set it in the first-line file variables.
12046 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12047 Juanma Barranquero.
12048
12049 2007-12-02 Glenn Morris <rgm@gnu.org>
12050
12051 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12052 Reverse branches of if statement.
12053
12054 * emulation/viper-cmd.el (top-level): Don't require advice.
12055 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12056 viper-ex when compiling.
12057
12058 * emulation/viper-ex.el (top-level): Don't load viper-util,
12059 viper-keym when compiling.
12060
12061 * emulation/viper-init.el (top-level): Move provide statement to end.
12062
12063 * emulation/viper-keym.el (top-level): Don't load viper-util when
12064 compiling. Move provide statement to end.
12065
12066 * emulation/viper-macs.el (top-level): Don't load viper-util,
12067 viper-keym, viper-mous when compiling.
12068
12069 * emulation/viper-mous.el (top-level): Don't load viper-util when
12070 compiling.
12071
12072 * emulation/viper-util.el (top-level): Don't load viper-init when
12073 compiling.
12074
12075 * emulation/viper.el (top-level): Don't require ring.
12076 Don't load viper-init, viper-cmd when compiling.
12077
12078 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12079 Move here from gnus/.
12080
12081 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12082
12083 Offer option for saveplace to be quiet about loading and saving.
12084 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12085
12086 * saveplace.el (save-place-quiet): New customizable boolean.
12087 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12088 to determine whether to print loading/saving messages.
12089
12090 2007-12-02 Glenn Morris <rgm@gnu.org>
12091
12092 * mail/binhex.el: Move here from gnus/.
12093 (binhex): New custom group.
12094 (binhex-decoder-program, binhex-decoder-switches)
12095 (binhex-use-external): Move to the binhex custom group.
12096
12097 * mail/uudecode.el: Move here from gnus/.
12098 (uudecode): New custom group.
12099 (uudecode-decoder-program, uudecode-decoder-switches)
12100 (uudecode-use-external): Move to the uudecode custom group.
12101
12102 * net/netrc.el (top-level): Don't load `encrypt' features.
12103 (netrc-parse): Don't use encrypt.
12104 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12105
12106 * progmodes/python.el (top-level): Don't require cl when compiling.
12107
12108 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12109
12110 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12111 encoding for aspell process and for communication with it.
12112 Only add "-d" option if not already present.
12113 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12114 General reorganization.
12115
12116 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12117 encoding here.
12118 (ispell-start-process): Explicitly set encoding here if using aspell.
12119
12120 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12121
12122 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12123 function to log-edit.
12124
12125 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12126
12127 * net/dbus.el: New file.
12128
12129 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12130
12131 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12132 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12133 (calc-lang-parens-are-subscripts): New variables.
12134 (math-expr-special-function-mapping): Remove variable.
12135 (math-eqn-ignore-words, math-tex-ignore-words)
12136 (math-latex-ignore-words): Move to calc-lang.el.
12137
12138 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12139 (math-tex-expr-is-flat): Declare as functions.
12140 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12141 (math-comp-left-bracket, math-comp-right-bracket)
12142 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12143 (math-var-formatter, math-matrix-formatter)
12144 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12145 (math-punc-table, math-compose-subscr, math-dots)
12146 (math-func-formatter): New property names to store language
12147 specific information.
12148 (math-compose-tex-var, math-compose-tex-intv)
12149 (math-compose-maple-intv, math-compose-eqn-intv)
12150 (math-compose-tex-sum, math-compose-tex-func)
12151 (math-compose-tex-intv): New functions.
12152 (math-eqn-ignore-words, math-tex-ignore-words)
12153 (math-latex-ignore-words): Move from calc.el.
12154 (math-special-function-table): Add entries for tex.
12155 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12156 New variables.
12157 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12158 (math-compose-tex-matrix, math-compose-eqn-matrix)
12159 (math-eqn-special-functions): Move from calccomp.el.
12160
12161 * calc/calccomp.el (math-compose-var): New function.
12162 (math-compose-expr): Allow more special functions to be used.
12163 Change test for formatting fractions. Use variables and property
12164 names to help with language specific formatting.
12165 (math-compose-tex-matrix, math-compose-eqn-matrix)
12166 (math-eqn-special-functions): Move to calc-lang.el.
12167 (math-compose-rows): Use property names to help with language
12168 specific formatting.
12169
12170 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12171 into nested subscripts.
12172 (math-read-token): Use variables and property names to help with
12173 language specific parsing.
12174 (math-read-expression-level): Use variables to help with language
12175 specific parsing.
12176
12177 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12180 (archive-rar-summarize): Allow the file name to be passed as argument.
12181 Remove unused vars `header' and `footer'.
12182 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12183
12184 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12185
12186 * log-edit.el (log-edit-show-diff): New function.
12187 (log-edit-mode-map, log-edit-menu): Bind it.
12188 (log-edit-diff-function): New variable.
12189 (log-edit): Change the 3rd param to be an alist and accept a
12190 function that computes a diff for the files involved.
12191
12192 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12193
12194 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12195
12196 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12197 wrap next-/previous-line in with-no-warnings.
12198
12199 2007-12-01 Glenn Morris <rgm@gnu.org>
12200
12201 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12202
12203 * net/dig.el: Move here from gnus/.
12204 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12205
12206 * net/dns.el: Move here from gnus/.
12207 (top-level): Don't require mm-util, or cl when compiling.
12208 (dns-write-name, dns-read, dns-read-type, query-dns):
12209 Replace mm-with-unibyte-buffer with its expansion.
12210 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12211
12212 * progmodes/gdb-ui.el (gud-remove, gud-break):
12213 * progmodes/gud.el (gdb-create-define-alist)
12214 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12215 (hl-line-highlight, gdb-display-source-buffer)
12216 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12217 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12218
12219 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12220
12221 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12222 Move args on defun line.
12223
12224 * textmodes/org.el (org-calendar-holiday):
12225 Use calendar-check-holidays instead of the obsolete
12226 check-calendar-holidays.
12227 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12228 (bbdb-company, bbdb-current-record, bbdb-name)
12229 (bbdb-record-getprop, bbdb-record-name)
12230 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12231 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12232 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12233 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12234 (mh-header-display, mh-index-previous-folder)
12235 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12236 (mh-show-buffer-message-number, mh-show-header-display)
12237 (mh-show-msg, mh-show-show, mh-visit-folder)
12238 (org-export-latex-cleaned-string, remember)
12239 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12240 (rmail-what-message, elmo-folder-exists-p)
12241 (elmo-message-entity-field, elmo-message-field)
12242 (vm-beginning-of-message, vm-follow-summary-cursor)
12243 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12244 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12245 (vm-summarize, wl-folder-get-elmo-folder)
12246 (wl-summary-goto-folder-subr)
12247 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12248 (wl-summary-line-subject, wl-summary-message-number)
12249 (wl-summary-redisplay): Declare as functions.
12250
12251 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12252
12253 * longlines.el (longlines-show-hard-newlines): Remove handling of
12254 buffer-undo-list and buffer-modified status.
12255 (longlines-show-region, longlines-unshow-hard-newlines):
12256 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12257 inhibit-modification-hooks here to avoid that a buffer appears
12258 modified when toggling visibility of hard newlines.
12259
12260 2007-11-30 Glenn Morris <rgm@gnu.org>
12261
12262 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12263
12264 * progmodes/idlw-complete-structtag.el
12265 (idlwave-sintern-structtag):
12266 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12267 (idlwave-sintern-sysvartag):
12268 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12269 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12270 functions.
12271
12272 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12273
12274 * textmodes/reftex-index.el (texmathp):
12275 * textmodes/reftex-auc.el (TeX-argument-insert)
12276 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12277 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12278 (LaTeX-label-list):
12279 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12280 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12281 functions.
12282 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12283
12284 2007-11-30 Glenn Morris <rgm@gnu.org>
12285
12286 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12287 argument and document it.
12288
12289 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12290 Third argument to declare-function must be a list to specify arglist.
12291
12292 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12293 Handle declare-function third argument `t' and fourth argument.
12294 (check-declare-verify): Doc fix. Handle `fileonly' case.
12295 Use progn rather than prog1.
12296
12297 * desktop.el (uniquify-item-base):
12298 * term/mac-win.el (url-type): Declare as functions.
12299
12300 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12301 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12302 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12303 fourth arg to declare-function.
12304
12305 * play/dunnet.el: Don't require cl when compiling.
12306 (byte-compile-warnings): Set via file local variables.
12307 (dun-parse): Let-bind `beg' and `line'.
12308
12309 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12310
12311 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12312
12313 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12314
12315 * calendar/time-date.el (encode-time-value): Doc fix.
12316
12317 2007-11-29 Glenn Morris <rgm@gnu.org>
12318
12319 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12320
12321 * textmodes/css-mode.el (prog-mode): Remove.
12322 (css-mode): Derive from fundamental-mode rather than prog-mode.
12323
12324 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12325
12326 * emacs-lisp/check-declare.el (check-declare-locate)
12327 (check-declare-verify): Handle `external' files.
12328 (check-declare-errmsg): New function.
12329 (check-declare-verify, check-declare-file, check-declare-directory):
12330 Use check-declare-errmsg to report the number of problems.
12331
12332 * ffap.el (w3-view-this-url)
12333 * mail/mspools.el (vm-visit-folder)
12334 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12335 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12336 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12337 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12338 (bbdb-records)
12339 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12340 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12341 (sasl-make-client, sasl-next-step, sasl-step-data)
12342 (sasl-step-set-data)
12343 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12344 (htmlr-step): Declare as functions.
12345
12346 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12347 Use bbdb-address-zip rather than bbdb-address-zip-string.
12348
12349 2007-11-28 Richard Stallman <rms@gnu.org>
12350
12351 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12352 Move here from gnus/.
12353
12354 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12355
12356 * newcomment.el (comment-region-internal): Fix newline insertion
12357 in `block' case.
12358
12359 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12362
12363 2007-11-28 Glenn Morris <rgm@gnu.org>
12364
12365 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12366 delete .elc files.
12367
12368 * nxml/char-name/unicode: Move to etc/nxml/.
12369 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12370
12371 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12372 Declare as a function.
12373
12374 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12375 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12376 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12377
12378 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12379 (nxml-token-end-tag-p): Move definitions before use.
12380
12381 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12382
12383 * nxml/nxml-uchnm.el (top-level)
12384 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12385 (nxml-enabled-unicode-blocks): Add custom group.
12386
12387 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12388 Use string-to-number rather than string-to-int.
12389
12390 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12391 Move definition before use.
12392 (dired-old-find-buffer-nocreate): Declare as function.
12393
12394 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12395 (check-declare-verify): Handle fset.
12396
12397 * emulation/edt.el (edt-user-emulation-setup):
12398 Test edt-setup-user-bindings is bound before calling.
12399
12400 * emulation/tpu-edt.el: Don't require cl when compiling.
12401 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12402 (tpu-edt-off): Use condition-case rather than ignore-errors.
12403 Use with-no-warnings.
12404
12405 * eshell/esh-util.el (top-level): Use require rather than load for
12406 ange-ftp.
12407
12408 * mail/supercite.el (sc-version): Redefine as an alias for
12409 emacs-version.
12410 (sc-help-address): Remove.
12411 (sc-version): Use emacs-version rather than sc-version.
12412 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12413
12414 * net/socks.el (socks-original-open-network-stream): Declare as
12415 function. Move definition before use.
12416
12417 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12418
12419 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12420 (math-make-frac): Declare as functions.
12421
12422 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12423
12424 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12425 Pacify byte compiler.
12426 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12427
12428 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12429 (idlwave-shell-temp-file, idlwave-shell-is-running)
12430 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12431 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12432 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12433 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12434 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12435 (idlwave-completing-read, idlwave-current-routine)
12436 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12437 (idlwave-expand-keyword, idlwave-find-class-definition)
12438 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12439 (idlwave-get-buffer-visiting, idlwave-in-quote)
12440 (idlwave-make-full-name, idlwave-members-only)
12441 (idlwave-popup-select, idlwave-routine-source-file)
12442 (idlwave-routines, idlwave-sintern-class)
12443 (idlwave-sintern-keyword, idlwave-sintern-method)
12444 (idlwave-sintern-routine-or-method)
12445 (idlwave-substitute-link-target, idlwave-sys-dir)
12446 (idlwave-this-word, idlwave-what-module-find-class)
12447 (idlwave-where):
12448 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12449 * mail/uce.el (rmail-msg-is-pruned)
12450 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12451 (rmail-toggle-header):
12452 * mail/sendmail.el (dired-view-file, dired-get-filename):
12453 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12454 (rmail-display-labels, rmail-msgbeg)
12455 (rmail-set-message-deleted-p, rmail-message-labels-p)
12456 (rmail-show-message, mail-comma-list-regexp)
12457 (mail-parse-comma-list):
12458 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12459 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12460 (rfc822-addresses, mail-abbrev-make-syntax-table)
12461 (mail-sendmail-delimit-header, mail-header-end):
12462 * mail/hashcash.el (message-narrow-to-headers-or-head)
12463 (message-fetch-field, message-goto-eoh)
12464 (message-narrow-to-headers):
12465 * vc.el (view-mode-exit): Declare as functions.
12466
12467 * mail/vms-pmail.el:
12468 * vmsproc.el:
12469 * vms-patch.el: Don't byte compile these files, they don't work.
12470
12471 2007-11-27 Glenn Morris <rgm@gnu.org>
12472
12473 * calc/calc-ext.el (math-read-big-rec):
12474 * calc/calc-nlfit.el (math-map-binop):
12475 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12476
12477 * eshell/eshell.el (eshell-report-bug): Add version number of
12478 obsolescence.
12479
12480 * emulation/viper.el, emulation/viper-util.el,
12481 emulation/viper-macs.el, emulation/viper-keym.el,
12482 emulation/viper-ex.el, emulation/viper-cmd.el:
12483 Load viper-*.el files silently.
12484
12485 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12486 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12487 Load ediff-*.el files silently.
12488
12489 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
12490 compiling.
12491 (Info-goto-node): Declare as a function.
12492
12493 * ediff-init.el: Don't load ange-ftp when compiling.
12494 * ediff-util.el: Don't load reporter when compiling.
12495
12496 * ediff-wind.el (ediff-display-pixel-width)
12497 (ediff-display-pixel-height):
12498 * generic-x.el (ini-generic-mode):
12499 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12500 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12501 (ps-mule-initialize, ps-mule-begin-job):
12502 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12503 (mark-calendar-days-named):
12504 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12505 (add-to-diary-list, diary-name-pattern)
12506 (mark-calendar-days-named):
12507 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12508 (mark-calendar-days-named):
12509 * calendar/cal-x.el (make-fancy-diary-buffer):
12510 * calendar/holidays.el (calendar-absolute-from-julian):
12511 * calendar/todo-mode.el (calendar-current-date):
12512 * calendar/cal-menu.el (calendar-increment-month)
12513 (calendar-month-name, extract-calendar-year)
12514 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12515 (calendar-current-date, calendar-cursor-holidays)
12516 (calendar-date-string, insert-diary-entry, calendar-set-mark)
12517 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12518 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12519 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12520 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12521 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12522 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12523 (calendar-day-of-year-string, calendar-iso-date-string)
12524 (calendar-julian-date-string, calendar-astro-date-string)
12525 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12526 (calendar-persian-date-string, calendar-bahai-date-string)
12527 (calendar-islamic-date-string, calendar-chinese-date-string)
12528 (calendar-coptic-date-string, calendar-ethiopic-date-string)
12529 (calendar-french-date-string, calendar-mayan-date-string)
12530 (calendar-print-chinese-date, calendar-goto-date):
12531 Declare as functions.
12532
12533 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12534 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12535
12536 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12537 aliases for report-emacs-bug.
12538 (gnus-summary-select-article, gnus-configure-windows): Declare as
12539 functions.
12540
12541 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12542 compiler.
12543
12544 * pgg.el (pgg-clear-string): Declare as a function.
12545 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12546 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12547
12548 * emacs-lisp/check-declare.el (check-declare-locate):
12549 Handle compressed files.
12550 (check-declare-verify): Handle define-generic-mode,
12551 define-global(ized)-minor-mode, define-obsolete-function-alias.
12552
12553 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12554
12555 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12556 algebraic modes.
12557
12558 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12559 (math-is-true, calc-explain-why, calc-alg-edit)
12560 (math-composite-inequalities, math-flatten-lands)
12561 (math-multi-subst, calcFunc-vmatches, math-simplify)
12562 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12563 (math-read-string, math-read-brackets, math-read-angle-brackets):
12564 Declare as functions.
12565
12566 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12567 (calc-fit-bell-shaped-logistic-curve)
12568 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12569 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12570 (math-max-list): Declare as functions.
12571 (math-map-binop): New function.
12572 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12573
12574 * calc/calc.el (calc-set-language, calc-edit-finish)
12575 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12576 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12577 (math-lessp, calc-embedded-finish-command)
12578 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12579 (calc-push-list-in-macro, calc-replace-selections)
12580 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12581 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12582 (calc-embedded-stack-change, calc-refresh-evaltos)
12583 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12584 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12585 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12586 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12587 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12588 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12589 (math-neg-fancy, math-zerop, calc-add-fractions)
12590 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12591 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12592 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12593 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12594 (math-compose-expr, math-comp-width, math-composition-to-string)
12595 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12596 (math-adjust-fraction, math-format-binary, math-format-radix)
12597 (math-group-float, math-mod, math-format-number-fancy)
12598 (math-format-bignum-fancy, math-read-number-fancy)
12599 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12600 (calc-do-embedded-activate, math-do-defmath)
12601 (calc-load-everything): Declare as functions.
12602
12603 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12604 (math-simplify-extended, math-simplify-units, calc-set-language)
12605 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12606 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12607 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12608 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12609 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12610 (math-infinite-dir, math-calcFunc-to-var)
12611 (calc-embedded-evaluate-expr, math-known-nonzerop)
12612 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12613 (math-format-date, math-vector-is-string, math-vector-to-string)
12614 (math-format-radix-float, math-compose-expr, math-abs)
12615 (math-format-bignum-binary, math-format-bignum-octal)
12616 (math-format-bignum-hex, math-format-bignum-radix)
12617 (math-compute-max-digits): Declare as functions.
12618 (math-provably-realp): Fix typo.
12619
12620 * calc/calc-forms.el (calendar-current-time-zone)
12621 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12622 functions.
12623
12624 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12625
12626 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12627 Declare as functions.
12628
12629 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12630 (math-posp, math-compare, math-bignum, math-compare-bignum):
12631 Declare as functions.
12632
12633 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12634 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12635 (calc-explain-why, calc-clear-command-flag)
12636 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12637 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12638 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12639 (math-trunc-special, math-trunc-fancy, math-floor-special)
12640 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12641 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12642 (math-pow-zero, math-pow-fancy): Declare as functions.
12643
12644 * calc/calc-mode.el (calc-embedded-save-original-modes):
12645 Declare as a function.
12646
12647 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12648 Declare as functions.
12649 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12650 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12651 Replace `mapcar*' by `math-map-binop'.
12652 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12653
12654 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12655 (math-read-expr-level): Declare as functions.
12656
12657 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12658
12659 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12662 end-of-defun-function is called consistently, even for negative
12663 arguments.
12664 (end-of-defun-function): Default to forward-sexp.
12665
12666 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12669
12670 2007-11-26 Glenn Morris <rgm@gnu.org>
12671
12672 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12673 than :suffix.
12674
12675 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12676
12677 2007-11-26 Simon Josefsson <simon@josefsson.org>
12678
12679 * net/imap.el: Move from ../gnus.
12680
12681 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12682
12683 * doc-view.el (doc-view-mode-p): New function.
12684
12685 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12686
12687 * mail/mspools.el (rmail-get-new-mail):
12688 * mail/reporter.el (mail-position-on-field, mail-text):
12689 * mail/rmail.el (mail-position-on-field, mail-text-start)
12690 (rmail-update-summary):
12691 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12692 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12693 * mail/rmailout.el (rmail-update-summary):
12694 * mail/rmailsort.el (rmail-update-summary):
12695 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12696 (dired-view-file):
12697 * mail/uce.el (mail-strip-quoted-names):
12698 * mail/undigest.el (rmail-update-summary):
12699 * mail/unrmail.el (mail-strip-quoted-names):
12700 * ediff.el (diff-latest-backup-file): Declare as functions.
12701
12702 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12703 (kill-to-end-of-line):
12704 * obsolete/rnews.el (news-set-minor-modes):
12705 Remove non working functions.
12706
12707 2007-11-25 Glenn Morris <rgm@gnu.org>
12708
12709 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12710 pcomplete. Don't mess with load-path.
12711
12712 * eshell/eshell.el (eshell-report-bug-address): Remove.
12713 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12714
12715 2007-11-24 Glenn Morris <rgm@gnu.org>
12716
12717 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12718 (appt-disp-window): Don't require electric.
12719 Simplify minibuffer-avoidance code.
12720 (appt-select-lowest-window): Avoid minibuffer.
12721
12722 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12723 (esh-mode): Require it.
12724 (esh-util): Use require rather than featurep and load.
12725 (eshell): No need to test if eshell-mode is bound; remove obsolete
12726 reference to eshell-auto.
12727 (eshell-command, eshell-command-result): Don't require esh-mode
12728 now that the file does.
12729 (top-level): Move provide statement to the end of the file.
12730 Re-order and update commentary.
12731
12732 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12733
12734 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12735 (vc-annotate-toggle-annotation-visibility): New command.
12736 (vc-annotate-mode-map): Bind "V" to it.
12737 (vc-annotate-mode-menu): Add entry for it.
12738 (vc-annotate-get-time-set-line-props): New func.
12739 (vc-annotate-display-autoscale)
12740 (vc-annotate-display-difference): Use it.
12741
12742 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12743 Also, match one space at end of annotation text, after last paren.
12744
12745 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12748 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12749 `tramp-completion-mode'.
12750
12751 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12752
12753 * vc-git.el (vc-git-show-log-entry): New func.
12754
12755 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12756 (vc-git-state): Use vc-git--call.
12757 (vc-git-registered, vc-git-working-revision)
12758 (vc-git-previous-revision, vc-git-next-revision)
12759 (vc-git--run-command-string, vc-git-symbolic-commit):
12760 Use vc-git--out-ok.
12761
12762 2007-11-24 Glenn Morris <rgm@gnu.org>
12763
12764 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12765
12766 2007-11-24 Kenichi Handa <handa@m17n.org>
12767
12768 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12769
12770 2007-11-23 David Kastrup <dak@gnu.org>
12771
12772 * server.el (server-process-filter): Use `command-line-args-left'.
12773
12774 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12777
12778 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12779
12780 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12781 buffer if the parent buffer is in vc-dired-mode.
12782
12783 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12784
12785 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12786
12787 2007-11-23 Juri Linkov <juri@jurta.org>
12788
12789 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12790 value for M-n to the visited file name of the current buffer.
12791 Use minibuffer-with-setup-hook to set minibuffer-default to
12792 buffer-file-name inside read-file-name.
12793
12794 * man.el (Man-getpage-in-background): Don't disregard user option
12795 `Man-width' on non-window systems. Remove test for `window-system'
12796 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12797
12798 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12799 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12800 of "--color=always".
12801
12802 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12805 beginning-of-defun-function.
12806
12807 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12808
12809 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12810
12811 2007-11-22 Glenn Morris <rgm@gnu.org>
12812
12813 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12814
12815 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12816 (check-declare-scan): Use check-declare-locate.
12817 (check-declare-verify): No longer adjust fnfile, now
12818 check-declare-locate does it.
12819
12820 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12821
12822 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * subr.el (posn-col-row): Make the `default-value' use explicit.
12825
12826 * window.el (balance-windows): Remove unused var `counter'.
12827 (bw-balance-sub): Remove unused var `lastchild'.
12828 (split-window-vertically): Remove unused var `switch'.
12829 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12830
12831 * emacs-lisp/bytecomp.el
12832 (byte-compile-file-form-custom-declare-variable): Simplify.
12833
12834 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12835
12836 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12837 Set `show-trailing-whitespace' to nil.
12838
12839 * dired.el (make-symbolic-link):
12840 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12841 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12842 * dired-x.el (make-symbolic-link):
12843 * frame.el (x-initialize-window-system):
12844 * menu-bar.el (x-menu-bar-open):
12845 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12846 (x-store-cut-buffer-internal):
12847 * wdired.el (make-symbolic-link):
12848 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12849 (x-send-client-message):
12850 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12851
12852 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12853
12854 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12855
12856 2007-11-22 Glenn Morris <rgm@gnu.org>
12857
12858 * dos-fns.el (int86):
12859 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12860
12861 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12862
12863 * calendar/holidays.el (holiday-list): Add autoload cookie.
12864
12865 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12866 files relative to src/ directory.
12867 (check-declare-verify): Handle .c files. Warn if could not find
12868 an arglist to check.
12869
12870 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12871
12872 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12873
12874 * replace.el (occur-mode-map): Add a major mode menu with entries
12875 for all occur operations.
12876
12877 * international/titdic-cnv.el (dos-8+3-filename):
12878 * obsolete/fast-lock.el (msdos-long-file-names):
12879 * frame.el (msdos-mouse-p):
12880 * files.el (msdos-long-file-names, w32-long-file-name):
12881 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12882 (mac-resume-apple-event, mac-font-panel-mode)
12883 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12884 (mac-clear-font-name-table):
12885 * term/pc-win.el (msdos-remember-default-colors)
12886 (w16-set-clipboard-data, w16-get-clipboard-data):
12887 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12888 (set-message-beep):
12889 * net/browse-url.el (w32-shell-execute):
12890 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12891 (w32-get-locale-info, w32-get-valid-locale-ids)
12892 (w32-set-clipboard-data):
12893 * dos-fns.el (int86, msdos-long-file-names):
12894 * dos-w32.el (default-printer-name): Declare as functions.
12895
12896 2007-11-21 Jason Rumney <jasonr@gnu.org>
12897
12898 * emacs-lisp/byte-run.el (declare-function): Return nil.
12899
12900 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12903
12904 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12905
12906 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12907
12908 2007-11-21 Glenn Morris <rgm@gnu.org>
12909
12910 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12911 for now. Handle define-minor-mode, and defalias (with no argument
12912 checking).
12913
12914 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12915
12916 * frame.el (msdos-mouse-p):
12917 * files.el (msdos-long-file-names, w32-long-file-name):
12918 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12919 (mac-resume-apple-event, mac-font-panel-mode)
12920 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12921 (mac-clear-font-name-table):
12922 * term/pc-win.el (msdos-remember-default-colors)
12923 (w16-set-clipboard-data, w16-get-clipboard-data):
12924 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12925 (set-message-beep):
12926 * net/browse-url.el (w32-shell-execute):
12927 * dos-fns.el (int86, msdos-long-file-names):
12928 * dos-w32.el (default-printer-name): Undo previous change.
12929
12930 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12931
12932 * international/mule-cmds.el (set-locale-environment):
12933 Set default-file-name-coding-system _after_ keyboard and terminal
12934 coding systems. This fixes last change.
12935
12936 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12937 one space after "Subject:".
12938
12939 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12942 in order to determine if there's a conflict.
12943
12944 2007-11-21 Richard Stallman <rms@gnu.org>
12945
12946 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12947
12948 * reposition.el (reposition-window):
12949 Binding C-M-l moved to bindings.el.
12950
12951 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12952
12953 * add-log.el (add-change-log-entry-other-window):
12954 Key binding C-x 4 a moved to bindings.el.
12955
12956 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12957 from filecache.el.
12958
12959 * filecache.el: Minibuffer map bindings moved to bindings.el.
12960
12961 2007-11-21 Jason Rumney <jasonr@gnu.org>
12962
12963 * international/mule-cmds.el (set-locale-environment):
12964 Set default-file-name-coding-system from system defaults on Windows.
12965
12966 2007-11-21 Jason Rumney <jasonr@gnu.org>
12967
12968 * term/w32console.el: New term init file for w32 console.
12969
12970 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12971 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12972 (w32-tty-standard-colors): Move to term/w32console.el.
12973
12974 * term/w32-win.el (x-setup-function-keys): Remove.
12975
12976 * term/tty-colors.el (tty-register-default-colors): Remove special
12977 case for w32.
12978
12979 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12980
12981 * frame.el (msdos-mouse-p):
12982 * generic-x.el (w32-shell-name):
12983 * files.el (msdos-long-file-names, w32-long-file-name)
12984 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12985 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12986 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12987 (mac-resume-apple-event, mac-font-panel-mode)
12988 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12989 (mac-clear-font-name-table):
12990 * term/pc-win.el (msdos-remember-default-colors)
12991 (w16-set-clipboard-data, w16-get-clipboard-data):
12992 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12993 (set-message-beep):
12994 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12995 (w32-get-locale-info, w32-get-valid-locale-ids)
12996 (w32-set-clipboard-data):
12997 * help-fns.el (ad-get-advice-info):
12998 * font-lock.el (fast-lock-after-fontify-buffer)
12999 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13000 (lazy-lock-after-fontify-buffer)
13001 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13002 * net/browse-url.el (w32-shell-execute):
13003 * dos-fns.el (int86, msdos-long-file-names):
13004 * dos-w32.el (default-printer-name): Declare as functions.
13005
13006 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13009 Reported by Drew Adams <drew.adams@oracle.com>.
13010
13011 2007-11-20 Jason Rumney <jasonr@gnu.org>
13012
13013 * term/w32-win.el (x-setup-function-keys): Protect against
13014 multiple calls on the same terminal.
13015
13016 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13017
13018 * term/mac-win.el (x-setup-function-keys): Only setup
13019 local-function-key-map if it has not been setup already for the
13020 current frame. Move the suspend-emacs processing here.
13021
13022 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * progmodes/grep.el (xargs-program): New variable.
13025 (grep-compute-defaults): Use it.
13026 (grep-default-command): Doc fix.
13027 (grep, lgrep, rgrep): Reflow docstrings.
13028
13029 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13030
13031 * vc.el (vc-find-revision): Set the parent buffer.
13032 Use when instead of if.
13033
13034 * progmodes/python.el (info-lookup-maybe-add-help):
13035 * progmodes/ps-mode.el (doc-view-minor-mode):
13036 * mail/emacsbug.el (Info-menu, Info-goto-node):
13037 * emulation/viper-keym.el (viper-ex)
13038 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13039 * emulation/viper-cmd.el (widget-type, widget-button-press)
13040 (viper-set-hooks):
13041 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13042 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13043 (ses-load, ses-vector-delete, ses-create-header-string)
13044 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13045 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13046
13047 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13048
13049 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13050
13051 2007-11-20 Glenn Morris <rgm@gnu.org>
13052
13053 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13054 for end of function-name. Handle define-derived-mode.
13055
13056 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13057
13058 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13059 is available by default.
13060 (idlwave-help-browse-url-available): Change default to t.
13061
13062 * emulation/edt.el (defgroup, defcustom): Remove definition.
13063 (eval-when-compile): Remove.
13064 (c-mark-function):
13065 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13066 * textmodes/fill.el (comment-search-forward)
13067 (comment-string-strip):
13068 * progmodes/prolog.el (comint-mode, comint-send-string)
13069 (comint-send-region, comint-send-eof):
13070 * progmodes/dcl-mode.el (imenu-default-create-index-function):
13071 * emulation/viper-util.el (viper-forward-Word):
13072 * emulation/vi.el (c-mark-function):
13073 * emulation/edt-vt100.el (vt100-wide-mode):
13074 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13075
13076 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13077
13078 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13079 Still some tuning in case of an echoing shell.
13080 (tramp-send-command): Connection property "remote-echo" is not
13081 persistent; cache key is the process therefore.
13082
13083 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13084
13085 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13086 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13087
13088 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13089
13090 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13091 * play/yow.el (doctor-ret-or-read):
13092 * vc-hooks.el (vc-dired-resynch-file):
13093 * vc-hg.el (log-view-get-marked):
13094 * smerge-mode.el (ediff-cleanup-mess):
13095 * pcvs.el (vc-editable-p, vc-checkout):
13096 * pcomplete.el (comint-bol):
13097 * informat.el (texinfo-format-refill):
13098 * ido.el (tramp-tramp-file-p):
13099 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13100 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13101 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13102 functions.
13103
13104 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13105 instead of fset.
13106 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13107
13108 * ido.el (ido-file-internal): Move with-no-warnings to include the
13109 ffap-string-at-point call.
13110
13111 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13112
13113 * vc-hg.el (vc-hg-revision-table): Fix last change.
13114
13115 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13116
13117 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13118 clipboard-yank when the buffer is read-only.
13119
13120 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13121 keymaps such that it's before the definition of Custom-mode-menu.
13122 (Custom-mode-menu): Show it for custom-field-keymap too.
13123
13124 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13125
13126 * progmodes/gdb-ui.el: Update commentary.
13127
13128 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13129
13130 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13131
13132 2007-11-19 Glenn Morris <rgm@gnu.org>
13133
13134 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13135 does not exist, try adding `.el' extension. Also search for defsubsts.
13136
13137 * cus-edit.el (recentf-expand-file-name):
13138 * dired.el (dired-relist-entry):
13139 * subr.el (w32-shell-dos-semantics):
13140 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13141 Declare as functions.
13142
13143 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13146 (prepare-abbrev-list-buffer): Use dolist.
13147 (clear-abbrev-table): Preserve properties.
13148
13149 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13150
13151 * textmodes/texinfmt.el (texinfo-format-printindex):
13152 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13153 Reported on <bug-texinfo@gnu.org>.
13154
13155 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13156
13157 * net/tramp.el (tramp-completion-reread-directory-timeout):
13158 New defcustom.
13159 (tramp-handle-file-name-all-completions): Flush directory contents
13160 from cache regularly.
13161 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13162 (tramp-open-connection-setup-interactive-shell):
13163 Call `tramp-cleanup-connection' via funcall.
13164
13165 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13166 created when copying.
13167
13168 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13169
13170 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13171 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13172 * eshell/esh-ext.el (eshell-external-command):
13173 * eshell/esh-cmd.el (require):
13174 * eshell/em-unix.el (eshell-plain-locate-behavior):
13175 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13176 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13177 * eshell/esh-mode.el (characterp, char-int): Remove unused
13178 conditional defaliases.
13179
13180 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13181 Rename from event-matches-key-specifier-p, define unconditionally.
13182 (event-basic-type): Remove unused defalias.
13183 (pcomplete-show-completions):
13184 Use pcomplete-event-matches-key-specifier-p.
13185
13186 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13187
13188 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13189 when saving esh-groups.el.
13190
13191 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13192
13193 * wid-edit.el (widget-default-complete):
13194 * progmodes/flymake.el (flymake-goto-file-and-line):
13195 Fix typo in (doc-)string.
13196
13197 2007-11-17 Glenn Morris <rgm@gnu.org>
13198
13199 * emacs-lisp/byte-run.el (declare-function): New macro.
13200 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13201 New function, byte-hunk-handler for declare-function.
13202 (byte-compile-callargs-warn): Handle declared functions.
13203
13204 * emacs-lisp/check-declare.el: New file.
13205 * Makefile.in (check-declare): New target.
13206
13207 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13208
13209 * subr.el (process-lines): Move here from ../admin/admin.el.
13210 * emacs-lisp/authors.el (authors-process-lines): Remove.
13211 (authors): Use process-lines rather than authors-process-lines.
13212
13213 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13214 Remove these files.
13215
13216 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13217
13218 * emacs-lisp/backquote.el (backquote):
13219 Improve argument/docstring consistency.
13220
13221 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13222 (ring-length, ring-empty-p): Use c[ad]dr.
13223 (ring-plus1): Use `1+'.
13224 (ring-minus1): Use `zerop'.
13225 (ring-remove): Use c[ad]dr. Use `when'.
13226 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13227 (ring-ref): Use `let', not `let*'.
13228 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13229 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13230 (ring-member): Simplify. Doc fix.
13231 (ring-convert-sequence-to-ring): Simplify.
13232
13233 2007-11-17 Juri Linkov <juri@jurta.org>
13234
13235 * dired-aux.el (dired-create-directory): Allow creating
13236 a directory of an arbitrary depth. Add a loop to find the topmost
13237 nonexistent parent dir `new', and call `dired-add-file' on it.
13238 Set the `PARENTS' arg of `make-directory' to t.
13239
13240 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13241
13242 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13243 (math-build-parse-table): Get parse information from math-parse-table.
13244
13245 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * window.el (recenter-last-op): New var.
13248 (recenter-top-bottom): New command.
13249 (global-map): Bind it to C-l.
13250
13251 * abbrev.el (abbrev--write): Fix error in transcription from C.
13252
13253 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13254 (pc-select-ensure-mark): Set mark-active to a special value instead.
13255 Rename from ensure-mark. Update call callers.
13256 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13257 Rewrite. Update all callers.
13258 (pc-selection-mode): Remove redundant var declaration.
13259
13260 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13261
13262 * doc-view.el (doc-view-search-backward, doc-view-search):
13263 Fix assignment to free variable bug.
13264
13265 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13266
13267 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13268 (ensure-mark): Set it.
13269 (maybe-deactivate-mark): New fun.
13270 Use it everywhere instead of (setq mark-active nil).
13271
13272 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13273
13274 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13275 Add check for XEmacs.
13276
13277 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13278
13279 * doc-view.el (doc-view-resolution): Add missing :group.
13280
13281 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13282
13283 * subr.el (make-variable-frame-local):
13284 Fix typo in obsolescence declaration.
13285
13286 2007-11-16 Werner Lemberg <wl@gnu.org>
13287
13288 * files.el (set-auto-mode-1): Check second line for -*- if file
13289 starts with '\" (which is used by man pages to identify needed
13290 troff preprocessors).
13291
13292 2007-11-16 Glenn Morris <rgm@gnu.org>
13293
13294 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13295
13296 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13297
13298 * calc/calc-lang.el (math-oper-table): Fix typo.
13299 Reduce precedence of "/" for TeX.
13300
13301 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13302
13303 2007-11-16 Juri Linkov <juri@jurta.org>
13304
13305 * dired-aux.el (dired-read-shell-command-default): New function.
13306 (dired-read-shell-command): Use its return value for DEFAULT arg.
13307
13308 * replace.el (keep-lines-read-args, occur-read-primary-args):
13309 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13310
13311 * man.el (Man-heading-regexp): Add 0-9.
13312 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13313
13314 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13317 (doc-view-resolution): New custom var.
13318 (doc-view-pdf/ps->png): Use it.
13319 (doc-view-shrink-factor): New var.
13320 (doc-view-enlarge, doc-view-shrink): New commands.
13321 (doc-view-mode-map): Use them.
13322
13323 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13324
13325 * ediff-wind.el (ediff-window-setup-function):
13326 * simple.el (normal-erase-is-backspace):
13327 * eshell/em-unix.el (eshell/info):
13328 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13329 Fix typos in docstrings.
13330
13331 * emulation/cua-base.el (cua--keymaps-initialized):
13332 Rename from `cua--keymaps-initalized'. Callers changed.
13333 (cua-highlight-region-shift-only): Doc fix.
13334 (cua-paste-pop): Fix typo in docstring.
13335
13336 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * emulation/cua-base.el (cua--pre-command-handler-1):
13339 Use input-decode-map instead of function-key-map.
13340 Use event-modifiers now that it works reliably.
13341
13342 * vc.el (vc-diff-internal): Pop-to-buffer later.
13343
13344 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13345
13346 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13347 did not touch them.
13348
13349 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13350
13351 * calc/calc-menu.el: New file.
13352 * calc/calc.el (calc-mode): Require calc-menu.
13353
13354 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13355
13356 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13357
13358 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13359
13360 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13361 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13362 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13363 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13364 locations.
13365 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13366 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13367 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13368
13369 2007-11-13 Noah Friedman <friedman@splode.com>
13370
13371 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13372 bindings to remap when `calc-scan-for-dels' is non-nil.
13373
13374 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13377 constant forms.
13378 (byte-compile-nilconstp): New function.
13379 (byte-optimize-cond): Kill subsequent branches when a branch is
13380 know to be taken or not taken.
13381 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13382
13383 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13384
13385 * vc.el (vc-register): Allow registering a file passed as a
13386 parameter instead of just the current buffer.
13387
13388 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13389
13390 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13391 Check whether the output of "uname -sr" has been changed.
13392
13393 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13394
13395 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13396 patterns from compilation-perl.el and compilation-weblint.el files.
13397
13398 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13399
13400 * progmodes/compilation-perl.el:
13401 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13402 a bootstrap failure.
13403
13404 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13405 instead of doing "cvs diff" in order to avoid accessing the repository.
13406
13407 2007-11-12 Kevin Ryde <user42@zip.com.au>
13408
13409 * progmodes/compilation-perl.el:
13410 * progmodes/compilation-weblint.el: New files.
13411
13412 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13413
13414 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13415 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13416 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13417 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13418 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13419 Rewrite in active voice.
13420
13421 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13422
13423 * doc-view.el: Add comments about isearch support.
13424
13425 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13426
13427 * vc.el (vc-start-entry): Fix setting the in the case the function
13428 is called from vc-dired. Use when instead of if where appropriate.
13429
13430 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13431
13432 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13433 to be a list.
13434 (ps-begin-job): Error if ps-lpr-switches is not a list.
13435
13436 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13437
13438 * faces.el (face-normalize-spec): Remove function.
13439 (frame-set-background-mode): Undo last change.
13440
13441 2007-11-10 Jason Rumney <jasonr@gnu.org>
13442
13443 * w32-fns.el: Sync charset names with setup-default-fontset.
13444 Append "-1" where second part missing.
13445
13446 2007-11-10 Juri Linkov <juri@jurta.org>
13447
13448 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13449 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13450
13451 * custom.el (custom-note-var-changed): Remove the `interactive'
13452 spec from this new non-interactive function.
13453
13454 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
13455
13456 * doc-view.el (doc-view-mode-map, doc-view-menu)
13457 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13458 (doc-view-search-backward): New function.
13459 (doc-view-search): Query new regexp if prefix arg is given, else
13460 jump to next/previous match.
13461 (doc-view-mode): Handle compressed files.
13462 (jka-compr): Required for compressed files.
13463
13464 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
13465
13466 * replace.el (query-replace-show-replacement): New defcustom.
13467 (perform-replace): Use `match-substitute-replacement' if
13468 `query-replace-show-replacement' is non-nil.
13469
13470 2007-11-10 David Kastrup <dak@gnu.org>
13471
13472 * subr.el (match-substitute-replacement): New function.
13473
13474 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
13475
13476 * files.el (auto-mode-alist): Select org-mode for files with the
13477 extension ".org".
13478
13479 2007-11-10 Martin Rudalics <rudalics@gmx.at>
13480
13481 * help.el (help-window, help-window-point-marker): New variables.
13482 (help-window-select): New option.
13483 (with-help-window): New macro for displaying help windows.
13484 (help-window-display-message, help-window-setup-finish)
13485 (help-window-setup): New functions used for setting up help windows.
13486 (print-help-return-message): Reset help-window to nil.
13487 (view-lossage): Use with-help-window instead of
13488 with-output-to-temp-buffer and move help-window-point-marker after
13489 inserted text.
13490 (describe-bindings, describe-key, describe-mode): Use
13491 with-help-window instead of with-output-to-temp-buffer.
13492
13493 * help-mode.el (help-mode): Set view-exit-action to bury the
13494 buffer instead of fiddling with windows. Simplify code.
13495 (help-mode-finish): When help-window eqs t set it to the selected
13496 window and have with-help-window set up view-return-to-alist.
13497 (help-buffer): Add autoload cookie.
13498
13499 * view.el (view-remove-frame-by-deleting): Change default value to t.
13500 Add autoload cookie.
13501 (view-exit-action, view-file, view-file-other-window)
13502 (view-file-other-frame, view-buffer, view-buffer-other-window)
13503 (view-buffer-other-frame): Rewrite doc strings.
13504 (view-return-to-alist-update): New function to remove stale entries
13505 from view-return-to-alist.
13506 (view-mode-enter): Rewrite doc string and simplify code.
13507 (view-mode-exit): Handle new case 'keep-frame. Don't reset
13508 view-exit-action to nil. Simplify code and rewrite doc string.
13509
13510 * apropos.el (apropos-describe-plist):
13511 * descr-text.el (describe-char):
13512 * disp-table.el (describe-display-table):
13513 * faces.el (list-faces-display, describe-face):
13514 * facemenu.el (list-colors-display):
13515 * help-fns.el (describe-function, describe-variable)
13516 (describe-syntax, describe-categories):
13517 Use with-help-window instead of with-output-to-temp-buffer.
13518
13519 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
13520
13521 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13522 Optimize (featurep 'emacs) to t.
13523
13524 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13525 New function.
13526 (byte-compile-maybe-guarded): Use it to also look for bound
13527 symbols inside `and' forms. Comment out non-working code that was
13528 trying to avoid warnings for XEmacs code.
13529
13530 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13531
13532 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13533 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13534 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13535 (vc-cvs-annotate-command):
13536 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13537 is bound, it always is.
13538
13539 2007-11-10 Jason Rumney <jasonr@gnu.org>
13540
13541 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13542 setup here from global scope.
13543
13544 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13545
13546 * ido.el (ido-save-history): Save the history file in UTF-8, not
13547 the current filename coding system.
13548
13549 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * simple.el (interprogram-cut-function, interprogram-paste-function):
13552 Don't make them frame-local any more.
13553
13554 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13555 Don't set interprogram-(cut|paste)-function on each frame.
13556
13557 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13558 Make them work in tty frames.
13559 (interprogram-cut-function, interprogram-paste-function):
13560 Set them globally.
13561
13562 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13563
13564 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13565 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13566 (iso-iso2duden-trans-tab): Add docstring.
13567
13568 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13569
13570 * abbrev.el (define-abbrev-table): Record the variable definition.
13571
13572 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13573 New function.
13574
13575 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13576
13577 * ps-print.el: Clean the code for checking suitable Emacs version.
13578 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13579 (ps-print-version): New version 6.8.1.
13580
13581 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13582
13583 * files.el (enable-local-variables): Doc fix.
13584
13585 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13586
13587 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13588
13589 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13590
13591 * dired-aux.el (dired-copy-file-recursive):
13592 Preserve directory permissions.
13593
13594 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13597 (whitespace-unload-function): New-style unload function. When run,
13598 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13599 to stop the old hook from messing with the unloading.
13600
13601 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13602
13603 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13604 (elp-unset-master, elp-results): Fix typos.
13605 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13606 Doc fixes.
13607
13608 * msb.el (msb--many-menus): Remove variable.
13609 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13610 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13611 (msb--toggle-menu-type): Fix typos in docstrings.
13612
13613 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13614 (shadow-insert-var): Doc fixes.
13615 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13616 Reflow docstrings.
13617 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13618
13619 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13620
13621 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13622 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13623 Fix typos in autoload docstrings.
13624
13625 2007-11-09 Richard Stallman <rms@gnu.org>
13626
13627 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13628
13629 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13630
13631 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13632 (gdb-var-update-handler-1): Use it.
13633
13634 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13635
13636 * loadhist.el (unload-feature): Remove erroneous check for the
13637 FEATURE-unload-function variable; check the existence of the
13638 function (that's what the docstring says, and it makes more sense).
13639
13640 * follow.el (follow-unload-function): Add docstring.
13641 (follow-unload-function): Remove variable.
13642
13643 * server.el (server-unload-function): Remove variable.
13644 (server-unload-function): Unbind `server-edit' from `C-x #'.
13645
13646 * ses.el (ses-unload-function): New function.
13647
13648 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13649
13650 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13651 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13652
13653 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13654 before use to avoid a warning in packages that require uniquify.
13655 (uniquify-unload-function): New function and var.
13656
13657 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13658
13659 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13660 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13661 (ediff-current-diff-A, ediff-current-diff-B)
13662 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13663 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13664 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13665 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13666 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13667 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13668 (ediff-setup-windows-plain-merge)
13669 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13670 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13671 * ediff-util.el (ediff-setup-keymap, )
13672 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13673 (ediff-toggle-use-toolbar, ediff-really-quit)
13674 (ediff-good-frame-under-mouse)
13675 (ediff-highlight-diff-in-one-buffer)
13676 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13677 (ediff-make-bullet-proof-overlay):
13678 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13679 (ediff-set-meta-overlay):
13680 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13681 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13682 ediff-emacs-p with their former definitions.
13683
13684 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13685 (viper-has-face-support-p, viper-inactivate-input-method)
13686 (viper-activate-input-method)
13687 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13688 * emulation/viper-mous.el (viper-multiclick-timeout)
13689 (viper-surrounding-word, viper-mouse-click-insert-word)
13690 (viper-mouse-click-search-word, viper-parse-mouse-key):
13691 * emulation/viper-macs.el (viper-char-array-to-macro):
13692 * emulation/viper.el (viper-go-away, viper-set-hooks)
13693 (viper-non-hook-settings):
13694 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13695 (viper-get-saved-cursor-color-in-insert-mode)
13696 (viper-get-saved-cursor-color-in-emacs-mode)
13697 (viper-check-version, viper-get-visible-buffer-window)
13698 (viper-file-checked-in-p, viper-set-replace-overlay)
13699 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13700 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13701 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13702 with their former definitions.
13703 (viper-eventify-list-xemacs): Only do work for XEmacs.
13704 (viper-set-unread-command-events): Only do work for Emacs.
13705 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13706 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13707 (viper-overlay-get, viper-overlay-put, viper-read-event)
13708 (viper-characterp, viper-int-to-char, viper-get-face)
13709 (viper-color-defined-p, viper-iconify): New defaliases replacing
13710 the old fsets.
13711
13712 * progmodes/fortran.el (comment-region-function)
13713 (uncomment-region-function): Pacify byte compiler.
13714
13715 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13716
13717 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13718
13719 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13720 `process-environment'.
13721
13722 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13723
13724 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13725 match dir like "a...b".
13726
13727 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13730
13731 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13732
13733 * net/tramp.el (tramp-handle-substitute-in-file-name):
13734 Don't expand the remote connection identification.
13735 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13736 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13737 before calling stty.
13738
13739 * net/tramp-cache.el (tramp-cache-print)
13740 (tramp-dump-connection-properties): Fix docstring.
13741 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13742
13743 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13744
13745 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13746 remote connection identification when setting connection property.
13747
13748 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13749 "//" substitutes only in the local filename part.
13750
13751 2007-11-07 David Hansen <david.hansen@gmx.net>
13752
13753 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13754
13755 2007-11-07 Glenn Morris <rgm@gnu.org>
13756
13757 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13758 Remove superfluous concats. Move final set-buffer to
13759 non-emacs-specific code.
13760
13761 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13762
13763 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13764
13765 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13766
13767 * eshell/esh-mode.el (eshell-output-filter):
13768 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13769 Use `with-current-buffer'.
13770
13771 2007-11-07 Andreas Schwab <schwab@suse.de>
13772
13773 * server.el (server-start): Only register cleanup after server was
13774 started.
13775
13776 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13777
13778 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13779
13780 * net/tramp-cache.el (tramp-cache-print): Move down.
13781 (tramp-cache-list-connections): New defun.
13782
13783 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13784
13785 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * ido.el (ido-save-history): Write the history file in the current
13788 filename coding system, and add `coding' file-local variable.
13789
13790 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13791
13792 * textmodes/org.el (org-table-formula-substitute-names):
13793 Remove forgotten temporary debugging code.
13794
13795 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13796
13797 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13798 the prompt.
13799
13800 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13801
13802 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13803
13804 2007-11-05 Simon Josefsson <simon@josefsson.org>
13805
13806 * net/tls.el (tls-end-of-info): Doc fix.
13807
13808 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13809
13810 * international/utf-7.el (utf-7-imap): New coding system.
13811 (utf-7-imap-post-read-conversion): New function.
13812 (utf-7-imap-pre-write-conversion): New function.
13813
13814 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * abbrev.el (abbrev--write): Fix up typo.
13817
13818 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * abbrev.el (define-abbrev-table): Doc fix.
13821
13822 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13823
13824 * info.el (Info-revert-buffer-function): New func.
13825 (Info-mode): Arrange to use it for reverting.
13826 (Info-copy-current-node-name): Add space between filename and nodename.
13827
13828 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13831
13832 2007-11-04 Glenn Morris <rgm@gnu.org>
13833
13834 * net/tls.el: Don't require rx when compiling.
13835 (tls-end-of-info): Rewrite without using rx.
13836 (open-tls-stream): Use with-current-buffer.
13837
13838 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13839
13840 * net/tls.el: Require rx when compiling.
13841 (tls-end-of-info): New variable.
13842 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13843 matched.
13844
13845 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13846
13847 * register.el (append-to-register, prepend-to-register):
13848 Don't signal error on empty register; use the text, instead.
13849
13850 2007-11-03 Michael Olson <mwolson@gnu.org>
13851
13852 * textmodes/remember.el (remember-buffer):
13853 Use define-obsolete-function-alias rather than defalias.
13854
13855 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13856
13857 * simple.el (bad-packages-alist): Anchor semantic regexp.
13858
13859 2007-11-03 Glenn Morris <rgm@gnu.org>
13860
13861 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13862 if defined, for blank lines. Doc fix.
13863
13864 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13865 (fortran-mode): Set values for comment-region-function,
13866 uncomment-region-function and comment-insert-comment-function.
13867 (fortran-uncomment-region): New function.
13868
13869 * textmodes/nroff-mode.el (nroff-mode):
13870 Set comment-insert-comment-function rather than indent-line-function.
13871 (nroff-indent-line-function): Remove.
13872 (nroff-insert-comment-function): New function.
13873
13874 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13875
13876 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13877
13878 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13879
13880 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13881
13882 * emulation/viper-cmd.el (viper-prev-destructive-command)
13883 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13884 copy-sequence.
13885
13886 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13887 Got rid of ediff-copy-list.
13888
13889 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13890 use face-name.
13891 (ediff-test-utility, ediff-diff-mandatory-option)
13892 (ediff-reset-diff-options): Remove to simplify the mandatory option
13893 handling on Windows.
13894 (ediff-set-diff-options): Add.
13895 (ediff-diff-options): Set "--binary" option as default in some cases.
13896
13897 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13898 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13899 ediff-vc-working-revision. Require vc-hooks.
13900
13901 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13902
13903 * files.el (hack-local-variables): Fix membership tests to avoid
13904 treating all variables as safe if `enable-local-variables' is
13905 set to :safe (CVE-2007-5795).
13906
13907 2007-11-02 Glenn Morris <rgm@gnu.org>
13908
13909 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13910 if defined, do all the work of inserting a new comment.
13911
13912 * progmodes/etags.el (tags-table-mode): Disable undo.
13913
13914 * simple.el (bad-packages-alist): Revert previous change.
13915
13916 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13917
13918 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13919
13920 * obsolete/lselect.el: Do not warn about unknown functions.
13921
13922 2007-11-02 Michael Olson <mwolson@gnu.org>
13923
13924 * textmodes/remember.el (remember-buffer): Make this an alias of
13925 remember-finalize, because Org uses it.
13926
13927 2007-11-01 Michael Olson <mwolson@gnu.org>
13928
13929 * textmodes/remember.el: Improve documentation in heading.
13930 (remember-before-remember-hook): Turn into a customizable option.
13931 (remember): Document INITIAL argument.
13932 (remember-region): Remove autoload cookie. Improve docstring to
13933 mention that it is called from the *Remember* buffer, and does not
13934 have any functional overlap with the `remember' function.
13935 (remember-finalize): Remove autoload cookie. Rename from
13936 remember-buffer to emphasize that this does not have any
13937 functional overlap with the `remember' function.
13938 (remember-destroy): Remove autoload cookie.
13939 (remember-mode-map): Define and initialize in one step.
13940 (remember-mode): Improve docstring.
13941 (remember-annotation-functions): Default to just '(buffer-file-name),
13942 and don't try to take the default value from Planner.
13943
13944 2007-11-01 Glenn Morris <rgm@gnu.org>
13945
13946 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13947
13948 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13949
13950 * emacs-lisp/authors.el (authors-scan-change-log)
13951 (authors-scan-el): Don't enable local eval; enable only safe local
13952 variables, without querying.
13953
13954 * mail/footnote.el (footnote-numeric-regexp)
13955 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13956 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13957 Match multi-character footnotes.
13958
13959 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13960 (nroff-indent-line-function): New function.
13961 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13962 obsolete alias.
13963
13964 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13965
13966 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13967 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13968 (rcirc-print): Only update the line count when not marking the
13969 line as omittable.
13970 (rcirc-log-write): Specify coding system when writing logfile.
13971 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13972
13973 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13974
13975 * printing.el (printing): Fix :version, printing.el was included
13976 for in emacs-22.1.
13977 (pr-path-style, pr-path-alist, pr-txt-name)
13978 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13979 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13980 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13981 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13982 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13983 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13984 (pr-setting-database, pr-visible-entry-list)
13985 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13986 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13987
13988 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13989 top level, make it dependent on the emacs flavor.
13990
13991 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13992 Test for XEmacs not for itimer.
13993
13994 * term/sun-mouse.el:
13995 * obsolete/sun-fns.el:
13996 * obsolete/sun-curs.el: Remove files.
13997
13998 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13999
14000 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14001
14002 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14003 was given to concat.
14004
14005 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14008 used normally for goto-line. Change `g' to revert the buffer.
14009 Add redundant `r' binding for buffer-revert.
14010
14011 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14012 (mail-abbrevs-setup): Use abbrev-expand-functions.
14013 (build-mail-abbrevs): Use with-temp-buffer.
14014 (define-mail-abbrev): Simplify.
14015 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14016 Change it for use on abbrev-expand-functions.
14017 (mail-abbrev-complete-alias): Use with-syntax-table.
14018
14019 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14020
14021 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14022 directly. Fix bug in deleting temp file.
14023
14024 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14027 Merge defvar and define-abbrev-table.
14028 (def-python-skeleton): Use :case-fixed and :enable-function.
14029 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14030 Remove.
14031 (python-mode): Don't modify pre-abbrev-expand-hook.
14032
14033 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14034
14035 * ediff-util.el (ediff-file-checked-out-p)
14036 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14037
14038 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * abbrev.el (abbrev-symbol): Correct let->let*.
14041 (abbrev--before-point): Only use abbrev-start-location if before point.
14042
14043 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14044
14045 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14046 (strokes-unload-hook): Remove function and variable.
14047 (strokes-unload-function): New-style unload function, adapted
14048 from `strokes-unload-hook'.
14049
14050 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14051 (cl-unload-hook): Remove variable.
14052 (cl-unload-function): New-style unload function, adapted
14053 from `cl-cannot-unload'.
14054
14055 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14056 (elp-unload-function): New-style unload function, adapted
14057 from `elp-unload-hook'.
14058
14059 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14060
14061 * emacs-lisp/find-func.el (find-library): Use library at
14062 point as default interactive argument.
14063
14064 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14065
14066 * shadowfile.el (shadow-join): Remove.
14067 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14068 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14069 (shadowfile-unload-hook): Remove function and variable.
14070 (shadowfile-unload-function): New-style unload function, adapted
14071 from `shadowfile-unload-hook'.
14072
14073 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14074
14075 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14076 only if it is bound.
14077
14078 * textmodes/reftex.el: Move autoloads for before all uses.
14079 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14080 (reftex-delete-overlay): Move to the top level with the condition
14081 in the body.
14082
14083 * progmodes/simula.el: Use when instead of if.
14084
14085 * iimage.el (iimage-locate-file): Define unconditionally.
14086
14087 * mail/mailabbrev.el (mail-abbrev-next-line):
14088 * emulation/vip.el (vip-enlarge-region, vip-line)
14089 (vip-next-line-at-bol, vip-previous-line)
14090 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14091 Wrap with-no-warnings around uses of next-line and previous-line.
14092
14093 * ediff.el (run-ediff-from-cvs-buffer):
14094 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14095 Remove function not used by pcl-cvs anymore.
14096 (noninteractive, generic-sc-get-latest-rev)
14097 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14098 Delete support for long obsolete generic-sc.el.
14099
14100 2007-10-31 Glenn Morris <rgm@gnu.org>
14101
14102 * cvs-status.el: No longer require pcvs when compiling.
14103
14104 * doc-view.el (doc-view-conversion-refresh-interval)
14105 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14106 (doc-view-reset-slice): Doc fixes.
14107 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14108
14109 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14112 Timers are automatically canceled by `unload-feature'.
14113
14114 * delsel.el (delsel-unload-hook): Remove function and variable.
14115 (delsel-unload-function): New-style unload function, adapted
14116 from `delsel-unload-hook'.
14117
14118 * msb.el (msb-unload-hook): Remove function and variable.
14119 (msb-unload-function): New-style unload function, adapted from
14120 `msb-unload-hook'.
14121
14122 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14123
14124 * desktop.el (uniquify-managed): Pacify byte compiler.
14125 (desktop-buffer-info): If the buffer name is managed by uniquify,
14126 save the base name, not the uniquified one.
14127 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14128 name in case of conflict.
14129
14130 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * doc-view.el: Use expand-file-name rather than concat.
14133 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14134 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14135 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14136 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14137 not to have to touch the buffer's content.
14138 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14139 (doc-view-mode): Use it. Don't mark as a special mode.
14140 Put the page numbers in the modeline.
14141 Set up the overlay. Hide the cursor. Run the mode hook.
14142 Use after-revert-hook rather than revert-buffer-function.
14143 (doc-view-search-internal): Fix typo.
14144 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14145 image-cache flush.
14146 (doc-view-reconvert-doc): Don't reset the whole mode.
14147 (doc-view-make-safe-dir): New function.
14148 (doc-view-current-cache-dir): Use it.
14149
14150 2007-10-30 Jason Rumney <jasonr@gnu.org>
14151
14152 * time.el (display-time-world-list): Test for zoneinfo support.
14153
14154 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14155
14156 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14157
14158 * net/tramp-cache.el (tramp-flush-file-function): Check also
14159 `default-directory' if `buffer-file-name' does not return a
14160 string. Added to `eshell-pre-command-hook'.
14161
14162 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * doc-view.el (doc-view-current-doc): Remove.
14165 Replace all uses by buffer-file-name.
14166 (doc-view-menu): New menu.
14167 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14168 unused var `doc'.
14169 (doc-view-sort): Simplify.
14170 (doc-view-buffer-message): Don't change buffer-modified-p.
14171 (doc-view-mode): Change it here instead.
14172 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14173 Don't modify the global value of revert-buffer-function.
14174
14175 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14176 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14177 (image-toggle-display): Take overlays into account and don't assume
14178 point-min==1.
14179
14180 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14181
14182 * vc.el (vc-annotate): Fix omission bug:
14183 Specify value for vc-sentinel-movepoint.
14184
14185 2007-10-30 Michael Olson <mwolson@gnu.org>
14186
14187 * textmodes/remember.el (remember-mode-hook)
14188 (remember-handler-functions, remember-annotation-functions):
14189 Add additional items as options, including some Org functions.
14190
14191 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14192
14193 * doc-view.el: Remove cl-dependency.
14194 (doc-view-buffer-message): Mention new binding K.
14195 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14196 instead of variable.
14197 (doc-view-current-cache-dir): Better cache dir naming.
14198 (doc-view-current-display): Remove variable.
14199 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14200 (doc-view-kill-proc): Set converter process to nil.
14201 (doc-view-minor-mode): New minor mode.
14202 (doc-view-minor-mode-map): New keymap.
14203 (doc-view-mode): Remove text/image switching code. Use plain defun.
14204 (doc-view-mode-map): New binding K kills converter process.
14205 Remove C-c C-e binding.
14206 (doc-view-mode-text-map): Remove keymap.
14207 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14208 d-v-display-maybe.
14209 (doc-view-previous-major-mode): New variable.
14210 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14211 (doc-view-remove-if): New function.
14212 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14213 (doc-view-toggle-display): Toggle modes instead of display styles.
14214 (doc-view-reconvert-doc): Adapt to new way of doing things.
14215
14216 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14217
14218 2007-10-30 Glenn Morris <rgm@gnu.org>
14219
14220 * dirtrack.el (dirtrack-mode): Doc fix.
14221
14222 * shell.el (shell-dirtrack-verbose, shell-mode)
14223 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14224
14225 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14226 (byte-compile-enable-warning): Doc fix.
14227
14228 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14229 suppress byte-opt warning.
14230
14231 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14232
14233 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14234 (edt-gnu-emacs19-p): Remove.
14235 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14236 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14237 (edt-end-of-line-forward, edt-end-of-line-backward)
14238 (edt-one-word-forward, edt-one-word-backward, edt-character)
14239 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14240 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14241 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14242 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14243 (edt-sentence-backward, edt-paragraph-forward)
14244 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14245 (edt-window-bottom, edt-scroll-window-forward-line)
14246 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14247 (edt-line-to-top-of-window, edt-paragraph-backward)
14248 (edt-restore-key, edt-window-top, edt-window-bottom)
14249 (edt-scroll-window-forward-line)
14250 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14251 (edt-line-to-middle-of-window, edt-goto-percentage)
14252 (edt-display-the-time, edt-remember, edt-split-window)
14253 (edt-emulation-on, edt-emulation-off)
14254 (edt-default-emulation-setup, edt-user-emulation-setup)
14255 (edt-select-default-global-map, edt-select-user-global-map):
14256 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14257 tests.
14258
14259 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14260 Use feature test instead of boundp test so it can be resolved at
14261 compile time.
14262
14263 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14264
14265 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14268 Update all users.
14269 (abbrev-get, abbrev-put): Simplify.
14270 (define-abbrev): Don't store the `force' value in the :system property.
14271 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14272
14273 2007-10-30 Michael Olson <mwolson@gnu.org>
14274
14275 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14276
14277 * textmodes/remember.el: New file that implements a mode for
14278 quickly jotting down things to remember.
14279
14280 * textmodes/remember-diary.el: A backend for remember.el that
14281 implements saving notes to a Diary file.
14282
14283 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14284
14285 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14286 Relocate in file.
14287 (allout-doublecheck-at-and-shallower): Increase to include
14288 slightly greater depths, since yank interaction is now ok.
14289 Also, elaborate the docstring to explain the situation.
14290 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14291 instead of concat, so we accommodate key sequences expressed as
14292 vectors as well as strings and lists.
14293 (allout-flag-region, allout-hide-by-annotation): Make the
14294 hidden-text overlays 'front-advance.
14295 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14296 (allout-aberrant-container-p, allout-on-current-heading-p)
14297 (allout-e-o-prefix-p, allout-next-heading)
14298 (allout-previous-heading, allout-goto-prefix)
14299 (allout-end-of-prefix, allout-next-sibling-leap)
14300 (allout-next-visible-heading, allout-auto-fill)
14301 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14302 (allout-yank-processing, allout-resolve-xref)
14303 (allout-current-topic-collapsed-p, allout-hide-region-body)
14304 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14305 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14306 (count-trailing-whitespace-region): Preserve match data, so allout
14307 outline navigation doesn't disrupt other Emacs operations.
14308 (allout-beginning-of-line): Retreat to the beginning of the hidden
14309 text, so fields are respected (for submodes that care).
14310 (allout-end-of-line): Preserve mark activation status when jumping.
14311 (allout-open-topic): Account for opening after a child that
14312 contains a hidden trailing newline. Preserve match data.
14313 Run allout-structure-added-hook
14314 (allout-encrypt-decrypted): Preserve match data.
14315 (allout-toggle-current-subtree-exposure): Add new interactive
14316 function for toggle subtree exposure - suggested by tassilo.
14317 (move-beginning-of-line, move-end-of-line): Don't use
14318 line-move-invisible-p, it's obsolete - substitute the code, instead.
14319
14320 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14321
14322 * textmodes/flyspell.el (message-signature-separator):
14323 * longlines.el (message-indent-citation-function): Pacify byte
14324 compiler.
14325
14326 * emacs-lisp/cl-loaddefs.el:
14327 * ldefs-boot.el: Regenerate.
14328
14329 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14330 (.el.elc, compile, compile-always, compile-calc)
14331 ($(lisp)/progmodes/cc-mode.elc): Use it.
14332
14333 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14334 Only do work for XEmacs.
14335 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14336 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14337 on XEmacs.
14338 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14339 (ps-x-color-name, ps-x-color-specifier-p)
14340 (ps-x-copy-coding-system, ps-x-device-class)
14341 (ps-x-extent-end-position, ps-x-extent-face)
14342 (ps-x-extent-priority, ps-x-extent-start-position)
14343 (ps-x-face-font-instance, ps-x-find-coding-system)
14344 (ps-x-font-instance-properties, ps-x-make-color-instance)
14345 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14346 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14347 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14348 (ps-generate-postscript-with-faces): Delete defaliases.
14349 (ps-face-foreground-name, ps-face-background-name)
14350 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14351 Move definitions to top level, make the body conditional on the Emacs
14352 flavor. Replace uses of deleted aliases and renamed functions.
14353 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14354 of deleted aliases and renamed functions.
14355
14356 * calc/calc.el (calc-emacs-type-lucid): Remove.
14357 (calc-digit-map, calcDigit-start, calc-read-key)
14358 (calc-clear-unread-commands):
14359 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14360 calc-emacs-type-lucid with (featurep 'xemacs)
14361
14362 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14363 (featurep 'xemacs).
14364 (tpu-lucid-emacs19-p): Remove.
14365 (tpu-map-key): Make it a function instead of using fset. Inline
14366 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14367 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14368
14369 * ielm.el: Use featurep 'xemacs.
14370
14371 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14372 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14373 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14374 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14375 cperl-xemacs-p with (featurep 'xemacs).
14376 (font-lock-cache-position): Pacify byte compiler.
14377
14378 2007-10-29 Drew Adams <drew.adams@oracle.com>
14379
14380 * faces.el (read-color): New function.
14381 (face-at-point, foreground-color-at-point)
14382 (background-color-at-point): New functions.
14383
14384 2007-10-28 Richard Stallman <rms@gnu.org>
14385
14386 * net/browse-url.el (browse-url-text-xterm): Rename from
14387 browse-url-lynx-xterm and made generic.
14388 (browse-url-text-emacs): Likewise.
14389 (browse-url-text-browser): New variable.
14390 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14391 (browse-url-text-input-field, browse-url-text-input-attempts)
14392 (browse-url-kde-program): Likewise.
14393
14394 2007-10-29 Glenn Morris <rgm@gnu.org>
14395
14396 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14397 Use mapc rather than mapcar (reinstall change deleted without log
14398 entry 2007-10-22).
14399
14400 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14401
14402 * wdired.el (wdired-next-line, wdired-previous-line):
14403 Use next-line and previous-line wrapped in with-no-warnings.
14404
14405 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14406
14407 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14408 (rcirc-recent-quit-alist): New function.
14409 (rcirc): Print a better message when there is only one connected server.
14410 (rcirc-complete-nick): Do not update the nick table here.
14411 (rcirc-mode-map): Add M-o.
14412 (rcirc-current-line): Add variable.
14413 (rcirc-mode): Setup variables for line based omit.
14414 (rcirc-edit-multiline): Strip text properties.
14415 (rcirc-omit-responses): Add NICK.
14416 (rcirc-omit-threshold): Add variable.
14417 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14418 Add functions.
14419 (rcirc-print): Keep track of current line. Do not fill text if
14420 `rcirc-fill-flag' is null. Only omit text if the last activity
14421 from the sender is more than `rcirc-omit-threshold' lines ago.
14422 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14423 numbers instead of time.
14424 (rcirc-channel-nicks): Sort by line numbers instead of time.
14425 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14426 (rcirc-handler-JOIN): Restore the joiners linestamp.
14427 (rcirc-maybe-remember-nick-quit): Add function.
14428 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14429
14430 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14431
14432 * loadhist.el (unload-feature-special-hooks):
14433 Add `delete-frame-functions' and `suspend-tty-functions'.
14434
14435 * server.el (server-unload-function): Rename from `server-unload-hook'
14436 and adapt to new `unload-feature' functionality. Remove hook from
14437 `kill-buffer-hook' buffer-locally.
14438 (server-unload-hook): Remove.
14439 (server-unload-function): New var; replaces `server-unload-hook'.
14440
14441 2007-10-29 Glenn Morris <rgm@gnu.org>
14442
14443 * dirtrack.el (dirtrack-debug): Doc fix.
14444 (dirtrack-mode, dirtrack-debug-mode): New names for
14445 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14446 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14447 Make obsolete.
14448 (dirtrack-debug-message): Only print message if
14449 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14450 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14451 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14452
14453 2007-10-28 Glenn Morris <rgm@gnu.org>
14454
14455 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14456 (byte-compile-warnings-safe-p): Handle `not'.
14457 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14458 (byte-compile-enable-warning): New functions.
14459 (byte-compile-eval-before-compile)
14460 (byte-compile-file-form-require): Use byte-compile-disable-warning.
14461 (byte-compile-close-variables): Locally bind byte-compile-warnings,
14462 but do not modify it.
14463 (byte-compile-eval, byte-compile-obsolete)
14464 (byte-compile-warn-about-unresolved-functions)
14465 (byte-compile-file-form-defvar)
14466 (byte-compile-file-form-custom-declare-variable)
14467 (byte-compile-file-form-require)
14468 (byte-compile-file-form-defmumble, byte-compile-lambda)
14469 (byte-compile-form, byte-compile-normal-call)
14470 (byte-compile-variable-ref, byte-compile-defvar)
14471 (byte-compile-make-variable-buffer-local):
14472 Use byte-compile-warning-enabled-p.
14473 * emacs-lisp/advice.el (ad-compile-function):
14474 Use byte-compile-disable-warning.
14475 * emacs-lisp/cl.el: Move local variables to end of file, and set
14476 byte-compile-warnings to `(not cl-functions)'.
14477 * emacs-lisp/cl-compat.el: Add a local variables section, and set
14478 byte-compile-warnings to `(not cl-functions)'.
14479 * emacs-lisp/cl-macs.el: Unify local variable section, and set
14480 byte-compile-warnings to `(not cl-functions)'.
14481 (cl-do-proclaim): Use byte-compile-disable-warning and
14482 byte-compile-enable-warning.
14483 * emacs-lisp/cl-seq.el: Unify local variable section, and set
14484 byte-compile-warnings to `(not cl-functions)'.
14485 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14486 Use byte-compile-disable-warning.
14487
14488 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14489
14490 * cus-edit.el (custom-browse-insert-prefix):
14491 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14492
14493 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
14494
14495 * server.el (server-process-filter): Fix typo in docstring.
14496 (server-log): Reflow docstrings.
14497 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14498 (server-goto-line-column): Use `when'.
14499
14500 2007-10-28 Juri Linkov <juri@jurta.org>
14501
14502 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14503 when mouse is clicked on the isearch message.
14504 (isearch-resume): Call `isearch-update' at the end.
14505 Rename argument `search' to `string' to conform to the
14506 isearch terminology.
14507
14508 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 Rewrite abbrev.c in Elisp.
14511 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14512 (abbrev-table-get, abbrev-table-put, abbrev-get)
14513 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14514 (define-abbrev, abbrev--check-chars, define-global-abbrev)
14515 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14516 (abbrev-expansion, abbrev--before-point, expand-abbrev)
14517 (unexpand-abbrev, abbrev--write, abbrev--describe)
14518 (insert-abbrev-table-description, define-abbrev-table):
14519 New funs, largely transcribed from abbrev.c.
14520 (abbrev-with-wrapper-hook): New macro.
14521 (abbrev-table-name-list, global-abbrev-table)
14522 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14523 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14524 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14525 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14526 New vars, largely transcribed from abbrev.c.
14527 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
14528 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14529 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14530
14531 2007-10-27 Glenn Morris <rgm@gnu.org>
14532
14533 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14534 (shell-dirtrack-toggle): Mark as obsolete.
14535 (dirtrack-toggle, dirtrack-mode): No longer alias to
14536 shell-dirtrack-mode.
14537
14538 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14539
14540 * calc/calc.el (math-standard-opers): Lower the precedence
14541 of negation.
14542 * calc/calc-lang.el (math-oper-table): Lower precedence of
14543 negation for C, TeX, and eqn.
14544
14545 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14546
14547 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14548
14549 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14552 (desktop-not-loaded-hook): Fix :version tags.
14553
14554 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14555
14556 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14557 (tramp-get-remote-tmpdir): New defun.
14558 (tramp-make-tramp-temp-file): Use it.
14559 (tramp-local-call-process): New defun. Replace all calls of
14560 `call-process' by this when appropriate.
14561 (tramp-handle-write-region): Replace calls of `file-attributes' by
14562 `tramp-compat-file-attributes'.
14563 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14564 Make the first command a `tramp-send-command' call, with let-bind
14565 of `tramp-end-of-output'.
14566 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14567 (tramp-load-report-modules, tramp-append-tramp-buffers):
14568 Move to tramp-cmds.el.
14569
14570 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14571 (tramp-fish-do-copy-or-rename-file)
14572 (tramp-fish-do-copy-or-rename-file-directly):
14573 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14574 Add parameter PRESERVE-UID-GID.
14575
14576 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14577
14578 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14579 New defcustoms.
14580 (display-time-world-list): Use them as appropriate for the current
14581 value of `system-type'.
14582
14583 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14584
14585 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14586 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14587 around uses of previous-line and next-line.
14588
14589 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14590 New defvars.
14591
14592 * textmodes/css-mode.el (comment-continue):
14593 * net/browse-url.el (url-handler-regexp):
14594 * progmodes/idlw-help.el (idlwave-system-routines):
14595 Pacify byte-compiler.
14596
14597 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14598 line-move-invisible-p with its former definition: invisible-p.
14599 line-move-invisible-p was removed on 2007-08-29.
14600
14601 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14602
14603 * files.el (kill-emacs-query-functions): Doc fix;
14604 `save-buffers-kill-emacs' is no longer bound to a key.
14605
14606 2007-10-26 Richard Stallman <rms@gnu.org>
14607
14608 * isearch-multi.el (isearch-buffers-multi): New option.
14609 (isearch-buffers-search-fun): Test it.
14610
14611 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14612 Put ps-run-clear on C-c C-l.
14613
14614 * newcomment.el (comment-styles): New style indent-or-triple.
14615 (comment-style): Make that the default.
14616 (comment-add defvar): Doc fix.
14617 (comment-add): Delete arg EXTRA.
14618 (comment-region-default): Open code call to comment-add.
14619 Handle indent-or-triple style which uses `multi-char' for INDENT.
14620
14621 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14622
14623 * eshell/em-unix.el (nil-blank-string): Doc fix.
14624
14625 2007-10-26 John Wiegley <johnw@newartisans.com>
14626
14627 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14628 function, ensure that the third argument is turned into a nil if
14629 the string is otherwise completely empty (either no characters, or
14630 all tabs/spaces). This fixes a bug from a user who found himself
14631 unable to customize `diff-switches' and still use Eshell's diff
14632 command.
14633
14634 2007-10-26 Glenn Morris <rgm@gnu.org>
14635
14636 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14637 safe-local-variable property.
14638
14639 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14640
14641 * net/browse-url.el (browse-url-browser-function): Delete grail.
14642 (browse-url-grail): Function and variable deleted.
14643 (browse-url-browser-function): Delete IXI Mosaic.
14644 (browse-url-default-browser): Don't try IXI Mosaic.
14645 (browse-url-iximosaic): Function deleted.
14646 (browse-url-browser-function): Delete MMM.
14647 (browse-url-default-browser): Don't try MMM.
14648 (browse-url-mmm): Function deleted.
14649
14650 2007-10-26 Drew Adams <drew.adams@oracle.com>
14651
14652 * custom.el (custom-note-var-changed): New function.
14653
14654 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14655
14656 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14657 use with the definition. Remove.
14658
14659 * add-log.el (change-log-start-entry-re): New defconst.
14660 (change-log-sortable-date-at): Use it.
14661 (change-log-beginning-of-defun, change-log-end-of-defun):
14662 New functions.
14663 (change-log-mode): Use them for beginning-of-defun-function and
14664 end-of-defun-function.
14665
14666 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14667
14668 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14669 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14670 (ses-recalculate-cell): Deal with point being just beyond end of
14671 data area (why does this happen?)
14672 (ses-set-curcell): Ditto.
14673 (ses-column-letter): Handle columns beyond 702. Code written by
14674 Gareth Rees.
14675
14676 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14677
14678 * textmodes/org.el (org-agenda-get-restriction-and-command):
14679 Use `mapc' instead of `mapcar'.
14680 (org-agenda-list): Numeric prefix argument can specify the number
14681 of days.
14682 (remember-register, remember-buffer): Prevent byte compiler from
14683 complaining.
14684 (org-todo): Save and restore match data.
14685 (org-no-warnings): New macro.
14686 (org-columns-eval): Use `org-no-warnings'.
14687
14688 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14689
14690 * comint.el (comint-password-prompt-regexp):
14691 Handle `[sudo] password'-style prompt.
14692
14693 2007-10-25 Glenn Morris <rgm@gnu.org>
14694
14695 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14696 (defcustom): Doc fix.
14697
14698 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14699 Add `non_intrinsic'.
14700 (f90-constants-re): Add ieee modules.
14701 (f90-typedef-matcher, f90-typedec-matcher)
14702 (f90-imenu-type-matcher): New functions.
14703 (f90-font-lock-keywords-1): Give module procedures function-name face.
14704 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14705 Add `use, intrinsic'.
14706 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14707 Move start of `enum' blocks to separate entry.
14708 (f90-start-block-re): Fix `type', `abstract interface'.
14709 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14710 derived types.
14711 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14712 `elemental', change `enumerator'.
14713 (f90-no-block-limit): Fix `abstract interface'.
14714
14715 * progmodes/f90.el (f90-indented-comment-re)
14716 (f90-directive-comment-re, f90-break-delimiters):
14717 * progmodes/fortran.el (fortran-comment-line-start-skip)
14718 (fortran-directive-re):
14719 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14720 as safe if they are strings.
14721
14722 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * startup.el (window-system): Remove. Don't make it frame-local.
14725
14726 2007-10-24 Richard Stallman <rms@gnu.org>
14727
14728 * savehist.el (savehist-save): Omit unreadable elements.
14729
14730 * loadhist.el (unload-function-defs-list): Rename from
14731 unload-function-features-list.
14732 (unload-feature-special-hooks, unload-feature): Doc fixes.
14733
14734 * indent.el (indent-to-left-margin): If point's in the indentation,
14735 move to the end of the indentation.
14736
14737 * cus-edit.el (customize-changed-options): Make arg optional.
14738
14739 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14740
14741 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14742
14743 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14744
14745 * textmodes/org-publish.el (org-publish-attachment): Re-install
14746 accidentally deleted change.
14747
14748 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14751
14752 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14755 (Buffer-menu-mode-map): Initialize in the declaration.
14756 (Buffer-menu-mode): Define with `define-derived-mode'.
14757
14758 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14759
14760 * textmodes/org.el (org-version): Change to 5.13e.
14761 (org-agenda-file-regexp): Fix typo in docstring.
14762 (org-add-planning-info): Fix bug in parenthesis settings.
14763 (org-scan-tags): Catch the case of indirect buffers with no filename.
14764 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14765 Re-install switch to mapc, had been removed by accident.
14766 (org-columns-map): New binding `C-c C-o'.
14767 (org-columns-menu): Change menu text and added new entry.
14768 (org-columns-eval): Document the use of `next-line'.
14769 (org-columns-open-link): New function.
14770 (org-columns-follow-link): Remove function.
14771 (org-open-link-from-string): New function.
14772 (org-read-date-get-relative): Fix typo in docstring.
14773 (org-read-date-get-relative): Leading +/- is not optional.
14774 (org-agenda-get-restriction-and-command): Always resize window on
14775 first loop cycle.
14776 (org-agenda-open-link): Make sure the link abbreviations are
14777 present in the agenda buffer.
14778 (org-agenda-copy-local-variable): New function.
14779
14780 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14783
14784 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * simple.el (reindent-then-newline-and-indent): Use a `move after
14787 insert' kind of marker in the save-excursion.
14788
14789 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * textmodes/css-mode.el: Require CL.
14792 (comment-continue): Declare.
14793
14794 * subr.el (make-variable-frame-localizable): Remove.
14795 (make-variable-frame-local): Mark obsolete.
14796
14797 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14800 of the subdirs is unreadable.
14801
14802 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14803
14804 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14805 when we are local.
14806
14807 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 * progmodes/python.el (python-current-defun): Remove left-over
14810 assignment to `start'.
14811
14812 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14815 than `mapcar'; return value is not used.
14816
14817 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14818
14819 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14820 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14821
14822 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14823
14824 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14825 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14826
14827 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14828
14829 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14830
14831 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14832
14833 * emacs-lisp/advice.el (ad-make-advised-docstring):
14834 Add ad-advice-info text property to doc string.
14835
14836 2007-10-23 Glenn Morris <rgm@gnu.org>
14837
14838 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14839 (f90-type-indent, f90-program-indent, f90-associate-indent)
14840 (f90-continuation-indent, f90-comment-region)
14841 (f90-beginning-ampersand, f90-smart-end)
14842 (f90-break-before-delimiters, f90-auto-keyword-case)
14843 (f90-leave-line-no, f90-mode-hook):
14844 Give an appropriate safe-local-variable property.
14845
14846 * progmodes/fortran.el (fortran-tab-mode-default)
14847 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14848 (fortran-structure-indent, fortran-continuation-indent)
14849 (fortran-comment-indent, fortran-comment-line-extra-indent)
14850 (fortran-comment-line-start)
14851 (fortran-minimum-statement-indent-fixed)
14852 (fortran-minimum-statement-indent-tab)
14853 (fortran-comment-indent-char, fortran-line-number-indent)
14854 (fortran-check-all-num-for-matching-do)
14855 (fortran-blink-matching-if, fortran-continuation-string)
14856 (fortran-comment-region, fortran-electric-line-number)
14857 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14858 (fortran-analyze-depth, fortran-break-before-delimiters):
14859 Give an appropriate safe-local-variable property.
14860
14861 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14862
14863 * printing.el: Move variable definitions before use.
14864 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14865
14866 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14867
14868 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14869 (tpu-edt-off): Use it.
14870 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14871 the global-map before adding it to global-map.
14872
14873 * menu-bar.el (global-buffers-menu-map): New var.
14874 (global-map, menu-bar-update-buffers): Use it.
14875 * msb.el (msb-menu-bar-update-buffers): Use it.
14876 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14877 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14878 Use with-current-buffer.
14879
14880 2007-10-22 Juri Linkov <juri@jurta.org>
14881
14882 * isearch-multi.el: New file.
14883
14884 * isearch.el (isearch-search-string): After finding the next
14885 occurrence switch to buffer isearch-buffers-current-buffer when
14886 isearch-buffers-next-buffer-function is non-nil and
14887 isearch-buffers-current-buffer is live.
14888
14889 * add-log.el (change-log-mode): Make and set buffer-local variable
14890 isearch-buffers-next-buffer-function to change-log-next-buffer.
14891 Call isearch-buffers-minor-mode.
14892 (change-log-next-buffer): New function.
14893
14894 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14895
14896 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14897 Renaming of `org-latex-protect'.
14898 (org-export-latex-emphasis-alist): By default, don't protect
14899 any emphasis formatter from further conversion.
14900 (org-export-latex-tables): Honor column grouping for tables.
14901 (org-export-latex-title-command): New option.
14902 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14903 export backslash character.
14904
14905 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14906
14907 * textmodes/org.el (org-read-date-get-relative): New function.
14908 (org-agenda-file-regexp): New variable.
14909 (org-agenda-files): Allow directories in the variable.
14910 (org-agenda-get-restriction-and-command): New function.
14911 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14912 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14913 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14914 New functions.
14915 (org-entry-add-to-multivalued-property)
14916 (org-entry-remove-from-multivalued-property)
14917 (org-entry-member-in-multivalued-property): New functions.
14918 (org-remember-apply-template): Catch C-g and make sure window
14919 configuration is restored.
14920 (org-agenda-open-link): Make it work with several links in the line.
14921 (org-drawers, org-set-regexps-and-options)
14922 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14923 (org-agenda-window-frame-fractions): New option.
14924 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14925 (org-columns-cleanup-item, org-find-entry-with-id)
14926 (org-insert-columns-dblock, org-listtable-to-string)
14927 (org-dblock-write:columnview, org-columns-capture-view)
14928 (org-edit-headline): New functions.
14929 (org-agenda-to-appt): Require calendar.
14930 (org-entry-get-with-inheritance): Widen for search.
14931 (org-columns-display-here): Don't mark buffer as modified when
14932 adding space characters to accomodate column overlays.
14933 (org-export-as-html): Better formatting of tags in the toc.
14934 (org-columns-display-here): Make the ITEM column as compact as possible.
14935 (org-remember-templates): Customization interface improved.
14936 (org-export-with-property-drawer): Variable removed.
14937 (org-export-with-drawers): New option.
14938 (org-complex-heading-regexp): New variable.
14939 (org-sort-entries): Rewrite using `sort-subr'.
14940 (org-set-property): More appropriate completion during interactive use.
14941 (org-sort-entries): Allow sorting by property.
14942 (org-additional-option-like-keywords): Add more values.
14943 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14944
14945 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14946
14947 * textmodes/org.el (org-get-date-from-calendar): New function.
14948 (org-at-timestamp-p, org-timestamp-change)
14949 (org-remember-templates): First element of each entry is now a
14950 name for the template.
14951 (org-store-log-note): Check for `org-note-abort'.
14952 (org-kill-note-or-show-branches): New command.
14953 (org-fontify-priorities): New option.
14954 (org-fontify-priorities): New function.
14955 (org-cut-subtree, org-copy-subtree): New argument N to
14956 act on N sequential subtrees.
14957 (org-paste-subtree): Fix the level at which a tree is pasted.
14958 (org-fit-agenda-window): Limitations on window size removed.
14959 (org-agenda-find-same-or-today-or-agenda): Rename from
14960 `org-agenda-find-today-or-agenda'.
14961 (org-scheduled-past-days): New option.
14962 (org-agenda-scheduled-leaders)
14963 (org-agenda-deadline-leaders): New options.
14964 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14965 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14966 (org-export-with-tags, org-export-plist-vars)
14967 (org-infile-export-plist): New "tags" option.
14968 (org-use-property-inheritance): New option.
14969 (org-cached-entry-get): Use `org-use-property-inheritance'.
14970 (org-remember-apply-template): Fix typo.
14971
14972 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14973
14974 * net/tramp.el (tramp-find-shell)
14975 (tramp-open-connection-setup-interactive-shell): Improve sending
14976 initial commands.
14977 (tramp-action-terminal): Send debug message.
14978 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14979 (tramp-barf-if-no-shell-prompt): Insert code of
14980 `tramp-wait-for-shell-prompt'.
14981
14982 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14983
14984 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14985
14986 * term/vt200.el (terminal-init-vt200):
14987 * term/vt201.el (terminal-init-vt201):
14988 * term/vt220.el (terminal-init-vt220):
14989 * term/vt240.el (terminal-init-vt240):
14990 * term/vt300.el (terminal-init-vt300):
14991 * term/vt320.el (terminal-init-vt320):
14992 * term/vt400.el (terminal-init-vt400):
14993 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14994
14995 * term/wyse50.el (wyse50-terminal-map): New var.
14996 (terminal-init-wyse50): Use it and input-decode-map.
14997 (enable-arrow-keys): Emasculate.
14998
14999 * term/tvi970.el (tvi970-terminal-map): New var.
15000 (terminal-init-tvi970): Use it and input-decode-map.
15001 (tvi970-keypad-numeric): Remove.
15002 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15003
15004 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15005 (terminal-init-sun): Use it and input-decode-map.
15006
15007 * term/news.el (terminal-init-news):
15008 * term/lk201.el (terminal-init-lk201):
15009 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15010
15011 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15012
15013 * complete.el (PC-expand-many-files): Remove.
15014 (PC-do-completion): Call file-expand-wildcards instead of
15015 PC-expand-many-files.
15016
15017 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15018 (PC-expand-many-files): Remove advice.
15019
15020 2007-10-22 Glenn Morris <rgm@gnu.org>
15021
15022 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15023 Add some support for Fortran 2003 syntax:
15024 (f90-type-indent): Now also applies to `enum'.
15025 (f90-associate-indent): New user option.
15026 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15027 Add some F2003 keywords.
15028 (f90-constants-re): New constant.
15029 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15030 Interface'.
15031 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15032 `class'. Arguments for `type'/`class' may have spaces. Add a new
15033 element for functions with specified types. Add `end enum' and
15034 `select type'. Add `implicit enumerator' and `procedure'.
15035 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15036 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15037 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15038 (f90-blocks-re): Add `enum' and `associate'.
15039 (f90-else-like-re): Add `class is', `type is', and `class default'.
15040 (f90-end-type-re): Add `enum'.
15041 (f90-end-associate-re, f90-typeis-re): New constants.
15042 (f90-end-block-re): Add `enum' and `associate'. Change from
15043 optional whitespace to end-of-word, to avoid `enumerator'.
15044 (f90-start-block-re): Add `select type', `abstract interface', and
15045 `enum'. Avoid `type is', and `type (sometype)'.
15046 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15047 (f90-mode): Doc fix.
15048 (f90-looking-at-select-case): Doc fix. Add `select type'.
15049 (f90-looking-at-associate): New function.
15050 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15051 Add `enum' and `abstract interface'.
15052 (f90-no-block-limit): Add `select type' and `abstract interface'.
15053 (f90-get-correct-indent, f90-calculate-indent)
15054 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15055 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15056
15057 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15058
15059 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15060 Use window-full-width-p.
15061
15062 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15063
15064 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15065
15066 * tooltip.el: Use featurep 'xemacs.
15067
15068 * printing.el: Move variable definitions before use, no code change.
15069
15070 2007-10-22 Juri Linkov <juri@jurta.org>
15071
15072 * simple.el (goto-history-element): Allow minibuffer-default to be
15073 a list of default values accessible by typing M-n in the minibuffer.
15074
15075 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15076 minibuffer default value list instead of pushing them temporarily
15077 to the history list.
15078
15079 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15080
15081 * hexl.el (hexl-menu): New major mode menu.
15082
15083 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15084
15085 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15086
15087 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15088
15089 * w32-fns.el (w32-quote-process-args):
15090 * dos-w32.el (print-region-function, lpr-headers-switches)
15091 (ps-print-region-function): Pacify byte-compiler.
15092
15093 * emulation/edt-mapper.el (function-key-map):
15094 (edt-map-key): Make it a function instead of using fset.
15095 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15096 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15097 (edt-x-emacs-p): Remove.
15098 (edt-emacs-variant, edt-window-system, edt-xserver):
15099 Use featurep 'xemacs.
15100
15101 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15102 Replace eudc-xemacs-p with its definition.
15103 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15104 (eudc-emacs-mule-p): Remove.
15105 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15106 eudc-xemacs-p with feature tests.
15107
15108 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15109 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15110 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15111 (eudc-bob-toggle-inline-display):
15112 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15113 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15114
15115 * net/eudcb-ph.el (eudc-ph-open-session):
15116 Replace eudc-xemacs-mule-p with its former definition.
15117
15118 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15119 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15120
15121 * progmodes/vera-mode.el (vera-xemacs): Remove.
15122 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15123
15124 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15125 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15126 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15127 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15128 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15129 with (featurep 'xemacs).
15130
15131 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15132 (save-buffer-state-x):
15133 * obsolete/fast-lock.el (fast-lock-verbose):
15134 * emulation/viper-init.el (viper-xemacs-p)
15135 (viper-cond-compile-for-xemacs-or-emacs):
15136 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15137 * ps-print.el (case-fold-search):
15138 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15139 * calculator.el (calculator-help): Use featurep 'xemacs.
15140
15141 * progmodes/prolog.el: Undo previous change.
15142 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15143
15144 * progmodes/dcl-mode.el:
15145 * play/yow.el:
15146 * calendar/todo-mode.el:
15147 * calendar/cal-hebrew.el:
15148 * vc-hg.el: Undo previous change.
15149
15150 * vms-patch.el: Likewise.
15151 (print-region-function): Pacify byte-compiler.
15152
15153 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15154
15155 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15156 preserve-uid-gid.
15157
15158 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15159 compatibility. It is not used, though.
15160
15161 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15162 Require tramp-cmds.el.
15163 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15164 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15165 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15166 (tramp-do-copy-or-rename-file-out-of-band)
15167 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15168 possible, because we don't need to create the temporary file, but
15169 we need a prefix for ssh, which has its own temporary file handling.
15170 (tramp-handle-delete-directory): Add "-f" to rmdir.
15171 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15172 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15173 a signal, in order to give the callee a chance to suppress.
15174 (tramp-handle-write-region): Set owner also in case of short
15175 track. Don't use compatibility calls for `write-region' anymore.
15176 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15177 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15178
15179 * net/tramp-cmds.el: New file.
15180
15181 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15182 `tramp-clear-passwd'.
15183
15184 * net/trampver.el: Update release number.
15185
15186 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15187
15188 * progmodes/gud.el (gud-target-name): Move definition before use.
15189
15190 * progmodes/dcl-mode.el: Require imenu at compile time.
15191
15192 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15193 Pacify byte-compiler.
15194
15195 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15196
15197 * eshell/esh-mode.el (eshell-handle-ansi-color):
15198 Require ansi-color at compile time too.
15199
15200 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15201
15202 * w32-fns.el: Require w32-vars.
15203
15204 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15205 time too.
15206
15207 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15208
15209 * double.el ([ignore]): Use `ignore'.
15210 (double-setup): Inline into double-mode.
15211 (double-mode): Use define-minor-mode.
15212
15213 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15214
15215 * textmodes/reftex.el: Move require easymenu before first use.
15216 (reftex-info): Require info at compile too.
15217
15218 * textmodes/org-publish.el (org-publish-org-to-html)
15219 (org-publish-org-to): Require org at compile time too.
15220 (org-publish-attachment): Require at compile time too.
15221
15222 * term/tty-colors.el (w32-tty-standard-colors):
15223 Pacify byte-compiler.
15224
15225 * term/pc-win.el (frame-creation-function-alist): Add to this
15226 instead of setting frame-creation-function.
15227
15228 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15229
15230 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15231
15232 * calendar/todo-mode.el: Require calendar at compile time.
15233
15234 * calendar/cal-hebrew.el: Require holidays at compile time.
15235
15236 * w32-vars.el: Provide w32-vars.
15237
15238 * term/w32-win.el: Require w32-vars.
15239 (w32-color-map): Pacify byte-compiler.
15240
15241 * loadup.el: Load w32-vars before term/w32-win.
15242
15243 2007-10-20 Juri Linkov <juri@jurta.org>
15244
15245 * textmodes/fill.el (fill-paragraph): When the region is active,
15246 don't try other `or' branches regardless of the value returned by
15247 fill-region; just return t.
15248
15249 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15250
15251 * vc.el (vc-do-command): Condition out a misleading message when
15252 running asynchronously.
15253 (vc-deduce-fileset): New argument enables using an unregistered
15254 visited file as a singleton fileset if nothing else is available.
15255 (vc-next-action): Restore file-registering behavior.
15256
15257 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15258
15259 * calc/README: Add recent news.
15260
15261 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15262
15263 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15264 (x-gtk-map-stock): Delete duplicated definitions from merge.
15265
15266 * progmodes/compile.el (compilation-skip-to-next-location)
15267 (compilation-skip-threshold, compilation-skip-visited):
15268 Move definitions earlier.
15269
15270 * play/decipher.el (decipher-keypress):
15271 * play/zone.el (zone-fall-through-ws):
15272 * play/landmark.el (lm-move-down, lm-move-up):
15273 * play/handwrite.el (handwrite):
15274 * mail/mspools.el (mspools-visit-spool):
15275 * wdired.el (wdired-next-line, wdired-previous-line):
15276 * tar-mode.el (tar-subfile-save-buffer):
15277 * scroll-lock.el (scroll-lock-next-line)
15278 (scroll-lock-previous-line):
15279 * image-dired.el (image-dired-next-line)
15280 (image-dired-previous-line):
15281 * ediff-help.el (ediff-help-message-line-length):
15282 Use forward-line.
15283
15284 * smerge-mode.el (smerge-auto-refine):
15285 * diff-mode.el (diff-auto-refine): Add :group.
15286
15287 * play/yow.el: Require doctor at compile time.
15288
15289 * vmsproc.el: Provide vmsproc.
15290 (command-send-input): Use forward-line.
15291
15292 * vms-patch.el: Require ps-print and vmsproc at compile time.
15293
15294 * vc-mtn.el (log-view-message-re, log-view-file-re)
15295 (log-view-font-lock-keywords): Pacify byte-compiler.
15296
15297 * vc-hg.el: Require log-view at compile time.
15298
15299 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15300
15301 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15302
15303 2007-10-20 Glenn Morris <rgm@gnu.org>
15304
15305 * progmodes/f90.el (f90-font-lock-keywords-2)
15306 (f90-looking-at-type-like): Fix regexp typos.
15307
15308 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15309
15310 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15311 (bs-mode): Set mode-class property to special.
15312
15313 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * diff-mode.el (diff-auto-refine): New var.
15316 (diff-hunk): Use it.
15317 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15318 (diff-refine-change): Rename from diff-fine-change. Change it.
15319 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15320 (diff-refine-hunk): Rename from diff-fine-highlight.
15321
15322 2007-10-20 John Paul Wallington <jpw@pobox.com>
15323
15324 * help-fns.el (describe-variable-custom-version-info): New function
15325 to return variable's version or package version note.
15326 (describe-variable): Use it, display result.
15327
15328 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15329
15330 * smerge-mode.el (smerge-auto-refine): New var.
15331 (smerge-next, smerge-prev): Use it.
15332 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15333
15334 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15335 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15336
15337 * vc-bzr.el (vc-bzr-diff-tree):
15338 * vc-git.el (vc-git-diff-tree):
15339 * vc-hg.el (vc-hg-diff-tree):
15340 * vc-mcvs.el (vc-mcvs-diff-tree):
15341 * vc-mtn.el (vc-mtn-diff-tree):
15342 * vc-svn.el (vc-svn-diff-tree): Remove.
15343
15344 * vc-mtn.el (vc-mtn-revision-completion-table):
15345 * vc-cvs.el (vc-cvs-revision-completion-table):
15346 * vc-arch.el (vc-arch-revision-completion-table):
15347 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15348 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15349 Make it work when the arg is a list of files.
15350
15351 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15354 Also `revision-completion-table' now takes a list of files.
15355 (vc-deduce-fileset): Remove unused var `regexp'.
15356 Only obey allow-directory-wildcard in dired buffers.
15357 (vc-default-diff-tree): Remove.
15358 (vc-diff-added-files): New var.
15359 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15360 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15361 Remove the `backend' arg.
15362 (vc-contains-version-controlled-file): Remove.
15363 (vc-diff): Bring it closer to the version in Emacs-22.
15364 (vc-revert): Fix typo in let-binding.
15365 (vc-default-unregister): Remove.
15366 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15367
15368 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15369
15370 * textmodes/two-column.el (2C-split, 2C-merge):
15371 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15372 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15373 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15374 * progmodes/ada-xref.el (ada-get-all-references):
15375 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15376 * emulation/vi.el (vi-previous-line-first-nonwhite)
15377 (vi-effective-range, vi-put-before):
15378 * emulation/edt.el (edt-next-line, edt-previous-line)
15379 (edt-paragraph-forward): Use forward-line.
15380
15381 * progmodes/etags.el (tags-apropos): Require apropos at compile
15382 time too.
15383
15384 * progmodes/prolog.el: Require comint when compiling.
15385 (inferior-prolog-flavor): Move defvar before use.
15386
15387 2007-10-19 Richard Stallman <rms@gnu.org>
15388
15389 * font-core.el (turn-on-font-lock-if-desired):
15390 Rename from `turn-on-font-lock-if-enabled'.
15391 Fully obey `font-lock-global-modes'.
15392
15393 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15396 which will not affect the behavior of things like forward-word.
15397 (diff-fine-highlight): Preserve point.
15398
15399 * doc-view.el (doc-view-mode-map): Use remapping.
15400 Don't rebind C-v, M-v to their default value.
15401 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15402
15403 * smerge-mode.el: Add word-granularity refinement.
15404 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15405 (smerge-refine-weight-hack): New vars.
15406 (smerge-refine-forward): New fun.
15407 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15408 (smerge-refine-subst): Use them as well. Preserve point.
15409
15410 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15411
15412 * follow.el (follow-unload-function): New function.
15413
15414 * loadhist.el (unload-function-features-list):
15415 Rename from `unload-hook-features-list'.
15416 (unload-hook-features-list): Add as obsolete alias.
15417 (unload-feature): Use `unload-function-features-list'
15418 and new FEATURE-unload-function.
15419
15420 2007-10-19 Glenn Morris <rgm@gnu.org>
15421
15422 * bindings.el (mouse-minor-mode-menu)
15423 (minor-mode-menu-from-indicator): Move to mouse.el.
15424 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15425 Move here from bindings.el.
15426
15427 2007-10-19 Richard Stallman <rms@gnu.org>
15428
15429 * help-fns.el (describe-function-1): Don't use the advice origname
15430 if it has no function definition.
15431
15432 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15433
15434 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15435 Use `save-restriction' rather than `widen'.
15436
15437 2007-10-18 Richard Stallman <rms@gnu.org>
15438
15439 * time.el (display-time-world-time-format): Display day # not month #.
15440
15441 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15442
15443 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15444
15445 * doc-view.el: Remove version keyword.
15446 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15447 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15448 (doc-view-ghostscript-options): Improve custom type.
15449 (doc-view-cache-directory, doc-view-conversion-buffer)
15450 (doc-view-conversion-refresh-interval): Simplify custom type.
15451
15452 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15453
15454 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15455 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15456 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15457 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15458 Remove superfluous messages.
15459 (doc-view-mode-map): Use the image-mode scrolling commands.
15460 Don't rebind C-x k.
15461
15462 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15463
15464 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15465 Add comment about "-dSAFER".
15466
15467 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * term/xterm.el: Don't require xt-mouse.
15470 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15471 calling turn-on-xterm-mouse-tracking-on-terminal directly.
15472
15473 * xt-mouse.el: Don't change the global function-key-map anny more.
15474 (xterm-mouse-mode): Use terminal-init-xterm-hook.
15475 Don't use after-make-frame-functions now that term/xterm.el calls
15476 us directly.
15477 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15478 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
15479 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15480 Setup input-decode-map and remember that xterm-mouse-mode was
15481 enabled in this terminal.
15482 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15483 terminals where it has been enabled.
15484
15485 * faces.el (tty-create-frame-with-faces): Make sure not only
15486 tty-run-terminal-initialization but also set-locale-environment
15487 are run only once per terminal.
15488 (tty-run-terminal-initialization): Don't check if the terminal was
15489 already initted.
15490
15491 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15492 not to remove keymaps that just happen to inherit from one of ours.
15493 When setting up our keymap, make sure it won't be accidentally
15494 modified by someone else.
15495
15496 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15497
15498 * textmodes/artist.el (artist-previous-line, artist-next-line):
15499 * dired.el (dired-next-line, dired-previous-line):
15500 * progmodes/delphi.el (delphi-newline):
15501 * textmodes/org.el (org-columns-eval):
15502 Use forward-line.
15503
15504 * emerge.el (emerge-setup): Use insert-buffer-substring.
15505 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15506
15507 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
15508
15509 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15510 (adaptive-fill-function): Doc fix. Remove * from docstring.
15511
15512 2007-10-18 Tom Horsley <tom.horsley@att.net>
15513
15514 * simple.el (interprogram-paste-function): Doc fix.
15515 (current-kill): Accept list of strings as well
15516 as single string from `interprogram-paste-function'.
15517
15518 2007-10-18 Glenn Morris <rgm@gnu.org>
15519
15520 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15521
15522 2007-10-18 Drew Adams <drew.adams@oracle.com>
15523
15524 * bindings.el (mode-line-minor-mode-keymap):
15525 Add mouse-minor-mode-menu on mouse-1.
15526 (mode-line-modes): Add mouse-1 to help-echo text.
15527 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15528 New functions.
15529 (mode-line-minor-mode-help): Doc fix.
15530
15531 2007-10-17 Juri Linkov <juri@jurta.org>
15532
15533 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15534 at the request of RMS.
15535 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15536 arg `region'. Fix docstring. At the first `or' branch add call to
15537 `fill-region' if it the region is active in transient-mark-mode.
15538
15539 * bindings.el (esc-map): Bind M-q to fill-paragraph
15540 instead of fill-paragraph-or-region.
15541
15542 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15543 with fill-paragraph.
15544
15545 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15546 Fix docstring.
15547
15548 * indent.el (indent-for-tab-command): Change interactive spec from
15549 "P" to "p". Add check for interactive arg before indenting the
15550 active region.
15551
15552 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15553 Regroup.
15554
15555 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * emacs-lisp/find-func.el: Don't require loadhist.
15558
15559 * loadhist.el (feature-symbols, file-provides, file-requires)
15560 (file-set-intersect, file-dependents): Simplify.
15561 (unload-feature-special-hooks): Update list of special hooks.
15562
15563 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15564
15565 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15566 extensions since they can be viewed with doc-view.
15567
15568 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15569 for pdf, ps and dvi files.
15570
15571 * doc-view.el: Make doc-view-mode the standard mode for viewing
15572 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15573 text and image display. Add binding C-c C-e to switch to an
15574 editing mode.
15575 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15576 avoid security problems when rendering files from untrusted sources.
15577
15578 2007-10-17 Aaron Hawley <aaronh@garden.org>
15579
15580 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15581 position is not saved.
15582
15583 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15584
15585 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15586 (doc-view-ghostscript-options): Fix typo in doc string.
15587
15588 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15591 handling, so compilation-fake-loc works again.
15592
15593 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15594 (server-process-filter): Revert last change.
15595
15596 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15597 behavior unrelated to filesets.
15598
15599 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15600
15601 * longlines.el (longlines-wrap-follows-window-size): Integer value
15602 specifies wrapping margin.
15603 (longlines-mode, longlines-window-change-function):
15604 Set window-specific wrapping margin based on the above.
15605
15606 2007-10-17 John Wiegley <johnw@newartisans.com>
15607
15608 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15609
15610 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15611
15612 * server.el (server-process-filter): Only set display if X11 is
15613 supported.
15614
15615 2007-10-17 Glenn Morris <rgm@gnu.org>
15616
15617 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15618 Tweak regexp to avoid stack overflow.
15619
15620 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * simple.el (reindent-then-newline-and-indent): Don't assume that
15623 indent-according-to-mode preserves point.
15624
15625 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15626
15627 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15628 (bs--nth-wrapper): Simplify.
15629 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15630 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15631 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15632 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15633 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15634 (bs-configurations, bs-default-configuration)
15635 (bs-alternative-configuration, bs-cycle-configuration-name)
15636 (bs-string-show-always, bs-string-show-never, bs-string-current)
15637 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15638 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15639 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15640 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15641 (bs--window-config-coming-from): Revert 2006-11-09 change.
15642 (bs--restore-window-config): Keep the selected frame.
15643 (bs--track-window-changes, bs--remove-hooks): New functions.
15644 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15645 (bs--create-header): Remove.
15646 (bs--create-header-line): New function, based on `bs--create-header'.
15647 (bs--show-header): Use `bs--create-header-line'.
15648 (bs--show-with-configuration): Revert 2006-11-09 change.
15649 Don't reuse window unless it is visible on the selected frame.
15650 Restore window configuration (possibly in a different frame)
15651 before creating any window.
15652
15653 2007-10-16 Glenn Morris <rgm@gnu.org>
15654
15655 * simple.el (blink-matching-open): Don't report false errors with
15656 the `$' syntax class.
15657
15658 2007-10-16 Richard Stallman <rms@gnu.org>
15659
15660 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15661 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15662 (ad-is-advised, ad-get-advice-info-field)
15663 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15664
15665 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15668 (vc-default-working-revision): Compatibility for backends.
15669
15670 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15673 (filesets-ormap, filesets-sort-case-sensitive-flag)
15674 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15675 Fix typos in docstrings.
15676 (filesets-conditional-sort, filesets-find-or-display-file)
15677 (filesets-data-get-name, filesets-data-get-data)
15678 (filesets-data-set, filesets-cmd-query-replace-getargs)
15679 (filesets-ingroup-collect): Doc fixes.
15680
15681 2007-10-15 Sam Steingold <sds@gnu.org>
15682
15683 * mail/sendmail.el (sendmail-error-reporting-interactive)
15684 (sendmail-error-reporting-non-interactive): New variables for
15685 sendmail error reporting options to simplify support for imperfect
15686 sendmail emulators.
15687 (sendmail-send-it): Use them instead of list literals.
15688
15689 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15690
15691 * help-fns.el: Revert previous change; it creates a
15692 dependency loop between advice.el and help-fns.el.
15693
15694 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * help-fns.el: Require advice when compiling.
15697
15698 2007-10-14 Drew Adams <drew.adams@oracle.com>
15699
15700 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15701 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15702 (ring-next, ring-previous): New functions.
15703
15704 2007-10-14 Richard Stallman <rms@gnu.org>
15705
15706 * emacs-lisp/advice.el (documentation): Advice deleted.
15707 Doc for advised functions is now handled at C level.
15708 (ad-stop-advice, ad-start-advice): Don't enable or disable
15709 advice for `documentation'.
15710 (ad-advised-definition-docstring-regexp): Var deleted.
15711 (ad-make-advised-definition-docstring): Store orig name
15712 as text property of string.
15713 (ad-advised-definition-p): Check for text property of docstring.
15714
15715 * help-fns.el (describe-function-1): Find source of advised functions.
15716
15717 2007-10-14 Juri Linkov <juri@jurta.org>
15718
15719 * faces.el (describe-face): Allow handling a string as the face name.
15720
15721 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15722 active region in transient-mark-mode.
15723 (ispell-region): Change messages displayed at the start and end of
15724 the spell-checking to be the same.
15725
15726 * startup.el (fancy-startup-tail): Say exactly what does the button
15727 dismiss ("Dismiss this startup screen"). Use text "Never show
15728 it again" for the checkbox after this button.
15729 (fancy-startup-screen, fancy-about-screen): Put point before the
15730 first link, so the user can quickly select links with the keyboard.
15731 (normal-mouse-startup-screen): Add more useful text describing how
15732 to follow a link.
15733
15734 2007-10-14 Glenn Morris <rgm@gnu.org>
15735
15736 * progmodes/etags.el (select-tags-table): Disable undo in the
15737 `*Tags Table List*' buffer.
15738
15739 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15740
15741 * dired.el (dired-warn-writable): New face.
15742 (dired-warn-writable-face): New variable.
15743 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15744 of dired-warning-face, for group- and world-writable files.
15745
15746 2007-10-13 Richard Stallman <rms@gnu.org>
15747
15748 * files.el (directory-abbrev-alist): Doc fix.
15749
15750 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15751
15752 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15753
15754 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15755
15756 * frame.el (set-frame-configuration): Assign name parameter only
15757 if it has been set explicitly before.
15758
15759 2007-10-11 Tom Tromey <tromey@redhat.com>
15760
15761 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15762 frame is visible.
15763
15764 2007-10-10 Richard Stallman <rms@gnu.org>
15765
15766 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15767 in *Backtrace*.
15768
15769 * faces.el (face-font-selection-order): Doc fix.
15770
15771 * loadhist.el (unload-feature): Doc fix.
15772
15773 2007-10-13 Glenn Morris <rgm@gnu.org>
15774
15775 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15776 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15777 Add doc string, and an explicit COUNT argument.
15778 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15779 `inc' to search functions.
15780
15781 * faces.el (face-spec-set): When FRAME is nil, set the default for
15782 new frames (restores pre-2007-09-17 behavior). Doc fix.
15783
15784 2007-10-13 John W. Eaton <jwe@octave.org>
15785
15786 * progmodes/octave-mod.el (octave-looking-at-kw)
15787 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15788 New functions.
15789 (octave-in-defun-p, calculate-octave-indent)
15790 (octave-blink-matching-block-open, octave-beginning-of-defun)
15791 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15792 to search for regexps that contain case-sensitive keywords.
15793 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15794 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15795
15796 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15797
15798 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15799 Do not use a single clause cond.
15800
15801 * cus-start.el (all): Use test that does not match the X11 version
15802 for mac.
15803
15804 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15805
15806 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15807 BROWSE buffer.
15808
15809 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15810
15811 * cus-start.el (all): Undo previous change.
15812
15813 2007-10-13 Glenn Morris <rgm@gnu.org>
15814
15815 * woman.el (woman0-rename): Fix paren typo.
15816
15817 * mail/feedmail.el (feedmail-run-the-queue)
15818 (feedmail-look-at-queue-directory):
15819 * mail/reporter.el (reporter-dump-state):
15820 * net/eudc-hotlist.el (eudc-edit-hotlist):
15821 * net/eudc.el (eudc-display-records)
15822 (eudc-filter-duplicate-attributes)
15823 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15824 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15825 (eudc-bbdb-query-internal):
15826 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15827 * net/socks.el (socks-build-auth-list):
15828 * progmodes/cc-cmds.el (top level):
15829 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15830 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15831 (cperl-write-tags, cperl-tags-treeify):
15832 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15833 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15834 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15835 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15836 (idlwave-toolbar-remove-everywhere):
15837 * progmodes/idlwave.el (idlwave-indent-line)
15838 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15839 (idlwave-write-paths, idlwave-all-method-classes)
15840 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15841 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15842 (idlwave-complete-in-buffer):
15843 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15844 (org-fast-tag-selection):
15845 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15846 than mapcar.
15847
15848 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15849
15850 * diff-mode.el (diff-fine-change): Add :group.
15851
15852 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15853
15854 * cus-start.el (all): Use the same test as the 22.2 branch.
15855
15856 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15857
15858 * diff-mode.el (diff-current-defun): Force recomputation of
15859 change-log-default-name.
15860
15861 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15862
15863 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15864 and some leftover logic regarding dedicated frames. If showing
15865 concise startup screen, fit window to buffer.
15866 (command-line-1): If we will be using the splash screen, use
15867 find-file instead of find-file-other-window to find additional files.
15868 Comment out unused code for coping with the old sit-for behavior.
15869
15870 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15871
15872 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15873 `meta' modifier consistently, rather than using sometimes meta
15874 sometimes alt.
15875
15876 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15877
15878 * window.el (handle-select-window): Revert part of 2007-10-08
15879 change setting the input focus.
15880
15881 2007-10-12 Glenn Morris <rgm@gnu.org>
15882
15883 * startup.el (command-line): Do not read abbrev file in batch mode.
15884
15885 * emacs-lisp/byte-opt.el (top level):
15886 * mail/rmail.el (rmail-list-to-menu):
15887 * obsolete/hilit19.el (hilit-mode):
15888 * progmodes/cc-mode.el (c-postprocess-file-styles)
15889 (c-submit-bug-report):
15890 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15891 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15892 (reftex-access-parse-file):
15893 * textmodes/reftex-cite.el (reftex-do-citation)
15894 (reftex-insert-bib-matches):
15895 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15896 * textmodes/reftex-sel.el (reftex-select-unmark):
15897 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15898 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15899
15900 * cus-edit.el (custom-variable-menu, custom-face-menu)
15901 (custom-group-menu): Check init-file-user rather than
15902 user-init-file, in case cus-edit is loaded by site-run-file.
15903
15904 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15905
15906 * vc.el (vc-deduce-fileset): Delete unused code.
15907 (vc-next-action): Fix typos.
15908
15909 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15910
15911 * bs.el (bs--mark-unmark): New function.
15912 (bs-mark-current, bs-unmark-current): Use it.
15913
15914 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15915
15916 * vc.el (vc-diff):
15917 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15918 temporarily disable the check for his edge case of
15919 vc-diff (stopping it from grinding when called from $HOME), as
15920 it's calling some brittle code in vc-hooks.el.
15921 (with-vc-properties): Fix evaluation time of a macro argument.
15922 * ediff-vers.el (ediff-vc-internal):
15923 * vc-hooks.el:
15924 * loaddefs.el: Follow up on VC terminology change.
15925
15926 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15927
15928 * follow.el (follow-stop-intercept-process-output):
15929 Use `follow-call-process-filter' rather than `process-filter'.
15930 Simplify.
15931
15932 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15933
15934 * vc-hooks.el (vc-registered): Robustify this function a bit
15935 against filenames with no directory component.
15936
15937 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * international/characters.el: Undo unwanted and unexplained change.
15940
15941 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15942
15943 * ps-print.el: Fix the usage of :foreground and :background face
15944 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15945 (ps-print-version): New version 6.7.6.
15946 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15947 Fix code.
15948 (ps-face-foreground-color-p, ps-face-background-color-p)
15949 (ps-face-color-p): New inline funs.
15950
15951 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15952
15953 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15954 (org-complete): Use `org-additional-option-like-keywords'.
15955 (org-parse-local-options): New function.
15956
15957 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15958
15959 * textmodes/org.el (org-in-clocktable-p): New function.
15960 (org-clock-report): Only update the table at point, or insert a new one.
15961 (org-clock-goto): New function.
15962 (org-open-file): Use `start-process-shell-command' instead of
15963 `shell-command' with an ampersand.
15964 (org-deadline, org-schedule): New argument REMOVE to remove the
15965 date from the entry.
15966 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15967 argument to `org-schedule' and `org-deadline'.
15968 (org-trim): Use the correct expressions for beginning and end of
15969 the string.
15970 (org-get-cleaned-entry): Trim the string before returning it.
15971 (org-clock-find-position): New function.
15972 (org-clock-into-drawer): New option.
15973 (org-agenda-tags-column): Rename from
15974 `org-agenda-align-tags-to-column'.
15975 (org-agenda-align-tags): Allow negative values for
15976 `org-agenda-tags-column'.
15977 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15978 (org-agenda-to-appt): New optional argument FILTER.
15979 (org-completion-fallback-command): New variable.
15980 (org-complete): Use `org-completion-fallback-command'.
15981 (org-find-base-buffer-visiting): Catch the case that there is no
15982 buffer visiting the file.
15983 (org-property-or-variable-value): New function.
15984 (org-todo): Use `org-property-or-variable-value'
15985 (org-agenda-compact-blocks): New option.
15986 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15987 (org-agenda-schedule, org-agenda-deadline):
15988 Call `org-agenda-show-new-time'.
15989 (org-agenda-show-new-time): New argument PREFIX.
15990 (org-colgroup-info-to-vline-list): Fix but that cause a
15991 shift in the vertical lines.
15992 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15993 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15994 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15995 (org-fix-bullet-type): Remove argument.
15996 (org-read-date): Check for am/pm twice, to catch the end time.
15997 (org-goto-map): Use `suppress-keymap'.
15998 (org-remember-apply-template): Respect the dynamically scoped
15999 selection character.
16000
16001 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16002
16003 * frame.el (frame-inherited-parameters): Remove unused `environment'
16004 parameter, and let server.el add `client' when needed.
16005
16006 * server.el (server-create-tty-frame)
16007 (server-create-window-system-frame): Set frame-inherited-parameters.
16008
16009 * frame.el (frame-inherited-parameters): New var.
16010 (make-frame): Use it.
16011
16012 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16013
16014 * env.el (let-environment): Remove. Unused.
16015 (read-envvar-name): Simplify.
16016 (setenv): Remove unused arg `frame'.
16017
16018 * help-fns.el (describe-variable): Add missing " " for multiline
16019 obsolescence info and missing EOL after global value.
16020
16021 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16022
16023 * add-log.el:
16024 * ediff-vers.el:
16025 * log-view.el:
16026 * pcvs.el:
16027 * vc-arch.el:
16028 * vc-bzr.el:
16029 * vc-cvs.el:
16030 * vc.el:
16031 * vc-git.el:
16032 * vc-hg.el:
16033 * vc-hooks.el:
16034 * vc-mcvs.el:
16035 * vc-mtn.el:
16036 * vc-rcs.el:
16037 * vc-sccs.el:
16038 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16039 {find,init,next,previous,annotate-*,log}-version ->
16040 {find,init,next,previous,annotate-*,log}-revision,
16041 annotate-focus-version -> annotate-working-revision, The term
16042 'focus' is gone. The term 'revision' is now used consistently
16043 everywhere that reference to a revision ID is intended, replacing
16044 older use of 'version'.
16045
16046 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16047
16048 * follow.el: Change all instances of "Follow Mode" to "Follow
16049 mode" in docstrings and messages.
16050 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16051
16052 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16053
16054 * vc.el (vc-next-action): Rewrite completely; this principal
16055 entry point now operates on a current fileset selected either
16056 explicitly via VC-Dired or implicitly by visiting a file buffer,
16057 rather than always operating on the file of the current buffer as
16058 in older versions. Rewrite the rest of the mode to match.
16059 (with-vc-properties): Rewrite to operate on a file list.
16060 (with-vc-file): vc-checkin takes a file list argument now.
16061 (vc-post-command-functions): This hook now receives a file list.
16062 (vc-do-command): Take a either a file or a file list as argument.
16063 (vc-deduce-fileset): New function for deducing a file list to
16064 operate on.
16065 (vc-next-action-on-file, vc-next-action-dired): Remove.
16066 Merge into vc-next-action.
16067 (vc-register): Adapt to the fact that vc-start-entry now takes a
16068 file list.
16069 (vc-register-with): New function.
16070 (vc-start-entry): Take a file list argument rather than a
16071 file argument.
16072 (vc-checkout): Cope with vc-start-entry taking a file list.
16073 (vc-steal-lock): Cope with with-vc-properties taking a
16074 file list.
16075 (vc-checkin): Take a file list argument rather than a file argument.
16076 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16077 (vc-diff-internal): Rewrite for filesets.
16078 (vc-diff-sentinel): New function, tests whether changes were
16079 written into a diff buffer.
16080 (vc-diff): Rewrite for filesets.
16081 (vc-version-diff): Rewrite for filesets.
16082 (vc-print-log): Take a fileset argument.
16083 (vc-revert): Revert the entire selected fileset, not just the
16084 current buffer.
16085 (vc-rollback): Roll back the entire selected fileset, if
16086 possible. No longer accepts a prefix argument.
16087 (vc-update): Merge new changes for the entire selected
16088 fileset, not just the current buffer.
16089 (vc-revert-file): Cope with with-vc-properties taking a file list.
16090 (vc-default-dired-state-info): Add + status suffix if the file is
16091 modified.
16092 (vc-annotate-warp-version): Use the new diff machinery.
16093 (vc-log-edit): Take a file list argument rather than a file argument.
16094
16095 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16096
16097 Sync with Tramp 2.1.11.
16098
16099 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16100 Pacify byte compiler.
16101
16102 * net/trampver.el: Update release number.
16103
16104 2007-10-09 Richard Stallman <rms@gnu.org>
16105
16106 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16107
16108 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16109
16110 * follow.el: Require easymenu.
16111 (follow-mode-hook, follow-mode): Doc fixes.
16112 (follow-mode-off-hook): Mark as obsolete.
16113
16114 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16115
16116 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16117 select-window or select-frame events.
16118 (handle-select-window): When autoselecting window set input
16119 focus. Restructure.
16120
16121 * frame.el (focus-follows-mouse): Move to frame.c.
16122 * cus-start.el (all): Add focus-follows-mouse.
16123
16124 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16125
16126 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16127 activate font-locking in the *buffer-selection* buffer.
16128 (bs-show-sorted): Doc fix.
16129
16130 * bs.el (bs--get-marked-string, bs--get-modified-string)
16131 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16132 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16133 (bs--format-aux): Doc fix.
16134
16135 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16136
16137 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16138
16139 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16140
16141 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16142 (gud-gdb): New function for old M-x gdb (text command mode).
16143 (gud-gdb-command-name, gdb): Move to...
16144
16145 * progmodes/gdb-ui.el: ...here and adapt doc string.
16146 (gud-gdba-command-name, gdba): Delete.
16147
16148 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * bs.el: Don't defvar `font-lock-verbose'.
16151 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16152 (bs--get-file-name): Fix typos in docstrings.
16153 (bs--show-header): Use `dolist' instead of `mapcar'.
16154 (bs-mode): Set `show-trailing-whitespace' to nil.
16155 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16156 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16157 Doc fixes.
16158
16159 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16160
16161 * progmodes/gud.el (pdb): Specify file for gud-break.
16162
16163 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16164
16165 * progmodes/gud.el (gdb): Make graphical mode the default and
16166 switch to text command mode if appropriate, i.e., reverse previous
16167 arrangement.
16168 (gud-gdb-marker-filter): Adapt for above change.
16169
16170 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16171 gud-minor-mode and gud-marker-filter.
16172 (gdb-fullname-regexp): New variable.
16173 (gud-gdba-marker-filter): Use it to switch to text command
16174 mode if appropriate.
16175
16176 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16177
16178 * progmodes/gud.el (gud-display-line): Find source buffer even when
16179 GUD buffer has its own frame.
16180
16181 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16182
16183 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16184
16185 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16186
16187 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16188
16189 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16190
16191 * allout.el (allout-before-change-handler): Replace got-char by
16192 goto-char.
16193
16194 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16195
16196 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16197 Used to try and automatically enabled smerge-mode in the presence of
16198 conflicts and to call `svn resolved' when the conflicts are gone.
16199 (vc-svn-parse-status): Remember the svn-specific status.
16200
16201 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16202
16203 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16204 menu-bar-apropos-menu. All users changed.
16205 (menu-bar-help-menu): Change menu symbols to better match the text
16206 displayed by the menu.
16207
16208 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16209
16210 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16211 #, @, : and ^.
16212
16213 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16214
16215 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16216
16217 * log-view.el (log-view-mode-map): Likewise.
16218
16219 * diff-mode.el (diff-mode-shared-map): Likewise.
16220
16221 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16222
16223 * files.el (file-name-sans-versions): Also allow `A-Z'.
16224
16225 * vc.el: Mention all supported VC backends.
16226
16227 2007-10-08 Richard Stallman <rms@gnu.org>
16228
16229 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16230 neighbouring buttons.
16231
16232 2007-10-08 Andreas Schwab <schwab@suse.de>
16233
16234 * files.el (file-name-sans-versions): Also allow `_'.
16235
16236 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16237
16238 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16239
16240 * log-view.el (log-view-mode-map, log-view-mode-menu):
16241 Bind log-view-annotate-version.
16242 (log-view-beginning-of-defun, log-view-end-of-defun)
16243 (log-view-annotate-version): New functions.
16244 (log-view-mode): Use log-view-beginning-of-defun and
16245 log-view-end-of-defun.
16246
16247 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16248
16249 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16250
16251 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16254 neighbouring buttons.
16255
16256 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16257 Recognize gcc's use of "note" for informational messages.
16258
16259 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16262 (css-mode): Update correspondingly.
16263
16264 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16265
16266 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16267 Signed-off-by, Acked-by and Merge.
16268
16269 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16270
16271 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16272
16273 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * vc-mtn.el: New file.
16276
16277 * vc-hooks.el (vc-handled-backends): Add Mtn.
16278
16279 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16280
16281 * files.el (find-file, find-file-other-window)
16282 (find-file-other-frame, find-file-existing, find-file-read-only)
16283 (find-file-read-only-other-window)
16284 (find-file-read-only-other-frame)
16285 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16286
16287 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16288
16289 * progmodes/gud.el (gdb-ready): New variable.
16290 (gdb): Set it to nil. Set gud-running to nil here...
16291 (gud-common-init): ...instead of here.
16292
16293 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16294 Use gdb-ready. Discard input until GDB is ready to accept it.
16295
16296 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16297
16298 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16299 make it show up with eight colors.
16300
16301 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16304 diffs are concatenated with no intervening line.
16305
16306 2007-10-08 Dave Love <fx@gnu.org>
16307
16308 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16309 (python-font-lock-keywords): Update to the 2.5 version of the language.
16310 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16311 (python-backspace): Only behave funny in code.
16312 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16313 (inferior-python-mode): Add PDB prompt regexp.
16314 (python-fill-paragraph): Refine the fenced-string regexp.
16315 (python-find-imports): Handle imports spanning several lines.
16316 (python-mode): Add `class' to hideshow support.
16317
16318 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16321 Use add-log-buffer-file-name-function rather than binding
16322 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16323 when `fi' is the ChangeLog file itself.
16324
16325 * outline.el (outline-flag-region): Use front-advance.
16326
16327 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16328
16329 * progmodes/cperl-mode.el: Merge upstream 5.23.
16330 (cperl-where-am-i): Remove function.
16331 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16332 (cperl-sniff-for-indent): De-invert [string] and [comment].
16333 When looking for label, skip s:m:y:tr.
16334 (cperl-indent-line): Likewise.
16335 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16336 (cperl-windowed-init): Wrong `ps-print' handling.
16337 Both thanks to Chong Yidong.
16338 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16339 (cperl-find-pods-heres): If the second part of s()[] is missing,
16340 don't try to highlight delimiters...
16341
16342 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * progmodes/compile.el (compilation-get-file-structure): Complete last
16345 change by also using spec-directory in the puthash.
16346
16347 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16348
16349 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16350 (vc-bzr-status): Fix shadowing of variable 'status'.
16351 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16352 Use `expand-file-name' instead of `concat'.
16353 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16354 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16355
16356 2007-10-08 Jason Rumney <jasonr@gnu.org>
16357
16358 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16359
16360 2007-10-08 Richard Stallman <rms@gnu.org>
16361
16362 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16363 Add `safe-local-variable' property.
16364 (lisp-body-indent): Likewise.
16365
16366 2007-10-08 Richard Stallman <rms@gnu.org>
16367
16368 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16369 Add doc string.
16370
16371 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16372
16373 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16374
16375 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16376
16377 * repeat.el (repeat): Use last-repeatable-command instead of
16378 real-last-command. Run pre- and post-command hooks for
16379 self-insertion. Update doc-string.
16380
16381 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16382
16383 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16384 state of the file.
16385 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16386 (vc-git-create-repo): Fix invalid command.
16387
16388 2007-10-08 Richard Stallman <rms@gnu.org>
16389
16390 * textmodes/flyspell.el (flyspell-mode):
16391 Catch errors in flyspell-mode-on.
16392
16393 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16394
16395 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16396
16397 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16398
16399 * international/encoded-kb.el (encoded-kbd-setup-display):
16400 Use input-decode-map rather than local-key-translation-map.
16401
16402 * term/rxvt.el (rxvt-alternatives-map): New map.
16403 (terminal-init-rxvt): Use it.
16404 Bind rxvt-function-map in input-decode-map.
16405
16406 * term/xterm.el (xterm-alternatives-map): New map.
16407 (terminal-init-xterm): Use it.
16408 Bind xterm-function-map in input-decode-map.
16409
16410 * term/x-win.el (x-alternatives-map): New var.
16411 (x-setup-function-keys): Use it.
16412
16413 * help-fns.el (describe-variable): Slightly change the layout of
16414 meta-info to separate it better from the docstring.
16415 Standardize insertion of extra empty lines in various circumstances.
16416
16417 * diff-mode.el (diff-hunk-style): New fun.
16418 (diff-end-of-hunk): Use it.
16419 (diff-context->unified): Use the new `apply' undo element,
16420 if applicable, so as to save undo-log space.
16421 (diff-fine-change): New face.
16422 (diff-fine-highlight-preproc): New function.
16423 (diff-fine-highlight): New command.
16424 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16425
16426 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16427 (smerge-refine-highlight-change): Add `props' argument.
16428 (smerge-refine-subst): New function holding most of smerge-refine.
16429 (smerge-refine): Use it.
16430
16431 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16432
16433 * vc.el (vc-default-wash-log): Remove unused code, the
16434 log washers all live in the backends now.
16435 (vc-default-comment-history): Correct for the fact
16436 that wash-log is argumentless in the new API.
16437
16438 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16439
16440 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16441 (tramp-maybe-send-script): Apply `member' but `memq'.
16442 (tramp-advice-file-expand-wildcards): Simplify implementation.
16443
16444 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16445
16446 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16447
16448 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16449 (minibuf-depth-setup-minibuffer): Use it.
16450
16451 2007-10-07 Glenn Morris <rgm@gnu.org>
16452
16453 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16454 version numbers.
16455
16456 2007-10-06 Juri Linkov <juri@jurta.org>
16457
16458 * textmodes/fill.el (fill-paragraph-or-region): New function.
16459
16460 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16461 instead of fill-paragraph.
16462
16463 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16464 with fill-paragraph-or-region. Suspend command is now the same
16465 `suspend-frame' on window systems and on tty.
16466
16467 * image.el (image-type): Check if image-types is bound to not fail
16468 on tty.
16469
16470 * delsel.el (delete-selection-pre-hook):
16471 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16472 is fbound to not fail on mouseless tty.
16473
16474 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
16475
16476 * net/tramp.el (top): Move loading of tramp-util.el and
16477 tramp-vc.el to tramp-compat.el.
16478 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
16479 temporary file if possible, in order to avoid a security hole.
16480 (tramp-do-copy-or-rename-file-out-of-band)
16481 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16482 with DONT-CREATE, because the connection is not setup yet.
16483 (tramp-handle-process-file): Rewrite temporary file handling.
16484 (tramp-completion-mode): New defvar.
16485 (tramp-completion-mode-p): Use it.
16486
16487 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16488
16489 * net/tramp-fish.el (tramp-fish-handle-process-file):
16490 Rewrite temporary file handling.
16491
16492 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
16493
16494 * vc.el: Workfile version -> focus version change. Port various
16495 comments from new VC to reduce the noise in the diff.
16496 Patch in the new vc-create-repo function to go with the
16497 header comment about it already present.
16498 There are no changes to existing logic in this patch.
16499 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16500
16501 2007-10-06 Aaron Hawley <aaronh@garden.org>
16502
16503 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16504
16505 2007-10-05 Chris Moore <dooglus@gmail.com>
16506
16507 * server.el (server-kill-new-buffers): Doc fix.
16508
16509 2007-10-05 John W. Eaton <jwe@octave.org>
16510
16511 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16512 (octave-begin-keywords): Add "do".
16513 (octave-end-keywords): Remove "end".
16514 (octave-reserved-words): Add "end". Remove "all_va_args",
16515 "gplot", and 'gsplot".
16516 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16517 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16518 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16519 "default_return_value", "define_all_return_values",
16520 "do_fortran_indexing", "empty_list_elements_ok",
16521 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16522 "ok_to_lose_imaginary_part", "prefer_column_vectors",
16523 "prefer_zero_one_indexing", "propagate_empty_matrices",
16524 "resize_on_range_error", "treat_neg_dim_as_zero",
16525 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16526 "warn_divide_by_zero", "warn_function_name_clash",
16527 "warn_missing_semicolon", "whitespace_in_literal_matrix".
16528 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16529 "crash_dumps_octave_core", "sighup_dumps_octave_core",
16530 "sigterm_dumps_octave_core".
16531 (octave-block-match-alist): Remove "end" from block-end keywords.
16532 (octave-mode): Update ftp site address.
16533
16534 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16535
16536 * vc.el: Reorder functions, no code changes.
16537
16538 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16539
16540 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16541 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16542 the cond clauses where needed.
16543 (tramp-handle-write-region): Rearrange code for proper handling of
16544 tmpfile.
16545
16546 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16547
16548 * net/tramp.el:
16549 * net/tramp-fish.el:
16550 * net/tramp-ftp.el:
16551 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16552 `tramp-compat-make-temp-file'.
16553
16554 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16555
16556 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16557
16558 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16561 already uses a more recent copyright version than the "current" one.
16562
16563 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16564
16565 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16566 (doc-view-insert-image): Minor aesthetical docstring changes.
16567
16568 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16569
16570 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16571 completing filename.
16572 (doc-view-search-internal): Docstring change.
16573
16574 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16575
16576 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16577 (tramp-file-name-handler-alist):
16578 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16579 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16580 used before, creates the file already, which is not desired.
16581 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16582 temporary file.
16583 (tramp-handle-insert-file-contents): Assign the result in the
16584 short track case.
16585 (tramp-handle-insert-file-contents-literally): New defun.
16586 (tramp-completion-mode-p): Revert change from 2007-09-24.
16587 Checking for `return' etc as last character is not sufficient, for
16588 example in dired-mode when entering <g> (revert-buffer) or
16589 <s> (dired-sort).
16590
16591 * net/tramp-compat.el (top): Add also compatibility code for loading
16592 appropriate timer package.
16593 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16594 order to avoid autoloading problems.
16595
16596 * net/tramp-fish.el:
16597 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16598
16599 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16600 where the second parameter of `copy-file' or `rename-file' is a
16601 remote file but not via ftp.
16602
16603 2007-10-02 Richard Stallman <rms@gnu.org>
16604
16605 * frame.el (cursor-in-non-selected-windows): Doc fix.
16606
16607 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16608
16609 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16610 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16611
16612 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16613
16614 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16615 when `expt' doesn't give range errors.
16616
16617 2007-10-01 Markus Triska <markus.triska@gmx.at>
16618
16619 * calc/calc-math.el (math-smallest-emacs-expt):
16620 Make the computation more robust.
16621
16622 2007-09-30 David Kastrup <dak@gnu.org>
16623
16624 * startup.el (argv): Alias for `command-line-args-left' to use as
16625 `(pop argv)' inside of --eval command sequences. Allows for
16626 passing shell commands into Emacs verbatim without need for Lisp
16627 quoting.
16628
16629 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16630 check only for changed size.
16631 (auto-revert-tail-handler): Get size from caller. If the file has
16632 shrunk, tail the whole file again (the file presumably has been
16633 rewritten).
16634
16635 * woman.el (woman-topic-all-completions, woman-mini-help):
16636 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16637 actually was being manipulated in the loop.
16638 (woman-Cyg-to-Win, woman-pre-process-region)
16639 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16640 (woman-strings, woman-special-characters, woman1-hc)
16641 (woman-change-fonts, woman-find-next-control-line):
16642 Use `match-beginning' rather than `match-string' when the result is
16643 just used as a flag.
16644
16645 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16646
16647 * net/tramp-compat.el: New file.
16648
16649 * net/tramp.el:
16650 * net/tramp-fish.el:
16651 * net/tramp-smb.el:
16652 * net/tramp-uu.el:
16653 * net/trampver.el: Move compatibility code to tramp-compat.el.
16654 Apply `mapc' instead of `mapcar' when the code needs side effects
16655 only. Move utf-8 coding cookie to the second line.
16656
16657 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16658
16659 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16660 Improve custom type.
16661 (icon-map-list): Make it customizable. Document how to disable
16662 stock icons.
16663
16664 2007-09-30 Richard Stallman <rms@gnu.org>
16665
16666 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16667
16668 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16671 (t-mouse-mode): New compatibility alias.
16672
16673 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16674
16675 * server.el (server-delete-client): Only delete the terminal if it
16676 is non-nil.
16677
16678 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16679
16680 * net/tramp.el (with-file-property, with-connection-property):
16681 Highlight as keyword.
16682 (tramp-rfn-eshadow-setup-minibuffer)
16683 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16684 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16685 (tramp-do-copy-or-rename-file-directly)
16686 (tramp-do-copy-or-rename-file-out-of-band)
16687 (tramp-handle-shell-command, tramp-get-debug-buffer)
16688 (tramp-send-command-and-read, tramp-equal-remote)
16689 (tramp-get-local-gid): Pacify byte-compiler.
16690 (tramp-handle-file-name-directory): Result shall not be expanded.
16691 (tramp-find-foreign-file-name-handler): Rewrite.
16692 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16693
16694 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16695
16696 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16697 Apply `tramp-completion-mode-p'.
16698 (tramp-fish-handle-set-file-times)
16699 (tramp-fish-handle-executable-find)
16700 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16701 (tramp-fish-retrieve-data): Pacify byte-compiler.
16702
16703 * net/tramp-gw.el (tramp-gw-basic-authentication):
16704 Call `tramp-read-passwd' with first parameter `nil'.
16705
16706 2007-09-28 Glenn Morris <rgm@gnu.org>
16707
16708 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16709 than mapcar.
16710
16711 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16712 (tex-suscript-height-minimum): New customizable variables.
16713 (tex-suscript-height): New function.
16714 (superscript, subscript): Set height using tex-suscript-height
16715 rather than fixing at 0.8.
16716 (tex-fontify-script, tex-font-script-display): Add :version tag.
16717
16718 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16719
16720 * progmodes/python.el (python-eldoc-function): Doc fix.
16721
16722 2007-09-27 Glenn Morris <rgm@gnu.org>
16723
16724 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16725 image if it is not in image-type-auto-detectable, or is there with
16726 a nil value.
16727
16728 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16729
16730 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16731 connection more robust.
16732
16733 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16734
16735 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16736 Deal with the case that special &keywords are at the beginning or
16737 end of the argument list. Also add some (incomplete) support for
16738 non-standard arglists.
16739
16740 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16741
16742 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16743 (eldoc-message-commands, eldoc-current-idle-delay)
16744 (eldoc-function-argstring-format): Fix typos in docstrings.
16745
16746 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16747
16748 * calc/calc-units.el (calc-convert-units)
16749 (calc-convert-temperature): Remove unnecessary colons.
16750
16751 2007-09-26 Bastien Guerry <bzg@altern.org>
16752
16753 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16754 New function.
16755 (org-export-latex-remove-from-headlines): Name changed because of typo.
16756 (org-export-latex-quotation-marks-convention): Option removed.
16757 (org-export-latex-make-preamble): Handle the DATE option.
16758 (org-export-latex-cleaned-string): Now the only cleaning function,
16759 synched up with org.el.
16760 (org-export-latex-lists, org-export-latex-parse-list)
16761 (org-export-list-to-latex): New functions.
16762
16763 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16764
16765 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16766 (org-outline-regexp): New constant.
16767 (org-remember-handler): Throw error when the target file is not in
16768 org-mode.
16769 (org-cleaned-string-for-export): No longer call
16770 `org-export-latex-cleaned-string' with an argument.
16771 (org-get-tags): Returns now a list, not a string.
16772 (org-get-tags-string): New function.
16773 (org-archive-subtree): No need to split return of `org-get-tags'.
16774 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16775 instead of `org-get-tags'.
16776 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16777 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16778 (org-compatible-face): New argument INHERITS. Inherit from this
16779 face if possible.
16780 (org-level-1, org-level-2, org-level-3, org-level-4)
16781 (org-level-5, org-level-6, org-level-7, org-level-8)
16782 (org-special-keyword, org-drawer, org-column, org-warning)
16783 (org-archived, org-todo, org-done, org-headline-done, org-table)
16784 (org-formula, org-code, org-agenda-structure)
16785 (org-scheduled-today, org-scheduled-previously)
16786 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16787 in the new way.
16788 (org-get-heading): New argument NO-TAGS.
16789 (org-fast-tag-selection-include-todo): Made defvar instead of
16790 defcustom, feature is not deprecated.
16791 (org-remember-store-without-prompt): New default value t.
16792 (org-todo-log-states): New variable.
16793 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16794 Compute the log states.
16795 (org-goto-map): More commands copied from global map. Also bind
16796 `org-occur'.
16797 (org-goto): Made into a general lookup command.
16798 (org-get-location): Complete rewrite.
16799 (org-goto-exit-command): New variable.
16800 (org-goto-selected-point): New variable.
16801 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16802 Set the new variables.
16803 (org-paste-subtree): Whitespace insertion strategy revised.
16804 (org-remember-apply-template): Protect v-A from the possibility
16805 that v-a might be nil.
16806 (org-remember-handler): Insertion rules revised.
16807 (org-todo): Respect org-todo-log-states.
16808 (org-up-heading-safe): New function.
16809 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16810
16811 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16812
16813 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16814 region if in transient-mark-mode.
16815
16816 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16817
16818 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16819 * calc/calc-help.el (calc-full-help):
16820 * calc/calc-misc.el (another-calc):
16821 * calc/calc-store.el (calc-var-name-map):
16822 * calc/calc-stuff.el (calc-flush-caches):
16823 * calc/calc-units.el (math-build-units-table):
16824 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16825 (calc-quit):
16826 * calendar/icalendar.el (icalendar--format-ical-event)
16827 (icalendar--convert-ical-to-diary):
16828 * emacs-lisp/authors.el (authors):
16829 * emacs-lisp/cust-print.el (custom-print-install)
16830 (custom-print-uninstall):
16831 * emacs-lisp/disass.el (disassemble-1):
16832 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16833 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16834 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16835 (elint-check-let-form, elint-check-condition-case-form)
16836 (elint-initialize):
16837 * emacs-lisp/elp.el (elp-results):
16838 * emacs-lisp/generic.el (generic-mode-internal):
16839 * emacs-lisp/re-builder.el (reb-delete-overlays):
16840 * emacs-lisp/regi.el (regi-interpret):
16841 * emacs-lisp/sregex.el (sregex--char-aux):
16842 * emulation/cua-rect.el (cua--deactivate-rectangle)
16843 (cua--highlight-rectangle, cua--rectangle-post-command):
16844 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16845 * emulation/viper-macs.el (viper-describe-kbd-macros)
16846 (viper-describe-one-macro):
16847 * emulation/viper-util.el (viper-setup-master-buffer):
16848 * emulation/viper.el (set-viper-state-in-major-mode):
16849 * international/mule-diag.el (describe-current-coding-system):
16850 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16851 * mail/emacsbug.el (report-emacs-bug):
16852 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16853 * obsolete/hilit19.el (hilit-unhighlight-region)
16854 (hilit-set-mode-patterns):
16855 * play/solitaire.el (solitaire-check, solitaire-solve):
16856 * play/zone.el (zone-pgm-rotate):
16857 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16858 * progmodes/ada-prj.el (ada-prj-display-page):
16859 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16860 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16861 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16862 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16863 * progmodes/sh-script.el (sh-make-vars-local)
16864 (sh-reset-indent-vars-to-global-values):
16865 * progmodes/sql.el (top):
16866 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16867 * progmodes/xscheme.el (top):
16868 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16869 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16870 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16871 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16872 (artist-submit-bug-report):
16873 * textmodes/flyspell.el (flyspell-delay-commands)
16874 (flyspell-deplacement-commands):
16875 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16876 (table--generate-source-cells-in-a-row, table--make-cell-map)
16877 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16878
16879 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16880
16881 * allout.el (produce-allout-mode-map, allout-process-exposed):
16882 * ansi-color.el (ansi-color-make-color-map):
16883 * autoinsert.el (auto-insert):
16884 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16885 * dired-aux.el (dired-create-files):
16886 * dired.el (dired-restore-desktop-buffer):
16887 * ediff-diff.el (ediff-setup-fine-diff-regions):
16888 * ediff-mult.el (ediff-intersect-directories)
16889 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16890 (ediff-redraw-registry-buffer):
16891 * ediff-ptch.el (ediff-fixup-patch-map):
16892 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16893 (ediff-really-quit, ediff-clear-diff-vector):
16894 * emerge.el (emerge-really-quit):
16895 * ffap.el (ffap-replace-file-component):
16896 * filecache.el (file-cache-add-directory)
16897 (file-cache-add-directory-recursively)
16898 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16899 (file-cache-delete-directory, file-cache-files-matching-internal)
16900 (file-cache-display):
16901 * files.el (cd):
16902 * find-lisp.el (find-lisp-insert-directory):
16903 * finder.el (finder-compile-keywords):
16904 * help.el (view-emacs-news):
16905 * hi-lock.el (hi-lock-write-interactive-patterns):
16906 * ido.el (ido-to-end, ido-set-matches-1):
16907 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16908 (image-dired-mark-tagged-files):
16909 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16910 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16911 * ps-print.el (ps-background, ps-begin-file)
16912 (ps-build-reference-face-lists):
16913 * simple.el (clone-buffer):
16914 * startup.el (command-line):
16915 * tempo.el (tempo-insert-template, tempo-is-user-element)
16916 (tempo-forward-mark, tempo-backward-mark):
16917 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16918
16919 2007-09-25 Glenn Morris <rgm@gnu.org>
16920
16921 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16922
16923 * view.el (view-search-no-match-lines): Add a doc string.
16924 Rewrite to simplify and work better.
16925
16926 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16927
16928 * progmodes/cc-mode.el (c-mode-base-map):
16929 Use c-indent-line-or-region instead of c-indent-line.
16930
16931 * indent.el (indent-for-tab-command): First check if the region is
16932 active.
16933
16934 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16935
16936 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16937 whitespace-rescan-timer-time is 0.
16938
16939 2007-09-24 Karl Berry <karl@gnu.org>
16940
16941 * international/mule.el (coding-system-base): Fix doc string grammar.
16942
16943 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16944
16945 * net/tramp.el (tramp-completion-mode-p): Rename from
16946 `tramp-completion-mode'. Revert logic, check `return', `newline'
16947 and such alike. Packages like Icicles tend to use other completion
16948 characters but `tab' and `space' only.
16949
16950 2007-09-24 Adam Hupp <adam@hupp.org>
16951
16952 * progmodes/python.el (run-python): Import emacs module without
16953 waiting; prevents lockup on error.
16954
16955 2007-09-23 Richard Stallman <rms@gnu.org>
16956
16957 * mail/sendmail.el (mail-bury): Delete the frame
16958 if this frame looks like it was made for this message.
16959
16960 * completion.el (completion-separator-self-insert-command)
16961 (completion-separator-self-insert-autofilling):
16962 If `self-insert-command' has been remapped, use the substitute.
16963
16964 * simple.el (copy-region-as-kill): Doc fix.
16965
16966 * textmodes/org.el (org-confirm-shell-link-function)
16967 (org-confirm-elisp-link-function): Doc fixes.
16968
16969 2007-09-23 Glenn Morris <rgm@gnu.org>
16970
16971 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16972
16973 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16974
16975 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16976
16977 * term/tvi970.el (terminal-init-tvi970): Likewise.
16978
16979 * term/sun-mouse.el (print-mouse-format): Likewise.
16980
16981 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16982 Use forward-line instead of previous-line and next-line.
16983
16984 2007-09-22 Juri Linkov <juri@jurta.org>
16985
16986 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16987
16988 * tutorial.el (tutorial--default-keys): Update standard bindings:
16989 rename `iconify-or-deiconify-frame' to `suspend-frame',
16990 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16991
16992 2007-09-22 Juri Linkov <juri@jurta.org>
16993
16994 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16995 Add help-echo to external links and to links without description.
16996 (fancy-splash-insert): Use help-echo from the 3rd element of the
16997 link specification list, or "Follow this link" if it's nil. Doc fix.
16998
16999 2007-09-22 Juri Linkov <juri@jurta.org>
17000
17001 * startup.el (command-line): Rename `inhibit-startup-message' to
17002 `inhibit-startup-screen'.
17003 (fancy-about-text): Use shorter label for "Ordering Manuals".
17004 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17005 is nil, display a line with "To start..." and 3 links to useful
17006 tasks. Display the "Dismiss" button and "Don't show this message
17007 again" only when concise is non-nil.
17008 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17009 arg `concise'. If CONCISE is non-nil, display a concise version
17010 of the splash screen in another window. Otherwise, switch to the
17011 startup buffer in the same window.
17012 (startup-echo-area-message): Change displayed binding from
17013 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17014 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17015 the GNU system".
17016 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17017 to "*GNU Emacs*".
17018 (display-about-screen): Don't check the existence of the buffer
17019 "*About GNU Emacs*".
17020 (display-splash-screen): Make alias to `display-startup-screen'.
17021 (command-line-1): Rename `inhibit-startup-message' to
17022 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17023 started with command line options "-f", "-funcall", "-e", "-eval",
17024 "-execute", "-insert", "-find-file", "-file", "-visit".
17025 Inhibit startup screen when Emacs is started with a file name only
17026 on tty (i.e. don't inhibit it when started with a file name like
17027 "emacs FILE..." on a window system).
17028 (command-line-1): Simplify logic of displaying the startup screen:
17029 if file-count > 0, then display the concise version in another
17030 window, otherwise display full version in the same window.
17031
17032 * help.el (help-map): Bind C-h C-a to about-emacs.
17033 (help-for-help-internal): Add C-a description to C-h help text.
17034
17035 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17036
17037 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17038 (checkdoc-permit-comma-termination-flag): Autoload the
17039 safe-local-variable setting.
17040
17041 * bookmark.el (bookmark-xemacsp): Remove.
17042 (bookmark-make): Don't use bookmark-xemacsp,
17043 use (featurep 'xemacs) instead.
17044
17045 * speedbar.el (speedbar-frame-mode)
17046 (speedbar-frame-reposition-smartly)
17047 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17048 (speedbar-check-vc): Remove use of non-existent variable
17049 dframe-xemacsp, use (featurep 'xemacs) instead.
17050
17051 * indent.el (indent-for-tab-command): Indent the region if
17052 transient-mark-mode and the region is active.
17053
17054 2007-09-21 Francesco Potortì <pot@gnu.org>
17055
17056 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17057 add inferior-octave-directory-tracker to the buffer-local value
17058 of comint-input-filter-functions.
17059
17060 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17061
17062 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17063
17064 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17065
17066 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17067 on w32 frames.
17068
17069 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * startup.el (normal-top-level): Remove DISPLAY from
17072 process-environment to let it be computed dynamically in callproc.c.
17073
17074 * frame.el (frame-initialize, make-frame):
17075 * faces.el (tty-set-up-initial-frame-faces):
17076 * env.el (setenv): Don't set display-environment-variable.
17077
17078 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17079 (server-create-tty-frame): Don't set unused `tty' property.
17080 Set `display' instead of display-environment-variable.
17081 (server-create-window-system-frame): No display-environment-variable.
17082
17083 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17084
17085 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17086 (rfn-eshadow-update-overlay-hook): New defvars.
17087 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17088 Run the hooks.
17089
17090 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17091 (tramp-rfn-eshadow-setup-minibuffer)
17092 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17093 rfn-eshadow.el.
17094
17095 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17096 timeout.
17097
17098 2007-09-21 Glenn Morris <rgm@gnu.org>
17099
17100 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17101 * term/sun-mouse.el (suspend-emacstool): Remove.
17102 * term/sun.el: Remove emacstool-related code.
17103
17104 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17105 (byte-compile-warnings-safe-p): Add `mapcar'.
17106 (byte-compile-warning-types): Add mapcar and make-local.
17107 (byte-compile-normal-call): Add option to suppress mapcar warning.
17108 (top-level): Use mapc rather than mapcar in eval-when-compile.
17109
17110 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17111 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17112 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17113 Handle escaped parens.
17114 (latex-forward-sexp): Doc fix.
17115
17116 * eshell/esh-mode.el (eshell-output-filter-functions):
17117 Add eshell-postoutput-scroll-to-bottom.
17118
17119 * loadup.el: Remove termdev.
17120
17121 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17122 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17123
17124 2007-09-21 Markus Triska <markus.triska@gmx.at>
17125
17126 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17127 `mapcar' is called for effect.
17128
17129 2007-09-21 Kevin Ryde <user42@zip.com.au>
17130
17131 * international/mule.el (sgml-html-meta-auto-coding-function):
17132 Bind `case-fold-search' to t.
17133
17134 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * termdev.el: Remove.
17137
17138 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17139 (frames-on-display-list): Use it.
17140
17141 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17142
17143 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17144
17145 2007-09-20 Richard Stallman <rms@gnu.org>
17146
17147 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17148
17149 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17152
17153 2007-09-20 Glenn Morris <rgm@gnu.org>
17154
17155 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17156 motion functions, rather than hard-coding "\n\n".
17157 (tex-validate-region): Check for eobp, to speed up.
17158 (tex-next-unmatched-end): Doc fix.
17159
17160 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17163
17164 * international/mule.el (auto-coding-alist): Rar archives are binary.
17165
17166 * arc-mode.el: Add basic support for Rar.
17167 (archive-find-type): Recognize Rar's signature.
17168 (archive-desummarize): New fun.
17169 (archive-summarize): Use it to restore the buffer's data in case
17170 someone wants to switch to some other major mode.
17171 (archive-resummarize): Use it as well.
17172 (archive-rar-summarize, archive-rar-extract): New functions.
17173
17174 * filesets.el: Remove spurious * in docstrings.
17175 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17176 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17177 (filesets-ingroup-collect): Remove unused arg `depth'.
17178 (filesets-update): Remove unused arg `version'.
17179
17180 * finder.el (finder-compile-keywords): Fix up comment style.
17181 (finder-mouse-face-on-line): previous-line -> forward-line.
17182
17183 * recentf.el: Remove spurious * in docstrings.
17184 (recentf-save-list): Fix up comment style.
17185
17186 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17187 (octave-mode-map): Move init into declaration and remove \t binding.
17188 (octave-mode-startup-message): Remove unused var.
17189 (octave-scan-blocks): Remove unused arg `from'.
17190 (octave-forward-block, octave-down-block, octave-up-block):
17191 Update callers.
17192
17193 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17194 (meta-mode-map): Likewise and remove \t binding.
17195
17196 * net/snmp-mode.el: Remove spurious * in docstrings.
17197 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17198 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17199 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17200 that completion accepts lists of strings.
17201 (snmp-mode-syntax-table): Move initialization into declaration.
17202 (snmp-mode-map): Likewise and remove \t binding.
17203 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17204 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17205 (snmp-indent-command): Remove.
17206
17207 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17208 binding, so tab-always-indent works right.
17209
17210 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17211
17212 * net/browse-url.el (browse-url-elinks-new-window): New function.
17213 (browse-url-elinks): Use browse-url-elinks-new-window.
17214 Accept optional second argument `new-window'. Fix typo in doc-string.
17215 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17216 Improve error message.
17217
17218 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17219
17220 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17221 parameter name in the function body.
17222 Reported by Johannes Weiner.
17223
17224 2007-09-19 Glenn Morris <rgm@gnu.org>
17225
17226 * net/socks.el (socks-open-network-stream): Signal an explicit
17227 error if the port associated with a service string can't be found.
17228
17229 * textmodes/tex-mode.el (tex-terminate-paragraph):
17230 Use backward-paragraph.
17231
17232 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * server.el (server-running-p): New function.
17235
17236 2007-09-18 Jason Rumney <jasonr@gnu.org>
17237
17238 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17239 x-focus-frame.
17240
17241 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17242 Use x-focus-frame for w32.
17243
17244 2007-09-17 David Kastrup <dak@gnu.org>
17245
17246 * textmodes/tex-mode.el (tex-verbatim-environments):
17247 Eliminate CL dependency.
17248
17249 2007-09-17 Richard Stallman <rms@gnu.org>
17250
17251 * newcomment.el (comment-add): New arg EXTRA.
17252 (comment-region-default): Pass EXTRA if not indenting lines.
17253
17254 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17255
17256 * net/browse-url.el (browse-url-url-encode-chars): New function.
17257 URL-encode some chars in a string.
17258 (browse-url-encode-url): Rewrite using the previous function.
17259 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17260 (browse-url-elinks-sentinel): Fix typo.
17261 (browse-url-new-window-flag): Doc change.
17262
17263 2007-09-17 Glenn Morris <rgm@gnu.org>
17264
17265 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17266 filename from `--file-line-error', if it is available.
17267
17268 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17269
17270 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17271 TeX `--file-line-error' format.
17272
17273 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17274
17275 * xt-mouse.el: Delete add-hook calls that were moved to
17276 xterm-mouse-mode.
17277 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17278 does not work.
17279
17280 2007-09-17 Richard Stallman <rms@gnu.org>
17281
17282 * cus-face.el (custom-theme-set-faces): Undo previous change.
17283
17284 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17285
17286 2007-09-17 Glenn Morris <rgm@gnu.org>
17287
17288 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17289 handling the case where the region is not in `tex-main-file'.
17290 (tex-region-1): Delete.
17291 (tex-region-header): New function, doing the header part of the
17292 old tex-region-1.
17293
17294 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17295
17296 * simple.el (newline): Simplify use of prefix-numeric-value.
17297 (line-move-partial): Remove unused var `ppos'.
17298 (line-move-1): Replace 9999 with most-positive-fixnum.
17299 (move-end-of-line): Use more efficient single-property search.
17300 (move-beginning-of-line): Remove unused var `start'.
17301 (blink-matching-open): Restructure in a more functional style.
17302
17303 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17304
17305 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17306
17307 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * server.el (server-clients): Only keep procs, no properties any more.
17310 (server-client): Remove.
17311 (server-client-get, server-client-set): Remove, replace all callers by
17312 process-get and process-put resp.
17313 (server-clients-with, server-add-client, server-delete-client)
17314 (server-create-tty-frame, server-create-window-system-frame)
17315 (server-process-filter, server-execute, server-visit-files)
17316 (server-buffer-done, server-kill-buffer-query-function)
17317 (server-kill-emacs-query-function, server-switch-buffer)
17318 (server-save-buffers-kill-terminal): Update accordingly.
17319
17320 * server.el (server-with-environment): Simplify.
17321 (server-select-display, server-unselect-display): Re-add functions that
17322 seem to have been lost in the multi-tty merge.
17323 (server-eval-and-print, server-create-tty-frame)
17324 (server-create-window-system-frame, server-goto-toplevel)
17325 (server-execute, server-return-error): New functions extracted from
17326 server-process-filter.
17327 (server-execute-continuation): New functions.
17328 (server-process-filter): Restructure so that all arguments are analysed
17329 first and then acted upon in a subsequent stage. This way
17330 server-goto-toplevel can be executed later, when we know if
17331 it's necessary.
17332 Remove the "-version" and "-version-good" support.
17333
17334 2007-09-16 Drew Adams <drew.adams@oracle.com>
17335
17336 * cus-edit.el (custom-face-edit-activate): Doc fix.
17337
17338 2007-09-16 Glenn Morris <rgm@gnu.org>
17339
17340 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17341 Following cal-bahai renaming, update all instances of
17342 list-bahai-diary-entries to diary-bahai-list-entries,
17343 mark-bahai-diary-entries to diary-bahai-mark-entries,
17344 calendar-goto-bahai-date to calendar-bahai-goto-date,
17345 insert-bahai-diary-entry to diary-bahai-insert-entry,
17346 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17347 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17348 calendar-print-bahai-date to calendar-bahai-print-date.
17349
17350 * textmodes/tex-mode.el (tex-region): Handle the case where the
17351 region is not in `tex-main-file'. Move the old code that applies
17352 to both cases...
17353 (tex-region-1): ...to this new function.
17354
17355 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * vc.el (vc-process-sentinel): New function.
17358 (vc-exec-after): Use it instead of using ugly hackish analysis and
17359 construction of Elisp code.
17360 (vc-sentinel-movepoint): New dynamically scoped var.
17361 (vc-print-log, vc-annotate): Set it to move the user's point.
17362
17363 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17364 inhibit-modification-hooks.
17365
17366 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17367 (calendar-bahai-print-date, calendar-bahai-goto-date)
17368 (diary-bahai-list-entries, diary-bahai-insert-entry):
17369 New names to clean up the namespace a bit more.
17370 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17371
17372 2007-09-15 Glenn Morris <rgm@gnu.org>
17373
17374 * calendar/holidays.el (holiday-list): Rename it back to
17375 `list-holidays', but leave `holiday-list' as an alias.
17376
17377 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17378 custom group.
17379
17380 * textmodes/css-mode.el (css): New custom group.
17381 (css-electrick-keys, css-selector, css-property)
17382 (css-indent-offset): Specify custom group.
17383
17384 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17385
17386 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17387 (cvs-execute-single-file): Use process-file.
17388 (cvs-run-process): Use start-file-process.
17389
17390 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17391
17392 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17393 level. Remove the hooks when turning off the mode.
17394
17395 * term/xterm.el: Require xt-mouse at compile time.
17396 (terminal-init-xterm): Turn on xterm mouse tracking for this
17397 terminal if xterm-mouse-mode is enabled.
17398
17399 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17400
17401 * term/xterm.el (xterm-function-map): Replace bindings that were
17402 deleted by the merge.
17403
17404 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17405
17406 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17407 (bubbles-mode-map): Move define-key statements here.
17408 (bubbles-game-theme-menu): Ditto.
17409 (bubbles-graphics-theme-menu): Ditto.
17410 (bubbles-menu): Ditto.
17411 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17412 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17413 (bubbles-plop): Set buffer-undo-list, redisplay.
17414 (bubbles-undo): Reset buffer-undo-list, redisplay.
17415 (bubbles--show-images): Take care of missing text properties.
17416
17417 2007-09-14 Glenn Morris <rgm@gnu.org>
17418
17419 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17420 quoting.
17421
17422 * calendar/cal-hebrew.el, calendar/cal-menu.el
17423 * calendar/calendar.el, calendar/diary-lib.el
17424 * calendar/holidays.el: Rename all instances of
17425 list-calendar-holidays callers to calendar-list-holidays,
17426 list-holidays to holiday-list, check-calendar-holidays to
17427 calendar-check-holidays, mark-calendar-holidays to
17428 calendar-mark-holidays, and filter-visible-calendar-holidays to
17429 holiday-filter-visible-calendar.
17430
17431 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17432
17433 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17434
17435 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17436
17437 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17438 Use transparent background for empty cells in graphics mode.
17439
17440 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17441
17442 * man.el (Man-default-man-entry): At end of line, continue looking
17443 to the next line for possible end of hyphenated command.
17444
17445 2007-09-13 Chris Moore <dooglus@gmail.com>
17446
17447 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17448 the command being edited.
17449
17450 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17451
17452 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17453
17454 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
17455
17456 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17457 C-M-S- keys.
17458
17459 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17460
17461 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
17462
17463 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17464 New argument `filename-p' to use one set of confusing chars or another.
17465 (browse-url-file-url): Use the argument.
17466 Suggested by Johannes Weiner.
17467
17468 2007-09-12 Romain Francoise <romain@orebokech.com>
17469
17470 * cus-start.el (all): Revert 2007-09-08 change.
17471
17472 2007-09-12 Aaron Hawley <aaronh@garden.org>
17473
17474 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17475 extract .Z files, since it is more common than uncompress.
17476
17477 2007-09-12 Glenn Morris <rgm@gnu.org>
17478
17479 * textmodes/org-publish.el (org-publish-org-to-html): Remove
17480 duplicate function definition.
17481
17482 2007-09-10 Chris Moore <dooglus@gmail.com>
17483
17484 * diff-mode.el (diff-sanity-check-hunk):
17485 Also accept single-line hunks.
17486
17487 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
17488
17489 * startup.el (startup-screen-inhibit-startup-screen)
17490 (pure-space-overflow-message): New vars.
17491 (fancy-splash-insert): Allow functions for face and link specs.
17492 (fancy-splash-head): Remove unused arg. Move splash text...
17493 (fancy-startup-text, fancy-about-text): ...here.
17494 (fancy-startup-tail): Rename from fancy-splash-tail.
17495 (fancy-startup-screen, fancy-about-screen): Split off from
17496 fancy-splash-screens.
17497 (display-startup-screen): New function.
17498 (display-about-screen): Rename from display-splash-screen.
17499 (command-line-1): Use concise startup screen if necessary.
17500
17501 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
17502
17503 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17504 Reported by Jan Djärv <jan.h.d@swipnet.se>.
17505
17506 2007-09-10 Dave Love <fx@gnu.org>
17507
17508 * outline.el (outline-4, outline-5, outline-7):
17509 Move font-lock-builtin-face down from 4 to 7 to better keep the
17510 progression of color brightness, and to better match Org-mode's faces.
17511
17512 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17513
17514 * progmodes/meta-mode.el (meta-font-lock-keywords)
17515 (font-lock-match-meta-declaration-item-and-skip-to-next)
17516 (meta-comment-indent, meta-indent-previous-line)
17517 (meta-indent-unfinished-line, meta-beginning-of-defun)
17518 (meta-end-of-defun, meta-common-initialization): Handle \f.
17519 (meta-indent-unfinished-line): Do not handle a `%' in a string as
17520 a comment-start.
17521
17522 * files.el (file-modes-char-to-who, file-modes-char-to-right)
17523 (file-modes-rights-to-number): Auxiliary functions for symbolic to
17524 numeric notation of file modes.
17525 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
17526 numeric value.
17527 (read-file-modes): New. Read either an octal value of a file mode or a
17528 symbolic value, and return its numeric value.
17529
17530 * dired-aux.el (dired-do-chmod): Change to use the built-in
17531 `set-file-modes' and the previous symbolic mode parsing functions.
17532
17533 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17534
17535 * textmodes/texinfo.el: Remove spurious * in docstrings.
17536 (texinfo-mode-syntax-table, texinfo-mode-map):
17537 Initialize in the declaration.
17538
17539 * tmm.el: Remove spurious * in docstrings.
17540 (tmm-prompt): Use with-current-buffer.
17541
17542 * vcursor.el: Remove spurious * in docstrings.
17543 (vcursor-map): Initialize in the declaration.
17544 (vcursor-use-vcursor-map): Use define-minor-mode.
17545 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17546
17547 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17548 Initialize in the declaration.
17549 (widget-minor-mode): Use define-minor-mode.
17550
17551 * woman.el (woman-mode-map, woman-syntax-table):
17552 Initialize in the declaration.
17553
17554 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17555
17556 * doc-view.el: New file.
17557
17558 2007-09-09 Juri Linkov <juri@jurta.org>
17559
17560 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17561
17562 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17563
17564 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17565 to "Startup screen". Fix docstring.
17566 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17567 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17568 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17569 (initial-scratch-message): Fix docstring.
17570 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17571 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17572 Add link to "Customize Startup" and set interval between links to
17573 5 spaces.
17574 (fancy-about-text): Add links "Authors" and "Contributing".
17575 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17576 and "This is " on the about screen. Add link to
17577 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17578 For the about screen move emacs version to the header from
17579 `fancy-splash-tail' (as it's done already for normal about screen).
17580 (fancy-splash-tail): Insert emacs version only for startup screen.
17581 (normal-splash-screen): Remove duplicate empty lines.
17582 (normal-about-screen): Add links "Authors" and "Contributing".
17583
17584 * menu-bar.el (menu-bar-help-menu):
17585 Move "About Emacs" and "About GNU" to the end of the Help menu.
17586 Move "Emacs Psychotherapist" after "Send Bug Report...".
17587 Move "External Packages" after "Find Emacs Packages".
17588
17589 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17590
17591 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17592 they are useless with the byte compiler.
17593 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17594 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17595 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17596 (tramp-file-name-real-host, tramp-file-name-port)
17597 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17598 defuns.
17599
17600 * net/tramp-cache.el (top): Improve error message when
17601 `tramp-persistency-file-name' is corrupted.
17602
17603 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17604
17605 * textmodes/org.el (org-re): Also replace the :alpha: class.
17606 (org-todo-tag-alist): Variable removed.
17607 (org-todo-key-alist, org-todo-key-trigger): New variables.
17608 (org-use-fast-todo-selection): New option.
17609 (org-log-done): Docstring fixed.
17610 (org-deadline-warning-days): New default value 14.
17611 (org-edit-timestamp-down-means-later): New option.
17612 (org-tag-alist): Docstring fixed.
17613 (org-fast-tag-selection-include-todo): New option.
17614 (org-export-language-setup): New languages added.
17615 (org-set-regexps-and-options): Compute the new variables.
17616 (org-paste-subtree): Cleaning up.
17617 (org-remember-apply-template): New escape %A.
17618 (org-todo): Call fast TODO selection.
17619 (org-fast-todo-selection): New function.
17620 (org-add-log-note): Allow prefix for abort exit.
17621 (org-at-property-p, org-entry-properties)
17622 (org-columns-get-autowidth-alist): Use :alpha: class.
17623 (org-get-wdays): New function.
17624 (org-agenda-remove-date): New variable.
17625 (org-agenda-get-deadlines): Use `org-get-wdays'.
17626 (org-agenda-get-deadlines): Reverse ee before returning.
17627 (org-format-agenda-item): New argument REMOVE-RE.
17628 (org-agenda-convert-date): Baha'i calendar added.
17629 (org-infile-export-plist): Also find DATE line.
17630 (org-get-min-level): New function.
17631 (org-export-as-html, org-export-as-ascii): Use the date format.
17632 (org-shiftup, org-shiftdown): Use.
17633 `org-edit-timestamp-down-means-later'.
17634 (org-assign-fast-keys): New function.
17635
17636 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17637
17638 * cus-start.el (all): Add prefer-window-split-horizontally from
17639 window.c.
17640
17641 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17642
17643 * net/browse-url.el (browse-url-galeon): Fix last change.
17644 (top-level): Require cl when compiling.
17645
17646 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17647
17648 * textmodes/org-export-latex.el: arch-tag restored.
17649
17650 * textmodes/org-publish.el: arch-tag restored.
17651
17652 2007-09-08 Masatake YAMATO <jet@gyve.org>
17653
17654 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17655
17656 * progmodes/cc-langs.el: Support new keywords added to
17657 objective-c frontend of gcc.
17658 (c-simple-stmt-kwds): Add @throw.
17659 (c-block-stmt-2-kwds): Add @synchronized.
17660 (c-block-stmt-1-kwds): Add @finally and @try.
17661
17662 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17663
17664 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17665 (org-agenda-after-show-hook): New variable.
17666 (org-columns-compile-format)
17667 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17668 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17669 property names.
17670 (org-get-wdays): New function.
17671
17672 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17675
17676 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17677
17678 * vc-arch.el (vc-arch-checkin): Fix typo.
17679
17680 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17681
17682 * cus-face.el (custom-theme-set-faces): Set face attributes
17683 locally for each frame.
17684
17685 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17686
17687 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17688 via font-lock-defaults.
17689
17690 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17691 derived-mode-p.
17692
17693 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17694
17695 * progmodes/autoconf.el (autoconf-definition-regexp):
17696 Handle optional square brackets around definition name.
17697
17698 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17699
17700 * net/browse-url.el (browse-url-browser-function): Add elinks.
17701 (browse-url-elinks-wrapper): New option.
17702 (browse-url-encode-url, browse-url-elinks)
17703 (browse-url-elinks-sentinel): New functions.
17704 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17705 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17706 Use new function browse-url-encode-url.
17707
17708 2007-09-07 Glenn Morris <rgm@gnu.org>
17709
17710 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17711 say if multi-tty is present.
17712
17713 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * cus-start.el (split-window-preferred-function): Add custom info.
17716
17717 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17718 (calendar-mark-holidays, calendar-list-holidays)
17719 (holiday-filter-visible-calendar): New names to clean up namespace.
17720 (filter-visible-calendar-holidays, list-calendar-holidays)
17721 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17722 Add compatibility aliases.
17723 (calendar-check-holidays, calendar-mark-holidays)
17724 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17725 (holiday-sexp): Replace append with list.
17726 (holiday-filter-visible-calendar): Replace append with push.
17727
17728 * woman.el: Remove spurious * in docstrings.
17729 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17730 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17731 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17732 (woman-write-directory-cache, woman-display-extended-fonts)
17733 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17734 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17735 (woman-mode): Use inhibit-read-only.
17736 (woman-negative-vertical-space): Use dotimes.
17737 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17738
17739 2007-09-06 Romain Francoise <romain@orebokech.com>
17740
17741 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17742 (vc-bzr-workfile-version): Use it.
17743
17744 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17745
17746 * complete.el (PC-do-completion): Don't try to treat
17747 empty string as an abbreviation.
17748
17749 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17750
17751 * help-fns.el (describe-variable): Keep doc's text properties.
17752
17753 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17754
17755 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17756 instead of a file.
17757
17758 2007-09-06 Glenn Morris <rgm@gnu.org>
17759
17760 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17761 (checkdoc-minor-mode): Allow user to specify lighter via
17762 checkdoc-minor-mode-string.
17763
17764 2007-09-05 Richard Stallman <rms@gnu.org>
17765
17766 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17767 Several items removed, simplified, or put on one line.
17768 (fancy-about-text): Add substantial contents, part of startup text.
17769 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17770 (normal-splash-screen): Call normal-mouse-startup-screen,
17771 normal-no-mouse-startup-screen, or normal-about-screen.
17772 (normal-mouse-startup-screen): New fn, broken out, shortened.
17773 (normal-no-mouse-startup-screen): New fn, broken out.
17774 (normal-about-screen): New function, contents all new.
17775
17776 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17777
17778 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17779
17780 2007-09-05 Glenn Morris <rgm@gnu.org>
17781
17782 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17783 is bound.
17784
17785 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17786
17787 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17788 in doc string.
17789
17790 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17791
17792 * server.el (server-start, server-unload-hook): Undo previous change.
17793
17794 * xt-mouse.el: Undo previous change.
17795
17796 2007-09-04 Juri Linkov <juri@jurta.org>
17797
17798 * startup.el (fancy-about-text): New variable.
17799 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17800 (fancy-current-text, fancy-splash-stop-time)
17801 (fancy-splash-outer-buffer): Remove variables.
17802 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17803 `startup' and use it to conditionally display different texts for
17804 Startup and About screens. Don't display Help commands on the About
17805 screen.
17806 (fancy-splash-screens-1): Remove function and move its content to
17807 `fancy-splash-screens' to the part that dislpays the About screen.
17808 (exit-splash-screen): Don't treat specially exiting from
17809 alternating screens.
17810 (fancy-splash-screens): Rename argument `static' to `startup'.
17811 Fix docstring. Remove code for displaying alternating screens.
17812 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17813 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17814 for `inhibit-read-only'.
17815 (normal-splash-screen): Rename argument `static' to `startup'.
17816 Fix docstring. Use argument `startup' to conditionally display
17817 different texts for Startup and About screens. Don't display Help
17818 commands on the About screen. Remove `unwind-protect' `sit-for'
17819 delay and `kill-buffer' after it.
17820 (display-startup-echo-area-message): Remove call to
17821 `use-fancy-splash-screens-p' because image.el is preloaded and
17822 doesn't display "Loading image... done".
17823 (display-splash-screen): Rename argument `static' to `startup'.
17824 Fix docstring.
17825
17826 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17827
17828 * server.el (server-start, server-unload-hook):
17829 suspend-tty-functions has been renamed to suspend-tty-hook.
17830
17831 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17832 resume-tty-hook.
17833
17834 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17835
17836 * loadup.el: Fix merge problem, only load "button" once.
17837
17838 2007-09-03 Glenn Morris <rgm@gnu.org>
17839
17840 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17841 "Working file:" as the prefix, for the sake of
17842 log-view-current-file.
17843
17844 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17845
17846 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17847 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17848 if the selected frames is in
17849 xterm-modify-other-keys-terminal-list.
17850 (xterm-turn-off-modify-other-keys): Add an optional frame
17851 parameter. Only turn off modify-other-keys if FRAME is in
17852 xterm-modify-other-keys-terminal-list.
17853 (xterm-remove-modify-other-keys): New function.
17854 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17855 Add the selected frame to xterm-modify-other-keys-terminal-list.
17856
17857 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17858
17859 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17860 (icon-map-list): New variable.
17861 (x-gtk-map-stock): Use icon-map-list.
17862
17863 2007-09-02 Romain Francoise <romain@orebokech.com>
17864
17865 * log-view.el (log-view-current-file): Balance parens.
17866
17867 2007-09-02 Glenn Morris <rgm@gnu.org>
17868
17869 * comint.el (comint-mode): Don't set scroll-conservatively.
17870
17871 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17872 non-command arguments.
17873
17874 * log-view.el (log-view-current-file): Give a more explicit error
17875 if log-view-file-re fails to find a match.
17876
17877 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17878
17879 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17880 Fix bug: Don't expand top-level file name more than once.
17881 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17882
17883 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17884
17885 * server.el (server-process-filter): Don't display the splash screen.
17886 It's annoying enough on the initial screen and becomes positively
17887 obnoxious here.
17888
17889 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17890
17891 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17892 Change naming to use "avl-tree--" for internal functions.
17893
17894 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17895
17896 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17897 the merge.
17898 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17899 (provide): Move to the end of file.
17900
17901 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17902
17903 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17904
17905 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17906 New variable. List of exceptions for the duplicated word rule.
17907 (flyspell-mark-duplications-flag): Mention it.
17908 (flyspell-word): Treat it.
17909
17910 * files.el (create-file-buffer): If the filename sans directory starts
17911 with spaces, remove them.
17912
17913 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17914
17915 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17916 (x-gtk-map-stock): Use two directory elements when matching
17917 file name.
17918
17919 2007-08-31 James Wright <james@chumsley.org>
17920
17921 * eshell/em-unix.el (eshell/info): New function.
17922
17923 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17924
17925 * frame.el (frame-initialize, make-frame):
17926 * server.el (server-process-filter):
17927 * faces.el (tty-set-up-initial-frame-faces): Don't set
17928 term-environment-variable since it's not used any more.
17929
17930 * env.el (setenv): Don't treat $TERM specially.
17931
17932 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17933 stated otherwise, subprocesses do not send back escape sequences
17934 corresponding to the terminal from which Emacs was started.
17935
17936 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17937
17938 * calculator.el: Require cl for compilation.
17939
17940 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17941
17942 * outline.el (outline-font-lock-levels): Comment out unused var.
17943 (outline-font-lock-face): Wrap around face list to handle any
17944 nesting depth gracefully.
17945
17946 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17947
17948 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17949 `set-file-times'.
17950
17951 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17952
17953 * textmodes/org.el (org-export-visible): Fix drawers before export.
17954 (org-do-sort): Allow sorting by priority.
17955 (org-agenda-files): Ignore non-existing files.
17956 (org-agenda-skip-unavailable-files): New variable.
17957 (org-ellipsis): All a face as value.
17958 (org-mode): Interprete the face value of `org-ellipsis'.
17959 (org-archive-save-context-info): New option.
17960 (org-archive-subtree): Store context info in archived entry.
17961 (org-fast-tag-selection-can-set-todo-state): New variable.
17962 (org-fast-tag-selection): Allow setting TODO states through this
17963 interface.
17964 (org-cycle): Docstring updated.
17965 (org-todo-keyword-faces): New option.
17966 (org-get-todo-face): New function.
17967 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17968 Use `org-get-todo-face'.
17969 (org-switch-to-buffer-other-window): New function.
17970 (org-table-edit-field, org-table-show-reference)
17971 (org-table-edit-formulas, org-add-log-note)
17972 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17973 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17974 `switch-to-buffer-other-window' to make sure that the temporary
17975 windows show up on the current frame.
17976 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17977 (org-get-entries-from-diary, org-replace-region-by-html):
17978 Don't allow pop-up frames.
17979 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17980 Fix problems with time-of-day.
17981 (org-export-get-title-from-subtree): New function.
17982 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17983 with listing items that are DONE.
17984 (org-change-tag-in-region): New command.
17985 (org-agenda-skip-scheduled-if-done)
17986 (org-agenda-skip-deadline-if-done): Docstring clarified.
17987 (org-mode): Hide drawers on startup.
17988 (org-get-todo-face): New function.
17989 (org-todo-keyword-faces): New option.
17990 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17991 (org-remove-keyword-keys): New function.
17992
17993 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17994
17995 * progmodes/grep.el (grep-find-ignored-directories):
17996 Add monotone _MTN bookkeeping directory in workspaces.
17997 Add RCS control directory. List items in alphabetical order.
17998
17999 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18000 Sort items in alphabetical order. Fix parens.
18001
18002 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18003
18004 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18005 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18006 (vc-hg-pull): New functions.
18007 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18008
18009 * term/mac-win.el: Don't require url, only autoloaded url
18010 functions are used in this file.
18011
18012 2007-08-29 Andreas Schwab <schwab@suse.de>
18013
18014 * shell.el (shell): Return correct value from interactive spec.
18015
18016 2007-08-29 Glenn Morris <rgm@gnu.org>
18017
18018 * version.el (emacs-version): Increase to 23.0.50.
18019
18020 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18021
18022 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18023
18024 2007-08-29 Juri Linkov <juri@jurta.org>
18025
18026 * loadup.el: Add "button" loading after "faces" and move "startup"
18027 to load after "button".
18028
18029 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18030
18031 * loadup.el: Load term/mac-win on a Mac using Carbon.
18032
18033 * term/mac-win.el: Provide mac-win.
18034 (mac-initialized): New variable.
18035 (mac-initialize-window-system): New function. Move global setup here.
18036 (handle-args-function-alist, frame-creation-function-alist):
18037 (window-system-initialization-alist): Add mac entries.
18038 (x-setup-function-keys): New function containing all the
18039 top level function key definitions.
18040
18041 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18042
18043 * env.el (read-envvar-name): Don't consider the environment frame param.
18044
18045 * env.el (setenv):
18046 * frame.el (frame-initialize, make-frame):
18047 * faces.el (tty-set-up-initial-frame-faces):
18048 * server.el (server-process-filter): Set
18049 display-environment-variable and term-environment-variable.
18050
18051 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18052
18053 2007-08-29 Jason Rumney <jasonr@gnu.org>
18054
18055 * loadup.el: Only load term/x-win when X is compiled in.
18056 Load term/w32-win and dependencies on windows-nt.
18057
18058 * term/w32-win.el: Reorder to match x-win.el more closely.
18059 Provide w32-win. Don't throw error when global window-system not w32.
18060 (internal-face-interactive): Remove obsolete function.
18061 (x-setup-function-keys): Use local-function-key-map.
18062 (w32-initialized): New variable.
18063 (w32-initialize-window-system): Set it.
18064 Move more global setup here.
18065 (x-setup-function-keys): New function.
18066 (w32-initialize-window-system): Move non function key global setup here.
18067 (x-cut-buffer-max): Remove.
18068 (w32-initialize-window-system): New function.
18069 (handle-args-function-alist, frame-creation-function-alist):
18070 (window-system-initialization-alist): Add w32 entries.
18071
18072 2007-08-29 David Kastrup <dak@gnu.org>
18073
18074 * env.el (getenv): Pass frame to getenv-internal.
18075
18076 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18077
18078 * version.el (emacs-version): Show if multi-tty is present.
18079
18080 * loadup.el: Delay loading env; mule-conf gets confused by cl
18081 during bootstrap. Also load termdev and term/x-win.
18082
18083 * bindings.el (mode-line-client): New variable.
18084 (help-echo): Add it to the default mode-line format.
18085
18086 * cus-start.el: Remove bogus window-system reference from GTK test.
18087
18088 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18089 (ebrowse-electric-position-mode-map):
18090 * ebuff-menu.el (electric-buffer-menu-mode-map):
18091 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18092 not `suspend-emacs'.
18093
18094 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18095 (ediff-window-setup-function): Use it as default.
18096
18097 * files.el (save-buffers-kill-terminal): New function.
18098 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18099
18100 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18101 and `with-selected-frame'.
18102
18103 * help-fns.el (describe-variable): Describe frame-local variables
18104 correctly.
18105
18106 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18107 display support.
18108 (normal-erase-is-backspace-setup-frame): New function.
18109
18110 * subr.el (with-selected-frame): New function.
18111 (read-quoted-char): Use terminal-local binding of
18112 local-function-key-map instead of function-key-map.
18113
18114 * talk.el (talk): New function.
18115 (talk-handle-delete-frame): New function.
18116 (talk-add-display): Open a new frame only if FRAME was not a frame.
18117
18118 * termdev.el: New file.
18119
18120 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18121 * term/x-win.el: Don't bind f10.
18122 * tmm.el: Remove autoload binding for f10.
18123
18124 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18125 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18126 Store the saved input method as a terminal parameter. Add keymap
18127 parameter. Use it instead of changing key-translation-map directly.
18128 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18129 Remove.
18130 (encoded-kbd-setup-display): New function.
18131
18132 * international/mule-cmds.el (set-locale-environment): Fix getenv
18133 call. Use save-buffers-kill-terminal. Ignore window-system; always
18134 set the keyboard coding system. Add DISPLAY parameter.
18135 (set-display-table-and-terminal-coding-system): Add DISPLAY
18136 parameter. Pass it to set-terminal-coding-system.
18137
18138 * international/mule.el (keyboard-coding-system): Test for
18139 encoded-kbd-setup-display, not encoded-kbd-mode.
18140 (set-terminal-coding-system, set-keyboard-coding-system): Add
18141 DISPLAY parameter.
18142 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18143
18144 * term/README: Update.
18145
18146 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18147
18148 * term/x-win.el (x-setup-function-keys): New function. Move
18149 function-key-map tweaks here. Protect against multiple calls on
18150 the same terminal. Use terminal-local binding of
18151 local-function-key-map instead of function-key-map.
18152 (x-initialize-window-system): Make a copy of pure list. Pass a
18153 frame getenv.
18154
18155 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18156 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18157 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18158 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18159 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18160 local-function-key-map instead of function-key-map.
18161
18162 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18163 `substitute-key-definition' and `define-key' calls against
18164 multiple execution. Use terminal-local binding of
18165 local-function-key-map instead of function-key-map. Pass a frame
18166 to getenv.
18167
18168 * edmacro.el (edmacro-format-keys):
18169 * emulation/cua-base.el (cua--pre-command-handler):
18170 * isearch.el (isearch-other-meta-char):
18171 * xt-mouse.el: Use terminal-local binding of
18172 local-function-key-map instead of function-key-map.
18173
18174 * fringe.el (set-fringe-mode): Simplify and fix using
18175 `modify-all-frames-parameters'.
18176 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18177 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18178 check before calling `tool-bar-setup'.
18179 (tool-bar-setup): New variable.
18180 (tool-bar-setup): Use it to guard against multiple calls. Add
18181 optional frame parameter, and select that frame before adding items.
18182 (toggle-tool-bar-mode-from-frame): New function.
18183
18184 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18185 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18186 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18187 "Tool-bar" toggles to reflect the state of the current frame.
18188 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18189
18190 * env.el: Require cl for byte compilation (for `block' and `return').
18191 (environment, setenv-internal): New functions.
18192 (let-environment): New macro.
18193 (setenv, getenv): Add optional terminal parameter. Update docs.
18194 (setenv): Use setenv-internal. Always set process-environment.
18195 Handle `local-environment-variables'.
18196 (read-envvar-name, setenv, getenv): Use frame parameters
18197 to store the local environment, not terminal parameters. Include
18198 `process-environment' as well.
18199
18200 * faces.el (tty-run-terminal-initialization): New function.
18201 (tty-create-frame-with-faces): Use it. Set up faces and
18202 background mode only after the terminal has been initialized.
18203 Call terminal-init-*. Don't load the initialization file more
18204 than once. Call set-locale-environment.
18205 (frame-set-background-mode): Handle the 'background-mode terminal
18206 parameter.
18207 (tty-find-type): New function.
18208 (x-create-frame-with-faces): Remove bogus check for
18209 first frame. Call `tool-bar-setup'. Don't make frame visible
18210 until we are done setting up all its parameters. Call
18211 x-setup-function-keys.
18212
18213 * frame.el (make-frame): Always inherit 'environment and 'client
18214 parameters. Set up the 'environment frame parameter, when needed.
18215 Also inherit 'client parameter. Don't override explicitly
18216 specified values with inherited ones. Add 'terminal frame
18217 parameter. Append window-system-default-frame-alist to parameters
18218 before calling frame-creation-function.
18219 (frame-initialize): Copy the environment from the initial frame.
18220 (window-system-default-frame-alist): Enhance doc string.
18221 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18222 `default-frame-alist' when initial frame is on a tty.
18223 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18224 Remove specified parameters from `window-system-default-frame-alist'.
18225 (make-frame-on-tty, framep-on-display, suspend-frame):
18226 Extend doc string, update parameter names.
18227 (frames-on-display-list): Use terminal-id to get the display id.
18228 (frame-notice-user-settings): Extend to apply
18229 settings in `window-system-default-frame-alist' as well.
18230 (terminal-id, terminal-parameters, terminal-parameter)
18231 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18232 (delete-frame-functions): Add to `delete-frame-functions' hook.
18233 (blink-cursor-mode): Adapt blink-cursor-mode default
18234 value from startup.el.
18235 (make-frame-on-display): Protect condition on x-initialized when
18236 x-win.el is not loaded. Update doc.
18237 (suspend-frame): Use display-controlling-tty-p to decide between
18238 suspend-emacs and suspend-tty.
18239 (frames-on-display-list): Update for display ids.
18240 (framep-on-display): Ditto.
18241 (suspend-frame): Use display-name, not frame-tty-name.
18242 (selected-terminal): New function.
18243
18244 * server.el: Use `device' instead of `display' or `display-id' in
18245 variable and client parameter names.
18246 (server-select-display): Remove (unused).
18247 (server-tty-live-p, server-handle-delete-tty): Remove.
18248 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18249 Update docs.
18250 (server-getenv-from, server-with-environment, server-send-string)
18251 (server-save-buffers-kill-terminal): New functions.
18252 (server-delete-client): Handle quits in kill-buffer. Don't kill
18253 modified buffers. Add extra logging. Delete frames after
18254 deleting the tty. Clear 'client parameter before deleting a frame.
18255 Use delete-display, not delete-tty.
18256 (server-visit-files): Don't set `server-existing-buffer' if the
18257 buffer already has other clients. Return list of buffers
18258 created. Update doc. Don't set client-record when nowait.
18259 (server-handle-delete-frame): Delete the client if this was its
18260 last frame. Check that the frame is alive. Remove bogus comment.
18261 Add note on possible race condition. Delete tty clients, if needed.
18262 (server-handle-suspend-tty): Use server-send-string. Kill the
18263 client in case of errors from process-send-string. Use the display
18264 parameter.
18265 (server-unload-hook): Remove obsolete delete-tty hook.
18266 (server-start): Ask before restarting if the old server still has
18267 clients. Add feedback messages. Remove obsolete delete-tty hook.
18268 (server-process-filter): Use server-send-string. Accept `-dir'
18269 command. Switch to *scratch* immediately after creating the frame,
18270 before evaluating any -evals. Protect `display-splash-screen'
18271 call in a condition-case. Explain why. Call
18272 `display-startup-echo-area-message' before
18273 `display-splash-screen'. Don't display the splash screen when no
18274 frame was created. Show the Emacs splash screen and startup echo
18275 area message. Display the *scratch* buffer by default. Store the
18276 local environment in a frame (not terminal) parameter. Do not try
18277 to decode environment strings. Fix reference to the 'display
18278 frame parameter. Change syntax of environment variables. Put
18279 environment into terminal parameters, not client parameters. Use
18280 a dummy client with --no-wait's X frames. In `-position LINE'
18281 handler, don't ruin the request string until the line number is
18282 extracted. Log opened files. Handle -current-frame command.
18283 Don't create frames when it is given. Don't bind X frames to the
18284 client when we are in -no-wait mode. Set locale environment
18285 variables from client while creating tty frames. Disable call to
18286 configure-display-for-locale. When processing -position command,
18287 don't change the request string until the parameters are
18288 extracted. Don't try to create an X frame when Emacs does not
18289 support it. Improve logging. Temporarily set ncurses-related
18290 environment variables to those of the client while creating a new
18291 tty frame. Select buffers opened by nowait clients, don't leave
18292 them buried under others. Set the display parameter, and use it
18293 when appropriate.
18294
18295 * startup.el (display-startup-echo-area-message): Handle
18296 `inhibit-startup-echo-area-message' here.
18297 (command-line-1): Moved from here.
18298 (fancy-splash-screens): Use `overriding-local-map' instead of
18299 `overriding-terminal-local-map' for now; the latter doesn't work
18300 right, it looses keypresses to another terminal. Use
18301 `overriding-terminal-local-map' to set up keymap. Install a
18302 `delete-frame-functions' hook to catch `delete-frame' events.
18303 Ignore `select-window' events to cope better with
18304 `focus-follows-mouse'. Don't switch back to the original buffer
18305 if the splash frame has been killed. Restore previous buffer, even
18306 if it's *scratch*.
18307 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18308 changes the global binding - setq it instead. Use
18309 `save-buffers-kill-terminal'.
18310 (display-splash-screen): Don't do anything if the splash screen is
18311 already displayed elsewhere.
18312 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18313 (command-line): Replace duplicated code with a call to
18314 tty-run-terminal-initialization. Don't load the terminal
18315 initialization file more than once. Remove call to nonexistent
18316 function `set-locale-translation-file-name'.
18317
18318 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18319 parameters.
18320 (xterm-mouse-position-function, xterm-mouse-event): Update.
18321 (xterm-mouse-mode): Don't depend on current value of window-system.
18322 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18323 Update for multi-tty.
18324 (turn-on-xterm-mouse-tracking-on-terminal)
18325 (turn-off-xterm-mouse-tracking-on-terminal)
18326 (xterm-mouse-handle-delete-frame): New functions.
18327 (delete-frame-functions, after-make-frame-functions)
18328 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18329 for multi-tty.
18330
18331 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * simple.el (invisible-p): Remove: implemented in C now.
18334 (line-move-invisible-p): Remove obsolete alias.
18335
18336 2007-08-28 Juri Linkov <juri@jurta.org>
18337
18338 * image-mode.el (image-type): New variable.
18339 (image-mode): Set default major mode name to "Image[text]".
18340 (image-minor-mode): Change LIGHTER to display image-type in the
18341 mode line.
18342 (image-minor-mode): Set default image-type to "text".
18343 (image-toggle-display): After switching to text mode, set
18344 image-type to "text" and major mode name to "Image[text]".
18345 After switching to image mode, set image-type to actual image
18346 type, and add image type to major mode name. Let-bind the same
18347 variable names as arguments of `image-type' and `create-image'.
18348 Bind `type' to the result of `image-type' and use it as arg
18349 of `create-image' to not determine the image type twice.
18350
18351 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18352
18353 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18354 (tramp-set-file-uid-gid, tramp-get-local-uid)
18355 (tramp-get-local-gid): New defuns.
18356 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18357 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18358 Improve fast track.
18359 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18360 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18361 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18362 (tramp-handle-write-region): Improve fast track.
18363 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18364 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18365 be nil.
18366
18367 2007-08-28 Ivan Kanis <apple@kanis.eu>
18368
18369 * time.el: New feature to display several time zones in a buffer.
18370 (display-time-world-mode, display-time-world-display)
18371 (display-time-world, display-time-world-timer): New functions.
18372 (display-time-world-list, display-time-world-time-format)
18373 (display-time-world-buffer-name, display-time-world-timer-enable)
18374 (display-time-world-timer-second, display-time-world-mode-map):
18375 New variables.
18376
18377 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18378
18379 * term/x-win.el (x-gtk-stock-map): New variable.
18380 (x-gtk-map-stock): New function.
18381
18382 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18383 prev/next-node.
18384
18385 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18386
18387 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18388
18389 2007-08-28 Glenn Morris <rgm@gnu.org>
18390
18391 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18392
18393 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18394
18395 * progmodes/modula2.el (m2-definition, m2-module):
18396 Don't use previous-line. Reported by T. V. Raman.
18397
18398 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18399
18400 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18401 argument to tool-bar-mode call.
18402
18403 2007-08-27 Glenn Morris <rgm@gnu.org>
18404
18405 * diff-mode.el (diff-find-file-name): Only accept regular files,
18406 to rule out /dev/null, directories, etc.
18407
18408 * vc-svn.el (vc-svn-diff): If the repository version of all the
18409 files is the same as the specified OLDVERS, do a local diff.
18410
18411 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18412
18413 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18414 of buffers in uniquify-managed.
18415
18416 * simple.el (invisible-p): Rename from text-invisible-p.
18417 Update callers.
18418
18419 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18420 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18421 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18422 (cperl-etags-goto-tag-location): Use new style backquotes.
18423
18424 * net/browse-url.el: Remove spurious * in custom docstrings.
18425 (browse-url-filename-alist): Use new-style backquote.
18426
18427 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18428 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18429
18430 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18431 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18432
18433 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18434
18435 * net/socks.el (socks-username/password-auth-filter):
18436 Remove unused vars `state' and `desired-len'.
18437 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18438 (socks-wait-for-state-change): Use new-style backquotes.
18439
18440 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18441
18442 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18443 backquotes after each `read' rather than once per buffer.
18444
18445 * dframe.el: Remove spurious * in custom docstrings.
18446 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18447 (dframe-xemacs20p): Remove, inline at the sole use point.
18448 (defface): Don't defvar the face, don't use old-style backquote.
18449 (defcustom): Don't use old-style backquote.
18450 (dframe-frame-parameter, dframe-mouse-event-p):
18451 Make it obvious that it's always defined.
18452 (dframe-popup-kludge): New function to replace
18453 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18454 (dframe-frame-mode, dframe-set-timer-internal)
18455 (dframe-mouse-set-point): Remove use of with-no-warnings from
18456 XEmacs-specific code.
18457 (dframe-set-timer-internal): Fix very old bug with
18458 post-command-idle-hook.
18459
18460 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18461
18462 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18463 warning if the file uses old style backquotes.
18464
18465 * emacs-lisp/bytecomp.el (byte-compile-log-file)
18466 (byte-recompile-directory, byte-compile-file)
18467 (byte-compile-from-buffer): Use with-current-buffer.
18468
18469 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18470 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18471 (line-move-1, line-move-finish, line-move-to-column)
18472 (move-end-of-line, move-beginning-of-line): Use new name.
18473
18474 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18475
18476 * progmodes/ada-mode.el: Fix up comment style in header.
18477 (ada-check-emacs-version): Remove.
18478 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18479 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18480 to try and quieten the byte-compiler.
18481 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18482
18483 * vc.el (vc-annotate-warp-version): Don't use previous-line.
18484
18485 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
18486
18487 * net/browse-url.el (browse-url-emacs): New function.
18488
18489 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18490
18491 * emacs-lisp/avl-tree.el: New file.
18492
18493 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
18494
18495 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18496 was used.
18497
18498 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
18499
18500 * complete.el (PC-do-completion): Make RET accept a non-unique but
18501 complete expansion again.
18502
18503 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
18504
18505 * eshell/esh-opt.el (eshell-eval-using-options):
18506 Add debug declaration.
18507
18508 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18509
18510 * log-view.el (log-view-toggle-mark-entry): Add docstring.
18511 (log-view-get-marked): Likewise.
18512
18513 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18514 (vc-delete-automatic-version-backups): Likewise.
18515
18516 * vc.el (vc-dired-buffers-for-dir): Likewise.
18517
18518 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
18519
18520 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18521 safe-local-variable setting.
18522 * progmodes/perl-mode.el (perl-indent-level): Likewise.
18523
18524 * log-view.el (log-view-marked-list): Delete variable.
18525 (log-view-mode): Don't use it.
18526 (log-view-toggle-mark-entry): Likewise, simplify.
18527 (log-view-current-tag): Don't return properties.
18528 (log-view-get-marked): New function.
18529
18530 2007-08-25 Alexandre Julliard <julliard@winehq.org>
18531
18532 * vc-git.el (vc-git-mode-line-string): New function.
18533
18534 2007-08-25 Alan Mackenzie <acm@muc.de>
18535
18536 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18537 new language variable.
18538
18539 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18540 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18541 "extern" etc., rather than BOI. Fix addition of spurious
18542 syntactic-symbol 'defun-block-intro, replacing it with
18543 'innamespace, etc.
18544
18545 2007-08-25 Juri Linkov <juri@jurta.org>
18546
18547 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18548
18549 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18550 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18551 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18552
18553 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18554 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18555 (image-type-auto-detectable): Add (svg . maybe).
18556
18557 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18558 to treat it like .tgz.
18559
18560 * calendar/cal-bahai.el: Add file coding cookie.
18561
18562 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18563
18564 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18565 Don't behave differently when executed via M-x. Add doc string.
18566
18567 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18568 safe-local-variable.
18569
18570 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18571
18572 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18573 the default value.
18574 (math-calendar-tzinfo): New variable.
18575 (math-get-calendar-tzinfo): New function.
18576 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18577 to get information when zone is nil.
18578
18579 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18580
18581 * log-view.el (log-view-toggle-mark-entry): New function.
18582 (log-view-mode-map): Bind it.
18583 (log-view-marked-list): New variable.
18584 (log-view-mode): Make it local.
18585
18586 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18587
18588 * play/zone.el (zone-pgm-rat-race): New func.
18589 (zone-programs): Add `zone-pgm-rat-race'.
18590
18591 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18594 a list.
18595
18596 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18597
18598 * progmodes/hideshow.el (hs-match-data): Delete alias.
18599 (hs-hide-block-at-point, hs-find-block-beginning)
18600 (hs-show-block): Use `match-data' directly.
18601
18602 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18603
18604 * format.el (format-alist): Fix typo in doc-string.
18605
18606 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18607
18608 * net/tramp.el (tramp-local-host-p): New defun.
18609 (tramp-handle-file-local-copy, tramp-handle-write-region):
18610 Implement fast track when being on the local host.
18611 (tramp-file-name-handler): Don't set "started" property. It shall
18612 be reserved for the "ftp" method.
18613 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18614
18615 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18616 (tramp-ftp-file-name-handler): Set "started" property.
18617
18618 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18619
18620 * files.el (backup-buffer-copy): Don't wrap delete in
18621 condition-case, only try to delete if file exists.
18622
18623 2007-08-24 Glenn Morris <rgm@gnu.org>
18624
18625 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18626
18627 * startup.el (tutorial-directory): Set with eval-at-startup so it
18628 gets the right value in an installed Emacs.
18629
18630 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18631
18632 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18633 (eldoc-highlight-function-argument): Use it.
18634
18635 2007-08-23 Masatake YAMATO <jet@gyve.org>
18636
18637 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18638 name of parameters in document body.
18639
18640 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18643 (byte-compile-output-as-comment): Use with-current-buffer rather than
18644 a weird set-buffer&prog1 combination.
18645
18646 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18647 test so as to optimise cases where the `progn's result is constant.
18648
18649 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18650
18651 * locate.el (locate-get-file-positions):
18652 Use line-beginning-position and line-end-position.
18653
18654 2007-08-23 John Wiegley <johnw@newartisans.com>
18655
18656 * calendar/cal-bahai.el: Added in the diacriticals that were
18657 missing for many of the month names.
18658
18659 2007-08-22 Jason Rumney <jasonr@gnu.org>
18660
18661 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18662
18663 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18664
18665 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18666
18667 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18668
18669 * dabbrev.el (dabbrev--progress-reporter): New variable.
18670 (dabbrev--scanning-message): Delete func.
18671 (dabbrev--find-expansion): Use a progress reporter
18672 instead of dabbrev--scanning-message.
18673
18674 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18675
18676 * comint.el (comint-exec-1): Raise an error if
18677 `start-file-process' does not return a process object.
18678
18679 * shell.el (shell): Prompt for `default-directory' if it is a
18680 remote file name, and if called with a prefix arg.
18681
18682 2007-08-22 Sam Steingold <sds@gnu.org>
18683
18684 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18685
18686 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18687
18688 * textmodes/org-export-latex.el: New file.
18689
18690 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18691
18692 * textmodes/org.el (org-agenda-skip): Allow a form for
18693 `org-agenda-skip-function'.
18694 (org-agenda-redo): Re-use local settings.
18695 (org-agenda): Store local settings.
18696 (org-agenda-deadline-faces): New option.
18697 (org-agenda-deadline-face): New function.
18698 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18699 entries on their due date.
18700 (org-agenda-get-timestamps): No longer handle the due dates of
18701 schedules and deadline items.
18702 (org-insert-link-global, org-open-at-point-global): New commands.
18703 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18704 :for-ascii parameter.
18705 (org-skip-comments): Function removed.
18706 (org-cleaned-string-for-export): Handle special table lines.
18707 (org-global-properties): New option.
18708 (org-entry-get-with-inheritance): Check global properties.
18709 (org-local-properties): New variable.
18710 (org-set-regexps-and-options): Find the #+PROPERTY line.
18711 (org-link-types): Change type into variable (was constant).
18712 (org-make-link-regexps): New function.
18713 (org-link-re-with-space, org-link-re-with-space2)
18714 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18715 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18716 these regular expressions happens now in the function
18717 `org-make-link-regexps'.
18718 (org-store-link): Call the functions in
18719 `org-store-link-functions'.
18720 (org-add-link-type): New function.
18721 (org-store-link-functions): New variable.
18722 (org-activate-tags): Force matches to be in headlines.
18723 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18724 (org-columns-display-here): Make sure this works in a narrowed
18725 buffer by checking for point-min.
18726 (org-columns-display-here): Make the rest of the line intangible,
18727 so that point never can be there.
18728 (org-cleaned-string-for-export): Use `with-current-buffer'.
18729 (org-replace-region-by-html): Use `with-current-buffer'.
18730 (org-unfontify-region, org-do-occur, org-columns-display-here)
18731 (org-columns-remove-overlays, org-columns-quit)
18732 (org-columns-edit-value, org-columns-next-allowed-value)
18733 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18734 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18735 (org-agenda-todo, org-agenda-change-all-lines)
18736 (org-agenda-align-tags, org-agenda-priority)
18737 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18738 (org-agenda-show-new-time, org-cleaned-string-for-export)
18739 (org-export-grab-title-from-buffer)
18740 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18741 instead of `buffer-read-only'.
18742 (org-export-as-html): Set `coding-system-for-write'.
18743 (org-remember-store-without-prompt): New option.
18744 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18745 (org-beginning-of-line): Also treat C-a special in items.
18746 (org-table-convert-refs-to-rc): Fixed problem with column
18747 reference after "..".
18748 (org-columns-compute): Don't mark buffer modified because of text
18749 properties.
18750 (org-batch-store-agenda-views): Use the variable
18751 `default-directory', not the function.
18752 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18753 (org-clock-out-when-done): New option.
18754 (org-html-entities): Added HTML entities for smileys.
18755
18756 2007-08-22 Glenn Morris <rgm@gnu.org>
18757
18758 * image.el (create-image): Doc fix.
18759
18760 * startup.el (tutorial-directory): New constant.
18761 (fancy-splash-text): Tutorials now in tutorial-directory.
18762 * tutorial.el (help-with-tutorial): Tutorials now in
18763 tutorial-directory.
18764
18765 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18766
18767 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18768 otherwise.
18769 (tramp-get-remote-path): New defun. Replace occurrences of
18770 `tramp-default-remote-path' by this function.
18771 (tramp-set-remote-path): Move most of the code to
18772 `tramp-get-remote-path'.
18773 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18774 existing directories, this is done already in
18775 `tramp-get-remote-path'.
18776
18777 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18778
18779 * image-file.el (image-file-name-extensions): Add "svg".
18780 * image.el (image-type-header-regexps): Add svg entry.
18781
18782 2007-08-22 Glenn Morris <rgm@gnu.org>
18783
18784 * files.el (backup-buffer-copy): Check backup directory is
18785 writable, to avoid infloop deleting old backup.
18786
18787 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18788 movemail related variables.
18789 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18790 will now be set before this is called.
18791
18792 2007-08-21 Juri Linkov <juri@jurta.org>
18793
18794 * delsel.el (delete-selection-pre-hook):
18795 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18796 instead of checking last-command.
18797
18798 2007-08-21 Juri Linkov <juri@jurta.org>
18799
18800 * loadup.el: Preload "button".
18801
18802 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18803
18804 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18805 Add previous-line and next-line.
18806
18807 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18808 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18809
18810 * vc-hooks.el (vc-menu-entry): New var.
18811 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18812 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18813 (vc-menu-map): Declare and initialize in one step.
18814 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18815
18816 * menu-bar.el (vc-menu-map): Don't setup any more.
18817 Instead, just create the proper spot in the menu.
18818
18819 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18820
18821 * smerge-mode.el (smerge-resolve): New arg `safe'.
18822 (smerge-resolve-all, smerge-batch-resolve): New function.
18823 (smerge-refine): Make sure `diff' returns the expected result.
18824 (smerge-parsep-re): New const.
18825 (smerge-mode): Use it to adjust paragraph-separate.
18826
18827 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18828 Correctly match / regexp matchers as first char on a line when
18829 fontifying only that line.
18830
18831 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18832
18833 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18836 (vc-bzr-registered): Don't redundantly protect against
18837 file-error. Actually use the format-specific code.
18838 (vc-bzr-buffer-nonblank-p): Remove.
18839 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18840
18841 2007-08-20 Juri Linkov <juri@jurta.org>
18842
18843 * startup.el (fancy-splash-text): Change multiple tabs into one
18844 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18845 and "Recover Crashed Session").
18846 (fancy-splash-screens): Set tab-width to 22.
18847 (normal-splash-screen): Replace literal tabs with \t and
18848 fix whitespace. Remove "Useful File menu items" section (with
18849 "Exit Emacs" and "Recover Crashed Session").
18850
18851 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18852
18853 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18854 extracted from `eval-last-sexp-1'.
18855 (eval-last-sexp-1): Call `preceding-sexp'.
18856
18857 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18858
18859 * vc-rcs.el (vc-rcs-annotate-command):
18860 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18861 Add back :vc-annotate-prefix propertization.
18862
18863 2007-08-20 Andreas Schwab <schwab@suse.de>
18864
18865 * mail/rmail.el (rmail-autodetect): Doc fix.
18866
18867 2007-08-19 Juri Linkov <juri@jurta.org>
18868
18869 * startup.el (normal-splash-screen): Add more links.
18870
18871 2007-08-19 Juri Linkov <juri@jurta.org>
18872
18873 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18874 because it's common to both types of splash screen: fancy and normal.
18875 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18876 (exit-splash-screen): Rename from `fancy-splash-quit'.
18877 Use `quit-window' instead of `kill-buffer'.
18878 (fancy-splash-head): Use make-button to insert GNU image link.
18879 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18880 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18881 (normal-splash-screen): Put "Browse manuals" on the same line with
18882 "Emacs manual". Remove descriptions from "Useful tasks" and put
18883 all links in two columns on two lines.
18884
18885 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18886
18887 * emulation/viper.el (viper-remove-hooks): Remove some additional
18888 viper hooks when the user calls viper-go-away.
18889 (viper-go-away): Restore the default of default-major-mode.
18890 Save the value of default-major-mode before vaperization.
18891
18892 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18893
18894 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18895
18896 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18897 buffer for which file is created.
18898
18899 2007-08-19 Glenn Morris <rgm@gnu.org>
18900
18901 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18902 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18903 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18904 shadow files messing up the compilation.
18905
18906 2007-08-18 Glenn Morris <rgm@gnu.org>
18907
18908 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18909 string. Also apply eldoc-argument-case in the help-split-fundoc
18910 case. Adapt for changed behavior of eldoc-function-argstring,
18911 eldoc-function-argstring-format, and
18912 eldoc-highlight-function-argument.
18913 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18914 just call eldoc-docstring-format-sym-doc in that case.
18915 (eldoc-function-argstring): Change the behavior. Now it converts
18916 an argument list to a string.
18917 (eldoc-function-argstring-format): Change the behavior. Now it
18918 applies `eldoc-argument-case' to a string.
18919
18920 * progmodes/scheme.el (scheme-mode-variables): Set
18921 font-lock-comment-start-skip.
18922
18923 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18924
18925 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18926 set-syntax-table from here to ...
18927 (ada-mode): ... here. Do not change global value of
18928 comment-multi-line. Call new function
18929 ada-initialize-syntax-table-properties and add new function
18930 ada-handle-syntax-table-properties to font-lock-mode-hook.
18931 (ada-deactivate-properties, ada-initialize-properties): Replace
18932 by new functions ...
18933 (ada-handle-syntax-table-properties)
18934 (ada-initialize-syntax-table-properties)
18935 (ada-set-syntax-table-properties): ... to set up syntax-table
18936 properties uniformly, independently from whether font-lock-mode
18937 is enabled or not. Handle read-only buffers and do not change
18938 undo-list when setting syntax-table properties.
18939 (ada-after-change-function): Use ada-set-syntax-table-properties.
18940
18941 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18942
18943 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18944 (meta-indent-current-nesting): Use a computation of the nesting
18945 instead.
18946 (meta-indent-current-indentation): Indentation is given according
18947 to nesting and if the previous line was finished or not.
18948 (meta-indent-unfinished-line): Tell if the current line ends with
18949 a finished expression.
18950 (meta-indent-looking-at-code): Like `looking-at', but checks if
18951 the point is in a string before.
18952 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18953 done in the nesting function.
18954 (meta-indent-in-string-p): Tell if the current point is in a
18955 string.
18956 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18957 previous functions.
18958
18959 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18960
18961 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18962 (copyright-update-year, copyright-update)
18963 (copyright-fix-years): Use it.
18964
18965 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18966
18967 * emacs-lisp/copyright.el (copyright-update-year):
18968 Fix bug: Handle nil copyright-limit.
18969
18970 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18971
18972 * calc/calc-units.el (math-standard-units): Give exact
18973 conversion for tsp.
18974
18975 * calc/calc.el (math-bignum-digit-length): Compute the
18976 appropriate value.
18977
18978 * calc/calc-bin.el (math-bignum-logb-digit-size)
18979 (math-bignum-digit-power-of-two):
18980 * calc/calc-comb.el (math-small-factorial-table):
18981 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18982 (math-approx-gamma-const):
18983 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18984 (math-besY1, math-bernoulli-b-cache):
18985 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18986 Remove `eval-when-compile's.
18987
18988 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18989
18990 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18991 (cperl-find-pods-heres): Fix an error when typing expressions like
18992 `s{a}{b}'.
18993
18994 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18995
18996 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18997 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18998 a special case (there's no build number).
18999
19000 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19001
19002 * completion.el (symbol-under-point, symbol-before-point)
19003 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19004
19005 2007-08-17 Glenn Morris <rgm@gnu.org>
19006
19007 * progmodes/compile.el (compilation-get-file-structure): Make use
19008 of the directory part when checking for an existing entry, to
19009 handle files with same basename in different directories.
19010
19011 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19012
19013 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19014
19015 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19016
19017 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19018 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19019 (ps-paragraph-spacing): Docstring fix.
19020
19021 2007-08-16 Glenn Morris <rgm@gnu.org>
19022
19023 * ps-print.el (ps-font-size): Doc fix.
19024
19025 2007-08-16 Richard Stallman <rms@gnu.org>
19026
19027 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19028
19029 2007-08-15 Juri Linkov <juri@jurta.org>
19030
19031 * startup.el (initialization): Change parent group from `internal'
19032 to `environment'.
19033 (initial-buffer-choice): New variable.
19034 (command-line): Revert 2007-07-02 change that sets
19035 buffer-offer-save in *scratch* and enables auto-save in it.
19036 (fancy-splash-text): Add links to existing items. Add new items
19037 with links for useful tasks. Move information about Control-g to
19038 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19039 (fancy-splash-keymap): New variable.
19040 (fancy-splash-last-input-event): Remove variable.
19041 (fancy-splash-insert): Add processing of `:link' element.
19042 (fancy-splash-head): Replace "Type Control-l to begin editing"
19043 with "Type `q' to exit".
19044 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19045 (fancy-splash-default-action, fancy-splash-special-event-action):
19046 Remove functions.
19047 (fancy-splash-quit): New function.
19048 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19049 `static' and reverse the condition of its usage. Don't preserve
19050 original values of `minor-mode-map-alist',
19051 `emulation-mode-map-alists', `special-event-map'.
19052 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19053 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19054 Remove processing of special events. Use local key map
19055 `fancy-splash-keymap'. Set buffer to read-only.
19056 (normal-splash-screen): Rename input arg from `hide-on-input' to
19057 `static' and reverse the condition of its usage.
19058 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19059 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19060 Add links to existing items. Add new items with links for useful
19061 tasks. Use local key map `fancy-splash-keymap'.
19062 (display-splash-screen): Rename input arg from `hide-on-input' to
19063 `static'.
19064 (about-emacs): Add alias to display-splash-screen.
19065 (command-line-1): Use `initial-buffer-choice'.
19066
19067 * menu-bar.el (menu-bar-help-menu):
19068 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19069 item to about-emacs instead of display-splash-screen.
19070
19071 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
19072
19073 * calc/calc-units.el (math-standard-units): Update values.
19074 Put in exact, rational values when possible.
19075 (math-unit-prefixes): Replace floats with powers of ten.
19076 (math-standard-units-systems): Replace floats with integers.
19077 (math-make-unit-string): Remove extra spaces in output.
19078
19079 2007-08-15 Glenn Morris <rgm@gnu.org>
19080
19081 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19082 sloppier, for the sake of GNU Mailman.
19083 (rmail-digest-rfc1153): Initialize `result' correctly.
19084
19085 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19086
19087 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19088 in the mail title. Suggested by Reiner Steib.
19089
19090 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19091
19092 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19093 representation of integers to the list of outputs.
19094
19095 2007-08-14 Glenn Morris <rgm@gnu.org>
19096
19097 * simple.el (bad-packages-alist): New constant.
19098 (bad-package-check): New function. Together, these two add elements
19099 to `after-load-alist' to check for problematic external packages.
19100 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19101
19102 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19103
19104 * calc/calc-units.el (math-get-standard-units)
19105 (math-get-units, math-make-unit-string)
19106 (math-get-default-units, math-put-default-units): New functions.
19107 (math-default-units-table): New variable.
19108 (calc-convert-units, calc-convert-temperature): Add machinery
19109 to supply default values.
19110
19111 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19114 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19115 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19116 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19117
19118 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19119 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19120 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19121 Make into a proper minor-mode.
19122 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19123 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19124 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19125 (tpu-set-cursor-free, tpu-set-cursor-bound):
19126 Delegate to tpu-cursor-free-mode.
19127 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19128 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19129 Use line-move or forward-line instead of next-line-internal.
19130
19131 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19132
19133 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19134
19135 2007-08-12 Richard Stallman <rms@gnu.org>
19136
19137 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19138 (cvs-execute-single-file): Use new name split-string-and-unquote.
19139 (cvs-header-msg): Use new name combine-and-quote-strings.
19140
19141 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19142
19143 * progmodes/gud.el (gud-common-init): Use new name
19144 split-string-and-unquote.
19145
19146 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19147 in javac regexp.
19148
19149 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19150 combine-and-quote-strings and split-string-and-unquote.
19151
19152 * subr.el (combine-and-quote-strings): Rename from strings->string.
19153 (split-string-and-unquote): Rename from string->strings.
19154
19155 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19156
19157 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19158 to buffer-local settings.
19159
19160 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19161 (backquote-process): Add internal arg `level'. Use the two to
19162 correctly handle nested backquotes.
19163
19164 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19165
19166 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19167 (vc-bzr-state-words): Add "kind changed" state word.
19168 (vc-bzr-status): New function. Return Bzr idea of file status,
19169 which is different from VC's.
19170 (vc-bzr-state): Use vc-bzr-status.
19171 (vc-workfile-unchanged-p): Use vc-bzr-status.
19172 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19173 (vc-dired-state): Process "kind changed" state word.
19174
19175 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19176
19177 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19178
19179 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19180 Move from vc-default-find-file-not-found-hook.
19181
19182 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * man.el: Remove spurious * in docstrings.
19185 Merge defvars and toplevel setq-defaults.
19186 (Man-highlight-references0): Limit=nil rather than point-max.
19187 (Man-mode-map): Move initialization into the declaration.
19188 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19189 (Man-view-header-file): Use expand-file-name rather than concat.
19190 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19191
19192 * man.el (Man-next-section): Make sure we do not move backward.
19193
19194 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19197
19198 2007-08-08 Glenn Morris <rgm@gnu.org>
19199
19200 * Replace `iff' in doc-strings and comments.
19201
19202 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19203
19204 * dired.el (dired-pop-to-buffer):
19205 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19206 * calendar/calendar.el (generate-calendar-window):
19207 * progmodes/compile.el (compilation-set-window-height):
19208 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19209 Use window-full-width-p instead of comparing frame-width and
19210 window-width.
19211
19212 * progmodes/compile.el (compilation-find-buffer): Remove extra
19213 argument in call to compilation-buffer-internal-p.
19214
19215 2007-08-07 Tom Tromey <tromey@redhat.com>
19216
19217 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19218 Add safe-local-variable property.
19219
19220 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19221
19222 * image-mode.el (image-toggle-display): Use image-refresh.
19223
19224 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19225
19226 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19227 unofficial version.
19228 (vc-bzr-command): Remove redundant setting of process-connection-type.
19229 (vc-bzr-admin-checkout-format-file): Add autoload.
19230 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19231 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19232 (vc-bzr-registered): Compare dirstate format tag with known good
19233 value, abort parsing if match fails. Warn user in docstring.
19234 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19235 See bzrlib/branch.py in Bzr sources.
19236 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19237 (vc-bzr-shell-command): Remove in favor of
19238 vc-bzr-command-discarding-stderr.
19239 (vc-bzr-command-discarding-stderr): New function.
19240
19241 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19242
19243 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19244 program, and return nil.
19245 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19246 (vc-bzr-state): Look for path names relative to the repository
19247 root after status keyword.
19248 (vc-bzr-file-name-relative): New function.
19249 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19250 depend on it.
19251 (vc-bzr-admin-dirname, ...-checkout-format-file)
19252 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19253 files that we now parse directly for speed.
19254 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19255 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19256 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19257 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19258 Bzr warnings, so we must discard it.
19259 (vc-bzr-workfile-version): Speedup counting lines from
19260 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19261 if that file doesn't exist.
19262 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19263 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19264 to `vc-directory-exclusion-list'.
19265 (vc-bzr-shell-command): New function.
19266
19267 2007-08-06 Tom Tromey <tromey@redhat.com>
19268
19269 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19270 (diff-fixup-modifs): Typo in docstring.
19271
19272 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19275 count-screen-lines.
19276 (tpu-edt-off): Disable relevant pieces of advice.
19277
19278 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19279 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19280 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19281 redefining the function.
19282 (tpu-set-scroll-margins): Activate the pieces of advice.
19283
19284 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19285
19286 * help.el (resize-temp-buffer-window): Use window-full-width-p
19287 instead of comparing frame-width and window-width.
19288
19289 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19290
19291 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19292 optional quotes around files in NEED-UPDATE . REMOVED case.
19293
19294 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19295 (ada-treat-cmd-string): Improve error message.
19296 (ada-do-file-completion): Call `ada-require-project-file', so
19297 project variables are set properly.
19298 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19299 (ada-gnatfind-buffer-name): New constant.
19300 (ada-find-any-references): Use new constant. Set buffer name
19301 properly in compilation-start. Toggle read-only properly.
19302 (ada-find-in-src-path): Fix spelling error in docstring.
19303
19304 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19305 by zero error.
19306
19307 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19310
19311 2007-08-12 Richard Stallman <rms@gnu.org>
19312
19313 * progmodes/sh-script.el (sh): Delete group `unix'.
19314
19315 * progmodes/gud.el (gud): Change to group `processes'.
19316
19317 2007-08-11 Glenn Morris <rgm@gnu.org>
19318
19319 * progmodes/compile.el (compilation-buffer-name): Don't check
19320 compilation-arguments. It is superfluous, and the variable isn't
19321 even set when this function is called.
19322
19323 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19324
19325 * term/mac-win.el (mac-ae-reopen-application): New function.
19326 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19327
19328 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19331 take tex-font-script-display into account.
19332 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19333 cell to a list of 2 elements to simplify the unfontify code.
19334
19335 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19336
19337 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19338 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19339 ps-print-color-p is neither nil nor black-white. Reported by Christian
19340 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19341
19342 2007-08-08 Andreas Schwab <schwab@suse.de>
19343
19344 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19345 self-insert-command, not self-insert.
19346
19347 2007-08-08 Glenn Morris <rgm@gnu.org>
19348
19349 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19350 argument optional, for backwards compatibility, and only highlight
19351 args when present. Fix symbol name typo (doc/args).
19352
19353 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19354 rather than just `-'.
19355
19356 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19357
19358 * calc/calc-units.el (calc-convert-temperature):
19359 Use `/' to create fractions.
19360
19361 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19362
19363 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19364 global matching.
19365 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19366 ERROR-BUFFER more robust. Display output.
19367 (tramp-file-name-handler): Add a connection property when we found
19368 a foreign file name handler. This allows backends like ftp to
19369 profit also from usr/host name completion based on connection
19370 cache.
19371 (tramp-send-command-and-read): Search for trash after the regexp
19372 until eol only. In XEmacs, there is a problem with \n.
19373
19374 * net/tramp-cache.el (top): Read persistent connection history
19375 when cache is empty.
19376
19377 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19378
19379 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19380 resulting output.
19381
19382 2007-08-07 Sam Steingold <sds@gnu.org>
19383
19384 * progmodes/compile.el (compilation-start): Pass nil as startfile
19385 to comint-exec.
19386
19387 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19388
19389 * longlines.el (longlines-decoded): New variable.
19390 (longlines-mode): Avoid encoding or decoding the buffer twice.
19391
19392 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19393
19394 * format.el (format-insert-file): Make sure that at most one undo
19395 entry is recorded for the insertion. Inhibit point-motion and
19396 modification hooks around call to insert-file-contents.
19397
19398 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19401 Select the buffer's window before moving point.
19402
19403 2007-08-07 Richard Stallman <rms@gnu.org>
19404
19405 * term.el (term): Remove parent group `unix'.
19406
19407 * simple.el (default-indent-new-line): New function.
19408 It calls comment-line-break-function if there are comments.
19409 (do-auto-fill): Use that.
19410
19411 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19412
19413 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19414 (PC-do-completion): Add "acronym completion" for symbols and
19415 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19416
19417 2007-08-06 Sam Steingold <sds@gnu.org>
19418
19419 * mouse.el (mouse-buffer-menu): Pass mode-name through
19420 format-mode-line because it may be a list,
19421 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19422
19423 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19424
19425 * printing.el (pr-update-menus): Docstring fix.
19426
19427 2007-08-06 Jason Rumney <jasonr@gnu.org>
19428
19429 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19430
19431 * vc-hooks.el (vc-call): Add doc string.
19432
19433 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19434
19435 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19436 process-filter.
19437
19438 2007-08-06 Kenichi Handa <handa@m17n.org>
19439
19440 * international/quail.el: Wrap (require 'help-mode) by
19441 eval-when-compile.
19442 (quail-help-init): New function.
19443 (quail-help): Call quail-help-init.
19444 (quail-store-decode-map-key): Change it to a function.
19445
19446 2007-08-05 Jason Rumney <jasonr@gnu.org>
19447
19448 * vc.el (vc-rollback): Add norevert argument back.
19449 (vc-revert-buffer): Add back as obsolete alias.
19450
19451 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19452
19453 * term.el: Honor term-default-fg-color and term-default-bg-color
19454 settings when modifying term-current-face.
19455 (term-default-fg-color, term-default-bg-color): Initialize from
19456 default term-current-face.
19457 (term-mode, term-reset-terminal): Set term-current-face with
19458 term-default-fg-color and term-default-bg-color.
19459 (term-handle-colors-array): term-current-face has term-default-fg-color
19460 and term-default-bg-color after reset escape sequence.
19461 (term-handle-colors-array): Set term-current-color with
19462 term-default-fg/bg-color instead of ansi-term-color-vector when the
19463 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19464
19465 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
19466
19467 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19468 (math-nlfit-givens): Let bind free variables.
19469
19470 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
19471
19472 * printing.el: Require lpr and ps-print when loading printing package.
19473 Reported by Glenn Morris <rgm@gnu.org>.
19474
19475 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
19476
19477 * files.el (set-auto-mode): Handle also remote files wrt
19478 `auto-mode-alist'.
19479
19480 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
19481
19482 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19483 curves and plotting.
19484
19485 * calc/calc-nlfit.el: New file.
19486
19487 2007-08-04 Glenn Morris <rgm@gnu.org>
19488
19489 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19490 zero, not nil, when the library is first loaded. Check for a file
19491 that has been modified on disk.
19492
19493 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19494 Remove duplicate defvar preventing initialization.
19495 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19496
19497 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19500 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19501 may match up to 4 lines.
19502 (diff-beginning-of-file-and-junk): Rewrite.
19503
19504 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19505
19506 * printing.el: Evaluate require only during compilation.
19507 (pr-version): New version 6.9.1.
19508 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19509 (pr-global-menubar): Fix code.
19510
19511 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
19512
19513 * term.el (term-erase-in-display): Fix case when point is not at
19514 the beginning of the line.
19515
19516 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
19517
19518 * calc/calc-ext.el (math-get-value, math-get-sdev)
19519 (math-contains-sdev): New functions.
19520
19521 * calc/calc-graph.el (calc-graph-format-data)
19522 (calc-graph-add-curve): Check for error forms.
19523 (calc-graph-set-styles): Add option for error forms.
19524
19525 2007-08-03 Miles Bader <miles@gnu.org>
19526
19527 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19528 backend names for new backends to `Git', `Hg', and `Bzr'.
19529 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19530 not `HG'.
19531 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19532 name, not `GIT'.
19533 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19534 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19535
19536 2007-08-03 Richard Stallman <rms@gnu.org>
19537
19538 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19539 to update deleted flag.
19540
19541 * cus-edit.el (customize-apropos, customize-apropos-options)
19542 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19543
19544 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19545
19546 * startup.el (fancy-splash-head, startup-echo-area-message):
19547 Change message text.
19548
19549 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19550 All callers use line-move.
19551
19552 * progmodes/compile.el (compilation-find-buffer): Return current
19553 buffer immediately if suitable.
19554 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19555
19556 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19557
19558 * faces.el (face-normalize-spec): New function.
19559 (frame-set-background-mode): Normalize face-spec before calling
19560 face-spec-match-p.
19561
19562 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19563
19564 * server.el (server-window): Add switch-to-buffer-other-frame option.
19565
19566 2007-08-03 Glenn Morris <rgm@gnu.org>
19567
19568 * cus-edit.el (customize-apropos): Make the error message indicate
19569 what kind of thing the user was trying to customize.
19570
19571 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19572
19573 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19574 Fix off-by-one error in previous change.
19575
19576 2007-08-03 Drew Adams <drew.adams@oracle.com>
19577
19578 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19579 Make buffer writable.
19580
19581 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19582
19583 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19584 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19585 Use native Emacs functions, when appropriate.
19586
19587 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19588 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * vc.el: Document new VC operation `extra-menu'.
19591
19592 * vc-hooks.el (vc-default-extra-menu): New function.
19593
19594 * menu-bar.el (menu-bar-vc-filter): New function.
19595 (menu-bar-tools-menu): Use it as a filter.
19596
19597 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19598
19599 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19600
19601 2007-08-01 Glenn Morris <rgm@gnu.org>
19602
19603 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19604 strings.
19605 (fortran-tab-mode-default): Remove needless autoload.
19606 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19607 mark as risky.
19608 (fortran-line-length): New buffer-local variable, safe if integer.
19609 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19610 Change from variables to constants.
19611 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19612 replace with a new function definition.
19613 (fortran-mode): Use fortran-line-length, and
19614 fortran-font-lock-syntactic-keywords as a function. Add a
19615 hack-local-variables-hook function.
19616 (fortran-line-length, fortran-hack-local-variables): New functions.
19617 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19618 Use fortran-line-length rather than 72.
19619 (fortran-window-create-momentarily): Doc fix.
19620
19621 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19622
19623 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19624 Fix parent groups link.
19625
19626 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19627
19628 * progmodes/python.el (python-current-defun): Adjust to never fall
19629 into infinite loop.
19630
19631 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19634
19635 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19636
19637 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19638 (copyright-fix-years, copyright): Correctly handle the case where
19639 copyright-limit is nil.
19640
19641 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19642
19643 * progmodes/python.el (run-python): Fix path separator under w32.
19644
19645 2007-07-30 Richard Stallman <rms@gnu.org>
19646
19647 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19648 Treat non-break space as whitespace in Lisp.
19649
19650 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * vc.el (vc-dired-hook): Use inhibit-read-only.
19653
19654 * progmodes/compile.el (compilation-forget-errors):
19655 Reset compilation-auto-jump-to-next.
19656
19657 2007-07-30 Michael Olson <mwolson@gnu.org>
19658
19659 * cus-edit.el (custom-group-save): Fix void function definition
19660 error. Thanks to Zhang Wei for the report.
19661
19662 * ps-print.el: Check in trivial changes to the autoloads section
19663 caused by the build process. These autoloads really ought to be
19664 placed in a separate file, methinks.
19665
19666 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * calendar/calendar.el (calendar-mode): Make sure
19669 displayed-(month|year) are set.
19670 (calendar-basic-setup): Display buffer before adjusting window sizes.
19671 (generate-calendar-window): Use inhibit-read-only. Simplify.
19672 Generate buffer and set displayed-month and displayed-year before
19673 calling update-calendar-mode-line.
19674
19675 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19676
19677 * net/tramp.el:
19678 * net/tramp-uu.el:
19679 * net/trampver.el: Use utf-8 encoding with coding cookie.
19680
19681 * net/tramp-cache.el:
19682 * net/tramp-fish.el:
19683 * net/tramp-ftp.el:
19684 * net/tramp-gw.el:
19685 * net/tramp-smb.el: Remove coding cookie.
19686
19687 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19688 Flush buffer file-name's file property.
19689 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19690
19691 * net/trampver.el: Update release number.
19692
19693 2007-07-29 Juri Linkov <juri@jurta.org>
19694
19695 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19696 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19697 when major-mode is not dired-mode.
19698 (dired-toggle-read-only): New function.
19699 (dired-recursive-deletes): Remove obsolete comments about old
19700 default value.
19701 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19702
19703 * wdired.el (wdired-exit): New function.
19704 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19705
19706 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 * cus-edit.el (customize-read-group): New fun.
19709 (customize-group-other-window, customize-face-other-window):
19710 Prompt before delegating to customize-(group|face).
19711 Bind pop-up-windows rather than use the other-window argument.
19712 (customize-group, customize-face): Prompt from the interactive spec.
19713 Remove args `prompt-for-group' and `other-window'.
19714
19715 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19716 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19717 last change.
19718
19719 2007-07-28 Masatake YAMATO <jet@gyve.org>
19720
19721 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19722 Use backend name as the menu label. Suggested by David Kastrup.
19723
19724 2007-07-28 Alan Mackenzie <acm@muc.de>
19725
19726 Fix problem with modes derived from CC Mode:
19727 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19728 macro to cc-langs.
19729 (c-init-language-vars-for): Remove call to above macro.
19730 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19731 been moved to here.
19732 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19733
19734 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19735
19736 * net/trampver.el: Fix the `coding' cookie.
19737
19738 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19739
19740 * vc-git.el (vc-git-print-log): Support both the old single file
19741 interface and the new one.
19742
19743 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19744
19745 * bindings.el (mode-line-remote): Use updated %@ construct.
19746
19747 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19750 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19751 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19752 (diary-list-bahai-entries, diary-bahai-mark-entries)
19753 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19754 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19755 New names to clean up namespace.
19756 (list-bahai-diary-entries, mark-bahai-diary-entries)
19757 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19758 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19759 Add compatibility aliases.
19760
19761 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19762
19763 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19764 (calendar-scroll-left-three-months)
19765 (calendar-scroll-right-three-months): Clean up namespace.
19766 (scroll-calendar-left, scroll-calendar-right)
19767 (scroll-calendar-left-three-months)
19768 (scroll-calendar-right-three-months): Add compatibility aliases.
19769
19770 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19771 Behave like mouse-scroll-calendar-* when used from the mouse.
19772
19773 * calendar/cal-menu.el (cal-menu-scroll-menu)
19774 (cal-menu-global-mouse-menu):
19775 * calendar/calendar.el (calendar-mode-map):
19776 Use new calendar-scroll-* names.
19777 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19778 Remove. Use calendar-scroll-* directly instead.
19779
19780 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19781
19782 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19783 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19784 (ad-make-advised-definition, ad-cache-id-verification-code):
19785 Use commandp and interactive-form instead.
19786
19787 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19788
19789 * vc-git.el: Relicense to GPLv3 or later.
19790 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19791
19792 * vc-hooks.el (vc-handled-backends): Add GIT.
19793
19794 * vc.el (vc-directory-exclusion-list): Add .git.
19795
19796 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19797
19798 * vc-git.el (vc-git-revision-table)
19799 (vc-git-revision-completion-table): New functions.
19800
19801 2007-07-25 Glenn Morris <rgm@gnu.org>
19802
19803 * Relicense all FSF files to GPLv3 or later.
19804
19805 * COPYING: Switch to GPLv3.
19806
19807 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19810 Replace it with another one which disables undo before calling
19811 erase-buffer and then turns it back on if needed.
19812
19813 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19814
19815 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19816
19817 2007-07-24 Glenn Morris <rgm@gnu.org>
19818
19819 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19820 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19821 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19822 (cal-tex-cursor-week, cal-tex-cursor-week2)
19823 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19824 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19825 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19826 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19827
19828 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * calendar/calendar.el (calendar-mode-map): Move initialization
19831 into declaration. Add menu bindings (used to be done in cal-menu).
19832 (calendar-mode): Don't add an activate-menubar-hook.
19833
19834 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19835 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19836 can be used on the menu entries.
19837 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19838 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19839 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19840 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19841 (calendar-flatten, cal-menu-update): Remove.
19842 (calendar-mouse-insert-hebrew-diary-entry)
19843 (calendar-mouse-insert-islamic-diary-entry)
19844 (calendar-mouse-insert-bahai-diary-entry):
19845 Remove (fold into cal-menu-diary-menu).
19846 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19847 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19848 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19849 (calendar-mouse-view-diary-entries): Minor simplifications.
19850 (calendar-event-to-date): Use with-current-buffer.
19851
19852 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19853
19854 * add-log.el (change-log-redate): Remove (not needed anymore and
19855 doesn't appear to work).
19856
19857 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19858
19859 * frame.el: Use mapc and dolist instead of mapcar where possible.
19860 (close-display-connection): New command.
19861
19862 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19863
19864 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19865 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19866
19867 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19868
19869 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19870
19871 * ps-mule.el: Doc fix.
19872 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19873 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19874
19875 2007-07-25 Glenn Morris <rgm@gnu.org>
19876
19877 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19878 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19879 (cal-tex-daily-end, cal-tex-hook)
19880 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19881 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19882 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19883 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19884 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19885 (cal-tex-day-prefix, cal-tex-day-name-format)
19886 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19887 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19888 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19889 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19890 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19891 etc, rather than \bf.
19892 (cal-tex-mini-calendar): Fix typos in previous change.
19893 (cal-tex-latexify-list): Remove inner let binding.
19894 (cal-tex-end-document, cal-tex-banner): Use multi-line
19895 cal-tex-comment.
19896 (cal-tex-comment): Handle embedded newlines.
19897 (cal-tex-LaTeXify-string): Use substring-no-properties.
19898
19899 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19900
19901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19902 Add support for the Maden build tool.
19903
19904 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19905
19906 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19907
19908 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19911
19912 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19913
19914 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19915 C-x C-q.
19916
19917 * vc-git.el (vc-git-print-log): Fix previous change.
19918
19919 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * window.el (save-selected-window): Minor optimization.
19922 (bw-adjust-window): If operation failed, try with a smaller delta.
19923 (window-fixed-size-p): New function.
19924 (window-area-factor): New var.
19925 (balance-windows-area): New command.
19926
19927 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19928 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19929 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19930 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19931 (ps-mule-begin-job): Use dolist.
19932
19933 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19934
19935 * subr.el (start-file-process-shell-command)
19936 (process-file-shell-command): New defuns.
19937
19938 * progmodes/compile.el (compilation-start):
19939 Apply `start-file-process-shell-command'.
19940
19941 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19942
19943 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19944
19945 2007-07-24 Alan Mackenzie <acm@muc.de>
19946
19947 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19948 Initialise byte-compile-unresolved-functions before rather than
19949 after a compilation.
19950 (byte-compile-unresolved-functions): Amplify doc string.
19951
19952 2007-07-24 Glenn Morris <rgm@gnu.org>
19953
19954 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19955
19956 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19957 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19958 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19959 (cal-tex-cursor-week, cal-tex-cursor-week2)
19960 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19961 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19962 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19963 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19964
19965 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19966 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19967 (cal-tex-day-name-format, cal-tex-cal-one-month)
19968 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19969 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19970 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19971 (cal-tex-list-holidays, cal-tex-cursor-year)
19972 (cal-tex-cursor-year-landscape, cal-tex-year)
19973 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19974 (cal-tex-cursor-month, cal-tex-insert-days)
19975 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19976 (cal-tex-first-blank-p, cal-tex-cursor-week)
19977 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19978 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19979 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19980 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19981 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19982 (cal-tex-latexify-list, cal-tex-previous-month)
19983 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19984 modernization, including using dotimes rather than
19985 calendar-for-loop.
19986 (cal-tex-LaTeX-subst-list): Remove `@'.
19987 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19988 Use \textit and \textbf rather than \em and \it.
19989
19990 * calendar/cal-bahai.el (list-bahai-diary-entries)
19991 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19992 * calendar/cal-islam.el (list-islamic-diary-entries)
19993 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19994 * calendar/diary-lib.el (diary-list-entries)
19995 (mark-calendar-date-pattern): Use `dotimes' rather than
19996 `calendar-for-loop'.
19997
19998 * calendar/calendar.el (calendar-for-loop): Doc fix.
19999
20000 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20001
20002 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20003 underlying file is uptodate.
20004
20005 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20006
20007 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20008
20009 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * vc-hooks.el (vc-mode-line-map): New const.
20012 (vc-mode-line): Use it.
20013
20014 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20015
20016 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20017 (vc-git-unregister): New functions.
20018 (vc-git-find-version): Use the result of ls-files as a parameter
20019 for cat-file.
20020
20021 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20022
20023 * net/tramp.el (tramp-perl-file-attributes)
20024 (tramp-perl-directory-files-and-attributes)
20025 (tramp-handle-file-attributes-with-stat)
20026 (tramp-handle-directory-files-and-attributes-with-stat)
20027 (tramp-convert-file-attributes): Handle huge file sizes.
20028
20029 2007-07-23 Juri Linkov <juri@jurta.org>
20030
20031 * isearch.el (isearch-message-function): New variable.
20032 (isearch-update, isearch-search): Use it.
20033
20034 * simple.el (goto-history-element): New function created from
20035 next-history-element.
20036 (next-history-element): Most code moved to goto-history-element.
20037 Call goto-history-element with (- minibuffer-history-position n).
20038 (previous-history-element): Call goto-history-element with (+
20039 minibuffer-history-position n).
20040 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20041 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20042 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20043 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20044 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20045 (minibuffer-history-isearch-pop-state): New functions.
20046
20047 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20048
20049 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20050 Also, if FILE is a list, return non-nil if any of its elements
20051 should stay local. Update docstring.
20052
20053 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20056 change by reverting a small part.
20057
20058 2007-07-23 Richard Stallman <rms@gnu.org>
20059
20060 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20061
20062 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20063
20064 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20065 handling it. Use vc-git-command.
20066 (vc-git-find-version, vc-git-diff-tree): New functions.
20067 (vc-git-revert): Use vc-git-command.
20068 (vc-git--run-command): Delete.
20069
20070 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20071
20072 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20073
20074 2007-07-20 Kenichi Handa <handa@m17n.org>
20075
20076 * international/utf-8.el (utf-8-post-read-conversion):
20077 Temporarily bind utf-8-compose-scripts to nil while running
20078 *-compose-region functions.
20079
20080 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20081
20082 * vc-git.el: Update status.
20083 (vc-directory-exclusion-list): Use eval-after-load.
20084
20085 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20086
20087 * bindings.el (mode-line-remote): New variable.
20088 (help-echo): Add to default values of mode-line-format.
20089
20090 * files.el: Mark mode-line-remote as risky.
20091
20092 2007-07-22 Juri Linkov <juri@jurta.org>
20093
20094 * isearch.el (isearch-edit-string): Save old point and
20095 isearch-other-end to old-point and old-other-end before reading
20096 the search string from minibuffer. After exiting minibuffer set
20097 point to old-other-end if point and the search direction is the
20098 same as before reading the search string.
20099 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20100 to isearch-other-end. Instead of isearch-search-and-update call
20101 three functions isearch-search, isearch-push-state and isearch-update.
20102
20103 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20104
20105 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20106 deal with multiple file arguments.
20107 (vc-git-print-log): Deal with multiple file arguments.
20108
20109 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20112 diff-refine-hunk. Adjust users.
20113 (diff-unified-hunk-p, diff-splittable-p): New functions.
20114 (diff-mode-menu): Use it to disable Split when it doesn't work.
20115
20116 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20117
20118 * diff-mode.el (diff-mode-menu): New entries.
20119
20120 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20123 if applicable, so as to save undo-log space.
20124
20125 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20126
20127 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20128 (diff-file-kill): Use it.
20129 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20130 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20131 Use it so they find the hunk even when we're in the file header.
20132
20133 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20134
20135 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20136 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20137 (vc-git-create-repo): New functions.
20138 (vc-git-registered): New autoloaded function definition.
20139 (vc-git-registered): Use vc-git-root.
20140 (vc-git-responsible-p): New defalias.
20141 (vc-git-annotate-extract-revision-at-line): Uncomment.
20142 (vc-git-print-log): Add the file name to the log.
20143 (vc-git-log-view-mode): New derived mode.
20144 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20145
20146 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20147
20148 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20149
20150 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20151
20152 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20153 file in a way that does not interfere with recentf mode.
20154 (reftex-access-parse-file): Do not risk destroying an existing
20155 buffer.
20156
20157 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20158
20159 * vc-git.el: New file.
20160
20161 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20164
20165 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20166
20167 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20168 for branches and new files.
20169
20170 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20171 local-map handling ...
20172 (vc-mode-line): ... here. Improve handling of help-echo.
20173
20174 * vc.el (mode-line-string): Document help-echo usage.
20175
20176 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20177
20178 Sync with Tramp 2.1.10.
20179
20180 * net/tramp.el (tramp-get-ls-command): Fix typo.
20181
20182 * net/trampver.el: Update release number.
20183
20184 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20185
20186 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20187
20188 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20189
20190 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20191
20192 * add-log.el (change-log-fill-parenthesized-list): New function.
20193 (change-log-indent): Call change-log-fill-parenthesized-list.
20194 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20195 Have lines with leading asterisk start a paragraph.
20196
20197 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20198
20199 * calc/calc-math.el (math-emacs-precision)
20200 (math-largest-emacs-expt, math-smallest-emacs-expt):
20201 New variables.
20202 (math-use-emacs-fn): New function.
20203 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20204 appropriate.
20205
20206 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20207
20208 * image-dired.el (image-dired-sane-db-file): New func.
20209 (image-dired-write-tags, image-dired-remove-tag)
20210 (image-dired-list-tags, image-dired-write-comments)
20211 (image-dired-get-comment, image-dired-mark-tagged-files)
20212 (image-dired-create-gallery-lists): Call new func.
20213 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20214
20215 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20216
20217 * vc-hg.el (vc-hg-dir-state): Fix loop.
20218 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20219 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20220 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20221 (vc-hg-revert): Likewise.
20222 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20223 functions.
20224
20225 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20228 merge fails.
20229
20230 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20231
20232 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20233 Add group and version.
20234
20235 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * add-log.el (add-log-file-name): Use file-relative-name.
20238 (add-change-log-entry): Delay reading
20239 add-log-(full-name|mailing-address) to after we've switched to the
20240 ChangeLog buffer so we get the right value.
20241 (add-change-log-entry, add-log-current-defun, change-log-merge):
20242 Use derived-mode-p rather than checking major-mode directly.
20243
20244 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20245 name for buffer-file-name if it refers to a directory.
20246
20247 * vc-arch.el (vc-arch-diff): Fix last change.
20248
20249 * progmodes/compile.el (compilation-start): Remember the original
20250 directory in a buffer-local compilation-directory.
20251 (compile): Set the global value of compilation-directory.
20252 (recompile): Use compilation-directory even in the compilation buffer.
20253
20254 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20255
20256 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20257
20258 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20259
20260 * ps-print.el: Problem with foreground and background color when
20261 printing a buffer with and without faces. Reported by Christian
20262 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20263 (ps-print-version): New version 6.7.5.
20264 (ps-default-fg): Change default value to nil, so black color is used
20265 when a face does not specify a foreground color.
20266 (ps-default-bg): Change default value to nil, so white color is used
20267 for background color.
20268 (ps-begin-job): Fix code.
20269
20270 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20271
20272 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20273 in $(INSTALL_DIR)/lisp/ if they already exist.
20274
20275 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20276
20277 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20278 in $(INSTALL_DIR)/lisp/ if they already exist.
20279
20280 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * progmodes/vera-mode.el (vera-re-search-forward)
20283 (vera-re-search-backward): Remove use of store-match-data.
20284 (vera-mode-map): Move initialization into declaration.
20285
20286 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20287 (flymake-find-buildfile): Use locate-dominating-file.
20288
20289 * vc.el (vc-delistify): Use mapconcat.
20290 (vc-do-command): Minor simplification.
20291 (vc-expand-dirs): Use push.
20292
20293 * vc-mcvs.el (vc-mcvs-create-repo):
20294 * vc-cvs.el (vc-cvs-create-repo): Remove.
20295
20296 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20297 directory and the root as well.
20298
20299 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20300
20301 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20302 instead of a file.
20303
20304 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20305 (vc-hg-registered): Replace if with when.
20306 (vc-hg-state): Deal with nonexistent files and handle removed files.
20307 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20308 (vc-hg-checkout): Re-enable.
20309 (vc-hg-create-repo): Fix typos.
20310 (vc-hg-print-log): Fix for multiple files.
20311 (vc-hg-workfile-unchanged-p): New function.
20312
20313 * vc.el: Fix typo.
20314 (vc-print-log): Fix call to print-log.
20315 (vc-default-comment-history): Likewise.
20316 (vc-directory-exclusion-list): Add .hg and .bzr.
20317 (vc-diff-internal): Pass a list instead of a file.
20318
20319 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20320
20321 * vc-bzr.el (vc-bzr-create-repo): New function.
20322
20323 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20324
20325 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20326 `file' from which to start the search.
20327
20328 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20329
20330 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20331 having a single file argument to having a list of files as the
20332 first argument.
20333
20334 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * files.el (locate-dominating-file): New function.
20337
20338 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20339
20340 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20341 (grep-compute-defaults): Use it.
20342
20343 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20344
20345 * uniquify.el: Docstring fixes.
20346
20347 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20348
20349 * vc.el (revision-granularity, create-repo): Document new vc
20350 backend properties.
20351 (vc-rollback): Renamed from vc-cancel-version. Update references.
20352 Pass a list instead of a file.
20353 (vc-revert): Renamed from vc-revert-buffer. Update references.
20354 (vc-delistify, vc-expand-dirs): New functions.
20355 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20356 of files instead of a single file.
20357 (vc-position-context, vc-resync-window, vc-diff-internal)
20358 (vc-print-log): Pass a list instead of a file.
20359
20360 * vc-hooks.el (vc-stay-local-p, vc-backend)
20361 (vc-backend-subdirectory-name): Work on a file list, not a single
20362 file.
20363 (vc-workfile-version): Update docstring.
20364 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20365 vc-revert instead of vc-revert-buffer.
20366 (vc-prefix-map): Likewise. Bind vc-update.
20367
20368 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20369 (vc-svn-wash-log): New functions.
20370 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20371 (vc-svn-command): Deal with a list of files, not a single file.
20372
20373 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20374 (vc-rcs-wash-log): New functions.
20375 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20376 Deal with a list of files, not a single file.
20377 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20378
20379 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20380 functions.
20381 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20382 list of files, not a single file.
20383
20384 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20385 New functions.
20386 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20387 (vc-mcvs-diff): Deal with a list of files, not a single file.
20388
20389 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20390 functions.
20391 (vc-hg-print-log): Deal with a list of files, not a single file.
20392 (vc-hg-diff-tree): New function, replace defalias with the same
20393 name.
20394 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20395 FILES to denote that it is a file list, not a single file.
20396
20397 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20398 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20399 a single file.
20400 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20401 that it is a file list, not a single file.
20402 (vc-cvs-diff): Likewise. Simplify.
20403
20404 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20405 Deal with a list of files, not a single file.
20406
20407 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20408 (vc-bzr-print-log): Update FILE parameter name to denote that it
20409 is a file list, not a single file.
20410 (vc-bzr-diff): Likewise. Use the car of files.
20411
20412 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20413
20414 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20415 (follow-delete-other-windows-and-split, follow-recenter)
20416 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20417 (follow-redisplay, follow-estimate-first-window-start)
20418 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20419 Fix typos in docstrings.
20420
20421 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20422
20423 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20424 avoid that filling introduces lines with a single asterisk.
20425
20426 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20427 avoid incorrect kmacro-ring-empty-p messages.
20428 Reported by Michael Schierl <schierlm@gmx.de>.
20429
20430 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20431
20432 * vc.el: Add more info about the vc-registered function.
20433
20434 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20435
20436 * files.el (file-remote-p): Introduce optional parameter
20437 IDENTIFICATION.
20438
20439 * recentf.el (recentf-keep-default-predicate): Adapt call of
20440 `file-remote-p'.
20441
20442 * progmodes/grep.el (grep-probe): Use `process-file'.
20443 (grep-compute-defaults): Handle variables host specific.
20444
20445 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20446 parameter IDENTIFICATION.
20447
20448 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20449 parameter IDENTIFICATION.
20450 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20451 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20452 Add entry for `set-file-times'.
20453 (tramp-do-copy-or-rename-file-via-buffer)
20454 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20455 (tramp-handle-unhandled-file-name-directory): Rewrite.
20456 (tramp-convert-file-attributes): Add error handling when inode is
20457 extraordinary big.
20458 (tramp-get-inode): Change parameter from FILE to VEC.
20459 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20460 is nil. This is according to the specification. Goto (point-max)
20461 when ready.
20462 (tramp-handle-shell-command): Rewrite completely, using
20463 `process-file' and `start-file-process'.
20464 (tramp-methods, tramp-find-shell)
20465 (tramp-open-connection-setup-interactive-shell)
20466 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20467 var. Reported by Steve Youngs <steve@sxemacs.org>.
20468
20469 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20470 entry for `set-file-times'. Rename `start-process' into
20471 `start-file-process'. Remove `call-process' entry.
20472 (tramp-fish-handle-set-file-times): New defun.
20473 (tramp-fish-handle-executable-find): Use `process-file'.
20474 (tramp-fish-handle-process-file): New defun. Replaces
20475 `tramp-fish-handle-call-process'.
20476 (tramp-fish-do-copy-or-rename-file-directly): Use
20477 `set-file-times'.
20478 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20479
20480 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20481 `tramp-get-inode' parameter.
20482
20483 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20484
20485 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20486 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
20487 nowadays, and by the time Emacs-23 comes out, nobody will even remember
20488 it has ever existed.
20489
20490 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20491
20492 * vc.el: Undo previous change.
20493
20494 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20495
20496 * makefile.w32-in (clean): Don't delete *~.
20497
20498 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
20499
20500 * textmodes/tex-mode.el (tex-verbatim-environments):
20501 Add safe-local-variable property.
20502 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20503 when starting font-lock rather than when loading tex-mode.el.
20504
20505 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20506 whole $( rather than just the $. Rename from sh-quoted-subshell.
20507 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20508
20509 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20510
20511 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20512 bookmark-alist. Instead, if not sorting, simply return it.
20513 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20514 for its return value, not for its side effect.
20515
20516 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20517 case of alignment under a constant symbol, find and consider
20518 the sexp actually at indentation to be the "last sexp".
20519
20520 2007-07-16 Drew Adams <drew.adams@oracle.com>
20521
20522 * mouse.el (mouse-yank-secondary): Better error message if no
20523 secondary selection.
20524
20525 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20526
20527 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20528
20529 * term/xterm.el (xterm-turn-on-modify-other-keys)
20530 (xterm-turn-off-modify-other-keys): New functions.
20531 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20532 terminal supports it.
20533
20534 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20535
20536 * bookmark.el (bookmark-show-all-annotations):
20537 Make sure each inserted annotation ends with newline.
20538
20539 2007-07-15 Richard Stallman <rms@gnu.org>
20540
20541 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20542
20543 * tutorial.el (tutorial--find-changed-keys):
20544 Handle C-x specially like ESC.
20545
20546 2007-07-15 Aaron Hawley <aaronh@garden.org>
20547
20548 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20549
20550 2007-07-15 Juri Linkov <juri@jurta.org>
20551
20552 * delsel.el (delete-selection-pre-hook):
20553 * emulation/cua-base.el (cua-paste): Before a yank command,
20554 check also whether last-command is one of mouse-save-then-kill,
20555 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20556
20557 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20558
20559 * recentf.el (recentf-keep-default-predicate): New defun.
20560 (recentf-keep): Use it as initial value.
20561
20562 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20563
20564 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20565 thus restoring bookmark bindings to three slots under C-x r. See
20566 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20567
20568 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20569
20570 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20571
20572 2007-07-15 Jason Rumney <jasonr@gnu.org>
20573
20574 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20575 for input to cmdproxy on all versions of Windows.
20576 Use dos line ends for input to plink.
20577
20578 * comint.el (comint-simple-send): Concat newline before sending.
20579 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20580
20581 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20584 safe-local-variable setting.
20585
20586 2007-07-14 David Kastrup <dak@gnu.org>
20587
20588 * emacs-lisp/advice.el (defadvice): Doc fix.
20589
20590 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20591
20592 * subr.el (when, unless): Doc fix.
20593
20594 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20595
20596 * replace.el (match): Use yellow1 instead of yellow.
20597
20598 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20599 red.
20600
20601 * pcvs-info.el (cvs-unknown): Likewise.
20602
20603 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20604
20605 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20606 (install): Use them to copy all *.el files before *.elc.
20607
20608 2007-07-13 Drew Adams <drew.adams@oracle.com>
20609
20610 * bookmark.el (bookmark-jump-other-window): New function.
20611 (bookmark-map): Bind it to "o".
20612
20613 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20614 and its thread contains discussion about this change.
20615 The original patch was slightly tweaked by Karl Fogel
20616 <kfogel@red-bean.com> before committing.
20617
20618 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20619
20620 * bookmark.el: Shorten some comments to fit within 80 lines.
20621
20622 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20623
20624 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20625 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20626 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20627 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20628
20629 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20630
20631 * textmodes/org.el: Bug fixes.
20632 (org-end-of-line): Move to end of line if in headline without tags.
20633
20634 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * vc-hooks.el: Remove spurious * in docstrings.
20637 (vc-handled-backends): Add BZR.
20638
20639 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20640
20641 2007-07-12 Davis Herring <herring@lanl.gov>
20642
20643 * desktop.el (desktop-buffer-info, desktop-save):
20644 Use `desktop-dirname' instead of `dirname'.
20645
20646 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20647
20648 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20649
20650 * progmodes/python.el (python-which-func-length-limit): New var.
20651 (python-which-func): New function.
20652 (python-current-defun): Add optional `length-limit' and try to fit
20653 computed function name to that length.
20654 (python-mode): Hook `python-which-func' up.
20655
20656 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20657
20658 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20659
20660 * comint.el (comint-dynamic-complete-as-filename):
20661 Use read-file-name-completion-ignore-case.
20662
20663 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * comint.el (comint-dynamic-list-filename-completions):
20666 Use read-file-name-completion-ignore-case.
20667
20668 * vc-cvs.el: Require CL.
20669 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20670 New functions to provide completion of revision names.
20671
20672 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20673 (vc-cvs-annotate-first-line-re): New const.
20674 (vc-cvs-annotate-process-filter): New fun.
20675 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20676
20677 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20678
20679 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20680 (eldoc-print-current-symbol-info): Adjust for changed helper
20681 function signatures.
20682 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20683 `eldoc-highlight-function-argument'.
20684 (eldoc-highlight-function-argument): New function.
20685 (eldoc-get-var-docstring): Format documentation with
20686 `font-lock-variable-name-face'.
20687 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20688 where suited.
20689 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20690 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20691
20692 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20693
20694 * progmodes/compile.el (compilation-start): `start-process' must
20695 still be redefined when calling `start-process-shell-command'.
20696
20697 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20698 remote file name, prepend its remote part to the filename.
20699 (gud-common-init): When `default-directory' is a remote file name,
20700 make the filename relative to it.
20701 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20702
20703 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20704
20705 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20706 mouse binding and a tooltip.
20707
20708 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * menu-bar.el (vc-menu-map): New defalias.
20711
20712 2007-07-10 Richard Stallman <rms@gnu.org>
20713
20714 * emacs-lisp/lisp-mode.el (eval-defun):
20715 Explain special handling of `defface'.
20716
20717 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20718
20719 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20720
20721 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20722
20723 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20724
20725 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20726
20727 * vc-arch.el (vc-arch-complete): Remove.
20728 (vc-arch-revision-completion-table): Use complete-with-action.
20729
20730 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20731 (complete-with-action): New function.
20732 (dynamic-completion-table): Use it.
20733
20734 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20735
20736 * comint.el (make-comint, make-comint-in-buffer)
20737 (comint-exec-1): Replace `start-process' by `start-file-process'.
20738
20739 * progmodes/compile.el (compilation-start): Revert redefining
20740 `start-process'.
20741
20742 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20743
20744 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20745 with EOLs when generating MD5 checksums.
20746
20747 * follow.el: Don't change the global map from the follow-mode-map
20748 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20749 XEmacs code.
20750 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20751 since `follow-mode' should be used instead for that.
20752
20753 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20754 (easy-menu-do-define): Use it.
20755 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20756
20757 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20758 (compilation-auto-jump-to-next): New vars.
20759 (compilation-auto-jump): New function.
20760 (compilation-error-properties): Use them to jump to first error.
20761 (compilation-start): Set the var if requested.
20762
20763 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20764 duplicates without also removing entries from other directories.
20765
20766 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20767
20768 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20769 Remember span as default.
20770 (org-columns-edit-value): Rename from `org-column-edit'.
20771 (org-columns-display-here-title): Rename from
20772 `org-overlay-columns-title'.
20773 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20774 (org-columns-get-autowidth-alist): Rename from
20775 `org-get-columns-autowidth-alist'.
20776 (org-columns-display-here): Rename from `org-overlay-columns'.
20777 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20778 (org-columns-quit): Rename from `org-column-quit'.
20779 (org-columns-show-value): Rename from `org-column-show-value'.
20780 (org-columns-content, org-columns-widen)
20781 (org-columns-next-allowed-value)
20782 (org-columns-edit-allowed, org-columns-store-format)
20783 (org-columns-uncompile-format, org-columns-redo)
20784 (org-columns-edit-attributes, org-delete-property)
20785 (org-set-property, org-columns-update)
20786 (org-columns-compute, org-columns-eval)
20787 (org-columns-not-in-agenda, org-columns-compute-all)
20788 (org-property-next-allowed-value)
20789 (org-columns-compile-format)
20790 (org-fill-paragraph-experimental)
20791 (org-string-to-number, org-property-action)
20792 (org-columns-move-left, org-columns-new)
20793 (org-column-number-to-string)
20794 (org-property-previous-allowed-value)
20795 (org-at-property-p, org-columns-delete)
20796 (org-columns-previous-allowed-value)
20797 (org-columns-move-right, org-columns-narrow)
20798 (org-property-get-allowed-values)
20799 (org-verify-version, org-column-string-to-number)
20800 (org-delete-property-globally): New functions.
20801 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20802 (org-columns-overlays): Rename from `org-column-overlays'.
20803 (org-columns-map): Rename from `org-column-map'.
20804 (org-columns-current-maxwidths): Rename from
20805 `org-current-columns-maxwidths'.
20806 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20807 (org-previous-header-line-format)
20808 (org-columns-inhibit-recalculation)
20809 (org-columns-top-level-marker): New variables.
20810 (org-columns-default-format): Rename from `org-default-columns-format'.
20811 (org-property-re): New constant.
20812
20813 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20814
20815 * subr.el (looking-at-p, string-match-p): New functions.
20816
20817 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20818
20819 * textmodes/tex-mode.el (tex-fontify-script)
20820 (tex-font-script-display): New variables to make display of
20821 superscripts and subscripts customizable.
20822 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20823
20824 2007-07-09 Richard Stallman <rms@gnu.org>
20825
20826 * isearch.el (isearch-edit-string): Call to isearch-push-state
20827 after the search.
20828
20829 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20830
20831 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20832 to 1 as enlarge-window uses the value to resize/shrink windows other
20833 than WINDOW if needed.
20834
20835 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20836
20837 * cus-start.el (file-coding-system-alist): Fix custom type.
20838
20839 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20840
20841 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20842 modified.
20843 (longlines-auto-wrap, longlines-window-change-function):
20844 Remove unnecessary calls to set-buffer-modified-p.
20845
20846 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20847
20848 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20849 (vc-cvs-checkout): Remove last arg now unused; simplify.
20850
20851 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20852
20853 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20854
20855 * net/tramp.el:
20856 * net/tramp-ftp.el:
20857 * net/tramp-smb.el:
20858 * net/tramp-uu.el:
20859 * net/trampver.el: Migrate to Tramp 2.1.
20860
20861 * net/tramp-cache.el:
20862 * net/tramp-fish.el:
20863 * net/tramp-gw.el: New Tramp packages.
20864
20865 * net/tramp-util.el:
20866 * net/tramp-vc.el: Removed.
20867
20868 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20869 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20870
20871 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20872
20873 * progmodes/compile.el (compilation-start): Redefine
20874 `start-process' temporarily when `default-directory' is remote.
20875 Remove case of synchronous compilation, this won't happen ever.
20876 (compilation-setup): Make local variable `comint-file-name-prefix'
20877 for remote compilation.
20878
20879 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20880
20881 * novice.el (disabled-command-function): Fit window to buffer to
20882 make last line visible.
20883 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20884
20885 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20886 when handling the terminating event.
20887
20888 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20889
20890 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20891 (math-bignum-digit-length): Change to optimal value.
20892
20893 * calc/calc-bin.el (math-bignum-logb-digit-size)
20894 (math-bignum-digit-power-of-two): Evaluate when compiled.
20895
20896 * calc/calc-comb.el (math-small-factorial-table)
20897 (math-init-random-base, math-prime-test): Remove unnecessary calls
20898 to `math-read-number-simple'.
20899
20900 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20901 (math-approx-gamma-const): Add docstrings.
20902
20903 * calc/calc-forms.el (math-julian-date-beginning)
20904 (math-julian-date-beginning-int): New constants.
20905 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20906 Use the new constants.
20907
20908 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20909
20910 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20911 Add docstrings.
20912
20913 2007-07-07 Tom Tromey <tromey@redhat.com>
20914
20915 * vc.el (vc-annotate): Jump to line and output message only after the
20916 process is really all done.
20917
20918 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * vc.el (vc-exec-after): Don't move point from the sentinel.
20921 Forcefully read all the remaining text in the pipe upon process exit.
20922 (vc-annotate-display-autoscale, vc-annotate-lines):
20923 Don't stop at the first unrecognized line.
20924 (vc-annotate-display-select): Run autoscale after the process is done
20925 since it depends on the whole result.
20926
20927 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20928
20929 * term/w32-win.el (menu-bar-open): New function.
20930 Bind <f10> to it.
20931
20932 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20933
20934 * simple.el (start-file-process): New defun.
20935
20936 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20937
20938 * files.el (find-file-confirm-nonexistent-file): Rename from
20939 find-file-confirm-inexistent-file. Update users.
20940
20941 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20942 format of autoload block where the file's time-stamp is replaced by its
20943 MD5 checksum.
20944 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20945 time-stamp for secondary autoloads files.
20946 (update-directory-autoloads): Remove duplicate entries.
20947 Use time-less-p for time-stamps, as done in autoload-find-destination.
20948
20949 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20950
20951 * calc/calc.el (math-read-number): Replace number by variable.
20952 (math-read-number-simple): Properly parse small integers.
20953
20954 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20955
20956 * vc.el: Fix doc for the checkout function.
20957
20958 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20959
20960 * vc-hg.el (vc-hg-root): New function.
20961 (vc-hg-registered): Use it.
20962 (vc-hg-diff-tree): New defalias.
20963 (vc-hg-responsible-p): Likewise.
20964 (vc-hg-checkout): Comment out, not needed.
20965 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20966 (vc-hg-find-version, vc-hg-next-version): New functions.
20967
20968 2007-07-06 Andreas Schwab <schwab@suse.de>
20969
20970 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20971 dynamic bindings around the evaluation of the expression.
20972 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20973
20974 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20977 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20978 Use run-hooks rather than run-mode-hooks.
20979
20980 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20981
20982 * calc/calc-comb.el (math-random-digit): Rename to
20983 `math-random-three-digit-number'.
20984 (math-random-digits): Don't depend on representation of integer.
20985
20986 * calc/calc-bin.el (math-bignum-logb-digit-size)
20987 (math-bignum-digit-power-of-two): New constants.
20988 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20989 (math-not-bignum, math-clip-bignum): Use the constants
20990 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20991 instead of their values.
20992 (math-clip): Use math-small-integer-size instead of its value.
20993
20994 * calc/calc.el (math-add-bignum): Replace number by constant.
20995
20996 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20997
20998 * wid-edit.el (widget-documentation-string-value-create):
20999 Insert indentation spaces.
21000
21001 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21002
21003 * emacs-lisp/byte-opt.el: Revert last change.
21004
21005 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21006
21007 * vc-hooks.el (vc-handled-backends): Add HG.
21008
21009 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21010
21011 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * complete.el (PC-do-complete-and-exit): Add support for the new
21014 `confirm-only' confirmation mode.
21015
21016 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21017
21018 * cus-edit.el (custom-commands): New variable.
21019 (custom-tool-bar-map): New variable. Initialize using
21020 `custom-commands'.
21021 (custom-mode): Use `custom-tool-bar-map'.
21022 (custom-buffer-create-internal): Insert action buttons only if
21023 tool bar is not used. Use `custom-commands'.
21024 (Custom-help, custom-command-apply): New function.
21025 (custom-command-apply, Custom-set, Custom-save)
21026 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21027 Use `custom-command-apply' instead of duplicating code.
21028 (customize-group-other-window): Call `customize-group' instead of
21029 duplicating code.
21030 (customize-face-other-window): Call `customize-face' instead of
21031 duplicating code.
21032 (customize-group, customize-face): Add optional args for opening
21033 in another window.
21034 (custom-variable-tag): Don't inherit `variable-pitch' face.
21035 (custom-group-tag): Inherit `variable-pitch' face.
21036 (custom-variable-value-create): Set documentation indentation.
21037 (custom-group-value-create): Make group name a link, instead of
21038 using an extra "go to group" button.
21039 (custom-prompt-variable, custom-group-set, custom-group-save)
21040 (custom-group-reset-current, custom-group-reset-saved)
21041 (custom-group-reset-standard): Minor cleanup.
21042
21043 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21044
21045 * Makefile.in (bootstrap-prepare): When copying from
21046 ldefs-boot.el, make sure loaddefs.el is writeable.
21047
21048 (bootstrap-prepare): Make $(lisp)/ps-print.el
21049 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21050
21051 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21052
21053 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21054 only caller, and delete.
21055 (vc-hg-state): Deal with exceptions and only parse the output on
21056 successful return.
21057 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21058 caller, and delete.
21059 (vc-hg-workfile-version): Deal with exceptions and only parse the
21060 output on successful return.
21061 (vc-hg-revert): New function.
21062
21063 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21064
21065 * calculator.el (calculator-expt): Use more cases to determine
21066 the value.
21067
21068 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
21069
21070 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21071 file names.
21072
21073 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21074
21075 * calculator.el (calculator-expt, calculator-integer-p):
21076 New functions.
21077 (calculator-fact): Check to see if the factorial will be too
21078 large before computing it.
21079 (calculator-initial-operators): Use `calculator-expt' to
21080 compute "^".
21081 (calculator-mode): Mention that results which are too large
21082 will return inf.
21083 * calc/calc-comb.el (math-small-factorial-table): Replace list
21084 by vector.
21085
21086 2007-07-03 David Kastrup <dak@gnu.org>
21087
21088 * shell.el: On request of the authors, remove their addresses for
21089 the sake of bug reports, and add the developer list address as
21090 maintainer information.
21091
21092 2007-07-03 Richard Stallman <rms@gnu.org>
21093
21094 * files.el (make-directory): Doc fix.
21095 (find-file-confirm-inexistent-file): Make it a defcustom.
21096 Make nil the default.
21097
21098 2007-07-02 Richard Stallman <rms@gnu.org>
21099
21100 * startup.el (command-line): Set buffer-offer-save in *scratch*
21101 and enable auto-save in it.
21102
21103 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21104
21105 * textmodes/org.el (orgstruct-mode-map): New variable.
21106 (orgstruct-mode): New minor mode.
21107 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21108 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21109 (org-run-like-in-org-mode): New functions.
21110 (org-cycle-list-bullet): New command.
21111 (org-special-properties, org-property-start-re)
21112 (org-property-end-re): New constants.
21113 (org-with-point-at): New macro.
21114 (org-get-property-block, org-entry-properties, org-entry-get)
21115 (org-entry-delete, org-entry-get-with-inheritance)
21116 (org-entry-put, org-buffer-property-keys): New functions.
21117 (org-insert-property-drawer): New command.
21118 (org-entry-property-inherited-from): New variable.
21119 (org-column): New face.
21120 (org-column-overlays, org-current-columns-fmt)
21121 (org-current-columns-maxwidths, org-column-map): New variables.
21122 (org-column-menu): New menu.
21123 (org-new-column-overlay, org-overlay-columns)
21124 (org-overlay-columns-title, org-remove-column-overlays)
21125 (org-column-show-value, org-column-quit, org-column-edit):
21126 New functions.
21127 (org-columns, org-agenda-columns): New commands.
21128 (org-get-columns-autowidth-alist): New functions.
21129 (org-properties): New customize group.
21130 (org-default-columns-format): New option.
21131 (org-priority): Realign tags after changing priority.
21132 (org-preserve-lc): New macro.
21133 (org-update-checkbox-count): Catch case when there is no headline.
21134 (org-agenda-quit): Remove any column overlays.
21135 (org-beginning-of-item-list): Fixed bug when non-item line is
21136 indented too deep.
21137 (org-cached-props): New variable.
21138 (org-cached-entry-get): New function.
21139 (org-make-tags-matcher): Handle property matches.
21140 (org-table-recalculate): Swap evaluation order: Field formula
21141 first, then column formulas, but don't allow them to overwrite the
21142 field formulas.
21143 (org-table-eval-formula): New argument untouchable.
21144 (org-table-put-field-property): New function.
21145
21146 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21147
21148 * help-mode.el (help-make-xrefs): Skip spaces too when
21149 skipping tabs.
21150
21151 * ffap.el (dired-at-point-prompter): Improve prompt in
21152 list-directory case.
21153
21154 2007-07-01 Richard Stallman <rms@gnu.org>
21155
21156 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21157
21158 2007-07-01 Richard Stallman <rms@gnu.org>
21159
21160 * cus-start.el (max-mini-window-height): Added.
21161
21162 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21163
21164 * complete.el (partial-completion-mode): Remove advice of
21165 read-file-name-internal.
21166 (PC-do-completion): Rebind minibuffer-completion-table.
21167 (PC-read-file-name-internal): New function doing what
21168 read-file-name-internal advice did.
21169
21170 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21171
21172 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21173 property on a few symbols.
21174 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21175 (byte-optimize-lapcode): Remove bindings that are not referenced
21176 and certainly will not effect through dynamic scoping.
21177
21178 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21179
21180 * files.el (find-file-confirm-inexistent-file): New var.
21181 (find-file, find-file-other-window, find-file-other-frame)
21182 (find-file-read-only, find-file-read-only-other-window)
21183 (find-file-read-only-other-frame): Use it.
21184
21185 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21186
21187 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21188
21189 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21190
21191 * generic-x.el (generic-define-mswindows-modes)
21192 (generic-define-unix-modes, apache-log-generic-mode)
21193 (bat-generic-mode-keymap, java-manifest-generic-mode)
21194 (show-tabs-generic-mode): Fix typos in docstrings.
21195
21196 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21197
21198 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21199 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21200 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21201 (rcirc-print): Never ignore messages from ourself.
21202
21203 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21204
21205 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21206 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21207
21208 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21209
21210 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21211 replace-regexp-in-string.
21212
21213 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * emacs-lisp/cl.el: Set edebug and indentation before loading
21216 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21217
21218 2007-06-28 Andreas Schwab <schwab@suse.de>
21219
21220 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21221 $(lisp)/subdirs.el.
21222
21223 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21224
21225 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21226 the speedbar frame if nil; that deletes the current frame or
21227 causes an error if it is the only frame.
21228 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21229
21230 2007-06-28 Kevin Ryde <user42@zip.com.au>
21231
21232 * textmodes/nroff-mode.el: Groff \# comments.
21233 (nroff-mode-syntax-table): \# comment intro,
21234 plain # as punct per global table.
21235 (nroff-font-lock-keywords): Add # as a single char escape.
21236 (nroff-mode): In comment-start-skip, match \#.
21237
21238 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21239
21240 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21241 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21242 point-min == 1.
21243
21244 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21245
21246 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21247 Rename and move to...
21248
21249 * subr.el (strings->string, string->strings): ...here.
21250
21251 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21252 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21253
21254 * progmodes/gud.el (gud-common-init): Call string->strings instead
21255 of split-string.
21256
21257 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21258
21259 * dired-aux.el: Remove `dired-call-process'.
21260 (dired-check-process): Call `process-file'.
21261
21262 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21263
21264 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21265 `ange-ftp-process-file'.
21266
21267 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21268
21269 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21270
21271 * emacs-lisp/cl-extra.el:
21272 * emacs-lisp/cl-seq.el:
21273 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21274 Add autoload cookies on all defs autoloaded manually in cl.el.
21275
21276 * emacs-lisp/cl-loaddefs.el: New file.
21277
21278 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21279 (texinfo-lowersections-alist): Merge definition and declaration.
21280 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21281 (texinfo-format-syntax-table): Merge init into declaration.
21282 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21283 (texinfo-format-parse-defun-args, texinfo-format-node)
21284 (texinfo-push-stack, texinfo-multitable-widths)
21285 (texinfo-define-info-enclosure, texinfo-alias)
21286 (texinfo-format-defindex, batch-texinfo-format): Use push.
21287 (texinfo-footnote-number): Remove duplicate declaration.
21288
21289 * ps-print.el: Update with auto-generated autoloads.
21290
21291 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21292
21293 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21294
21295 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21296 relative to current dir for file-local settings.
21297 (autoload-generate-file-autoloads): Add `outfile' arg.
21298 (update-directory-autoloads): Use it to directly call
21299 autoload-generate-file-autoloads instead of going through
21300 update-file-autoloads so we avoid redundant searches and so we can know
21301 the set of buffers changed so we can save them all.
21302
21303 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21304 rather than throwing `up-to-date'.
21305 (autoload-generate-file-autoloads): Adjust correspondingly.
21306 (update-file-autoloads): Be careful to let-bind
21307 autoload-modified-buffers and adjust to new calling conventions.
21308 (autoload-modified-buffers): Make it a dynamically scoped var.
21309 (update-directory-autoloads): Use file-relative-name instead of
21310 autoload-trim-file-name.
21311 (autoload-insert-section-header): Don't use autoload-trim-file-name
21312 since the file is already relative now.
21313 (autoload-trim-file-name): Remove.
21314
21315 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21316 (vc-arch-complete, vc-arch--version-completion-table)
21317 (vc-arch-revision-completion-table): New functions to provide
21318 completion of revision names.
21319 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21320 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21321 to let the user trim the revlib.
21322
21323 * vc.el: Add new VC operation `revision-completion-table'.
21324 (vc-default-revision-completion-table): New function.
21325 (vc-version-diff, vc-version-other-window): Use it to provide
21326 completion of revision names if the backend provides it.
21327
21328 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21329
21330 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21331 of newer .svn/entries.
21332
21333 2007-06-25 David Kastrup <dak@gnu.org>
21334
21335 * calc/calc-poly.el (math-padded-polynomial)
21336 (math-partial-fractions): Add some function comments.
21337
21338 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21341 Make `outbuf' optional.
21342 (update-file-autoloads): Use it.
21343
21344 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21345
21346 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21347 (autoload-find-destination): Keep it uptodate.
21348 (autoload-save-buffers): New fun.
21349 (update-file-autoloads): Use it. Re-add the "up to date" message.
21350
21351 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21352 (autoload-find-destination): New function extracted from
21353 update-file-autoloads.
21354 (update-file-autoloads): Use it.
21355 (autoload-generate-file-autoloads): New function extracted from
21356 generate-file-autoloads. Use file-relative-name. Delay computation of
21357 output-start to the first cookie. Remove done-any, replaced by
21358 output-start.
21359 (generate-file-autoloads): Use it.
21360
21361 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21362
21363 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21364 Use math-read-number-simple to insert constants.
21365 (math-prime-test): Redo calculation of sum.
21366
21367 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21368
21369 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21370 math-scale-bignum-3.
21371 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21372 math-bignum-digit-size.
21373 (math-isqrt-small): Add another possible initial guess.
21374
21375 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21376
21377 * textmodes/bibtex.el (bibtex-entry-format): New options
21378 `whitespace', `braces', and `string'.
21379 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21380 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21381 (bibtex-cite-matcher-alist): New variables.
21382 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21383 (bibtex-flash-head): Use blink-matching-delay.
21384 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21385 (bibtex-format-entry, bibtex-reformat): Handle new options of
21386 bibtex-entry-format.
21387 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21388 New functions.
21389 (bibtex-complete-internal): Do not display messages while
21390 minibuffer is used. Do not leave around a completions buffer
21391 that is out of date.
21392 (bibtex-copy-summary-as-kill): New optional arg.
21393 (bibtex-font-lock-url): New optional arg no-button.
21394 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21395 (bibtex-url): Allow multiple URLs per entry.
21396
21397 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21398
21399 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21400 (update-file-autoloads, update-directory-autoloads): Use it.
21401 (autoload-file-load-name): New function.
21402 (generate-file-autoloads, update-file-autoloads): Use it.
21403 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21404 (generate-file-autoloads): If the autoloaded form is malformed,
21405 indicate the problem with a warning instead of aborting.
21406
21407 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21408
21409 * simple.el (next-error-recenter): Accept `(4)' as well;
21410 also, specify `integer' instead of `number'.
21411
21412 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21413
21414 * ls-lisp.el (insert-directory): If an invalid regexp error is
21415 thrown, try using FILE as a literal file name, not a wildcard.
21416
21417 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21418
21419 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21420 `header-line-format' when reentering ruler mode.
21421
21422 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21423
21424 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21425 FILE exists as a file.
21426
21427 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21428
21429 * calc/calc.el (math-bignum-digit-length)
21430 (math-bignum-digit-size, math-small-integer-size):
21431 New constants.
21432 (math-normalize, math-bignum-big, math-make-float)
21433 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21434 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21435 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21436 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21437 (math-quotient, math-div-bignum, math-div-bignum-digit)
21438 (math-div-bignum-part, math-format-bignum-decimal)
21439 (math-read-bignum): Use math-bignum-digit-length,
21440 math-bignum-digit-size and math-small-integer-size.
21441
21442 * calc/calc-ext.el (math-fixnum-big): Use the variable
21443 math-bignum-digit-size.
21444
21445 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21446
21447 * log-view.el (log-view-mode-menu): New menu.
21448
21449 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21450
21451 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21452 differently.
21453
21454 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21455 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21456
21457 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21458
21459 * vc-hg.el (vc-hg-print-log): Insert the file name.
21460 (vc-hg-log-view-mode): Fontify the file name.
21461
21462 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21463
21464 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21465 (calcFunc-julian): Fix incorrect number used in calculations.
21466
21467 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
21468
21469 * simple.el (next-error-recenter): New defcustom.
21470 (next-error, next-error-internal): Recenter if specified,
21471 immediately prior to running `next-error-hook'.
21472
21473 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21474 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21475
21476 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21477
21478 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21479
21480 * calc/calc-comb.el (math-small-factorial-table): New variable.
21481 (calcFunc-fact): Use `math-small-factorial-table'.
21482
21483 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21484 initial values.
21485 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21486 New variables to use in caches.
21487
21488 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21489 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21490
21491 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21492 (math-bernoulli-b-cache): Use math-read-number-simple to insert
21493 bignums.
21494
21495 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21496 New variables to use in caches.
21497
21498 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21499
21500 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21501
21502 * vc-hg.el (vc-hg-log-view-mode): New mode.
21503
21504 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
21505
21506 * calc/calc.el (math-read-number-simple): New function.
21507
21508 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21511 (vera-font-lock-match-item): Fix doc string.
21512 (vera-in-comment-p): Remove unused function.
21513 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21514 use `syntax-ppss'.
21515 (vera-forward-syntactic-ws): Fix argument order.
21516 (vera-prepare-search): Use `with-syntax-table'.
21517 (vera-indent-line): Fix doc string.
21518 (vera-electric-tab): Fix doc string.
21519 (vera-expand-abbrev): Define alias instead of using `fset'.
21520 (vera-comment-uncomment-region): Use `comment-start-skip'.
21521
21522 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
21523
21524 * textmodes/org.el (org-export-with-footnotes): New option.
21525 (org-export-as-html): Fix replacement bug for XEmacs.
21526 (org-agenda-default-appointment-duration): New option.
21527
21528 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
21529
21530 * vc-hg.el: Add to do items.
21531 (vc-hg-diff): Add support for comparing different revisions.
21532 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21533 (vc-hg-annotate-extract-revision-at-line)
21534 (vc-hg-previous-version, vc-hg-checkin): New functions.
21535 (vc-hg-annotate-re): New constant.
21536
21537 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21538
21539 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21540
21541 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21542
21543 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21544 buffer-local value of log-view-*-re if applicable.
21545
21546 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21547 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21548 (vc-bzr-command*): Remove both (incompatible) versions.
21549 (vc-bzr-do-command*): Remove.
21550 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21551 Remove by folding into its only caller vc-bzr-command.
21552 (vc-bzr-command): Always set the environment, even when ineffective.
21553 (vc-bzr-version): Minor fix up.
21554 (vc-bzr-admin-dirname): New var.
21555 (vc-bzr-bzr-dir): Remove.
21556 (vc-bzr-root-dir): New fun.
21557 (vc-bzr-registered): Use it. Add an autoloaded version.
21558 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21559 (vc-bzr-view-log-function): Remove.
21560 (vc-bzr-log-view-mode): New major mode to replace it.
21561 (vc-bzr-print-log): Only activate the old hack if needed.
21562
21563 * vc.el (vc-default-log-view-mode): New function.
21564 (vc-print-log): Add new `log-view-mode' VC operation.
21565
21566 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21567
21568 * ido.el (ido-find-file-in-dir): Don't signal an error for
21569 empty directories.
21570
21571 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21572
21573 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21574 directory where the desktop file was found, as the docstring says.
21575 (desktop-kill): Use `read-directory-name'.
21576
21577 2007-06-20 Alan Mackenzie <acm@muc.de>
21578
21579 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21580 When removing lines, also remove the \n. Correction of patch of
21581 2007-04-21.
21582
21583 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21584
21585 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21586 event is not a cons cell. Do not unread drag-mouse-1 events.
21587 Select right window in check whether space was stolen from
21588 window above.
21589
21590 * help-mode.el (help-make-xrefs): Adjust position of new forward
21591 button.
21592
21593 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21594
21595 * vc-bzr.el (vc-bzr-with-process-environment)
21596 (vc-bzr-std-process-invocation): New macros.
21597 (vc-bzr-command, vc-bzr-command*): Use them.
21598 (vc-bzr-with-c-locale): Remove.
21599 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21600 (vc-bzr-buffer-nonblank-p): New function.
21601 (vc-bzr-state-words): New const.
21602 (vc-bzr-state): Look for `bzr status' keywords in output.
21603 Display everything else as a warning message to the user.
21604 Fix status report with bzr >= 0.15.
21605
21606 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21607
21608 * vc-hg.el (vc-hg-global-switches): Simplify.
21609 (vc-hg-state): Handle more states.
21610 (vc-hg-diff): Fix doc-string.
21611 (vc-hg-register): New function.
21612 (vc-hg-checkout): Likewise.
21613
21614 2007-06-20 Reto Zimmermann <reto@gnu.org>
21615
21616 * progmodes/vera-mode.el: New file.
21617
21618 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21619
21620 * calc/calc.el (calc-multiplication-has-precendence):
21621 New variable.
21622 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21623 New functions.
21624 (math-expr-opers): Define using math-standard-ops rather than
21625 math-standard-opers.
21626 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21627 equal the function math-standard-ops rather than the variable
21628 math-standard-opers.
21629 (calc-algebraic-entry): Let math-expr-opers equal
21630 math-standard-ops or math-expr-ops, as appropriate.
21631 (math-expr-read-level, math-read-factor): Let math-expr-opers
21632 equal math-expr-ops.
21633 * calc/calc-embed.el (calc-embedded-finish-edit):
21634 Let math-expr-opers equal the function math-standard-ops
21635 rather than the variable math-standard-opers.
21636 * calc/calc-ext.el (math-read-plain-expr)
21637 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21638 function math-standard-ops rather than the variable
21639 math-standard-opers.
21640 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21641 Let math-expr-opers equal the function math-standard-ops rather
21642 than the variable math-standard-opers.
21643 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21644 equal the function math-standard-ops rather than the variable
21645 math-standard-opers.
21646 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21647 equal the function math-standard-ops rather than the variable
21648 math-standard-opers.
21649 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21650 math-expr-ops.
21651
21652 2007-06-19 Ivan Kanis <apple@kanis.eu>
21653
21654 * vc-hg.el: New file.
21655
21656 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21657
21658 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21659 with font-lock-multiline.
21660
21661 2007-06-17 Glenn Morris <rgm@gnu.org>
21662
21663 * lpr.el (lpr-page-header-switches): Move %s to separate element
21664 for correct quoting. Doc fix.
21665
21666 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21669 than setting sgml-xml-mode.
21670 (sgml-mode, html-mode): Set sgml-xml-mode.
21671 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21672 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21673 (sgml-electric-tag-pair-before-change-function)
21674 (sgml-electric-tag-pair-flush-overlays): New functions.
21675 (sgml-electric-tag-pair-mode): New minor mode.
21676 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21677 (sgml-calculate-indent): Use assoc-string.
21678
21679 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21680
21681 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21682 chars before the "@" in an email address. Andreas Roehler noticed
21683 this problem.
21684
21685 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21686
21687 * thingatpt.el: Add support for email addresses (`email').
21688 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21689 (thing-at-point-email-regexp): New variable.
21690 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21691 properties on this symbol, with lambda forms for values.
21692
21693 2007-06-15 Masatake YAMATO <jet@gyve.org>
21694
21695 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21696
21697 * vc.el (vc-dired-hook): Check the backend returned from
21698 `vc-responsible-backend' can really handle `subdir'.
21699
21700 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21701
21702 * wid-edit.el (widget-add-documentation-string-button):
21703 Fix handling of documentation indent.
21704
21705 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21706
21707 * mb-depth.el: New file.
21708
21709 2007-06-15 Masatake YAMATO <jet@gyve.org>
21710
21711 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21712
21713 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21714
21715 * wid-edit.el (widget-default-create): Move ?h handling here...
21716 (widget-default-format-handler): ...from here.
21717 (widget-docstring, widget-add-documentation-string-button): New funs.
21718 (documentation-string): Add :visibility-widget property.
21719 (widget-documentation-string-value-create): Use it.
21720
21721 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21722 (custom-buffer-create-internal): Simplify message.
21723 (custom-variable-tag): Reduce height to normal.
21724 (custom-variable-value-create, custom-face-value-create)
21725 (custom-visibility): New widget.
21726 (custom-visibility): New face.
21727 (custom-group-value-create):
21728 Call widget-add-documentation-string-button, using `custom-visibility'.
21729
21730 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21731
21732 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21733 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21734 change. Apparently the "warning even if the group is implicit" is
21735 a feature rather than a bug.
21736
21737 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21738
21739 * emulation/viper.el (viper-describe-key-ad)
21740 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21741 Compile them conditionally.
21742 (viper-version): Belated version change.
21743
21744 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21745
21746 * follow.el (follow-all-followers, follow-generic-filter):
21747 * pcomplete.el (pcomplete-restore-windows):
21748 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21749 (x-dnd-drop-data):
21750 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21751 * progmodes/python.el (python-complete-symbol):
21752 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21753
21754 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21755
21756 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21757 around bright and dim regexps. Make sure bright and dim matches
21758 use word anchors. Send text through rcirc-markup functions.
21759 (rcirc-url-regexp): Add single quote character.
21760 (rcirc-connect): Write logs to disk on auto-save-hook.
21761 Make server a non-optional argument.
21762 (rcirc-log-alist): New variable.
21763 (rcirc-log-directory): Make customizable.
21764 (rcirc-log-flag): New customizable variable.
21765 (rcirc-log): New function.
21766 (rcirc-print): Use above function.
21767 (rcirc-log-write): New function.
21768 (rcirc-generate-new-buffer-name): Strip text properties.
21769 (rcirc-switch-to-buffer-function): Remove variable.
21770 (rcirc-last-non-irc-buffer): Remove variable.
21771 (rcirc-non-irc-buffer): Add function.
21772 (rcirc-next-active-buffer): Use above function.
21773 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21774 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21775 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21776 (rcirc-omit-mode): Add minor-mode.
21777 (rcirc-mode-map): Change C-c C-o binding.
21778 (rcirc-mode): Clear mode-line-process. Use a custom
21779 fill-paragraph-function. Set up buffer-invisibility-spec.
21780 (rcirc-response-formats): Remove timestamp code.
21781 (rcirc-omit-responses): Add variable.
21782 (rcirc-print): Don't put the overlay arrow on potentially omitted
21783 lines. Log line to disk. Record activity for private messages
21784 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21785 (rcirc-jump-to-first-unread-line): Print message if there is no
21786 unread text.
21787 (rcirc-clear-unread): New function.
21788 (rcirc-markup-text-functions): Add variable.
21789 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21790 (rcirc-debug): Don't mess with window configuration.
21791 (rcirc-send-message): Send message before printing locally.
21792 Add SILENT argument, do not print message if non-nil.
21793 (rcirc-visible-buffers): New function and variable.
21794 (rcirc-window-configuration-change-1): Add function.
21795 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21796 server buffer.
21797 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21798 (rcirc-fill-paragraph): Add function.
21799 (rcirc-record-activity, rcirc-window-configuration-change-1):
21800 Only update the activity string if it has actually changed.
21801 (rcirc-update-activity-string): Remove padding characters from the
21802 mode-line string.
21803 (rcirc-disconnect-buffer): New function to be called when a
21804 channel is parted or the user quits.
21805 (rcirc-server-name): Warn when the server-name hasn't been set.
21806 (rcirc-window-configuration-change): Postpone work until
21807 post-command-hook.
21808 (rcirc-window-configuration-change-1): Update mode-line and
21809 overlay arrows here.
21810 (rcirc-authenticate): Fixc hanserv identification.
21811 (rcirc-default-server): Remove variable.
21812 (rcirc): Connect according to rcirc-connections.
21813 (rcirc-connections): Add variable.
21814 (rcirc-startup-channels-alist): Remove variable.
21815 (rcirc-startup-channels): Remove function.
21816
21817 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21820
21821 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21822
21823 * term/xterm.el (terminal-init-xterm): Escape parens in character
21824 constants.
21825
21826 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21827
21828 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21829 Use [:alpha:] and [:alnum:] where applicable.
21830 (sh-quoted-subshell): Rewrite to correctly
21831 handle nested mixes of `...' and $(...).
21832 (sh-apply-quoted-subshell): Remove.
21833 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21834
21835 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21836
21837 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21838
21839 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21840 previous change.
21841
21842 2007-06-12 Tom Tromey <tromey@redhat.com>
21843
21844 * subr.el (user-emacs-directory): New defconst.
21845 * cmuscheme.el (scheme-start-file):
21846 * shell.el (shell):
21847 * completion.el (save-completions-file-name):
21848 * custom.el (custom-theme-directory):
21849 * term/x-win.el (emacs-session-filename):
21850 * filesets.el (filesets-menu-cache-file):
21851 * thumbs.el (thumbs-thumbsdir):
21852 * server.el (server-auth-dir):
21853 * image-dired.el (image-dired-dir):
21854 (image-dired-db-file):
21855 (image-dired-temp-image-file):
21856 (image-dired-gallery-dir):
21857 (image-dired-temp-rotate-image-file):
21858 * play/gamegrid.el (gamegrid-user-score-file-directory):
21859 * savehist.el (savehist-file):
21860 * tutorial.el (tutorial--saved-dir):
21861 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21862
21863 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21864
21865 * scroll-lock.el (scroll-lock-mode): Doc fix.
21866
21867 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21868
21869 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21870
21871 * ediff-init.el: Doc strings.
21872
21873 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21876 (byte-compile-file): Bind it.
21877 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21878 group argument is provided implicitly.
21879 (byte-compile-format-warn, byte-compile-from-buffer)
21880 (byte-compile-insert-header): Don't hardcode point-min==1.
21881 (byte-compile-file-form-require): Remove unused var old-load-list.
21882 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21883
21884 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21885
21886 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21887 Display error messages.
21888 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21889 Get rid of cl.el dependencies.
21890
21891 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21892 New variable.
21893 (viper-activate-input-method-action)
21894 (viper-inactivate-input-method-action):
21895 Use viper-suppress-input-method-change-message.
21896
21897 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21898 for C-s, C-r.
21899
21900 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21901 Use viper-replace-overlay-cursor-color instead of
21902 viper-replace-overlay-cursor-color.
21903 (viper-sit-for-short): Use sit-for with 3 arguments.
21904
21905 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21906 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21907 to gud-mode.
21908
21909 * ediff-mult.el (ediff-meta-buffer-brief-message)
21910 (ediff-meta-buffer-verbose-message): New variables.
21911 (ediff-meta-buffer-message): Variable deleted.
21912 (ediff-verbose-help-enabled): New variable.
21913 (ediff-toggle-verbose-help-meta-buffer): New function.
21914 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21915 message options.
21916
21917 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21918 (ediff-fixup-patch-map): Improve heuristic.
21919
21920 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21923 (log-view-font-lock-keywords): Simplify.
21924 (log-view-current-file, log-view-current-tag): Simplify.
21925
21926 2007-06-12 Sam Steingold <sds@gnu.org>
21927
21928 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21929
21930 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21931
21932 * desktop.el (desktop-load-locked-desktop): New option.
21933 (desktop-read): Use it.
21934 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21935 Use `when'.
21936
21937 2007-06-12 Davis Herring <herring@lanl.gov>
21938
21939 * desktop.el (desktop-save-mode-off): New function.
21940 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21941 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21942 (desktop-claim-lock, desktop-release-lock): New functions.
21943 (desktop-kill): Tell `desktop-save' that this is the last save.
21944 Release the lock afterwards.
21945 (desktop-buffer-info): New function.
21946 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21947 says to. Detect conflicts, and manage the lock.
21948 (desktop-read): Detect conflicts. Manage the lock.
21949
21950 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21951
21952 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21953
21954 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21955 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21956 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21957 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21958 keysyms rather than byte sequences.
21959 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21960
21961 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21962
21963 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21964 half-activated, forcefully activate it completely.
21965
21966 2007-06-11 Richard Stallman <rms@gnu.org>
21967
21968 * cus-edit.el (custom-variable-type): Doc fix.
21969
21970 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21971
21972 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21973 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21974 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21975 different possible cases for \'.
21976
21977 * complete.el (PC-bindings): Don't bind things already bound in the
21978 parent keymap.
21979
21980 * textmodes/bibtex-style.el: New file.
21981
21982 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21983
21984 * vc-bzr.el: New file.
21985
21986 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21987
21988 * vc-svn.el (vc-svn-program): New var.
21989 (vc-svn-command): Use it.
21990
21991 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21992
21993 * server.el (server-switch-buffer): Remove redundant check.
21994
21995 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21996
21997 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21998 Match against file-name-nondirectory.
21999 Fix text on user customization variables.
22000 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22001
22002 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22003
22004 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22005
22006 2007-06-09 Davis Herring <herring@lanl.gov>
22007
22008 * desktop.el (desktop-minor-mode-table): Doc fix.
22009
22010 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * textmodes/css-mode.el (css-navigation-syntax-table):
22013 Use set-char-table-range so it also works in the unicode branch.
22014
22015 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22016
22017 * help-mode.el (help-xref-forward-stack)
22018 (help-xref-stack-forward-item, help-forward-label): New variables.
22019 (help-forward): New button type.
22020 (help-setup-xref): Initialise help-xref-forward-stack.
22021 (help-make-xrefs): Add forward button, if appropriate.
22022 (help-xref-go-back): Push item on forward stack.
22023 (help-xref-go-forward, help-go-forward): New functions.
22024
22025 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22026
22027 * dired.el (dired-mode-map): Remove spurious separator.
22028
22029 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22030
22031 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22032
22033 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22034 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22035
22036 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22037
22038 * textmodes/org.el: Version number fixed.
22039
22040 2007-06-07 Glenn Morris <rgm@gnu.org>
22041
22042 * version.el (emacs-copyright): New constant.
22043 * startup.el (fancy-splash-tail): Use emacs-copyright.
22044 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22045
22046 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22047 `make-local'.
22048 (byte-compile-warnings-safe-p): Add `make-local'.
22049 (byte-compile-make-variable-buffer-local):
22050 Allow byte-compile-warnings to suppress this warning.
22051
22052 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22053 format of "menu" description.
22054 (tutorial--find-changed-keys): Describe the specific menu a
22055 command is in.
22056
22057 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22058 Rewrite compatibility functions to silence byte-compiler.
22059
22060 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22061
22062 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22063 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22064
22065 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
22066
22067 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22068
22069 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22070
22071 * progmodes/ebrowse.el (ebrowse-member-table):
22072 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22073 (org-batch-agenda-csv): Fix typos in docstrings.
22074
22075 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22076
22077 * pgg.el (pgg-sign-region, pgg-sign):
22078 * ses.el (ses-call-printer):
22079 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22080 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22081
22082 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22083
22084 * textmodes/org.el (org-export-region-as-html)
22085 (org-replace-region-by-html, org-number-to-letters)
22086 (org-table-fedit-finish, org-normalize-color)
22087 (org-table-fedit-ref-right, org-date-to-gregorian)
22088 (org-table-fedit-move, org-table-convert-refs-to-rc)
22089 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22090 (org-write-agenda, org-colgroup-info-to-vline-list)
22091 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22092 (org-indent-line-function, org-export-as-html-to-buffer)
22093 (org-store-agenda-views, org-update-mode-line)
22094 (org-find-if, org-delete-all)
22095 (org-table-fedit-convert-buffer, org-emphasize)
22096 (org-uniquify, org-table-fedit-lisp-indent)
22097 (org-table-fedit-scroll, org-get-todo-sequence-head)
22098 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22099 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22100 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22101 (org-table-fedit-line-up, org-table-fedit-ref-down)
22102 (org-table-formula-from-user, org-mode-flyspell-verify)
22103 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22104 (org-table-formula-to-user, org-diary-to-ical-string)
22105 (orgtbl-export, org-table-fedit-post-command)
22106 (org-closed-in-range, org-shiftcontrolright)
22107 (org-table-convert-refs-to-an, org-table-hline-and-move)
22108 (org-table-formula-less-p, org-format-table-ascii)
22109 (org-agenda-get-sexps, org-shift-refpart)
22110 (org-diary-sexp-entry, org-time-string-to-absolute)
22111 (org-table-show-reference, org-letters-to-number)
22112 (org-fix-agenda-info, org-table-fedit-ref-up)
22113 (org-table-fedit-shift-reference, org-table-fedit-abort)
22114 (org-closest-date, org-shiftcontrolleft)
22115 (org-at-heading-or-item-p, org-rematch-and-replace)
22116 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22117 New functions.
22118 (org-table-edit-scroll-down, org-finish-edit-formulas)
22119 (org-table-edit-next-field, org-abort-edit-formulas)
22120 (org-font-lock-level, org-export-find-first-heading-line)
22121 (org-table-edit-line-down, org-table-edit-backward-field)
22122 (org-edit-formula-lisp-indent, org-table-edit-move)
22123 (org-check-log-option, org-this-word)
22124 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22125 (org-agenda-file-to-end, org-expand-file-name)
22126 (org-fake-empty-table-line, org-table-edit-scroll)
22127 (org-toggle-log-option, org-show-reference): Function removed.
22128 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22129 New defsubsts.
22130 (org-unmodified, org-batch-store-agenda-views)
22131 (org-batch-agenda-csv): New macro.
22132 (org-agenda-export): New customization group.
22133 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22134 (org-highest-priority, org-agenda-exporter-settings)
22135 (org-log-done-with-time, org-replace-disputed-keys)
22136 (org-format-latex-header, org-export-table-header-tags)
22137 (org-cycle-separator-lines, org-export-table-data-tags)
22138 (org-icalendar-include-sexps)
22139 (org-empty-line-terminates-plain-lists)
22140 (org-log-repeat, org-special-ctrl-a)
22141 (org-table-use-standard-references, org-disputed-keys)
22142 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22143 (org-agenda-export-html-style): New option.
22144 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22145 (org-CUA-compatible): Option removed.
22146 (org-agenda-structure, org-sexp-date): New face.
22147 (org-todo-keywords-for-agenda, org-not-done-keywords)
22148 (org-planning-or-clock-line-re, org-agenda-name)
22149 (org-table-colgroup-info, org-todo-sets)
22150 (constants-unit-system, org-clock-mode-line-entry)
22151 (org-mode-line-timer, org-table-current-begin-pos)
22152 (org-todo-keywords-1, org-mode-line-string)
22153 (org-table-clean-did-remove-column, org-table-fedit-map)
22154 (org-clock-heading, org-table-buffer-is-an)
22155 (org-agenda-info, org-done-keywords)
22156 (org-done-keywords-for-agenda, org-todo-heads)
22157 (org-todo-kwd-alist, org-clock-start-time): New variable.
22158 (org-todo-kwd-priority-p, org-edit-formulas-map)
22159 (org-repeat-re, org-todo-kwd-max-priority)
22160 (org-version, org-done-string)
22161 (org-table-clean-did-remove-column-1, org-disputed-keys):
22162 Remove variables.
22163 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22164 (org-ts-lengths): Constant removed.
22165 (org-follow-gnus-link): Don't ask how many articles to read.
22166 (org-export-find-first-export-line): Rename from
22167 `org-export-find-first-heading'.
22168 Use `org-export-skip-text-before-1st-heading'.
22169 (org-table-fedit-post-command): Rename from
22170 `org-table-edit-formulas-post-command'.
22171 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22172 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22173 (org-table-fedit-lisp-indent): Rename from
22174 `org-edit-formula-lisp-indent'.
22175 (org-table-show-reference): Rename from `org-show-reference'.
22176 (org-table-store-formulas): Use `org-table-formula-less-p'.
22177 (org-table-edit-formulas): Position cursor to current field equation.
22178 (org-update-checkbox-count, org-hide-archived-subtrees)
22179 (org-timestamp-up-day, org-timestamp-down-day)
22180 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22181 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22182 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22183 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22184 Let `org-on-heading-p' also check for invisible heading.
22185 (org-read-date): Match am/pm times.
22186 (org-eval-in-calendar): Fix default date in prompt.
22187
22188 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22189
22190 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22191 "ChangeLog.a" entries, giving the latter lower priority.
22192
22193 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22194
22195 * faces.el (face-id): If the argument is a face alias,
22196 return the ID of the target face.
22197
22198 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22199
22200 * net/socks.el (top): Remove unnecessary copyright line.
22201
22202 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22203
22204 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22205
22206 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22207
22208 * net/socks.el: New file, taken from w3 repository.
22209 (top): Update Copyright. Don't load cl.el.
22210 (all): Replace `case' by `cond', `string-to-int' by
22211 `string-to-number', and `process-kill-without-query' by
22212 `set-process-query-on-exit-flag'.
22213 (socks-char-int): Remove defalias and all occurrences.
22214
22215 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22216
22217 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22218 Fix typos in docstrings.
22219 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22220 (compilation-finish-function): Fix typo in obsolescence declaration.
22221
22222 2007-06-03 Sam Steingold <sds@gnu.org>
22223
22224 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22225 handle unending automatic recompilation of changed files (`omake -P').
22226 (compilation-loop): VISITED is now 5th CDR.
22227 (compilation-next-error-function): Set TIMESTAMP.
22228
22229 2007-06-03 Sam Steingold <sds@gnu.org>
22230
22231 * files.el (kill-buffer-ask): New function.
22232 (kill-some-buffers): Use it.
22233 (kill-matching-buffers): New user command.
22234
22235 2007-06-01 David Kastrup <dak@gnu.org>
22236
22237 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22238 Change default to `top'.
22239
22240 2007-05-31 Richard Stallman <rms@gnu.org>
22241
22242 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22243
22244 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22245
22246 * textmodes/css-mode.el: New file.
22247
22248 2007-05-30 Michael Olson <mwolson@gnu.org>
22249
22250 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22251 died and we are trying to send a signal to it. The program using
22252 tq.el should periodically check to see whether the process has
22253 died and react appropriately -- this is not the responsibility of
22254 tq.el, and is consistent with the rest of the tq.el source code.
22255
22256 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22257
22258 * textmodes/table.el (table--point-entered-cell-function)
22259 (table--point-left-cell-function):
22260 Bind `inhibit-point-motion-hooks' to t.
22261
22262 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22263
22264 * emacs-lisp/rx.el (rx): Doc fix.
22265
22266 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22267
22268 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22269
22270 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22271
22272 Sync with Tramp 2.0.56.
22273
22274 * net/tramp.el:
22275 * net/tramp-ftp.el:
22276 * net/tramp-smb.el:
22277 * net/tramp-util.el:
22278 * net/tramp-vc.el:
22279 Don't load cl.el, because that pollutes the namespace. Replace cl
22280 macros by their implementations where necessary. Requested by
22281 Richard Stallman <rms@gnu.org>.
22282
22283 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22284 doesn't exist.
22285 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22286 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22287 (tramp-file-name-p, tramp-file-name-multi-method)
22288 (tramp-file-name-method, tramp-file-name-user)
22289 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22290 replacing defstruct `tramp-file-name'.
22291 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22292 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22293 Apply `vector' instead of `make-tramp-file-name'.
22294 (tramp-handle-make-auto-save-file-name):
22295 Apply `tramp-temporary-file-directory' for compatibility reasons.
22296 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22297 because of XEmacs.
22298 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22299 started.
22300
22301 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22302
22303 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22304
22305 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22306
22307 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22308 as the end of the ChangeLog paragraph when it ends without a line
22309 termination.
22310
22311 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22312
22313 * net/webjump.el (webjump-sample-sites):
22314 Add simple Wikipedia query.
22315
22316 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22319 compatibility code.
22320
22321 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22322 (copyright-update-year): Use it.
22323
22324 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22325
22326 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22327 Add indentation and debugging info. Fix up comment convention.
22328
22329 * cus-dep.el (custom-make-dependencies): Simplify.
22330
22331 * composite.el (compose-region, decompose-region):
22332 Use inhibit-read-only and restore-buffer-modified-p.
22333
22334 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22335 (xterm-mouse-event): Use it.
22336
22337 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22338
22339 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22340 `switch-to-buffer' has returned succesfully.
22341 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22342 window is dedicated (it could iconify the frame).
22343
22344 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22345
22346 * vc-hooks.el (vc-find-root): Fix file attribute test.
22347
22348 2007-05-24 Richard Stallman <rms@gnu.org>
22349
22350 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22351 Don't let opoint be nil.
22352 (flyspell-emacs-popup): Explicit error if no dialogs.
22353
22354 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22355
22356 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22357 (image-next-line, image-previous-line, image-scroll-up)
22358 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22359 New functions.
22360 (image-mode-map): Remap motion commands.
22361 (image-mode-text-map): New keymap for viewing images as text.
22362 (image-mode): Use image-mode-map.
22363 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22364
22365 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * textmodes/fill.el (canonically-space-region): Make the second arg
22368 a marker if it's not already the case.
22369
22370 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22371
22372 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22373 (tar-get-descriptor): Handle type 55, an extended pax header.
22374
22375 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22376
22377 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22378 to confuse outline-minor-mode.
22379
22380 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22381
22382 * tar-mode.el (tar-file-name-handler): New function.
22383 (tar-extract): Bind file-name-handler-alist to it to force
22384 find-buffer-file-type-coding-system behave as if the file being
22385 extracted existed. Use last-coding-system-used to force
22386 buffer-file-coding-system to what decode-coding-region actually
22387 used to decode the file.
22388
22389 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22390
22391 * progmodes/compile.el (compilation-handle-exit):
22392 `compilation-finish-function' may change the current buffer.
22393
22394 2007-05-22 Richard Stallman <rms@gnu.org>
22395
22396 * files.el (set-auto-mode): Doc fix.
22397
22398 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22399
22400 * help-fns.el (find-source-lisp-file): New function.
22401 (describe-function-1): Use find-source-lisp-file to find source
22402 file in compile tree.
22403
22404 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22405
22406 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22407
22408 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22409
22410 * emacs-lisp/easy-mmode.el (define-minor-mode)
22411 (easy-mmode-define-navigation): Fix typos in docstrings.
22412
22413 2007-05-22 Glenn Morris <rgm@gnu.org>
22414
22415 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22416
22417 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22418
22419 * mail/mail-extr.el (mail-extract-address-components):
22420 Recognize non-ASCII characters except for NBSP as words.
22421
22422 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22423
22424 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22425 (rcirc-print): Handle `window-width'.
22426 (rcirc-buffer-maximum-lines): Doc fix.
22427
22428 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22429
22430 * image-mode.el (image-toggle-display): Don't clear image cache.
22431 Only use filename in image spec if the file is readable.
22432 Call image-refresh.
22433
22434 * image.el (image-type-from-file-name, image-type): Simplify.
22435 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22436
22437 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22438 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22439
22440 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22441
22442 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22443 is an error.
22444
22445 * term/linux.el (terminal-init-linux): Don't signal an error
22446 if gpm isn't running.
22447
22448 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22449
22450 * t-mouse.el: Reduce to a minor-mode macro call.
22451 (t-mouse-mode): Remove the lighter.
22452
22453 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22454
22455 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
22456
22457 * files.el (auto-mode-alist): Change the regexp so that
22458 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22459
22460 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22461
22462 * Version 22.1 released.
22463
22464 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22465
22466 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22467 changes.
22468
22469 2007-05-19 Kevin Ryde <user42@zip.com.au>
22470
22471 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22472
22473 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
22474
22475 * textmodes/sgml-mode.el: Revert last change.
22476
22477 2007-05-18 Richard Stallman <rms@gnu.org>
22478
22479 * simple.el (push-mark): Doc fix.
22480
22481 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
22482
22483 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22484 tpu-global-map.
22485 (tpu-original-global-map): Variable deleted.
22486 (tpu-control-keys-map): New keymap variable.
22487 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22488 setting keymapping directly.
22489 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22490 tpu-global-map.
22491 (tpu-edt-on): Activate the tpu-global-map.
22492 (tpu-edt-off): Deactivate the tpu-global-map.
22493
22494 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
22495
22496 * textmodes/ispell.el (ispell-get-word): Return markers
22497 for start and end positions.
22498 (ispell-word): Assume END is a marker.
22499
22500 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
22501
22502 * textmodes/sgml-mode.el (sgml-tag):
22503 Fix bug: Call sgml-transformation-function.
22504
22505 2007-05-17 Martin Rudalics <rudalics@gmx.at>
22506
22507 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22508 modified flag of buffer. Use `inhibit-modification-hooks'.
22509
22510 2007-05-16 Richard Stallman <rms@gnu.org>
22511
22512 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22513
22514 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22515
22516 * files.el (magic-mode-alist, magic-fallback-mode-alist):
22517 Move the *ml, Postscript, and XmCD entries to the fallback part.
22518
22519 * files.el (magic-fallback-mode-alist):
22520 Rename from file-start-mode-alist.
22521
22522 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22523
22524 * progmodes/compile.el (compilation-handle-exit): Quote first
22525 argument of `run-hook-with-args'.
22526
22527 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
22528
22529 * buff-menu.el (Buffer-menu-sort-column):
22530 * dabbrev.el (dabbrev-upcase-means-case-search):
22531 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22532 * info.el (Info-current-subfile):
22533 * ls-lisp.el (ls-lisp-verbosity):
22534 * msb.el (msb-menu-cond):
22535 * pcvs.el (cvs-dired-use-hook):
22536 * simple.el (set-mark-command-repeat-pop):
22537 * time.el (display-time-24hr-format, display-time-mail-file):
22538 Doc fixes.
22539
22540 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22541 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22542
22543 * view.el (view-inhibit-help-message): Fix typo in docstring.
22544 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22545
22546 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22547
22548 * textmodes/ispell.el (ispell-start-process): Defend against bad
22549 default-directory.
22550
22551 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22552
22553 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22554 content-transfer-encoding _last_, because it's its position that
22555 we need as value of base64-header-field-end.
22556
22557 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22558
22559 * files.el (mode-require-final-newline, require-final-newline)
22560 (enable-local-variables, enable-local-eval): Doc fixes.
22561
22562 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22563
22564 * ps-print.el: Use default color when foreground or background color
22565 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22566 (ps-print-version): New version 6.7.4.
22567 (ps-rgb-color): New argument. Use default color when color is
22568 unspecified.
22569 (ps-begin-job): Fix code.
22570
22571 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22572
22573 * longlines.el (longlines-mode): Make longlines-auto-wrap
22574 buffer-local. Add hooks unconditionally.
22575 (longlines-auto-wrap): Toggle wrapping.
22576 (longlines-after-change-function)
22577 (longlines-post-command-function): Check longlines-auto-wrap.
22578
22579 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22580
22581 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22582 (xterm-mouse-translate): Use it.
22583
22584 2007-05-10 Richard Stallman <rms@gnu.org>
22585
22586 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22587 (iso-cvt-write-only): Likewise.
22588
22589 * emacs-lisp/easy-mmode.el (define-minor-mode):
22590 Fix generated doc string.
22591
22592 * startup.el (fancy-splash-text): Add URL of guided tour.
22593 Adjust horizontal and vertical whitespace.
22594
22595 * progmodes/compile.el (compilation-handle-exit):
22596 Use run-hook-with-args to run compilation-finish-functions.
22597
22598 * files.el (file-start-mode-alist): New variable.
22599 (magic-mode-regexp-match-limit): Doc fix.
22600 (set-auto-mode): Handle file-start-mode-alist.
22601 A little cleanup of structure.
22602
22603 * dabbrev.el (dabbrev-eliminate-newlines):
22604 Renamed from dabbrev--eliminate-newlines. All uses changed.
22605
22606 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22607
22608 * man.el (Man-next-section): Don't consider the last line of the page
22609 as being part of any section.
22610
22611 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22612
22613 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22614 can take any number of values.
22615
22616 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22619 to the list of citation commands.
22620
22621 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22624
22625 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22626
22627 * progmodes/python.el (python-font-lock-keywords)
22628 (python-open-block-statement-p, python-mode): Add support for the new
22629 "with" keyword.
22630
22631 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22632
22633 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22634 the exact opposite of diff-goto-source.
22635
22636 * emacs-lisp/advice.el (ad-special-forms): Remove.
22637 (ad-special-form-p): Use subr-arity.
22638
22639 * newcomment.el (comment-search-forward): Make sure we search forward.
22640 (comment-enter-backward): Try and distinguish the non-matching case at
22641 EOB from the non-matching case with a missing comment-end-skip for
22642 a 2-char comment ender.
22643 (comment-choose-indent): New function extracted from comment-indent.
22644 Improve the alignment algorithm.
22645 (comment-indent): Use it.
22646
22647 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22648 XML style Processing Instructions.
22649 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22650 (sgml-calculate-indent): Handle `pi' context.
22651
22652 * vc.el: Ensure that update-changelog issues an error when used with
22653 a backend that does not implement it.
22654 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22655 Remove `backend' argument. Use expand-file-name.
22656 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22657
22658 * progmodes/python.el (python-end-of-block): Revert last change.
22659 (python-end-of-statement): Make sure we move *forward*.
22660
22661 2007-05-08 Richard Stallman <rms@gnu.org>
22662
22663 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22664 Don't include non-self-insert commands in the exception for `-'.
22665
22666 2007-05-08 David Reitter <david.reitter@gmail.com>
22667
22668 * progmodes/python.el (python-guess-indent): Check non-nullness
22669 before comparing indent against the 2..8 interval.
22670
22671 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22672
22673 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22674 available.
22675
22676 2007-05-06 Richard Stallman <rms@gnu.org>
22677
22678 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22679
22680 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22681
22682 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22683 rather than storing their value in the revert-buffer function.
22684
22685 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22686
22687 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22688 when disabling t-mouse-mode.
22689
22690 2007-05-01 Davis Herring <herring@lanl.gov>
22691
22692 * calendar/timeclock.el: Update version number.
22693 (timeclock-modeline-display): Mention timeclock-use-display-time
22694 in explanatory message.
22695 (timeclock-in): Fix non-interactive workday specifications.
22696 (timeclock-log): Don't kill the log buffer if it already existed.
22697 Suppress warnings when finding the log. Don't check for a nil
22698 project twice. Run hooks after killing the buffer (if applicable).
22699 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22700 was geometric). All uses changed.
22701 (timeclock-generate-report): Support prefix argument.
22702
22703 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22704
22705 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22706 disconnections.
22707
22708 2007-05-01 Romain Francoise <romain@orebokech.com>
22709
22710 * dired-x.el: Revert 2007-04-06 change.
22711
22712 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22713
22714 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22715
22716 2007-04-29 Richard Stallman <rms@gnu.org>
22717
22718 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22719
22720 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22721
22722 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22723 than 1.
22724
22725 2007-04-28 Richard Stallman <rms@gnu.org>
22726
22727 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22728
22729 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22730
22731 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22732 don't put stop on toolbar.
22733
22734 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22735
22736 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22737
22738 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22739
22740 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22741 instead of $(lisp)/mh-e.
22742
22743 2007-04-28 Glenn Morris <rgm@gnu.org>
22744
22745 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22746 (image-dired-cmd-create-temp-image-options): Replace option
22747 +profile "*" with -strip.
22748
22749 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22750
22751 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22752 Use window-start and window-end.
22753
22754 2007-04-27 Andreas Schwab <schwab@suse.de>
22755
22756 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22757
22758 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22759
22760 * textmodes/fill.el (fill-paragraph): Doc fix.
22761
22762 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22763
22764 * locate.el (locate-in-alternate-database): Doc fix.
22765
22766 2007-04-26 Glenn Morris <rgm@gnu.org>
22767
22768 * button.el (button): Use underline if supported, else fall back
22769 to color.
22770
22771 * version.el (emacs-version): Increase to 22.1.50.
22772
22773 2007-04-25 Richard Stallman <rms@gnu.org>
22774
22775 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22776
22777 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22778
22779 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22780 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22781 pushing mark.
22782 (idlwave-current-routine): Don't push mark.
22783
22784 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22785
22786 * image-dired.el (image-dired-display-image): Derive image-type from
22787 filename rather than assuming jpeg, in case no resizing was needed.
22788
22789 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22790
22791 * custom.el (defface): Doc fix.
22792
22793 See ChangeLog.12 for earlier changes.
22794
22795 ;; Local Variables:
22796 ;; coding: utf-8
22797 ;; add-log-time-zone-rule: t
22798 ;; End:
22799
22800 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22801
22802 This file is part of GNU Emacs.
22803
22804 GNU Emacs is free software; you can redistribute it and/or modify
22805 it under the terms of the GNU General Public License as published by
22806 the Free Software Foundation; either version 3, or (at your option)
22807 any later version.
22808
22809 GNU Emacs is distributed in the hope that it will be useful,
22810 but WITHOUT ANY WARRANTY; without even the implied warranty of
22811 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22812 GNU General Public License for more details.
22813
22814 You should have received a copy of the GNU General Public License
22815 along with GNU Emacs; see the file COPYING. If not, write to the
22816 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22817 Boston, MA 02110-1301, USA.
22818
22819 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af