(vc-status-kill-query): New function.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-status-kill-query): New function.
4 (vc-status-mode): Add it to kill-buffer-query-functions.
5 (vc-status-show-fileentry): New function.
6 (vc-status-menu-map): Bind it. Bind vc-next-action.
7
8 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * minibuffer.el (minibuffer-message): Put cursor at the right place.
11
12 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13
14 * proced.el (proced-send-signal): Fix error recognition.
15
16 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17
18 * proced.el (proced-command-alist): Remove sort column.
19 (proced-command, proced-procname-column):
20 Use make-variable-buffer-local.
21 (proced-signal-function): Rename from proced-kill-program.
22 Allow for elisp symbols and string values representing system calls.
23 (proced-marker-regexp, proced-success-message): New functions.
24 (proced): Use defalias. Add autoload cookie.
25 (proced-unmark-backward, proced-toggle-marks)
26 (proced-hide-processes): New commands.
27 (proced-do-mark): Simplify code.
28 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
29 (proced-update): Remove sorting.
30 (proced-send-signal): Display number of processes to operate on.
31 Allow for system calls or elisp functions to send signals.
32 Check if signal was sent successfully.
33
34 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * minibuffer.el (completion-all-completion-with-base-size): New var.
37 (completion--some): New function.
38 (completion-table-with-context, completion--file-name-table):
39 Return the base-size if requested.
40 (completion-table-in-turn): Generalize to multiple arguments.
41 (complete-in-turn): Compatibility alias.
42 (completion-styles-alist): New var.
43 (completion-styles): New customization.
44 (minibuffer-try-completion, minibuffer-all-completions):
45 New functions.
46 (minibuffer--do-completion, minibuffer-complete-and-exit)
47 (minibuffer-try-word-completion): Use them.
48 (display-completion-list, minibuffer-completion-help): Use them.
49 Handle all-completions's new base-size info to set completion-base-size.
50 * info.el (Info-read-node-name-1): Use completion-table-with-context,
51 completion-table-with-terminator and complete-with-action.
52 Remove the now obsolete completion-base-size-function property.
53 * simple.el (completion-list-mode-map): Move init into declaration.
54 (completion-list-mode): Use define-derived-mode.
55 (completion-setup-function): Use any completion-base-size that may
56 have been set before. Remove handling of completion-base-size-function.
57 * loadup.el: Move abbrev.el up earlier.
58
59 2008-04-13 Alexandre Julliard <julliard@winehq.org>
60
61 * vc-git.el (vc-git-after-dir-status-stage)
62 (vc-git-dir-status-goto-stage): New functions.
63 (vc-git-after-dir-status-stage1)
64 (vc-git-after-dir-status-stage1-empty-db)
65 (vc-git-after-dir-status-stage2): Remove, functionality moved
66 into the new generic stage functions.
67 (vc-git-dir-status-files): New function.
68
69 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
70 comments.
71 (vc-status-refresh-files): New function.
72 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
73 state of up-to-date files.
74 (vc-default-dir-status-files): New function.
75
76 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
77
78 * minibuffer.el (completion--embedded-envvar-table)
79 (read-file-name-internal): Fix typos in 2008-04-11 change.
80
81 * faces.el (read-face-name): Use `completion-table-in-turn',
82 not `complete-in-turn'.
83
84 2008-04-13 Andreas Schwab <schwab@suse.de>
85
86 * progmodes/etags.el: Require 'cl when compiling.
87
88 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
89
90 * progmodes/gud.el (gud-menu-map): Expand tooltip.
91
92 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
93 (menu): Add/expand menu tooltips.
94
95 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
96
97 * progmodes/sh-script.el (sh-show-indent): Fix typo.
98 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
99
100 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
101 considered registered.
102
103 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
104
105 * emacs-lisp/copyright.el (copyright-update-directory): New command.
106
107 * ediff-wind.el (ediff-split-window-function)
108 (ediff-merge-split-window-function): Improve custom type.
109
110 2008-04-12 Eli Zaretskii <eliz@gnu.org>
111
112 * loadup.el ("minibuffer"): Move after "faces".
113
114 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * progmodes/hideif.el (hif-factor): Handle unary minus.
117
118 2008-04-12 Glenn Morris <rgm@gnu.org>
119
120 * calendar/cal-china.el (chinese-calendar-time-zone):
121 Mark obsolete name as risky too.
122
123 * calendar/calendar.el (calendar-faces): New custom group.
124 (calendar-today, diary, holiday): Doc fix.
125 Move to calendar-faces group.
126 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
127 (diary-button): Doc fix. Move to calendar-faces group.
128
129 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
130 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
131 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
132 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
133 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
134 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
135 not in dumped files before the associated defcustom.
136
137 2008-04-11 Johan Bockgård <bojohan@gnu.org>
138
139 * minibuffer.el (lazy-completion-table): Fix debug spec.
140
141 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * minibuffer.el (complete-with-action, lazy-completion-table):
144 Move from subr.el.
145 (apply-partially, completion-table-dynamic)
146 (completion-table-with-context, completion-table-with-terminator)
147 (completion-table-in-turn): New funs.
148 (completion--make-envvar-table, completion--embedded-envvar-table):
149 New funs.
150 (read-file-name-internal): Use them.
151 (completion-setup-hook): Move from simple.el.
152 * subr.el (complete-with-action, lazy-completion-table):
153 * simple.el (completion-setup-hook): Move to minibuffer.el.
154
155 2008-04-11 Glenn Morris <rgm@gnu.org>
156
157 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
158
159 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
162
163 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
164
165 * textmodes/fill.el (fill-forward-paragraph-function): New var.
166 (fill-forward-paragraph): New fun.
167 (fill-paragraph, fill-region): Use it.
168
169 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
170 (vc-status-create-fileinfo): Make `extra' optional.
171 (vc-status-busy): New fun.
172 (vc-status-menu-map): Use it.
173 (vc-status-crt-marked): Remove.
174 (vc-status-update): Rename from vc-status-add-entries.
175 Add argument so as to prevent addition of entries. Rewrite.
176 (vc-update-vc-status-buffer): Remove.
177 (vc-status-refresh): Don't remove old entries, set them to
178 up-to-date instead. Also do it after the update is complete.
179 (vc-status-marked-files): η-reduce.
180
181 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
182 for non-dialogs.
183
184 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
185
186 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
187
188 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
189
190 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
191 to t and don't truncate msg.
192
193 2008-04-11 Glenn Morris <rgm@gnu.org>
194
195 * calendar/calendar.el (diary, holidays):
196 Move custom groups to other files.
197 (holiday-general-holidays, holiday-oriental-holidays)
198 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
199 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
200 (holiday-hebrew-holidays, holiday-christian-holidays)
201 (holiday-islamic-holidays, holiday-bahai-holidays)
202 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
203 * calendar/diary-lib.el: Move custom group here from calendar.el.
204 * calendar/holidays-lib.el: Move custom group and variables here
205 from calendar.el.
206
207 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
208
209 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
210 Fix custom group.
211 (calendar-current-time-zone-cache): Autoload riskiness.
212
213 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
214
215 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
216
217 * woman.el (woman2-TH): Use string-equal instead of string-match.
218
219 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
222 (smerge-resolve): Merge the "2-way refinement" case with one half of
223 the "mere whitespace" resolution.
224
225 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
226
227 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
228
229 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
230
231 * subr.el (assoc-ignore-case, assoc-ignore-representation):
232 Add WHEN to obsolescence declaration.
233
234 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
235
236 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
237
238 * vc-hooks.el (vc-state): Add new state `conflict'.
239 (vc-after-save): Use when not if.
240 (vc-default-mode-line-string): Deal with the conflict state.
241 (vc-prefix-map):
242 (vc-menu-map): Bind vc-status instead of vc-directory.
243
244 * vc.el (vc-editable-p):
245 (vc-default-status-printer):
246 (vc-next-action): Deal with the conflict state.
247 (vc-mark-resolved): New function.
248 (vc-status-mode): Fix mode name.
249 (vc-default-comment-history): Use when not if.
250 (Todo): Add new entries, remove old ones.
251
252 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
253 (vc-cvs-parse-status):
254 (vc-cvs-after-dir-status):
255 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
256 Detect the conflict state.
257
258 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
259
260 2008-04-10 Glenn Morris <rgm@gnu.org>
261
262 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
263 Respect truncate-partial-width-windows in non-full windows,
264 with regards to :toggle and :enable state.
265
266 * simple.el (toggle-truncate-lines): Doc fix.
267
268 * Makefile.in (MH_E_DIR): New variable.
269 (MH_E_SRC): Restore variable removed 2008-03-13.
270 (mh-loaddefs.el): Depend on $MH_E_SRC.
271 (CAL_DIR, CAL_SRC): New variables.
272 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
273 Depend on CAL_SRC.
274
275 * calendar/calendar.el (calendar, diary): Add :prefix.
276 (holidays): Change :prefix.
277 (calendar-today, holiday, calendar-holiday-marker)
278 (european-calendar-style): Change custom groups.
279
280 * calendar/calendar.el (diary-hook, diary-display-hook):
281 Move to diary-lib.el.
282 * calendar/diary-lib.el (diary-hook, diary-display-hook):
283 Move here from calendar.el.
284 * calendar/appt.el: Require diary-lib rather than calendar.
285 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
286
287 * calendar/appt.el (appt): Add :prefix.
288
289 * calendar/diary-lib.el (diary-hook): Doc fix.
290 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
291
292 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
295 New functions.
296
297 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
298 the arg to recursive calls.
299
300 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
301
302 * minibuffer.el (completion-auto-help): Fix typo.
303
304 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
307
308 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
309
310 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
311 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
312
313 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
316
317 * minibuffer.el (minibuffer): Move group from cus-edit.el.
318 (completion-auto-help): Move from C code.
319 (minibuffer--maybe-completion-help): Remove.
320 (minibuffer--bitset): New function.
321 (minibuffer--do-completion): Rename from minibuffer-do-completion.
322 Renumber a bit. Really complete on string *before* point.
323 Add argument used for word-completion.
324 Join trailing / in completion with following text, as done in
325 minibuffer-complete-word.
326 Handle new value `lazy' for completion-auto-help.
327 (minibuffer-try-word-completion): New function extracted from
328 minibuffer-complete-word.
329 (minibuffer-complete-word): Use minibuffer--do-completion.
330 (minibuffer--insert-strings): Rename from
331 minibuffer-complete-insert-strings.
332 (exit-minibuffer): Fix typo.
333 * cus-edit.el (minibuffer): Move group to minibuffer.el.
334 * cus-start.el: Remove completion-auto-help.
335
336 2008-04-09 Alexandre Julliard <julliard@winehq.org>
337
338 * vc.el (vc-status-add-entries): New function.
339 (vc-status-add-entry): Remove.
340 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
341 Use vc-status-add-entries.
342
343 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
344 order.
345
346 2008-04-09 Jason Rumney <jasonr@gnu.org>
347
348 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
349 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
350 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
351 (AUTOGENEL): New variable.
352 (distclean, maintainer-clean): New targets.
353
354 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
355
356 * emacs-lisp/regexp-opt.el (regexp-opt):
357 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
358
359 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
360
361 * nxml/nxml-mode.el (nxml-cleanup): New function.
362 (nxml-mode): Add it to change-major-mode-hook.
363
364 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
365
366 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
367
368 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
369
370 * calc/.cvsignore: New file.
371
372 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
373
374 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
375
376 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
377 show-help-function when turning tooltip off.
378 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
379 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
380
381 2008-04-09 Alan Mackenzie <acm@muc.de>
382
383 * font-lock.el (font-lock-extend-after-change-region-function):
384 Make it buffer local.
385
386 2008-04-09 Glenn Morris <rgm@gnu.org>
387
388 * calendar/calendar.el (diary-file, european-calendar-style):
389 Remove autoload cookies.
390
391 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
392
393 * outline.el (outline-mode-menu-bar-map):
394 * log-view.el (log-view-mode-menu):
395 * log-edit.el (log-edit-menu): Add :help.
396
397 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
398
399 * emacs-lisp/regexp-opt.el (regexp-opt-group):
400 Use substring-no-properties for correct handling of unibyte strings.
401
402 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * add-log.el (change-log-next-buffer): Handle the case where version<
405 signals an error.
406
407 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
408 mouse-major-mode-menu.
409 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
410 (mouse-major-mode-menu, mouse-popup-menubar)
411 (mouse-popup-menubar-stuff): Use them.
412 (C-down-mouse-3): Bind to a dynamic map rather than to
413 mouse-popup-menubar-stuff.
414
415 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
416 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
417
418 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
419
420 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
421 file:// access method.
422
423 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * minibuffer.el: New file.
426 * loadup.el: Load it.
427
428 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
431 rather than subdirs.el. It introduces an ugly circular dependency, tho.
432
433 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
434 (calc-mode-map, calc-digit-map, calc-dispatch-map):
435 Move initialization into declaration.
436 * calc/calc-yank.el:
437 * calc/calc-misc.el:
438 * calc/calc-embed.el:
439 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
440
441 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
442
443 * ps-samp.el (ps-add-printer, ps-remove-printer)
444 (ps-make-dynamic-printer-menu): New functions.
445
446 * net/zeroconf.el: New file.
447
448 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
451
452 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * vc-rcs.el (vc-rcs-modify-change-comment):
455 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
456
457 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
458
459 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
460
461 * international/mule-cmds.el (set-locale-environment): Don't warn if
462 coding system doesn't agree with system locale (this reverts changes
463 by Dave Love, dated 2002-10-27 and 2002-10-09).
464
465 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
466 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
467
468 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
469
470 2008-04-08 Glenn Morris <rgm@gnu.org>
471
472 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
473 * textmodes/remember.el (remember-diary-convert-entry):
474 Require calendar.
475
476 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
477 diary-file, since it is the default for make-diary-entry anyway.
478
479 * calendar/cal-menu.el (cal-menu-event-to-date):
480 Rename calendar-event-to-date. Update callers.
481 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
482 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
483 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
484 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
485 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
486 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
487 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
488 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
489 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
490 (calendar-mouse-tex-month-landscape):
491 Rename cal-tex-mouse-month-landscape.
492 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
493 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
494 (calendar-mouse-tex-year-landscape):
495 Rename cal-tex-mouse-year-landscape.
496 (cal-menu-context-mouse-menu): Update for above name changes.
497
498 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
499 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
500 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
501 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
502 * calendar/holidays.el: Replace int-to-string with number-to-string.
503
504 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
505
506 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
507 region if point moves.
508
509 2008-04-08 Kenichi Handa <handa@m17n.org>
510
511 * faces.el (font-slant-table): Change numeric values for `r',
512 `roman', and `normal'.
513
514 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
515
516 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
517
518 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
519
520 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
521 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
522
523 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
524
525 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
526 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
527
528 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
531
532 2008-04-07 Sam Steingold <sds@gnu.org>
533
534 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
535 Add helper functions.
536 (lisp-do-defun): Extract the common part of lisp-eval-defun and
537 lisp-compile-defun; DEFVAR forms reset the variables to the init
538 values, just like in emacs-lisp mode eval-defun.
539 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
540 (lisp-compile-region): Use lisp-compile-string.
541
542 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * subr.el (combine-and-quote-strings): Also quote strings that contain
545 the separator.
546
547 * pcvs-util.el (cvs-map): Avoid recursion :-(
548
549 2008-04-07 Glenn Morris <rgm@gnu.org>
550
551 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
552
553 * calendar.el (diary-view-entries-initially-flag): Rename
554 view-diary-entries-initially. Keep old name as alias, update users.
555 (calendar-mark-diary-entries-flag): Rename
556 mark-diary-entries-in-calendar. Keep old name as alias, update users.
557 (calendar-view-holidays-initially-flag): Rename
558 view-calendar-holidays-initially. Keep old name as alias, update users.
559 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
560 Keep old name as alias, update users.
561 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
562 Keep old name as alias, update users.
563 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
564 Keep old name as alias, update users.
565 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
566 Keep old name as alias, update users.
567 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
568 (diary-american-date-forms): Rename american-date-diary-pattern.
569 Keep old name as alias, update users.
570 (diary-european-date-forms): Rename european-date-diary-pattern.
571 Keep old name as alias, update users.
572 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
573 Keep old name as alias, update users.
574 (calendar-european-date-display-form): Rename
575 european-calendar-display-form. Keep old name as alias, update users.
576 (calendar-american-date-display-form): Rename
577 european-calendar-display-form. Keep old name as alias, update users.
578 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
579 Keep old name as alias, update users.
580 (holiday-general-holidays): Rename general-holidays.
581 Keep old name as alias, update users.
582 (holiday-oriental-holidays): Rename oriental-holidays.
583 Keep old name as alias, update users.
584 (holiday-local-holidays): Rename local-holidays.
585 Keep old name as alias, update users.
586 (holiday-other-holidays): Rename other-holidays.
587 Keep old name as alias, update users.
588 (holiday-hebrew-holidays): Rename hebrew-holidays.
589 Keep old name as alias, update users.
590 (holiday-christian-holidays): Rename christian-holidays.
591 Keep old name as alias, update users.
592 (holiday-islamic-holidays): Rename islamic-holidays.
593 Keep old name as alias, update users.
594 (holiday-bahai-holidays): Rename bahai-holidays.
595 Keep old name as alias, update users.
596 (holiday-solar-holidays): Rename solar-holidays.
597 Keep old name as alias, update users.
598 (diary-fancy-buffer): Rename fancy-diary-buffer.
599 Keep old name as alias, update users.
600 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
601 Update users.
602 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
603 Update users.
604 (calendar-increment-month): Rename increment-calendar-month.
605 Keep old name as alias, update callers.
606 (calendar-increment-month-cons): Rename old calendar-increment-month.
607 Update callers.
608 (calendar-extract-month): Rename extract-calendar-month.
609 Keep old name as alias, update callers
610 (calendar-extract-day): Rename extract-calendar-day.
611 Keep old name as alias, update callers.
612 (calendar-extract-year): Rename extract-calendar-year.
613 Keep old name as alias, update callers.
614 (calendar-generate-window): Rename generate-calendar-window.
615 Update callers.
616 (calendar-generate): Rename generate-calendar. Update callers.
617 (calendar-generate-month): Rename generate-calendar-month.
618 Update callers.
619 (calendar-redraw): Rename redraw-calendar. Update callers.
620 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
621 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
622 Update callers.
623 (calendar-update-mode-line): Rename update-calendar-mode-line.
624 Update callers.
625 (calendar-exit): Rename exit-calendar. Keep old name as alias,
626 update callers.
627 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
628 Keep old name as alias, update callers.
629 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
630 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
631 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
632 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
633 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
634 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
635 * calendar/solar.el: Update for calendar.el name changes.
636 * org/org.el (org-agenda-format-date-aligned)
637 (org-agenda-execute-calendar-command): Access date elements directly
638 rather than using calendar functions.
639 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
640 Also set calendar-view-diary-initially-flag,
641 calendar-view-holidays-initially-flag
642 (org-get-entries-from-diary): Also set diary-fancy-buffer.
643 (org-agenda-execute-calendar-command): No need to set displayed-day.
644
645 2008-04-06 Alan Mackenzie <acm@muc.de>
646
647 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
648 typo in the doc string.
649
650 * progmodes/cc-mode.el (c-basic-common-init):
651 Set font-lock-extend-after-change-region-function.
652 (c-extend-after-change-region): New function, used in
653 font-lock-extend-after-change-region-function, thus superseding
654 advice on the Font Lock after change functions.
655 (c-advise-fl-for-region): Remove this macro.
656
657 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
658
659 * textmodes/flyspell.el (flyspell-duplicate-distance):
660 Improve custom type.
661
662 2008-04-06 Glenn Morris <rgm@gnu.org>
663
664 * calendar/diary-lib.el (diary-sexp-entry-symbol):
665 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
666 (diary-list-entries-hook): Rename list-diary-entries-hook.
667 Keep old name as alias, update users.
668 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
669 Keep old name as alias, update users.
670 (diary-nongregorian-listing-hook): Rename
671 nongregorian-diary-listing-hook. Keep old name as alias, update users.
672 (diary-nongregorian-marking-hook): Rename
673 nongregorian-diary-marking-hook. Keep old name as alias, update users.
674 (diary-print-entries-hook): Rename print-diary-entries-hook.
675 Keep old name as alias, update users.
676 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
677 Keep old name as alias, update users.
678 (diary-number-of-entries): Rename number-of-diary-entries.
679 Keep old name as alias, update users.
680 (view-diary-entries, list-diary-entries, show-all-diary-entries):
681 Give version of obsolescence.
682 (diary-view-other-diary-entries): Rename view-other-diary-entries.
683 Keep old name as alias, update callers.
684 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
685 update callers.
686 (diary-include-other-diary-files): Rename include-other-diary-files.
687 Keep old name as alias, update callers.
688 (diary-simple-display): Rename simple-diary-display.
689 Keep old name as alias, update callers.
690 (diary-fancy-display): Rename fancy-diary-display.
691 Keep old name as alias, update callers.
692 (diary-print-entries): Rename print-diary-entries.
693 Keep old name as alias, update callers.
694 (diary-marking-entries-flag): Rename marking-diary-entries.
695 Update users.
696 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
697 (diary-mark-entries): Rename mark-diary-entries.
698 Keep old name as alias, update callers.
699 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
700 Keep old name as alias, update callers.
701 (diary-mark-included-diary-files): Rename mark-included-diary-files.
702 Keep old name as alias, update callers.
703 (calendar-mark-days-named): Rename mark-calendar-days-named.
704 Keep old name as alias, update callers.
705 (calendar-mark-month): Rename mark-calendar-month.
706 Keep old name as alias, update callers.
707 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
708 Keep old name as alias, update callers.
709 (diary-sort-entries): Rename sort-diary-entries.
710 Keep old name as alias, update callers.
711 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
712 Keep old name as alias, update callers.
713 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
714 update callers.
715 (diary-insert-entry): Rename insert-diary-entry.
716 Keep old name as alias.
717 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
718 Keep old name as alias.
719 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
720 Keep old name as alias.
721 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
722 Keep old name as alias.
723 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
724 Keep old name as alias.
725 (diary-insert-block-entry): Rename insert-block-diary-entry.
726 Keep old name as alias.
727 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
728 Keep old name as alias.
729 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
730 Keep old name as alias, update users.
731 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
732 Keep old name as alias, update callers.
733 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
734 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
735 * calendar/icalendar.el: Update for diary-lib name changes.
736
737 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
738
739 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
740
741 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
742 for copy, move, and link operations.
743
744 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
745
746 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
747 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
748
749 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
750 'require' statements with 1-argument ones (wrapped in if's).
751 For compatibility with the current stable version of XEmacs.
752
753 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
754
755 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
756
757 2008-04-06 Jason Rumney <jasonr@gnu.org>
758
759 * language/burmese.el ("Burmese"): Make sample text consistent with
760 language name.
761
762 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
763
764 * progmodes/gdb-ui.el (gdb): New group.
765 (gdb-debug-log-max, gdb-enable-debug)
766 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
767 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
768 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
769 (gdb-show-changed-values, gdb-max-children)
770 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
771 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
772 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
773 (gdb-memory-unit): Move to new group from GUD group.
774 (menu): Allow customization from GDB-UI menu-item.
775
776 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
777
778 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
779
780 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
783 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
784 Revision numbers can include ".".
785
786 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
787 "+" lines not accounted for by counting "-" and context lines.
788
789 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
790
791 * term/mac-win.el (mac-service-open-file): Use file URL instead of
792 file name string.
793
794 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
797 (vc-bzr-annotate-time): Accept space used to preserve alignment.
798
799 2008-04-05 Richard Stallman <rms@gnu.org>
800
801 * emacs-lisp/advice.el (defadvice): Add usage pattern.
802
803 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
804
805 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
806 thread in [h-e-w]).
807
808 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
809
810 * files.el (abort-if-file-too-large): Fix typo in docstring.
811
812 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * subr.el (functionp): Return nil for special forms.
815
816 2008-04-05 Glenn Morris <rgm@gnu.org>
817
818 * emacs-lisp/autoload.el (autoload-ensure-default-file):
819 Provide a feature.
820 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
821 Require loaddef file rather than loading it.
822 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
823 autoload-ensure-default-file provides a feature.
824
825 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
826 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
827 (compile, compile-always, recompile): Use $LOADDEFS.
828 (cal-autoloads): Remove.
829
830 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
831 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
832
833 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
834 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
835
836 * calendar/calendar.el (diary-hebrew-entry-symbol):
837 Rename hebrew-diary-entry-symbol. Keep old name as alias.
838 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
839 Keep old name as alias.
840 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
841 Keep old name as alias.
842 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
843 to diary-bahai-entry-symbol.
844 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
845 to diary-hebrew-entry-symbol.
846 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
847 to diary-islamic-entry-symbol.
848 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
849
850 * calendar/solar.el (diary-sabbath-candles-minutes)
851 (diary-sabbath-candles): Move to cal-hebrew.
852 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
853 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
854 Doc fix. Keep old name as alias.
855 (diary-hebrew-sabbath-candles): Simplify.
856 (solar-setup, solar-sunrise-sunset, calendar-latitude)
857 (calendar-longitude, calendar-time-zone): Declare for compiler.
858 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
859 rename.
860
861 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
862 Rename coptic-calendar-month-name-array. Update callers.
863 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
864 (calendar-coptic-name): Rename coptic-name. Update callers.
865 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
866 Update callers.
867 (calendar-coptic-last-day-of-month):
868 Rename coptic-calendar-last-day-of-month. Update callers.
869 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
870 Keep old name as alias, update callers.
871 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
872 Keep old name as alias, update callers.
873 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
874 Keep old name as alias.
875 (calendar-ethiopic-month-name-array):
876 Rename ethiopic-calendar-month-name-array. Update callers.
877 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
878 Update callers.
879 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
880 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
881 Keep old name as alias, update callers.
882 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
883 Keep old name as alias, update callers.
884 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
885 Keep old name as alias.
886
887 * calendar/cal-french.el (calendar-french-epoch):
888 Rename french-calendar-epoch. Update callers.
889 (calendar-french-month-name-array): Rename variable and function
890 french-calendar-month-name-array. Update callers.
891 (calendar-french-multibyte-month-name-array):
892 Rename french-calendar-multibyte-month-name-array. Update callers.
893 (calendar-french-day-name-array): Rename variable and function
894 french-calendar-day-name-array. Update callers.
895 (calendar-french-special-days-array): Rename variable and function
896 french-calendar-special-days-array. Update callers.
897 (calendar-french-multibyte-special-days-array):
898 Rename french-calendar-multibyte-special-days-array. Update callers.
899 (calendar-french-accents-p): Rename french-calendar-accents.
900 Update callers.
901 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
902 Update callers.
903 (calendar-french-last-day-of-month):
904 Rename french-calendar-last-day-of-month. Update callers.
905 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
906 Keep old name as alias, update callers.
907 (calendar-french-print-date): Rename calendar-print-french-date.
908 Keep old name as alias, update callers.
909 (calendar-french-goto-date): Rename calendar-goto-french-date.
910 Keep old name as alias.
911
912 * calendar/cal-menu.el, calendar/calendar.el:
913 Update for Coptic and French name changes.
914
915 * calendar/cal-china.el (calendar-chinese): Rename custom group
916 from chinese-calendar. Update users.
917 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
918 Keep old name as alias, update users.
919 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
920 Keep old name as alias.
921 (calendar-chinese-daylight-time-offset):
922 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
923 update users.
924 (calendar-chinese-standard-time-zone-name):
925 Rename chinese-calendar-standard-time-zone-name.
926 Keep old name as alias, update users.
927 (calendar-chinese-daylight-saving-start):
928 Rename chinese-calendar-daylight-savings-starts.
929 Keep old name as alias, update users.
930 (calendar-chinese-daylight-saving-end):
931 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
932 update users.
933 (calendar-chinese-daylight-saving-start-time):
934 Rename chinese-calendar-daylight-savings-starts-time.
935 Keep old name as alias, update users.
936 (calendar-chinese-daylight-saving-end-time):
937 Rename chinese-calendar-daylight-savings-ends-time.
938 Keep old name as alias, update users.
939 (calendar-chinese-celestial-stem): Rename
940 calendar-chinese-celestial-stem. Keep old name as alias, update users.
941 (calendar-chinese-terrestrial-branch):
942 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
943 update users.
944 (calendar-chinese-zodiac-sign-on-or-after):
945 Rename chinese-zodiac-sign-on-or-after. Update callers.
946 (calendar-chinese-new-moon-on-or-after):
947 Rename chinese-new-moon-on-or-after. Update callers.
948 (calendar-chinese-month-list): Rename chinese-month-list.
949 Update callers.
950 (calendar-chinese-number-months): Rename number-chinese-months.
951 Update callers.
952 (calendar-chinese-compute-year): Rename compute-chinese-year.
953 Update callers.
954 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
955 (calendar-chinese-year): Rename chinese-year. Update callers.
956 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
957 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
958 Keep old name as alias, update callers.
959 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
960 Keep old name as alias, update callers.
961 (calendar-chinese-months-to-alist):
962 Rename make-chinese-month-assoc-list. Update callers.
963 (calendar-chinese-months): Rename chinese-months. Update callers.
964 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
965 Keep old name as alias, update callers.
966
967 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
968 Rename hebrew-calendar-leap-year-p. Update callers.
969 (calendar-hebrew-last-month-of-year):
970 Rename hebrew-calendar-last-month-of-year. Update callers.
971 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
972 Update callers.
973 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
974 Update callers.
975 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
976 Update callers.
977 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
978 Update callers.
979 (calendar-hebrew-last-day-of-month):
980 Rename hebrew-calendar-last-day-of-month. Update callers.
981 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
982 Keep old name as alias, update callers.
983 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
984 Keep old name as alias, update callers.
985 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
986 Keep old name as alias, update callers.
987 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
988 Keep old name as alias.
989 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
990 Keep old name as alias.
991 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
992 Keep old name as alias.
993 (holiday-hebrew-passover): Rename holiday-passover-etc.
994 Keep old name as alias.
995 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
996 Keep old name as alias, update callers.
997 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
998 Keep old name as alias.
999 (calendar-hebrew-mark-date-pattern):
1000 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1001 update callers.
1002 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1003 Keep old name as alias.
1004 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1005 Keep old name as alias.
1006 (diary-hebrew-insert-monthly-entry):
1007 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1008 (diary-hebrew-insert-yearly-entry):
1009 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1010 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1011 Keep old name as alias.
1012 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1013 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1014 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1015 Keep old name as alias.
1016 (calendar-hebrew-parashiot-names):
1017 Rename hebrew-calendar-parashiot-names. Update callers.
1018 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1019 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1020 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1021 (calendar-hebrew-year-Saturday-complete-Tuesday):
1022 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1023 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1024 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1025 (calendar-hebrew-year-Monday-complete-Thursday):
1026 Rename hebrew-calendar-year-Monday-complete-Thursday.
1027 (calendar-hebrew-year-Tuesday-regular-Thursday):
1028 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1029 (calendar-hebrew-year-Thursday-regular-Saturday):
1030 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1031 (calendar-hebrew-year-Thursday-complete-Sunday):
1032 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1033 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1034 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1035 (calendar-hebrew-year-Saturday-complete-Thursday):
1036 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1037 (calendar-hebrew-year-Monday-incomplete-Thursday):
1038 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1039 (calendar-hebrew-year-Monday-complete-Saturday):
1040 Rename hebrew-calendar-year-Monday-complete-Saturday.
1041 (calendar-hebrew-year-Tuesday-regular-Saturday):
1042 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1043 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1044 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1045 (calendar-hebrew-year-Thursday-complete-Tuesday):
1046 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1047 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1048 Update for above name changes of constants.
1049
1050 * calendar/cal-menu.el, calendar/calendar.el:
1051 Update for chinese and hebrew name changes.
1052 * calendar/diary-lib.el: Update for hebrew name changes.
1053
1054 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * subr.el (keymap-canonicalize): Correct thinko.
1057
1058 * server.el: Undo part of the multi-tty change, which is only
1059 needed if server.el is preloaded, and broke server-running-p.
1060 (server-socket-dir): Initialize in the defvar, as before.
1061 (server-start): Remove initialization of server-socket-dir.
1062
1063 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1064
1065 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1066 3-member cons cells.
1067
1068 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * cus-face.el (custom-face-attributes): Handle roman slant.
1071
1072 * faces.el (default): Ensure the face-defface-spec property is set.
1073
1074 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1075
1076 * files.el (abort-if-file-too-large): New function.
1077 (find-file-noselect, insert-file-1): Use it.
1078
1079 2008-04-05 Reto Zimmermann <reto@gnu.org>
1080
1081 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1082 Replace C-c[a-zA-Z] key bindings.
1083
1084 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * progmodes/hideif.el (hif-token-alist): New var.
1087 (hif-token-regexp, hif-tokenize): Use it.
1088 (hif-mathify-binop): New macro.
1089 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1090 (hif-greater-equal, hif-less-equal): Use it.
1091 (hif-logior, hif-logand): New functions.
1092 (hif-math): Accept | and & as well.
1093
1094 * progmodes/etags.el: Fix problem with completion for buffer-local
1095 tables. Reported by Radey Shouman <shouman@comcast.net>.
1096 (tags-complete-tag): Remove.
1097 (tags-lazy-completion-table): New function to replace it.
1098 (find-tag-tag, complete-tag): Update users.
1099
1100 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1101
1102 * vc-rcs.el (vc-rcs-dir-status):
1103 * vc-sccs.el (vc-sccs-dir-status): New function.
1104
1105 * outline.el (outline-mode-menu-bar-map):
1106 * term.el (terminal-signal-menu): Add :help.
1107
1108 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1109 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1110
1111 * emacs-lisp/re-builder.el (reb-mode-map):
1112 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1113
1114 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1115 new files, deleted files and for changing permissions.
1116 (diff-mode): Set beginning-of-defun-function and
1117 end-of-defun-function.
1118
1119 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1120
1121 * vc.el (vc-default-status-fileinfo-extra): New function.
1122 (vc-status-mark-buffer-changed): Use it.
1123 (vc-update-vc-status-buffer): Allow for partial updates.
1124
1125 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1128 tramp-register-completion-file-name-handler.
1129
1130 * subr.el (keymap-canonicalize): New function.
1131 * mouse.el (mouse-menu-non-singleton): Use it.
1132 (mouse-major-mode-menu): Remove hack made unnecessary.
1133
1134 * simple.el (set-fill-column): Prompt rather than error by default.
1135
1136 2008-04-04 Andreas Schwab <schwab@suse.de>
1137
1138 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1139 Reset new-rules after each round.
1140
1141 * Makefile.in (cal-autoloads): New target.
1142 (compile, compile-always, recompile): Depend on it.
1143 ($(lisp)/calendar/cal-loaddefs.el)
1144 ($(lisp)/calendar/diary-loaddefs.el)
1145 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1146
1147 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1148
1149 * ediff*.el: Replace load with require in eval-when-compile.
1150
1151 * ediff-hook: Delete all invocations of (autoload ...).
1152
1153 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1154 in ediff control window, and set its min height to 2.
1155 (ediff-setup-control-buffer): Dedicate the control window.
1156 (ediff-toggle-multiframe): Undedicate control window.
1157 Work directly with ediff-setup-windows-multiframe and
1158 ediff-setup-windows-plain.
1159
1160 * ediff-wind (ediff-choose-window-setup-function-automatically):
1161 New function.
1162 (ediff-window-setup-function): Change initialization.
1163 (ediff-setup-windows-automatic): Delete.
1164 (ediff-setup-windows-plain-merge): Make control window dedicated.
1165 (ediff-destroy-control-frame): Do not skip frames if working in a
1166 single frame.
1167
1168 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1169 eval-when-compile.
1170
1171 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1172 eval-when-compile.
1173
1174 2008-04-04 Glenn Morris <rgm@gnu.org>
1175
1176 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1177 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1178
1179 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1180 Rename islamic-calendar-leap-year-p. Update callers.
1181 (calendar-islamic-last-day-of-month):
1182 Rename islamic-calendar-last-day-of-month. Update callers.
1183 (calendar-islamic-day-number):
1184 Rename islamic-calendar-day-number. Update callers.
1185 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1186 Update callers, keep old name as alias.
1187 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1188 Update callers, keep old name as alias.
1189 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1190 Keep old name as alias.
1191 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1192 Update callers, keep old name as alias.
1193 (calendar-islamic-mark-date-pattern):
1194 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1195 name as alias.
1196 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1197 Keep old name as alias.
1198 (diary-islamic-insert-monthly-entry):
1199 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1200 (diary-islamic-insert-yearly-entry):
1201 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1202
1203 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1204 calendar-absolute-from-iso. Update callers, keep old name as alias.
1205 (calendar-iso-print-date): Rename calendar-print-iso-date.
1206 Update callers, keep old name as alias.
1207 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1208 Keep old name as alias.
1209 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1210 Keep old name as alias.
1211
1212 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1213 calendar-absolute-from-julian. Update callers, keep old name as alias.
1214 (calendar-julian-print-date): Rename calendar-print-julian-date.
1215 Update callers, keep old name as alias.
1216 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1217 Update callers, keep old name as alias.
1218 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1219 Update callers, keep old name as alias.
1220 (calendar-astro-print-day-number):
1221 Rename calendar-print-astro-day-number. Update callers, keep old
1222 name as alias.
1223 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1224 Update callers, keep old name as alias.
1225
1226 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1227 Rename calendar-string-to-mayan-long-count. Update callers.
1228 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1229 Update callers, keep old name as alias.
1230 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1231 Update callers.
1232 (calendar-mayan-read-tzolkin-date):
1233 Rename calendar-read-mayan-tzolkin-date. Update callers.
1234 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1235 Keep old name as alias.
1236 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1237 Keep old name as alias.
1238 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1239 Keep old name as alias.
1240 (calendar-mayan-previous-tzolkin-date):
1241 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1242 (calendar-mayan-next-round-date):
1243 Rename calendar-next-calendar-round-date. Keep old name as alias.
1244 (calendar-mayan-previous-round-date):
1245 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1246 (calendar-mayan-long-count-to-absolute): Rename
1247 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1248 (calendar-mayan-goto-long-count-date):
1249 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1250
1251 * calendar/cal-persia.el (calendar-persian-month-name-array):
1252 Rename persian-calendar-month-name-array. Update callers.
1253 (calendar-persian-epoch): Rename persian-calendar-epoch.
1254 Update callers.
1255 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1256 Update callers.
1257 (calendar-persian-last-day-of-month):
1258 Rename persian-calendar-last-day-of-month. Update callers.
1259 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1260 Update callers, keep old name as alias.
1261 (calendar-persian-print-date): Rename calendar-print-persian-date.
1262 Update callers, keep old name as alias.
1263 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1264 Keep old name as alias.
1265
1266 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1267 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1268 * calendar/solar.el: Update for cal-julian name changes.
1269
1270 * calendar/cal-dst.el: Update for persian name changes.
1271
1272 * calendar/cal-menu.el, calendar/calendar.el:
1273 Update for islamic, iso, julian, mayan, persian name changes.
1274
1275 * calendar/diary-lib.el: Update for islamic name changes.
1276
1277 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1278 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1279 as alias.
1280 (calendar-christian-all-holidays-flag):
1281 Rename all-christian-calendar-holidays. Update callers, keep old
1282 name as alias.
1283 (calendar-islamic-all-holidays-flag):
1284 Rename all-islamic-calendar-holidays. Update callers, keep old
1285 name as alias.
1286 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1287 Update callers, keep old name as alias.
1288 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1289 Update for the above name changes.
1290
1291 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1292
1293 * hilit-chg.el (global-highlight-changes-mode)
1294 (highlight-changes-passive-string, highlight-changes-active-string):
1295 Mark as obsolete since 23.1, not 22.1.
1296
1297 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * hilit-chg.el (highlight-changes-visibility-initial-state)
1300 (hilit-chg-update, highlight-changes-mode-turn-on):
1301 Fix typos in docstrings.
1302
1303 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1304
1305 * newcomment.el (comment-enter-backward): Be careful to restore
1306 position changed during narrowing.
1307
1308 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1309
1310 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1311 Recognize `sub ($$)'.
1312
1313 2008-04-03 Richard Sharman <rsharman@pobox.com>
1314
1315 * hilit-chg.el (highlight-changes-mode): Rename from
1316 highlight-changes; no longer uses sub-modes active and passive;
1317 implemented by define-minor-mode.
1318 (highlight-changes-toggle-visibility): New function, to replace
1319 the old passive/active submodes of global-highlight-changes-mode;
1320 implemented by define-minor-mode.
1321 (global-highlight-changes-mode): Rename from global-highlight-changes;
1322 rewrite using define-globalized-minor-mode.
1323 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1324 (hilit-chg-post-command-hook, hilit-chg-check-global)
1325 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1326 to use of define-globalized-minor-mode.
1327 (highlight-changes-global-initial-state): Change to be boolean.
1328 (highlight-changes-visible-string, highlight-changes-invisible-string):
1329 Rename from highlight-changes-active-string and
1330 highlight-changes-passive-string.
1331 (hilit-chg-update, hilit-chg-set): Use them.
1332 (global-highlight-changes-mode): Rename from global-highlight-changes.
1333 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1334 docstring.
1335 (hilit-chg-hide-changes): Rewrite to use dolist.
1336 (hilit-chg-set-face-on-change, hilit-chg-update)
1337 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1338 variable instead of testing highlight-changes-mode.
1339 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1340 to highlight-changes-mode changed.
1341 (highlight-compare-with-file): Fix problems with interactive
1342 call giving invalid default file.
1343
1344 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1345
1346 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1347 Fix in disassembly buffer (regression in 22.2).
1348
1349 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1350
1351 * emulation/viper-macs.el (viper-read-fast-keysequence):
1352 Use viper-read-event instead of viper-read-key.
1353
1354 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1355
1356 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1357 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1358 let-statements.
1359
1360 * emulation/viper-ex.el, emulation/viper-macs.el:
1361 * emulation/viper-mous.el:
1362 Replace load with require in eval-when-compile.
1363
1364 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1367
1368 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1369 (archive-try-jka-compr): New function.
1370 (archive-set-buffer-as-visiting-file): Use it.
1371
1372 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1373
1374 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * simple.el (handle-shift-selection): New arg.
1377
1378 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1381
1382 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1383
1384 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * shell.el (shell-dynamic-complete-filename): New fun.
1387 (shell-dynamic-complete-functions): Use it.
1388
1389 * help-fns.el (describe-variable): Undo 2008-02-25 change.
1390
1391 2008-04-03 Kenichi Handa <handa@m17n.org>
1392
1393 * international/fontset.el (create-fontset-from-x-resource):
1394 Handle the error of X resource more gracefully.
1395
1396 * international/latin1-disp.el (latin1-display): Don't use make-char.
1397 Fix the argument to set-char-table-range.
1398 (latin1-display-identities): Don't use make-char.
1399 (latin1-display-reset): Use map-charset-chars instead of directly
1400 calling standard-display-default.
1401 (latin1-display-check-font): Don't use make-char.
1402 (latin1-display-setup): Likewise.
1403 (latin1-display-ucs-per-lynx): Likewise.
1404
1405 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1408 name the fields, to make the code clearer.
1409 Rewrite all `aset' and `aref' using the defined accessors.
1410 (timer--time): New pseudo-field.
1411 (timer-set-time, timer-set-idle-time, timer-inc-time)
1412 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1413 (timer--time-less-p): New function.
1414 (timer--activate): New function, extracted from timer-activate.
1415 (timer-activate-when-idle, timer-activate): Use it.
1416 (cancel-function-timers): Use dolist.
1417
1418 2008-04-03 Glenn Morris <rgm@gnu.org>
1419
1420 * add-log.el (c-beginning-of-defun, c-end-of-defun):
1421 Remove declarations; no longer used.
1422 (c-cpp-define-name, c-defun-name): Declare as functions.
1423
1424 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1425 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1426
1427 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1428 (holiday-passover-etc, holiday-hanukkah): Doc fix.
1429 Add optional argument. Simplify.
1430 (holiday-tisha-b-av-etc): Use memq rather than unless.
1431 (holiday-julian): Autoload it.
1432 (holiday-hebrew-misc): New function.
1433
1434 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1435
1436 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1437 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1438 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1439 all-hebrew-calendar-holidays.
1440 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1441 Simplify using new functions.
1442 (calendar-holidays): Doc fix.
1443 (generate-calendar-window): Use bound-and-true-p.
1444
1445 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1446
1447 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1448 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
1449 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
1450 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1451
1452 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1453
1454 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1457
1458 * vc-bzr.el (vc-bzr-checkout): Simplify.
1459
1460 * image-mode.el (image-mode-fit-frame): New command.
1461
1462 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1463 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1464 (keyboard-escape-quit): Check region-active-p i.s.o
1465 transient-mark-mode.
1466
1467 2008-04-02 Simon Josefsson <simon@josefsson.org>
1468
1469 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1470 (imap-message-copyuid-1): Use it.
1471 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1472 J. Williams in
1473 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1474
1475 2008-04-02 Alan Mackenzie <acm@muc.de>
1476
1477 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1478 New optimised functions to get the name of the current defun/macro.
1479
1480 * add-log.el (add-log-current-defun): Move the functionality which
1481 gets the current function name for C like modes to cc-cmds.el,
1482 thus optimising for speed.
1483
1484 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * simple.el (deactivate-mark): When the mark is temporarily
1487 active, restore the original value of transient-mark-mode.
1488 (set-mark-command): First deactivate the mark if was temporarily active.
1489 (exchange-point-and-mark): Reactivate the mark if it was
1490 temporarily active.
1491 (handle-shift-selection): New fun.
1492 (transient-mark-mode): Move var documentation here from buffer.c.
1493 (next-line, previous-line, backward-word, move-end-of-line)
1494 (move-beginning-of-line, forward-to-indentation)
1495 (backward-to-indentation, back-to-indentation)
1496 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1497
1498 * mouse.el (mouse-set-region-1): Save the old value of
1499 transient-mark-mode.
1500 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1501 transient-mark-mode.
1502
1503 * textmodes/paragraphs.el (forward-paragraph)
1504 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1505 interactive spec.
1506
1507 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1508
1509 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1510
1511 * net/tramp.el (tramp-make-tramp-temp-file):
1512 Use `tramp-drop-volume-letter' for the local file name part.
1513
1514 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1515
1516 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1517 Add menu entries corresponding to all the key bindings.
1518
1519 * emacs-lisp/debug.el (debugger-mode-map):
1520 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1521 (conf-align-assignments): Only work on the region if it is active.
1522 (conf-quote-normal): Use when instead of if. Remove redundant test.
1523
1524 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1525 for tracing and re-builder.
1526
1527 2008-04-02 Glenn Morris <rgm@gnu.org>
1528
1529 * calendar/appt.el (appt-disp-window-function): Doc fix.
1530 (appt-display-message): Move beep before display.
1531 (appt-check): Make interactive. Reduce the number of lets.
1532 Use string-equal to compare mode-line strings.
1533 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1534 read-only.
1535 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1536 (appt-delete): Simplify.
1537
1538 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1539
1540 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1541
1542 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1543 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1544 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1545
1546 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1547 (calendar-holiday-marker, mark-visible-calendar-date):
1548 * calendar/diary-lib.el (fancy-diary-display):
1549 Check for font-lock-mode before using faces.
1550
1551 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1552 (calendar-gregorian-from-absolute): Reduce the number of lets.
1553 (hebrew-holidays-4, generate-calendar-window): Simplify.
1554 (calendar-for-loop): Make obsolete.
1555 (calendar-nth-named-day): Doc fix.
1556
1557 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1558 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1559 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1560 Reduce the number of lets.
1561 (mark-sexp-diary-entries, calendar-mark-complex):
1562 Expand calendar-for-loops.
1563
1564 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1565
1566 * find-dired.el (find-dired-filter): Fix last patch to handle
1567 multi-line process input. Pad link numbers too.
1568
1569 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1570
1571 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1572
1573 2008-04-01 Jason Rumney <jasonr@gnu.org>
1574
1575 * international/characters.el (script-list): Add phonetic script,
1576 covering IPA (previously Latin), Phonetic Extensions and
1577 Phonetic Extensions Supplement (both previously unassigned).
1578
1579 * international/fontset.el (setup-default-fontset): Use unicode fonts
1580 that cover bopomofo script for bopomofo.
1581 Likewise for braille and mathematical.
1582 Use unicode scripts that cover the phonetic script for IPA.
1583
1584 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1585
1586 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1587 return the assigned value.
1588
1589 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * abbrev.el (abbrev-mode): Use define-minor-mode.
1592
1593 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1594 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1595 Use map-keymap.
1596 (minor-mode-menu-from-indicator): Use it. Simplify.
1597
1598 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1599 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1600 Bind the key directly to the menu.
1601 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1602
1603 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1604
1605 * epa.el (epa-decrypt-region): Explain the reason why this
1606 function should not be used in Lisp programs.
1607 (epa-decrypt-armor-in-region): Ditto.
1608 (epa-verify-region): Ditto.
1609 (epa-verify-cleartext-in-region): Ditto.
1610 (epa-sign-region): Ditto.
1611 (epa-encrypt-region): Ditto.
1612
1613 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1614
1615 * epa.el (epa-select-keys): Show menu even if there is no key in
1616 GnuPG's keyring.
1617
1618 2008-04-01 Glenn Morris <rgm@gnu.org>
1619
1620 * calendar/calendar.el (calendar-make-temp-face): New function.
1621 (mark-visible-calendar-date):
1622 * calendar/diary-lib.el (fancy-diary-display): Use it.
1623
1624 * vc-hooks.el (vc-responsible-backend): Declare as function.
1625
1626 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1627 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1628 * calendar/cal-julian.el (holiday-julian): Use it.
1629
1630 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1631 (calendar-hebrew-date-is-visible-p): Extract some common code into
1632 separate function.
1633 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1634
1635 * calendar/cal-menu.el (cal-menu-holidays-menu):
1636 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1637 rather than obsolete alias.
1638
1639 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1640 for mark characters.
1641 (calendar-unmark): Unmark by removing all overlays, rather than
1642 redrawing.
1643 (calendar-starred-day): Remove.
1644 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1645 (calendar-cursor-to-date): No need for special star handling now
1646 using overlays.
1647 (calendar-star-date): Use overlays.
1648
1649 * calendar/cal-french.el (calendar-goto-french-date):
1650 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1651 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1652 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1653 * calendar/cal-persia.el (calendar-persian-date-string):
1654 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1655 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1656 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1657 * calendar/solar.el (solar-equinoxes-solstices):
1658 Reduce nesting of some lets.
1659
1660 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1661 (calendar-goto-mayan-long-count-date): Simplify.
1662
1663 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1664 Simplify by using mapcar.
1665 (calendar-list-holidays): Return holiday-list.
1666 (list-holidays): Use let rather than let*. Remove un-needed locals
1667 `d', `never'.
1668 (calendar-check-holidays): Return result from dolist.
1669 (holiday-float): Use a single let*. Simplify if-and to and.
1670 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1671 single let*.
1672
1673 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1674
1675 * calc/calc.el: Autoload `calc-yank'.
1676 (calc-mode-map): Add keybindings for `calc-yank'.
1677 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1678 assignments for `calc-yank'.
1679
1680 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1681
1682 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1683 (vc-status-mark-buffer-changed): Handle the extra field.
1684
1685 * vc-bzr.el (vc-bzr-after-dir-status):
1686 * vc-cvs.el (vc-cvs-after-dir-status):
1687 * vc-hg.el (vc-hg-after-dir-status):
1688 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1689
1690 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * doc-view.el: Compute displayed pages first (in PDF).
1693 (doc-view-current-converter-processes): Rename from
1694 doc-view-current-converter-process. Update users.
1695 (doc-view-sentinel): Test buffer's liveness.
1696 (doc-view-pdf/ps->png-sentinel): Remove.
1697 (doc-view-start-process): New function.
1698 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1699 (doc-view-ps->pdf): Use it.
1700 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1701 New functions.
1702 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1703 (doc-view-mode): Kill the processes when leaving the mode.
1704
1705 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1708 Use `byte-compile-warning-types'. Add docstring.
1709
1710 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1713 (smerge-resolve): Add various resolution heuristics.
1714
1715 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1716 in 3-way conflicts.
1717
1718 2008-03-31 Glenn Morris <rgm@gnu.org>
1719
1720 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1721 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1722 * calendar/cal-islam.el (mark-islamic-diary-entries):
1723 Fix argument order in call to diary-mark-entries-1.
1724
1725 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1726 pre-Bahai dates.
1727 (holiday-bahai): Use an algorithm actually relevant to this calendar
1728 system.
1729
1730 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1731
1732 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1733 Use and.
1734
1735 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1736 in the last fortnight in Julian October.
1737
1738 * calendar/calendar.el (increment-calendar-month): Optionally handle
1739 systems without 12 months per year.
1740
1741 (calendar-date-is-visible-p): Doc fix. Simplify.
1742
1743 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1744 from dolist.
1745
1746 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1749 (hi-lock-unload-function): New function.
1750
1751 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1752
1753 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1754 overwriting when NEWNAME is a local file.
1755
1756 * net/trampver.el: Update release number.
1757
1758 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1759
1760 * vc-git.el: Make vc-status display information about copies,
1761 renames and permission changes.
1762 (vc-git-extra-fileinfo): New defstruct.
1763 (vc-git-escape-file-name, vc-git-file-type-as-string)
1764 (vc-git-rename-as-string, vc-git-permissions-as-string)
1765 (vc-git-status-printer): New functions.
1766 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1767 (vc-git-after-dir-status-stage1): Look for copies, renames and
1768 permission changes.
1769 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1770 (vc-git-dir-status): Ask for staged files and renames.
1771
1772 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * vc.el: Allow backends to display backend specific information in
1775 the vc-status listing.
1776 (vc-status-fileinfo): Add a field for backend specific information.
1777 (vc-status-printer): Rename to ...
1778 (vc-default-status-printer): ... this.
1779 (vc-status-printer): New function.
1780 (vc-update-vc-status-buffer): Set the backend specific file info
1781 if provided.
1782
1783 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * textmodes/remember.el (remember-diary-convert-entry): Revert last
1786 change (ill-conceived).
1787
1788 2008-03-29 Glenn Morris <rgm@gnu.org>
1789
1790 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1791 * calendar/cal-julian.el (holiday-julian): Simplify.
1792
1793 * calendar/holidays.el (list-holidays): Use or.
1794
1795 2008-03-29 Juri Linkov <juri@jurta.org>
1796
1797 * window.el (split-window-preferred-horizontally): New function.
1798
1799 * cus-start.el (split-window-preferred-function):
1800 Set choice for "vertically" to nil instead of split-window.
1801 Set choice for "horizontally" to split-window-preferred-horizontally
1802 instead of lambda.
1803
1804 2008-03-29 Juri Linkov <juri@jurta.org>
1805
1806 * simple.el (minibuffer-default-add-function): New variable with
1807 the default to minibuffer-default-add-completions.
1808 (minibuffer-default-add-done): New variable. Make it buffer-local.
1809 (minibuffer-default-add-completions): New function.
1810 (goto-history-element): Set minibuffer-default-add-done to t and
1811 call a function in minibuffer-default-add-function when the
1812 specified absolute history position is greater than the length of
1813 the minibuffer-default list and minibuffer-default-add-done is nil.
1814 Change "^End of history; no next item$" to "^End of defaults;
1815 no next item$".
1816
1817 * bindings.el (debug-ignored-errors): Change "^End of history;
1818 no next item$" to "^End of defaults; no next item$".
1819
1820 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1823
1824 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1825 to with-no-warnings.
1826
1827 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1828
1829 Sync with Tramp 2.1.13.
1830
1831 * net/tramp-ftp.el: Require 'cl when byte-compiling.
1832
1833 * net/trampver.el: Update release number.
1834
1835 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1836
1837 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1838 the current backend.
1839
1840 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1841 (vc-status-refresh): Create a temporary buffer and call the
1842 `dir-status' backend function from that buffer.
1843
1844 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1845 (vc-bzr-after-dir-status): Don't kill the buffer.
1846
1847 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1848 (vc-cvs-after-dir-status): Don't kill the buffer.
1849
1850 * vc-git.el (vc-git-dir-status): Don't create a buffer.
1851 (vc-git-after-dir-status-stage2): Don't kill the buffer.
1852
1853 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1854 (vc-hg-after-dir-status): Don't kill the buffer.
1855
1856 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1857 (vc-svn-after-dir-status): Don't kill the buffer.
1858
1859 2008-03-29 Glenn Morris <rgm@gnu.org>
1860
1861 * calendar/calendar.el (diary-file, american-date-diary-pattern)
1862 (european-date-diary-pattern, european-calendar-display-form)
1863 (american-calendar-display-form, diary-display-hook): Doc fixes.
1864 (european-calendar-style): Doc fix. Use calendar-set-date-style for
1865 custom :set. Mark as obsolete.
1866 (calendar-date-style, iso-date-diary-pattern)
1867 (iso-calendar-display-form): New user variables.
1868 (diary-date-forms, calendar-date-display-form): Set using
1869 calendar-date-style. Doc fix.
1870 (calendar-set-date-style): New command.
1871 (european-calendar, american-calendar): Use calendar-set-date-style.
1872 Mark as obsolete.
1873
1874 * calendar/diary-lib.el (number): Move declaration where needed.
1875 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1876 (diary-make-date): New function.
1877 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1878 Use diary-make-date.
1879 (diary-date-display-form, diary-insert-entry-1): New functions.
1880 (insert-monthly-diary-entry, insert-yearly-diary-entry):
1881 Use diary-insert-entry-1.
1882 (insert-anniversary-diary-entry, insert-block-diary-entry)
1883 (insert-cyclic-diary-entry): Use diary-date-display-form.
1884
1885 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1886 Autoload diary-insert-entry-1.
1887 * calendar/cal-bahai.el (diary-bahai-insert-entry)
1888 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1889 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1890 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1891 * calendar/cal-islam.el (insert-islamic-diary-entry)
1892 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1893 Use diary-insert-entry-1.
1894
1895 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1896 (diary-yahrzeit): Doc fix. Use diary-make-date.
1897
1898 * calendar/icalendar.el (icalendar--datetime-to-american-date):
1899 New name for icalendar--datetime-to-noneuropean-date. Make old name
1900 obsolete alias.
1901 (icalendar--datetime-to-iso-date): New function.
1902 (icalendar--datetime-to-diary-date): Doc fix. Respect
1903 calendar-date-style if bound.
1904
1905 * textmodes/remember.el (remember-diary-convert-entry):
1906 Respect calendar-date-style if bound.
1907
1908 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1911 (xterm-mouse-handle-delete-frame): Delete.
1912
1913 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1914 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1915 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1916 in xterm-modify-other-keys-terminal-list.
1917
1918 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1919 are conflicts.
1920
1921 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
1922
1923 * vc.el (vc-update): Check if the buffer is unsaved only if it
1924 actually exists.
1925 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1926 vc-print-log.
1927
1928 2008-03-28 Magnus Henoch <mange@freemail.hu>
1929
1930 * net/dns.el (dns-write): Use set-buffer-multibyte.
1931
1932 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * vc-bzr.el (vc-bzr-sha1): New fun.
1935 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1936 (vc-bzr-registered): Use it.
1937
1938 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 * vc.el (vc-status-kill-dir-status-process): Simplify.
1941 (vc-status-refresh): Make sure the buffer is live.
1942 (ring): Don't require it, not used.
1943
1944 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
1945
1946 * progmodes/verilog-mode.el (verilog-auto-inout-module):
1947 Add optional regular expression to AUTOINOUTMODULE.
1948 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1949 (verilog-auto-inst-param, verilog-auto-reg)
1950 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1951 (verilog-auto-output-every, verilog-auto-input)
1952 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1953 (verilog-auto-unused, verilog-auto): Update documentation to use
1954 more obvious instance module names versus cell names.
1955
1956 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
1957
1958 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1959 kill if a process is running.
1960
1961 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1962
1963 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 * vc.el: Add new backend function 'status-extra-headers.
1966 (vc-default-status-extra-headers): New function.
1967 (vc-status-headers): Call 'status-extra-headers. Add colors.
1968
1969 * vc-git.el (vc-git-status-extra-headers): New function.
1970
1971 2008-03-28 Glenn Morris <rgm@gnu.org>
1972
1973 * calendar/cal-menu.el (cal-menu-holidays-menu)
1974 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1975 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1976 holiday-list is optional.
1977 (calendar-mouse-holidays): Remove un-needed local `l'.
1978
1979 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1980 Remove un-needed local `date'.
1981 (calendar-cursor-to-visible-date): Use let rather than let*.
1982 Remove un-needed local `first-of-month-weekday'.
1983
1984 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1985
1986 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1987 Doc fixes.
1988 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
1989 (diary-header-line-flag, diary-header-line-format): Declare.
1990 (diary-pull-attrs): Check for multiple matches.
1991 (diary-list-entries-2): Simplify finding start of date.
1992 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1993 pop-up-frames.
1994 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1995 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1996
1997 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2000
2001 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2002
2003 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2006
2007 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2008
2009 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2010
2011 * international/mule-conf.el (define-iso-single-byte-charset):
2012 Don't make latin-iso8859-* supplementary.
2013 (#'set-charset-priority): Don't change the priority of charsets
2014 `unicode' and `emacs'.
2015
2016 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2019 temp buffer.
2020
2021 2008-03-27 Glenn Morris <rgm@gnu.org>
2022
2023 * calendar/cal-bahai.el (diary-bahai-list-entries):
2024 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2025 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2026
2027 * calendar/calendar.el (diary-file): Doc fix.
2028
2029 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2030 (list-diary-entries-hook, mark-diary-entries-hook)
2031 (include-other-diary-files, diary-mail-entries)
2032 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2033 (diary-set-header): New function.
2034 (diary-header-line-flag, diary-header-line-format):
2035 Use diary-set-header for custom :set function.
2036 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2037 (diary-attrtype-convert): Use intern-soft rather than read.
2038 (diary-display-no-entries): New function.
2039 (simple-diary-display, fancy-diary-display): Use it.
2040 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2041 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2042
2043 * calendar/holidays.el (list-holidays): Doc fix.
2044
2045 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2046
2047 * calc/calc-store.el (calc-read-var-name-history): New variable.
2048 (calc-read-var-name): Use `calc-read-var-name-history'.
2049
2050 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2053 window-configuration-change-hook works buffer-locally.
2054
2055 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2056
2057 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2058 for Emacs Lisp, not Lisp.
2059
2060 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * help-fns.el (describe-function-1, describe-variable):
2063 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2064
2065 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2066 replacement is provided, don't print "use nil instead".
2067
2068 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2069
2070 * complete.el (PC-do-completion): Use regexp-quote.
2071
2072 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2073
2074 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2075 Detect missing files.
2076
2077 * vc-git.el (vc-git-extra-menu-map): New key map.
2078 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2079 New functions.
2080
2081 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2082 and 'missing files.
2083
2084 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * calendar/holidays.el (list-holidays): Make Y2 optional.
2087
2088 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2089 buffers shown to the user.
2090 (appt-disp-window): Disable undo explicitly now that the leading space
2091 is gone.
2092
2093 * simple.el (activate-mark): New function.
2094 (set-mark-command): Use it with region-active-p to clean up the code.
2095 (exchange-point-and-mark): Invert the meaning of C-u when
2096 transient-mark-mode is active.
2097
2098 * dired-aux.el (dired-create-files): Use dolist.
2099
2100 * bindings.el (mode-line-change-eol): Use with-selected-window.
2101
2102 * apropos.el (apropos-command): Include macros.
2103
2104 2008-03-26 Glenn Morris <rgm@gnu.org>
2105
2106 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2107 (calendar-bahai-epoch): Doc fix.
2108
2109 * calendar/cal-china.el: Explicitly require calendar.
2110
2111 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2112 Require calendar rather than cal-julian.
2113 Autoload calendar-absolute-from-julian.
2114 * calendar/cal-coptic.el (coptic-calendar-epoch):
2115 * calendar/cal-islam.el (calendar-islamic-epoch):
2116 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2117
2118 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2119
2120 * calendar/cal-dst.el: Don't require cal-persia.
2121 (calendar-absolute-from-persian): Autoload it.
2122 (dst-adjust-time): Doc fix.
2123
2124 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2125 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2126 calendar.
2127
2128 * calendar/cal-menu.el: Require calendar rather than declaring
2129 functions.
2130 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2131
2132 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2133 calendar-after-frame-setup-hooks. Update callers, make old name an
2134 obsolete alias. Doc fix.
2135 (calendar-frame-1): Doc fix.
2136
2137 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2138
2139 * calendar/calendar.el (oriental-holidays, solar-holidays):
2140 * calendar/holidays.el (list-holidays): Assume atan always bound.
2141
2142 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2143 Explicitly require calendar, not cal-julian.
2144 * calendar/lunar.el: Explicitly require cal-dst.
2145
2146 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2149
2150 * help-fns.el (describe-function-1, describe-variable): If no
2151 replacement is provided, don't print "use nil instead".
2152
2153 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2154
2155 * proced.el: New file.
2156
2157 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2158
2159 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2160
2161 2008-03-25 Juri Linkov <juri@jurta.org>
2162
2163 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2164 in battery-mode-line-format.
2165
2166 * bindings.el (minibuffer-local-map): For the command
2167 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2168 with map which is already locally bound to minibuffer-local-map.
2169
2170 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2173 Remove `sort-first' argument.
2174
2175 * subr.el (redisplay-end-trigger-functions)
2176 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2177 (process-filter-multibyte-p, set-process-filter-multibyte):
2178 Mark as obsolete.
2179
2180 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2183 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2184 use the LOCAL arg of `add-hook'.
2185 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2186 Remove spurious * from defcustom docstrings.
2187 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2188 Fix typos in messages.
2189 (reb-mode-buffer-p): New function.
2190 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2191 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2192 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2193 (reb-update-overlays): Use `unless', `when'.
2194 (re-builder-unload-function): New function.
2195
2196 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 * vc-hooks.el (vc-state): Add documentation for 'missing.
2199
2200 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2201
2202 * progmodes/verilog-mode.el (verilog-auto-output)
2203 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2204 (verilog-delete-auto): Add optional regular expression to
2205 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2206 (verilog-signals-matching-regexp): New internal function for
2207 signal matching.
2208
2209 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2210
2211 * info.el (Info-isearch-search): Always return point.
2212
2213 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * diff-mode.el (diff-remembered-defdir): New var.
2216 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2217
2218 2008-03-25 Glenn Morris <rgm@gnu.org>
2219
2220 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2221 calendar-bahai-prompt-for-date. Update callers, make old name an
2222 obsolete alias. Doc fix.
2223 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2224 coptic-prompt-for-date. Update callers, make old name an
2225 obsolete alias. Doc fix.
2226 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2227 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2228 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2229 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2230 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2231 calendar-iso-read-args. Update callers, make old name an obsolete
2232 alias.
2233 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2234 persian-prompt-for-date. Update callers, make old name an
2235 obsolete alias. Doc fix. Move definition before use.
2236
2237 * calendar/cal-x.el (diary-frame-parameters)
2238 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2239 (calendar-frame-1): Doc fixes.
2240 (make-fancy-diary-buffer): Remove declaration.
2241 (calendar-dedicate-diary): Replace call to deleted function
2242 make-fancy-diary-buffer.
2243 (calendar-frame-setup): New function.
2244 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2245 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2246 work, and mark as obsolete.
2247 (special-display-buffer-names): Don't mess with this; it's not our
2248 business.
2249 (cal-x-load-hook): Defvar it, and mark as obsolete.
2250
2251 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2252 Default to t. Add to 'calendar group.
2253 (calendar): Doc fix. Use calendar-frame-setup.
2254 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2255 (generate-calendar-window): Doc fix.
2256
2257 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2260
2261 2008-03-24 Drew Adams <drew.adams@oracle.com>
2262
2263 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2264 New variables.
2265 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2266 (finder-exit): Ignore errors rather than avoiding them.
2267 Kill *Finder-package* buffer also.
2268
2269 2008-03-24 Andreas Schwab <schwab@suse.de>
2270
2271 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2272
2273 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * vc-hg.el (vc-hg-after-dir-status):
2276 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2277
2278 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2279 Detect removed files.
2280
2281 * vc.el (vc-status-printer): Use a different face for missing files.
2282 (vc-status-hide-up-to-date): Rename from
2283 vc-status-remove-up-to-date. Update all callers.
2284 (vc-status-mode-map): Bind C-m.
2285
2286 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2287
2288 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2289 code ...
2290 (vc-git--state-code): ... to this new function.
2291 (vc-git-state): Use it.
2292
2293 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2294
2295 * textmodes/remember.el (remember-mail-date)
2296 (remember-store-in-mailbox): Write date and From line in such a
2297 way that Mutt can read it.
2298
2299 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * simple.el (transient-mark-mode): Turn on by default.
2302
2303 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2304
2305 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2306 'unregistered for unregistered files.
2307
2308 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2309
2310 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2311
2312 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2313 subdirectories.
2314
2315 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2316 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2317 Add :enable for vc-status-refresh.
2318 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2319 (vc-status-tool-bar-map): Add binding for
2320 vc-status-kill-dir-status-process.
2321 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2322 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2323 Reset vc-status-process-buffer.
2324 (vc-status-refresh): Don't run two refreshes at a time.
2325 (vc-status): If the buffer is already in vc-status-mode only refresh.
2326 (vc-status-mark-buffer-changed): Add an optional file parameter.
2327 (vc-resynch-buffer): Use it.
2328 (vc-delete-file): Expand the file name before using it.
2329 Be careful to not create a new buffer with the old file contents.
2330 Update the VC state after performing the operation.
2331
2332 2008-03-23 Andreas Schwab <schwab@suse.de>
2333
2334 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2335 Fix radio button condition.
2336 [box]: Likewise.
2337 [customize]: Add radio button.
2338
2339 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2340
2341 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2342 (calc-user-parse-tables, calc-gnuplot-default-device)
2343 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2344 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2345 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2346 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2347 (calc-undo-list, calc-redo-list, calc-main-buffer)
2348 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2349 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2350 (calc-said-hello, calc-executing-macro, calc-any-selections)
2351 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2352 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2353 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2354 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2355 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2356 (calc-create-buffer, calc-quit): Add docstrings.
2357
2358 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * makefile.w32-in (WINS_ALMOST): Add org.
2361
2362 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2365 New functions to implement vc-status support.
2366
2367 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 * vc.el (vc-status-prepare-status-buffer): New function.
2370 (vc-status): Use it.
2371
2372 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2373 appropriate.
2374
2375 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2376
2377 * vc-git.el (vc-git--empty-db-p)
2378 (vc-git-after-dir-status-stage1-empty-db): New functions.
2379 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2380 Add support for empty repositories.
2381
2382 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2385 Allow "^" in a version name.
2386
2387 * vc-mtn.el (vc-mtn-state): Support the added state.
2388
2389 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
2390
2391 * org: New directory for Org-mode.
2392
2393 * org/org-export-latex.el: Moved from lisp/texmodes.
2394
2395 * org/org-irc.el: Moved from lisp/texmodes.
2396
2397 * org/org-mac-message.el: Moved from lisp/texmodes.
2398
2399 * org/org-mouse.el: Moved from lisp/texmodes.
2400
2401 * org/org-publish.el: Moved from lisp/texmodes.
2402
2403 2008-03-21 Juri Linkov <juri@jurta.org>
2404
2405 * comint.el (comint-dynamic-simple-complete):
2406 Use variable `stub' for the second arg `common-substring'
2407 of `comint-dynamic-list-completions'.
2408 (comint-dynamic-list-filename-completions):
2409 Use variable `filenondir' for the second arg `common-substring'
2410 of `comint-dynamic-list-completions'.
2411 (comint-dynamic-list-completions): Add new optional arg
2412 `common-substring'. Add `common-substring' as the second arg of
2413 the call to `display-completion-list'. Doc fix.
2414
2415 * comint.el (comint-dynamic-complete-as-filename)
2416 (comint-dynamic-list-filename-completions)
2417 (comint-dynamic-simple-complete): Use `minibuffer-message'
2418 to display message "No completions of %s" when a command
2419 is called in the minibuffer.
2420 (comint-dynamic-simple-complete): Don't display other
2421 completion messages when a command is called in the minibuffer.
2422 (comint-dynamic-list-completions): Use `minibuffer-message'
2423 to display message " [Type space to flush ...]" when a command
2424 is called in the minibuffer.
2425
2426 * shell.el (shell-dynamic-complete-command)
2427 (shell-dynamic-complete-environment-variable): Don't display
2428 completion messages when command is called in the minibuffer.
2429
2430 * emacs-lisp/lisp.el (lisp-complete-symbol):
2431 Use `minibuffer-message' to display message "No completions of %s"
2432 when this command is called in the minibuffer.
2433
2434 * bindings.el (standard-mode-line-modes): Put special help-echo
2435 tooltip on recursive edit %[ %] mode-line constructs.
2436
2437 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2438 "^No dynamic expansion for .* found$" to allow error messages like
2439 "No dynamic expansion for \"%s\" found in this-buffer".
2440
2441 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2444 "psftp".
2445
2446 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2449 * vc.el (vc-default-dired-state-info): Use just "modified".
2450 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2451 (vc-cvs-mode-line-string): Make use of the better default.
2452 (vc-cvs-parse-entry): Use the new `added'.
2453 (vc-cvs-dired-state-info): Remove.
2454 * vc-svn.el (vc-svn-dired-state-info): Remove.
2455 * vc-hg.el (vc-hg-dired-state-info): Remove.
2456 * vc-git.el (vc-git-dired-state-info): Remove.
2457
2458 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * vc-git.el (vc-git-status-result): New variable.
2461 (vc-git-dir-status): Split out ...
2462 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2463 ... these new functions and work asynchronously.
2464
2465 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2466
2467 * vc-git.el (vc-git-after-dir-status): Remove.
2468 (vc-git-dired-state-info): Reimplement.
2469
2470 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * replace.el (occur-mode-map): Add :help.
2473
2474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2475 for disassemble.
2476
2477 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2478 the 'added state.
2479 (vc-status-remove-up-to-date): New function.
2480 (vc-status-mode-map, vc-status-menu-map): Bind it.
2481 (vc-status-printer): Use a different face up-to-date files.
2482 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2483 (Todo): Remove solved entries.
2484
2485 * vc-hg.el (vc-hg-state):
2486 * vc-git.el (vc-git-state):
2487 * vc-cvs.el (vc-cvs-parse-status):
2488 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2489 state.
2490
2491 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * progmodes/compile.el (compile):
2494 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2495
2496 * simple.el (minibuffer-local-shell-command-map): New var.
2497 (minibuffer-complete-shell-command, read-shell-command): New funs.
2498 (shell-command, shell-command-on-region): Use them.
2499
2500 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * vc.el (vc-status-mark-buffer-changed): New function to implement
2503 updating of the *vc-status* buffer when a buffer is saved.
2504 (vc-status-mode): Use it for after-change-hook.
2505 (vc-add-to-vc-status-buffer): Rename to ...
2506 (vc-status-add-entry): ... this.
2507 (Todo): Add new entry.
2508
2509 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2512
2513 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2516 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2517 Remove spurious * from defcustom docstrings.
2518 (icomplete-compute-delay): Fix docstring and remove spurious *.
2519 (icomplete-delay-completions-threshold): Fix typo in docstring and
2520 remove spurious *.
2521 (icomplete-completions): While collecting the list of prospective
2522 candidates, don't overshoot `icomplete-prospects-length'.
2523
2524 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * textmodes/refbib.el:
2527 * textmodes/reftex.el:
2528 * textmodes/reftex-global.el:
2529 * textmodes/reftex-vars.el:
2530 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2531 compiler pacifying defvars.
2532 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2533 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2534 not needed.
2535
2536 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2537
2538 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2539 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2540 (verilog-customize, verilog-font-customize)
2541 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2542 (verilog-mode): Update documentation strings to match tool tips.
2543 (verilog-auto-search-do, verilog-auto-re-search-do)
2544 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2545 expansion when a .* appears inside a string.
2546 (verilog-re-search-forward, verilog-re-search-backward):
2547 Add comment to recall how this works.
2548 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2549
2550 2008-03-20 Glenn Morris <rgm@gnu.org>
2551
2552 * calendar/calendar.el (calendar-other-dates): New function.
2553 (calendar-print-other-dates): Use calendar-other-dates.
2554 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2555 the declarations it replaces.
2556 (calendar-mouse-print-dates): Use calendar-other-dates.
2557
2558 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2559 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2560 (calendar-absolute-from-bahai): Fix the leap-year case.
2561 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2562 (calendar-bahai-date-string, calendar-bahai-print-date):
2563 Handle pre-Bahai dates.
2564
2565 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2566 (chinese-calendar-terrestrial-branch): Make defcustoms.
2567
2568 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2569 (calendar-mouse-view-diary-entries): Use or.
2570 (calendar-mouse-chinese-date): Remove unused command.
2571 (cal-menu-load-hook): Mark as obsolete.
2572
2573 * calendar/solar.el (calendar-location-name, calendar-latitude)
2574 (calendar-longitude, solar-arctan, sunrise-sunset)
2575 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2576
2577 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2578
2579 * calc/calc.el: Remove outdated comments.
2580 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2581 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2582 Add docstrings.
2583
2584 2008-03-19 Jason Rumney <jasonr@gnu.org>
2585
2586 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2587
2588 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2589
2590 * net/tls.el (open-tls-stream): Reindent.
2591
2592 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * net/tramp.el (tramp-let-maybe): Removed.
2595 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2596 It does not exist under XEmacs.
2597 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2598 (tramp-completion-file-name-handler): Let-bind
2599 `directory-sep-char'.
2600
2601 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2602 `directory-sep-char'.
2603
2604 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2607 for autoloaded keymaps.
2608
2609 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2610 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2611 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2612 (verilog-in-comment-p, verilog-in-star-comment-p)
2613 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2614 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2615 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2616 (verilog-skip-forward-comment-p): Use it.
2617
2618 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2619
2620 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2621 (org-remember-templates, org-time-stamp-rounding-minutes)
2622 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2623 (org-columns-new): Fix typos in docstrings.
2624
2625 2008-03-19 Glenn Morris <rgm@gnu.org>
2626
2627 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2628 (tramp-handle-shell-command): Use condition-case rather than
2629 ignore-errors.
2630
2631 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2632
2633 * diff-mode.el (diff-header): Make the color louder.
2634 (diff-refine-change): Tone the color down.
2635
2636 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2637
2638 * descr-text.el (describe-char): When `describe-char-unidata-list'
2639 is set to show all properties, list them in the right order.
2640
2641 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * international/mule.el (load-with-code-conversion): Avoid setting
2644 default-enable-multibyte-characters.
2645
2646 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2647
2648 * vc.el (vc-annotate-background): Fix custom type.
2649
2650 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * descr-text.el (describe-char-unidata-list): Allow specifying
2653 just all properties.
2654 (describe-char): Handle that new value.
2655
2656 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2657
2658 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2659
2660 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2661 instead of file name extension to make docs with uncommon
2662 extensions work.
2663
2664 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2665
2666 * doc-view.el (require): Require cl at compile time because
2667 `assert' needs it.
2668
2669 2008-03-18 Glenn Morris <rgm@gnu.org>
2670
2671 * calendar/calendar.el (initial-calendar-window-hook)
2672 (today-visible-calendar-hook): Doc fixes.
2673
2674 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2675
2676 * net/tramp.el (tramp-root-regexp): Simplify.
2677 (tramp-completion-file-name-regexp-separate): Don't insist on
2678 leading "[". This prevents method or user or host completion.
2679 (tramp-let-maybe): Autoload it.
2680 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2681 is an alias for `identity'.
2682 (tramp-handle-write-region): Protect `last-coding-system-used'
2683 over the trailing statements.
2684 (tramp-completion-file-name-handler-post-function): Remove.
2685 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2686 instead of calling `tramp-drop-volume-letter'.
2687
2688 * net/tramp.el:
2689 * net/tramp-uu.el:
2690 * net/trampver.el: Move coding cookie at the end.
2691
2692 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2695 elements which may be something else than characters.
2696
2697 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2700 New functions to implement vc-status support.
2701
2702 * vc.el (vc-default-extra-status-menu)
2703 (vc-add-to-vc-status-buffer): New functions.
2704
2705 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2706 for eldoc and ielm.
2707
2708 2008-03-17 Glenn Morris <rgm@gnu.org>
2709
2710 * calendar/cal-x.el (diary-frame-parameters)
2711 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2712 Fix custom type; add options.
2713 (calendar-frame, diary-frame): Doc fixes.
2714 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2715 new functions.
2716 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2717 Use calendar-frame-1 and calendar-dedicate-diary.
2718 (calendar-one-frame-setup): Also handle only-one-frame case.
2719 (calendar-only-one-frame-setup): Doc fix. Just call
2720 calendar-one-frame-setup.
2721
2722 * calendar/diary-lib.el: Re-order some definitions before their use.
2723 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2724 (diary-list-entries): Doc fixes.
2725 (make-fancy-diary-display): Remove function.
2726
2727 * calendar/calendar.el (calendar-today-marker)
2728 (initial-calendar-window-hook, today-visible-calendar-hook)
2729 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2730 (calendar-star-date, calendar-mark-today): Doc fixes.
2731 (today-visible-calendar-hook): Add options.
2732 (calendar-in-read-only-buffer): New macro.
2733 (calendar-basic-setup): Adapt for change in calendar-read-date.
2734 Place holiday let inside if.
2735 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2736 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2737 (calendar-print-other-dates): Use one let rather than many.
2738
2739 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2740 (calendar-print-other-dates):
2741 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2742 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2743 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2744 (calendar-cursor-holidays):
2745 * calendar/lunar.el (calendar-phases-of-moon): Use
2746 calendar-in-read-only-buffer to replace previous code and disable undo.
2747
2748 2008-03-16 Juri Linkov <juri@jurta.org>
2749
2750 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2751 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2752 read-from-minibuffer to provide the correct initial minibuffer
2753 history position in isearch-edit-string when it is called from
2754 isearch-ring-adjust.
2755
2756 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2757 to check if the current buffer is the minibuffer, and in this case
2758 call abort-recursive-edit to kill the minibuffer. Doc fix.
2759 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2760 when the current buffer is the minibuffer.
2761
2762 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2763
2764 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2765
2766 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2767 Use non-nil PARENTS attribute of make-directory instead of
2768 explicitly checking existence the current cache directory.
2769
2770 2008-03-16 Daiki Ueno <ueno@unixuser.org>
2771
2772 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2773 M-x epa-file-select-keys.
2774
2775 2008-03-16 Kenichi Handa <handa@m17n.org>
2776
2777 * international/mule.el (auto-coding-alist):
2778 Use no-conversion-multibyte for archive files.
2779
2780 2008-03-16 Glenn Morris <rgm@gnu.org>
2781
2782 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2783 New functions.
2784 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2785 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2786 Use calendar-mark-1.
2787 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2788 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2789 Use calendar-mark-complex.
2790 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2791 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2792 Use calendar-mark-1.
2793
2794 * calendar/calendar.el (calendar-mod): Remove.
2795 * calendar/cal-china.el (calendar-chinese-from-absolute)
2796 (calendar-chinese-date-string): Expand calendar-mod calls.
2797 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2798 Expand calendar-mod calls.
2799
2800 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2801 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2802 (diary-bahai-insert-yearly-entry): Use let rather than let*.
2803 Move obsolete aliases after the functions that replaced them.
2804
2805 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2806 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2807 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2808 Use let rather than let*.
2809 (calendar-hebrew-prompt-for-date): New function.
2810 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2811 (holiday-tisha-b-av-etc): Use unless, let.
2812
2813 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2814 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2815
2816 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2817
2818 * calendar/calendar.el (calendar-for-loop): Add indent spec.
2819
2820 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2821 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2822 than concat.
2823 (diary): Remove un-needed let.
2824 (view-other-diary-entries): Rename argument.
2825 (diary-list-entries-2): New function.
2826 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2827 (print-diary-entries): Use unless.
2828 (diary-mark-entries-1): Change argument order, make all but
2829 markfunc optional. Handle the standard (Gregorian) case.
2830 Use match-string-no-properties. Handle marks.
2831 (mark-diary-entries): Use diary-mark-entries-1.
2832 (diary-font-lock-keywords-1): New macro.
2833 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2834
2835 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
2836
2837 * icalendar.el (icalendar-version): Increase to 0.18.
2838 (icalendar-export-hidden-diary-entries): New variable.
2839 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2840 In case of error, insert full error-val.
2841 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
2842 Use calendar-day-of-week. Return the day number.
2843 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2844
2845 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
2846
2847 * icalendar.el (icalendar-recurring-start-year): New variable.
2848 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2849 (icalendar-export-region): Ignore hidden diary entries.
2850 (icalendar--convert-ordinary-to-ical): Fix case where event
2851 spans across midnight boundary.
2852 (icalendar-first-weekday-of-year): New function.
2853 (icalendar--convert-weekly-to-ical): Allow user-selectable start
2854 year for recurring events (Mozilla calendars do not propagate
2855 recurring events forever, so year 2000 start date was not working).
2856 (icalendar--convert-yearly-to-ical): Remove extra spaces in
2857 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2858
2859 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
2860
2861 * net/tramp.el (tramp-root-regexp): New defconst.
2862 (tramp-completion-file-name-regexp-unified)
2863 (tramp-completion-file-name-regexp-separate)
2864 (tramp-completion-file-name-regexp-url): Use it.
2865 (tramp-do-copy-or-rename-file-via-buffer):
2866 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
2867 t for `insert-file-contents-literally'.
2868 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2869 Autoload it.
2870 (tramp-completion-file-name-handler-post-function): New defconst.
2871 (tramp-completion-file-name-handler): Use it.
2872 (tramp-maybe-open-connection): Update calls to
2873 `tramp-flush-connection-property' for removed 2nd argument.
2874
2875 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2878 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2879 New functions.
2880
2881 2008-03-15 Glenn Morris <rgm@gnu.org>
2882
2883 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2884 New functions.
2885 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2886 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2887 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2888 (diary-bahai-list-entries): Use diary-list-entries-1.
2889 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
2890 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2891 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2892 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2893 (list-hebrew-diary-entries): Use diary-list-entries-1.
2894 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
2895 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2896 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2897 (diary-list-entries-1, diary-mark-entries-1): Autoload.
2898 (list-islamic-diary-entries): Use diary-list-entries-1.
2899 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
2900
2901 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2902
2903 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2904
2905 * calendar/cal-china.el (number-chinese-months)
2906 (calendar-chinese-from-absolute): Use nth, caar.
2907
2908 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2909
2910 * calendar/cal-french.el (french-calendar-accents): Doc fix.
2911
2912 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2913 (calendar-hebrew-month-name-array-leap-year)
2914 (hebrew-calendar-parashiot-names): Make constants.
2915 (diary-parasha): Move definition after constants it uses.
2916
2917 * calendar/cal-html.el (cal-html-insert-link-yearpage)
2918 (cal-html-htmlify-list): Doc fix.
2919 (cal-html-htmlify-entry): Use nth.
2920
2921 * calendar/cal-islam.el (calendar-islamic-month-name-array)
2922 (calendar-islamic-epoch): Make constants.
2923 (calendar-islamic-epoch): Doc fix.
2924
2925 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2926
2927 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2928 (cal-tex-month-name): Doc fix.
2929 (cal-tex-last-blank-p): Use zerop.
2930
2931 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2932 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2933 (calendar-cursor-to-date): Doc fix.
2934 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2935 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2936 (calendar-day-number): Use when.
2937 (generate-calendar-month): Use dotimes.
2938 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2939 (calendar-set-mark): Reverse conditional.
2940 (calendar-make-alist): Move definition before use.
2941
2942 * calendar/diary-lib.el (diary-face-attrs)
2943 (diary-glob-file-regexp-prefix, diary-selective-display)
2944 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2945 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2946 (diary-anniversary, diary-cyclic)
2947 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2948 (diary-header-line-format): Change wording.
2949 (diary-list-entries): Set `date-start' in let.
2950 (include-other-diary-files, mark-included-diary-files): Use format.
2951 (simple-diary-display, fancy-diary-display): Use cadr, unless.
2952 (mark-diary-entries): Use 1+.
2953 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2954 (mark-calendar-month): Use dotimes.
2955
2956 * calendar/holidays.el (displayed-month, displayed-year):
2957 Move declarations where needed.
2958 (calendar-list-holidays): Doc fix.
2959
2960 * calendar/parse-time.el (parse-time-string): Simplify.
2961
2962 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2963 Make constants.
2964 (solar-sunrise-sunset): Rename some local variables for clarity.
2965 (sunrise-sunset): Use zerop.
2966 (solar-mean-equinoxes/solstices): Doc fix.
2967
2968 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2969 Use nth.
2970 (timeclock-completing-read, timeclock-generate-report): Use zerop.
2971 (timeclock-mean, timeclock-generate-report): Use dolist.
2972
2973 * calendar/todo-mode.el (todo-add-category): Simplify.
2974 (todo-more-important-p, todo-delete-item, todo-file-item):
2975 Use unless, when.
2976 (todo-top-priorities): Use zerop.
2977
2978 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
2979
2980 * buff-menu.el (list-buffers-noselect): Display buffer name in
2981 tooltip instead of mouse binding when it doesn't fit in the list.
2982
2983 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * faces.el (xw-defined-colors):
2986 * simple.el (widget-convert, shell-mode): Declare as functions
2987 instead of autoloading.
2988
2989 * abbrev.el:
2990 * button.el:
2991 * cus-face.el:
2992 * ediff-hook.el:
2993 * emacs-lisp/backquote.el:
2994 * emacs-lisp/timer.el:
2995 * facemenu.el:
2996 * faces.el:
2997 * menu-bar.el:
2998 * simple.el:
2999 * subr.el:
3000 * textmodes/fill.el:
3001 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3002 files are preloaded.
3003
3004 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * desktop.el (desktop-create-buffer): Don't catch errors if
3007 debug-on-error is set.
3008
3009 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3010
3011 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3012 ($(lisp)/calendar/diary-loaddefs.el)
3013 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3014 (LOADDEFS): New macro.
3015 (autoloads): Depend on $(LOADDEFS).
3016
3017 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * font-lock.el (featurep): Remove test, not useful anymore.
3020 (facemenu-keymap): Move key binding ...
3021 * facemenu.el (facemenu-keymap): ... here.
3022
3023 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3024 for each file in the list.
3025 (vc-bzr-log-view-mode): Recognize the file marker.
3026
3027 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3028 for checkdoc and profiling.
3029
3030 2008-03-14 Bastien Guerry <bzg@altern.org>
3031
3032 * textmodes/flyspell.el (nxml-mode): Add the right
3033 `flyspell-mode-predicate'.
3034
3035 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3036
3037 2008-03-14 Glenn Morris <rgm@gnu.org>
3038
3039 * calendar/solar.el: Reorder so that functions are defined before use.
3040 (displayed-month, displayed-year): Move declarations where needed.
3041 (solar-get-number): Move definition before use. Use unless.
3042 (solar-equatorial-coordinates): Simplify.
3043 (solar-sunrise-and-sunset): Use let rather than let*.
3044 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
3045
3046 * startup.el (command-line-1): Rename -internal-script back to
3047 -scriptload (reverts previous change).
3048
3049 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3050 (calendar-bahai-leap-base): Add doc strings.
3051 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3052 Move definition before use.
3053 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3054 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3055 variables outside the loop. Use dolist.
3056 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3057
3058 * calendar/cal-china.el: Re-order so that functions are defined before
3059 use.
3060 (displayed-month, displayed-year): Move declarations where needed.
3061 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3062 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3063 Add doc strings.
3064 (chinese-year-cache): Recenter on 2010. Doc fix.
3065 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3066 Doc fix. Simplify.
3067 (chinese-year-cache-init): New function.
3068 (compute-chinese-year, holiday-chinese-new-year)
3069 (calendar-chinese-date-string, calendar-goto-chinese-date)
3070 (make-chinese-month-assoc-list): Use cadr, nth.
3071 (chinese-months): Remove un-needed let.
3072
3073 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3074 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3075 (coptic-prompt-for-date): Move definition before use.
3076
3077 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3078 (calendar-dst-find-data, calendar-daylight-time-offset)
3079 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3080 (calendar-daylight-savings-starts-time)
3081 (calendar-daylight-savings-ends-time): Use cadr, nth.
3082
3083 * calendar/cal-french.el (french-calendar-epoch)
3084 (calendar-goto-french-date): Doc fix.
3085 (french-calendar-month-name-array)
3086 (french-calendar-multibyte-month-name-array)
3087 (french-calendar-day-name-array, french-calendar-special-days-array):
3088 Add doc strings.
3089
3090 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3091 (original-date): Move declarations where needed.
3092 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3093 Doc fix.
3094 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3095 constant variables outside the loop. Use dolist.
3096
3097 * calendar/cal-islam.el (displayed-month, displayed-year)
3098 (original-date): Move declarations where needed.
3099 (islamic-calendar-day-number): Remove unused local variable `day'.
3100 (calendar-goto-islamic-date): Doc fix.
3101 (holiday-islamic): Use unless.
3102 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3103 constant variables outside the loop. Use dolist.
3104 (mark-islamic-calendar-date-pattern): Move definition before use.
3105 Use unless.
3106 (mark-islamic-diary-entries): Doc fix.
3107 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3108 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3109
3110 * calendar/cal-julian.el (calendar-absolute-from-julian):
3111 Move definition before use. Remove un-needed local `day'.
3112 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3113
3114 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3115 (calendar-mayan-tzolkin-names-array): Add doc strings.
3116 (calendar-mayan-long-count-from-absolute): Use a single let.
3117 (calendar-string-to-mayan-long-count): Simplify.
3118 (calendar-next-haab-date, calendar-previous-haab-date)
3119 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3120 (calendar-previous-calendar-round-date)
3121 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3122 Doc fix.
3123 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3124 (calendar-mayan-date-string, calendar-print-mayan-date)
3125 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3126 (calendar-mayan-long-count-common-era): Move definitions before use.
3127
3128 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3129 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3130 Doc fix.
3131 (calendar-mouse-goto-date): Move definition before use.
3132
3133 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3134 Move definition before use.
3135 (calendar-cursor-to-visible-date): Move definition before use.
3136 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3137 and place inside the conditional.
3138 (calendar-forward-day): Simplify.
3139 (calendar-end-of-month): Use unless.
3140 (calendar-goto-day-of-year): Doc fix.
3141 Relocate obsolete aliases after their replacements.
3142
3143 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3144
3145 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3146 variables outside the diary-date-forms loop.
3147
3148 * calendar/calendar.el (diary-file): Doc fix.
3149 (calendar-buffer-list): Return buffers rather than strings (fixes
3150 previous change).
3151 (hebrew-holidays-4): Fix typo.
3152
3153 * calendar/holidays.el (displayed-month, displayed-year):
3154 Move declarations where needed.
3155 (calendar-holiday-list, calendar-list-holidays)
3156 (holiday-filter-visible-calendar): Move definitions before use.
3157 (list-holidays): Use cadr.
3158 Relocate obsolete aliases after their replacements.
3159
3160 * calendar/lunar.el (date, displayed-month, displayed-year):
3161 Move declarations where needed.
3162 (lunar-phase-list): Move definition after functions it uses.
3163 (calendar-phases-of-moon, diary-phases-of-moon)
3164 (lunar-new-moon-on-or-after): Use cadr, nth.
3165 (lunar-new-moon-on-or-after): Doc fix.
3166
3167 * textmodes/org-irc.el (top-level): CL not required when compiling.
3168 (org-irc-visit-erc): Replace runtime CL functions.
3169
3170 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3171 (org-publish-delete-dups): Declare as function.
3172
3173 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3174
3175 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3176 (vc-bzr-show-log-entry): Make regexp match more cases.
3177 (vc-diff-switches-list): Remove autoload, not needed.
3178
3179 2008-03-14 Juri Linkov <juri@jurta.org>
3180
3181 * isearch.el (isearch-edit-string): Remove one call to
3182 `isearch-push-state' not to push an inconsistent state,
3183 but keep another correct call to `isearch-push-state'.
3184 (isearch-ring-adjust): Call `isearch-push-state' only when
3185 `search-ring-update' is non-nil since `isearch-edit-string'
3186 already pushes its state.
3187 (isearch-message): Improve matching the failed part by checking
3188 if the original message starts with the last successful message.
3189
3190 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3191 (dired-perm-write): Rename from `dired-warn-writable'.
3192 Change parent face from `font-lock-warning-face' to
3193 `font-lock-comment-delimiter-face'.
3194 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3195 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3196 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3197 with `dired-perm-write-face'.
3198
3199 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3200
3201 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3202 Create cache dir only if it doesn't already exist.
3203
3204 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3207 of \ and '.
3208
3209 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3210
3211 * net/browse-url.el (browse-url-text-xterm):
3212 Unquote browse-url-text-browser.
3213
3214 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3215
3216 * textmodes/org-mouse.el: Version number change.
3217
3218 * textmodes/org-publish.el (org-publish-expand-components):
3219 Remove null projects from the list of components.
3220 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3221 Remove unused retrieval of the :publishing-directory property.
3222 (org-publish-file): Bugfix: when using a relative directory as the
3223 publishing directory, convert it to a directory filename.
3224 (org-publish-project): New alias.
3225 (org-publish-get-files): Protect against empty p.
3226 (org-publish-file): Send an error when file is not part of any project.
3227 (org-publish-file): Offer to refresh the list of files in known
3228 project when the current file is not part of any project.
3229 (org-publish-before-export-hook)
3230 (org-publish-after-export-hook): New hooks.
3231 (org-publish-org-to): Use new hooks and kill buffers.
3232 (org-publish-file): Remove the code for killing buffers.
3233 (org-publish-initialize-files-alist): Use interactive.
3234 (org-publish-file): If the publishing function creates a new
3235 buffer, kill it after publishing.
3236 (org-publish-timestamp-filename): Protect ":" in file name path
3237 under windows.
3238
3239 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3240 change that killed the LaTeX buffer.
3241
3242 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3243 in the decision tree.
3244 (org-select-remember-template): Clean the code.
3245 (org-prepare-dblock): Add the extra :content parameter.
3246 (org-write-agenda): New output type ".ics" files.
3247 (org-write-agenda): Call `org-icalendar-verify-function', both for
3248 time stamps and for TODO entries.
3249 (org-agenda-collect-markers, org-create-marker-find-array)
3250 (org-check-agenda-marker-table): New functions.
3251 (org-agenda-marker-table): New variable.
3252 (org-export-as-html): Revert the change that killed the html
3253 buffer. Side effects first need to be studied carefully.
3254 (org-get-tags-at): Fix the structure of the condition-case statement.
3255 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3256 (org-timestamp-change): Fix regulear expressions to swallow the
3257 extra character for repeat-shift control.
3258 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3259 (org-get-legal-level): Alias to `org-get-valid-level'.
3260 (org-dblock-write:clocktable): Add a :link parameter, linking
3261 headlines to their location in the Org agenda files.
3262 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3263 throwing an error when getting tags before headlines.
3264 (org-timestamp-change, org-modify-ts-extra)
3265 (org-ts-regexp1): Fix timestamp editing.
3266 (org-agenda-custom-commands-local-options): New constant.
3267 (org-agenda-custom-commands):
3268 Use `org-agenda-custom-commands-local-options' to improve customize
3269 type. "htmlize": Removed hack to fix face problem with htmlize,
3270 it no longer seem necessary.
3271 (org-follow-link-hook): New hook.
3272 (org-agenda-custom-commands): Add "Component" as a tag for each
3273 item in a command serie.
3274 (org-open-at-point): Run `org-follow-link-hook'.
3275 (org-agenda-schedule): Bugfix: don't display marker type when it
3276 is nil.
3277 (org-store-link): org-irc required.
3278 (org-set-regexps-and-options): Parse the new logging options.
3279 (org-extract-log-state-settings): New function.
3280 (org-todo): Handle the new ways of recording state change stuff.
3281 (org-local-logging): New function.
3282 (org-columns-open-link): Fix bug with opening link in column view.
3283 (org-local-logging): New function
3284 (org-todo): Make sure that LOGGING properties are honoured.
3285 (org-todo-keywords): Improve docstring.
3286 (org-startup-options): Cleanup startup options.
3287 (org-set-regexps-and-options): Process the "!" markers.
3288 (org-todo): Respect the new logging stuff.
3289 (org-log-note-how): New variable.
3290 (org-add-log-maybe): New parameter HOW that defines how logging
3291 should be done and also overrides PURPOSE. Add a docstring.
3292 (org-add-log-note): Check if we really need to ask for a note.
3293 (org-get-current-options): Digest the new keyword.
3294 (org-agenda-reset-markers): Rename from
3295 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3296 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3297 function, without force argument.
3298 (org-buffer-property-keys): Bind local variables s and p.
3299 (org-make-tags-matcher): Allow "" to match an empty or
3300 non-existent property value.
3301 (org-export-as-html): Join unsorted lists when they directly
3302 follow each other. Such lists may be created by headlines that
3303 are converted to lists.
3304 (org-nofm-to-completion): New function.
3305 (org-export-as-html): Use :html-extension instead of
3306 org-export-html-extension.
3307 (org-store-link): Support for links from `rmail-summary-mode'.
3308 (org-columns-new, org-complete, org-set-property): Set the
3309 `include-columns' argument in the call to
3310 `org-buffer-property-keys'.
3311 (org-buffer-property-keys): New argument `include-columns', to
3312 include properties expected by any of the COLUMS formats in the
3313 current buffer.
3314 (org-cleaned-string-for-export): Get rid of drawers first, so that
3315 they will be removed also in the text before the first headline.
3316 (org-clock-report): Show the clocktable when found.
3317 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3318 (org-version): With prefix argument, insert `org-version' at point.
3319 (org-agenda-goto): Recenter the window after finding the target
3320 location, to make sure the correct position will be displayed.
3321 (org-agenda-get-deadlines): Don't scale priority with the warning
3322 period.
3323 (org-insert-heading): Don't break line in the middle of the line.
3324 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3325 be 0.
3326 (org-update-checkbox-count): Revamp to deal with hierarchical
3327 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3328 (org-remove-timestamp-with-keyword): New function.
3329 (org-schedule, org-deadline):
3330 Use `org-remove-timestamp-with-keyword' to make sure all such time
3331 stamps are removed.
3332 (org-mode): Support for `align'.
3333 (org-agenda-get-deadlines): Make sure priorities increase as the
3334 due date approaches and is passed.
3335 (org-remember-apply-template): Fix problem with tags that
3336 contain "_" or "@".
3337 (org-make-link-regexps): Improve the regular expression for plain links.
3338 (org-agenda-get-closed): List each clocking entry.
3339 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3340 (org-special-ctrl-k): New option.
3341 (org-kill-line): New function.
3342 (org-archive-all-done): Fix incorrect number of stars in regexp.
3343 (org-refile-get-location): New function.
3344 (org-refile-goto-last-stored): New function.
3345 (org-global-tags-completion-table): Add the value of org-tag-alist
3346 in each buffer, to make sure that also unused tags will be
3347 available for completion.
3348 (org-columns-edit-value)
3349 (org-columns-next-allowed-value): Only update if not in agenda.
3350 (org-clocktable-steps): New function.
3351 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3352 (org-archive-subtree): Add the outline tree context as a property.
3353 (org-closest-date): New optional argument `prefer'.
3354 (org-goto-auto-isearch): New option.
3355 (org-goto-map, org-get-location): Implement auto-isearch.
3356 (org-goto-local-auto-isearch-map): New variable.
3357 (org-goto-local-search-forward-headings)
3358 (org-goto-local-auto-isearch): New functions
3359
3360 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3361
3362 * textmodes/org-irc.el: New file.
3363
3364 2008-03-13 John Wiegley <johnw@gnu.org>
3365
3366 * textmodes/org-mac-message.el: New file.
3367
3368 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * font-lock.el (font-lock-comment-face): Set the foreground for
3371 the light background 8 colors case.
3372
3373 2008-03-13 Glenn Morris <rgm@gnu.org>
3374
3375 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3376 generate-autoload-cookie patterns.
3377
3378 * startup.el (command-line-1): Rename -scriptload to -internal-script.
3379
3380 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3381 (MH_E_SRC): Remove variable.
3382 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3383 Simplify file header. Use $@ for generated-autoload-file.
3384
3385 * Makefile.in (LOADDEFS): New variable.
3386 (AUTOGENEL): Use $LOADDEFS.
3387 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3388 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3389 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3390 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3391 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3392 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3393 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3394 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3395 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3396 Add calendar-specific autoload cookies, and remove any setting of
3397 generated-autoload-file.
3398 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3399 * calendar/diary-lib.el: Replace explicit autoloads with reading of
3400 diary-loaddefs.
3401 * calendar/holidays.el: Replace explicit autoloads with reading of
3402 hol-loaddefs.
3403
3404 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3405 (calendar-buffer-list): Simplify.
3406 (generate-calendar-window): Use calendar-mark-holidays rather than
3407 obsolete alias.
3408
3409 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3410 Use cal-hebrew-yahrzeit-buffer.
3411
3412 * calendar/cal-x.el (calendar-only-one-frame-setup)
3413 (calendar-two-frame-setup): Doc fixes.
3414 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3415
3416 * calendar/appt.el (appt-mode-string): Mark as risky.
3417 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3418
3419 * calendar/cal-html.el (diary-list-entries):
3420 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3421 (calendar-iso-from-absolute): Fix autoloads.
3422
3423 * calendar/cal-iso.el (calendar-absolute-from-iso)
3424 (calendar-iso-read-args): Simplify.
3425 (calendar-iso-date-string, calendar-iso-read-args)
3426 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3427
3428 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3429 (displayed-month, displayed-year): Move declarations where needed.
3430 (calendar-print-astro-day-number): Doc fix.
3431
3432 * calendar/cal-persia.el (persian-calendar-month-name-array)
3433 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3434 (persian-prompt-for-date): Remove local variable `today'.
3435
3436 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3437
3438 * calendar/solar.el (solar-moment, solar-exact-local-noon)
3439 (solar-sunrise-sunset, solar-sunrise-sunset-string)
3440 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3441 (diary-sabbath-candles, solar-equinoxes/solstices)
3442 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3443 (solar-time-equation, solar-date-to-et): Simplify.
3444
3445 * mail/supercite.el: Remove the `function' in `(function (lambda'.
3446 Replace `(car (cdr' with cadr'.
3447
3448 * progmodes/f90.el (f90-font-lock-n): New function.
3449 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3450 Use f90-font-lock-n.
3451 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3452
3453 * progmodes/f90.el (f90-mode-abbrev-table):
3454 * progmodes/fortran.el (fortran-mode-abbrev-table):
3455 Use newer form of define-abbrev, where supported. No need to bind
3456 abbrevs-changed for system abbrevs.
3457
3458 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3461 delete-frame-functions.
3462
3463 * bookmark.el (Info-current-node): Remove.
3464
3465 2008-03-12 Juri Linkov <juri@jurta.org>
3466
3467 * help.el (describe-project): Remove defaliases for view-todo and
3468 describe-project that are now unnecessary after the merge from
3469 emacs--rel--22 that added define-obsolete-function-alias.
3470
3471 * startup.el (inhibit-startup-screen): Revert incomplete
3472 2008-03-10 merge from emacs--rel--22 that partly reverted
3473 2008-02-28 change that added initial message to *scratch* buffer
3474 regardless of the value of `inhibit-startup-screen'.
3475 Now keep this change in the trunk, but not in the 22 branch.
3476
3477 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * international/quail.el (quail-setup-completion-buf, quail-help):
3480 * mail/binhex.el (binhex-decode-region-internal):
3481 * mail/uudecode.el (uudecode-decode-region-internal):
3482 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3483 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3484 setting default-enable-multibyte-characters.
3485
3486 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3487
3488 * comint.el: Fix up indentation and comment style. Remove `function'.
3489
3490 * international/mule-cmds.el (reset-language-environment)
3491 (set-language-environment-nonascii-translation):
3492 Don't set-unibyte-charset.
3493
3494 * doc-view.el: Remove all cb-args, use closures instead.
3495 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3496 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3497 doing an incorrect check). Update all callers to use the new name.
3498 (doc-view-doc->txt): Add missing `txt' argument.
3499
3500 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3501
3502 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3503 md5 sum calculation to single-byte.
3504
3505 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * doc-view.el (doc-view-new-window-function): Add assertion.
3508 (doc-view-doc-type): New var.
3509 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3510 (doc-view-intersection): New fun.
3511 (doc-view-mode): Use it to set the new var.
3512
3513 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3514
3515 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3516 (doc-view-already-converted-p): New functions.
3517 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3518 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3519 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3520 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3521 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3522 (doc-view-convert-current-doc): Don't hardwire the functions the
3523 sentinels call. Now they're provided by two args CALLBACK and
3524 CB-ARGS to the functions.
3525 (doc-view-search): Use doc-view-doc->txt.
3526 (doc-view-initiate-display): Use doc-view-already-converted-p.
3527 Mention new binding C-c C-t if doc-view-mode doesn't work.
3528
3529 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3530
3531 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3532
3533 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3536 Mark " outside of tags as punctuation.
3537
3538 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * menu-bar.el (minibuffer-local-map): Use the same command for the
3541 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3542 Prefer RET over C-j for exit-minibuffer.
3543
3544 * files.el (display-buffer-other-frame): Eliminate problematic code.
3545
3546 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3547 (menu-bar-select-buffer): Remove.
3548 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3549 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3550
3551 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * icomplete.el (icomplete-completions): Remove obsolete code.
3554
3555 * net/net-utils.el (iwconfig-program-options): Doc fix.
3556 (net-utils-run-program, run-network-program): Define as functions.
3557
3558 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3561
3562 2008-03-11 Glenn Morris <rgm@gnu.org>
3563
3564 * faces.el (mode-line-emphasis): New face.
3565 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3566
3567 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3568
3569 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * simple.el (set-mark-command): Doc fix.
3572
3573 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3576
3577 * emacs-lisp/autoload.el (autoload-find-destination):
3578 Don't force raw-text.
3579
3580 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3581 * calendar/cal-loaddefs.el: Don't version control.
3582
3583 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3584
3585 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3586 entries and add :help to the existing ones.
3587
3588 2008-03-10 Glenn Morris <rgm@gnu.org>
3589
3590 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3591 to where they are needed.
3592
3593 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3594 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3595 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3596 (calendar-version): Doc fixes.
3597 (calendar-absolute-from-gregorian): Use zerop.
3598 (calendar-mode-line-format): Make it a defcustom.
3599
3600 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3601 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3602 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3603 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3604 (mark-included-diary-files, mark-calendar-days-named)
3605 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3606 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3607 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3608 (insert-anniversary-diary-entry, insert-block-diary-entry)
3609 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3610 (diary-font-lock-sexps): Doc fixes.
3611 (diary-remind-message, mark-calendar-month): Use zerop.
3612 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3613 (diary-list-entries): Revert let to let* (previous change).
3614
3615 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3616
3617 2008-03-10 Kim F. Storm <storm@cua.dk>
3618
3619 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3620 function aliases for the old names.
3621
3622 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * iswitchb.el (iswitchb-use-faces): Doc fix.
3625 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3626 Fix typos in docstrings.
3627
3628 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3629
3630 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3631 Fix typo.
3632 (verilog-type-font-keywords): Reindent.
3633
3634 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3635
3636 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3637 grouping-keyword regular expression.
3638 (verilog-font-lock-keywords): Allow users to toggle special
3639 highlight of grouping-keywords.
3640 (verilog-highlight-grouping-keywords): The toggle for special
3641 highlighting of grouping keywords.
3642
3643 2008-03-10 Juri Linkov <juri@jurta.org>
3644
3645 * startup.el: Revert 2008-02-28 change that adds initial message
3646 to *scratch* buffer regardless of the value of
3647 `inhibit-startup-screen'.
3648
3649 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3650
3651 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3652 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3653 * progmodes/verilog-mode.el (verilog-mode):
3654 * net/socks.el (socks):
3655 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3656
3657 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3660 (doc-view-bookmark-make-record): Use them.
3661 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3662 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3663
3664 * bookmark.el (bookmark-make-record-function): Change expected return
3665 value to include a suggested bookmark name.
3666 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3667 Fix reversed `overwrite' semantics.
3668 (bookmark-set): Call bookmark-make-record before prompting the user.
3669 Then pass the result to bookmark-store later on.
3670 (bookmark-make-name-function): Remove.
3671 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3672 * info.el (bookmark-make-name-function): Remove.
3673 (Info-mode): Don't set it.
3674 (Info-bookmark-make-name): Remove.
3675 (Info-bookmark-make-record): Use Info-current-node as suggested default
3676 bookmark name.
3677
3678 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3679 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3680 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3681 (bookmark-annotation-buffer, bookmark-annotation-file)
3682 (bookmark-annotation-point, bookmark-send-annotation)
3683 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3684 (bookmark-edit-annotation-text-func): Rename from
3685 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3686 (bookmark-edit-annotation-mode-map): Move initialization into
3687 declaration.
3688
3689 * bookmark.el: Remove spurious * in docstrings.
3690 (bookmark-minibuffer-read-name-map): New var.
3691 (bookmark-set): Use it. Also pass the default value as it should.
3692 (bookmark-send-edited-annotation): Take no chances with text properties.
3693 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3694 (bookmark-insert-buffer-name): Remove.
3695 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3696
3697 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3698
3699 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3700
3701 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3702
3703 * diff-mode.el (diff-mode-menu): Add :help.
3704
3705 2008-03-09 Glenn Morris <rgm@gnu.org>
3706
3707 * calendar/calendar.el (general-holidays, oriental-holidays)
3708 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3709 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3710 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3711 (calendar-holidays): Restore autoload cookies, because people are
3712 used to using these variables without loading calendar.el.
3713
3714 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3715 (date, number): Declare where needed.
3716
3717 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3718 (list-sexp-diary-entries): Doc fixes.
3719 (diary-list-entries): Doc fix. Remove free variable `entry'.
3720 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3721 Simplify setting of `date-holiday-list'.
3722 (mark-diary-entries): Remove free variable `entry'.
3723 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3724 Use let where let* is not needed.
3725
3726 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3729 make-record function, instead paste it in afterwards.
3730 (bookmark-make-record-for-text-file):
3731 * doc-view.el (doc-view-bookmark-make-record):
3732 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3733
3734 2008-03-08 Glenn Morris <rgm@gnu.org>
3735
3736 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3737
3738 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * calendar/diary-lib.el (diary-list-entries)
3741 (include-other-diary-files, mark-diary-entries)
3742 (mark-sexp-diary-entries, mark-included-diary-files)
3743 (diary-entry-time, list-sexp-diary-entries): Remove the special
3744 handling of ^M that dates back to the use of selective-display.
3745 (simple-diary-display): Obey setting of pop-up-frames.
3746 (body, entry): Remove unnecessary declarations.
3747
3748 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3749 (bookmark-get-annotation, bookmark-set-annotation)
3750 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3751 (bookmark-set-position, bookmark-get-front-context-string)
3752 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3753 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3754 * info.el (Info-bookmark-make-record): Don't bother recording point.
3755 (bookmark-get-filename, bookmark-get-front-context-string)
3756 (bookmark-get-rear-context-string, bookmark-get-position):
3757 Don't declare any more.
3758 (bookmark-get-info-node): Remove.
3759 (bookmark-prop-get): Declare.
3760 (Info-bookmark-jump): Use it.
3761
3762 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3763
3764 * subr.el (while-no-input): Don't splice BODY directly into the
3765 `or' form.
3766
3767 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3768
3769 * diff-mode.el (diff-ignore-whitespace-hunk):
3770 Bind inhibit-read-only before trying to change the buffer.
3771
3772 2008-03-08 Glenn Morris <rgm@gnu.org>
3773
3774 * calendar/appt.el (appt): Move custom group here from calendar.el.
3775 (appt-disp-window, appt-convert-time): Doc fixes.
3776
3777 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3778 (calendar-bahai-mark-date-pattern):
3779 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3780 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3781 * calendar/cal-julian.el (calendar-absolute-from-julian):
3782 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3783
3784 * calendar/cal-china.el (chinese-calendar): Move custom group here from
3785 calendar.el.
3786 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3787 Make constants.
3788 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3789 (chinese-calendar-daylight-savings-starts)
3790 (chinese-calendar-daylight-savings-ends)
3791 (chinese-calendar-daylight-savings-starts-time)
3792 (chinese-calendar-daylight-savings-ends-time)
3793 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3794 Doc fixes.
3795
3796 * calendar/cal-coptic.el (coptic-name): Add doc string.
3797
3798 * calendar/cal-french.el (french-calendar-month-name-array)
3799 (french-calendar-day-name-array, french-calendar-special-days-array):
3800 Add doc strings.
3801
3802 * calendar/cal-bahai.el (diary-bahai-mark-entries)
3803 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3804 (diary-bahai-insert-yearly-entry):
3805 * calendar/cal-dst.el (calendar-next-time-zone-transition)
3806 (calendar-time-zone):
3807 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3808 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3809 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3810 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3811 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3812 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3813 (list-islamic-diary-entries, mark-islamic-diary-entries)
3814 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3815 (insert-yearly-islamic-diary-entry):
3816 * calendar/cal-iso.el (calendar-iso-read-args):
3817 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3818 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3819 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3820 (calendar-next-calendar-round-date)
3821 (calendar-mayan-long-count-common-era):
3822 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3823 (cal-menu-x-popup-menu, calendar-mouse-holidays)
3824 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3825 (calendar-mouse-goto-date):
3826 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3827 * calendar/holidays.el (holidays):
3828 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3829 * calendar/time-date.el (date-to-time, time-subtract, time-add)
3830 (safe-date-to-time): Doc fixes.
3831
3832 * calendar/cal-persia.el (persian-calendar-month-name-array)
3833 (persian-calendar-epoch): Make constants.
3834
3835 * calendar/cal-tex.el (calendar-tex): Move custom group here from
3836 calendar.el.
3837
3838 * calendar/cal-x.el (diary-frame-parameters)
3839 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3840 (calendar-after-frame-setup-hooks): Make defcustoms.
3841 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3842 (calendar-two-frame-setup): Doc fix.
3843
3844 * calendar/cal-loaddefs.el: New file.
3845
3846 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3847 * calendar/cal-french.el, calendar/cal-html.el:
3848 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3849 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3850 * calendar/cal-tex.el, calendar/cal-x.el:
3851 Unquote lambda functions. Add autoload cookies to functions formerly
3852 autoloaded in calendar.el. Set `generated-autoload-file' to
3853 "cal-loaddefs.el".
3854
3855 * calendar/calendar.el: Move many autoloads to separate file,
3856 cal-loaddefs.el. Move defcustoms to start and re-order.
3857 (calendar-month-name-array, calendar-starred-day): No need to
3858 declare for compiler.
3859 (cal-loaddefs): Require it.
3860 (appt, chinese-calendar, calendar-tex): Move custom groups to the
3861 appropriate file.
3862 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3863 Reverse logic.
3864 (diary-face, diary-file-name-prefix-function, diary-include-string)
3865 (diary-glob-file-regexp-prefix, diary-face-attrs)
3866 (diary-file-name-prefix, sexp-diary-entry-symbol)
3867 (print-diary-entries-hook, list-diary-entries-hook)
3868 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3869 (nongregorian-diary-marking-hook, diary-list-include-blanks):
3870 Move to diary-lib.
3871 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3872 (all-bahai-calendar-holidays): Doc fix.
3873 (calendar-insert-indented): Doc fix. Use when rather than if.
3874 (exit-calendar): Use mapc rather than mapcar.
3875 (calendar-cursor-to-date): Use zerop.
3876 (calendar-mark-ring): Add doc-string.
3877 (calendar-starred-day): Defvar it.
3878 (calendar-mode): Make calendar-starred-day local.
3879 (calendar-star-date): No need to make calendar-starred-day local.
3880
3881 * calendar/diary-lib.el: Move defcustoms to start.
3882 (diary-include-string, diary-list-include-blanks)
3883 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3884 (diary-file-name-prefix, diary-file-name-prefix-function)
3885 (sexp-diary-entry-symbol, list-diary-entries-hook)
3886 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3887 (nongregorian-diary-marking-hook, print-diary-entries-hook):
3888 Move here from calendar.el.
3889 (diary-file-name-prefix-function): Use 'identity.
3890 (diary-face): Make it a defcustom, and mark as obsolete.
3891 (top-level): No need to require cal-hebrew, cal-islam when compiling.
3892 (calendar-hebrew-month-name-array-leap-year)
3893 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3894 Define for compiler.
3895 (diary-font-lock-keywords): Use format rather than concat.
3896 Add bahai-diary-entry-symbol.
3897
3898 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3899 * calendar/solar.el: Unquote lambda functions.
3900
3901 * calendar/solar.el (calendar-location-name, calendar-latitude)
3902 (calendar-longitude, solar-setup, solar-sin-degrees)
3903 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3904 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3905 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3906 (solar-exact-local-noon, solar-julian-ut-centuries)
3907 (solar-ephemeris-time, solar-date-next-longitude)
3908 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3909 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3910 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3911 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3912 Doc fixes.
3913 (solar-horizontal-coordinates, solar-equatorial-coordinates)
3914 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3915 (solar-ecliptic-coordinates): Use unless.
3916 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3917 Use or.
3918
3919 * calendar/timeclock.el: Add doc-strings to all functions.
3920 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3921 (timeclock-entry-list-length, timeclock-entry-list-projects)
3922 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3923
3924 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3925
3926 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3927 (org-get-entries-from-diary): Require diary-lib.
3928
3929 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3932 Pacify byte-compiler.
3933
3934 2008-03-07 Alan Mackenzie <acm@muc.de>
3935
3936 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3937 paren/bracket pairs parsed, to solve performance problem.
3938
3939 2008-03-07 Bastien Guerry <bzg@altern.org>
3940
3941 * bookmark.el (bookmark-set): Don't check for
3942 `bookmark-make-name-function' since `bookmark-buffer-file-name'
3943 already takes care of this.
3944 (bookmark-buffer-name, bookmark-buffer-file-name):
3945 Remove Info-mode specific code.
3946
3947 * info.el (bookmark-get-info-node): Define this function in
3948 info.el, not in bookmark.el.
3949 (Info-mode): Set `bookmark-make-name-function' to
3950 `Info-bookmark-make-name' locally.
3951 (Info-bookmark-make-name): New function.
3952
3953 * bookmark.el (bookmark-make-name-function): New variable.
3954
3955 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3956
3957 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3958 buffer-local, not `bookmark-make-cell-function' (the old name).
3959
3960 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
3961
3962 * doc-view.el (doc-view-bookmark-make-record):
3963 * image-mode.el (image-bookmark-make-record):
3964 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3965
3966 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
3967
3968 * vc.el (vc-status-menu-map-filter): Return orig-binding if
3969 boundp 'vc-ignore-menu-filter.
3970 (vc-status-tool-bar-map): Make it defvar.
3971 (vc-status-mode): vc-status-tool-bar-map now variable.
3972 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3973
3974 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3975
3976 Give a better name to part of the bookmark interface.
3977
3978 This was originally a much larger change, but halfway through I
3979 updated and discovered that Stefan Monnier had done the rest.
3980 It looks like he anticipated the new name too, because he used
3981 `the-record' instead of `the-cell' for some internal variable names.
3982
3983 * bookmark.el (bookmark-make-record-function): Was
3984 `bookmark-make-cell-function'.
3985 (bookmark-make, bookmark-send-annotation): Update for above.
3986 (bookmark-make-record-for-text-file):
3987 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3988
3989 * info.el: Adjust accordingly.
3990 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3991
3992 * image-mode.el: Adjust accordingly.
3993 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3994
3995 * doc-view.el: Adjust accordingly.
3996 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3997
3998 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4001 Move initialization into declaration.
4002 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4003 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4004 (bookmark-info-current-node): Remove.
4005 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4006 Add relocation fallback. Set bookmark-current-bookmark.
4007 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4008 Remove relocation fallback. Don't set bookmark-current-bookmark.
4009 (bookmark-set): Let it be used even if there's no buffer-file-name
4010 as long as there is a bookmark-make-cell-function.
4011 * info.el (Info-bookmark-jump): Remove relocation fallback.
4012 Don't set bookmark-current-bookmark.
4013
4014 2008-03-07 Glenn Morris <rgm@gnu.org>
4015
4016 * calendar/appt.el (appt-issue-message)
4017 (appt-message-warning-time, appt-audible, appt-visible)
4018 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4019 (appt-display-diary): Remove autoload cookies.
4020
4021 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4022 Remove leading `*' from defcustom doc-strings.
4023
4024 * calendar/cal-dst.el (calendar-dst): New custom group.
4025 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4026 (calendar-time-zone, calendar-daylight-time-offset)
4027 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4028 (calendar-daylight-savings-starts-time)
4029 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4030 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4031 Move to start.
4032
4033 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4034
4035 * calendar/calendar.el (calendar-version): Use emacs-version and
4036 make it obsolete. Move to end.
4037 (calendar-offset, view-diary-entries-initially)
4038 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4039 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4040 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4041 (all-bahai-calendar-holidays, calendar-load-hook)
4042 (initial-calendar-window-hook, today-visible-calendar-hook)
4043 (today-invisible-calendar-hook, calendar-move-hook)
4044 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4045 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4046 (diary-include-string, sexp-diary-entry-symbol)
4047 (abbreviated-calendar-year, american-date-diary-pattern)
4048 (european-date-diary-pattern, european-calendar-display-form)
4049 (american-calendar-display-form, print-diary-entries-hook)
4050 (list-diary-entries-hook, diary-hook, diary-display-hook)
4051 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4052 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4053 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4054 (local-holidays, other-holidays, hebrew-holidays-1)
4055 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4056 (hebrew-holidays, christian-holidays, islamic-holidays)
4057 (bahai-holidays, solar-holidays, calendar-setup)
4058 (calendar-week-start-day): Remove autoload cookies.
4059 (diary-glob-file-regexp-prefix): Doc fix.
4060 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4061 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4062 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4063
4064 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4065 (calendar-time-display-form, calendar-latitude)
4066 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4067 cookies.
4068 (calendar-latitude, calendar-longitude): Move functions after
4069 variables.
4070 (diary-sabbath-candles-minutes): Move to start.
4071 (solar-setup): Use or rather than if.
4072 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4073 Remove condition-case.
4074 (solar-atn2): Use zerop.
4075 (solar-equinoxes-solstices): Doc fix.
4076
4077 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4078 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4079
4080 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4081 (calendar-longitude, calendar-latitude, calendar-location-name):
4082 Declare for compiler.
4083
4084 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * arc-mode.el (archive-ar-file-header-re): New const.
4087 (archive-ar-summarize, archive-ar-extract): New funs.
4088 (archive-find-type): Recognize ar archives.
4089
4090 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4091 New functions.
4092
4093 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4094
4095 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4096
4097 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4098 Replace :enable (mark-active) with :enable mark-active.
4099
4100 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * vms-patch.el (make-legal-file-name): New obsolete alias.
4103 (make-valid-file-name): Rename from `make-legal-file-name'.
4104 (make-auto-save-file-name): Use it.
4105
4106 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4107 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4108 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4109
4110 * textmodes/org.el (org-export-html-style): Doc fix.
4111 (org-get-legal-level): New obsolete alias.
4112 (org-get-valid-level): Rename from `org-get-legal-level'.
4113 (org-promote, org-demote, org-archive-subtree)
4114 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4115
4116 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4117
4118 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4119
4120 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4121 (vc-status-toggle-mark): New functions.
4122 (vc-status-mode): Set tool bar map.
4123
4124 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4127 Reported by Drew Adams <drew.adams@oracle.com>.
4128
4129 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4130
4131 * subr.el (read-quoted-char): Resolve modifers of the character
4132 event.
4133
4134 * comint.el (comint-exec-1): Don't change the coding-system for
4135 decoding to dos-like EOL.
4136 (comint-carriage-motion): Fully rewrite.
4137
4138 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4139
4140 * epg.el (epg-context-include-certs): Reflow docstring.
4141 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4142 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4143 (epg-context-set-signers, epg-context-set-sig-notations)
4144 (epg-make-import-status, epg-make-import-result)
4145 (epg-start-delete-keys): Fix typos in docstrings.
4146 (epg-start-sign-keys, epg-sign-keys):
4147 Fix typos in obsolescence declarations.
4148
4149 * iswitchb.el: Don't check for `cadr' and `last'.
4150 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4151 Add obsolescence declaration and remove redundant info from docstring.
4152 (iswitchb-set-common-completion, iswitchb-set-matches)
4153 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4154 (recentf-list, most-len, most-is-exact):
4155 Don't wrap defvars within `eval-when-compile'.
4156
4157 2008-03-05 Glenn Morris <rgm@gnu.org>
4158
4159 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4160 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4161 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4162 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4163 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4164
4165 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4166 declaration for compiler.
4167 (ediff-xemacs-init-menus): Use when rather than if.
4168
4169 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4170 if+and to just and.
4171 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4172 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4173
4174 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4175
4176 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4177 test inside XEmacs test.
4178 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4179 since it was doing nothing on Emacs.
4180 (ediff-make-bullet-proof-overlay): Use when rather than if.
4181
4182 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4183 (ediff-setup-control-frame): Remove
4184 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4185 a (featurep 'xemacs) test.
4186
4187 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4188
4189 * calc/calc-ext.el (calc-extended-command-history): New variable.
4190 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4191
4192 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4193
4194 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4195 (standard-mode-line-position): Add mouse-face.
4196
4197 * progmodes/compile.el (compilation-menu-map):
4198 (compilation-mode-map):
4199 * progmodes/grep.el (grep-mode-map): Add :help.
4200
4201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4202 initialize in one step. Add :help. Use :enable to activate menu
4203 items. Show the key binding for edebug-defun.
4204 (lisp-interaction-mode-map): Add a menu.
4205
4206 * term.el (term-mode-map): Define and initialize in one step.
4207
4208 * ediff-init.el (ediff-color-display-p): Simplify.
4209 (Xor): Remove unused function.
4210 (ediff-with-syntax-table): Simplify for Emacs.
4211
4212 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4213 menu-bar being loaded, it always is.
4214
4215 2008-03-05 Glenn Morris <rgm@gnu.org>
4216
4217 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4218 multiple definitions when compiling.
4219
4220 2008-03-04 Alan Mackenzie <acm@muc.de>
4221
4222 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4223
4224 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4225 doc-string, "c-old-LEN" -> "c-old-END".
4226
4227 2008-03-04 Jason Rumney <jasonr@gnu.org>
4228
4229 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4230 namespaces.
4231
4232 2008-03-04 Glenn Morris <rgm@gnu.org>
4233
4234 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4235
4236 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4237 than mapcar.
4238
4239 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4242 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4243
4244 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4245 so that M-q can fill comments.
4246 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4247 commands implemented in elisp.
4248 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4249 (tex-format-cmd): New function.
4250 (tex-compile): Use it to let the user specify default arguments.
4251 (tex-cmd-bibtex-args): New var.
4252 (tex-cmd-doc-view): New function.
4253
4254 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * faces.el (face-spec-set): Fix typos in docstring.
4257
4258 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4259
4260 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4261 (standard-mode-line-position): Use it to add a menu for toggling
4262 column number and line number display.
4263
4264 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4267 Remove optimization that was working around the form-code-walker bug.
4268
4269 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4270 Walk into the body of lambdas after byte-compile-unfold-lambda.
4271
4272 2008-03-03 Glenn Morris <rgm@gnu.org>
4273
4274 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4275 value, if set, over frame value.
4276
4277 * simple.el (transient-mark-mode): Don't turn on by default.
4278
4279 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4280 accidentally removed by the 2007-12-05 merge from Gnus.
4281
4282 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 * progmodes/compile.el (compilation-menu-map): Add menu entries
4285 for useful options.
4286
4287 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4288 Glenn Morris <rgm@gnu.org>
4289
4290 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4291 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4292 Give a `bytecomp-' prefix to local variables with common names.
4293
4294 2008-03-01 Glenn Morris <rgm@gnu.org>
4295
4296 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4297 code commented out 2007-11-10.
4298
4299 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4300
4301 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4302 Delete macro.
4303 * emulation/viper-cmd.el, emulation/viper-ex.el:
4304 * emulation/viper-init.el, emulation/viper-keym.el:
4305 * emulation/viper-mous.el, emulation/viper-util.el:
4306 * emulation/viper.el:
4307 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4308 featurep test.
4309
4310 Replace obselete frame-local variables with frame-parameters.
4311 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4312 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4313 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4314 on XEmacs.
4315 * emulation/viper-util.el (viper-frame-value): New macro.
4316 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4317 (viper-R-state-post-command-sentinel)
4318 (viper-replace-state-post-command-sentinel)
4319 (viper-change-state-to-insert, viper-change-state-to-emacs):
4320 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4321 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4322 (viper-get-saved-cursor-color-in-insert-mode)
4323 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4324 Use viper-frame-value for viper-replace-overlay-cursor-color,
4325 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4326 viper-vi-state-cursor-color values.
4327
4328 * emulation/viper-cmd.el (zmacs-region-stays):
4329 * emulation/viper-util.el (zmacs-region-stays): No need to define
4330 for compiler.
4331
4332 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4333 mapcar on Emacs.
4334
4335 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4336 on XEmacs.
4337
4338 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4339 rather than if.
4340
4341 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4342
4343 * whitespace.el: New version 9.3. As the glyph code generation was
4344 fixed, it is possible now to use character code above ?\x1FFFF in the
4345 display table. Fix `whitespace-indentation-regexp' to not include an
4346 extra ending character. Reported by Michael Welsh Duggan
4347 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4348 the original whitespace package had. Suggested by Eric Cooper
4349 <ecc@cmu.edu>. Doc fix.
4350 (whitespace-action): New option.
4351 (whitespace-display-mappings): Changed default newline visualization to
4352 display downwards arrow, as the glyph code generation was fixed.
4353 (whitespace-unload-function): Assure that all local whitespace mode is
4354 turned off.
4355 (whitespace-global-modes): Fix type customization.
4356 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4357 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4358 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4359 Fix code.
4360 (whitespace-buffer): Command removed.
4361 (whitespace-trailing-regexp, whitespace-mark-x)
4362 (whitespace-display-window, whitespace-action-when-on)
4363 (whitespace-add-local-hook, whitespace-remove-local-hook)
4364 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4365 (whitespace-action): New funs.
4366 (whitespace-report-list, whitespace-report-text)
4367 (whitespace-report-buffer-name): New consts.
4368 (whitespace-report, whitespace-report-region): New commands.
4369
4370 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * disp-table.el (make-glyph-code): Don't test the result of
4373 `face-id', which already signals an error for invalid faces.
4374 (glyph-face): Simplify.
4375
4376 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4377 running `desktop-not-loaded-hook' to allow modifying it.
4378 Don't show warning message if `desktop-dirname' was modified.
4379
4380 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4383 we still expect more lines.
4384
4385 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4386 comment-paragraph filling if the commark doesn't match
4387 comment-start-skip.
4388
4389 2008-03-01 Daiki Ueno <ueno@unixuser.org>
4390
4391 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4392 the `imap' variant.
4393
4394 2008-03-01 Jason Rumney <jasonr@gnu.org>
4395
4396 * files.el (make-auto-save-file-name): Encode more characters in
4397 non-file buffer names. Use url-encoding.
4398
4399 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4400
4401 * net/net-utils.el (ftp-program): Fix typo in docstring.
4402 (ifconfig-program-options, netstat-program-options)
4403 (arp-program-options, route-program-options, nslookup-program-options)
4404 (ftp-program-options, smbclient-program-options)
4405 (dns-lookup-program-options, arp, route): Doc fixes.
4406
4407 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4408 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4409 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4410 Fix typos in docstrings.
4411 (gdb-pending-triggers): Reflow docstring.
4412 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4413
4414 2008-03-01 Alan Mackenzie <acm@muc.de>
4415
4416 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4417 typing "#" at EOB.
4418
4419 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4422
4423 2008-02-29 Kim F. Storm <storm@cua.dk>
4424
4425 * emulation/cua-base.el (cua-remap-control-v)
4426 (cua-remap-control-z): New defcustoms.
4427 (cua-mode): Add them to set-after property.
4428 (cua--init-keymaps): Use them.
4429 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4430
4431 * help.el (view-emacs-todo): Rename from view-todo.
4432 (describe-gnu-project): Rename from describe-project. Users changed.
4433 (view-help-file): New helper function.
4434 (describe-distribution, describe-copying, describe-gnu-project)
4435 (view-todo, view-order-manuals, view-emacs-problems): Use it.
4436 (view-emacs-debugging, view-external-packages): New commands.
4437 (help-map): Move describe-distribution to C-h C-o (ordering).
4438 Move view-emacs-problems to C-h C-p (problems).
4439 Bind view-emacs-debugging to C-h C-d (debugging).
4440 Bind view-external-packages to C-h C-e (extras).
4441 (help-for-help-internal): Cleanup and align descriptions.
4442 Remove command names to reduce clutter.
4443
4444 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4445
4446 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4447 and quieter face (not a warning).
4448
4449 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * vc.el (vc-status-crt-marked): New variable.
4452 (vc-status-mode): Make it local.
4453 (vc-status-refresh): Use it to save the marked files.
4454 (vc-update-vc-status-buffer): Use it to restore the marked files.
4455
4456 * vc-svn.el (vc-svn-after-dir-status):
4457 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4458
4459 2008-02-29 Glenn Morris <rgm@gnu.org>
4460
4461 * allout.el (allout-topic-encryption-bullet)
4462 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4463 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4464 from 22.0 to 22.1.
4465
4466 * net/imap.el (imap-ping-server):
4467 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4468 Change defcustom :version from 23.0 to 23.1.
4469
4470 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * desktop.el (desktop-save): Save the buffer name if the
4473 uniquified base name is empty.
4474
4475 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4476
4477 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4478 correctly when user has "set print address off".
4479
4480 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4481
4482 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4483 version number of the next major Emacs release, not 23.0.
4484
4485 * longlines.el (longlines-unload-function): New function.
4486
4487 2008-02-28 Juri Linkov <juri@jurta.org>
4488
4489 * startup.el (normal-splash-screen): Add argument `concise'.
4490 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4491 to the created buffer. If `concise' is non-nil, call
4492 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4493 (display-startup-screen): Add argument `concise' to the call to
4494 `normal-splash-screen'.
4495
4496 2008-02-28 Kim F. Storm <storm@cua.dk>
4497
4498 * startup.el (startup-echo-area-message): Check for about-emacs.
4499
4500 2008-02-28 Juri Linkov <juri@jurta.org>
4501
4502 * startup.el: Always add initial message to *scratch* buffer if
4503 `initial-scratch-message' is non-nil regardless of the value of
4504 `inhibit-startup-screen'.
4505 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4506 (command-line-1): Move code that inserts `initial-scratch-message'
4507 up before the if-form that checks for `inhibit-startup-screen'.
4508 Suggested by Jonathan Rockway <jon@jrock.us>.
4509
4510 2008-02-28 Juri Linkov <juri@jurta.org>
4511
4512 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4513 Rename `custom-mode' to `Custom-mode' in docstrings.
4514 (custom-buffer-create-internal, customize-browse):
4515 Rename `custom-mode' to `Custom-mode'.
4516 (custom-mode-hook): Rename to `Custom-mode-hook'.
4517 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4518 (custom-mode): Rename to `Custom-mode'.
4519 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4520 (custom-mode): Add backward-compatible non-interactive variant of
4521 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4522 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4523
4524 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4525
4526 * emulation/viper.el (viper-emacs-state-mode-list):
4527 Rename `custom-mode' to `Custom-mode'.
4528
4529 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4530 Capitalize "Tagged Files".
4531 (minibuffer-local-map): Add menu items for next/previous
4532 history elements and isearch history forward/backward.
4533
4534 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4535 `hs-isearch-open' with t instead of `comment' in :selected
4536 for "Code and Comment blocks" menu item.
4537
4538 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4541 Should be done in desktop.el instead.
4542
4543 2008-02-28 Glenn Morris <rgm@gnu.org>
4544
4545 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4546
4547 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4548
4549 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4550 (Info-menu, Info-goto-node): Remove declarations.
4551 (report-emacs-bug-info): Use info rather than Info-goto-node.
4552
4553 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4554 (idlwave-convert-xml-system-routine-info): Don't require xml.
4555 (idlwave-show-commentary, idlwave-shell-show-commentary):
4556 Don't require finder.
4557 (idlwave-info): Don't require info. Use info rather than
4558 Info-goto-node.
4559
4560 * textmodes/org.el (Info-goto-node): Remove declaration.
4561 (org-info): Use info rather than Info-goto-node.
4562
4563 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4564 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4565
4566 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4567
4568 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4569 the menu.
4570
4571 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4572 (vc-finish-logentry): Check for vc-status-mode, not only for
4573 vc-dired-mode.
4574
4575 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4576
4577 * isearch.el (isearch-printing-char): Don't check
4578 keyboard-coding-system.
4579 Call isearch-process-search-multibyte-characters only when
4580 current-input-method is non-nil.
4581
4582 2008-02-27 Kim F. Storm <storm@cua.dk>
4583
4584 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4585 (glyph-char, glyph-face): Handle cons encoding.
4586
4587 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4590 empty string, return nil to allow the caller to default to the
4591 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4592
4593 * tool-bar.el (tool-bar-setup): Doc fix.
4594
4595 * mail/supercite.el (sc-describe):
4596 Fix typos in obsolescence declaration.
4597
4598 2008-02-27 Glenn Morris <rgm@gnu.org>
4599
4600 * autoinsert.el (auto-insert-alist): Change permission text to
4601 match FSF's GPLv3 form.
4602
4603 * mail/supercite.el (sc-cite-original): Doc fix.
4604 (sc-version): Make obsolete.
4605 (sc-describe): Show the SC info page. Make obsolete.
4606
4607 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4610 when using transient-mark-mode.
4611 (default-indicate-unused-lines): Remove unused var.
4612
4613 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4614
4615 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4616 and previous.
4617
4618 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4619
4620 2008-02-26 Glenn Morris <rgm@gnu.org>
4621
4622 * net/net-utils.el (top-level): Don't require comint when compiling.
4623 (nslookup-font-lock-keywords): Don't require font-lock.
4624 Use font-lock faces rather than variables.
4625 (nslookup, ftp, smbclient, network-service-connection):
4626 Don't require comint.
4627 (comint-prompt-regexp, comint-input-autoexpand)
4628 (comint-input-ring): Declare for compiler.
4629 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4630 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4631
4632 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4633 doc-string.
4634
4635 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * doc-view.el (doc-view-current-page): Add a `win' argument.
4638
4639 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4642 Demote it to plain defvar.
4643 (doc-view-conversion-refresh-interval): Reduce interval.
4644 (doc-view-goto-page): Allow moving to pages not yet rendered.
4645 (doc-view-goto-page): Construct a file name rather than extracting it
4646 from doc-view-current-files.
4647 (doc-view-kill-proc): Ignore errors from kill-process.
4648 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4649 (doc-view-insert-image): Use appropriate text if the page hasn't been
4650 rendered yet. Adjust scrolling so the text is displayed.
4651 (doc-view-display): Detect not just that a page is available, but also
4652 that it wasn't available before, so as to avoid refreshing all pages
4653 repeatedly.
4654 (doc-view-mode): Make doc-view-cache-directory if needed.
4655
4656 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4657
4658 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4659 toggle-read-only.
4660
4661 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4662 refering to a missing required field with the OPT prefix.
4663 Make unwindform more robust.
4664
4665 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4666 it duplicates the bibtex support in progmodes/hideshow.el.
4667 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4668 entries that do not start at the beginning of a line.
4669
4670 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4673
4674 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4675
4676 * help-fns.el (describe-variable): Add phrases about
4677 initialization file with and without customization;
4678 use new button type help-info-variable.
4679
4680 * help-mode.el (help-info-variable):
4681 New button able to read Info files for help-fns.el.
4682
4683 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4684
4685 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4686 (grep-mode): Use grep-mode-tool-bar-map.
4687
4688 * progmodes/compile.el (tool-bar): Require tool-bar.
4689 (compilation-mode-tool-bar-map): New variable.
4690 (compilation-mode): Use compilation-mode-tool-bar-map.
4691
4692 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4693
4694 2008-02-25 Glenn Morris <rgm@gnu.org>
4695
4696 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4697
4698 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * diff-mode.el (diff-file-junk-re): New const.
4701 (diff-beginning-of-file-and-junk): Use it.
4702 (diff-file-kill): Make sure we were really inside a file diff.
4703
4704 * diff-mode.el: Make it more robust in the presence of empty context
4705 lines in unified hunks.
4706 (diff-valid-unified-empty-line): New var.
4707 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4708 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4709 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4710 (diff-hunk-header-re-unified): New const.
4711 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4712 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4713 (diff-sanity-check-hunk): Use it.
4714
4715 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4716 Index: line, don't search backward for the previous one.
4717
4718 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4719
4720 * international/fontset.el (setup-default-fontset): Add non-OTF
4721 lao font for lao script.
4722
4723 * language/tibetan.el: Register tibetan-composition-function in
4724 composition-function-table.
4725
4726 * language/tibet-util.el (tibetan-composition-function):
4727 Adjust for the new calling way (argument changed). Try font-shape-text
4728 if possible.
4729
4730 * language/lao.el: Register lao-composition-function in
4731 composition-function-table.
4732
4733 * language/lao-util.el (lao-composition-function): Adjust for the new
4734 calling way (argument changed). Try font-shape-text if possible.
4735
4736 2008-02-25 Jason Rumney <jasonr@gnu.org>
4737
4738 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4739
4740 2008-02-25 Juri Linkov <juri@jurta.org>
4741
4742 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4743 background, "red4" for a dark background, "red" for 16 and
4744 8 colors, "grey" for grayscale, and inverse video otherwise.
4745 Add :version tag.
4746 (isearch-message): Keep the original isearch-message intact, and
4747 add text properties to it where necessary. Add `isearch-error' to
4748 the condition that checks if isearch is unsuccessful.
4749
4750 2008-02-24 Juri Linkov <juri@jurta.org>
4751
4752 * progmodes/compile.el (compilation-handle-exit):
4753 Use compilation-error face instead of font-lock-warning-face.
4754 Display the same message in the minibuffer as is inserted
4755 at the end of the compilation buffer.
4756
4757 2008-02-24 Glenn Morris <rgm@gnu.org>
4758
4759 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4760 multiple file case.
4761
4762 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4763
4764 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4765 multiple file case. Use a single `let' rather than two.
4766
4767 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4768
4769 * progmodes/compile.el (compilation-start): Specify a face for
4770 mode-line-process.
4771 (compilation-handle-exit): Specify a face and a tooltip for
4772 mode-line-process.
4773
4774 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * hilit-chg.el: Remove spurious * in defcustom docstrings.
4777 (hilit-chg-make-ov): Simplify.
4778 (hilit-chg-fixup): Use remove-overlays.
4779 (hilit-chg-set-face-on-change): Remove redundant call to
4780 `remove-text-properties'.
4781
4782 * dired.el (dired-mark-prompt): Don't count/display the t element.
4783 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4784
4785 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * progmodes/verilog-mode.el (eval-when-compile): Don't define
4788 add-submenu.
4789 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4790 Remove. Move contents to the only use ...
4791 (verilog-menu): ... here.
4792 (verilog-statement-menu): Remove. Move contents to the only use ...
4793 (verilog-stmt-menu): ... here.
4794 (verilog-mark-defun): Simply call mark-defun for emacs.
4795 (occur-pos-list): Declare for byte compiler.
4796 (mode-popup-menu): Don't defvar.
4797 (verilog-add-statement-menu): Remove.
4798 (verilog-mode-hook): Don't add verilog-add-statement-menu.
4799 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4800
4801 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4802
4803 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4804 conditional.
4805 (verilog-font-grouping-keywords-face): Make the begin..end
4806 keywords standout more than other verilog keywords.
4807 (verilog-type-font-keywords): Move the begin..end out of this list
4808 to facilitate making them to (potentially) stand out more.
4809 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4810 function & task blocks.
4811 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4812 initial, function & task blocks.
4813 (verilog-forward-sexp): Handle the new "disable fork" statement of
4814 IEEE-1800 Verilog.
4815 (verilog-beg-block-re-ordered): Handle the new "disable fork"
4816 statement of IEEE-1800 Verilog.
4817 (verilog-calc-1): Handle the new "disable fork" statement of
4818 IEEE-1800 Verilog.
4819 (verilog-disable-fork-re): Add const to help handle the new
4820 "disable fork" statement of IEEE-1800 Verilog.
4821 (verilog-declaration-core-re): Add port directions by themselves,
4822 with no qualification, as base item of a declaration.
4823 (verilog-pretty-declarations): Add new flag to ask it to refrain
4824 from printing to the message buffer.
4825 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4826 printing to the message buffer. Improve handling of the many
4827 types of expression line up.
4828 (verilog-just-one-space): Remove printing of an empty message.
4829 (verilog-get-lineup-indent): Rework to support the better handling
4830 of expression lineup for verilog-pretty-expr.
4831 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4832
4833 2008-02-24 Alan Mackenzie <acm@muc.de>
4834
4835 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4836 yesterday's commit.
4837
4838 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4841 to mouse-set-point in buffers that aren't associated with files.
4842
4843 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4844
4845 2008-02-24 Alan Mackenzie <acm@muc.de>
4846
4847 Set of changes so that "obtrusive" syntactic elements in a
4848 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4849 unmatched paren) don't interact syntactically with stuff outside
4850 the CPP line.
4851
4852 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4853 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4854 off-by-one bug.
4855 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4856 a bit of refactoring.
4857 (c-awk-extend-and-syntax-tablify-region): Takes some of the
4858 functionality of c-awk-advise-fl-for-awk-region, which has been
4859 refactored away.
4860
4861 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4862 (c-clear-char-property-with-value): New function and macro which
4863 remove text-properties `equal' to a supplied value.
4864
4865 * progmodes/cc-engine.el: Comment about text properties amended.
4866
4867 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4868 parens around "error\\|warning".
4869
4870 * progmodes/cc-langs.el (c-get-state-before-change-function)
4871 (c-before-font-lock-function, c-anchored-cpp-prefix):
4872 New language variables.
4873 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4874
4875 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4876 syntax-table text properties.
4877 (c-common-init): Call language specific before/after-change
4878 functions at mode initialisation.
4879 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4880 (c-extend-region-for-CPP, c-neutralize-CPP-line)
4881 (c-neutralize-syntax-in-CPP): New functions.
4882 (c-before-change, c-after-change): Call the new language specific
4883 change functions defined in cc-langs.el.
4884 (c-advise-fl-for-region): New macro.
4885 (awk-mode): Remove AWK specific stuff which has been refactored
4886 into language independent stuff.
4887
4888 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
4889
4890 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4891 (gdb): (Re)set gdb-flush-pending-output to nil here...
4892 (gdb-init-1): ...instead of here (before gdb-prompt).
4893
4894 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4897 Recognize ''' just like any other char-constant.
4898
4899 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4902 careful enough. Detect the uid-change all within the main loop.
4903
4904 2008-02-24 Stefan Monnier <monnier@pastel.home>
4905
4906 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4907
4908 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * hilit-chg.el (highlight-save-buffer-state): New macro.
4911 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4912 (hilit-chg-clear): Use it to preserve the modified-p flag.
4913 (highlight-changes-rotate-faces): Don't mess with the undo-list.
4914
4915 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * font-lock.el (font-lock-set-defaults): Unset previously set variables
4918 when needed.
4919
4920 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
4921
4922 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4923 from gnus-button-url-regexp.
4924
4925 2008-02-24 Eli Zaretskii <eliz@gnu.org>
4926
4927 * progmodes/compile.el (compilation-next-error): Doc fix.
4928 (compilation-find-file): Doc fix.
4929
4930 2008-02-24 Glenn Morris <rgm@gnu.org>
4931
4932 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4933 Add obsolete aliases to the old names.
4934
4935 2008-02-24 Richard Stallman <rms@gnu.org>
4936
4937 * net/net-utils.el (ifconfig): Rename from ipconfig.
4938 (ipconfig): Alias to ifconfig.
4939 (ifconfig-program): Rename from ipconfig-program.
4940 (ifconfig-program-options): Rename from ipconfig-program-options.
4941
4942 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
4943
4944 * progmodes/verilog-mode.el (verilog-declaration-core-re):
4945 Add port directions by themselves, with no qualification, as base
4946 item of a declaration.
4947 (verilog-pretty-declarations): Add new flag that inhibits printing
4948 to the message buffer.
4949 (verilog-pretty-expr): Add new flag that inhibits printing to the
4950 message buffer. Improve handling of the many types of expression
4951 line up.
4952 (verilog-just-one-space): Don't print an empty message.
4953 (verilog-get-lineup-indent): Rework to support the better handling
4954 of expression lineup for verilog-pretty-expr.
4955 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4956 (verilog-mode-version, verilog-mode-release-date): Update.
4957
4958 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * subr.el (cancel-change-group): Don't move point.
4961
4962 2008-02-23 Markus Triska <markus.triska@gmx.at>
4963
4964 * linum.el (linum-after-config): Update all visible windows.
4965
4966 2008-02-23 Glenn Morris <rgm@gnu.org>
4967
4968 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4969 Add :help for Solitaire and Tetris.
4970
4971 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4972
4973 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4974 (smtpmail-code-conv-from): Doc fix. Fix custom type.
4975 (smtpmail-queue-index-file): Make it a defcustom.
4976 (smtpmail-queue-index): Delete.
4977 (smtpmail-send-it, smtpmail-send-queued-mail):
4978 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4979 smtpmail-queue-index.
4980
4981 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4982 Add :version.
4983
4984 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
4985
4986 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4987 New variables.
4988 (iwconfig): New function.
4989
4990 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4993 setting it.
4994 (vc-status-menu-map): Do not define using easy-menu.
4995 (vc-status-menu-map): New defalias.
4996 (vc-status-mode-map): Hook up the menu.
4997 (top-level): Update TODO.
4998
4999 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5000
5001 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5002 (vc-bzr-init-revision): ... this.
5003
5004 2008-02-23 Jason Rumney <jasonr@gnu.org>
5005
5006 * makefile.w32-in (WINS_ALMOST): Remove term.
5007 (WINS): Add term here.
5008 (custom-deps, finder-data): Use WINS_ALMOST.
5009
5010 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * faces.el (font-weight-table): Fix value of `semi-light'.
5013
5014 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5017 Make those tables bijective.
5018
5019 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5020
5021 Finish pdbtrack integration cleanup, settling missing-functions
5022 byte compiler warnings appropriately.
5023
5024 * progmodes/python.el (python-point): Remove this - beginning-of-line
5025 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5026 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5027 (python-goto-initial-line): Drop these - they were only needed for
5028 python-point.
5029 (python-comint-output-filter-function): Use condition-case and
5030 beginning-of-line directly, instead of python-mode.el functions
5031 which require all sorts of baggage.
5032 (point-safe): Unnecessary - we're using condition-case directly,
5033 instead.
5034 (python-execute-file): Include for python-shell, which I'm leaving
5035 in keeping despite it being unnecessary for pdb tracking.
5036
5037 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5038
5039 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5040 Add SRFI 11 support.
5041 (let-values, let*-values): Specify scheme-indent-function.
5042
5043 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5044
5045 * vc.el (vc-exec-after): Move setting mode-line-process in the
5046 busy case ...
5047 (vc-set-mode-line-busy-indicator): ... in this new function.
5048 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5049 (vc-update-vc-status-buffer): Reset mode-line-process.
5050 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5051 mark/unmark all the files with the same state as the current one.
5052 With a prefix argument mark/unmark all files.
5053 (vc-status-mode-menu): Adjust strings.
5054 (vc-update-vc-status-buffer): Only do something when the argument
5055 is not nil.
5056 (vc-status-kill-dir-status-process): New function.
5057 (vc-status-mode-map): Bind it.
5058 (vc-status-process-buffer): New variable.
5059 (vc-status-mode): Make it local.
5060 (vc-status-refresh): Set it.
5061
5062 * vc-hg.el (vc-hg-dir-status):
5063 * vc-git.el (vc-git-dir-status):
5064 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5065 command is run.
5066
5067 2008-02-22 Glenn Morris <rgm@gnu.org>
5068
5069 * json.el (top-level): No need to require thingatpt.
5070 (json-read-keyword): Use thing-at-point rather than word-at-point.
5071
5072 * time.el (top-level): No need to require time-date when compiling.
5073
5074 * emacs-lisp/copyright.el (copyright-update-year):
5075 Fix subexpression numbering for the case when years are split over
5076 lines, and for the replace case.
5077
5078 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5079 (tpu-caar, tpu-cadr): Delete functions.
5080 (zmacs-regions): No need to declare for compiler.
5081 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5082 (tpu-spell-check): Rewrite, and handle mark after point.
5083 (tpu-special-insert): Use or rather than if.
5084
5085 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5086 rather than spell-region.
5087
5088 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5089 warnings about spell-region.
5090
5091 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5092
5093 * ldefs-boot.el: Regenerated.
5094
5095 * loadup.el: Don't load language/devanagari, language/kannanda,
5096 language/malayalam, and language/tamil. Load language/sinhala.
5097
5098 * language/indian.el (indian-font-foundry)
5099 (indian-script-language-alist, indian-font-char-index-table)
5100 (indian-font-char, indian-font-char-range, indian-script-table)
5101 (indian-default-script, indian-composable-pattern): Delete them.
5102 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5103 language environments moved to here.
5104 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5105 New language environments.
5106
5107 * language/devanagari.el, language/devan-util.el,
5108 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5109 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5110 Delete them.
5111
5112 * language/sinhala.el: New file.
5113
5114 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5115
5116 Update Nick Robert's port of pdb tracking from python-mode.el.
5117
5118 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5119 Clarify docstring.
5120 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5121 tracking is happening.
5122 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5123 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5124 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5125 Tracking is plugged in to all comint buffers once python.el is loaded.
5126 (python-pdbtrack-overlay-arrow): Toggle activation of
5127 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5128 (python-pdbtrack-track-stack-file): Use new
5129 `python-pdbtrack-get-source-buffer' for more flexible access to
5130 debugging source files.
5131 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5132 according to pdb stack trace, optionally using new
5133 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5134 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5135 named buffer, or having function with indicated name.
5136 (python-shell): Remove comint-output-filter-functions hook
5137 addition, it's being done elsewhere. Wrap long line.
5138
5139 2008-02-21 Michael Olson <mwolson@gnu.org>
5140
5141 * json.el: Replace XEmacs compatibility code to get rid of
5142 compiler warnings.
5143
5144 * time.el: Fix compiler warning.
5145
5146 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5147
5148 * json.el: New file (JavaScript Object Notation parser / generator).
5149
5150 2008-02-21 Dave Love <fx@gnu.org>
5151
5152 * progmodes/sym-comp.el: New file.
5153
5154 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5155 Require sym-comp. Add Python buffer to same-window-buffer-names.
5156 Fixup whitespaces.
5157 (python-font-lock-keywords): Add highlighting for Python builtins.
5158 (python-font-lock-syntactic-keywords): Rewrite.
5159 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5160 ppss directly.
5161 (python-mode-map): Add binding for python-find-function.
5162 (python-calculate-indentation): Clean up the logic.
5163 (python-beginning-of-defun): Explicitly set return value.
5164 (python-beginning-of-statement): Stop looping if we get stuck
5165 going backwards.
5166 (python-next-statement): Stop looping if we somehow end up inside
5167 a string while advancing.
5168 (python-preoutput-continuation, python-version-checked): New vars.
5169 (python-check-version): New function.
5170 (run-python): Set default command to python-command instead of
5171 python-python-command.
5172 (run-python): Use python-check-version. Give PYTHONPATH
5173 precedence over data-directory in the process environment.
5174 Load function definitions in python process after.
5175 (python-check-comint-prompt): New function.
5176 (python-send-command, python-send-receive): Use it.
5177 (python-complete-symbol, python-try-complete): Functions deleted.
5178 Use symbol-complete instead of python-complete-symbol throughout.
5179 (python-fill-paragraph): Further refine the fenced-string regexp.
5180 (def-python-skeleton): Expand to the original abbrev instead if in
5181 a comment or string. Tweak skeletons for `if', `while', `for',
5182 `try/except', `try/finally', `name'.
5183 (python-pea-hook, python-abbrev-pc-hook): New functions.
5184 (python-abbrev-syntax-table): New var.
5185 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5186 Use symbol-completion-try-complete for hippie expansion.
5187 Turn on font lock unconditionally.
5188 (python-mode-hook): Defcustom it. No need to use make-local
5189 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5190 option, since it's buffer-local.
5191
5192 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5195
5196 2008-02-21 Drew Adams <drew.adams@oracle.com>
5197
5198 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5199 "Turn off" and a "Help" entry when the minor mode has no menu.
5200
5201 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5204 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5205 vc-status-mark-file and vc-status-unmark-file.
5206 (vc-status-mark-unmark): New function.
5207 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5208
5209 2008-02-21 Glenn Morris <rgm@gnu.org>
5210
5211 * composite.el (encode-composition-rule): Fix typo in error message.
5212 (composition-function-table, auto-composition-mode): Doc fixes.
5213
5214 * subr.el (sit-for): Fix obsolete form for nil second argument.
5215
5216 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5217 (spell-string): Make obsolete, in favor of ispell.
5218
5219 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5220
5221 * language/devanagari.el: Don't setup composition-function-table
5222 here.
5223 ("Devanagari"): Change charset, coding-system, coding-priority to
5224 Unicode-based ones. Don't require the feature devan-util.
5225
5226 * composite.el (compose-chars-after): Fix arguments for a function
5227 in composition-function-table.
5228 (auto-compose-region): Likewise.
5229
5230 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5231 for Ethiopic.
5232 (ps-mule-plot-string): Ignore glyph-string based compositions.
5233
5234 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * doc-view.el: Allow different windows to show different pages.
5237 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5238 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5239 add them back as macros instead, using image-mode-winprops instead.
5240 Update all users of those variables.
5241 (doc-view-new-window-function): New function to create a new overlay
5242 for each new window.
5243 (doc-view-mode): Use it and image-mode-setup-winprops.
5244 (doc-view-clone-buffer-hook): Rewrite accordingly.
5245
5246 * image-mode.el: Extend [hv]scroll support to per-window properties.
5247 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5248 (image-mode-winprops-alist): New var to replace them.
5249 (image-mode-new-window-functions): New hook.
5250 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5251 New funs.
5252 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5253 Remove the `window' argument, update callers.
5254 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5255 Use the new functions.
5256 (image-mode-reapply-winprops): New fun.
5257 (image-mode): Use it.
5258
5259 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5260
5261 * calc/calc-math.el (math-sin-raw): Add optional argument
5262 to keep track of original argument.
5263 (math-cos-raw): Use optional argument when calling math-sin-raw.
5264 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5265 with close to original precision.
5266
5267 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5268
5269 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5270 args in calls of sit-for.
5271
5272 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5275 (vc-svn-checkin): Fix typo in error message.
5276
5277 * help-mode.el: Require easymenu when compiling.
5278
5279 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5280
5281 * help-mode.el (help-mode-menu): New menu.
5282
5283 2008-02-20 Glenn Morris <rgm@gnu.org>
5284
5285 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5286 on Windows.
5287
5288 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5289
5290 * ps-mule.el (ps-mule-encode-region): Return a single string.
5291 (ps-mule-plot-string): Adjust for the above change.
5292 (ps-mule-encode-header-string): Likewise.
5293
5294 * international/latin1-disp.el (latin1-display): Don't use
5295 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5296 standard-display-table.
5297 (latin1-display-identities): Adjust for the change of what is
5298 returned by (get-language-info charset 'charset).
5299
5300 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5301 characters and terminal case.
5302
5303 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5304
5305 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5306
5307 * progmodes/python.el: Also require comint when loading.
5308 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5309 Replace python-shell with run-python on menu bar.
5310 (python-shell-map): New map.
5311 (python-default-interpreter, python-python-command-args)
5312 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5313 New options.
5314 (python-which-shell, python-which-args, python-which-bufname):
5315 New buffer local variables.
5316 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5317
5318 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5319 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5320 New constants.
5321
5322 Pdbtrack features:
5323
5324 (python-point, python-end-of-def-or-class)
5325 (python-beginning-of-def-or-class, python-goto-initial-line)
5326 (python-comint-output-filter-function)
5327 (python-pdbtrack-overlay-arrow)
5328 (python-pdbtrack-track-stack-file, python-toggle-shells)
5329 (python-shell, python-pdbtrack-toggle-stack-tracking)
5330 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5331 New functions.
5332
5333 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5336 when the argument is nil.
5337
5338 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * vc.el (dir-status): Add a brief description.
5341
5342 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5343
5344 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5345 If non-nil, reverse the sense of the check.
5346
5347 * vc-rcs.el (vc-rcs-root): New func.
5348 * vc-cvs.el (vc-cvs-root): New func.
5349 * vc-svn.el (vc-svn-root): New func.
5350 * vc-sccs.el (vc-sccs-root): New func.
5351
5352 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5353
5354 * language/japan-util.el (setup-japanese-environment-internal):
5355 Call use-cjk-char-width-table.
5356
5357 * language/japanese.el ("Japanese"): Set exit-function to
5358 use-default-char-width-table.
5359
5360 * international/characters.el: Delete occurrences of non-Unicode
5361 tibetan and ethiopic characters.
5362 (cjk-char-width-table): New variable.
5363 (use-cjk-char-width-table, use-default-char-width-table):
5364 New functions.
5365
5366 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5367
5368 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5369 (vc-status-mode-menu): Add a :filter.
5370 (vc-status-printer): Add faces.
5371
5372 * vc-hg.el (vc-hg-extra-status-menu): New function.
5373 (vc-hg-dir-status): Clean up the buffer before using it.
5374
5375 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5378 (gdb): Initialize it here instead.
5379
5380 * files.el (locate-dominating-file): Fix thinko in last change.
5381 Reported by Bruce Stephens <bruce.stephens@isode.com>.
5382
5383 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5384
5385 * vc.el (vc-status-mode-menu): New menu for vc-status.
5386
5387 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * progmodes/verilog-mode.el (customize): Fix typo in error message.
5390 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5391 (verilog-mode-auto, verilog-indent-level-module)
5392 (verilog-minimum-comment-distance, verilog-library-flags)
5393 (verilog-library-directories, verilog-library-files)
5394 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5395 (verilog-xemacs-menu, verilog-set-compile-command)
5396 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5397 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5398 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5399 (verilog-batch-inject-auto, verilog-batch-indent)
5400 (verilog-continued-line, verilog-type-keywords)
5401 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5402 (verilog-read-inst-pins, verilog-read-arg-pins)
5403 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5404 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5405 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5406 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5407 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5408 (verilog-mode-version, verilog-mode-release-date)
5409 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5410 (verilog-simulator, verilog-compiler)
5411 (verilog-auto-sense-defines-constant, verilog-company)
5412 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5413 Fix typos in docstrings.
5414 (verilog-set-auto-endcomments, verilog-calculate-indent)
5415 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5416 Reflow docstrings.
5417 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5418 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5419 (electric-verilog-forward-sexp, verilog-in-case-region-p)
5420 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5421 (verilog-leap-to-head, verilog-current-indent-level)
5422 (verilog-case-indent-level, verilog-cpp-keywords)
5423 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5424 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5425 (verilog-signals-not-in, verilog-symbol-detick-text)
5426 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5427 (verilog-forward-close-paren, verilog-backward-open-paren)
5428 (verilog-backward-open-bracket): Doc fixes.
5429
5430 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5431 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5432 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5433 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5434 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5435 Fix typos in docstrings.
5436
5437 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5438
5439 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5440
5441 * info.el (Info-read-node-name): Removed unused `default' arg.
5442
5443 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5444
5445 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5446
5447 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * image-mode.el (image-get-display-property): New fun.
5450 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5451 (image-mode, image-minor-mode, image-toggle-display-text)
5452 (image-toggle-display): Use it.
5453
5454 2008-02-18 Jason Rumney <jasonr@gnu.org>
5455
5456 * international/mule.el (xml-find-file-coding-system): Don't warn
5457 about utf-16 with BOM.
5458
5459 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5460
5461 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5462 warn if file encoding is not utf-8 and encoding not specified.
5463 (xml-find-file-coding-system): New function.
5464 * international/mule-conf.el (file-coding-system-alist): Use it.
5465
5466 2008-02-17 Glenn Morris <rgm@gnu.org>
5467
5468 * international/mule-cmds.el (set-locale-environment):
5469 Pass `frame' to getenv for LC_MESSAGES.
5470
5471 2008-02-17 Juri Linkov <juri@jurta.org>
5472
5473 * time.el (emacs-init-time): Use format instead of format-seconds.
5474
5475 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5476
5477 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5478 bibtex-find-entry. Add autoload cookie.
5479 (bibtex-find-entry): Alias for bibtex-search-entry.
5480 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5481 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5482 (bibtex-clean-entry): atomic-change-group removed.
5483 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5484 to locate buffer location where error occurred.
5485 Make error messages more specific.
5486 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5487
5488 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5489
5490 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5491 top level.
5492
5493 * simple.el (transient-mark-mode): Add an :init-value.
5494
5495 * startup.el (command-line): Use custom-reevaluate-setting for
5496 transient-mark-mode.
5497
5498 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5499
5500 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5501
5502 2008-02-16 Juri Linkov <juri@jurta.org>
5503
5504 * startup.el (after-init-time): New variable.
5505 (command-line): Set `after-init-time' to the current time.
5506
5507 * time.el (emacs-init-time): New function.
5508
5509 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * files.el (locate-dominating-file): Remove initial loop because it's
5512 not careful enough. Detect the uid-change all within the main loop.
5513
5514 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5515
5516 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5517
5518 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5519
5520 * vc.el (vc-annotate): Add new argument.
5521 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5522
5523 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5524 Move make-variable-buffer-local code after the corresponding defvar.
5525 (hs-minor-mode-map): Define and initialize in one step.
5526 (hs-minor-mode): Change from defun to define-minor-mode.
5527
5528 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5529
5530 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5531 (gdb-ready): Move declaration...
5532
5533 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5534 (gdb-early-user-input): New variable.
5535 (gdb): Reset gdb-flush-pending-output to nil and set
5536 comint-input-sender here (before gdb-prompt), instead of...
5537 (gdb-init-1): ...here.
5538 (gdb-send): If Emacs is not ready, defer user input to...
5539 (gdb-prompt): ...here.
5540
5541 2008-02-16 Glenn Morris <rgm@gnu.org>
5542
5543 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5544
5545 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5546 (before-init-time): New name for `emacs-startup-time'.
5547 (command-line): Use before-init-time rather than emacs-startup-time.
5548 * time.el (emacs-uptime): Use before-init-time rather than
5549 emacs-startup-time.
5550
5551 * composite.el (composition-function-table): Doc fix.
5552
5553 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5554 in favor of `%z' specifier.
5555 (emacs-uptime): Move to time.el.
5556 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5557 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5558 argument of format-seconds.
5559
5560 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5561
5562 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5563
5564 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5565
5566 * ielm.el (ielm-is-whitespace): Remove.
5567 (ielm-is-whitespace-or-comment): New function.
5568 (ielm-eval-input): Use it.
5569
5570 2008-02-15 Jason Rumney <jasonr@gnu.org>
5571
5572 * term/mac-win.el: Fix coding tag.
5573
5574 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5575
5576 * vc-hooks.el (vc-menu-map):
5577 * bindings.el (mode-line-mode-menu): Add tooltips.
5578
5579 * bindings.el (help-echo): Add more tooltips. Use a less
5580 telegraphic style for existing tooltips.
5581
5582 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5585 from the auto-generated one.
5586
5587 2008-02-14 Glenn Morris <rgm@gnu.org>
5588
5589 * mail/rmail-spam-filter.el (rmail-spam-filter):
5590 Let-bind message-spam-status.
5591
5592 * mail/smtpmail.el (password-cache-add): Declare as function.
5593
5594 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5595
5596 * mail/smtpmail.el: Use password-cache.
5597
5598 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * uniquify.el (uniquify-buffer-base-name): New function.
5601 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5602
5603 * desktop.el (uniquify-managed): Don't defvar.
5604 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5605 `uniquify-managed'. Return also the buffer's base name.
5606 (desktop-save): When saving the buffer info, filter out the base name,
5607 and save it as buffer name if the buffer is managed by uniquify.
5608 (uniquify-item-base): Don't declare; not called anymore.
5609
5610 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5611
5612 * vc.el (vc-annotate-find-revision-at-line): New function.
5613 (vc-annotate-mode-map): Bind it.
5614 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5615 some entries.
5616
5617 2008-02-14 Glenn Morris <rgm@gnu.org>
5618
5619 * calendar/time-date.el (format-seconds): New function.
5620 (emacs-uptime): Use format-seconds.
5621
5622 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5623 Remove `LC_ALL=C', since it's included in $(emacs) now.
5624
5625 2008-02-14 Zhang Wei <id.brep@gmail.com>
5626
5627 * textmodes/org-publish.el (org-publish-timestamp-filename):
5628 Replace colon characters in filename too.
5629
5630 2008-02-13 Bastien Guerry <bzg@altern.org>
5631
5632 * mail/rmail.el (rmail-header-name): New face.
5633 (rmail-font-lock-keywords): Use rmail-header-name.
5634
5635 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5636 against X-Spam-Status header field.
5637 (rmail-spam-filter): Also check X-Spam-Status header field.
5638
5639 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5640
5641 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5642 Add support for .pm files and .php files.
5643 (flymake-err-line-patterns): Add pattern for PHP errors.
5644 (flymake-php-init): New function. PHP support for flymake.
5645
5646 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5647 Add regular expression for PHP errors.
5648
5649 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5650
5651 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5652 This DTRT even on w32 machines.
5653 (ange-ftp-cf1): Quote FILENAME.
5654
5655 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5658 (smerge-auto-combine): New fun.
5659
5660 2008-02-12 Juri Linkov <juri@jurta.org>
5661
5662 * startup.el (fancy-startup-screen, normal-splash-screen):
5663 Set default-directory to command-line-default-directory.
5664
5665 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5666 after reading the desktop.
5667
5668 * progmodes/compile.el (compilation-auto-jump):
5669 Call compile-goto-error only when compilation-auto-jump-to-first-error
5670 is non-nil.
5671 (compilation-scroll-output): Replace :type 'boolean with a choice
5672 that has three options including a third option `first-error'.
5673 Doc fix.
5674 (compilation-start, compilation-forget-errors): Add an alternate
5675 condition comparing compilation-scroll-output with `first-error'
5676 in addition to compilation-auto-jump-to-first-error (to call
5677 compilation-auto-jump in the proper place).
5678
5679 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * international/mule.el (sgml-html-meta-auto-coding-function):
5682 Make sure the search limit is ahead.
5683
5684 * tar-mode.el: Fix broken indentation.
5685 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5686 Use with-current-buffer.
5687
5688 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5691 it is already automatically buffer-local.
5692
5693 2008-02-11 Drew Adams <drew.adams@oracle.com>
5694
5695 * help.el (describe-key): Join some split lines to facilitate filling.
5696 * help-fns.el (describe-function-1): Fill text of overlong lines.
5697
5698 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5699
5700 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5701 Use unibyte-string instead of string-make-unibyte.
5702
5703 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5704
5705 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5708 works also for buffers w/o buffer-file-name. Update callers.
5709 (doc-view-clone-buffer-hook): New fun.
5710 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5711 the `doc-view' property so they can be recognized.
5712
5713 * simple.el (clone-indirect-buffer-hook): New hook.
5714 (clone-indirect-buffer): Run it.
5715
5716 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5717
5718 * epa.el (epa-menu-mode): Merge into epa-mode.
5719 (epa-menu-items): Rename the label "EasyPG Assistant" to
5720 "Encryption/Decryption".
5721
5722 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5723 (epa-dired-mode-map): Rename from epa-dired-map.
5724 (epa-global-dired-mode): Rename the global minor mode.
5725
5726 2008-02-11 Drew Adams <drew.adams@oracle.com>
5727
5728 * isearch.el (isearch-fail): New face.
5729 (isearch-message): Highlight failure part of input.
5730
5731 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * ibuffer.el (ibuffer-header-line-format): New var.
5734 (ibuffer-mode): Set it instead of header-line-format.
5735 (ibuffer-update): Use it to set header-line-format.
5736
5737 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5738 properties like self-insert-command.
5739
5740 2008-02-11 Drew Adams <drew.adams@oracle.com>
5741
5742 * progmodes/etags.el: Add many doc strings.
5743
5744 2008-02-11 Jason Rumney <jasonr@gnu.org>
5745
5746 * ldefs-boot.el: Regenerated.
5747
5748 2008-02-11 Glenn Morris <rgm@gnu.org>
5749
5750 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5751 Shorten some names.
5752
5753 * ffap.el (ffap-rfc-directories): Add :version.
5754
5755 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5756
5757 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5758 files, and backup files of same.
5759
5760 2008-02-11 Kevin Ryde <user42@zip.com.au>
5761
5762 * ffap.el (ffap-rfc-directories): New variable.
5763 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5764
5765 * info.el (Info-next-reference, Info-prev-reference)
5766 (Info-try-follow-nearest-node): Move to and follow https:// links too.
5767
5768 * simple.el (completion-list-mode): Show full completion-list-mode-map
5769 in the docstring.
5770
5771 2008-02-11 Sam Steingold <sds@gnu.org>
5772
5773 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5774
5775 2008-02-11 Glenn Morris <rgm@gnu.org>
5776
5777 * startup.el (emacs-startup-time): New variable.
5778 (command-line): Set emacs-startup-time.
5779
5780 * calendar/time-date.el (emacs-uptime): New function.
5781
5782 2008-02-10 Bastien Guerry <bzg@altern.org>
5783
5784 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5785 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5786 it is nil.
5787
5788 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5789
5790 * epg-config.el: Expand the contents of epg-package-info.el.
5791 (epg-package-name): New constant.
5792 (epg-version-number): New constant.
5793 (epg-bug-report-address): New constant.
5794
5795 * epa-mail.el (epa-mail-mode): Add autoload cookie.
5796 (epa-global-mail-mode): New global minor mode.
5797
5798 * epa-file.el (epa-file-mode): New global minor mode.
5799
5800 * epa-dired.el (epa-dired-mode): New global minor mode.
5801
5802 * epa.el (epa-menu): New variable.
5803 (epa-menu-items): New variable.
5804 (epa-menu-mode): New global minor mode.
5805 (epa-global-minor-modes): New user option.
5806 (epa-mode): New global minor mode.
5807
5808 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * net/dbus.el: Remove `no-byte-compile' cookie.
5811 (dbus-call-method, dbus-register-signal, dbus-debug)
5812 (dbus-registered-functions-table): Declare them with
5813 `declare-function' or `defvar', respectively.
5814 (top): Don't assert any longer. Require 'cl when compiling.
5815 Apply `ignore-errors' but `dbus-ignore-errors'.
5816
5817 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5818
5819 * diff-mode.el (diff-add-change-log-entries-other-window):
5820 Use add-change-log-entry.
5821
5822 2008-02-09 Jason Rumney <jasonr@gnu.org>
5823
5824 * button.el (button-map):
5825 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5826 * ldefs-boot.el: Regenerate.
5827
5828 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5829
5830 * epa.el (epa-faces, epa):
5831 * epa-file.el (epa-file):
5832 * epg-config.el (epg): Add :version.
5833
5834 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
5835
5836 * vc.el (vc-exec-after): Append CODE to previous fragments.
5837 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5838 take MESSAGES instead of VERBOSE; use it when non-nil.
5839 (vc-diff-internal): Compute messages once; use them;
5840 update call to vc-diff-finish.
5841
5842 2008-02-09 Michael Olson <mwolson@gnu.org>
5843
5844 * net/tramp.el (tramp-process-sentinel): Avoid error when process
5845 buffer has been killed, such as by
5846 `tramp-cleanup-all-connections'.
5847
5848 2008-02-09 Miles Bader <miles@gnu.org>
5849
5850 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5851
5852 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5855 splitter in context hunks.
5856
5857 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
5858
5859 * international/fontset.el (setup-default-fontset): Fix arabic otf
5860 font specification.
5861
5862 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5863
5864 * epa-dired.el:
5865 * epa-file.el:
5866 * epa-mail.el:
5867 * epa-setup.el:
5868 * epa.el:
5869 * epg-config.el:
5870 * epg-package-info.el:
5871 * epg.el: Initial check-in of EasyPG.
5872
5873 2008-02-08 Glenn Morris <rgm@gnu.org>
5874
5875 * woman.el (woman-locale): New defcustom.
5876 (woman-expand-locale, woman-manpath-add-locales): New functions.
5877 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
5878
5879 * international/mule-cmds.el (locale-translate): New function,
5880 with old code extracted from set-locale-environment.
5881 (set-locale-environment): Use locale-translate. Set woman-locale.
5882
5883 * cus-start.el (selection-coding-system): Remove, since it's now
5884 defined in select.el rather than in xselect.c.
5885 * select.el (selection-coding-system): Make it a defcustom, and
5886 add the properties from cus-start.el. Bump :version.
5887
5888 * custom.el (custom-theme-set-variables): Sort symbols that are
5889 dependencies before symbols that depend on them.
5890 (custom-enabled-themes): Set after custom-theme-directory.
5891
5892 * pcmpl-unix.el (top-level): Move provide statement to end.
5893 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5894 `*' from doc-string. Allow to be nil.
5895 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5896 Allow to be nil. Add :version.
5897 (pcmpl-ssh-hosts): Move definition before use. Handle lines
5898 without hostnames, and multiple hostnames per line.
5899
5900 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5901
5902 2008-02-08 Phil Hagelberg <phil@evri.com>
5903
5904 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5905 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5906
5907 2008-02-07 Timo Savola <timo.savola@iki.fi>
5908
5909 * startup.el (command-line-x-option-alist): Add --parent-id.
5910
5911 * term/x-win.el (x-handle-parent-id): New function.
5912
5913 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
5914
5915 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5916 "Font Menu".
5917
5918 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * net/dbus.el (dbus-interface-peer): New defconst.
5921 (dbus-ping): New defun.
5922
5923 2008-02-06 Sam Steingold <sds@gnu.org>
5924
5925 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5926
5927 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5930 Just return nil and let the C code provide a fallback.
5931
5932 2008-02-05 Glenn Morris <rgm@gnu.org>
5933
5934 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5935 tramp-flush-connection-property for removed 2nd argument.
5936
5937 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * diff-mode.el (diff-add-change-log-entries-other-window):
5940 Rename from diff-create-changelog. Change users.
5941 Minor change to hopefully work with plain diffs.
5942 (diff-mode-map): Add binding for it.
5943
5944 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5945
5946 * diff-mode.el: Add new TODO entry.
5947 (diff-create-changelog): New function.
5948 (diff-mode-menu): Bind it.
5949
5950 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5951
5952 * international/mule-diag.el (print-fontset-element): Handle the
5953 case of inhibiting the fallback fonts.
5954
5955 2008-02-04 Kim F. Storm <storm@cua.dk>
5956
5957 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5958 (ido-magic-delete-char): Use prefix arg.
5959
5960 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
5961
5962 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5963 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5964 of today, the most recent libpng is 1.2.24).
5965
5966 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5969
5970 * net/dbus.el (top): Check (featurep 'dbusbind).
5971
5972 * net/tramp.el (tramp-process-sentinel): New defun.
5973 (tramp-do-copy-or-rename-file-out-of-band)
5974 (tramp-maybe-open-connection): Use it as process sentinel.
5975 (tramp-handle-delete-directory): Don't use the "-f" option; it
5976 isn't portable.
5977 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5978 after the command.
5979 (tramp-handle-shell-command): Set `mode-line-process' in the
5980 asynchronous case.
5981
5982 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5983
5984 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5985 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5986 Use `tramp-process-sentinel' as process sentinel.
5987
5988 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * whitespace.el (global-whitespace-mode): Revert last change.
5991 (whitespace-unload-function): Force `global-whitespace-mode'
5992 to deactivate local modes in a slightly less intrusive way.
5993
5994 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5995
5996 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5997
5998 2008-02-02 Glenn Morris <rgm@gnu.org>
5999
6000 * international/latin1-disp.el (latin1-display):
6001 * progmodes/fortran.el (fortran-comment-indent-char):
6002 * progmodes/idlw-shell.el (top-level):
6003 * term/mac-win.el (mac-keyboard-translate-char):
6004 * whitespace.el (whitespace-char-valid-p):
6005 * wid-edit.el (widget-key-sequence-read-event):
6006 Use characterp rather than char-valid-p.
6007
6008 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6009 to capitalized-find-word-boundary. Doc fix. Update callers.
6010 (capitalized-next-word-boundary-function-table): Rename to
6011 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6012
6013 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6014 string-to-int.
6015
6016 * ps-def.el (declare-function): Add compatibility definition.
6017 (ps-plot-with-face, ps-plot-string): Declare as functions.
6018 (ps-bold-faces, ps-italic-faces): Declare variables.
6019
6020 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6021 (ps-mule-end-job): Declare as functions.
6022
6023 * wid-edit.el (widget-string-complete): Use assoc-string rather
6024 than assoc-ignore-case.
6025
6026 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * progmodes/etags.el (next-file): Improve revert message.
6029
6030 2008-02-01 Andreas Schwab <schwab@suse.de>
6031
6032 * loadup.el: Load language/burmese instead of language/myanmar.
6033
6034 2008-02-01 Richard Stallman <rms@gnu.org>
6035
6036 * language/burmese.el: Rename from myanmar.el.
6037 ("Burmese"): Rename from "Myanmar".
6038
6039 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6040
6041 * international/fontset.el (script-representative-chars): Add cham
6042 and tai-viet.
6043 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6044 Add fontconfig spec for cjk-misc. Explicitly specify font font
6045 for U+E000..U+F8FF.
6046
6047 * international/characters.el (script-list): Add cham.
6048
6049 * language/cham.el: New file.
6050
6051 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6052
6053 * xml.el (xml-escape-string): Don't do any encoding changes on the
6054 string.
6055
6056 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6057
6058 * language/ind-util.el (in-is13194-post-read-conversion):
6059 Delete unnecessary call of indian-compose-region.
6060
6061 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6062
6063 * ps-print.el: Some face attributes (like :strike-through) were not
6064 being recognised. Reported by Leo <sdl.web@gmail.com>.
6065 (ps-print-version): New version 7.3.2.
6066 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6067 ps-face-overline-p and ps-face-box-p functions.
6068
6069 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6070 New functions.
6071
6072 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6073
6074 * international/fontset.el (font-encoding-alist): Add an entry for
6075 iso8859-16.
6076 (setup-default-fontset): Add iso8859-16 to latin.
6077
6078 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6079 hexadigit string.
6080 (describe-char): Adjust for the above change.
6081
6082 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6083
6084 * international/fontset.el (font-encoding-alist): Don't set the
6085 repertory of GB18030 fonts.
6086
6087 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6088
6089 * language/indian.el: Set font-shape-text for all Indic characters
6090 in composition-function-table.
6091
6092 * language/khmer.el: New file.
6093
6094 * language/myanmar.el: New file.
6095
6096 * loadup.el: Load "language/khmer" and "language/myanmar".
6097
6098 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6099
6100 * international/fontset.el (setup-default-fontset): Fix lao OTF
6101 script name.
6102
6103 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6104
6105 * composite.el (terminal-composition-modification): Delete it.
6106
6107 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6108
6109 * international/fontset.el (x-complement-fontset-spec):
6110 Complement size too.
6111
6112 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6113
6114 * international/fontset.el (font-encoding-charset-alist):
6115 Initialize it.
6116 (otf-script-alist): Fix typo of canadian-aboriginal.
6117 (setup-default-fontset): Specify font-specs for many more scripts.
6118 (x-complement-fontset-spec): Change the first argument to a
6119 font-spec object.
6120 (create-fontset-from-fontset-spec): Adjust for the above change.
6121
6122 2008-02-01 Kenichi Handa <handa@m17n.org>
6123
6124 * language/devanagari.el: Register font-shape-text in
6125 composition-function-table.
6126
6127 * language/tibetan.el: Register font-shape-text in
6128 composition-function-table.
6129
6130 * language/thai-util.el (thai-composition-function): Fix arguments.
6131
6132 * language/tamil.el: Register font-shape-text in
6133 composition-function-table.
6134
6135 * language/malayalam.el: Register font-shape-text in
6136 composition-function-table.
6137
6138 * language/lao.el: Register font-shape-text in
6139 composition-function-table.
6140
6141 * language/kannada.el: Register font-shape-text in
6142 composition-function-table.
6143
6144 * language/european.el (diacritic-composition-function): Fix arguments.
6145
6146 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6147
6148 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6149
6150 * composite.el (composition-function-table): Fix docstring.
6151 (terminal-composition-function): Fix arguments.
6152 (auto-compose-current-font): Delete it.
6153 (auto-compose-chars): Adjust for the change of
6154 composition-function-table.
6155
6156 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6157
6158 * international/fontset.el (font-encoding-alist): Add the entry of
6159 "unicode-bmp".
6160
6161 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6162
6163 * composite.el (auto-compose-chars): Be sure to calculate
6164 composition at least at POS.
6165
6166 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6167
6168 * printing.el: Fix pr-interface-map initialization code.
6169 (pr-version): New version 6.9.3.
6170 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6171 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6172 (pr-f-read-string): Replace by pr-read-string.
6173 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6174 New function name.
6175 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6176
6177 2008-02-01 Kenichi Handa <handa@m17n.org>
6178
6179 * language/tv-util.el (tai-viet-re): Include '-'.
6180 (tai-viet-glyph-info): Handle '-'.
6181
6182 2008-02-01 Kenichi Handa <handa@m17n.org>
6183
6184 * descr-text.el (describe-char): Handle a composition of the new
6185 format. Show font name.
6186
6187 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6188
6189 * language/tibet-util.el (tibetan-composition-function): Use
6190 font-shape-text if auto-compose-current-font is non-nil.
6191
6192 * language/tibetan.el: Fix the range for recording
6193 tibetan-composition-function in composition-function-table.
6194
6195 * language/mlm-util.el (malayalam-composition-function): Use
6196 font-shape-text if auto-compose-current-font is non-nil.
6197
6198 * international/mule-conf.el: Flag many charsets as supplementary.
6199
6200 * international/mule.el (define-charset): Update the docstring for
6201 :supplementary-p.
6202
6203 * international/fontset.el (setup-default-fontset): Add OpenType
6204 fonts for malayalam and tibetan.
6205
6206 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6207
6208 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6209
6210 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6211
6212 * international/fontset.el (otf-script-alist): Make all otf tags
6213 4-letters.
6214 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6215
6216 * language/tml-util.el (tamil-composition-function): Use
6217 font-shape-text if auto-compose-current-font is non-nil.
6218
6219 * language/devan-util.el (devanagari-composition-function): Use
6220 font-shape-text if auto-compose-current-font is non-nil.
6221
6222 * composite.el (auto-compose-chars): Change argument font-object
6223 to window.
6224
6225 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6226
6227 * ps-print.el (ps-lpr-switches): Docstring fix.
6228 (ps-string-list): New function.
6229 (ps-do-despool): Code fix.
6230
6231 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6232
6233 * international/utf-7.el (utf-7-imap-post-read-conversion)
6234 (utf-7-imap-pre-write-conversion): New functions.
6235
6236 * international/mule-conf.el (utf-7-imap): New coding system.
6237
6238 2008-02-01 Kenichi Handa <handa@m17n.org>
6239
6240 * term/x-win.el (x-selection-value): If x-select-request-type is
6241 nil, try also STRING at last.
6242 (x-select-request-type): Doc fix for the change of x-selection-value.
6243
6244 * select.el (selection-coding-system, next-selection-coding-system):
6245 Move declarations from xselect.c.
6246 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6247 If it is nil, decode by a proper coding system. Handle C_STRING.
6248 (ccl-check-utf-8, string-utf-8-p): Delete them.
6249 (xselect-convert-to-string): Fix determining data-type in the case
6250 that TEXT is requested. Don't use selection-coding-system if it's
6251 not proper for the data-type.
6252
6253 2008-02-01 Kenichi Handa <handa@m17n.org>
6254
6255 * term/x-win.el (x-selection-value): If x-select-request-type is
6256 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6257
6258 2008-02-01 Jason Rumney <jasonr@gnu.org>
6259
6260 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6261 to signify default fontset.
6262
6263 2008-02-01 Kenichi Handa <handa@m17n.org>
6264
6265 * international/mule-cmds.el (describe-language-environment):
6266 Check if the specified input method exists or not.
6267
6268 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6269
6270 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6271 (ps-face-background-name): Remove this function. It's already defined
6272 in ps-def.el file.
6273
6274 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6275
6276 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6277 Epoch emacsen.
6278
6279 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6280
6281 * ps-print.el: Now detect if text foreground and background colors are
6282 equals and replace the foreground color by another color, so the text
6283 becomes visible. Doc fix.
6284 (ps-print-version): New version 7.3.
6285 (ps-default-fg, ps-default-bg): Docstring fix.
6286 (ps-fg-list, ps-fg-validate-p): New options.
6287 (ps-foreground-list): New variable.
6288 (ps-generate-header-line): Replace fboundp by functionp.
6289 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6290
6291 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6292
6293 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6294 Move (again) some variable definitions before use, define some
6295 function aliases, no code change.
6296 (pr-version): New version 6.9.2.
6297 (pr-path-style, pr-auto-region, pr-menu-char-height)
6298 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6299 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6300 via (defvar VAR).
6301 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6302 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6303 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6304 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6305 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6306 (pr-menu-print-item, pr-ps-printer-menu-modified)
6307 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6308 (pr-even-or-odd-alist): Move variable definitions.
6309
6310 2008-02-01 Kenichi Handa <handa@m17n.org>
6311
6312 * language/chinese.el (cp936): Delete duplicated alias.
6313
6314 * international/mule-diag.el (list-block-of-chars): Don't insert
6315 non-Unicode characters.
6316
6317 2008-02-01 Jason Rumney <jasonr@gnu.org>
6318
6319 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6320 * term/w32-win.el: Don't require code-pages.
6321
6322 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 Fix up multi-tty merge.
6325
6326 * version.el (emacs-version): Bump to 23.0.60.
6327
6328 * term/x-win.el (x-initialize-window-system): Don't try to create
6329 a fontset from a font-specification anymore. This was removed on the
6330 unicode branch and mistakenly re-added by the multi-tty merge.
6331
6332 * term/w32-win.el: Remove duplicate code that's now in
6333 w32-initialize-window-system.
6334 (w32-initialize-window-system): Don't try to create a fontset from
6335 a font-specification anymore. This was removed on the unicode branch
6336 and mistakenly re-added by the multi-tty merge.
6337
6338 * term/mac-win.el: Remove duplicate top-level code.
6339
6340 * language/ethio-util.el:
6341 * international/characters.el: Use utf-8 rather than utf-8-emacs
6342 since it works as well and has the advantage of working with
6343 non-unicode versions of Emacs.
6344
6345 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6346 multi-tty code, which includes the previous local change.
6347
6348 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6349
6350 * ps-print.el (ps-print-version): New version 7.2.5.
6351 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6352 Use `mapc' rather than `mapcar'.
6353
6354 2008-02-01 Kenichi Handa <handa@m17n.org>
6355
6356 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6357 instead of char-or-string-p to catch -1.
6358
6359 2008-02-01 Kenichi Handa <handa@m17n.org>
6360
6361 * international/mule-cmds.el (inactivate-input-method):
6362 Set input-method-function to nil before calling
6363 inactivate-current-input-method-function.
6364
6365 2008-02-01 Kenichi Handa <handa@m17n.org>
6366
6367 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6368 height that doesn't exceed the requested height by rounding off.
6369
6370 2008-02-01 Andreas Schwab <schwab@suse.de>
6371
6372 * international/mule-diag.el (print-fontset-element):
6373 Use fontp only if defined.
6374
6375 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6376
6377 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6378 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6379 (ps-mule-prologue-generated): Code fix.
6380
6381 2008-02-01 Kenichi Handa <handa@m17n.org>
6382
6383 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6384 with FIXEDCASE t.
6385
6386 2008-02-01 Kenichi Handa <handa@m17n.org>
6387
6388 * international/mule-diag.el (print-fontset-element): Fix for the
6389 format change of a fontset element for font-backend feature.
6390
6391 2008-02-01 Kenichi Handa <handa@m17n.org>
6392
6393 * descr-text.el (describe-char): Fix for the case that a component
6394 character is TAB.
6395
6396 2008-02-01 Kenichi Handa <handa@m17n.org>
6397
6398 * international/mule-cmds.el (select-safe-coding-system-interactively):
6399 Fix printing of rejected and unsafe coding-systems.
6400
6401 * international/fontset.el (setup-default-fontset): Add tai-viet.
6402
6403 * international/characters.el: Setup syntax/category table for Tai Viet.
6404 (script-list): Add tai-viet.
6405
6406 * loadup.el: Load "language/tai-viet".
6407
6408 * language/tai-viet.el: New file.
6409
6410 * language/tv-util.el: New file.
6411
6412 2008-02-01 Jason Rumney <jasonr@gnu.org>
6413
6414 * faces.el (font-weight-table): Use defaults on w32 that match
6415 LOGFONT.lfWeight.
6416
6417 * term/w32-win.el: Don't create fontset from command-line font.
6418
6419 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6422 (sort-coding-systems, search-unencodable-char): Doc fixes.
6423 (default-input-method, input-method-verbose-flag)
6424 (input-method-highlight-flag): Remove * in defcustom's docstrings.
6425 (exit-language-environment-hook, set-default-coding-systems)
6426 (coding-system-change-eol-conversion, prefer-coding-system)
6427 (find-multibyte-characters, leim-list-entry-regexp)
6428 (set-input-method, input-method-exit-on-first-char, princ-list)
6429 (locale-language-names, locale-charset-language-names)
6430 (define-char-code-property): Fix typos in docstrings.
6431
6432 2008-02-01 Kenichi Handa <handa@m17n.org>
6433
6434 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6435 Fix for a new character code space (22-bit).
6436
6437 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6440
6441 2008-02-01 Kenichi Handa <handa@m17n.org>
6442
6443 * international/characters.el: Add more cases/syntaxes from Latin
6444 characters.
6445
6446 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6447
6448 * ps-def.el (installation-directory): Must be initialized when defining
6449 it in XEmacs.
6450 (coding-system-for-read): Eliminate duplicated definition.
6451
6452 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6453
6454 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6455
6456 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6457
6458 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6459 (ps-print-emacs-type): Eliminate variable.
6460 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6461 running ps-print package.
6462
6463 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6464 (ps-frame-parameter): Replace defun by defalias.
6465 (mark-active): Eliminate defvar.
6466
6467 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6468 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6469 (ps-jts-ps-setup): Replace macros by vector key definition.
6470
6471 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6472
6473 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6474 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6475 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6476 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6477 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6478 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6479 New command actions for EPS header and EPS footer.
6480
6481 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6482 footer. Fix some problems with one-or-more, zero-or-more and
6483 alternative constructions generation. Some implementation of log
6484 messages. Doc fix.
6485 (ebnf-version): New version 4.4.
6486 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6487 (ebnf-eps-footer, ebnf-log): New options.
6488 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6489 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6490 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6491 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6492 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6493 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6494 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6495 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6496 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6497 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6498 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6499 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6500 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6501 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6502 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6503 (ebnf-except-dimension, ebnf-alternative-dimension)
6504 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6505 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6506 Insert log message function.
6507 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6508 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6509 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6510 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6511 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6512 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6513 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6514 compatibility with Emacs 20 & 21.
6515 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6516 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6517 (ebnf-basic-empty-height): New variables.
6518 (ebnf-prologue): Fix PostScript code.
6519 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6520 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6521 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6522 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6523
6524 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6525
6526 * printing.el: Group together all XEmacs/Emacs definitions.
6527 (pr-version): New version 6.9.
6528 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6529 New functions.
6530 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6531 (pr-menu-bind): Fix code.
6532 (pr-e-frame-char-height, pr-e-frame-char-width)
6533 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6534 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6535 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6536 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6537 (pr-x-event-y-pixel): Eliminate aliases.
6538 (pr-xemacs-global-menubar): Move macro.
6539 (current-menubar, current-mouse-event, zmacs-region-stays)
6540 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6541 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6542 Move variables.
6543 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6544 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6545 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6546 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6547 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6548 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6549 Move functions.
6550
6551 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6552
6553 * ps-print.el: The ps-print commands without face printing should not
6554 print background color. Reported by Leo <sdl.web@gmail.com>.
6555 (ps-print-version): New version 7.2.2.
6556 (ps-begin-job): New arg. Fix ps-default-background and
6557 ps-default-foreground initialization.
6558 (ps-face-attributes): Fix doc string.
6559 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6560
6561 * printing.el: Fix ps-print link.
6562
6563 2008-02-01 Kenichi Handa <handa@m17n.org>
6564
6565 * international/mule-diag.el (list-character-sets-2): Don't print width.
6566
6567 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6568
6569 * ps-print.ps: Fix background height.
6570 (ps-print-version): New version 7.2.1.
6571
6572 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6573
6574 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6575 into separate files.
6576 (ps-print-version): New version 7.2.
6577 (ps-postscript-code-directory): Fix XEmacs initialization.
6578 (ps-generate-postscript-with-faces):
6579 Call ps-generate-postscript-with-faces1 (new function).
6580 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6581 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6582 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6583 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6584 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6585 Move functions to ps-def.el.
6586 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6587 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6588 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6589 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6590 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6591 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6592 Move functions to ps-samp.el.
6593
6594 * ps-bdf.el (installation-directory, coding-system-for-read):
6595 Move variables to ps-def.el.
6596
6597 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6598 (charset-bytes, charset-dimension, charset-id, charset-width)
6599 (find-charset-region, char-width, chars-in-region, forward-point)
6600 (decompose-composite-char, encode-coding-string, coding-system-p)
6601 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6602 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6603
6604 * ps-def.el: New file. XEmacs/Emacs definitions.
6605 (ps-generate-postscript-with-faces1): New function.
6606 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6607 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6608 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6609 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6610 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6611 Move functions from ps-print.el.
6612 (installation-directory, coding-system-for-read):
6613 Move variables from ps-bdf.el.
6614 (leading-code-private-22): Move variable from ps-mule.el.
6615 (charset-bytes, charset-dimension, charset-id, charset-width)
6616 (find-charset-region, char-width, chars-in-region, forward-point)
6617 (decompose-composite-char, encode-coding-string, coding-system-p)
6618 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6619 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6620
6621 * ps-samp.el: New file. Sample setup code.
6622 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6623 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6624 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6625 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6626 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6627 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6628 Move functions from ps-print.el.
6629
6630 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6631
6632 * ps-print.el: Handle frame parameters (background and/or foreground
6633 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6634 (ps-print-version): New version 7.1.
6635 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6636 (ps-frame-parameter): New function.
6637 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6638 Fix doc and customization.
6639 (ps-begin-job): Get frame parameters (background and/or foreground
6640 colors).
6641 (ps-do-despool): Ensure ps-printer-name has a valid value.
6642
6643 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6644
6645 * progmodes/ebnf-abn.el:
6646 * progmodes/ebnf-bnf.el:
6647 * progmodes/ebnf-dtd.el:
6648 * progmodes/ebnf-ebx.el:
6649 * progmodes/ebnf-iso.el:
6650 * progmodes/ebnf-otz.el:
6651 * progmodes/ebnf-yac.el:
6652 * progmodes/ebnf2ps.el:
6653 * delim-col.el:
6654 * printing.el:
6655 * ps-bdf.el:
6656 * ps-mule.el:
6657 * ps-print.el: Remove 'Time-stamp' comment mark.
6658
6659 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6660 'easy-menu-add-item' when called in Emacs 21 or higher.
6661
6662 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6663
6664 * ps-print.el : Fix doc.
6665 (ps-print-version): New version 7.0.
6666
6667 2008-02-01 Kenichi Handa <handa@m17n.org>
6668
6669 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6670 XMODIFIERS.
6671
6672 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6673
6674 * ps-print.el: Fix maintainer email. Eliminate function declaration
6675 that kept compatibility with older Emacs version.
6676 (ps-print-version): New version 6.7.
6677
6678 2008-02-01 Kenichi Handa <handa@m17n.org>
6679
6680 * international/quail.el (quail-get-translations):
6681 Make quail-current-key multibyte if not yet done.
6682
6683 2008-02-01 Zhang Wei <id.brep@gmail.com>
6684
6685 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6686 ("Chinese-GB18030"): Add sample-text and tutorial.
6687
6688 * international/fontset.el (font-encoding-alist)
6689 (setup-default-fontset): Add gb18030.
6690 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6691 (charset-script-alist): Add gbk and gb18030.
6692
6693 * international/characters.el: Put property
6694 preferred-coding-system on gbk and gb18030.
6695
6696 * international/mule-cmds.el (locale-language-names): Add an entry
6697 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6698
6699 * faces.el (face-font-registry-alternatives): Add gb18030.
6700
6701 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6702
6703 * ps-mule.el: Fix maintainer email.
6704
6705 2008-02-01 Kenichi Handa <handa@m17n.org>
6706
6707 * international/quail.el (quail-insert-kbd-layout): Check the
6708 length of (cdr translation).
6709 (quail-get-current-str): Check the length of (cdr def).
6710
6711 2008-02-01 Kenichi Handa <handa@m17n.org>
6712
6713 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6714
6715 2008-02-01 Kenichi Handa <handa@m17n.org>
6716
6717 * international/mule-cmds.el (ucs-insert): Re-implement.
6718
6719 2008-02-01 Kenichi Handa <handa@m17n.org>
6720
6721 * composite.el (terminal-composition-modification): New function.
6722 (terminal-composition-function): Create composition with the above
6723 modification function.
6724
6725 2008-02-01 Zhang Wei <id.brep@gmail.com>
6726
6727 * international/characters.el: Add more full-width characters in
6728 char-width-table.
6729
6730 2008-02-01 Kenichi Handa <handa@m17n.org>
6731
6732 * international/fontset.el (create-fontset-from-fontset-spec):
6733 Fix script name handling.
6734
6735 2008-02-01 Kenichi Handa <handa@m17n.org>
6736
6737 * composite.el (terminal-composition-function): New function.
6738 (terminal-composition-function-table): New variable.
6739 (auto-compose-chars): If running on a terminal, use
6740 terminal-composition-function-table.
6741
6742 * loadup.el: Load "composite" after "international/characters".
6743
6744 * international/characters.el: Delete codes for setting up charset
6745 property nospace-between-words. Fix setting up of
6746 char-width-table. Don't make ethiopic and tibetan double column.
6747
6748 * textmodes/fill.el (fill-find-break-point-function-table):
6749 Don't set it up in defvar.
6750 (fill-nospace-between-words-table): New variable.
6751 (fill-delete-newlines): Check fill-nospace-between-words-table
6752 instead of charset property nospcae-between-words.
6753
6754 2008-02-01 Kenichi Handa <handa@m17n.org>
6755
6756 * composite.el (global-auto-composition-mode): Make the initial
6757 value not depend on emacs-basic-display.
6758
6759 * textmodes/fill.el: Don't use charset property
6760 `fill-find-break-point-function'.
6761 (fill-find-break-point-function-table): New variable.
6762 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6763
6764 2008-02-01 Kenichi Handa <handa@m17n.org>
6765
6766 * international/mule.el (coding-system-list): Be sure to exclude
6767 subsidiary coding systems.
6768
6769 2008-02-01 Kenichi Handa <handa@m17n.org>
6770
6771 * composite.el (auto-composition-after-change)
6772 (toggle-auto-composition): Remove `auto-composed' property instead
6773 of setting it to nil.
6774
6775 2008-02-01 Kenichi Handa <handa@m17n.org>
6776
6777 * language/misc-lang.el (iso-8859-6): New coding system.
6778
6779 2008-02-01 Kenichi Handa <handa@m17n.org>
6780
6781 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6782 replace-regexp-in-string as replacement.
6783
6784 2008-02-01 Kenichi Handa <handa@m17n.org>
6785
6786 * international/fontset.el (otf-script-alist): Add byzm, math,
6787 musc, and nko.
6788
6789 * international/characters.el (script-list): Add nko,
6790 byzantine-musical-symbol, musical-symbol, and mathematical.
6791
6792 2008-02-01 Kenichi Handa <handa@m17n.org>
6793
6794 * composite.el (auto-compose-current-font): New variable.
6795 (auto-compose-chars): New arg FONT-OBJECT.
6796
6797 2008-02-01 Kenichi Handa <handa@m17n.org>
6798
6799 * international/characters.el: Modify category-table and
6800 script-table for new Ethiopic character range.
6801
6802 2008-02-01 Kenichi Handa <handa@m17n.org>
6803
6804 * international/mule-cmds.el (set-language-environment-fontset):
6805 Delete it.
6806
6807 2008-02-01 Kenichi Handa <handa@m17n.org>
6808
6809 * international/fontset.el (otf-script-alist): Set it.
6810
6811 2008-02-01 Kenichi Handa <handa@m17n.org>
6812
6813 * international/fontset.el (font-encoding-alist):
6814 Fix for "ethiopic-unicode".
6815
6816 2008-02-01 Kenichi Handa <handa@m17n.org>
6817
6818 * international/fontset.el (script-representative-chars):
6819 Add an entry for latin script.
6820
6821 2008-02-01 Kenichi Handa <handa@m17n.org>
6822
6823 * faces.el (font-weight-table): Treat regular and normal as the
6824 same as medium.
6825 (font-slant-table): Add (roman . 100).
6826
6827 2008-02-01 Kenichi Handa <handa@m17n.org>
6828
6829 These changes are for the new font handling codes.
6830
6831 * faces.el (font-weight-table, font-slant-table)
6832 (font-swidth-table): New customizable variables.
6833
6834 * international/fontset.el (font-encoding-alist): Add koi8-4.
6835 (script-representative-chars): Set the default value.
6836 (create-fontset-from-x-resource): Delete `message'.
6837
6838 2008-02-01 Kenichi Handa <handa@m17n.org>
6839
6840 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6841 Call set-buffer-multibyte with arg `to'.
6842
6843 2008-02-01 Kenichi Handa <handa@m17n.org>
6844
6845 * info.el (Info-fontify-node): Check if already fontified or not
6846 by next-single-property-change.
6847
6848 2008-02-01 Kenichi Handa <handa@m17n.org>
6849
6850 * international/mule.el (ctext-pre-write-conversion): Produce
6851 extra designation sequence for ASCII at the end off extended segment.
6852
6853 2008-02-01 Kenichi Handa <handa@m17n.org>
6854
6855 * international/mule.el (ctext-non-standard-encodings-table):
6856 Reverse the returning list.
6857 (ctext-pre-write-conversion): Fix encoding with extended segments.
6858
6859 * international/mule-conf.el (compound-text)
6860 (compound-text-with-extensions): Add long-form in :flags.
6861
6862 2008-02-01 Kenichi Handa <handa@m17n.org>
6863
6864 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6865 regexp for paring FONTSET-SPEC (allow spaces after `:').
6866
6867 2008-02-01 Kenichi Handa <handa@m17n.org>
6868
6869 * international/fontset.el (create-fontset-from-fontset-spec): Fix
6870 for the case that a charset is specified as target.
6871
6872 2008-02-01 Kenichi Handa <handa@m17n.org>
6873
6874 * international/ccl.el (ccl-embed-string): Check string length.
6875 Set special flag for multibyte character sequence.
6876 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6877 str unibyte.
6878 (ccl-compile-write): If the character code doesn't fit in 22-bit
6879 (ccl-dump-write-const-string): Check special flag for multibyte
6880 character sequence.
6881
6882 2008-02-01 Kenichi Handa <handa@m17n.org>
6883
6884 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6885 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6886 ps-mule-eight-bit-char.
6887
6888 2008-02-01 Kenichi Handa <handa@m17n.org>
6889
6890 * language/chinese.el ("Chinese-BIG5"):
6891 Set ctext-non-standard-encodings property to "big5-0".
6892
6893 * international/mule.el (ctext-non-standard-encodings):
6894 Initialize to nil.
6895 (ctext-non-standard-encodings-alist): Set charset `big5' in the
6896 entry for "big5-0".
6897 (ctext-non-standard-encodings-table): Return a list instead of
6898 char-table.
6899 (ctext-pre-write-conversion): Adjust for the above change.
6900
6901 2008-02-01 Zhang Wei <id.brep@gmail.com>
6902
6903 * international/mule.el (ctext-non-standard-encodings-alist):
6904 Add an entry for gbk-0.
6905 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6906 a row 8-bit.
6907
6908 * language/chinese.el ("Chinese-GBK"):
6909 Set ctext-non-standard-encodings property to "gbk-0".
6910 Add sample-text property.
6911
6912 2008-02-01 Kenichi Handa <handa@m17n.org>
6913
6914 * international/kkc.el (kkc-region): Use
6915 this-single-command-raw-keys on pushing back an unhandled key sequence.
6916
6917 2008-02-01 Kenichi Handa <handa@m17n.org>
6918
6919 * international/encoded-kb.el (encoded-kbd-mode):
6920 Check saved-input-mode on turning off Encoded Kbd mode.
6921
6922 * composite.el (auto-composition-after-change): Use save-buffer-state.
6923 (turn-on-auto-composition-if-enabled): Don't turn on
6924 auto-composition-mode in a unibyte buffer.
6925
6926 2008-02-01 Kenichi Handa <handa@m17n.org>
6927
6928 * startup.el (command-line): Use custom-reevaluate-setting for
6929 global-auto-composition-mode.
6930
6931 * composite.el (auto-composition-function): Make it buffer local.
6932 (auto-composition-mode): New minor mode.
6933 (turn-on-auto-composition-if-enabled): New function.
6934 (global-auto-composition-mode): New global minor mode.
6935
6936 2008-02-01 Kenichi Handa <handa@m17n.org>
6937
6938 * descr-text.el (describe-char): Use insert-text-button instead of
6939 widget-create for "customize what to show" button.
6940
6941 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6942
6943 * language/ethiopic.el: Fix copyright.
6944 (composition-function-table): Support a new character in Unicode 4.1.
6945
6946 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6947 (ethio-tex-to-fidel-buffer, ethio-composition-function)
6948 ("ethiopic-tex"): Support new characters in Unicode 4.1.
6949
6950 2008-02-01 Kenichi Handa <handa@m17n.org>
6951
6952 * international/characters.el: Register characters in
6953 auto-fill-chars. Put nospace-between-words to more charsets.
6954
6955 2008-02-01 Zhang Wei <id.brep@gmail.com>
6956
6957 * international/mule-cmds.el (locale-language-names): Add entries
6958 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6959 (locale-preferred-coding-systems): Fix entries for Chinese locales.
6960
6961 2008-02-01 Kenichi Handa <handa@etlken>
6962
6963 * international/utf-7.el: Delete the definition of utf-7.
6964 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6965 Add autoload cookies.
6966
6967 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6968
6969 * term/mac-win.el: Delete the code to create a fontset from the X
6970 resource "Font".
6971
6972 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
6973
6974 * international/robin.el (robin-define-package): Be sure to call
6975 put-char-code-property.
6976
6977 2008-02-01 Kenichi Handa <handa@m17n.org>
6978
6979 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6980 property to 1.
6981
6982 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6983 property to t.
6984
6985 * international/mule.el (coding-system-get):
6986 Check `ascii-incompatible' for backward compatiblity.
6987 (set-file-name-coding-system): Signal an error for a coding system
6988 not suitable for file name.
6989 (set-keyboard-coding-system): Signal an error for a coding system
6990 not suitable for keyboard.
6991
6992 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6993 Set :suitable-for-keyboard property to 1.
6994
6995 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6996 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6997
6998 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6999 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7000
7001 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7002
7003 * international/robin.el (robin-define-package): Delete redundant code.
7004 (robin-add-rule): Allow N-1 reverse conversion.
7005
7006 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7007
7008 * international/robin.el (robin-define-package): Make the
7009 expanded form shorter.
7010
7011 2008-02-01 Zhang Wei <id.brep@gmail.com>
7012
7013 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7014 chiense-iso-8bit.
7015
7016 2008-02-01 Kenichi Handa <handa@m17n.org>
7017
7018 * loadup.el: If we are byte-compiling unidata-gen.el or running
7019 unidata-ge-files, set purify-flag to nil.
7020
7021 2008-02-01 Kenichi Handa <handa@m17n.org>
7022
7023 * loadup.el: Load international/charprop.el with NOERROR t.
7024
7025 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7026
7027 2008-02-01 Kenichi Handa <handa@m17n.org>
7028
7029 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7030 New charsets and coding systems.
7031 (mac-symbol, mac-dingbats): New charsets.
7032
7033 2008-02-01 Kenichi Handa <handa@m17n.org>
7034
7035 * international/characters.el: Set syntax of NBSP to punctuation.
7036
7037 2008-02-01 Kenichi Handa <handa@m17n.org>
7038
7039 * international/mule-cmds.el: Don't require wid-edit.
7040
7041 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7042
7043 * international/robin.el: New file.
7044
7045 * language/ethiopic.el: Change encoding to utf-8-emacs.
7046 Register ethio-composition-function in composition-function-table.
7047 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7048
7049 * language/ethio-util.el: Change encoding to utf-8-emacs.
7050 Rewrite all transliteration functions to use robin.el.
7051 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7052 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7053 (ethio-prefer-ascii-punctuation): Delete variables.
7054 (ethio-char-to-ethiocode, ethio-convert-digit)
7055 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7056 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7057 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7058 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7059 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7060 (ethio-adjust-robin, ethio-composition-function)
7061 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7062 (ethio-sera-to-fidel-region-ethio)
7063 (ethio-sera-to-fidel-region-noethio)
7064 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7065 New functions.
7066
7067 2008-02-01 Miles Bader <miles@gnu.org>
7068
7069 * international/mule.el (auto-coding-regexp-alist)
7070 (ctext-pre-write-conversion): Replace embedded control characters
7071 with octal escapes; this prevents diff from thinking the file is binary.
7072
7073 2008-02-01 Miles Bader <miles@gnu.org>
7074
7075 * descr-text.el (describe-char-unidata-list):
7076 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7077 (byte-compile-insert-header):
7078 * international/mule.el (charset-list, set-coding-priority)
7079 (ignore-relative-composition):
7080 * international/mule-util.el (detect-coding-with-priority):
7081 * international/mule-diag.el:
7082 * international/mule-cmds.el (language-info-custom-alist):
7083 * international/codepage.el (codepage-setup):
7084 Replace references to Emacs version "22" with "23".
7085
7086 2008-02-01 Kenichi Handa <handa@m17n.org>
7087
7088 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7089
7090 * international/fontset.el (font-encoding-alist): Add an entry for
7091 microsoft-cp1251.
7092 (setup-default-fontset): Add entries for microsoft-cp1251 and
7093 koi8-r for cyrillic.
7094
7095 * international/mule-cmds.el (char-code-property-alist): New variable.
7096 (define-char-code-property): New function.
7097 (get-char-code-property, put-char-code-property): Handle a
7098 char-table registerd in char-code-property-alist.
7099 (set-language-environment): Check :ascii-compatible-p property of
7100 nonascii charset instead of its dimension.
7101
7102 * international/uni-bidi.el, international/uni-category.el:
7103 * international/uni-combining.el, international/uni-comment.el:
7104 * international/uni-decimal.el, international/uni-decomposition.el:
7105 * international/uni-digit.el, international/uni-lowercase.el:
7106 * international/uni-mirrored.el, international/uni-name.el:
7107 * international/uni-numeric.el, international/uni-old-name.el:
7108 * international/uni-titlecase.el, international/uni-uppercase.el:
7109 * international/charprop.el: New files automatically generated by
7110 admin/unidata/Makefile.
7111
7112 * loadup.el: Load internationnal/charprop.el.
7113
7114 * descr-text.el (describe-char-unidata-list): New variable.
7115 (describe-char-unicode-data): Use char-code-property-description.
7116 (describe-char): Add lines for describing Unicode-based character
7117 properties.
7118
7119 2008-02-01 Kenichi Handa <handa@m17n.org>
7120
7121 * textmodes/ispell.el: These changes are to fix the code merged
7122 from trunk for the change on 2008-02-01.
7123 (ispell-unified-chars-table): Delete it.
7124 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7125
7126 2008-02-01 Kenichi Handa <handa@m17n.org>
7127
7128 * international/mule-util.el (char-displayable-p): Check
7129 :charset-list property of CODING.
7130
7131 2008-02-01 Kenichi Handa <handa@m17n.org>
7132
7133 * international/mule-cmds.el (select-safe-coding-system-interactively):
7134 Change 'mime-charset to :mime-charset.
7135 (select-safe-coding-system): Use above.
7136 (set-language-environment): Delete unnecessary code for handling
7137 overriding-fontspec.
7138
7139 2008-02-01 Kenichi Handa <handa@m17n.org>
7140
7141 * international/mule-conf.el: New coding system aliases unix, dos,
7142 and mac.
7143
7144 2008-02-01 Kenichi Handa <handa@m17n.org>
7145
7146 * international/titdic-cnv.el (tit-process-header): Fix embedded
7147 coding tag.
7148 (titdic-convert): Bind coding-system-for-write to the coding
7149 system specfied in the map file. Remove `charset' property after
7150 decoding.
7151 (miscdic-convert): Bind coding-system-for-write to the coding
7152 system specfied for the map file. Fix LANGUAGE arg to
7153 quail-define-package.
7154 (batch-miscdic-convert): Check if a file is directory or not.
7155
7156 2008-02-01 Kenichi Handa <handa@m17n.org>
7157
7158 * international/mule.el (coding-system-equal): Move from mule-util.el.
7159
7160 * international/mule-util.el (coding-system-equal): Move to mule.el.
7161
7162 2008-02-01 Kenichi Handa <handa@m17n.org>
7163
7164 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7165 New function.
7166 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7167 Support multibyte charsets.
7168
7169 2008-02-01 Kenichi Handa <handa@m17n.org>
7170
7171 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7172 to eight-bit chars.
7173
7174 * international/mule-conf.el: Don't define coding system
7175 `undecided' here.
7176
7177 2008-02-01 Kenichi Handa <handa@m17n.org>
7178
7179 * international/mule-cmds.el (locale-language-names): Fix for
7180 gb18030 and gdk.
7181
7182 2008-02-01 Kenichi Handa <handa@m17n.org>
7183
7184 * international/fontset.el (font-encoding-alist): Add gbk.
7185 (charset-script-alist): Add chinese-gbk.
7186
7187 2008-02-01 Kenichi Handa <handa@m17n.org>
7188
7189 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7190
7191 2008-02-01 Kenichi Handa <handa@m17n.org>
7192
7193 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7194
7195 2008-02-01 Kenichi Handa <handa@m17n.org>
7196
7197 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7198 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7199 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7200
7201 2008-02-01 Kenichi Handa <handa@m17n.org>
7202
7203 * descr-text.el (describe-char): Fix for the case CODE is a cons
7204 of integers.
7205
7206 2008-02-01 Steven Tamm <steventamm@mac.com>
7207
7208 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7209 (mac-standard-fontset-spec): Create.
7210
7211 2008-02-01 Kenichi Handa <handa@m17n.org>
7212
7213 * international/mule-diag.el (unicode-data):
7214 Call find-file-noselect with NOWARN t.
7215
7216 2008-02-01 Kenichi Handa <handa@m17n.org>
7217
7218 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7219
7220 2008-02-01 Kenichi Handa <handa@m17n.org>
7221
7222 * international/characters.el: Give more CJK characters the
7223 category `|'.
7224
7225 * descr-text.el (describe-char): Make it work on *Help* buffer.
7226 Suppress auto-composition on a region describing about composition.
7227
7228 * language/european.el (diacritic-compose-region)
7229 (diacritic-compose-string, diacritic-composition-function):
7230 Compose diacritical marks only with a character whose syntax is
7231 word constituent.
7232 (diacritic-post-read-conversion): Delete it.
7233
7234 2008-02-01 Kenichi Handa <handa@m17n.org>
7235
7236 * composite.el (auto-compose-chars): Execute the main code in
7237 condition-case.
7238
7239 2008-02-01 Kenichi Handa <handa@m17n.org>
7240
7241 * international/fontset.el (x-complement-fontset-spec):
7242 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7243
7244 2008-02-01 Kenichi Handa <handa@m17n.org>
7245
7246 * international/characters.el (next-word-boundary-kana):
7247 Handle half-width kana.
7248
7249 2008-02-01 Kenichi Handa <handa@m17n.org>
7250
7251 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7252
7253 2008-02-01 Kenichi Handa <handa@m17n.org>
7254
7255 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7256
7257 * mail/rmail.el (rmail-decode-babyl-format):
7258 Use with-coding-priority instead of detect-coding-with-priority.
7259
7260 2008-02-01 Kenichi Handa <handa@m17n.org>
7261
7262 * international/mule.el (make-translation-table)
7263 (make-translation-table-from-vector): Set the second extra slot of
7264 the char table to 1.
7265 (make-translation-table-from-alist): Fix handling of multiple entries.
7266
7267 2008-02-01 Kenichi Handa <handa@m17n.org>
7268
7269 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7270 New translation tables.
7271
7272 * international/mule.el (make-translation-table-from-alist):
7273 New function.
7274
7275 2008-02-01 Kenichi Handa <handa@m17n.org>
7276
7277 * international/mule.el (translate-region): Re-implement it here.
7278 Make it interactive.
7279
7280 2008-02-01 Kenichi Handa <handa@m17n.org>
7281
7282 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7283
7284 2008-02-01 Kenichi Handa <handa@m17n.org>
7285
7286 * international/mule-conf.el (chinese-cns11643-15): New charset.
7287
7288 2008-02-01 Kenichi Handa <handa@m17n.org>
7289
7290 * international/fontset.el (font-encoding-alist): Add entries for
7291 variations of cns11643 fonts.
7292 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7293
7294 2008-02-01 Kenichi Handa <handa@m17n.org>
7295
7296 * international/mule-diag.el (list-charset-chars): Put charset
7297 text property.
7298
7299 * international/fontset.el (setup-default-fontset): Delete the
7300 entry for symbol script, add JISX0213 to kana script, specify
7301 fallback fonts.
7302
7303 2008-02-01 Kenichi Handa <handa@m17n.org>
7304
7305 * international/fontset.el (setup-default-fontset)
7306 (font-encoding-alist): Register "JISX0213.2004-1".
7307
7308 * international/mule-diag.el (list-character-sets): Fix the first
7309 line message.
7310 (sort-listed-character-sets): Adjust for the change of
7311 list-characters-sets-1.
7312 (list-character-sets-1): List supplementary character sets in a
7313 different section.
7314 (list-charset-chars): Validate charset at early stage.
7315
7316 * international/characters.el: Fix `han' script range.
7317
7318 * international/mule-conf.el (japanese-jisx0213.2004-1):
7319 Specify :code-space.
7320 (cp932-2-byte): Fix :code-space.
7321 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7322
7323 2008-02-01 Kenichi Handa <handa@m17n.org>
7324
7325 * international/mule-conf.el (japanese-jisx0213.2004-1):
7326 Specify :dimension 2.
7327
7328 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7329 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7330 New coding systems.
7331 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7332 aliases.
7333 ("Japanese"): Add new charsets and coding systems.
7334
7335 2008-02-01 Kenichi Handa <handa@m17n.org>
7336
7337 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7338 Rename from japanese-ucs-cp932-map.
7339 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7340 (japanese-ucs-glibc-map): Delete this translation table.
7341 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7342 New translation tables.
7343
7344 2008-02-01 Kenichi Handa <handa@m17n.org>
7345
7346 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7347
7348 2008-02-01 Kenichi Handa <handa@m17n.org>
7349
7350 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7351
7352 2008-02-01 Kenichi Handa <handa@m17n.org>
7353
7354 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7355 tables japanese-ucs-*-map.
7356
7357 2008-02-01 Kenichi Handa <handa@m17n.org>
7358
7359 * international/eucjp-ms.el: New file (automatically generated by
7360 admin/charsets/Makefile).
7361
7362 * international/cp51932.el: New file (automatically generated by
7363 admin/charsets/Makefile).
7364
7365 * language/japanese.el: Load cp51932 and eucjp-ms.
7366 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7367 (japanese-ucs-glibc-map): New translation tables.
7368 (eucjp-ms): New coding system.
7369
7370 * international/mule.el (coding-system-put): Delete it.
7371 It's implemented in C now.
7372
7373 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7374 (japanese-jisx0213-a): New supplementary charset.
7375 (japanese-jisx0213.2004-1): New charset.
7376
7377 2008-02-01 Kenichi Handa <handa@m17n.org>
7378
7379 * language/japanese.el (japanese-cp932): New coding system.
7380 (cp932): New alias of it.
7381
7382 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7383 (cp932): New charsets.
7384
7385 * international/mule.el (define-charset): If :code-space is not
7386 given, generate it from :dimension.
7387
7388 2008-02-01 Kenichi Handa <handa@m17n.org>
7389
7390 * composite.el (reference-point-alist): Doc fix.
7391 (encode-composition-rule, decode-composition-rule):
7392 Handle a rule (GREF NREF XOFF YOFF).
7393
7394 2008-02-01 Kenichi Handa <handa@m17n.org>
7395
7396 * language/european.el (diacritic-composition-function): Fix for
7397 the case that POS is at the head. Allow combining with more characters.
7398
7399 2008-02-01 Kenichi Handa <handa@m17n.org>
7400
7401 * descr-text.el (describe-char): Check `charset' property.
7402 Show the code point in the charset in hexadigits.
7403
7404 * international/mule-diag.el (stretches-for-character-list):
7405 Delete it.
7406 (list-block-of-chars): Use tabs instead of `display' property for
7407 aligning characters.
7408 (print-fontset-element): Fix the printing of XLFD.
7409
7410 2008-02-01 Kenichi Handa <handa@m17n.org>
7411
7412 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7413 New function.
7414 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7415 handling utf-8.
7416
7417 2008-02-01 Kenichi Handa <handa@m17n.org>
7418
7419 * faces.el (read-face-font): Include fontsets in the completion list.
7420
7421 * international/mule-cmds.el (set-locale-environment):
7422 Insert locale-translation-file-name in a unibyte buffer.
7423
7424 * international/characters.el: Fix setting of category `|'.
7425
7426 2008-02-01 Kenichi Handa <handa@m17n.org>
7427
7428 * language/chinese.el (chinese-gb18030): Fix :charset-list.
7429
7430 2008-02-01 Kenichi Handa <handa@m17n.org>
7431
7432 * international/mule-cmds.el (select-safe-coding-system): Fix for
7433 the case that the first element of default-coding-system is t.
7434 Fix a message when some coding systems are rejected.
7435
7436 2008-02-01 Kenichi Handa <handa@m17n.org>
7437
7438 * international/mule-cmds.el (set-language-environment): Put
7439 higher priority to charsets listed in `charset' property of the
7440 language environment.
7441
7442 2008-02-01 Kenichi Handa <handa@m17n.org>
7443
7444 * composite.el (auto-compose-chars): Don't do unnecessary
7445 save-exclusion and save-restriction.
7446
7447 2008-02-01 Kenichi Handa <handa@m17n.org>
7448
7449 * international/mule-conf.el (ctext-no-compositions):
7450 Remove garbage arguments.
7451
7452 * international/mule.el (make-coding-system): Fix generation of
7453 properties.
7454
7455 * international/fontset.el (setup-default-fontset): Specify fonts
7456 for `symbol' script.
7457
7458 * international/characters.el (script-list): Include `currency'
7459 in `symbol'.
7460
7461 2008-02-01 Alex Schroeder <alex@gnu.org>
7462
7463 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7464 8601 format (a capital T between the date and the time).
7465
7466 2008-02-01 Kenichi Handa <handa@m17n.org>
7467
7468 * international/mule.el (private-char-area-1-min)
7469 (private-char-area-1-max, private-char-area-2-min)
7470 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7471 (convert-define-charset-argument): New function.
7472 (define-charset): Handle the old calling style.
7473 Update emacs-mule-charset-table.
7474 (make-char-internal): New function.
7475
7476 2008-02-01 Jason Rumney <jasonr@gnu.org>
7477
7478 * w32-charset-info-alist: Define iso10646-1 always.
7479
7480 2008-02-01 Kenichi Handa <handa@m17n.org>
7481
7482 * composite.el (compose-region): Doc fix (delete duplicated line).
7483
7484 2008-02-01 Kenichi Handa <handa@m17n.org>
7485
7486 * international/characters.el: Fix syntax for Ethiopic.
7487
7488 2008-02-01 Jason Rumney <jasonr@gnu.org>
7489
7490 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7491
7492 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7493 Add international/latin1-disp.el.
7494 (LC_ALL): Define as C.
7495
7496 2008-02-01 Jason Rumney <jasonr@gnu.org>
7497
7498 * term/w32-win.el: Don't set fontsets to use sjis.
7499
7500 2008-02-01 Kenichi Handa <handa@m17n.org>
7501
7502 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7503 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7504
7505 2008-02-01 Kenichi Handa <handa@m17n.org>
7506
7507 * composite.el (auto-composition-chunk-size): Delete variable.
7508 (auto-compose-chars): Always stop after processing a newline.
7509
7510 2008-02-01 Kenichi Handa <handa@m17n.org>
7511
7512 * international/mule.el (define-coding-system): Fix attribute
7513 name :for-unibyte.
7514
7515 2008-02-01 Kenichi Handa <handa@m17n.org>
7516
7517 * ps-bdf.el: Largely re-write.
7518
7519 * ps-mule.el: Largely re-write.
7520
7521 * ps-print.el (ps-generate-string-list): Delete function.
7522 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7523 (ps-header-footer-string): Delete function.
7524 (ps-encode-header-string-function): New variable.
7525 (ps-generate-header-line): Call ps-encode-header-string-function.
7526 (ps-basic-plot-string-function): New variable
7527 (ps-begin-job): Set ps-basic-plot-string-function and
7528 ps-encode-header-string-function. For setting up headers and
7529 footers, don't use caches such as ps-rh-cache. Don't call
7530 ps-mule-begin-page.
7531 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7532 Don't call ps-mule-prepare-ascii-font.
7533 (ps-plot-region): Don't pay attention to composition and
7534 non-ASCII characters.
7535 (ps-generate): Call ps-mule-end-job.
7536 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7537 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7538 (ps-mule-end-job): Declare autoload.
7539
7540 * composite.el (auto-compose-region): New function.
7541
7542 2008-02-01 Dave Love <fx@gnu.org>
7543
7544 * international/mule-util.el
7545 (detect-coding-with-language-environment): Doc fix.
7546
7547 * composite.el: Doc fixes.
7548 (auto-compose-chars): Use functionp, not fboundp.
7549
7550 * international/mule-diag.el (list-charset-chars): Set buffer file
7551 coding system.
7552
7553 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7554 cookie. Doc fix.
7555
7556 2008-02-01 Dave Love <fx@gnu.org>
7557
7558 * international/mule-diag.el (list-charset-chars): Set buffer file
7559 coding system.
7560
7561 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7562 cookie. Doc fix.
7563
7564 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7565 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7566 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7567 * eshell/esh-opt.el (eshell-process-option):
7568 * emulation/keypad.el (keypad-setup):
7569 * emacs-lisp/lisp-mode.el (prin1-char):
7570 * emacs-lisp/generic.el (generic-mode-set-comments):
7571 * edmacro.el (edmacro-parse-keys):
7572 * disp-table.el (standard-display-default): Use characterp.
7573
7574 2008-02-01 Kenichi Handa <handa@m17n.org>
7575
7576 * international/mule-conf.el (utf-16-be): Make it an alias of
7577 utf-16be-with-signature.
7578 (utf-16-le): Make it an alias of utf-16le-with-signature.
7579 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7580 coding system aliases.
7581
7582 * international/utf-7.el (utf-7-decode, utf-7-encode):
7583 Use utf-16be, not utf-16-be.
7584
7585 2008-02-01 Kenichi Handa <handa@m17n.org>
7586
7587 * international/mule.el (coding-system-category): New function.
7588 (set-coding-priority): Re-write.
7589 (make-translation-table): Re-write.
7590
7591 * international/mule-cmds.el (universal-coding-system-argument):
7592 Check the coding system type `undecided', not `t'.
7593 (sort-coding-systems): Fix for iso-2022 coding systems.
7594 (find-multibyte-characters): Fix for eight-bit chars.
7595 (set-language-environment): Set charset priorities according to
7596 the charsets supported by the coding systems of higher priorities.
7597
7598 2008-02-01 Kenichi Handa <handa@m17n.org>
7599
7600 * font-lock.el
7601 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7602 Check (match-end 2) before going there.
7603
7604 2008-02-01 Kenichi Handa <handa@m17n.org>
7605
7606 * international/mule.el (ctext-non-standard-designations-alist):
7607 Exclude entries for iso8859-1[03456]. Fix docstring.
7608 (ctext-pre-write-conversion): Make it work for the case that FROM
7609 is a string. Don't do unnecessary save-restriction and
7610 narrow-to-region.
7611
7612 2008-02-01 Kenichi Handa <handa@m17n.org>
7613
7614 * international/mule.el (ctext-non-standard-encodings-alist):
7615 Rename from non-standard-icccm-encodings-alist.
7616 (ctext-non-standard-encodings-regexp): New variable
7617 (ctext-post-read-conversion): Full rewrite.
7618 (ctext-non-standard-designations-alist): Rename from
7619 non-standard-designations-alist.
7620 (ctext-pre-write-conversion): Full rewrite.
7621 (define-coding-system): Doc fix (escape '"' by '\').
7622
7623 2008-02-01 Dave Love <fx@gnu.org>
7624
7625 * international/mule-conf.el (utf-16le, utf-16be-16be)
7626 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7627 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7628 `-16-{b,l}e-' and define aliases for the old names.
7629
7630 * international/mule.el (define-coding-system): Doc fix.
7631
7632 2008-02-01 Dave Love <fx@gnu.org>
7633
7634 * international/utf-7.el: New file.
7635
7636 * international/mule-conf.el (utf-7): New.
7637
7638 2008-02-01 Kenichi Handa <handa@m17n.org>
7639
7640 * international/mule-conf.el (utf-16): Add :endian 'big.
7641
7642 * international/mule.el (define-coding-system): Fix docstring
7643 about :bom and :endian.
7644
7645 2008-02-01 Dave Love <fx@gnu.org>
7646
7647 * international/mule-diag.el (describe-character-set):
7648 Fix printing dimensions. Use `×', not `x'.
7649
7650 2008-02-01 Kenichi Handa <handa@m17n.org>
7651
7652 * international/fontset.el: Register CDAC fonts in
7653 face-font-rescale-alist instead of face-resizing-fonts.
7654
7655 2008-02-01 Kenichi Handa <handa@m17n.org>
7656
7657 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7658 (utf-16-be): Rename from utf-16-be-nosig.
7659 (utf-16-le-with-signature): Rename from utf-16-le.
7660 (utf-16-be-with-signature): Rename from utf-16-be.
7661 (utf-16): Set :bom to (utf-16-le-with-signature .
7662 utf-16-be-with-signature).
7663
7664 2008-02-01 Dave Love <fx@gnu.org>
7665
7666 * language/georgian.el (georgian-ps, georgian-academy): New coding
7667 system.
7668
7669 * language/chinese.el (chinese-big5-hkscs): New coding system.
7670 (big5-hkscs, cn-big5-hkscs): New aliases.
7671
7672 * international/mule-conf.el (big5-hkscs, georgian-academy):
7673 New charset.
7674 (ibm1047): Doc fix.
7675 (pt154): Add mime-charset.
7676 (ptcp154, cp154): New aliases.
7677
7678 2008-02-01 Dave Love <fx@gnu.org>
7679
7680 * international/mule.el (charset-iso-final-char, define-coding-system):
7681 Doc fix.
7682
7683 2008-02-01 Kenichi Handa <handa@m17n.org>
7684
7685 * international/ccl.el (define-ccl-program): Fset charset-id
7686 to charset-id-internal temporarily.
7687
7688 2008-02-01 Kenichi Handa <handa@m17n.org>
7689
7690 * international/mule-diag.el (list-block-of-chars):
7691 Use decode-char instead of make-char.
7692
7693 2008-02-01 Kenichi Handa <handa@m17n.org>
7694
7695 * international/fontset.el: Enable the default fontset to use
7696 unicode fonts for ASCII characters.
7697 (x-decompose-font-name): Don't try to resolve PATTERN by
7698 x-resolve-font-name.
7699 (x-complement-fontset-spec): Never prepend an ASCII font.
7700 (create-fontset-from-fontset-spec): If a fontset of the same name
7701 already exists, override it instead of signalling an error. Don't
7702 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7703
7704 * international/mule-conf.el (unicode-bmp): Delete duplicated
7705 definition. Give it :code-offset 0.
7706
7707 * international/mule-diag.el (print-fontset-element): New function.
7708 (print-fontset): Use print-fontset-element to print the elements
7709 of a fontset. Use it also to print fonts fallen back to the
7710 default fontsets.
7711
7712 * term/x-win.el: Delete the code to create a fontset from the X
7713 resource "Font".
7714
7715 2008-02-01 Kenichi Handa <handa@m17n.org>
7716
7717 * international/mule-diag.el (print-fontset): Insert proper
7718 newline and indentation spaces.
7719
7720 2008-02-01 Dave Love <fx@gnu.org>
7721
7722 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7723 multibyte-char-to-unibyte.
7724
7725 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7726
7727 * international/mule-cmds.el (find-coding-systems-for-charsets):
7728 Use coding-system-type, coding-system-charset-list.
7729 (standard-keyboard-coding-systems): Delete.
7730 (set-locale-environment): Maybe set keyboard coding system.
7731 Avoid typical warning about codeset in C locale.
7732
7733 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7734
7735 * international/fontset.el (x-complement-fontset-spec): If a
7736 fontname doesn't conform to XLFD format, try to get XLFD name by
7737 x-list-fonts.
7738
7739 2008-02-01 Dave Love <fx@gnu.org>
7740
7741 * international/mule-conf.el (mik, pt154): New charsets.
7742
7743 * language/cyrillic.el (mik, pt154): New coding systems.
7744
7745 2008-02-01 Dave Love <fx@gnu.org>
7746
7747 * international/characters.el: Move parts around so that syntax
7748 definitions aren't overwritten wrongly.
7749
7750 * international/mule-diag.el (unicode-data): Fix treatment of
7751 numeric-value fields.
7752
7753 2008-02-01 Dave Love <fx@gnu.org>
7754
7755 * progmodes/cap-words.el: New file.
7756
7757 2008-02-01 Kenichi Handa <handa@m17n.org>
7758
7759 The following changes are to make character composition happen
7760 automatically on displaying.
7761
7762 * composite.el: Remove all autoload cookies.
7763 (composition-function-table): Move variable declaration from
7764 composite.c. Change format.
7765 (save-buffer-state): Copy from font-lock.el.
7766 (auto-composition-chunk-size): New variable.
7767 (auto-compose-chars): New function. Set
7768 auto-composition-function to it.
7769 (toggle-auto-composition): New function.
7770
7771 * international/characters.el: Make all chararacters in the
7772 charset tibetan to tibetan script.
7773
7774 * international/mule-conf.el (tibetan): Fix :code-space property.
7775 (tibetan-1-column): Delete :superset property, add :code-offset
7776 property.
7777
7778 * international/quail.el (quail-input-string-to-events): Don't
7779 generate compose-chars-after events.
7780
7781 * language/devanagari.el: Register devanagari-composable-function
7782 in composition-function-table for Devanagari characters.
7783
7784 * language/devan-util.el: Register devanagari-composable-pattern
7785 in indian-composable-pattern.
7786 (devanagari-composition-function): Add autoload cookie. Change
7787 arguments to conform to composition-function-table.
7788
7789 * language/european.el: Register combining characters in
7790 composition-function-table.
7791 (diacritic-composition-function): Change arguments to conform to
7792 composition-function-table.
7793
7794 * language/indian.el (indian-composable-pattern): New variable.
7795
7796 * language/ind-util.el (indian-compose-region): Don't call
7797 compose-chars-after, instead call a function registered in
7798 composition-function-table.
7799
7800 * language/lao.el: Register lao-composition-function in
7801 composition-function-table for Lao vowels and tones.
7802 (lao): Don't use lao-post-read-conversion.
7803
7804 * language/lao-util.el (lao-post-read-conversion): Delete this function.
7805 (lao-composition-function): Change arguments to conform to
7806 composition-function-table.
7807
7808 * language/thai.el: Register thai-composition-function in
7809 composition-function-table for Thai vowels and tones.
7810 (thai-tis620): Don't use thai-post-read-conversion.
7811
7812 * language/thai-util.el (thai-post-read-conversion): Delete function.
7813 (thai-composition-function): Change arguments to conform to
7814 composition-function-table.
7815
7816 * language/tibetan.el: Register tibetan-composition-function in
7817 composition-function-table for Tibetan characters.
7818
7819 * language/tibet-util.el (tibetan-composition-function):
7820 Change arguments to conform to composition-function-table.
7821
7822 * loadup.el: Load composite.
7823
7824 2008-02-01 Dave Love <fx@gnu.org>
7825
7826 * international/mule-diag.el (unicode-data): Find unicodedata-file
7827 literally.
7828
7829 2008-02-01 Dave Love <fx@gnu.org>
7830
7831 * international/fontset.el: Doc fixes.
7832 ("fontset-default"): Add iso8859-15.
7833
7834 2008-02-01 Kenichi Handa <handa@m17n.org>
7835
7836 * international/fontset.el ("fontset-default"): Add an entry for
7837 `indian-is13194' charset.
7838
7839 * international/mule-conf.el (indian-is13194): Delete :unify-map
7840 property. Don't unify this charset.
7841 (indian-2-column): Delete :superset property, add :code-offset property.
7842
7843 * language/devan-util.el: Delete the superfluous autoload cookie
7844 near the head of the file.
7845 (devanagari-compose-region): Add autoload cookie.
7846
7847 * language/ind-util.el (indian-2-column-to-ucs-region):
7848 Add autoload cookie.
7849
7850 2008-02-01 Kenichi Handa <handa@m17n.org>
7851
7852 * international/fontset.el ("fontset-default"): Add an entry for
7853 `devanagari' script and `malayalam-glyph' charset.
7854 (face-resizing-fonts): Register CDAC fonts.
7855
7856 * international/mule-conf.el (malayalam-glyph): New charset.
7857
7858 2008-02-01 Dave Love <fx@gnu.org>
7859
7860 * term/x-win.el: Fix typo in loop setting x-keysym-table.
7861
7862 2008-02-01 Dave Love <fx@gnu.org>
7863
7864 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7865
7866 * term/x-win.el: Remove some ancient compatibility code. Populate
7867 x-keysym-table.
7868
7869 * international/mule-cmds.el (wid-edit): Require when compiling.
7870 (set-locale-environment): Check locale against coding system
7871 aliases too.
7872
7873 2008-02-01 Kenichi Handa <handa@m17n.org>
7874
7875 * language/indian.el (in-is13194-devanagari):
7876 Fix :post-read-conversion and :pre-write-conversion.
7877
7878 2008-02-01 Dave Love <fx@gnu.org>
7879
7880 * international/mule-cmds.el (charset): Supply doc, :tag.
7881
7882 2008-02-01 Kenichi Handa <handa@m17n.org>
7883
7884 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7885 return a unibyte string.
7886
7887 2008-02-01 Kenichi Handa <handa@m17n.org>
7888
7889 * international/mule-cmds.el (set-locale-environment):
7890 Delete superfluous ')'s at the tail.
7891
7892 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7893
7894 * international/mule.el (define-coding-system): Fix typo;
7895 "docode" -> "decode".
7896
7897 2008-02-01 Dave Love <fx@gnu.org>
7898
7899 * emacs-lisp/byte-opt.el (side-effect-free-fns):
7900 Add string-make-unibyte string-make-multibyte string-to-multibyte
7901 string-as-multibyte string-as-unibyte.
7902
7903 2008-02-01 Dave Love <fx@gnu.org>
7904
7905 * language/english.el (ibm1047, cp1047): New.
7906
7907 * international/mule-conf.el (alternativnyj): Use new table.
7908 (cp866): Define standalone, not as alias.
7909 (ibm866): Change alias.
7910 (ibm1047): New.
7911
7912 * language/cyrillic.el (cyrillic-alternativnyj):
7913 Remove mime-charset. Use alternativnj charset.
7914 (cp866): Remove alias. Define standalone.
7915
7916 2008-02-01 Dave Love <fx@gnu.org>
7917
7918 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7919
7920 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7921 ("Tajik", "Belarusian"): Fix charset.
7922
7923 * international/mule-cmds.el (describe-language-environment):
7924 Be case-insensitive when looking for input methods.
7925 (locale-name-match): Doc fix.
7926 (locale-charset-match-p): New.
7927 (set-locale-environment): Warn if coding system doesn't agree
7928 with system locale.
7929
7930 2008-02-01 Kenichi Handa <handa@m17n.org>
7931
7932 * international/mule-cmds.el (select-safe-coding-system): If
7933 :mime-charset property of a coding system is not equal to that
7934 coding system, don't show that :mime-charset name.
7935
7936 2008-02-01 Dave Love <fx@gnu.org>
7937
7938 * international/quail.el (quail-help): Fix underlining.
7939
7940 * language/chinese.el (chinese-gb18030, gb18030)
7941 ("Chinese-GB18030"): New.
7942
7943 * international/mule-cmds.el (locale-language-names): Add GB18030.
7944
7945 * international/swedish.el: Don't require latin-1.
7946
7947 2008-02-01 Dave Love <fx@gnu.org>
7948
7949 * language/czech.el ("Czech"):
7950 * language/slovak.el ("Slovak"):
7951 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7952
7953 * language/greek.el ("Greek"): Remove unibyte-syntax property.
7954 (cp737): New coding system.
7955
7956 * language/european.el: Remove unibyte-syntax properties.
7957 Augment some coding-system properties.
7958
7959 * international/mule-cmds.el (set-language-environment):
7960 Check for charset property of environment.
7961 (language-info-alist): Doc fix.
7962
7963 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7964
7965 * international/characters.el: Add Latin-1.
7966
7967 * international/latin-1.el, international/latin-2.el,
7968 * international/latin-3.el, international/latin-4.el,
7969 * international/latin-5.el, international/latin-8.el,
7970 * international/latin-9.el: Delete.
7971
7972 * loadup.el: Remove international/latin-N.el.
7973
7974 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7975 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7976 Undo last changes.
7977
7978 * international/mule-diag.el (unicode-data): Check that
7979 `unicodedata-file' exists.
7980
7981 2008-02-01 Kenichi Handa <handa@m17n.org>
7982
7983 * international/fontset.el (charset-script-alist): Fix script names.
7984
7985 2008-02-01 Kenichi Handa <handa@m17n.org>
7986
7987 * international/latin-1.el: Bind set-case-syntax-charset to
7988 iso-8859-1. Never provide latin-1.
7989
7990 * international/latin-2.el: Bind set-case-syntax-charset to
7991 iso-8859-2. Never provide latin-2.
7992
7993 * international/latin-3.el: Bind set-case-syntax-charset to
7994 iso-8859-3. Never provide latin-3.
7995
7996 * international/latin-4.el: Bind set-case-syntax-charset to
7997 iso-8859-4. Never provide latin-4.
7998
7999 * international/latin-5.el: Bind set-case-syntax-charset to
8000 iso-8859-9. Never provide latin-5.
8001
8002 * international/latin-8.el: Bind set-case-syntax-charset to
8003 iso-8859-14. Never provide latin-8.
8004
8005 * international/latin-9.el: Bind set-case-syntax-charset to
8006 iso-8859-15. Never provide latin-9.
8007
8008 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8009 (set-case-syntax-charset): New variable.
8010 (set-case-syntax-1): New function.
8011 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8012 Call set-case-syntax-1 on arguments.
8013
8014 * international/mule-cmds.el (set-language-environment): Delete
8015 unnecessary setup of syntax/case for unibyte case.
8016
8017 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8018
8019 * international/fontset.el (generate-fontset-menu): Exclude the
8020 default fontset.
8021
8022 * faces.el (describe-face): Describe :fontset property too.
8023
8024 2008-02-01 Dave Love <fx@gnu.org>
8025
8026 * international/characters.el: Don't set char width of CJK
8027 charsets generally. Add some non-word syntax cases.
8028 (korean-ksc5601): Fix ranges with symbol syntax.
8029
8030 2008-02-01 Dave Love <fx@gnu.org>
8031
8032 * Makefile.in (DONTCOMPILE): Add indian.el.
8033
8034 * language/ind-util.el:
8035 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8036 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8037 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8038 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8039 Remove declarations and let-bind them in re-written top-level loop
8040 over scripts, including ucs-devanagari-to-is13194-alist.
8041
8042 2008-02-01 Dave Love <fx@gnu.org>
8043
8044 * international/mule-cmds.el (charset): Move.
8045 (language-info-custom-alist): Move. Alter :set.
8046 (find-coding-systems-for-charsets): Check charset type before
8047 getting :charset-list.
8048
8049 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8050
8051 2008-02-01 Dave Love <fx@gnu.org>
8052
8053 * wid-edit.el (widget-string-complete): New.
8054 (widget-coding-system-prompt-value-history): Delete.
8055 (coding-system): Use coding-system-value-history.
8056
8057 * international/mule-cmds.el (charset): New widget.
8058 (language-info-custom-alist): Use it.
8059 (default-input-method): Modify :type.
8060
8061 2008-02-01 Dave Love <fx@gnu.org>
8062
8063 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8064 (indian-glyph-char, indian-char-glyph): Delete.
8065 (is13194-default-repertory): Rename from is13194-default-repartory.
8066 (iscii-to-ucs-region): Hoist evals from loop.
8067
8068 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8069
8070 * language/indian.el (indian-script-table)
8071 (ccl-encode-indian-glyph-font): Delete.
8072
8073 * international/mule-cmds.el (language-info-custom-alist): New.
8074 (input-method-activate-hook, input-method-inactivate-hook)
8075 (input-method-after-insert-chunk-hook)
8076 (input-method-use-echo-area, set-language-environment-hook)
8077 (exit-language-environment-hook): Customize.
8078 (find-coding-systems-for-charsets): Rewrite.
8079 (default-input-method): Add :link.
8080
8081 2008-02-01 Dave Love <fx@gnu.org>
8082
8083 * international/mule-conf.el (eight-bit): Add :docstring,
8084 :short-name properties.
8085 (cp851): Doc fix.
8086 (unicode-bmp): New.
8087
8088 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8089
8090 * language/european.el (cp858): New.
8091 ("Turkish"): Add special case rules.
8092
8093 2008-02-01 Dave Love <fx@gnu.org>
8094
8095 * international/characters.el: Make Ÿ and ÿ a case pair.
8096
8097 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8098
8099 * international/mule-conf.el: Don't define the charset iso-8859-1
8100 here, just setup its properties.
8101
8102 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8103
8104 * international/mule-conf.el (utf-8): Give :mime-charset property.
8105
8106 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8107
8108 * international/characters.el: Remove duplicated case setting for
8109 Cyrillic and Greek letters. Don't setup printable-chars here.
8110
8111 * case-table.el (describe-buffer-case-table): Handle the case
8112 that KEY is a cons within map-char-table.
8113
8114 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8115
8116 * international/characters.el: Fix categories ?A and ?C.
8117 Treat ASCII characters as `latin' script.
8118
8119 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8120
8121 * international/fontset.el (fontset-plain-name): If the fontset
8122 name doesn't ends with "-fontset-*", use family name as the first
8123 part of the plain name.
8124 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8125 created, use that name for the fontset. Fix arguments to
8126 subst-char-in-string.
8127
8128 2008-02-01 Dave Love <fx@gnu.org>
8129
8130 * term.el (term-char-mode): Remove generic-character-list code.
8131
8132 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8133
8134 * wid-edit.el (character): Use characterp.
8135
8136 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8137
8138 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8139
8140 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8141 Add charset.
8142 ("Ukrainian"): New.
8143
8144 * language/georgian.el (georgian-ps): New coding system.
8145
8146 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8147
8148 * international/mule-cmds.el (reset-language-environment):
8149 Don't set nonascii-translation-table and nonascii-insert-offset.
8150 Call set-unibyte-charset, not set-primary-charset.
8151 (nonascii-translation-table, nonascii-insert-offset):
8152 Declare these variable as obsolete ones.
8153 (set-language-environment): Call set-unibyte-charset, not
8154 set-primary-charset. Call set-charset-priority with `charset'
8155 info of the language environment.
8156
8157 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8158
8159 * international/characters.el (next-word-boundary-han):
8160 Don't treat katakana following han characters as a part of a word.
8161
8162 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8163
8164 * international/characters.el: Call map-charset-chars on big5 (not
8165 chinese-big5-1/2) to set categories `c', `C', and `|'.
8166 (next-word-boundary-han, next-word-boundary-kana): New function.
8167 Register it in next-word-boundary-function-table.
8168
8169 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8170
8171 * arc-mode.el (archive-file-name-coding-system): New variable.
8172 Make it permanent-local.
8173 (byte-after, bref, insert-unibyte): New function. Change most of
8174 char-after, aref, insert to them respectively.
8175 (archive-mode): Set archive-file-name-coding-system.
8176 (archive-summarize): Don't change the buffer's multibyteness.
8177 (archive-extract): Inherit archive-file-name-coding-system from
8178 archive-superior-buffer. Bind coding-system-for-write to
8179 archive-file-name-coding-system.
8180 (archive-*-write-file-member): Encode ENAME by
8181 archive-file-name-coding-system. Bind coding-system-for-write to
8182 no-conversion.
8183 (archive-rename-entry): Encode the filename by
8184 archive-file-name-coding-system.
8185 (archive-mode-revert): Don't change the buffer's multibyteness.
8186 (archive-arc-summarize, archive-lzh-summarize)
8187 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8188 Decode filenames by archive-file-name-coding-system.
8189 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8190 the buffer's multibyteness.
8191
8192 * tar-mode.el (tar-file-name-coding-system): New variable.
8193 Make it permanent-local.
8194 (tar-header-block-tokenize): Decode filename and linkname by
8195 tar-file-name-coding-system.
8196 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8197 the byte value of eight-bit chars.
8198 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8199 `to'. Delete unnecessary call of position-bytes.
8200 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8201 call of position-bytes.
8202 (tar-extract): Simplify by calling decode-coding-region with
8203 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8204 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8205 (tar-clear-modification-flags): Delete unnecessary call of
8206 position-bytes.
8207 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8208 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8209 Convert new-data-string by string-to-multibyte before inserting it.
8210 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8211 buffer. Simplify by calling encoding-coding-region with
8212 DESTINATION argument.
8213 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8214
8215 2008-02-01 Dave Love <fx@gnu.org>
8216
8217 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8218
8219 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8220
8221 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8222
8223 * international/characters.el: Setup char-script-table.
8224
8225 * international/fontset.el: Setup the default fontset by the new
8226 script-based way.
8227 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8228 an alist of charsets vs font name lists.
8229 (charset-script-alist): New variable.
8230 (create-fontset-from-fontset-spec): Allow script name in
8231 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8232 to the corresponding script name.
8233 (create-fontset-from-ascii-font): Slight tuning.
8234
8235 * international/mule-conf.el (devanagari-glyph): New charset.
8236 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8237 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8238 japanese-jisx0213-2.
8239
8240 * international/mule-diag.el (print-fontset): Use describe-vector
8241 to handle a char table returned by fontset-info.
8242
8243 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8244 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8245
8246 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8247
8248 * international/mule-util.el (detect-coding-with-priority):
8249 Fix the place of using `,' marker in backquote form.
8250
8251 2008-02-01 Dave Love <fx@gnu.org>
8252
8253 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8254
8255 * international/mule-util.el (with-coding-priority): Fix.
8256
8257 * international/mule.el (set-coding-priority): Fix obsolete spec.
8258
8259 2008-02-01 Dave Love <fx@gnu.org>
8260
8261 * international/mule-cmds.el (leim-list-header): Add coding tag.
8262
8263 2008-02-01 Dave Love <fx@gnu.org>
8264
8265 * international/mule-cmds.el (find-coding-systems-region)
8266 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8267 (input-method-verbose-flag): Fix :type.
8268
8269 2008-02-01 Dave Love <fx@gnu.org>
8270
8271 * international/mule.el (set-char-table-default): Make obsolete.
8272
8273 2008-02-01 Dave Love <fx@gnu.org>
8274
8275 * language/devanagari.el ("Devanagari"): Fix coding-system,
8276 coding-priority.
8277
8278 * international/mule-diag.el (describe-char-after): Modify display
8279 list processing.
8280 (unicodedata-file, unicodedata-find): New.
8281
8282 2008-02-01 Dave Love <fx@gnu.org>
8283
8284 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8285 autoload cookie.
8286
8287 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8288
8289 2008-02-01 Dave Love <fx@gnu.org>
8290
8291 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8292
8293 2008-02-01 Dave Love <fx@gnu.org>
8294
8295 * composite.el (compose-string): Doc fix.
8296
8297 * language/georgian.el ("Georgian"): Delete code-pages feature,
8298 add nonascii-translation.
8299
8300 * language/european.el ("German", "French", "Spanish"):
8301 Add latin-9 as alternative coding system.
8302 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8303 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8304 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8305 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8306 system.
8307
8308 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8309 encode-coding-char.
8310 (side-effect-and-error-free-fns): Add charsetp, max-char,
8311 primary-charset.
8312
8313 * simple.el: Don't require cl when compiling.
8314
8315 * Makefile.in (DONTCOMPILE): Fix duplicates.
8316
8317 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8318
8319 * international/mule.el: Doc fixes.
8320 (load-with-code-conversion): Fix coding-system-type test.
8321
8322 * international/mule-cmds.el (sort-coding-systems): Comment out
8323 iso-2022 case.
8324 (encoded-string-description): Fix coding-system-type test.
8325
8326 2008-02-01 Dave Love <fx@gnu.org>
8327
8328 * international/characters.el: Make korean-ksc5601 double-width.
8329
8330 * international/mule.el (auto-coding-regexp-alist):
8331 Recognize Emacs 20/1 byte-compiled files.
8332
8333 * international/mule-conf.el (file-coding-system-alist):
8334 Change .elc to utf-8-emacs.
8335
8336 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8337 of utf-8-emacs.
8338 (byte-compile-insert-header): Update magic number. Add ballast.
8339 (map-char-table): Use byte-compile-funarg-2.
8340
8341 2008-02-01 Dave Love <fx@gnu.org>
8342
8343 * language/cyrillic.el ("Belarusian"): Doc fix.
8344 (cp1125, koi8-t): Doc fix.
8345
8346 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8347 (find-multibyte-characters): Don't test for charset `unknown'.
8348 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8349 ru, sr_YU, tg, wa, zh.gbk.
8350 (locale-language-names): Change sp to Cyrillic.
8351 (locale-charset-language-names): Match @euro after utf-8.
8352
8353 2008-02-01 Dave Love <fx@gnu.org>
8354
8355 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8356 New coding systems.
8357 ("Chinese-GBK"): New environment.
8358
8359 * language/thai-util.el: Remove redundant unicodes in category-setting.
8360
8361 * language/lao-util.el: Remove redundant unicodes in category-setting.
8362
8363 * international/mule-conf.el (japanese-jisx0213-1)
8364 (japanese-jisx0213-2): Add unify-map.
8365
8366 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8367
8368 * international/quail.el (quail-update-leim-list-file):
8369 Force writing the file by iso-2022-7bit.
8370
8371 * international/titdic-cnv.el (miscdic-convert): Force writing the
8372 file by iso-2022-7bit.
8373
8374 * international/mule.el (define-charset): Change the attribute
8375 :parents to :subset or :superset.
8376
8377 * international/mule-conf.el: Adjust for the change of
8378 define-charset (:parent -> :subset or :superset).
8379
8380 * international/characters.el: Fix the last change.
8381
8382 2008-02-01 Dave Love <fx@gnu.org>
8383
8384 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8385 (cyrillic-encode-alternativnyj-char): Fix.
8386 (standard-display-cyrillic-translit): Remove redundant unicodes.
8387
8388 2008-02-01 Dave Love <fx@gnu.org>
8389
8390 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8391 New environments.
8392
8393 * international/mule-conf.el (control-1): New charset.
8394 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8395 (korean-ksc5601): Redefine to use code-offset and unify-map.
8396
8397 2008-02-01 Dave Love <fx@gnu.org>
8398
8399 * international/mule-conf.el (tcvn-5712): New charset.
8400
8401 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8402 ("Vietnamese"): Doc fix.
8403
8404 2008-02-01 Dave Love <fx@gnu.org>
8405
8406 * international/mule-conf.el (windows-936): New alias.
8407
8408 * cus-start.el: Add scalable-fonts-allowed.
8409
8410 * international/characters.el: Reinstate various CJK syntax and
8411 category setup. Remove obsolete syntax setting in Greek section.
8412 Optimize the char tables.
8413
8414 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8415
8416 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8417
8418 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8419 coding systems.
8420
8421 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8422
8423 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8424
8425 * international/characters.el (printable-chars): Setup correctly.
8426
8427 2008-02-01 Dave Love <fx@gnu.org>
8428
8429 * cus-start.el: Add selection-coding-system.
8430
8431 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8432
8433 * language/china-util.el (post-read-decode-hz)
8434 (pre-write-encode-hz): Move from chinese.el.
8435 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8436 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8437
8438 * language/chinese.el (post-read-decode-hz)
8439 (pre-write-encode-hz): Move to china-util.el.
8440
8441 * case-table.el (set-case-syntax-pair): Test again for equal byte
8442 lengths of the pair.
8443
8444 * international/characters.el: Add Vietnamese category to
8445 equivalent unicodes.
8446
8447 2008-02-01 Dave Love <fx@gnu.org>
8448
8449 * international/mule-conf.el (chinese-sisheng, ipa)
8450 (indian-is13194, tibetan, ethiopic): Add :unify-map.
8451
8452 * international/mule-diag.el (describe-character-set): Account for
8453 more than two dimensions of possibly different size.
8454 (describe-current-coding-system): Add selection-coding-system.
8455
8456 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8457 (unify-8859-on-decoding-mode): Move from mule.el.
8458
8459 * international/mule.el (unify-8859-on-encoding-mode)
8460 (unify-8859-on-decoding-mode): Remove :init-value.
8461 (charset-chars): Add optional dimension arg.
8462 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8463 Move to mule-cmds.el.
8464
8465 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8466
8467 * international/fontset.el: Change registry for japanese-jisx0208
8468 to "JISX0208*" in the default fontset.
8469 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8470 "ISO10646.indian-1".
8471
8472 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8473
8474 * language/japanese.el (japanese-iso-7bit-1978-irv):
8475 Add `designation' to :flags, `ascii' to :charset-list.
8476
8477 * international/mule.el (define-charset): New args :min-code and
8478 :max-code.
8479 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8480
8481 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8482 #x160000.
8483 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8484 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8485
8486 2008-02-01 Dave Love <fx@gnu.org>
8487
8488 * language/thai.el (iso-8859-11): New coding system.
8489
8490 * international/mule-conf.el: Doc fixes.
8491 (iso-8859-11): New.
8492
8493 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8494
8495 * cus-start.el (scalable-fonts-allowed): Add.
8496
8497 2008-02-01 Dave Love <fx@gnu.org>
8498
8499 * international/mule.el (unify-8859-on-encoding-mode)
8500 (unify-8859-on-decoding-mode): Dummy versions.
8501
8502 * international/ucs-tables.el: Remove.
8503
8504 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8505 language/japanese.el.
8506
8507 * international/mule-conf.el: Doc fixes.
8508 (cp936): New alias.
8509 (cp720, cp858): New charsets.
8510
8511 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8512 coding system, not emacs-mule.
8513
8514 * files.el (revert-buffer, recover-file): Likewise.
8515
8516 * desktop.el (desktop-save): Likewise.
8517
8518 2008-02-01 Dave Love <fx@gnu.org>
8519
8520 * international/mule.el (with-category-table): Use make-symbol.
8521 (coding-system-list): Use coding-system-aliases.
8522 (make-translation-table): Don't deal with generic characters.
8523
8524 * international/mule-util.el (coding-system-post-read-conversion)
8525 (coding-system-pre-write-conversion)
8526 (coding-system-translation-table-for-decode)
8527 (coding-system-translation-table-for-encode): Get the right properties.
8528 (with-coding-priority): New macro.
8529 (detect-coding-with-language-environment): Use it.
8530 (coding-system-equal): Use coding-system-plist.
8531
8532 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8533 Use :valid property.
8534
8535 * international/mule-cmds.el (encode-coding-char):
8536 Use find-coding-systems-string. Don't use make-char.
8537 (describe-language-environment): Use coding-system-aliases.
8538 (prefer-coding-system): Doc fix.
8539
8540 * international/mule-diag.el (describe-current-coding-system):
8541 Fix aliases listing.
8542 (print-iso-2022-flags): Delete.
8543 (print-designation): Partial re-write.
8544 (describe-coding-system): Deal with iso-2022 designations, flags.
8545 Fix shift_jis case.
8546 (describe-char-after): Use characterp. Print explicit unicode.
8547 Remove some obsolete code.
8548 (print-coding-system-briefly): Fix printing aliases.
8549 (print-coding-system): Use coding-system-aliases.
8550 (mule-diag): Don't list coding categories.
8551
8552 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8553 Re-order charset priorities.
8554 (binary): New alias.
8555 (iso-8859-16): Fix nickname.
8556 (define-iso-single-byte-charset): Un-define after use.
8557
8558 2008-02-01 Dave Love <fx@gnu.org>
8559
8560 * international/characters.el: Additional double width specifications.
8561
8562 * international/mule-diag.el (print-coding-system): Incomplete updates.
8563 (describe-character-set): List more properties.
8564 (print-fontset): Fix case of vector font-spec.
8565 (describe-current-coding-system): Fix iso-7, iso-7-else.
8566
8567 * international/mule-conf.el (ibm866): Fix alias.
8568 (iso-8859-16): Fix nickname.
8569
8570 2008-02-01 Dave Love <fx@gnu.org>
8571
8572 * language/ind-util.el: Avoid decode-char.
8573 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8574 Use characterp, not char-valid-p.
8575
8576 * language/devan-util.el: Add coding tag, avoid decode-char.
8577
8578 * international/titdic-cnv.el: Add coding tag.
8579 (tit-process-header): Add coding tag to output.
8580
8581 * language/thai.el (cp874, ibm874): New coding systems.
8582
8583 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8584 Add character-p.
8585
8586 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8587 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8588 New coding systems.
8589 <set-language-info-alist>: Avoid decode-char.
8590
8591 * language/hebrew.el (cp862, ibm862): New coding systems.
8592
8593 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8594
8595 * language/cyrillic.el (cp855, ibm855): New coding systems.
8596
8597 * international/mule-conf.el: Avoid decode-char in top-level code
8598 for self-inserting multibyte chars.
8599 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8600 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8601 New charsets.
8602
8603 * international/characters.el: Various simplifications and additions.
8604
8605 2008-02-01 Dave Love <fx@gnu.org>
8606
8607 * international/mule-conf.el (code-pages): Provide, for compatibility.
8608
8609 * international/code-pages.el: Remove.
8610
8611 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8612
8613 * Makefile.in: Cancel the 2008-02-01 change of mine.
8614
8615 * international/fontset.el: Add setting for unicode font at the
8616 end of the default fontset.
8617
8618 2008-02-01 Dave Love <fx@gnu.org>
8619
8620 * international/mule-conf.el (adobe-standard-encoding, symbol):
8621 Adjust :code-space.
8622 (ibm850): Add :ascii-compatible-p.
8623
8624 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8625
8626 * international/mule-conf.el (vietnamese-viscii-lower)
8627 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8628 mapping table.
8629
8630 2008-02-01 Dave Love <fx@gnu.org>
8631
8632 * cus-start.el: Add charset-map-directory.
8633
8634 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8635
8636 * format.el (format-alist): Remove ibm, mac, hp entries (available
8637 natively).
8638
8639 * language/romanian.el (iso-latin-10): Add :mime-charset.
8640 ("Romanian"): Add doc.
8641
8642 * international/mule-conf.el (iso-8859-10, symbol)
8643 (adobe-standard-encoding, ibm850): New charsets.
8644 (iso-8859-13): Fix IR number, final char.
8645 (file-coding-system-alist): Add .xml.
8646
8647 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8648 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8649 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8650 ("Latin-6", "Latin-7"): New language environments.
8651
8652 2008-02-01 Dave Love <fx@gnu.org>
8653
8654 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8655 utf-8-subst; add vietnamese, cyrillic, czech.
8656
8657 * language/romanian.el (iso-latin-10): New coding system.
8658
8659 * international/mule-conf.el (emacs-mule): Set :charset-list,
8660 consistent with coding-system-charset-list doc.
8661 (iso-8859-16): New charset.
8662
8663 * international/mule-diag.el (describe-coding-system): Avoid error
8664 for iso-2022, emacs-mule.
8665
8666 2008-02-01 Dave Love <fx@gnu.org>
8667
8668 * international/codepage.el: Remove or comment out most of code.
8669 (codepage-setup): Re-write as trivial, obsolete function.
8670
8671 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8672 Remove setup function.
8673
8674 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8675
8676 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8677 language/cyrillic.el, language/czech.el.
8678
8679 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8680 (font-ccl-encoder-alist): Remove viscii, vscii.
8681
8682 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8683
8684 * language/european.el (windows-1254, cp1254, windows-1257)
8685 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8686 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8687
8688 * language/greek.el (windows-1253, cp1253): New coding systems.
8689
8690 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8691 file name.
8692 (windows-1253, windows-1254, windows-1255, windows-1256)
8693 (windows-1257, windows-1258, next): New charsets.
8694
8695 * international/utf-8.el, international/utf-8-subst.el: Remove.
8696
8697 * international/mule.el: Doc fixes.
8698 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8699 (coding-system-get): Try to convert old-style symbol to keyword.
8700 (define-charset): Purecopy strings in property list.
8701 (define-coding-system): Purecopy docstring.
8702
8703 * international/mule-diag.el (list-character-sets-2): Avoid
8704 charset-bytes.
8705 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8706 (list-block-of-chars): Re-write.
8707 (describe-character-set): Show more properties.
8708 (describe-char-after): Correct codepoint display.
8709 (print-coding-system): Use symbolic types.
8710
8711 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8712
8713 * Makefile.in: Be sure also to run emacs with LANG=C.
8714
8715 2008-02-01 Dave Love <fx@gnu.org>
8716
8717 * international/mule-diag.el: Doc fixes.
8718 (sort-charset-list, charset-multibyte-form-string): Remove.
8719 (list-character-sets, list-character-sets-1)
8720 (list-character-sets-2): Re-write.
8721 (non-iso-charset-alist): Set to nil and made obsolete.
8722 (decode-codepage-char): Re-write and made obsolete.
8723 (read-charset): Don't use non-iso-charset-alist.
8724 (describe-coding-system): Use keyword properties.
8725 (describe-character-set): Re-write.
8726
8727 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8728 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8729 (ebcdic-uk): New charsets.
8730
8731 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8732 New coding systems.
8733
8734 * language/european.el (windows-1252): New coding system.
8735
8736 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8737
8738 * Makefile.in: By sure to run emacs with LC_ALL=C.
8739
8740 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8741 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8742 (encoded-kbd-self-insert-charset): New function.
8743 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8744 coding-system of type charset.
8745
8746 2008-02-01 Dave Love <fx@gnu.org>
8747
8748 * international/mule-cmds.el (set-locale-environment): Comment out
8749 set-keyboard-coding-system stuff.
8750
8751 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8752
8753 * international/mule.el (define-coding-system): Doc fix;
8754 sjis->shift-jis.
8755
8756 * international/mule-conf.el: Use decode-char instead of make-char.
8757
8758 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8759 New arg ARG. Directly call self-insert-command. This is a
8760 temporary workaround to make it work with latin-1.
8761 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8762
8763 * international/characters.el: Setup char-width-table for CJK
8764 characters.
8765
8766 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8767
8768 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8769 Fix the initial value to specify character range of
8770 japanese-jisx0208, not unicode.
8771
8772 * international/characters.el: Set syntax/category for
8773 japanese-jisx0208.
8774
8775 2008-02-01 Dave Love <fx@gnu.org>
8776
8777 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8778 mime-charset.
8779
8780 * language/vietnamese.el, language/korean.el, language/japanese.el:
8781 * language/hebrew.el, language/greek.el, language/chinese.el:
8782 Fix :mime-charset properties.
8783
8784 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8785 (cyrillic-alternativnyj): Fix :mime-charset.
8786 (cp878, cp866): New alias.
8787
8788 * language/european.el: Fix mime-charset properties.
8789
8790 * international/mule-cmds.el (sort-coding-systems)
8791 (select-safe-coding-system, select-message-coding-system): Use
8792 :mime-charset, not 'mime-charset.
8793
8794 * international/mule-conf.el: Add various :mime-charset properties.
8795
8796 2008-02-01 Dave Love <fx@gnu.org>
8797
8798 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8799 getting decoder.
8800 (encoded-kbd-mode): Fix code for coding system type and designations.
8801
8802 * international/mule-conf.el: Spelling fixes.
8803
8804 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8805
8806 * international/fontset.el (fontset-plain-name): Handle the case
8807 that size, weight, slant are not specified in the fontset name.
8808
8809 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
8810
8811 * language/greek.el (greek-iso-8bit): Fix typo.
8812
8813 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8814
8815 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8816
8817 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8818
8819 * international/characters.el: Change encoding to utf-8-emacs.
8820 Remove apparent duplicate codes.
8821
8822 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8823
8824 * international/fontset.el: Change the registry for
8825 chinese-gb2312 and add the registry for chinese-gbk.
8826
8827 * international/mule.el (charset-chars): Fix typo.
8828
8829 * international/mule-conf.el (chinese-gbk): New charset.
8830
8831 * international/titdic-cnv.el (titdic-convert): Read into a
8832 unibyte buffer then make the buffer multibyte.
8833
8834 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8835
8836 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8837 instead of :signature.
8838
8839 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8840
8841 * language/czech.el ("Czech"): Set `iso-8859-2' for
8842 `nonascii-translation'.
8843
8844 * language/romanian.el ("Romanian"): Likewise.
8845
8846 * language/slovak.el ("Slovak"): Likewise.
8847
8848 * international/characters.el: Optimize calls of modify-category-entry.
8849
8850 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8851
8852 * bindings.el: Don't bind multibyte characters to
8853 self-insert-command here. It's done in mule-conf.el.
8854
8855 * case-table.el (set-case-syntax-offset): Delete variable.
8856 (set-case-syntax-1): Delete function. Change callers.
8857 (set-case-syntax-delims): Don't check byte length of characters.
8858
8859 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8860 characters to isearch-printing-char.
8861
8862 * loadup.el: Don't load "international/utf-8". Don't call
8863 update-coding-systems-internal. Bind coding-system-for-write to
8864 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
8865 dumping.
8866
8867 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8868 change of map-char-table.
8869
8870 * eshell/esh-mode.el: Adjust for the change of map-char-table.
8871
8872 * international/characters.el: Adjust for the deletion of
8873 generic characters.
8874
8875 * international/code-pages.el (cp-make-translation-table)
8876 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
8877 (cp-make-coding-system): Call define-coding-system.
8878
8879 * international/fontset.el: Rewrite most code.
8880
8881 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8882 Call encode-char instead of split-char.
8883
8884 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8885 Change value.
8886 (skkdic-lookup-key): Call encode-char instead of split-char.
8887
8888 * international/titdic-cnv.el (titdic-convert): Bind
8889 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
8890 buffer.
8891
8892 * international/latin-1.el: Don't bind set-case-syntax-offset.
8893
8894 * international/latin-2.el: Don't bind set-case-syntax-offset.
8895
8896 * international/latin-3.el: Don't bind set-case-syntax-offset.
8897
8898 * international/latin-4.el: Don't bind set-case-syntax-offset.
8899
8900 * international/latin-5.el: Don't bind set-case-syntax-offset.
8901
8902 * international/latin-8.el: Don't bind set-case-syntax-offset.
8903
8904 * international/latin-9.el: Don't bind set-case-syntax-offset.
8905
8906 * international/mule-cmds.el: Don't use coding category.
8907 Call set-coding-system-priority instead of set-coding-priority.
8908 (sort-coding-systems, select-safe-coding-system):
8909 Call coding-system-priority-list to get the most preferred one.
8910 (reset-language-environment): Order of coding system priority
8911 changed. Set primary charset to iso-8859-1.
8912 (set-language-environment-coding-systems):
8913 Call set-coding-system-priority instead of set-coding-priority.
8914 (get-charset-property, put-charset-property): Move to mule.el.
8915
8916 * international/mule-conf.el: Ful re-write.
8917
8918 * international/mule-diag.el (print-designation): Change arguments.
8919 (print-iso-2022-flags): New function.
8920 (describe-coding-system, describe-current-coding-system):
8921 Adjust for the new structure of coding system.
8922
8923 * international/mule.el (char-valid-p): Make it an alias of characterp.
8924 (define-charset): Full re-design.
8925 (charset-quoted-standard-p): Delete.
8926 (charsetp): Move to charset.c.
8927 (charset-info, charset-id, charset-bytes, charset-width)
8928 (charset-directioin, charset-iso-graphic-plane)
8929 (charset-reverse-charset): Delete.
8930 (charset-dimension, charset-chars, charset-iso-final-char)
8931 (charset-description, charset-short-name, charset-long-name):
8932 Call charset-plist instead of charset-info.
8933 (charset-plist, set-charset-plist): Move to charset.c.
8934 (get-charset-property, put-charset-property): Move from
8935 mule-cmds.el. Call charset-plist and set-charset-plist.
8936 (make-char): Delete.
8937 (generic-char-p): Make it always return nil.
8938 (decode-char, encode-char): Move to charset.c.
8939 (coding-spec-XXX-idx): Delete variables.
8940 (coding-system-iso-2022-flags): New variable.
8941 (define-coding-system): New function.
8942 (transform-make-coding-system-args, make-coding-system): Delete.
8943 (set-coding-priority): Make it obsolete.
8944 (after-insert-file-set-buffer-file-coding-system)
8945 (find-new-buffer-file-coding-system): Adjust for the new coding
8946 system structure.
8947
8948 * language/chinese.el, language/cyrillic.el, language/european.el:
8949 * language/greek.el, language/hebrew.el, language/indian.el:
8950 * language/japanese.el, language/korean.el, language/lao.el:
8951 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8952 Call define-coding-system instead of make-coding-system.
8953 Delete all CCL program.
8954
8955 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8956 of make-char.
8957 (sgml-char-names-table): Fix iteration limit.
8958
8959 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8960 (ccl-encode-mac-roman-font): Delete.
8961
8962 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8963 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8964 currently. This is just a temporary workaround.
8965
8966 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8967
8968 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8969 of `find-file-hooks'.
8970 (global-whitespace-toggle-options): Doc fix.
8971
8972 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * whitespace.el (whitespace): Set :version tag to 23.1.
8975 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8976 (whitespace-style, whitespace-chars, whitespace-space)
8977 (whitespace-hspace, whitespace-tab, whitespace-newline)
8978 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8979 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8980 (whitespace-hspace-regexp, whitespace-space-regexp)
8981 (whitespace-tab-regexp, whitespace-trailing-regexp)
8982 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8983 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8984 (whitespace-space-after-tab-regexp, whitespace-line-column)
8985 (whitespace-display-mappings, global-whitespace-toggle-options)
8986 (whitespace-cleanup, whitespace-cleanup-region)
8987 (whitespace-interactive-char): Doc fixes.
8988
8989 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8992 When turning off the global mode, turn off the local modes too
8993 if whitespace is being unloaded.
8994 (whitespace-unload-function): New function.
8995
8996 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8997
8998 * vc.el (vc-update): Fix bug: Specify branch tip as
8999 vc-checkout REVISION. Reported by Dan Nicolaescu.
9000
9001 2008-02-01 Glenn Morris <rgm@gnu.org>
9002
9003 * info.el (bookmark-make-cell-function, bookmark-search-size)
9004 (bookmark-current-bookmark): Declare variables for compiler.
9005 (bookmark-buffer-file-name, bookmark-get-filename)
9006 (bookmark-get-front-context-string)
9007 (bookmark-get-rear-context-string, bookmark-get-position)
9008 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9009 (bookmark-jump-noselect): Declare functions for compiler.
9010 (Info-bookmark-make-cell): Fix argument list to match example of
9011 `bookmark-make-cell-for-text-file'.
9012 (Info-bookmark-jump): Don't require info inside info.el.
9013
9014 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9015
9016 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9017 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9018 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9019 (verilog-sk-state-machine): Quote all calls to
9020 "auxiliary skeleton"s to prevent infloops.
9021
9022 2008-02-01 Jason Rumney <jasonr@gnu.org>
9023
9024 * w32-fns.el: Partially revert 2007-11-10 change.
9025
9026 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9027
9028 * mail/rmail.el (rmail-highlight): Fix specification.
9029 Reported by pod <pod@herald.ox.ac.uk>.
9030
9031 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * image-mode.el (image-mode-current-vscroll)
9034 (image-mode-current-hscroll): Make buffer-local.
9035 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9036 (image-reset-current-vhscroll): Use the latest setting when displaying
9037 for the first time in a window. Apply to all windows in the frame.
9038 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9039
9040 * progmodes/grep.el (grep-compute-defaults):
9041 Don't mix up defaults for different connections to the same host.
9042
9043 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9044
9045 * blank-mode.el: Rename to whitespace.el.
9046
9047 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9048
9049 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * net/rcompile.el (remote-compile): Remove broken code.
9052
9053 2008-01-31 Jason Rumney <jasonr@gnu.org>
9054
9055 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9056
9057 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * linum.el (linum-unload-function): New function.
9060
9061 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9062
9063 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9064 (gdb-var-set-format-handler): New function.
9065 (gdb-var-set-format): Use it.
9066
9067 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * emacs-lisp/check-declare.el (check-declare-directory):
9070 * emacs-lisp/authors.el (authors): Use `find-program' and
9071 `grep-program' instead of hardcoded program names.
9072
9073 * emacs-lisp/cl-loaddefs.el: Update.
9074
9075 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9076
9077 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9078 Implement bookmark support the new make-cell/handler way.
9079 (Info-mode): Bind bookmark-make-cell-function to
9080 Info-bookmark-make-cell buffer locally.
9081
9082 2008-01-30 Richard Stallman <rms@gnu.org>
9083
9084 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9085 Doc fix.
9086
9087 * files.el (hack-local-variables): Don't query about fake variables.
9088
9089 2008-01-30 Markus Triska <markus.triska@gmx.at>
9090
9091 * linum.el: New file.
9092
9093 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9094
9095 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9096 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9097 a single element in "plinkx".
9098 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9099 "*Shell Command Output*" buffers. Check, whether there is already
9100 an asynchronous process running. Display always the buffer of the
9101 asynchronous process.
9102 (tramp-compute-multi-hops): Adapt error message.
9103
9104 2008-01-29 Alan Mackenzie <acm@muc.de>
9105
9106 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9107 from this regexp; part of same fix as next change to cc-engine.el.
9108
9109 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9110 Anchor the "{" of a template function correctly on "template", not the
9111 following "<".
9112
9113 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9114
9115 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9116
9117 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9118 and image-mode-current-hscroll being alists now.
9119
9120 * image-mode.el (image-mode-current-vscroll)
9121 (image-mode-current-hscroll): Add doc strings.
9122 (image-set-window-vscroll, image-set-window-hscroll)
9123 (image-reset-current-vhscroll, image-mode): Adapt to
9124 image-mode-current-vscroll and image-mode-current-hscroll being
9125 alists now.
9126
9127 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9128
9129 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9130 Strip extension from .emacs.el to make sure symbol is searched
9131 in .emacs too.
9132
9133 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9134
9135 * doc-view.el (doc-view-mode): Use facilities below to
9136 restore [vh]scroll when switching buffers.
9137
9138 * image-mode.el (image-mode-current-vscroll)
9139 (image-mode-current-hscroll): New variables.
9140 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9141 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9142 (image-bob, image-eob): Use them.
9143 (image-reset-current-vhscroll): New function.
9144 (image-mode): Make new variables buffer-local and reset [vh]scroll
9145 on window configuration changes.
9146
9147 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9148
9149 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9150 gdb-cpp-define-alist-program if file is nil (currently only
9151 " *partial-output-...").
9152
9153 2008-01-27 Richard Stallman <rms@gnu.org>
9154
9155 * allout.el: Many doc fixes.
9156 (allout-encrypt-string): Fix error message.
9157
9158 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9159
9160 * progmodes/etags.el (tags-query-replace): Doc fix.
9161
9162 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9163
9164 * allout.el (allout-unload-function): New function.
9165
9166 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * allout.el (allout-prefix-data): Doc fix.
9169 (allout-show-current-subtree): Reflow docstring.
9170 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9171 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9172 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9173 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9174 (allout-copy-topic-as-kill, allout-listify-exposed)
9175 (allout-process-exposed, allout-encrypted-key-info)
9176 (allout-update-passphrase-mnemonic-aids)
9177 (allout-next-topic-pending-encryption)
9178 (allout-tests-globally-true): Fix typos in docstrings.
9179
9180 2008-01-23 Jason Rumney <jasonr@gnu.org>
9181
9182 * lpr.el (printer-name): Do not set on MS Windows.
9183
9184 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9185
9186 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9187 the command.
9188
9189 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9190
9191 * whitespace.el: Moved to obsolete dir.
9192
9193 * blank-mode.el: New version 9.2. Replace whitespace functions by
9194 aliases in blank-mode.
9195 (whitespace-buffer): New fun.
9196 (whitespace-region): Alias for whitespace-buffer, because there is no
9197 blank-region fun.
9198 (whitespace-cleanup): Alias for blank-cleanup.
9199 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9200
9201 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9202
9203 * server.el (server-log-time-function): Doc fix.
9204 (server-buffer): Fix typo in docstring.
9205
9206 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9207
9208 * view.el (view-buffer): Explain in doc-string why exit-action
9209 should not be set to kill-buffer.
9210
9211 * arc-mode.el (archive-extract):
9212 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9213 exit-action when viewing the buffer.
9214
9215 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9216
9217 * add-log.el (change-log-search-file-name): Work harder to find
9218 the correct file name.
9219 (change-log-find-file): Fix typo.
9220 (change-log-start-entry-re): Move definition earlier.
9221
9222 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9223
9224 * add-log.el (change-log-search-file-name, change-log-find-file):
9225 New function.
9226 (change-log-font-lock-keywords): Move file name matching ...
9227 (change-log-file-names-re): ... here. New defconst.
9228 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9229
9230 2008-01-27 Alan Mackenzie <acm@muc.de>
9231
9232 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9233 enhance comments.
9234
9235 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9236
9237 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9238 methods, the host name must be a local host.
9239
9240 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * vc.el: Add TODO item about not defaulting to RCS.
9243
9244 * server.el (server-process-filter): Check for non-nil before
9245 calling file-directory-p.
9246
9247 2008-01-27 Alan Mackenzie <acm@muc.de>
9248
9249 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9250 arglist-cont-nonempty.
9251
9252 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9253 for a brace with syntax arglist-cont-nonempty.
9254
9255 * progmodes/cc-styles.el (c-style-alist): Add elements for
9256 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9257
9258 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9259
9260 * button.el (define-button-type): Clarify type of NAME in docstring.
9261
9262 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * server.el (server-buffer): New const.
9265 (server-log): New var.
9266 (server-log): Use them.
9267 (server-process-filter): (Try to) run the continuation in the same cwd
9268 as the client's.
9269
9270 2008-01-26 Alan Mackenzie <acm@muc.de>
9271
9272 * progmodes/cc-defs.el (c-save-buffer-state):
9273 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9274 primitives generating "buffer is read only" messages.
9275
9276 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9277
9278 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9279 (icalendar-import-format): Doc fix. Allow function type.
9280 (icalendar--read-element): Doc fix.
9281 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9282 type icalendar-import-format. Make regexps non-greedy.
9283 (icalendar--format-ical-event): Handle function type
9284 icalendar-import-format.
9285 (icalendar-import-format-sample): New function.
9286
9287 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9288
9289 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9290 `compile' is not available, fall back to font-lock-warning-face.
9291
9292 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9293
9294 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9295 that the filename end is found even when the filename is empty.
9296 Fixes error and spurious newlines when marking files for deletion.
9297
9298 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9299
9300 * subr.el (find-tag-default): Simplify using exclusively
9301 skip-syntax-backward/-forward.
9302
9303 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9304
9305 * vc.el (vc-directory, vc-update-change-log): Remove check for
9306 Tramp. Both functions work for it, though pretty slow
9307 (`vc-directory'). Maybe the implementation can be optimized.
9308
9309 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9310 Tramp 2.0 syntax is used.
9311 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9312
9313 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9314
9315 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9316 invoke directory-files-and-attributes with last argument `integer'
9317 instead of `string'.
9318 (insert-directory): Add -n to the list of supported switches
9319 mentioned in the doc string.
9320
9321 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9322
9323 * blank-mode.el: New version 9.1. Handle "long" line tail
9324 visualization. Doc fix.
9325 (blank-line-length): Rename to blank-line-column.
9326 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9327 Initialization fix.
9328 (blank-replace-spaces-by-tabs): New fun.
9329 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9330
9331 2008-01-25 Richard Stallman <rms@gnu.org>
9332
9333 * subr.el (add-hook): Implement `permanent-local-hook' property.
9334
9335 * loadhist.el (file-provides, file-requires): Push the filename right.
9336
9337 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9338
9339 * emacs-lisp/find-func.el (find-library): Wrap search for
9340 library name in condition-case to avoid reporting a scan-error.
9341
9342 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * server.el (server-process-filter): Don't force
9345 the authentication string to be followed by "\n".
9346
9347 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9348
9349 * blank-mode.el: New version 9.0. New commands to clean up some blank
9350 problems like trailing blanks. New faces and regexp for visualizing
9351 the blank problems. Doc fix.
9352 (blank-chars, blank-global-modes, blank-chars-value-list)
9353 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9354 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9355 (blank-indentation, blank-empty, blank-space-after-tab)
9356 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9357 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9358 (blank-cleanup, blank-cleanup-region): New commands.
9359 (blank-color-on): Code fix.
9360
9361 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9362
9363 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9364 file name.
9365 (ibuffer-mode-map): Add binding to sort by file name.
9366 (ibuffer-filename/process-header-map): New variable.
9367 (filename-and-process): Add a header that sorts by file name.
9368 (ibuffer-mode): Mention sorting by file name.
9369
9370 * ibuf-ext.el (filename/process): New sorter.
9371
9372 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9373
9374 * view.el (kill-buffer-if-not-modified): Don't pass t to
9375 buffer-modified-p.
9376
9377 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9378
9379 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9380 the source file in case of `rename'.
9381 Reported by Pete Forman <pete.forman@westerngeco.com>.
9382
9383 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
9384
9385 * allout.el (allout-keybindings-list): In initial setting, express
9386 meta-prefixed allout keys as vectors instead of strings, since the
9387 string form is interpreted in some cases as composed key
9388 modifiers, eg, accented keys.
9389
9390 (allout-line-boundary-regexp): Clarify description.
9391
9392 (set-allout-regexp): Repair the expressions so that the formfeed
9393 part is identified as one of the top-level groups, and is
9394 included in all the forms, not just the -line-boundary-regexp one.
9395
9396 (allout-prefix-data): Incorporate information from the various
9397 allout regexp's formfeed alternative group, when present.
9398
9399 (allout-write-file-hook-handler): Rectify mangling of the error
9400 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9401 condition-case handler was apparently reformatted as if it was a
9402 call to the error function. An apparent repair attempt in version
9403 1.101 situated the original body of the error handling code as
9404 bogus condition-case handlers. I've returned to just about the
9405 working code that was originally there, removing an unnecessary -
9406 but benign - enclosing 'progn'. (Automated or cursory code fixes
9407 often aren't.)
9408
9409 (allout-region-active-p): Fallback to value of mark-active if
9410 neither use-region-p nor region-active-p are present, for
9411 compatability with current and recent emacs major releases.
9412
9413 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9414
9415 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9416 (reftex-toc-restore-region):
9417 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9418 (reftex-index-phrases-apply-to-region):
9419 * textmodes/ispell.el (ispell-word):
9420 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9421 * progmodes/pascal.el (pascal-mark-defun):
9422 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9423 (f90-fill-region):
9424 * emulation/tpu-edt.el (tpu-set-mark):
9425 * emulation/crisp.el (crisp-region-active):
9426 * winner.el (winner-active-region):
9427 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9428 of bound tests in order to resolve conditionals at compile time.
9429
9430 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
9431
9432 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9433 not autoloaded, and we wouldn't want to load CL just to unload
9434 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
9435
9436 2008-01-24 Martin Rudalics <rudalics@gmx.at>
9437
9438 * delsel.el (delete-selection-pre-hook): Avoid clearing out
9439 pre-command-hook when text is read-only.
9440
9441 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9442
9443 * vc.el (vc-process-filter): Do nothing if buffer not live.
9444 (vc-diff-finish): Rename from vc-diff-sentinel.
9445 No longer take REV1-NAME and REV2-NAME.
9446 Instead, take BUFFER-NAME. Do nothing if buffer not live.
9447 Don't do window resize if no window displays buffer.
9448 (vc-diff-internal): Use vc-diff-finish.
9449
9450 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9451 In both cases, convert single call to one wrapped in dolist.
9452
9453 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9454
9455 * vc.el: Add a TODO item about missing files.
9456 (vc-exec-after): Add a tooltip to the new mode-line item.
9457
9458 2008-01-24 Glenn Morris <rgm@gnu.org>
9459
9460 * t-mouse.el (gpm-mouse-start): Declare as a function.
9461
9462 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9463
9464 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9465 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9466 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9467 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9468 prompt.
9469 (tramp-wait-for-output): Distinguish different prompt formats.
9470 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9471 (tramp-local-host-p): Check whether temp directory is writable.
9472
9473 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9474
9475 * vc.el: Add TODO items.
9476
9477 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9478
9479 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9480 be used to reveal or highlight the location of a match.
9481 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9482 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9483
9484 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9485
9486 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9487 for defcustom.
9488 (hide-ifdef-shadow): Add version number for defface.
9489
9490 2008-01-23 Glenn Morris <rgm@gnu.org>
9491
9492 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9493
9494 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9495
9496 * progmodes/sh-script.el (sh-basic-offset):
9497 * progmodes/cc-vars.el (c-syntactic-indentation)
9498 (c-syntactic-indentation-in-macros): Mark as safe.
9499
9500 2008-01-23 Richard Stallman <rms@gnu.org>
9501
9502 * icomplete.el (icomplete-get-keys):
9503 Look up KEYS using all maps in proper buffer.
9504
9505 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9506
9507 * frame.el (display-mm-height, display-mm-width):
9508 * whitespace.el (whitespace-check-leading-whitespace)
9509 (whitespace-check-trailing-whitespace)
9510 (whitespace-check-spacetab-whitespace)
9511 (whitespace-check-indent-whitespace)
9512 (whitespace-check-ateol-whitespace):
9513 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9514
9515 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9516
9517 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9518 after-save-hook so that it is not called multiple times.
9519
9520 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9521
9522 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9523
9524 * view.el (view-file-other-window, view-file-other-frame):
9525 Don't kill the buffer if it is modified. Doc fixes.
9526 (kill-buffer-if-not-modified): New function.
9527 (view-file): Don't kill the buffer if it is modified.
9528
9529 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9530 (ebrowse-view/find-file-and-search-pattern):
9531 Call view-file-other-window instead of ebrowse-view-file-other-window.
9532 (ebrowse-view-file-other-frame): Don't call
9533 current-window-configuration. Fix second argument in the call to
9534 view-mode-enter. Doc fix.
9535
9536 2008-01-23 Richard Stallman <rms@gnu.org>
9537
9538 * subr.el (atomic-change-group): Prevent undo list truncation.
9539
9540 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9541
9542 * files.el (safe-local-eval-forms):
9543 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9544
9545 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * comint.el (comint-insert-input): Set point first.
9548
9549 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9550 session doesn't hang because gdb-pending-triggers is non-nil.
9551 (gdb-frame-handler): Use buffer-file-name instead of
9552 buffer-name in case of duplicate file names.
9553
9554 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9555
9556 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9557 C-M-e and C-M-h for emacs, they work by default.
9558 (verilog-emacs-features): Remove.
9559 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9560 Remove. Move syntax table initialization ...
9561 (verilog-mode-syntax-table): ... here.
9562 (verilog-mode): Don't initialize the syntax table here.
9563 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9564 does not need it.
9565
9566 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9567
9568 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9569 backward compatibility. Replace all uses of booleanp with
9570 verilog-booleanp.
9571
9572 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9573
9574 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9575
9576 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9577
9578 * progmodes/verilog-mode.el (top-level): Fix spacing.
9579 (verilog-mode-version, verilog-mode-release-date):
9580 Update version number.
9581 (verilog-mode-release-emacs): New variable.
9582 (compile-command, reporter-prompt-for-summary-p):
9583 Define for byte compiler.
9584 (verilog-startup-message-lines, verilog-startup-message-displayed)
9585 (verilog-display-startup-message): Remove.
9586 (verilog-highlight-p1800-keywords): Improve docstring.
9587 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9588 (vector-skip-list): Only defvar at compile time.
9589 (verilog-highlight-translate-off, verilog-indent-level)
9590 (verilog-indent-level-module, verilog-indent-level-declaration)
9591 (verilog-indent-declaration-macros, verilog-indent-lists)
9592 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9593 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9594 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9595 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9596 (verilog-align-ifelse, verilog-minimum-comment-distance)
9597 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9598 (verilog-auto-endcomments, verilog-auto-read-includes)
9599 (verilog-auto-star-expand, verilog-auto-star-save)
9600 (verilog-library-flags, verilog-library-directories)
9601 (verilog-library-files, verilog-library-extensions)
9602 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9603 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9604 (verilog-assignment-delay, verilog-auto-inst-vector)
9605 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9606 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9607 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9608 Add safe-local-variable properties.
9609 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9610 (verilog-re-search-backward, verilog-error-regexp-add)
9611 (verilog-end-block-re, verilog-emacs-features)
9612 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9613 (verilog-type-font-keywords, verilog-inside-comment-p)
9614 (electric-verilog-backward-sexp, verilog-backward-sexp)
9615 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9616 (electric-verilog-terminate-line, electric-verilog-semi)
9617 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9618 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9619 (verilog-beg-of-statement, verilog-in-case-region-p)
9620 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9621 (verilog-in-fork-region-p, verilog-backward-case-item)
9622 (verilog-set-auto-endcomments, verilog-get-expr)
9623 (verilog-expand-vector-internal, verilog-surelint-off)
9624 (verilog-batch-execute-func, verilog-calculate-indent)
9625 (verilog-calc-1, verilog-calculate-indent-directive)
9626 (verilog-leap-to-head, verilog-continued-line)
9627 (verilog-backward-token, verilog-backward-syntactic-ws)
9628 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9629 (verilog-forward-ws&directives, verilog-at-constraint-p)
9630 (verilog-skip-backward-comments, verilog-indent-line-relative)
9631 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9632 (verilog-pretty-declarations, verilog-pretty-expr)
9633 (verilog-just-one-space, verilog-indent-declaration)
9634 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9635 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9636 (verilog-read-always-signals-recurse, verilog-read-instants)
9637 (verilog-read-auto-template, verilog-set-define)
9638 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9639 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9640 (verilog-modi-cache-results, verilog-insert-one-definition)
9641 (verilog-make-width-expression, verilog-delete-autos-lined)
9642 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9643 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9644 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9645 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9646 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9647 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9648 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9649 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9650 (verilog-library-files): Cleanup spacing of )'s they should not be
9651 on unique lines. Fix checkdoc warnings.
9652
9653 2008-01-22 Glenn Morris <rgm@gnu.org>
9654
9655 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9656 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9657 from defcustoms.
9658 (hide-ifdef-shadow): Remove autoload cookie from defface.
9659
9660 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9661 differences.
9662
9663 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9664
9665 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9666 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9667 manual entry.
9668
9669 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * net/dbus.el (dbus-ignore-errors): New macro.
9672 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9673 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9674 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9675 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9676
9677 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9678
9679 * outline.el (outline-up-heading): Fix check for top level to
9680 avoid infinite looping in hide-other.
9681
9682 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9683
9684 * vc.el (vc-process-sentinel): After calling the previous
9685 sentinel, do nothing if the process' buffer is not live.
9686
9687 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9688
9689 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9690 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9691 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9692 blank-mode faces. Doc fix. New version 8.1.
9693 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9694 CONDITION BODY).
9695 (blank-space-face): Face/option name replaced by blank-space.
9696 (blank-hspace-face): Face/option name replaced by blank-hspace.
9697 (blank-tab-face): Face/option name replaced by blank-tab.
9698 (blank-newline-face): Face/option name replaced by blank-newline.
9699 (blank-trailing-face): Face/option name replaced by blank-trailing.
9700 (blank-line-face): Face/option name replaced by blank-line.
9701 (blank-space-before-tab-face): Face/option name replaced by
9702 blank-space-before-tab.
9703 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9704
9705 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9706
9707 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9708 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9709 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9710 (global-blank-mode): Doc fixes.
9711 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9712 (blank-newline-face, blank-trailing-face, blank-line-face)
9713 (blank-space-before-tab-face, blank-display-mappings)
9714 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9715 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9716 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9717 Fix typos in docstrings.
9718
9719 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * server.el (server-log-time-function): New variable.
9722 (server-log): Use it.
9723
9724 2008-01-21 Glenn Morris <rgm@gnu.org>
9725
9726 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9727
9728 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9729
9730 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9733 (org-descriptive-links, org-link-file-path-type)
9734 (org-remember-use-refile-when-interactive)
9735 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9736 (org-export-ascii-bullets, org-agenda-deadline-faces)
9737 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9738 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9739 (org-kill-note-or-show-branches): Fix typos in docstrings.
9740
9741 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9742
9743 * vc.el (vc-process-sentinel): Set mode-line-process.
9744 (vc-exec-after): Likewise, for the `run' process status.
9745
9746 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * ibuffer.el (ibuffer-mode): Fix last change.
9749
9750 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9751
9752 * vc-hg.el (vc-hg-registered):
9753 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9754
9755 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9756
9757 * repeat.el (repeat-undo-count): New variable.
9758 (repeat): For self-insertions make undo boundary only after 20
9759 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9760
9761 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9762
9763 * net/imap.el (imap-ping-server): New variable.
9764 (imap-opened): On add extra ping if imap-ping-server is non-nil.
9765 (imap-ping-server): Minor doc string fixes.
9766
9767 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9768
9769 * net/imap.el (imap-ping-server): New function.
9770 (imap-opened): Call imap-ping-server.
9771
9772 2008-01-20 Glenn Morris <rgm@gnu.org>
9773
9774 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9775 prevent infloops.
9776
9777 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
9778
9779 * progmodes/python.el (python-imports): Default to "None".
9780
9781 2008-01-19 Tom Tromey <tromey@redhat.com>
9782
9783 * vc-svn.el (vc-svn-after-dir-status): New function.
9784 (vc-svn-dir-status): Run svn asynchronously.
9785
9786 2008-01-19 Martin Rudalics <rudalics@gmx.at>
9787
9788 * progmodes/hideif.el (hide-ifdef-shadow): New option.
9789 (hide-ifdef-shadow): New face.
9790 (hide-ifdef-toggle-shadowing): New function to toggle between
9791 shadowing and making code invisible.
9792 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9793 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9794 (hide-ifdef-region-internal): Give new overlay hide-ifdef
9795 property. Shadow text when hide-ifdef-shadow is non-nil.
9796 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9797 (hif-hide-line): Use when instead of if.
9798 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9799 Remove unneeded * from doc-strings.
9800
9801 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9804 the hscroll behavior was fixed.
9805 (doc-view-mode): Disable auto-hscroll-mode.
9806
9807 2008-01-18 Tom Tromey <tromey@redhat.com>
9808
9809 * vc-svn.el (vc-svn-dir-status): New function.
9810
9811 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * vc.el: Make vc-status asynchronous.
9814 (vc-update-vc-status-buffer): New function broken out of ...
9815 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
9816 the dir-status backend function.
9817
9818 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9819 Move the output processing to ...
9820 (vc-hg-after-dir-status): ... here. Call the function passed as
9821 an argument with the results.
9822
9823 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9826 (doc-view-insert-image): Do something if the image is missing.
9827 (doc-view-mode): Don't use file-remote-p.
9828
9829 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
9830
9831 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9832 (org-export-latex-special-chars): Convert "..." in \ldots
9833 and skip tables.
9834 (org-export-latex-fontify-headline): Change parameter name.
9835 (org-export-as-latex): Handle export of subtrees.
9836 (org-export-latex-make-header): New argument TITLE.
9837 (org-export-latex-content): New argument EXCLUDE-LIST.
9838 (org-list-parse-list): New name for org-export-latex-parse-list.
9839 (org-export-latex-make-header): New name for
9840 org-export-latex-make-preamble.
9841 (org-list-to-generic): New name of org-export-list-to-generic.
9842 (org-list-to-latex): New name of org-export-list-to-latex.
9843 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9844 (org-list-send-list, org-list-to-texinfo)
9845 (org-list-to-html): New functions.
9846 (org-export-latex-tables-column-borders)
9847 (org-export-latex-default-class, org-export-latex-classes)
9848 (org-export-latex-classes-sectioning)
9849 (org-list-radio-list-templates): New options.
9850 (org-export-latex-header): New variable.
9851 (org-latex-entities): New constant.
9852 (org-export-latex-default-sectioning, org-export-latex-preamble)
9853 (org-export-latex-prepare-text-option)
9854 (org-export-latex-get-sectioning): Remove.
9855
9856 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
9857
9858 * textmodes/org-publish.el (org-publish-current-project):
9859 Fix bug with forcing publication.
9860
9861 * textmodes/org.el (org-export-with-special-strings): New option.
9862 (org-export-html-convert-special-strings): New function.
9863 (org-html-do-expand): `org-export-html-convert-special-strings'
9864 added to the list of conversion.
9865 (org-infile-export-plist, org-get-current-options): Add support
9866 for "-" in the #+OPTION line to let user switch on/off special
9867 strings conversion.
9868 (org-export-plist-vars): New :html-table-tag property.
9869 (org-export-as-html, org-format-org-table-html)
9870 (org-format-table-table-html) Use the :html-table-tag property
9871 instead of the `org-export-html-table-tag' global value.
9872 (org-additional-option-like-keywords): Add "TBLFM".
9873 (org-entry-properties): Include the CLOCKSUM special property.
9874 (org-columns-edit-value): Do not allow to edit the special
9875 CLOCKSUM property.
9876 (org-flag-drawer): Use the original value of `outline-regexp'.
9877 (org-remember-handler): Add invisible-ok flag to call to
9878 `org-end-of-subtree'.
9879 (org-agenda-highlight-todo): Respect
9880 `org-agenda-todo-keyword-format'.
9881 (org-agenda-todo-keyword-format): New option.
9882 (org-infile-export-plist): No restriction while searching for options.
9883 (org-remember-handler): Remove comments at the end of the buffer.
9884 (org-remember-use-refile-when-interactive): New option.
9885 (org-table-sort-lines): Make sure sorting works on link
9886 descritions only, and ignores the link.
9887 (org-sort-entries-or-items): Make sure the end of the subtree is
9888 included.
9889 (org-refile-use-outline-path): New allowed values `file' and
9890 `full-file-path'.
9891 (org-get-refile-targets): Respect new values for
9892 `org-refile-use-outline-path'.
9893 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9894 (org-export-as-xoxo): Restore point when done.
9895 (org-open-file): Allow multiple %s in command.
9896 (org-clock-in-switch-to-state): New option.
9897 (org-first-list-item-p): New function.
9898 (org-last-remember-storage-locations): New variable.
9899 (org-get-refile-targets): Interpret the new maxlevel setting.
9900 (org-refile-targets): New option `:maxlevel'.
9901 (org-copy-subtree): Include empty lines before but not after subtree.
9902 (org-back-over-empty-lines, org-skip-whitespace): New functions.
9903 (org-move-item-down, org-move-item-up): Include empty lines before
9904 but not after item.
9905 (org-first-sibling-p): New function.
9906 (org-remember-apply-template): Defaults, completions and history
9907 for template prompts. Also, interpret new `%!' escape.
9908 (org-context-choices): New constant.
9909 (org-bound-and-true-p): New macro.
9910 (org-imenu-depth): New option.
9911 (org-imenu-markers): New variable.
9912 (org-imenu-new-marker, org-imenu-get-tree)
9913 (org-speedbar-set-agenda-restriction): New functions.
9914 (org-agenda-set-restriction-lock)
9915 (org-agenda-remove-restriction-lock)
9916 (org-agenda-maybe-redo): New functions.
9917 (org-agenda-restriction-lock): New face.
9918 (org-agenda-restriction-lock-overlay)
9919 (org-speedbar-restriction-lock-overlay): New variables.
9920 (org-open-at-point): Remove obsolete way to do redirection in
9921 shell links.
9922 (org-imenu-and-speedbar): New customization group.
9923 (org-entry-properties): Return keyword-less time strings.
9924 (org-clock-heading-function): New option.
9925 (org-clock-in): Use `org-clock-heading-function'.
9926 (org-calendar-holiday): Try to use `calendar-check-holidays'
9927 instead of the obsolete `check-calendar-holidays'.
9928 (org-export-html-special-string-regexps): New constant.
9929 (org-massive-special-regexp): New variable.
9930 (org-compute-latex-and-specials-regexp)
9931 (org-do-latex-and-special-faces): New functions.
9932 (org-latex-and-export-specials): New face.
9933 (org-highlight-latex-fragments-and-specials): New option.
9934 (org-link-escape-chars): Use characters instead of strings.
9935 (org-link-escape-chars-browser, org-link-escape)
9936 (org-link-unescape): Use characters instead of strings.
9937 (org-export-html-convert-sub-super, org-html-do-expand): Check for
9938 protected text.
9939 (org-emphasis-alist): Additional `verbatim' flag.
9940 (org-set-emph-re): Handle the verbatim flag and compute
9941 `org-verbatim-re'.
9942 (org-cleaned-string-for-export): Protect verbatim elements.
9943 (org-verbatim-re): New variable.
9944 (org-hide-emphasis-markers): New option.
9945 (org-additional-option-like-keywords): Add new keywords.
9946 (org-get-entry): Rename from `org-get-cleaned-entry'.
9947 (org-icalendar-cleanup-string): New function for quoting icalendar text.
9948 (org-agenda-skip-scheduled-if-done): New option.
9949 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9950 `org-agenda-skip-scheduled-if-done'.
9951 (org-prepare-agenda-buffers): Allow buffers as arguments.
9952 (org-entry-properties): Add CATEGORY as a special property.
9953 (org-use-property-inheritance): Allow a list of properties as a value.
9954 (org-eval-in-calendar): No longer update the prompt.
9955 (org-read-date-popup-calendar): Rename from
9956 `org-popup-calendar-for-date-prompt'.
9957 (org-read-date-display-live): New variable.
9958 (org-read-date-display): New function.
9959 (org-read-date-analyze): New function.
9960 (org-remember-apply-template): Define `remember-finalize' if it is
9961 not yet defined.
9962 (org-remember-insinuate): New function.
9963 (org-read-date-prefer-future): New option.
9964 (org-read-date): Respect the setting of
9965 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
9966 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9967 hardcoded string.
9968 (org-remember-apply-template): Use `remember-finalize' instead of
9969 `remember-buffer'.
9970 (org-columns-compute, org-column-number-to-string)
9971 (org-columns-uncompile-format, org-columns-compile-format)
9972 (org-columns-compile-format): Handle printf format specifier.
9973 (org-columns-new, org-column-number-to-string)
9974 (org-columns-uncompile-format, org-columns-compile-format):
9975 Support for new currency summary type.
9976 (org-tree-to-indirect-buffer): Do not kill old buffer when
9977 `org-indirect-buffer-display' is `new-frame'.
9978 (org-indirect-buffer-display): Document that `new-frame' leads to
9979 indiret buffer proliferation.
9980 (org-agenda-list): Use `org-extend-today-until'.
9981 (org-extend-today-until): New option.
9982 (org-format-org-table-html): Use lower-case for <col> tag.
9983 (org-agenda-execute): New command.
9984 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9985 (org-select-remember-template): New function.
9986 (org-remember-apply-template): Use `org-select-remember-template'.
9987 (org-go-to-remember-target): New function.
9988
9989 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9990
9991 * vc.el: Add a TODO note about vc-state.
9992 (vc-next-action): Register 'unregistered and 'ignored files.
9993 Use when and unless instead of if where appropriate.
9994 (vc-start-entry): Fix typo.
9995 (vc-status): Autoload it.
9996
9997 2008-01-18 Glenn Morris <rgm@gnu.org>
9998
9999 * ffap.el (ffap-alist): Remove space from RFC regexp.
10000
10001 2008-01-18 Richard Stallman <rms@gnu.org>
10002
10003 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10004 than face-spec-recalc.
10005
10006 2008-01-18 Glenn Morris <rgm@gnu.org>
10007
10008 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10009
10010 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10011 Miles Bader <miles@gnu.org>
10012
10013 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10014 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10015 for handling display table (via visws.el package), his code was
10016 modified, but the main idea was kept.
10017
10018 2008-01-17 Glenn Morris <rgm@gnu.org>
10019
10020 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10021 (ibuffer-save-filters): Remove calls to deleted
10022 ibuffer-update-mode-name.
10023
10024 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10025
10026 * longlines.el (longlines-mode, longlines-show-region)
10027 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10028 buffer-file-truename to nil while modifying buffer.
10029
10030 * cus-edit.el (custom-reset-standard-variables-list)
10031 (custom-reset-standard-faces-list): New variables.
10032 (custom-reset-standard-save-and-update): New function.
10033 (Custom-save): Apply custom-mark-to-save before and
10034 custom-state-set-and-redraw after saving options.
10035 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10036 options and call custom-reset-standard-save-and-update.
10037 (custom-variable, custom-face, custom-group): Provide new
10038 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10039 and custom-state-set-and-redraw.
10040 (custom-variable-mark-to-save)
10041 (custom-variable-state-set-and-redraw)
10042 (custom-variable-mark-to-reset-standard)
10043 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10044 (custom-face-mark-to-reset-standard)
10045 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10046 (custom-group-mark-to-reset-standard): New functions.
10047 (custom-variable-save): Move save, state-set, and redraw
10048 functionality to custom-variable-mark-to-save.
10049 (custom-face-save): Move save, state-set, and redraw
10050 functionality to custom-face-mark-to-save.
10051 (custom-group-save): Move save, state-set, and redraw
10052 functionality to custom-group-mark-to-save.
10053 (custom-variable-reset-standard, custom-face-reset-standard)
10054 (custom-group-reset-standard): Move save, state-set, and redraw
10055 functionality to custom-reset-standard-save-and-update.
10056
10057 (custom-buffer-create-internal): Fix text in verbose help.
10058 (custom-face-value-create): Indent doc-strings of faces like
10059 those of variables.
10060
10061 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * server.el (server-process-filter): Replace lineno and columnnno
10064 which defaulted to 1&0 with filepos which defaults to nil.
10065 (server-goto-line-column): Only receive the filepos.
10066 Only move if filepos is non-nil.
10067 (server-visit-files): Slight restructure to consolidate two calls to
10068 server-goto-line-column into just one.
10069
10070 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10071 the use of degraded mode.
10072 (nxml-degrade): Don't change mode-name.
10073
10074 * nxml/rng-nxml.el (rng-nxml-mode-init):
10075 Don't overwrite mode-line-process.
10076
10077 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10078 (ibuffer-update-mode-name): Remove.
10079 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10080 (ibuffer-mode): Use mode-line-process instead.
10081
10082 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10083 Use derived-mode-p.
10084 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10085
10086 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10087
10088 2008-01-16 Glenn Morris <rgm@gnu.org>
10089
10090 * comint.el (comint-regexp-arg): Fix no-input case.
10091
10092 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10095 * pcvs.el (cvs-revert-if-needed):
10096 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10097
10098 * vc-svn.el (vc-svn-find-file-hook):
10099 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10100
10101 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10102
10103 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10104 (icalendar-export-file, icalendar-import-file):
10105 Restore significant trailing whitespace in `interactive' prompts.
10106
10107 2008-01-16 Tom Tromey <tromey@redhat.com>
10108
10109 * calendar/icalendar.el (icalendar--convert-tz-offset)
10110 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10111 (icalendar--find-time-zone): New functions.
10112 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10113 `decode-time'. Doc fix.
10114 (icalendar--convert-ical-to-diary): Compute zone-map.
10115 Pass timezone to icalendar--decode-isodatetime.
10116
10117 2008-01-16 Alan Mackenzie <acm@muc.de>
10118
10119 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10120 an eval-and-compile, so as to permit byte-compiling (e.g. in
10121 bootstrap).
10122
10123 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10126 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10127 using the same key for different menu entries.
10128
10129 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10130 (smerge-makeup-conflict): New command.
10131
10132 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10133
10134 * log-edit.el (log-edit): Doc fix.
10135
10136 2008-01-15 Glenn Morris <rgm@gnu.org>
10137
10138 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10139
10140 2008-01-14 Alan Mackenzie <acm@muc.de>
10141
10142 * progmodes/cc-vars.el (c-constant-symbol): New function which
10143 supersedes c-const-symbol. During a customize-.. call it enables
10144 an element of (e.g.) c-hanging-braces alist to have its name
10145 displayed, even when the default value of c-h-b etc. doesn't
10146 include the elemnt. Replace uses of the old function by the new.
10147
10148 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10149 obscure non-working fragment ":value c-".
10150
10151 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10154
10155 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10156
10157 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10158 instead of `tramp-file-name-real-host'.
10159
10160 * net/trampver.el: Update release number.
10161
10162 2008-01-14 Alan Mackenzie <acm@muc.de>
10163
10164 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10165 call inside a struct being recognised as a K&R argument.
10166
10167 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10170 Accept "fatal error" from MSFT.
10171 Reported by Jared Finder <jfinder@crypticstudios.com>.
10172
10173 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * smerge-mode.el (smerge-auto): New function.
10176 * vc-svn.el (vc-svn-find-file-hook):
10177 * vc-arch.el (vc-arch-find-file-hook):
10178 * pcvs.el (cvs-revert-if-needed):
10179 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10180 (top-level): Add a Todo list.
10181
10182 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10183
10184 * vc.el (vc-update): Resolve conflicts if necessary instead of
10185 just updating the buffer.
10186
10187 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10188 update command so that we can parse the output.
10189
10190 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10191
10192 * mail/rmail.el (rmail-convert-to-babyl-format):
10193 Remove save-excursion to avoid infinite looping.
10194 Reported by dnz <dnz@bk.ru>.
10195
10196 2008-01-12 Glenn Morris <rgm@gnu.org>
10197
10198 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10199 can be interned without a function definition.
10200
10201 2008-01-12 Jason Rumney <jasonr@gnu.org>
10202
10203 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10204 (rng-nxml-mode-init): Declare.
10205
10206 2008-01-11 Jason Rumney <jasonr@gnu.org>
10207
10208 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10209 (rng-preferred-prefix-alist-default): Remove.
10210
10211 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10212 Rename from nxml-enable-unicode-char-name-sets-flag.
10213 (nxml-enable-unicode-char-name-sets-1): Merge into
10214 nxml-enable-unicode-char-name-sets.
10215 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10216 nxml-char-name-ignore-case here.
10217
10218 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10219 Update doc string and commentary.
10220 (nxml-char-name-ignore-case): Change default value.
10221 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10222
10223 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10224
10225 * cus-start.el (all): Add missing version entries.
10226
10227 2008-01-11 Glenn Morris <rgm@gnu.org>
10228
10229 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10230 (euc-to-flat-code, flat-code-to-euc):
10231 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10232 (wl-summary-buffer-msgdb): Declare as funtions.
10233
10234 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10235
10236 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10237 Bind buffer-file-name and buffer-file-truename.
10238
10239 * fringe.el (fringe-mode-explicit): New variable.
10240 (set-fringe-mode): Don't alter default-frame-alist when just
10241 loading this file.
10242
10243 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10244
10245 * doc-view.el (doc-view-buffer-file-name): New variable.
10246 (doc-view-convert-current-doc, doc-view-search)
10247 (doc-view-current-cache-dir, doc-view-initiate-display)
10248 (doc-view-mode): Use it.
10249 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10250 instead of function.
10251
10252 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10253
10254 * vc-svn.el (vc-svn-registered): Return the correct value for
10255 ignored and unregistered files.
10256
10257 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10258
10259 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10260
10261 2008-01-10 Tom Tromey <tromey@redhat.com>
10262
10263 * vc.el (vc-status-unmark-all-files): New function.
10264 (vc-status-unmark-all-files): Likewise.
10265 (vc-status-mode-map): Add bindings.
10266
10267 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10268
10269 * ediff*.el: Uncomment declare-function.
10270
10271 * emulation/viper*.el: Uncomment declare-function.
10272
10273 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10274
10275 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10276 files inside archives uniformly.
10277
10278 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10279
10280 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10281 constant with a computation on sgml-specials rather than a literal
10282 list. Without this change the syntax table is generated
10283 incorrectly, and the mode will think it's in a comment following
10284 any instance of the string "--".
10285
10286 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10287
10288 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10289 (doc-view-mode): Support document files inside archives.
10290
10291 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10292
10293 * vc.el (vc-deduce-fileset): Return the currently selected file if
10294 no files are selected when using vc-status.
10295
10296 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10297
10298 * ediff*.el: Comment out declare-function. "make bootstrap"
10299 stops with an error and Emacs does not compile with those things in.
10300 Besides, declare-function is not defined in XEmacs.
10301
10302 * ediff-util (eqiff-quit): Autoraise minibuffer.
10303
10304 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10305
10306 * emulation/viper*.el: Comment out declare-function -- not defined
10307 in XEmacs.
10308
10309 * emulation/viper-ex.el (viper-info-on-file):
10310 Take care of indirect buffers.
10311
10312 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10313 Set viper-vi-state-cursor-color.
10314
10315 2008-01-09 Tom Tromey <tromey@redhat.com>
10316
10317 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10318 Just return header.
10319 (vc-status-move-to-goal-column): New function.
10320 (vc-status-mode-map): Define more keys.
10321 (vc-status-mode): Use vc-status-refresh. Now 'special.
10322 (vc-status-refresh): New function.
10323 (vc-status-next-line): Likewise.
10324 (vc-status-previous-line): Likewise.
10325 (vc-status-mark-file): Use vc-status-next-line.
10326 (vc-status-unmark-file): Use vc-status-previous-line.
10327 (vc-status-unmark-file-up): New function.
10328 (vc-status-register): Likewise.
10329 (vc-status-find-file): Likewise.
10330 (vc-status-find-file-other-window): Likewise.
10331 (vc-status-current-file): Likewise.
10332 (vc-ensure-vc-buffer): Understand vc-status mode.
10333
10334 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10335
10336 2008-01-09 Glenn Morris <rgm@gnu.org>
10337
10338 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10339 entry, for Windows.
10340
10341 2008-01-09 Tom Tromey <tromey@redhat.com>
10342
10343 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10344
10345 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10346
10347 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10348 add a file-name handler.
10349
10350 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10351
10352 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10353 Rename from function bibtex-files-expand. New optional arg select.
10354 (bibtex-flash-head): Allow blink-matching-delay being zero.
10355 (bibtex-clean-entry): Use atomic-change-group.
10356 (bibtex-format-entry): Check presence of required fields only
10357 after formatting of fields. Use member-ignore-case. Do not use
10358 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10359 (bibtex-autofill-entry): Do not call undo-boundary.
10360 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10361 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10362 Parse keys if necessary.
10363
10364 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10367 quotes in case of spaces, e.g. STL containers (not pretty).
10368
10369 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gdb-ui.el (gud-gdb-command-name):
10372 Explain "--annotate=3" option is necessary for the Graphical Interface.
10373
10374 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10375
10376 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10377 on menu bar.
10378
10379 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10380
10381 * ffap.el (ffap-read-file-or-url): Let-bind
10382 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10383
10384 2008-01-08 Sven Joachim <svenjoac@gmx.de>
10385
10386 * vc-bzr.el: Fix typo in header.
10387
10388 2008-01-08 Eli Zaretskii <eliz@gnu.org>
10389
10390 * Makefile.in (custom-deps, finder-data): Depend on autoloads
10391 instead of loaddefs.el.
10392
10393 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10396 gets inserted out-of-order.
10397
10398 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
10399
10400 * vc-bzr.el: Copyright and version headers update.
10401 Remove some outdated comments through the whole file.
10402 (vc-bzr-program-args): Remove because unused.
10403 (vc-bzr-log-switches): New customization option.
10404 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
10405 use `vc-bzr-program-args'.
10406 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10407 `vc-find-root' (patch by Andreas Hoenen).
10408 (vc-bzr-status): Update regex to match latest Bzr output.
10409 Remove redundant test.
10410 (vc-bzr-init-version): New function.
10411 (vc-bzr-unregister): Must not delete file.
10412 (vc-bzr-find-version): New function.
10413 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10414 a non-empty string, otherwise take head revision.
10415 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10416 (vc-bzr-diff): Simpler build of the revision spec string.
10417 (vc-annotate-convert-time, vc-bzr-annotate-difference):
10418 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10419 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
10420 (vc-bzr-dired-state-info): Only provide custom strings for
10421 overloaded VC state 'edited; otherwise fallback to
10422 `vc-default-dired-state-info'.
10423
10424 2008-01-08 Richard Stallman <rms@gnu.org>
10425
10426 * delsel.el (delete-selection-mode): Doc fix.
10427
10428 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10429
10430 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10431 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10432
10433 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10434 of watch expressions (only works fully with GDB 6.7 or later).
10435
10436 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
10437
10438 * time-stamp.el (time-stamp-time-zone):
10439 * whitespace.el (whitespace-check-buffer-leading)
10440 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10441 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10442 * progmodes/sh-script.el (sh-indentation):
10443 * textmodes/ispell.el (ispell-local-pdict):
10444 Add safe-local-variable properties.
10445
10446 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10447
10448 * vc-git.el (vc-git--call): Apply `process-file' instead of
10449 `call-process'.
10450
10451 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10452 Reported by Pete Forman <pete.forman@westerngeco.com>.
10453 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10454 (tramp-handle-process-file): Handle the case where DESTINATION is
10455 a consp with t as car.
10456 (tramp-wait-for-output): We shall remove exactly what has been
10457 find by the search.
10458
10459 2008-01-08 Kevin Ryde <user42@zip.com.au>
10460
10461 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10462 For perl, allow "during global destruction" at end. Add entry for
10463 two-arg form of the Test module ok() func.
10464
10465 2008-01-08 Glenn Morris <rgm@gnu.org>
10466
10467 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10468 unified format.
10469
10470 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10471
10472 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10473
10474 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10475 Simplify selection of frame focusing function.
10476
10477 2008-01-08 Michael Olson <mwolson@gnu.org>
10478
10479 * textmodes/remember.el (remember-region): Fix typo in docstring.
10480
10481 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10482
10483 * textmodes/remember.el (remember): If there is a visible region
10484 [that is, the mark is active and transient mark mode is enabled]
10485 then use this region for the initial contents of the *Remember*
10486 buffer. Use `region-beginning' and `region-end' instead of
10487 `point' and `mark'.
10488
10489 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10492 argument to vc-hg-command.
10493 (vc-hg-log-view-mode): Handle the user field better.
10494
10495 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10496
10497 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10498
10499 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10500
10501 * vc.el (vc-status-fileinfo): New defstruct.
10502 (vc-status): New defvar.
10503 (vc-status-insert-headers, vc-status-printer, vc-status)
10504 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10505 (vc-status-unmark-file, vc-status-marked-files): New functions.
10506
10507 * vc-hg.el (vc-hg-dir-status): New function.
10508
10509 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10510
10511 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10512 keymap from here ...
10513 (custom-mode): ... to here. Reported by Reiner Steib.
10514
10515 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10516
10517 * obsolete/x-apollo.el: Remove file for unsupported system.
10518
10519 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10520 Apollo.
10521
10522 * progmodes/gud.el (gud-dgux-p): Remove.
10523 (dbx): Remove reference to dgux.
10524
10525 * progmodes/ps-mode.el (ps-mode-print-function):
10526 * ps-print.el (ps-lp-system):
10527 * paths.el (rmail-spool-directory):
10528 * ls-lisp.el (ls-lisp-emulation):
10529 * lpr.el (lpr-lp-system):
10530 * dired.el (dired-chown-program): Remove references to dgux.
10531
10532 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * vc.el (vc-process-sentinel): Fix apparent typo.
10535 (vc-do-command): Forcefully kill any left over process.
10536 Use start-file-process.
10537 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10538
10539 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/dbus.el (dbus-list-hash-table)
10542 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10543 (dbus-check-event): Add serial number to event.
10544 (dbus-handle-event): Apply return message if needed.
10545 (dbus-event-serial-number): New defun.
10546 (dbus-event-service-name, dbus-event-path-name)
10547 (dbus-event-interface-name, dbus-event-member-name):
10548 Adapt implementation to serial number.
10549
10550 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * bs.el (bs--get-mode-name): Fix typo in previous change.
10553
10554 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10555
10556 * mouse.el (mouse-popup-menubar): Fix typo.
10557
10558 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10559 form inside with-current-buffer.
10560
10561 * progmodes/antlr-mode.el (provide): Move to the end of file.
10562 (require): Don't require font-lock and compile.
10563 (outline-level, imenu-use-markers, imenu-create-index-function):
10564 Move declarations to top level.
10565 (cond-emacs-xemacs-macfn): Declare for compiler.
10566
10567 * vc-bzr.el (vc-bzr-root):
10568 * vc-arch.el (vc-arch-root): Only set a property if the file is
10569 managed by this backend.
10570
10571 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10572
10573 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10574
10575 * doc-view.el (doc-view-scroll-up-or-next-page)
10576 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10577 top/bottom again when on the first/last page.
10578
10579 * doc-view.el (doc-view-scroll-up-or-next-page)
10580 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10581 image-scroll-down instead of the non-image equivalents.
10582 Don't rely on a signalled condition but switch pages when scrolling
10583 doesn't change the vertical position anymore.
10584 (doc-view-mode-map): Remap scroll-{up,down} to
10585 image-scroll-{up,down}.
10586
10587 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10588
10589 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10590 tpu-mapper command rather than load the tpu-mapper package.
10591
10592 * emulation/tpu-mapper.el (tpu-mapper): New command.
10593 Contains all the code previously at top-level.
10594
10595 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10598 * imenu.el (imenu-add-to-menubar):
10599 * makesum.el (make-command-summary):
10600 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10601 (mouse-buffer-menu):
10602 * msb.el (msb--mode-menu-cond):
10603 * calc/calc-embed.el (calc-do-embedded):
10604 * emacs-lisp/helper.el (Helper-describe-mode):
10605 * mail/emacsbug.el (report-emacs-bug):
10606 * progmodes/hideshow.el (hs-grok-mode-type):
10607 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10608 * textmodes/table.el (*table--cell-describe-mode):
10609 Pass mode-name through format-mode-line.
10610
10611 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10614 * progmodes/ada-mode.el (comment-region):
10615 * calendar/todo-mode.el (todo-insert-item):
10616 * bookmark.el (bookmark-buffer-name):
10617 Test major-mode rather than mode-name.
10618
10619 2008-01-04 Richard Stallman <rms@gnu.org>
10620
10621 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10622 Call byte-compile-warn-about-unresolved-functions outside
10623 the with-current-buffer.
10624 (byte-compile-insert-header): Use with-current-buffer.
10625
10626 2008-01-04 Glenn Morris <rgm@gnu.org>
10627
10628 * startup.el (fancy-about-screen): Remove reference to deleted
10629 `fancy-splash-help-echo' variable.
10630
10631 * version.el (emacs-copyright): Update to 2008.
10632
10633 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10634 rather than mapcar.
10635
10636 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10637 change (merge mistake).
10638
10639 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10640
10641 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10642 (bookmark-get-bookmark-record):
10643 * image-mode.el (bookmark-make-cell-function)
10644 (bookmark-get-filename, bookmark-get-bookmark-record)
10645 (bookmark-get-position):
10646 * log-view.el (vc-modify-change-comment):
10647 * progmodes/grep.el (find-name-arg): Declare for compiler.
10648
10649 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10650
10651 * savehist.el (savehist-coding-system): Default to a variant coding
10652 system with explicit unix end-of-line conversion, which is safer.
10653
10654 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10657 * ibuffer.el (mode column): Use format-mode-line.
10658
10659 * server.el (server-create-window-system-frame): Remove workaround for
10660 a bug that has been fixed.
10661
10662 2008-01-03 Magnus Henoch <magnus@zemdatav>
10663
10664 * net/dbus.el (dbus-name-owner-changed-handler):
10665 Use dbus-unregister-object instead of dbus-unregister-signal.
10666
10667 2008-01-03 Drew Adams <drew.adams@oracle.com>
10668
10669 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10670
10671 2008-01-03 Richard Stallman <rms@gnu.org>
10672
10673 * replace.el (occur-context-lines): New subroutine,
10674 broken out of occur-engine.
10675 (occur-engine): Call it.
10676
10677 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10678
10679 * vc-git.el (vc-git--ls-files-state): New function.
10680 (vc-git-dir-state): Use it instead of processing the status
10681 results here.
10682
10683 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10684
10685 * progmodes/grep.el (grep-find-ignored-directories):
10686 Initialize from the value of vc-directory-exclusion-list.
10687
10688 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10689 even though we don't have a back end for darcs yet.
10690
10691 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10692
10693 Change a return type, for greater extensibility.
10694 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10695 and its thread for discussion leading to this change.
10696
10697 * bookmark.el (bookmark-jump-noselect):
10698 Return an alist instead of a dotted pair.
10699 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10700 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10701 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10702 (bookmark-make-cell-function): Adjust documentation accordingly.
10703
10704 * image-mode.el (image-bookmark-jump):
10705 Adjust return type accordingly; document.
10706
10707 * doc-view.el (doc-view-bookmark-jump):
10708 Adjust return type accordingly; document.
10709
10710 2008-01-02 Miles Bader <miles@gnu.org>
10711
10712 * net/rcirc.el (rcirc-log-filename-function): New variable.
10713 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10714 log-file name. Don't log anything if it returns nil.
10715 (rcirc-log-write): Use `expand-file-name' when merging the
10716 log-file name from the alist with rcirc-log-directory; this does
10717 the right thing if the name in the alist already an absolute
10718 filename. Make the log-file directory if necessary.
10719
10720 2007-12-29 Richard Stallman <rms@gnu.org>
10721
10722 * font-lock.el (font-lock-prepend-text-property)
10723 (font-lock-append-text-property): Canonicalize the face and
10724 font-lock-face properties.
10725
10726 * faces.el (facep): Doc fix.
10727
10728 * startup.el (fancy-startup-tail, fancy-about-text)
10729 (fancy-startup-text): Regularize format of face property.
10730
10731 * facemenu.el (list-colors-print): Use :background and :foreground
10732 instead of background-color and foreground-color.
10733
10734 2007-12-29 Drew Adams <drew.adams@oracle.com>
10735
10736 * cus-edit.el (custom-add-parent-links):
10737 Fill the "Parent documentation" text.
10738
10739 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10740
10741 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10742 MS-Windows and MS-DOS.
10743 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10744
10745 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10746
10747 * vc-svn.el (vc-svn-modify-change comment): New function.
10748
10749 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10750
10751 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10752 Do not disable undo, with-temp-buffer does it by default.
10753
10754 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10755
10756 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10757 correctly.
10758
10759 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10760 with vc-state.
10761 (vc-next-action): Fix vc-transfer-file call.
10762
10763 2007-12-31 Tom Tromey <tromey@redhat.com>
10764
10765 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10766 Move point to the start of the buffer.
10767
10768 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10771
10772 * vc.el: State that dir-state is required to set the vc-state and
10773 vc-backend properties.
10774
10775 2007-12-31 Martin Rudalics <rudalics@gmx.at>
10776
10777 * man.el (Man-default-man-entry): Make this a defun.
10778 Improve guessing mechanism and handling of section numbers.
10779
10780 2007-12-31 Richard Stallman <rms@gnu.org>
10781
10782 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10783
10784 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
10785
10786 * calc/calc-units.el (calc-convert-temperature): Ensure that units
10787 are on the result even when the result is zero.
10788
10789 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10790
10791 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10792 resistent towards wrong parameters.
10793 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10794
10795 2007-12-30 Richard Stallman <rms@gnu.org>
10796
10797 * faces.el (face-all-attributes): New function.
10798
10799 * faces.el (face-differs-from-default-p): Compute list of attr names
10800 from face-attribute-name-alist.
10801
10802 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10803 (custom-face-save): Likewise.
10804 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10805
10806 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10807 (custom-theme-set-faces): Clear `face-override-spec' property.
10808 Call `face-spec-set' with FOR-DEFFACE.
10809
10810 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10811
10812 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10813 Use of frame as third arg is deprecated.
10814 Handle `face-override-spec' property.
10815 (face-spec-recalc): New function.
10816 (face-spec-set-2): New function.
10817 (frame-set-background-mode): Handle `face-override-spec' property.
10818 Use `face-spec-recalc'.
10819 (face-set-after-frame-default): Use `face-spec-recalc'.
10820
10821 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
10822
10823 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10824
10825 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10826
10827 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10828
10829 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
10830
10831 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10832 'added, 'removed.
10833
10834 * vc.el (header coment): Better description of dir-state.
10835 (vc-compatible-state): New function. Checks whether two states
10836 can be in the same changeset; used with 'edited it can test whether
10837 the next action for a state should be commit.
10838 (vc-default-dired-state-info): Display 'removed state.
10839 (vc-dired-hook): Turn off undo, this is a speed tweak.
10840
10841 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10842
10843 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10844 Cope with the possibility that the 'C' status flag might change
10845 in 0.9,6.
10846
10847 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10848
10849 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10850
10851 * files.el (cd-absolute): Fix omission bug:
10852 Make `list-buffers-directory' buffer-local.
10853
10854 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10855
10856 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10857
10858 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
10859
10860 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10861
10862 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10863 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10864 (math-yacas-compose-deriv, math-yacas-compose-taylor)
10865 (math-maxima-parse-subst, math-maxima-parse-taylor)
10866 (math-maxima-compose-taylor, math-maxima-compose-subst)
10867 (math-maxima-compose-if, math-lang-switch-args)
10868 (math-lang-compose-switch-args, math-read-giac-subscr):
10869 New functions.
10870 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10871 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10872 Add languages.
10873 (math-vector-brackets, math-complex-format, math-variable-table)
10874 (math-parse-table, math-oper-table, math-function-table)
10875 (math-special-function-table, math-compose-subscr):
10876 Add values for new languages.
10877
10878 * calc/calccomp.el (math-compose-expr): Add new languages.
10879
10880 * calc/calc.el (calc-language): Add languages to docstring.
10881
10882 * calc/calc-ext.el (calc-init-extensions): Add keybindings
10883 for new languages. Autoload commands to change languages.
10884
10885 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10886
10887 * calc/calc-menu.el (calc-modes-menu): Add new languages.
10888 (calc-arithmetic-menu, calc-scientific-function-menu)
10889 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10890 (calc-units-menu, calc-variables-menu, calc-stack-menu):
10891 Add :active keywords.
10892
10893 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10896 returns 'ignored or 'unregistered.
10897 (vc-hg-state): Pass "-A" to the status command and deal with the
10898 output.
10899 (vc-hg-dir-state): Pass "-A" to the status command.
10900
10901 2007-12-29 Richard Stallman <rms@gnu.org>
10902
10903 * progmodes/compile.el (compilation-start): Set initial visible
10904 point properly even when compilation buffer already current.
10905
10906 2007-12-29 Richard Stallman <rms@gnu.org>
10907
10908 * files.el (conf-mode-maybe): New function.
10909 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10910
10911 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10912
10913 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10914
10915 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10916
10917 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10918
10919 2007-12-29 Richard Stallman <rms@gnu.org>
10920
10921 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10922 so they never do EOF.
10923
10924 2007-12-29 Richard Stallman <rms@gnu.org>
10925
10926 * faces.el (copy-face): Create the new face explicitly if it
10927 does not exist already.
10928
10929 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10930
10931 * simple.el (minibuffer-history, shell-command-history)
10932 (set-variable-value-history):
10933 * replace.el (regexp-history):
10934 * international/mule-cmds.el (input-method-history):
10935 * files.el (file-name-history): Add reference to history-length in
10936 the doc string.
10937
10938 2007-12-29 Richard Stallman <rms@gnu.org>
10939
10940 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10941
10942 2007-12-29 Jason Rumney <jasonr@gnu.org>
10943
10944 * find-dired.el (find-name-arg): New custom variable.
10945 (find-name-dired): Use it.
10946 (find-dired-find-program): Remove.
10947 (find-dired): Use find-program.
10948 (find-grep-dired): Use grep-program.
10949
10950 * progmodes/grep.el (rgrep): Use find-name-arg.
10951
10952 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
10953
10954 * progmodes/cc-vars.el (defcustom-c-stylevar):
10955 Revert to pre-2007-12-12 version.
10956
10957 2007-12-29 Richard Stallman <rms@gnu.org>
10958
10959 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10960
10961 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10962 Use changed.
10963
10964 * startup.el (fancy-splash-help-echo): Var deleted.
10965 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10966 (fancy-about-screen): Don't display fancy-splash-help-echo.
10967
10968 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10969
10970 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
10971
10972 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10973 to vc-hooks.el so it will be available to other modes, such as
10974 speedbar.el. Also, teach it to recognize monotone state directories.
10975
10976 * speedbar.el: Remove this mode's fragile assumptions about
10977 version-control systems. Instead, make it use logic from
10978 vc-hooks.el so it will become smarter whenever VC mode does.
10979
10980 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10981 Fix the documentation.
10982
10983 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10984 Modify all instances of the dir-state back-end method to suppress
10985 keeping undo lists on the buffers holding status output, which
10986 can get extremely large.
10987
10988 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10989 so they don't do work that the default one can do instead.
10990
10991 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10992 states, and the new return-value convention. These are not
10993 actually used yet, just set.
10994
10995 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10996 states when appropriate.
10997
10998 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10999 'unregistered when appropriate.
11000
11001 * vc-git.el: Document that we don't set the new states yet.
11002
11003 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11004 'ignored states.
11005
11006 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11007 appropriate.
11008
11009 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11010 when appropriate.
11011
11012 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11013
11014 * thumbs.el (thumbs-call-convert): Use call-process directly
11015 with thumbs-conversion-program instead of through shell-file-name
11016 for better error reporting.
11017
11018 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11019
11020 * calc/calc-aent.el (math-remove-percentsigns):
11021 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11022 for percent signs.
11023
11024 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11025
11026 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11027 use completion-ignored-extensions to detect files that should be
11028 ignorted in VC-Dired listings, heading off lots of expensive calls
11029 to (vc-state).
11030
11031 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11032 non-terse mode.
11033 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11034 Makefile.in or Makefile.am.
11035
11036 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11037
11038 * ps-print.el (ps-mark-active-p): Fun returned back.
11039 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11040 `region-active-p' for error checking.
11041
11042 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11043
11044 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11045 Put new machinery in place to support editing of change comments
11046 with 'e' in a log-view buffer. Not documented yet as this
11047 only works for SCCS, RCS, and maybe CVS if you have admin
11048 privileges. When we have backend support for Subversion and
11049 more modern systems it will be time to write this up.
11050
11051 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11052
11053 * international/mule-cmds.el (select-safe-coding-system):
11054 When a buffer is modified, cancel the writing.
11055
11056 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11057
11058 * log-view.el: Add Subversion and Mercurial log format samples.
11059
11060 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11061 it to call the backend dir-state hook (if it exists)
11062 exactly *once*, rather than once per each subdirectory (with
11063 dired-state-info calls on all toplevel files slowing it down even
11064 further). For this to work, backend dir-state methods have to
11065 recurse to subdirectories. Most of them already did anyway; a few
11066 needed *non*-recursion switches removed. This change mostly
11067 removed code that was perversely bad and should have been shot
11068 through the head years ago.
11069
11070 * vc-bzr.el (vc-bzr-dir-state):
11071 * vc-cvs.el (vc-cvs-dir-state):
11072 * vc-mcvs.el (vc-mcvs-dir-state):
11073 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11074
11075 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11076 multiple arguments, so generate logs sequentially when we get them.
11077 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11078 headers so the various log bindings can do the right thing.
11079 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11080
11081 2007-12-26 Andreas Schwab <schwab@suse.de>
11082
11083 * font-lock.el (save-buffer-state): Make sure the state of the
11084 buffer is always restored.
11085
11086 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11087
11088 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11089
11090 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11091 a variable.
11092
11093 * calc/calccomp.el (math-to-percentsigns): New function.
11094 (math-compose-var): Handle variables with percent signs.
11095 (math-compose-expr): Handle function names with percent signs.
11096
11097 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11098 (math-read-exprs): Handle percent signs in languages that
11099 allow them.
11100 (math-restore-underscores): Remove function.
11101 (math-remove-percentsigns, math-restore-placeholders):
11102 New functions.
11103
11104 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11105
11106 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11107 of `mark' for error checking.
11108
11109 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11110
11111 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11112 New functions.
11113 (image-mode): Set bookmark-make-cell-function appropriately.
11114
11115 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11116
11117 * bookmark.el (bookmark-make-cell-function): New variable.
11118 (bookmark-make): Call bookmark-make-cell-function's function
11119 instead of bookmark-make-cell.
11120 (bookmark-get-handler, bookmark-jump-internal): New functions.
11121 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11122 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11123 Use bookmark-jump-internal.
11124 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11125
11126 * doc-view.el (doc-view-bookmark-make-cell)
11127 (doc-view-bookmark-jump): New functions.
11128 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11129
11130 2007-12-25 Miles Bader <miles@gnu.org>
11131
11132 * indent.el (indent-for-tab-command): Rigidly indent the following
11133 sexp along with the current line when a prefix arg is given in the
11134 non-active-region case. Specify raw prefix in interactive spec.
11135 Simplify main indentation logic to get rid of the conditional call
11136 to `indent-according-to-mode' (it just ended up calling
11137 `indent-line-function' in all cases anyway, which can be done more
11138 simply here). Remove unnecessary test of ARG in active region case.
11139
11140 2007-12-25 Richard Stallman <rms@gnu.org>
11141
11142 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11143 Use `use-region-p'.
11144 (allout-write-file-hook-handler): Simplify code.
11145
11146 * ps-print.el (ps-mark-active-p): Function deleted.
11147 (ps-print-preprint-region): Use (mark) for the error check.
11148
11149 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11150
11151 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11152
11153 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11154
11155 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11156
11157 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11158
11159 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11160
11161 * progmodes/cc-defs.el (c-region-is-active-p):
11162 Use `mark-active' if it's defined.
11163
11164 * progmodes/cc-cmds.el (c-indent-line-or-region):
11165 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11166
11167 * simple.el (select-active-regions): New option.
11168 (set-mark): Obey it.
11169 (yank-pop-change-selection): New option.
11170 (current-kill): Obey it.
11171
11172 * simple.el (use-region-p): Rename from `region-active-p'.
11173 (region-active-p): New function.
11174
11175 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11176
11177 * term/x-win.el (x-select-enable-primary): New option.
11178 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11179
11180 * mouse.el (mouse-yank-primary): New function (almost same
11181 as mouse-yank-secondary).
11182
11183 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11184
11185 * calculator.el:
11186 * dframe.el:
11187 * iswitchb.el:
11188 * whitespace.el:
11189 * winner.el:
11190 * emacs-lisp/checkdoc.el:
11191 * mail/feedmail.el:
11192 * net/quickurl.el:
11193 * obsolete/fast-lock.el:
11194 * play/5x5.el:
11195 * progmodes/delphi.el:
11196 * progmodes/idlw-shell.el:
11197 * progmodes/idlwave.el:
11198 * textmodes/artist.el:
11199 * textmodes/ispell.el:
11200 * textmodes/texinfmt.el:
11201 * textmodes/texinfo.el: Remove obsolete definitions of backward
11202 compatibility macros for defcustom, defgroup, defface, when,
11203 unless, with-current-buffer and with-temp-message.
11204
11205 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11206
11207 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11208
11209 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11212 indeed a process.
11213
11214 2007-12-23 Richard Stallman <rms@gnu.org>
11215
11216 * simple.el (region-active-p): New function.
11217 (use-empty-active-region): New variable.
11218
11219 * dired-aux.el (dired): Load dired.el at run time too.
11220
11221 2007-12-23 Juri Linkov <juri@jurta.org>
11222
11223 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11224 default list with a full list of references.
11225
11226 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11227
11228 2007-12-23 Andreas Schwab <schwab@suse.de>
11229
11230 * files.el (switch-to-buffer-other-frame): Return the buffer
11231 switched to.
11232
11233 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11234
11235 Sync with Tramp 2.1.12.
11236
11237 * net/tramp.el: New todo item.
11238
11239 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11240 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11241
11242 * net/trampver.el: Update release number.
11243
11244 2007-12-22 Richard Stallman <rms@gnu.org>
11245
11246 * newcomment.el (comment-region-default): Don't triple the
11247 comment starter if the first region line isn't indented enough.
11248
11249 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11250
11251 * net/imap.el (imap-authenticate): Use current-buffer instead of
11252 buffer, for the cases where imap-authenticate is called with a nil
11253 buffer parameter.
11254
11255 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11256
11257 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11258 specifier from format-string. Reported by Ye Wenbin.
11259
11260 2007-12-20 Jason Rumney <jasonr@gnu.org>
11261
11262 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11263 Parent group is font-lock-faces.
11264 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11265 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11266 (nxml-version): Remove.
11267 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11268 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11269 (nxml-processing-instruction-delimiter)
11270 (nxml-processing-instruction-target)
11271 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11272 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11273 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11274 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11275 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11276 (nxml-attribute-prefix, nxml-attribute-colon)
11277 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11278 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11279 (nxml-attribute-value, nxml-attribute-value-delimiter)
11280 (nxml-namespace-attibute-value)
11281 (nxml-namespace-attribure-value-delimiter)
11282 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11283 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11284 (nxml-glyph): Rename, removing -face suffix.
11285 Inherit from existing font-lock faces.
11286 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11287 Use new face names.
11288
11289 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11290 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11291 Rename, removing -face suffix.
11292 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11293 (nxml-highlighted-colon, nxml-highlighted-slash)
11294 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11295 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11296 (nxml-highlighted-qname, nxml-outline-display-heading):
11297 Use new face names.
11298
11299 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11300
11301 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11302
11303 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11304
11305 * cus-start.el (all): Use correct group name for members of
11306 mode-line group.
11307
11308 * man.el (Man-default-man-entry): When looking for default man
11309 entry title search text preceding point. Use when instead of if.
11310
11311 * indent.el (indent-for-tab-command): Fix doc-string typo.
11312
11313 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11314 vc-parent-buffer is the current buffer.
11315
11316 * info-look.el (info-lookup, info-lookup-setup-mode)
11317 (info-lookup-make-completions): Avoid clobbering Info-history and
11318 Info-history-list.
11319
11320 2007-12-19 Glenn Morris <rgm@gnu.org>
11321
11322 * progmodes/verilog-mode.el (top-level): Don't require compile.
11323 (compilation-error-regexp-alist, compilation-last-buffer):
11324 Define for compiler.
11325 (verilog-insert-1): New function.
11326 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11327 Use verilog-insert-1.
11328 (verilog-surelint-off): Use next-error-last-buffer if bound.
11329 Check compile buffer is live.
11330
11331 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11332
11333 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11334 argument to display-buffer.
11335
11336 2007-12-19 Jason Rumney <jasonr@gnu.org>
11337
11338 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11339 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11340 (rng-byte-compile-load, rng-write-version): Remove.
11341
11342 * nxml/rng-loc.el (rng-schema-locating-files-default)
11343 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11344 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11345
11346 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11347
11348 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11349 show correct path in buffer list.
11350
11351 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11352 (tramp-find-shell): Send only single prompt setting commands, in
11353 order to avoid double-prompt.
11354
11355 * net/tramp-compat.el (top): Require cl only when compiling.
11356 Reported by Glenn Morris <rgm@gnu.org>.
11357
11358 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11359
11360 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11361 (c-comment-continuation-stars): No longer declare with
11362 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11363 (c-block-comment-prefix): Use symbol-value to
11364 access c-comment-continuation-stars.
11365 * progmodes/cc-mode.el (c-initialize-cc-mode):
11366 Use symbol-value to access c-comment-continuation-stars.
11367
11368 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11369
11370 * xml.el (xml-escape-string): New function. Escape string using
11371 xml-entity-alist.
11372 (xml-debug-print-internal): Use xml-escape-string to escape
11373 characters in attributes and in text children of elements.
11374
11375 2007-12-18 Glenn Morris <rgm@gnu.org>
11376
11377 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11378 systems without define-minor-mode.
11379
11380 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11381
11382 * progmodes/verilog-mode.el: Replace all instances of
11383 string-to-int with string-to-number, insert-string with insert,
11384 and read-input with read-string.
11385 (top-level): No need to require imenu, reporter, dinotrace, vc,
11386 font-lock when compiling. Always require compile. Relegate remaining
11387 compatibility cruft to XEmacs. Don't require font-lock.
11388 (verilog-version): Remove superfluous concat.
11389 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11390 No need to define.
11391 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11392 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11393 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11394 (verilog-startup-message-displayed): These are variables, not constants.
11395 (verilog-batch-execute-func, verilog-auto-inst)
11396 (verilog-auto-inst-param): Use mapc rather than mapcar.
11397 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11398 actually defining.
11399 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11400 (verilog-modi-get-outputs, verilog-modi-get-inouts)
11401 (verilog-modi-get-inputs, verilog-modi-get-wires)
11402 (verilog-modi-get-regs, verilog-modi-get-assigns)
11403 (verilog-modi-get-consts, verilog-modi-get-gparams)
11404 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11405 (verilog-modi-get-sub-inputs): Move inline functions earlier in
11406 the file.
11407 (sigs-in, sigs-out): Don't declare multiple times.
11408 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11409 `defvar'.
11410 (verilog-auto): Call dinotrace-unannotate-all only if bound.
11411 (verilog-module-inside-filename-p): No need to wrap fboundp test
11412 in condition-case.
11413 (reporter-submit-bug-report): Autoload it.
11414 (verilog-mark-defun): Call zmacs-activate-region only if bound.
11415 (verilog-font-customize): Call customize-apropos only if bound.
11416 (verilog-getopt-flags, verilog-auto-reeval-locals):
11417 Use make-local-variable rather than make-variable-buffer-local.
11418 (verilog-company, verilog-project, verilog-modi-cache-list):
11419 Move make-variable-buffer-local calls to top-level.
11420 (font-lock-defaults-alist): Don't define it.
11421 (verilog-need-fld): Remove.
11422 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11423 (verilog-mode): Only call make-local-hook on XEmacs.
11424 Set font-lock-defaults rather than using verilog-font-lock-init.
11425
11426 2007-12-17 Andreas Schwab <schwab@suse.de>
11427
11428 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11429 Fix comment typo.
11430
11431 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
11432
11433 * net/dbus.el (dbus-name-owner-changed-handler):
11434 Use `dbus-unregister-signal' for removing old rules.
11435 Obey new structure of `dbus-registered-functions-table'.
11436
11437 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
11438
11439 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11440
11441 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11442
11443 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11444 function.
11445 (add-submenu): Only define for XEmacs.
11446 (verilog-regexp-words): Revert previous change, keep the other
11447 definition.
11448
11449 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11450
11451 * progmodes/perl-mode.el (perl-continued-statement-offset)
11452 (perl-continued-brace-offset, perl-brace-offset)
11453 (perl-brace-imaginary-offset, perl-label-offset):
11454 * progmodes/cperl-mode.el (cperl-brace-offset)
11455 (cperl-continued-brace-offset, cperl-label-offset)
11456 (cperl-continued-statement-offset)
11457 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11458 Add safe-local-variable properties.
11459
11460 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 * progmodes/verilog-mode.el (verilog-mode-map)
11463 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11464 (verilog-colorize-include-files): Use only overlay functions so
11465 that it can work on both emacs and XEmacs.
11466 (set-extent-keymap): Remove unused defun.
11467 (verilog-kill-existing-comment, verilog-insert-date)
11468 (verilog-insert-year): Rename in order not to pollute the global
11469 namespace from kill-existing-comment, insert-date and
11470 insert-year, respectively.
11471 (verilog-set-auto-endcomments, verilog-header): Update callers.
11472
11473 * files.el (auto-mode-alist): Recognize verilog files.
11474
11475 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11476 (verilog-string-remove-spaces, verilog-re-search-forward)
11477 (verilog-re-search-backward, verilog-re-search-forward-quick)
11478 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11479 (verilog-get-end-of-line, verilog-within-string): Move definitions
11480 before first use. No code changes.
11481
11482 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11483
11484 * progmodes/verilog-mode.el (verilog-mode-version)
11485 (verilog-mode-release-date): Don't use expanding keywords.
11486 (provide): Move to the end of file.
11487 (fboundp): Don't check if eval-when-compile is bound, it is used
11488 later in the file without checking.
11489 (when, unless): Copy definitions from subr.el.
11490 (char-before, defcustom, defface, customize-group)
11491 (verilog-batch-error-wrapper): Don't use old style backquotes.
11492 (verilog-regexp-opt): Avoid using the cl function case.
11493 (verilog-regexp-words): Remove duplicated definition.
11494 (verilog-mode-abbrev-table): Remove, duplicate.
11495 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11496 Declare and initialize in one step.
11497 (verilog-declaration-prefix-re, verilog-declaration-re)
11498 (verilog-end-of-statement, verilog-indent-declaration)
11499 (verilog-get-lineup-indent): Remove trailing whitespace.
11500 (verilog-mode): Fix autoload cookie.
11501 Set beginning-of-defun-function and end-of-defun-function. Use when
11502 instead of if.
11503 (verilog-emacs-features, verilog-auto-ascii-enum)
11504 (verilog-insert-indices): Escape braces in doc strings.
11505
11506 2007-12-08 Michael McNamara <mac@verilog.com>
11507 Wilson Snyder <wsnyder@wsnyder.org>
11508
11509 * progmodes/verilog-mode.el: New file.
11510
11511 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11512
11513 * international/latexenc.el (latexenc-find-file-coding-system):
11514 If both coding-system-for-write and buffer-file-coding-system of
11515 latex-main-file are nil, use `undecided'.
11516
11517 2007-12-06 Jason Rumney <jasonr@gnu.org>
11518
11519 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11520
11521 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11522
11523 * files.el (revert-buffer): Docstring fix.
11524
11525 2007-12-11 Glenn Morris <rgm@gnu.org>
11526
11527 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11528
11529 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11530
11531 * calc/calc-aent.el (math-restore-underscores)
11532 (math-string-restore-underscores): New functions.
11533 (math-read-factor): Properly check variable names with underscores
11534 for entries in `math-expr-variable-mapping'.
11535
11536 * calc/calc-lang.el (math-lang-name): New property name.
11537
11538 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11539 to set language name.
11540
11541 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11542
11543 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11544
11545 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * server.el (server-select-display): Fix important typo.
11548 (server-process-filter): Turn a "" display into nil.
11549
11550 2007-12-09 Juri Linkov <juri@jurta.org>
11551
11552 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11553 Check search-upper-case before calling isearch-no-upper-case-p
11554 to set case-fold-search.
11555 (occur): Doc fix.
11556 (occur-1, perform-replace): Check search-upper-case before calling
11557 isearch-no-upper-case-p to set case-fold-search.
11558
11559 * isearch.el (search-upper-case): Doc fix.
11560 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11561 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11562 (isearch-query-replace-regexp): Doc fix.
11563 (isearch-occur): New function.
11564
11565 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11566
11567 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11568 backward compatibility.
11569
11570 * net/imap.el (imap-string-to-integer): New function.
11571
11572 2007-12-09 David Kastrup <dak@gnu.org>
11573
11574 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11575 directories. Not sure anybody uses this anymore, though.
11576
11577 2007-12-09 Glenn Morris <rgm@gnu.org>
11578
11579 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11580 in make-variable-frame-local call.
11581
11582 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 * mail/hashcash.el (declare-function):
11585 * net/imap.el (declare-function): New no-op macro for backward
11586 compatibility.
11587
11588 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11589
11590 Sync makefile.w32-in with Makefile.in.
11591
11592 * makefile.w32-in (check-declare): New target.
11593 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11594 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11595 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11596 ($(lisp)/progmodes/cc-mode.elc): Use it.
11597 ($(lisp)/progmodes/cc-mode.elc): New rule.
11598
11599 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11600
11601 * indent.el (tab-stop-list): Mark as safe-local-variable.
11602
11603 * generic-x.el (etc-sudoers-generic-mode): New mode.
11604 (generic-unix-modes): Add it.
11605
11606 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11607
11608 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11609 apply wildcards in a hash table key; there is no usable hash code then.
11610 (dbus-registered-functions-table): Use `equal' as test function.
11611 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11612 structure.
11613
11614 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11615
11616 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11617 bound error in block comment branch.
11618
11619 2007-12-08 David Kastrup <dak@gnu.org>
11620
11621 * textmodes/reftex.el (reftex-select-with-char):
11622 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11623 (reftex-toc-visit-location, reftex-toc-find-section):
11624 * textmodes/reftex-index.el (reftex-index-show-entry):
11625 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11626 (org-table-rotate-recalc-marks, org-mark-ring-push)
11627 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11628 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11629 (org-evaluate-time-range, org-edit-agenda-file-list):
11630 * textmodes/artist.el (artist-select-next-op-in-list)
11631 (artist-select-prev-op-in-list):
11632 * term/mac-win.el (mac-service-insert-text):
11633 * startup.el (fancy-about-screen):
11634 * progmodes/vhdl-mode.el (vhdl-decision-query):
11635 * progmodes/idlwave.el (idlwave-template)
11636 (idlwave-scroll-completions, idlwave-display-completion-list):
11637 * progmodes/ebrowse.el (ebrowse-show-progress):
11638 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11639 * progmodes/antlr-mode.el (antlr-insert-option-do):
11640 * play/mpuz.el (mpuz-close-game):
11641 * net/rcirc.el (rcirc-next-active-buffer):
11642 * mail/reporter.el (reporter-update-status):
11643 * kmacro.el (kmacro-display):
11644 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11645 * emulation/viper-util.el (viper-save-setting):
11646 * emacs-lisp/lisp-mnt.el (lm-verify):
11647 * emacs-lisp/edebug.el (edebug-set-mode):
11648 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11649 * calendar/calendar.el (calendar-print-day-of-year):
11650 * calc/calcalg3.el (calc-curve-fit):
11651 * calc/calcalg2.el (math-integral):
11652 * calc/calc.el (calc-read-key-sequence, calc-version):
11653 * calc/calc-mode.el (calc-set-simplify-mode):
11654 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11655
11656 2007-12-07 D. Goel <deego3@gmail.com>
11657
11658 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11659 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11660 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11661 * mail/uce.el (uce-reply-to-uce)
11662 * progmodes/vhdl-mode.el (vhdl-template-modify)
11663 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11664 to `error' (as suggested by RMS.)
11665
11666 2007-12-07 Glenn Morris <rgm@gnu.org>
11667
11668 * allout.el (allout-write-file-hook-handler):
11669 * textmodes/reftex.el (reftex-TeX-master-file):
11670 * textmodes/reftex-parse.el (reftex-short-context):
11671 Revert previous change.
11672
11673 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11676 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11677 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11678 (dbus-event-service-name, dbus-event-path-name)
11679 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11680 event structure.
11681 (dbus-list-activatable-names, dbus-list-names)
11682 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11683 Reorder `dbus-call-method' arguments.
11684
11685 2007-12-06 D. Goel <deego3@gmail.com>
11686
11687 * allout.el (allout-write-file-hook-handler):
11688 * textmodes/reftex.el (reftex-TeX-master-file):
11689 * textmodes/org.el (org-paste-subtree):
11690 * progmodes/vhdl-mode.el (vhdl-template-modify):
11691 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11692 (idlwave-shell-display-line):
11693 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11694 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11695 * net/trampver.el (x):
11696 * mail/uce.el (uce-reply-to-uce):
11697 * mail/rmailout.el (rmail-output):
11698 * mail/feedmail.el (feedmail-dump-message-to-queue):
11699 * whitespace.el (whitespace-write-file-hook):
11700 * wdired.el (wdired-check-kill-buffer):
11701 * vc.el (vc-update):
11702 * vc-mcvs.el (vc-mcvs-checkin):
11703 * vc-cvs.el (vc-cvs-checkin):
11704 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11705 * ibuffer.el (ibuffer-current-buffer):
11706 * dired.el (dired-move-to-end-of-filename):
11707 * bindings.el (complete-symbol):
11708 * textmodes/org-publish.el (org-publish-file):
11709 (org-publish-current-project):
11710 * textmodes/reftex-parse.el (reftex-short-context):
11711 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11712
11713 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * doc-view.el (doc-view-dvi->pdf-sentinel)
11716 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11717 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11718 within a sentinel or timer.
11719 (doc-view-display): Don't try to display before the requested page
11720 is available, unless told to do so explicitly.
11721 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11722 Force display even if the requested page is not available.
11723
11724 2007-12-06 Richard Stallman <rms@gnu.org>
11725
11726 * help-fns.el (describe-function-1): Call ad-get-advice-info
11727 only on symbols.
11728
11729 2007-12-06 Glenn Morris <rgm@gnu.org>
11730
11731 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11732 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11733 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11734 faces in non-light-background case.
11735
11736 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11737 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11738 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11739 * emulation/vi.el, emulation/viper-cmd.el:
11740 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11741 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11742 * textmodes/fill.el: Remove directory part from filenames in
11743 function declarations.
11744
11745 * dired-aux.el (mailcap-mime-info): Update declaration.
11746
11747 2007-12-05 Richard Stallman <rms@gnu.org>
11748
11749 * wid-edit.el (widget-type): Doc fix.
11750
11751 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11754 Don't match "sub { (...) ... }".
11755
11756 2007-12-05 Richard Stallman <rms@gnu.org>
11757
11758 * international/mule-cmds.el (toggle-input-method-active): New var.
11759 (toggle-input-method): Bind toggle-input-method-active to t.
11760 Error if it was already non-nil.
11761
11762 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11763
11764 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11765
11766 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11767
11768 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11769 see if certs should be verified and what is to be done in the
11770 event of a verification failure.
11771
11772 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11773
11774 * net/tls.el (tls-program): Provide more custom choices from
11775 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
11776 (tls-process-connection-type, tls-success): Remove "*" in doc string.
11777 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11778 version. Minor improvement to doc strings.
11779 (tls-program): Add comment.
11780
11781 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
11782
11783 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11784 (tls-checktrust): New variable. Check if GNU TLS complained about a
11785 mismatch between the hostname provided in the certificate and the name
11786 of the host connnecting to.
11787 (open-tls-stream): Use them. Check certificates against trusted root
11788 certificates.
11789
11790 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
11791
11792 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11793 (imap-parse-status): Upcase status-att for broken servers that sends
11794 them lower-case (e.g., MS Exchange 2007).
11795
11796 2007-12-05 D. Goel <deego3@gmail.com>
11797
11798 * simple.el (undo):
11799 * image-dired.el (image-dired-display-thumb-properties):
11800 (image-dired-modify-mark-on-thumb-original-file):
11801 (image-dired-dired-display-properties):
11802 * help.el (help-window-display-message):
11803 * files.el (hack-local-variables-confirm):
11804 * ediff.el (ediff-version):
11805 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11806 `message' and `error': Ensure that first arg is a format string.
11807
11808 * emacs-lisp/find-func.el (find-library-name): Prefer files with
11809 ".el" suffix over "".
11810
11811 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
11812
11813 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11814 interface and member fields.
11815
11816 2007-12-05 Glenn Morris <rgm@gnu.org>
11817
11818 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11819 (pcomplete-here): Autoload it.
11820
11821 * eshell/em-basic.el (print-func): No need to define for compiler.
11822
11823 * eshell/esh-cmd.el (eshell-debug-command):
11824 * eshell/esh-io.el (eshell-print): Move definitions before use.
11825
11826 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11827
11828 * eshell/esh-util.el (top-level): Don't require pp.
11829 Use condition-case rather than ignore-errors.
11830
11831 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11832
11833 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11834 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11835 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11836 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11837 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11838 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11839 * eshell/esh-util.el, eshell/eshell.el: Require individual files
11840 if needed when compiling, rather than esh-maint. Collect any
11841 require statements. Move provide statement to end. Move any
11842 commentary to start.
11843
11844 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11845 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11846 * eshell/esh-proc.el, eshell/esh-var.el:
11847 Require individual files if needed when compiling, rather than
11848 esh-maint. Collect any require statements. Leave provide at start.
11849 Move any commentary to start.
11850
11851 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11852 Remove declared function from byte-compile-noruntime-functions.
11853
11854 * ediff-util.el (ediff-version):
11855 * progmodes/python.el (compilation-shell-minor-mode):
11856 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11857 (calendar-bahai-date-string, calendar-check-holidays)
11858 (calendar-chinese-date-string, calendar-coptic-date-string)
11859 (calendar-ethiopic-date-string, calendar-forward-day)
11860 (calendar-french-date-string, calendar-goto-date)
11861 (calendar-goto-today, calendar-hebrew-date-string)
11862 (calendar-islamic-date-string, calendar-iso-date-string)
11863 (calendar-julian-date-string, calendar-mayan-date-string)
11864 (calendar-persian-date-string, gnus-summary-last-subject)
11865 (parse-time-string, rmail-show-message): Declare as functions.
11866
11867 2007-12-05 Michael Olson <mwolson@gnu.org>
11868
11869 * textmodes/remember.el: Merge contents of remember-diary.el here,
11870 updating header. Add autoload cookie so that byte-compilation
11871 works without warning.
11872 (remember-diary-file): Default to nil, since diary might not yet
11873 be loaded at this point, which would deny us access to diary-file.
11874 (remember-diary-extract-entries): If remember-diary-file is nil,
11875 then use diary-file instead.
11876
11877 * textmodes/remember-diary.el: Remove, due to the issue of needing
11878 the first 8 characters of a filename to be unique.
11879
11880 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
11881
11882 * net/dbus.el (dbus-hash-table=): New defun.
11883 (dbus-hash-table-test): New hash table test function, used in
11884 `dbus-registered-functions-table'.
11885 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11886 (dbus-event-service-name, dbus-event-path-name)
11887 (dbus-event-interface-name, dbus-event-member-name):
11888 Rewrite, due to new structure of `dbus-event'.
11889
11890 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
11891
11892 * ido.el (ido-save-history): Set the `coding' local
11893 variable in the first line of the file.
11894
11895 2007-12-04 Glenn Morris <rgm@gnu.org>
11896
11897 * password-cache.el: Move here from gnus/password.el.
11898 (top-level): Don't require cl when compiling.
11899 (password-read-and-add): Doc fix. Make obsolete.
11900
11901 * net/tramp.el: Require password-cache or password.
11902
11903 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11904 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
11905 compiling.
11906 (cua-set-rectangle-mark): Add doc string to autoload.
11907 (cua--rectangle, cua--last-killed-rectangle)
11908 (cua--global-mark-active): Always define for compiler.
11909 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11910 (cua--delete-rectangle, cua--insert-rectangle)
11911 (cua--rectangle-corner, cua--rectangle-assert)
11912 (cua--insert-at-global-mark, cua--global-mark-post-command):
11913 Declare as functions.
11914
11915 * emulation/cua-gmrk.el (top-level): Move provide to end.
11916
11917 * emulation/cua-rect.el (top-level): Move provide to end.
11918 Don't require cua-gmrk when compiling.
11919 (cua--cut-rectangle-to-global-mark)
11920 (cua--copy-rectangle-to-global-mark): Declare as functions.
11921
11922 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11923 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11924 (viper-vi-state-cursor-color):
11925 Consolidate make-variable-frame-local calls.
11926
11927 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11928 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11929 than bbdb-address-street1,2,3.
11930
11931 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11932 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
11933
11934 2007-12-03 Karl Fogel <kfogel@red-bean.com>
11935
11936 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11937 (save-place-alist-to-file, load-save-place-alist-from-file):
11938 Don't print non-error messages at all, there's really no need.
11939 Do print if there's a problem, and clarify message in that case.
11940
11941 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11942
11943 * ediff-diff.el (ediff-prepare-error-list):
11944 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11945
11946 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
11947
11948 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11949 (doc-view-current-overlay, doc-view-pending-cache-flush):
11950 Add doc string.
11951
11952 2007-12-03 Richard Stallman <rms@gnu.org>
11953
11954 * subr.el (declare-function): Move from byte-run.el.
11955
11956 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11957
11958 * window.el (recenter-top-bottom): Don't use `ecase'.
11959
11960 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11961
11962 * saveplace.el (save-place-alist-to-file):
11963 Set coding-system-for-write once and refer to it throughout.
11964 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11965
11966 2007-12-02 Karl Fogel <kfogel@red-bean.com>
11967
11968 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11969 system when writing, and set it in the first-line file variables.
11970 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11971 Juanma Barranquero.
11972
11973 2007-12-02 Glenn Morris <rgm@gnu.org>
11974
11975 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11976 Reverse branches of if statement.
11977
11978 * emulation/viper-cmd.el (top-level): Don't require advice.
11979 Don't load viper-util, viper-keym, viper-mous, viper-macs,
11980 viper-ex when compiling.
11981
11982 * emulation/viper-ex.el (top-level): Don't load viper-util,
11983 viper-keym when compiling.
11984
11985 * emulation/viper-init.el (top-level): Move provide statement to end.
11986
11987 * emulation/viper-keym.el (top-level): Don't load viper-util when
11988 compiling. Move provide statement to end.
11989
11990 * emulation/viper-macs.el (top-level): Don't load viper-util,
11991 viper-keym, viper-mous when compiling.
11992
11993 * emulation/viper-mous.el (top-level): Don't load viper-util when
11994 compiling.
11995
11996 * emulation/viper-util.el (top-level): Don't load viper-init when
11997 compiling.
11998
11999 * emulation/viper.el (top-level): Don't require ring.
12000 Don't load viper-init, viper-cmd when compiling.
12001
12002 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12003 Move here from gnus/.
12004
12005 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12006
12007 Offer option for saveplace to be quiet about loading and saving.
12008 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12009
12010 * saveplace.el (save-place-quiet): New customizable boolean.
12011 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12012 to determine whether to print loading/saving messages.
12013
12014 2007-12-02 Glenn Morris <rgm@gnu.org>
12015
12016 * mail/binhex.el: Move here from gnus/.
12017 (binhex): New custom group.
12018 (binhex-decoder-program, binhex-decoder-switches)
12019 (binhex-use-external): Move to the binhex custom group.
12020
12021 * mail/uudecode.el: Move here from gnus/.
12022 (uudecode): New custom group.
12023 (uudecode-decoder-program, uudecode-decoder-switches)
12024 (uudecode-use-external): Move to the uudecode custom group.
12025
12026 * net/netrc.el (top-level): Don't load `encrypt' features.
12027 (netrc-parse): Don't use encrypt.
12028 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12029
12030 * progmodes/python.el (top-level): Don't require cl when compiling.
12031
12032 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12033
12034 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12035 encoding for aspell process and for communication with it.
12036 Only add "-d" option if not already present.
12037 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12038 General reorganization.
12039
12040 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12041 encoding here.
12042 (ispell-start-process): Explicitly set encoding here if using aspell.
12043
12044 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12045
12046 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12047 function to log-edit.
12048
12049 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12050
12051 * net/dbus.el: New file.
12052
12053 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12054
12055 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12056 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12057 (calc-lang-parens-are-subscripts): New variables.
12058 (math-expr-special-function-mapping): Remove variable.
12059 (math-eqn-ignore-words, math-tex-ignore-words)
12060 (math-latex-ignore-words): Move to calc-lang.el.
12061
12062 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12063 (math-tex-expr-is-flat): Declare as functions.
12064 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12065 (math-comp-left-bracket, math-comp-right-bracket)
12066 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12067 (math-var-formatter, math-matrix-formatter)
12068 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12069 (math-punc-table, math-compose-subscr, math-dots)
12070 (math-func-formatter): New property names to store language
12071 specific information.
12072 (math-compose-tex-var, math-compose-tex-intv)
12073 (math-compose-maple-intv, math-compose-eqn-intv)
12074 (math-compose-tex-sum, math-compose-tex-func)
12075 (math-compose-tex-intv): New functions.
12076 (math-eqn-ignore-words, math-tex-ignore-words)
12077 (math-latex-ignore-words): Move from calc.el.
12078 (math-special-function-table): Add entries for tex.
12079 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12080 New variables.
12081 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12082 (math-compose-tex-matrix, math-compose-eqn-matrix)
12083 (math-eqn-special-functions): Move from calccomp.el.
12084
12085 * calc/calccomp.el (math-compose-var): New function.
12086 (math-compose-expr): Allow more special functions to be used.
12087 Change test for formatting fractions. Use variables and property
12088 names to help with language specific formatting.
12089 (math-compose-tex-matrix, math-compose-eqn-matrix)
12090 (math-eqn-special-functions): Move to calc-lang.el.
12091 (math-compose-rows): Use property names to help with language
12092 specific formatting.
12093
12094 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12095 into nested subscripts.
12096 (math-read-token): Use variables and property names to help with
12097 language specific parsing.
12098 (math-read-expression-level): Use variables to help with language
12099 specific parsing.
12100
12101 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12104 (archive-rar-summarize): Allow the file name to be passed as argument.
12105 Remove unused vars `header' and `footer'.
12106 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12107
12108 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12109
12110 * log-edit.el (log-edit-show-diff): New function.
12111 (log-edit-mode-map, log-edit-menu): Bind it.
12112 (log-edit-diff-function): New variable.
12113 (log-edit): Change the 3rd param to be an alist and accept a
12114 function that computes a diff for the files involved.
12115
12116 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12117
12118 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12119
12120 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12121 wrap next-/previous-line in with-no-warnings.
12122
12123 2007-12-01 Glenn Morris <rgm@gnu.org>
12124
12125 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12126
12127 * net/dig.el: Move here from gnus/.
12128 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12129
12130 * net/dns.el: Move here from gnus/.
12131 (top-level): Don't require mm-util, or cl when compiling.
12132 (dns-write-name, dns-read, dns-read-type, query-dns):
12133 Replace mm-with-unibyte-buffer with its expansion.
12134 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12135
12136 * progmodes/gdb-ui.el (gud-remove, gud-break):
12137 * progmodes/gud.el (gdb-create-define-alist)
12138 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12139 (hl-line-highlight, gdb-display-source-buffer)
12140 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12141 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12142
12143 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12144
12145 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12146 Move args on defun line.
12147
12148 * textmodes/org.el (org-calendar-holiday):
12149 Use calendar-check-holidays instead of the obsolete
12150 check-calendar-holidays.
12151 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12152 (bbdb-company, bbdb-current-record, bbdb-name)
12153 (bbdb-record-getprop, bbdb-record-name)
12154 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12155 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12156 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12157 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12158 (mh-header-display, mh-index-previous-folder)
12159 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12160 (mh-show-buffer-message-number, mh-show-header-display)
12161 (mh-show-msg, mh-show-show, mh-visit-folder)
12162 (org-export-latex-cleaned-string, remember)
12163 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12164 (rmail-what-message, elmo-folder-exists-p)
12165 (elmo-message-entity-field, elmo-message-field)
12166 (vm-beginning-of-message, vm-follow-summary-cursor)
12167 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12168 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12169 (vm-summarize, wl-folder-get-elmo-folder)
12170 (wl-summary-goto-folder-subr)
12171 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12172 (wl-summary-line-subject, wl-summary-message-number)
12173 (wl-summary-redisplay): Declare as functions.
12174
12175 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12176
12177 * longlines.el (longlines-show-hard-newlines): Remove handling of
12178 buffer-undo-list and buffer-modified status.
12179 (longlines-show-region, longlines-unshow-hard-newlines):
12180 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12181 inhibit-modification-hooks here to avoid that a buffer appears
12182 modified when toggling visibility of hard newlines.
12183
12184 2007-11-30 Glenn Morris <rgm@gnu.org>
12185
12186 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12187
12188 * progmodes/idlw-complete-structtag.el
12189 (idlwave-sintern-structtag):
12190 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12191 (idlwave-sintern-sysvartag):
12192 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12193 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12194 functions.
12195
12196 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12197
12198 * textmodes/reftex-index.el (texmathp):
12199 * textmodes/reftex-auc.el (TeX-argument-insert)
12200 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12201 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12202 (LaTeX-label-list):
12203 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12204 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12205 functions.
12206 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12207
12208 2007-11-30 Glenn Morris <rgm@gnu.org>
12209
12210 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12211 argument and document it.
12212
12213 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12214 Third argument to declare-function must be a list to specify arglist.
12215
12216 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12217 Handle declare-function third argument `t' and fourth argument.
12218 (check-declare-verify): Doc fix. Handle `fileonly' case.
12219 Use progn rather than prog1.
12220
12221 * desktop.el (uniquify-item-base):
12222 * term/mac-win.el (url-type): Declare as functions.
12223
12224 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12225 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12226 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12227 fourth arg to declare-function.
12228
12229 * play/dunnet.el: Don't require cl when compiling.
12230 (byte-compile-warnings): Set via file local variables.
12231 (dun-parse): Let-bind `beg' and `line'.
12232
12233 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12234
12235 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12236
12237 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12238
12239 * calendar/time-date.el (encode-time-value): Doc fix.
12240
12241 2007-11-29 Glenn Morris <rgm@gnu.org>
12242
12243 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12244
12245 * textmodes/css-mode.el (prog-mode): Remove.
12246 (css-mode): Derive from fundamental-mode rather than prog-mode.
12247
12248 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12249
12250 * emacs-lisp/check-declare.el (check-declare-locate)
12251 (check-declare-verify): Handle `external' files.
12252 (check-declare-errmsg): New function.
12253 (check-declare-verify, check-declare-file, check-declare-directory):
12254 Use check-declare-errmsg to report the number of problems.
12255
12256 * ffap.el (w3-view-this-url)
12257 * mail/mspools.el (vm-visit-folder)
12258 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12259 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12260 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12261 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12262 (bbdb-records)
12263 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12264 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12265 (sasl-make-client, sasl-next-step, sasl-step-data)
12266 (sasl-step-set-data)
12267 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12268 (htmlr-step): Declare as functions.
12269
12270 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12271 Use bbdb-address-zip rather than bbdb-address-zip-string.
12272
12273 2007-11-28 Richard Stallman <rms@gnu.org>
12274
12275 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12276 Move here from gnus/.
12277
12278 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12279
12280 * newcomment.el (comment-region-internal): Fix newline insertion
12281 in `block' case.
12282
12283 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12286
12287 2007-11-28 Glenn Morris <rgm@gnu.org>
12288
12289 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12290 delete .elc files.
12291
12292 * nxml/char-name/unicode: Move to etc/nxml/.
12293 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12294
12295 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12296 Declare as a function.
12297
12298 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12299 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12300 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12301
12302 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12303 (nxml-token-end-tag-p): Move definitions before use.
12304
12305 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12306
12307 * nxml/nxml-uchnm.el (top-level)
12308 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12309 (nxml-enabled-unicode-blocks): Add custom group.
12310
12311 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12312 Use string-to-number rather than string-to-int.
12313
12314 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12315 Move definition before use.
12316 (dired-old-find-buffer-nocreate): Declare as function.
12317
12318 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12319 (check-declare-verify): Handle fset.
12320
12321 * emulation/edt.el (edt-user-emulation-setup):
12322 Test edt-setup-user-bindings is bound before calling.
12323
12324 * emulation/tpu-edt.el: Don't require cl when compiling.
12325 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12326 (tpu-edt-off): Use condition-case rather than ignore-errors.
12327 Use with-no-warnings.
12328
12329 * eshell/esh-util.el (top-level): Use require rather than load for
12330 ange-ftp.
12331
12332 * mail/supercite.el (sc-version): Redefine as an alias for
12333 emacs-version.
12334 (sc-help-address): Remove.
12335 (sc-version): Use emacs-version rather than sc-version.
12336 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12337
12338 * net/socks.el (socks-original-open-network-stream): Declare as
12339 function. Move definition before use.
12340
12341 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12342
12343 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12344 (math-make-frac): Declare as functions.
12345
12346 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12347
12348 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12349 Pacify byte compiler.
12350 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12351
12352 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12353 (idlwave-shell-temp-file, idlwave-shell-is-running)
12354 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12355 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12356 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12357 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12358 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12359 (idlwave-completing-read, idlwave-current-routine)
12360 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12361 (idlwave-expand-keyword, idlwave-find-class-definition)
12362 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12363 (idlwave-get-buffer-visiting, idlwave-in-quote)
12364 (idlwave-make-full-name, idlwave-members-only)
12365 (idlwave-popup-select, idlwave-routine-source-file)
12366 (idlwave-routines, idlwave-sintern-class)
12367 (idlwave-sintern-keyword, idlwave-sintern-method)
12368 (idlwave-sintern-routine-or-method)
12369 (idlwave-substitute-link-target, idlwave-sys-dir)
12370 (idlwave-this-word, idlwave-what-module-find-class)
12371 (idlwave-where):
12372 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12373 * mail/uce.el (rmail-msg-is-pruned)
12374 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12375 (rmail-toggle-header):
12376 * mail/sendmail.el (dired-view-file, dired-get-filename):
12377 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12378 (rmail-display-labels, rmail-msgbeg)
12379 (rmail-set-message-deleted-p, rmail-message-labels-p)
12380 (rmail-show-message, mail-comma-list-regexp)
12381 (mail-parse-comma-list):
12382 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12383 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12384 (rfc822-addresses, mail-abbrev-make-syntax-table)
12385 (mail-sendmail-delimit-header, mail-header-end):
12386 * mail/hashcash.el (message-narrow-to-headers-or-head)
12387 (message-fetch-field, message-goto-eoh)
12388 (message-narrow-to-headers):
12389 * vc.el (view-mode-exit): Declare as functions.
12390
12391 * mail/vms-pmail.el:
12392 * vmsproc.el:
12393 * vms-patch.el: Don't byte compile these files, they don't work.
12394
12395 2007-11-27 Glenn Morris <rgm@gnu.org>
12396
12397 * calc/calc-ext.el (math-read-big-rec):
12398 * calc/calc-nlfit.el (math-map-binop):
12399 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12400
12401 * eshell/eshell.el (eshell-report-bug): Add version number of
12402 obsolescence.
12403
12404 * emulation/viper.el, emulation/viper-util.el,
12405 emulation/viper-macs.el, emulation/viper-keym.el,
12406 emulation/viper-ex.el, emulation/viper-cmd.el:
12407 Load viper-*.el files silently.
12408
12409 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12410 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12411 Load ediff-*.el files silently.
12412
12413 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
12414 compiling.
12415 (Info-goto-node): Declare as a function.
12416
12417 * ediff-init.el: Don't load ange-ftp when compiling.
12418 * ediff-util.el: Don't load reporter when compiling.
12419
12420 * ediff-wind.el (ediff-display-pixel-width)
12421 (ediff-display-pixel-height):
12422 * generic-x.el (ini-generic-mode):
12423 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12424 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12425 (ps-mule-initialize, ps-mule-begin-job):
12426 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12427 (mark-calendar-days-named):
12428 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12429 (add-to-diary-list, diary-name-pattern)
12430 (mark-calendar-days-named):
12431 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12432 (mark-calendar-days-named):
12433 * calendar/cal-x.el (make-fancy-diary-buffer):
12434 * calendar/holidays.el (calendar-absolute-from-julian):
12435 * calendar/todo-mode.el (calendar-current-date):
12436 * calendar/cal-menu.el (calendar-increment-month)
12437 (calendar-month-name, extract-calendar-year)
12438 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12439 (calendar-current-date, calendar-cursor-holidays)
12440 (calendar-date-string, insert-diary-entry, calendar-set-mark)
12441 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12442 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12443 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12444 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12445 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12446 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12447 (calendar-day-of-year-string, calendar-iso-date-string)
12448 (calendar-julian-date-string, calendar-astro-date-string)
12449 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12450 (calendar-persian-date-string, calendar-bahai-date-string)
12451 (calendar-islamic-date-string, calendar-chinese-date-string)
12452 (calendar-coptic-date-string, calendar-ethiopic-date-string)
12453 (calendar-french-date-string, calendar-mayan-date-string)
12454 (calendar-print-chinese-date, calendar-goto-date):
12455 Declare as functions.
12456
12457 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12458 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12459
12460 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12461 aliases for report-emacs-bug.
12462 (gnus-summary-select-article, gnus-configure-windows): Declare as
12463 functions.
12464
12465 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12466 compiler.
12467
12468 * pgg.el (pgg-clear-string): Declare as a function.
12469 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12470 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12471
12472 * emacs-lisp/check-declare.el (check-declare-locate):
12473 Handle compressed files.
12474 (check-declare-verify): Handle define-generic-mode,
12475 define-global(ized)-minor-mode, define-obsolete-function-alias.
12476
12477 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12478
12479 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12480 algebraic modes.
12481
12482 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12483 (math-is-true, calc-explain-why, calc-alg-edit)
12484 (math-composite-inequalities, math-flatten-lands)
12485 (math-multi-subst, calcFunc-vmatches, math-simplify)
12486 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12487 (math-read-string, math-read-brackets, math-read-angle-brackets):
12488 Declare as functions.
12489
12490 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12491 (calc-fit-bell-shaped-logistic-curve)
12492 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12493 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12494 (math-max-list): Declare as functions.
12495 (math-map-binop): New function.
12496 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12497
12498 * calc/calc.el (calc-set-language, calc-edit-finish)
12499 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12500 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12501 (math-lessp, calc-embedded-finish-command)
12502 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12503 (calc-push-list-in-macro, calc-replace-selections)
12504 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12505 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12506 (calc-embedded-stack-change, calc-refresh-evaltos)
12507 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12508 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12509 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12510 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12511 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12512 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12513 (math-neg-fancy, math-zerop, calc-add-fractions)
12514 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12515 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12516 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12517 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12518 (math-compose-expr, math-comp-width, math-composition-to-string)
12519 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12520 (math-adjust-fraction, math-format-binary, math-format-radix)
12521 (math-group-float, math-mod, math-format-number-fancy)
12522 (math-format-bignum-fancy, math-read-number-fancy)
12523 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12524 (calc-do-embedded-activate, math-do-defmath)
12525 (calc-load-everything): Declare as functions.
12526
12527 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12528 (math-simplify-extended, math-simplify-units, calc-set-language)
12529 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12530 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12531 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12532 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12533 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12534 (math-infinite-dir, math-calcFunc-to-var)
12535 (calc-embedded-evaluate-expr, math-known-nonzerop)
12536 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12537 (math-format-date, math-vector-is-string, math-vector-to-string)
12538 (math-format-radix-float, math-compose-expr, math-abs)
12539 (math-format-bignum-binary, math-format-bignum-octal)
12540 (math-format-bignum-hex, math-format-bignum-radix)
12541 (math-compute-max-digits): Declare as functions.
12542 (math-provably-realp): Fix typo.
12543
12544 * calc/calc-forms.el (calendar-current-time-zone)
12545 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12546 functions.
12547
12548 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12549
12550 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12551 Declare as functions.
12552
12553 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12554 (math-posp, math-compare, math-bignum, math-compare-bignum):
12555 Declare as functions.
12556
12557 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12558 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12559 (calc-explain-why, calc-clear-command-flag)
12560 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12561 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12562 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12563 (math-trunc-special, math-trunc-fancy, math-floor-special)
12564 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12565 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12566 (math-pow-zero, math-pow-fancy): Declare as functions.
12567
12568 * calc/calc-mode.el (calc-embedded-save-original-modes):
12569 Declare as a function.
12570
12571 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12572 Declare as functions.
12573 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12574 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12575 Replace `mapcar*' by `math-map-binop'.
12576 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12577
12578 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12579 (math-read-expr-level): Declare as functions.
12580
12581 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12582
12583 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12586 end-of-defun-function is called consistently, even for negative
12587 arguments.
12588 (end-of-defun-function): Default to forward-sexp.
12589
12590 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12593
12594 2007-11-26 Glenn Morris <rgm@gnu.org>
12595
12596 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12597 than :suffix.
12598
12599 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12600
12601 2007-11-26 Simon Josefsson <simon@josefsson.org>
12602
12603 * net/imap.el: Move from ../gnus.
12604
12605 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12606
12607 * doc-view.el (doc-view-mode-p): New function.
12608
12609 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12610
12611 * mail/mspools.el (rmail-get-new-mail):
12612 * mail/reporter.el (mail-position-on-field, mail-text):
12613 * mail/rmail.el (mail-position-on-field, mail-text-start)
12614 (rmail-update-summary):
12615 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12616 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12617 * mail/rmailout.el (rmail-update-summary):
12618 * mail/rmailsort.el (rmail-update-summary):
12619 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12620 (dired-view-file):
12621 * mail/uce.el (mail-strip-quoted-names):
12622 * mail/undigest.el (rmail-update-summary):
12623 * mail/unrmail.el (mail-strip-quoted-names):
12624 * ediff.el (diff-latest-backup-file): Declare as functions.
12625
12626 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12627 (kill-to-end-of-line):
12628 * obsolete/rnews.el (news-set-minor-modes):
12629 Remove non working functions.
12630
12631 2007-11-25 Glenn Morris <rgm@gnu.org>
12632
12633 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12634 pcomplete. Don't mess with load-path.
12635
12636 * eshell/eshell.el (eshell-report-bug-address): Remove.
12637 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12638
12639 2007-11-24 Glenn Morris <rgm@gnu.org>
12640
12641 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12642 (appt-disp-window): Don't require electric.
12643 Simplify minibuffer-avoidance code.
12644 (appt-select-lowest-window): Avoid minibuffer.
12645
12646 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12647 (esh-mode): Require it.
12648 (esh-util): Use require rather than featurep and load.
12649 (eshell): No need to test if eshell-mode is bound; remove obsolete
12650 reference to eshell-auto.
12651 (eshell-command, eshell-command-result): Don't require esh-mode
12652 now that the file does.
12653 (top-level): Move provide statement to the end of the file.
12654 Re-order and update commentary.
12655
12656 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12657
12658 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12659 (vc-annotate-toggle-annotation-visibility): New command.
12660 (vc-annotate-mode-map): Bind "V" to it.
12661 (vc-annotate-mode-menu): Add entry for it.
12662 (vc-annotate-get-time-set-line-props): New func.
12663 (vc-annotate-display-autoscale)
12664 (vc-annotate-display-difference): Use it.
12665
12666 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12667 Also, match one space at end of annotation text, after last paren.
12668
12669 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12670
12671 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12672 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12673 `tramp-completion-mode'.
12674
12675 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12676
12677 * vc-git.el (vc-git-show-log-entry): New func.
12678
12679 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12680 (vc-git-state): Use vc-git--call.
12681 (vc-git-registered, vc-git-working-revision)
12682 (vc-git-previous-revision, vc-git-next-revision)
12683 (vc-git--run-command-string, vc-git-symbolic-commit):
12684 Use vc-git--out-ok.
12685
12686 2007-11-24 Glenn Morris <rgm@gnu.org>
12687
12688 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12689
12690 2007-11-24 Kenichi Handa <handa@m17n.org>
12691
12692 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12693
12694 2007-11-23 David Kastrup <dak@gnu.org>
12695
12696 * server.el (server-process-filter): Use `command-line-args-left'.
12697
12698 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12701
12702 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12705 buffer if the parent buffer is in vc-dired-mode.
12706
12707 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12708
12709 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12710
12711 2007-11-23 Juri Linkov <juri@jurta.org>
12712
12713 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12714 value for M-n to the visited file name of the current buffer.
12715 Use minibuffer-with-setup-hook to set minibuffer-default to
12716 buffer-file-name inside read-file-name.
12717
12718 * man.el (Man-getpage-in-background): Don't disregard user option
12719 `Man-width' on non-window systems. Remove test for `window-system'
12720 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12721
12722 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12723 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12724 of "--color=always".
12725
12726 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12729 beginning-of-defun-function.
12730
12731 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12732
12733 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12734
12735 2007-11-22 Glenn Morris <rgm@gnu.org>
12736
12737 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12738
12739 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12740 (check-declare-scan): Use check-declare-locate.
12741 (check-declare-verify): No longer adjust fnfile, now
12742 check-declare-locate does it.
12743
12744 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12745
12746 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * subr.el (posn-col-row): Make the `default-value' use explicit.
12749
12750 * window.el (balance-windows): Remove unused var `counter'.
12751 (bw-balance-sub): Remove unused var `lastchild'.
12752 (split-window-vertically): Remove unused var `switch'.
12753 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12754
12755 * emacs-lisp/bytecomp.el
12756 (byte-compile-file-form-custom-declare-variable): Simplify.
12757
12758 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12759
12760 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12761 Set `show-trailing-whitespace' to nil.
12762
12763 * dired.el (make-symbolic-link):
12764 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12765 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12766 * dired-x.el (make-symbolic-link):
12767 * frame.el (x-initialize-window-system):
12768 * menu-bar.el (x-menu-bar-open):
12769 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12770 (x-store-cut-buffer-internal):
12771 * wdired.el (make-symbolic-link):
12772 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12773 (x-send-client-message):
12774 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12775
12776 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12777
12778 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12779
12780 2007-11-22 Glenn Morris <rgm@gnu.org>
12781
12782 * dos-fns.el (int86):
12783 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12784
12785 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12786
12787 * calendar/holidays.el (holiday-list): Add autoload cookie.
12788
12789 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12790 files relative to src/ directory.
12791 (check-declare-verify): Handle .c files. Warn if could not find
12792 an arglist to check.
12793
12794 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12795
12796 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12797
12798 * replace.el (occur-mode-map): Add a major mode menu with entries
12799 for all occur operations.
12800
12801 * international/titdic-cnv.el (dos-8+3-filename):
12802 * obsolete/fast-lock.el (msdos-long-file-names):
12803 * frame.el (msdos-mouse-p):
12804 * files.el (msdos-long-file-names, w32-long-file-name):
12805 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12806 (mac-resume-apple-event, mac-font-panel-mode)
12807 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12808 (mac-clear-font-name-table):
12809 * term/pc-win.el (msdos-remember-default-colors)
12810 (w16-set-clipboard-data, w16-get-clipboard-data):
12811 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12812 (set-message-beep):
12813 * net/browse-url.el (w32-shell-execute):
12814 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12815 (w32-get-locale-info, w32-get-valid-locale-ids)
12816 (w32-set-clipboard-data):
12817 * dos-fns.el (int86, msdos-long-file-names):
12818 * dos-w32.el (default-printer-name): Declare as functions.
12819
12820 2007-11-21 Jason Rumney <jasonr@gnu.org>
12821
12822 * emacs-lisp/byte-run.el (declare-function): Return nil.
12823
12824 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12827
12828 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12829
12830 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12831
12832 2007-11-21 Glenn Morris <rgm@gnu.org>
12833
12834 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12835 for now. Handle define-minor-mode, and defalias (with no argument
12836 checking).
12837
12838 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12839
12840 * frame.el (msdos-mouse-p):
12841 * files.el (msdos-long-file-names, w32-long-file-name):
12842 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12843 (mac-resume-apple-event, mac-font-panel-mode)
12844 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12845 (mac-clear-font-name-table):
12846 * term/pc-win.el (msdos-remember-default-colors)
12847 (w16-set-clipboard-data, w16-get-clipboard-data):
12848 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12849 (set-message-beep):
12850 * net/browse-url.el (w32-shell-execute):
12851 * dos-fns.el (int86, msdos-long-file-names):
12852 * dos-w32.el (default-printer-name): Undo previous change.
12853
12854 2007-11-21 Eli Zaretskii <eliz@gnu.org>
12855
12856 * international/mule-cmds.el (set-locale-environment):
12857 Set default-file-name-coding-system _after_ keyboard and terminal
12858 coding systems. This fixes last change.
12859
12860 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12861 one space after "Subject:".
12862
12863 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12866 in order to determine if there's a conflict.
12867
12868 2007-11-21 Richard Stallman <rms@gnu.org>
12869
12870 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12871
12872 * reposition.el (reposition-window):
12873 Binding C-M-l moved to bindings.el.
12874
12875 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12876
12877 * add-log.el (add-change-log-entry-other-window):
12878 Key binding C-x 4 a moved to bindings.el.
12879
12880 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12881 from filecache.el.
12882
12883 * filecache.el: Minibuffer map bindings moved to bindings.el.
12884
12885 2007-11-21 Jason Rumney <jasonr@gnu.org>
12886
12887 * international/mule-cmds.el (set-locale-environment):
12888 Set default-file-name-coding-system from system defaults on Windows.
12889
12890 2007-11-21 Jason Rumney <jasonr@gnu.org>
12891
12892 * term/w32console.el: New term init file for w32 console.
12893
12894 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12895 (x-setup-function-keys): Likewise, replacing top-level key definitions.
12896 (w32-tty-standard-colors): Move to term/w32console.el.
12897
12898 * term/w32-win.el (x-setup-function-keys): Remove.
12899
12900 * term/tty-colors.el (tty-register-default-colors): Remove special
12901 case for w32.
12902
12903 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
12904
12905 * frame.el (msdos-mouse-p):
12906 * generic-x.el (w32-shell-name):
12907 * files.el (msdos-long-file-names, w32-long-file-name)
12908 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12909 (dos-8+3-filename, vms-read-directory, view-mode-disable):
12910 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12911 (mac-resume-apple-event, mac-font-panel-mode)
12912 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12913 (mac-clear-font-name-table):
12914 * term/pc-win.el (msdos-remember-default-colors)
12915 (w16-set-clipboard-data, w16-get-clipboard-data):
12916 * term/w32-win.el (w32-send-sys-command, w32-select-font)
12917 (set-message-beep):
12918 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12919 (w32-get-locale-info, w32-get-valid-locale-ids)
12920 (w32-set-clipboard-data):
12921 * help-fns.el (ad-get-advice-info):
12922 * font-lock.el (fast-lock-after-fontify-buffer)
12923 (fast-lock-after-unfontify-buffer, fast-lock-mode)
12924 (lazy-lock-after-fontify-buffer)
12925 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12926 * net/browse-url.el (w32-shell-execute):
12927 * dos-fns.el (int86, msdos-long-file-names):
12928 * dos-w32.el (default-printer-name): Declare as functions.
12929
12930 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
12931
12932 * textmodes/paragraphs.el (forward-sentence): Doc fix.
12933 Reported by Drew Adams <drew.adams@oracle.com>.
12934
12935 2007-11-20 Jason Rumney <jasonr@gnu.org>
12936
12937 * term/w32-win.el (x-setup-function-keys): Protect against
12938 multiple calls on the same terminal.
12939
12940 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * term/mac-win.el (x-setup-function-keys): Only setup
12943 local-function-key-map if it has not been setup already for the
12944 current frame. Move the suspend-emacs processing here.
12945
12946 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * progmodes/grep.el (xargs-program): New variable.
12949 (grep-compute-defaults): Use it.
12950 (grep-default-command): Doc fix.
12951 (grep, lgrep, rgrep): Reflow docstrings.
12952
12953 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12954
12955 * vc.el (vc-find-revision): Set the parent buffer.
12956 Use when instead of if.
12957
12958 * progmodes/python.el (info-lookup-maybe-add-help):
12959 * progmodes/ps-mode.el (doc-view-minor-mode):
12960 * mail/emacsbug.el (Info-menu, Info-goto-node):
12961 * emulation/viper-keym.el (viper-ex)
12962 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12963 * emulation/viper-cmd.el (widget-type, widget-button-press)
12964 (viper-set-hooks):
12965 * emacs-lisp/tcover-unsafep.el (unsafep-function):
12966 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12967 (ses-load, ses-vector-delete, ses-create-header-string)
12968 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12969 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12970
12971 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12974
12975 2007-11-20 Glenn Morris <rgm@gnu.org>
12976
12977 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12978 for end of function-name. Handle define-derived-mode.
12979
12980 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12981
12982 * progmodes/idlw-help.el: Require browse-url unconditionally, it
12983 is available by default.
12984 (idlwave-help-browse-url-available): Change default to t.
12985
12986 * emulation/edt.el (defgroup, defcustom): Remove definition.
12987 (eval-when-compile): Remove.
12988 (c-mark-function):
12989 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12990 * textmodes/fill.el (comment-search-forward)
12991 (comment-string-strip):
12992 * progmodes/prolog.el (comint-mode, comint-send-string)
12993 (comint-send-region, comint-send-eof):
12994 * progmodes/dcl-mode.el (imenu-default-create-index-function):
12995 * emulation/viper-util.el (viper-forward-Word):
12996 * emulation/vi.el (c-mark-function):
12997 * emulation/edt-vt100.el (vt100-wide-mode):
12998 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12999
13000 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13001
13002 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13003 Still some tuning in case of an echoing shell.
13004 (tramp-send-command): Connection property "remote-echo" is not
13005 persistent; cache key is the process therefore.
13006
13007 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13008
13009 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13010 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13011
13012 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13013
13014 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13015 * play/yow.el (doctor-ret-or-read):
13016 * vc-hooks.el (vc-dired-resynch-file):
13017 * vc-hg.el (log-view-get-marked):
13018 * smerge-mode.el (ediff-cleanup-mess):
13019 * pcvs.el (vc-editable-p, vc-checkout):
13020 * pcomplete.el (comint-bol):
13021 * informat.el (texinfo-format-refill):
13022 * ido.el (tramp-tramp-file-p):
13023 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13024 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13025 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13026 functions.
13027
13028 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13029 instead of fset.
13030 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13031
13032 * ido.el (ido-file-internal): Move with-no-warnings to include the
13033 ffap-string-at-point call.
13034
13035 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13036
13037 * vc-hg.el (vc-hg-revision-table): Fix last change.
13038
13039 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13040
13041 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13042 clipboard-yank when the buffer is read-only.
13043
13044 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13045 keymaps such that it's before the definition of Custom-mode-menu.
13046 (Custom-mode-menu): Show it for custom-field-keymap too.
13047
13048 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13049
13050 * progmodes/gdb-ui.el: Update commentary.
13051
13052 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13053
13054 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13055
13056 2007-11-19 Glenn Morris <rgm@gnu.org>
13057
13058 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13059 does not exist, try adding `.el' extension. Also search for defsubsts.
13060
13061 * cus-edit.el (recentf-expand-file-name):
13062 * dired.el (dired-relist-entry):
13063 * subr.el (w32-shell-dos-semantics):
13064 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13065 Declare as functions.
13066
13067 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13070 (prepare-abbrev-list-buffer): Use dolist.
13071 (clear-abbrev-table): Preserve properties.
13072
13073 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13074
13075 * textmodes/texinfmt.el (texinfo-format-printindex):
13076 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13077 Reported on <bug-texinfo@gnu.org>.
13078
13079 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13080
13081 * net/tramp.el (tramp-completion-reread-directory-timeout):
13082 New defcustom.
13083 (tramp-handle-file-name-all-completions): Flush directory contents
13084 from cache regularly.
13085 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13086 (tramp-open-connection-setup-interactive-shell):
13087 Call `tramp-cleanup-connection' via funcall.
13088
13089 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13090 created when copying.
13091
13092 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13093
13094 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13095 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13096 * eshell/esh-ext.el (eshell-external-command):
13097 * eshell/esh-cmd.el (require):
13098 * eshell/em-unix.el (eshell-plain-locate-behavior):
13099 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13100 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13101 * eshell/esh-mode.el (characterp, char-int): Remove unused
13102 conditional defaliases.
13103
13104 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13105 Rename from event-matches-key-specifier-p, define unconditionally.
13106 (event-basic-type): Remove unused defalias.
13107 (pcomplete-show-completions):
13108 Use pcomplete-event-matches-key-specifier-p.
13109
13110 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13111
13112 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13113 when saving esh-groups.el.
13114
13115 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13116
13117 * wid-edit.el (widget-default-complete):
13118 * progmodes/flymake.el (flymake-goto-file-and-line):
13119 Fix typo in (doc-)string.
13120
13121 2007-11-17 Glenn Morris <rgm@gnu.org>
13122
13123 * emacs-lisp/byte-run.el (declare-function): New macro.
13124 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13125 New function, byte-hunk-handler for declare-function.
13126 (byte-compile-callargs-warn): Handle declared functions.
13127
13128 * emacs-lisp/check-declare.el: New file.
13129 * Makefile.in (check-declare): New target.
13130
13131 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13132
13133 * subr.el (process-lines): Move here from ../admin/admin.el.
13134 * emacs-lisp/authors.el (authors-process-lines): Remove.
13135 (authors): Use process-lines rather than authors-process-lines.
13136
13137 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13138 Remove these files.
13139
13140 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * emacs-lisp/backquote.el (backquote):
13143 Improve argument/docstring consistency.
13144
13145 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13146 (ring-length, ring-empty-p): Use c[ad]dr.
13147 (ring-plus1): Use `1+'.
13148 (ring-minus1): Use `zerop'.
13149 (ring-remove): Use c[ad]dr. Use `when'.
13150 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13151 (ring-ref): Use `let', not `let*'.
13152 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13153 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13154 (ring-member): Simplify. Doc fix.
13155 (ring-convert-sequence-to-ring): Simplify.
13156
13157 2007-11-17 Juri Linkov <juri@jurta.org>
13158
13159 * dired-aux.el (dired-create-directory): Allow creating
13160 a directory of an arbitrary depth. Add a loop to find the topmost
13161 nonexistent parent dir `new', and call `dired-add-file' on it.
13162 Set the `PARENTS' arg of `make-directory' to t.
13163
13164 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13165
13166 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13167 (math-build-parse-table): Get parse information from math-parse-table.
13168
13169 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * window.el (recenter-last-op): New var.
13172 (recenter-top-bottom): New command.
13173 (global-map): Bind it to C-l.
13174
13175 * abbrev.el (abbrev--write): Fix error in transcription from C.
13176
13177 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13178 (pc-select-ensure-mark): Set mark-active to a special value instead.
13179 Rename from ensure-mark. Update call callers.
13180 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13181 Rewrite. Update all callers.
13182 (pc-selection-mode): Remove redundant var declaration.
13183
13184 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13185
13186 * doc-view.el (doc-view-search-backward, doc-view-search):
13187 Fix assignment to free variable bug.
13188
13189 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13190
13191 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13192 (ensure-mark): Set it.
13193 (maybe-deactivate-mark): New fun.
13194 Use it everywhere instead of (setq mark-active nil).
13195
13196 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13197
13198 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13199 Add check for XEmacs.
13200
13201 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13202
13203 * doc-view.el (doc-view-resolution): Add missing :group.
13204
13205 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13206
13207 * subr.el (make-variable-frame-local):
13208 Fix typo in obsolescence declaration.
13209
13210 2007-11-16 Werner Lemberg <wl@gnu.org>
13211
13212 * files.el (set-auto-mode-1): Check second line for -*- if file
13213 starts with '\" (which is used by man pages to identify needed
13214 troff preprocessors).
13215
13216 2007-11-16 Glenn Morris <rgm@gnu.org>
13217
13218 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13219
13220 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13221
13222 * calc/calc-lang.el (math-oper-table): Fix typo.
13223 Reduce precedence of "/" for TeX.
13224
13225 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13226
13227 2007-11-16 Juri Linkov <juri@jurta.org>
13228
13229 * dired-aux.el (dired-read-shell-command-default): New function.
13230 (dired-read-shell-command): Use its return value for DEFAULT arg.
13231
13232 * replace.el (keep-lines-read-args, occur-read-primary-args):
13233 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13234
13235 * man.el (Man-heading-regexp): Add 0-9.
13236 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13237
13238 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13241 (doc-view-resolution): New custom var.
13242 (doc-view-pdf/ps->png): Use it.
13243 (doc-view-shrink-factor): New var.
13244 (doc-view-enlarge, doc-view-shrink): New commands.
13245 (doc-view-mode-map): Use them.
13246
13247 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13248
13249 * ediff-wind.el (ediff-window-setup-function):
13250 * simple.el (normal-erase-is-backspace):
13251 * eshell/em-unix.el (eshell/info):
13252 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13253 Fix typos in docstrings.
13254
13255 * emulation/cua-base.el (cua--keymaps-initialized):
13256 Rename from `cua--keymaps-initalized'. Callers changed.
13257 (cua-highlight-region-shift-only): Doc fix.
13258 (cua-paste-pop): Fix typo in docstring.
13259
13260 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * emulation/cua-base.el (cua--pre-command-handler-1):
13263 Use input-decode-map instead of function-key-map.
13264 Use event-modifiers now that it works reliably.
13265
13266 * vc.el (vc-diff-internal): Pop-to-buffer later.
13267
13268 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13269
13270 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13271 did not touch them.
13272
13273 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13274
13275 * calc/calc-menu.el: New file.
13276 * calc/calc.el (calc-mode): Require calc-menu.
13277
13278 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13281
13282 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13283
13284 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13285 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13286 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13287 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13288 locations.
13289 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13290 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13291 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13292
13293 2007-11-13 Noah Friedman <friedman@splode.com>
13294
13295 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13296 bindings to remap when `calc-scan-for-dels' is non-nil.
13297
13298 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13301 constant forms.
13302 (byte-compile-nilconstp): New function.
13303 (byte-optimize-cond): Kill subsequent branches when a branch is
13304 know to be taken or not taken.
13305 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13306
13307 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13308
13309 * vc.el (vc-register): Allow registering a file passed as a
13310 parameter instead of just the current buffer.
13311
13312 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13313
13314 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13315 Check whether the output of "uname -sr" has been changed.
13316
13317 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13318
13319 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13320 patterns from compilation-perl.el and compilation-weblint.el files.
13321
13322 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13323
13324 * progmodes/compilation-perl.el:
13325 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13326 a bootstrap failure.
13327
13328 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13329 instead of doing "cvs diff" in order to avoid accessing the repository.
13330
13331 2007-11-12 Kevin Ryde <user42@zip.com.au>
13332
13333 * progmodes/compilation-perl.el:
13334 * progmodes/compilation-weblint.el: New files.
13335
13336 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13339 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13340 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13341 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13342 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13343 Rewrite in active voice.
13344
13345 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13346
13347 * doc-view.el: Add comments about isearch support.
13348
13349 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13350
13351 * vc.el (vc-start-entry): Fix setting the in the case the function
13352 is called from vc-dired. Use when instead of if where appropriate.
13353
13354 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13355
13356 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13357 to be a list.
13358 (ps-begin-job): Error if ps-lpr-switches is not a list.
13359
13360 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13361
13362 * faces.el (face-normalize-spec): Remove function.
13363 (frame-set-background-mode): Undo last change.
13364
13365 2007-11-10 Jason Rumney <jasonr@gnu.org>
13366
13367 * w32-fns.el: Sync charset names with setup-default-fontset.
13368 Append "-1" where second part missing.
13369
13370 2007-11-10 Juri Linkov <juri@jurta.org>
13371
13372 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13373 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13374
13375 * custom.el (custom-note-var-changed): Remove the `interactive'
13376 spec from this new non-interactive function.
13377
13378 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
13379
13380 * doc-view.el (doc-view-mode-map, doc-view-menu)
13381 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13382 (doc-view-search-backward): New function.
13383 (doc-view-search): Query new regexp if prefix arg is given, else
13384 jump to next/previous match.
13385 (doc-view-mode): Handle compressed files.
13386 (jka-compr): Required for compressed files.
13387
13388 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
13389
13390 * replace.el (query-replace-show-replacement): New defcustom.
13391 (perform-replace): Use `match-substitute-replacement' if
13392 `query-replace-show-replacement' is non-nil.
13393
13394 2007-11-10 David Kastrup <dak@gnu.org>
13395
13396 * subr.el (match-substitute-replacement): New function.
13397
13398 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
13399
13400 * files.el (auto-mode-alist): Select org-mode for files with the
13401 extension ".org".
13402
13403 2007-11-10 Martin Rudalics <rudalics@gmx.at>
13404
13405 * help.el (help-window, help-window-point-marker): New variables.
13406 (help-window-select): New option.
13407 (with-help-window): New macro for displaying help windows.
13408 (help-window-display-message, help-window-setup-finish)
13409 (help-window-setup): New functions used for setting up help windows.
13410 (print-help-return-message): Reset help-window to nil.
13411 (view-lossage): Use with-help-window instead of
13412 with-output-to-temp-buffer and move help-window-point-marker after
13413 inserted text.
13414 (describe-bindings, describe-key, describe-mode): Use
13415 with-help-window instead of with-output-to-temp-buffer.
13416
13417 * help-mode.el (help-mode): Set view-exit-action to bury the
13418 buffer instead of fiddling with windows. Simplify code.
13419 (help-mode-finish): When help-window eqs t set it to the selected
13420 window and have with-help-window set up view-return-to-alist.
13421 (help-buffer): Add autoload cookie.
13422
13423 * view.el (view-remove-frame-by-deleting): Change default value to t.
13424 Add autoload cookie.
13425 (view-exit-action, view-file, view-file-other-window)
13426 (view-file-other-frame, view-buffer, view-buffer-other-window)
13427 (view-buffer-other-frame): Rewrite doc strings.
13428 (view-return-to-alist-update): New function to remove stale entries
13429 from view-return-to-alist.
13430 (view-mode-enter): Rewrite doc string and simplify code.
13431 (view-mode-exit): Handle new case 'keep-frame. Don't reset
13432 view-exit-action to nil. Simplify code and rewrite doc string.
13433
13434 * apropos.el (apropos-describe-plist):
13435 * descr-text.el (describe-char):
13436 * disp-table.el (describe-display-table):
13437 * faces.el (list-faces-display, describe-face):
13438 * facemenu.el (list-colors-display):
13439 * help-fns.el (describe-function, describe-variable)
13440 (describe-syntax, describe-categories):
13441 Use with-help-window instead of with-output-to-temp-buffer.
13442
13443 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
13444
13445 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13446 Optimize (featurep 'emacs) to t.
13447
13448 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13449 New function.
13450 (byte-compile-maybe-guarded): Use it to also look for bound
13451 symbols inside `and' forms. Comment out non-working code that was
13452 trying to avoid warnings for XEmacs code.
13453
13454 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13455
13456 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13457 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13458 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13459 (vc-cvs-annotate-command):
13460 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13461 is bound, it always is.
13462
13463 2007-11-10 Jason Rumney <jasonr@gnu.org>
13464
13465 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13466 setup here from global scope.
13467
13468 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13469
13470 * ido.el (ido-save-history): Save the history file in UTF-8, not
13471 the current filename coding system.
13472
13473 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * simple.el (interprogram-cut-function, interprogram-paste-function):
13476 Don't make them frame-local any more.
13477
13478 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13479 Don't set interprogram-(cut|paste)-function on each frame.
13480
13481 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13482 Make them work in tty frames.
13483 (interprogram-cut-function, interprogram-paste-function):
13484 Set them globally.
13485
13486 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13487
13488 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13489 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13490 (iso-iso2duden-trans-tab): Add docstring.
13491
13492 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * abbrev.el (define-abbrev-table): Record the variable definition.
13495
13496 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13497 New function.
13498
13499 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13500
13501 * ps-print.el: Clean the code for checking suitable Emacs version.
13502 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13503 (ps-print-version): New version 6.8.1.
13504
13505 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * files.el (enable-local-variables): Doc fix.
13508
13509 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13510
13511 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13512
13513 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13514
13515 * dired-aux.el (dired-copy-file-recursive):
13516 Preserve directory permissions.
13517
13518 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13519
13520 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13521 (whitespace-unload-function): New-style unload function. When run,
13522 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13523 to stop the old hook from messing with the unloading.
13524
13525 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13526
13527 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13528 (elp-unset-master, elp-results): Fix typos.
13529 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13530 Doc fixes.
13531
13532 * msb.el (msb--many-menus): Remove variable.
13533 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13534 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13535 (msb--toggle-menu-type): Fix typos in docstrings.
13536
13537 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13538 (shadow-insert-var): Doc fixes.
13539 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13540 Reflow docstrings.
13541 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13542
13543 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13544
13545 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13546 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13547 Fix typos in autoload docstrings.
13548
13549 2007-11-09 Richard Stallman <rms@gnu.org>
13550
13551 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13552
13553 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13554
13555 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13556 (gdb-var-update-handler-1): Use it.
13557
13558 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13559
13560 * loadhist.el (unload-feature): Remove erroneous check for the
13561 FEATURE-unload-function variable; check the existence of the
13562 function (that's what the docstring says, and it makes more sense).
13563
13564 * follow.el (follow-unload-function): Add docstring.
13565 (follow-unload-function): Remove variable.
13566
13567 * server.el (server-unload-function): Remove variable.
13568 (server-unload-function): Unbind `server-edit' from `C-x #'.
13569
13570 * ses.el (ses-unload-function): New function.
13571
13572 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13575 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13576
13577 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13578 before use to avoid a warning in packages that require uniquify.
13579 (uniquify-unload-function): New function and var.
13580
13581 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13582
13583 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13584 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13585 (ediff-current-diff-A, ediff-current-diff-B)
13586 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13587 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13588 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13589 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13590 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13591 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13592 (ediff-setup-windows-plain-merge)
13593 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13594 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13595 * ediff-util.el (ediff-setup-keymap, )
13596 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13597 (ediff-toggle-use-toolbar, ediff-really-quit)
13598 (ediff-good-frame-under-mouse)
13599 (ediff-highlight-diff-in-one-buffer)
13600 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13601 (ediff-make-bullet-proof-overlay):
13602 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13603 (ediff-set-meta-overlay):
13604 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13605 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13606 ediff-emacs-p with their former definitions.
13607
13608 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13609 (viper-has-face-support-p, viper-inactivate-input-method)
13610 (viper-activate-input-method)
13611 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13612 * emulation/viper-mous.el (viper-multiclick-timeout)
13613 (viper-surrounding-word, viper-mouse-click-insert-word)
13614 (viper-mouse-click-search-word, viper-parse-mouse-key):
13615 * emulation/viper-macs.el (viper-char-array-to-macro):
13616 * emulation/viper.el (viper-go-away, viper-set-hooks)
13617 (viper-non-hook-settings):
13618 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13619 (viper-get-saved-cursor-color-in-insert-mode)
13620 (viper-get-saved-cursor-color-in-emacs-mode)
13621 (viper-check-version, viper-get-visible-buffer-window)
13622 (viper-file-checked-in-p, viper-set-replace-overlay)
13623 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13624 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13625 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13626 with their former definitions.
13627 (viper-eventify-list-xemacs): Only do work for XEmacs.
13628 (viper-set-unread-command-events): Only do work for Emacs.
13629 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13630 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13631 (viper-overlay-get, viper-overlay-put, viper-read-event)
13632 (viper-characterp, viper-int-to-char, viper-get-face)
13633 (viper-color-defined-p, viper-iconify): New defaliases replacing
13634 the old fsets.
13635
13636 * progmodes/fortran.el (comment-region-function)
13637 (uncomment-region-function): Pacify byte compiler.
13638
13639 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13640
13641 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13642
13643 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13644 `process-environment'.
13645
13646 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13647
13648 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13649 match dir like "a...b".
13650
13651 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13654
13655 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13656
13657 * net/tramp.el (tramp-handle-substitute-in-file-name):
13658 Don't expand the remote connection identification.
13659 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13660 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13661 before calling stty.
13662
13663 * net/tramp-cache.el (tramp-cache-print)
13664 (tramp-dump-connection-properties): Fix docstring.
13665 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13666
13667 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13668
13669 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13670 remote connection identification when setting connection property.
13671
13672 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13673 "//" substitutes only in the local filename part.
13674
13675 2007-11-07 David Hansen <david.hansen@gmx.net>
13676
13677 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13678
13679 2007-11-07 Glenn Morris <rgm@gnu.org>
13680
13681 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13682 Remove superfluous concats. Move final set-buffer to
13683 non-emacs-specific code.
13684
13685 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13686
13687 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13688
13689 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13690
13691 * eshell/esh-mode.el (eshell-output-filter):
13692 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13693 Use `with-current-buffer'.
13694
13695 2007-11-07 Andreas Schwab <schwab@suse.de>
13696
13697 * server.el (server-start): Only register cleanup after server was
13698 started.
13699
13700 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13701
13702 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13703
13704 * net/tramp-cache.el (tramp-cache-print): Move down.
13705 (tramp-cache-list-connections): New defun.
13706
13707 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13708
13709 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13710
13711 * ido.el (ido-save-history): Write the history file in the current
13712 filename coding system, and add `coding' file-local variable.
13713
13714 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13715
13716 * textmodes/org.el (org-table-formula-substitute-names):
13717 Remove forgotten temporary debugging code.
13718
13719 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13722 the prompt.
13723
13724 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13725
13726 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13727
13728 2007-11-05 Simon Josefsson <simon@josefsson.org>
13729
13730 * net/tls.el (tls-end-of-info): Doc fix.
13731
13732 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13733
13734 * international/utf-7.el (utf-7-imap): New coding system.
13735 (utf-7-imap-post-read-conversion): New function.
13736 (utf-7-imap-pre-write-conversion): New function.
13737
13738 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * abbrev.el (abbrev--write): Fix up typo.
13741
13742 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * abbrev.el (define-abbrev-table): Doc fix.
13745
13746 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13747
13748 * info.el (Info-revert-buffer-function): New func.
13749 (Info-mode): Arrange to use it for reverting.
13750 (Info-copy-current-node-name): Add space between filename and nodename.
13751
13752 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13753
13754 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13755
13756 2007-11-04 Glenn Morris <rgm@gnu.org>
13757
13758 * net/tls.el: Don't require rx when compiling.
13759 (tls-end-of-info): Rewrite without using rx.
13760 (open-tls-stream): Use with-current-buffer.
13761
13762 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13763
13764 * net/tls.el: Require rx when compiling.
13765 (tls-end-of-info): New variable.
13766 (open-tls-stream): Keep reading input until `tls-end-of-info' is
13767 matched.
13768
13769 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
13770
13771 * register.el (append-to-register, prepend-to-register):
13772 Don't signal error on empty register; use the text, instead.
13773
13774 2007-11-03 Michael Olson <mwolson@gnu.org>
13775
13776 * textmodes/remember.el (remember-buffer):
13777 Use define-obsolete-function-alias rather than defalias.
13778
13779 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
13780
13781 * simple.el (bad-packages-alist): Anchor semantic regexp.
13782
13783 2007-11-03 Glenn Morris <rgm@gnu.org>
13784
13785 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13786 if defined, for blank lines. Doc fix.
13787
13788 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13789 (fortran-mode): Set values for comment-region-function,
13790 uncomment-region-function and comment-insert-comment-function.
13791 (fortran-uncomment-region): New function.
13792
13793 * textmodes/nroff-mode.el (nroff-mode):
13794 Set comment-insert-comment-function rather than indent-line-function.
13795 (nroff-indent-line-function): Remove.
13796 (nroff-insert-comment-function): New function.
13797
13798 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13799
13800 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13801
13802 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
13803
13804 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13805
13806 * emulation/viper-cmd.el (viper-prev-destructive-command)
13807 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13808 copy-sequence.
13809
13810 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13811 Got rid of ediff-copy-list.
13812
13813 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13814 use face-name.
13815 (ediff-test-utility, ediff-diff-mandatory-option)
13816 (ediff-reset-diff-options): Remove to simplify the mandatory option
13817 handling on Windows.
13818 (ediff-set-diff-options): Add.
13819 (ediff-diff-options): Set "--binary" option as default in some cases.
13820
13821 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13822 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13823 ediff-vc-working-revision. Require vc-hooks.
13824
13825 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
13826
13827 * files.el (hack-local-variables): Fix membership tests to avoid
13828 treating all variables as safe if `enable-local-variables' is
13829 set to :safe (CVE-2007-5795).
13830
13831 2007-11-02 Glenn Morris <rgm@gnu.org>
13832
13833 * newcomment.el (comment-indent): Let comment-insert-comment-function,
13834 if defined, do all the work of inserting a new comment.
13835
13836 * progmodes/etags.el (tags-table-mode): Disable undo.
13837
13838 * simple.el (bad-packages-alist): Revert previous change.
13839
13840 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
13841
13842 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13843
13844 * obsolete/lselect.el: Do not warn about unknown functions.
13845
13846 2007-11-02 Michael Olson <mwolson@gnu.org>
13847
13848 * textmodes/remember.el (remember-buffer): Make this an alias of
13849 remember-finalize, because Org uses it.
13850
13851 2007-11-01 Michael Olson <mwolson@gnu.org>
13852
13853 * textmodes/remember.el: Improve documentation in heading.
13854 (remember-before-remember-hook): Turn into a customizable option.
13855 (remember): Document INITIAL argument.
13856 (remember-region): Remove autoload cookie. Improve docstring to
13857 mention that it is called from the *Remember* buffer, and does not
13858 have any functional overlap with the `remember' function.
13859 (remember-finalize): Remove autoload cookie. Rename from
13860 remember-buffer to emphasize that this does not have any
13861 functional overlap with the `remember' function.
13862 (remember-destroy): Remove autoload cookie.
13863 (remember-mode-map): Define and initialize in one step.
13864 (remember-mode): Improve docstring.
13865 (remember-annotation-functions): Default to just '(buffer-file-name),
13866 and don't try to take the default value from Planner.
13867
13868 2007-11-01 Glenn Morris <rgm@gnu.org>
13869
13870 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13871
13872 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13873
13874 * emacs-lisp/authors.el (authors-scan-change-log)
13875 (authors-scan-el): Don't enable local eval; enable only safe local
13876 variables, without querying.
13877
13878 * mail/footnote.el (footnote-numeric-regexp)
13879 (footnote-english-upper-regexp, footnote-english-lower-regexp)
13880 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13881 Match multi-character footnotes.
13882
13883 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13884 (nroff-indent-line-function): New function.
13885 (nroff-count-text-lines): Use nroff-forward-text-line rather than
13886 obsolete alias.
13887
13888 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
13889
13890 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13891 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
13892 (rcirc-print): Only update the line count when not marking the
13893 line as omittable.
13894 (rcirc-log-write): Specify coding system when writing logfile.
13895 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13896
13897 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
13898
13899 * printing.el (printing): Fix :version, printing.el was included
13900 for in emacs-22.1.
13901 (pr-path-style, pr-path-alist, pr-txt-name)
13902 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13903 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13904 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13905 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13906 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13907 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13908 (pr-setting-database, pr-visible-entry-list)
13909 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13910 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13911
13912 * ediff-util.el (ediff-nuke-selective-display): Move definition to
13913 top level, make it dependent on the emacs flavor.
13914
13915 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13916 Test for XEmacs not for itimer.
13917
13918 * term/sun-mouse.el:
13919 * obsolete/sun-fns.el:
13920 * obsolete/sun-curs.el: Remove files.
13921
13922 * term/sun.el (select-previous-complex-command): Remove obsolete code.
13923
13924 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
13925
13926 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13927 was given to concat.
13928
13929 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13932 used normally for goto-line. Change `g' to revert the buffer.
13933 Add redundant `r' binding for buffer-revert.
13934
13935 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13936 (mail-abbrevs-setup): Use abbrev-expand-functions.
13937 (build-mail-abbrevs): Use with-temp-buffer.
13938 (define-mail-abbrev): Simplify.
13939 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13940 Change it for use on abbrev-expand-functions.
13941 (mail-abbrev-complete-alias): Use with-syntax-table.
13942
13943 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
13944
13945 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13946 directly. Fix bug in deleting temp file.
13947
13948 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13951 Merge defvar and define-abbrev-table.
13952 (def-python-skeleton): Use :case-fixed and :enable-function.
13953 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13954 Remove.
13955 (python-mode): Don't modify pre-abbrev-expand-hook.
13956
13957 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13958
13959 * ediff-util.el (ediff-file-checked-out-p)
13960 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13961
13962 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * abbrev.el (abbrev-symbol): Correct let->let*.
13965 (abbrev--before-point): Only use abbrev-start-location if before point.
13966
13967 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13968
13969 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
13970 (strokes-unload-hook): Remove function and variable.
13971 (strokes-unload-function): New-style unload function, adapted
13972 from `strokes-unload-hook'.
13973
13974 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13975 (cl-unload-hook): Remove variable.
13976 (cl-unload-function): New-style unload function, adapted
13977 from `cl-cannot-unload'.
13978
13979 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13980 (elp-unload-function): New-style unload function, adapted
13981 from `elp-unload-hook'.
13982
13983 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
13984
13985 * emacs-lisp/find-func.el (find-library): Use library at
13986 point as default interactive argument.
13987
13988 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
13989
13990 * shadowfile.el (shadow-join): Remove.
13991 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13992 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13993 (shadowfile-unload-hook): Remove function and variable.
13994 (shadowfile-unload-function): New-style unload function, adapted
13995 from `shadowfile-unload-hook'.
13996
13997 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13998
13999 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14000 only if it is bound.
14001
14002 * textmodes/reftex.el: Move autoloads for before all uses.
14003 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14004 (reftex-delete-overlay): Move to the top level with the condition
14005 in the body.
14006
14007 * progmodes/simula.el: Use when instead of if.
14008
14009 * iimage.el (iimage-locate-file): Define unconditionally.
14010
14011 * mail/mailabbrev.el (mail-abbrev-next-line):
14012 * emulation/vip.el (vip-enlarge-region, vip-line)
14013 (vip-next-line-at-bol, vip-previous-line)
14014 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14015 Wrap with-no-warnings around uses of next-line and previous-line.
14016
14017 * ediff.el (run-ediff-from-cvs-buffer):
14018 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14019 Remove function not used by pcl-cvs anymore.
14020 (noninteractive, generic-sc-get-latest-rev)
14021 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14022 Delete support for long obsolete generic-sc.el.
14023
14024 2007-10-31 Glenn Morris <rgm@gnu.org>
14025
14026 * cvs-status.el: No longer require pcvs when compiling.
14027
14028 * doc-view.el (doc-view-conversion-refresh-interval)
14029 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14030 (doc-view-reset-slice): Doc fixes.
14031 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14032
14033 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14034
14035 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14036 Timers are automatically canceled by `unload-feature'.
14037
14038 * delsel.el (delsel-unload-hook): Remove function and variable.
14039 (delsel-unload-function): New-style unload function, adapted
14040 from `delsel-unload-hook'.
14041
14042 * msb.el (msb-unload-hook): Remove function and variable.
14043 (msb-unload-function): New-style unload function, adapted from
14044 `msb-unload-hook'.
14045
14046 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14047
14048 * desktop.el (uniquify-managed): Pacify byte compiler.
14049 (desktop-buffer-info): If the buffer name is managed by uniquify,
14050 save the base name, not the uniquified one.
14051 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14052 name in case of conflict.
14053
14054 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * doc-view.el: Use expand-file-name rather than concat.
14057 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14058 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14059 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14060 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14061 not to have to touch the buffer's content.
14062 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14063 (doc-view-mode): Use it. Don't mark as a special mode.
14064 Put the page numbers in the modeline.
14065 Set up the overlay. Hide the cursor. Run the mode hook.
14066 Use after-revert-hook rather than revert-buffer-function.
14067 (doc-view-search-internal): Fix typo.
14068 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14069 image-cache flush.
14070 (doc-view-reconvert-doc): Don't reset the whole mode.
14071 (doc-view-make-safe-dir): New function.
14072 (doc-view-current-cache-dir): Use it.
14073
14074 2007-10-30 Jason Rumney <jasonr@gnu.org>
14075
14076 * time.el (display-time-world-list): Test for zoneinfo support.
14077
14078 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14079
14080 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14081
14082 * net/tramp-cache.el (tramp-flush-file-function): Check also
14083 `default-directory' if `buffer-file-name' does not return a
14084 string. Added to `eshell-pre-command-hook'.
14085
14086 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * doc-view.el (doc-view-current-doc): Remove.
14089 Replace all uses by buffer-file-name.
14090 (doc-view-menu): New menu.
14091 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14092 unused var `doc'.
14093 (doc-view-sort): Simplify.
14094 (doc-view-buffer-message): Don't change buffer-modified-p.
14095 (doc-view-mode): Change it here instead.
14096 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14097 Don't modify the global value of revert-buffer-function.
14098
14099 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14100 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14101 (image-toggle-display): Take overlays into account and don't assume
14102 point-min==1.
14103
14104 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14105
14106 * vc.el (vc-annotate): Fix omission bug:
14107 Specify value for vc-sentinel-movepoint.
14108
14109 2007-10-30 Michael Olson <mwolson@gnu.org>
14110
14111 * textmodes/remember.el (remember-mode-hook)
14112 (remember-handler-functions, remember-annotation-functions):
14113 Add additional items as options, including some Org functions.
14114
14115 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14116
14117 * doc-view.el: Remove cl-dependency.
14118 (doc-view-buffer-message): Mention new binding K.
14119 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14120 instead of variable.
14121 (doc-view-current-cache-dir): Better cache dir naming.
14122 (doc-view-current-display): Remove variable.
14123 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14124 (doc-view-kill-proc): Set converter process to nil.
14125 (doc-view-minor-mode): New minor mode.
14126 (doc-view-minor-mode-map): New keymap.
14127 (doc-view-mode): Remove text/image switching code. Use plain defun.
14128 (doc-view-mode-map): New binding K kills converter process.
14129 Remove C-c C-e binding.
14130 (doc-view-mode-text-map): Remove keymap.
14131 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14132 d-v-display-maybe.
14133 (doc-view-previous-major-mode): New variable.
14134 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14135 (doc-view-remove-if): New function.
14136 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14137 (doc-view-toggle-display): Toggle modes instead of display styles.
14138 (doc-view-reconvert-doc): Adapt to new way of doing things.
14139
14140 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14141
14142 2007-10-30 Glenn Morris <rgm@gnu.org>
14143
14144 * dirtrack.el (dirtrack-mode): Doc fix.
14145
14146 * shell.el (shell-dirtrack-verbose, shell-mode)
14147 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14148
14149 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14150 (byte-compile-enable-warning): Doc fix.
14151
14152 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14153 suppress byte-opt warning.
14154
14155 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14156
14157 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14158 (edt-gnu-emacs19-p): Remove.
14159 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14160 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14161 (edt-end-of-line-forward, edt-end-of-line-backward)
14162 (edt-one-word-forward, edt-one-word-backward, edt-character)
14163 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14164 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14165 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14166 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14167 (edt-sentence-backward, edt-paragraph-forward)
14168 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14169 (edt-window-bottom, edt-scroll-window-forward-line)
14170 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14171 (edt-line-to-top-of-window, edt-paragraph-backward)
14172 (edt-restore-key, edt-window-top, edt-window-bottom)
14173 (edt-scroll-window-forward-line)
14174 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14175 (edt-line-to-middle-of-window, edt-goto-percentage)
14176 (edt-display-the-time, edt-remember, edt-split-window)
14177 (edt-emulation-on, edt-emulation-off)
14178 (edt-default-emulation-setup, edt-user-emulation-setup)
14179 (edt-select-default-global-map, edt-select-user-global-map):
14180 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14181 tests.
14182
14183 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14184 Use feature test instead of boundp test so it can be resolved at
14185 compile time.
14186
14187 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14188
14189 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14192 Update all users.
14193 (abbrev-get, abbrev-put): Simplify.
14194 (define-abbrev): Don't store the `force' value in the :system property.
14195 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14196
14197 2007-10-30 Michael Olson <mwolson@gnu.org>
14198
14199 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14200
14201 * textmodes/remember.el: New file that implements a mode for
14202 quickly jotting down things to remember.
14203
14204 * textmodes/remember-diary.el: A backend for remember.el that
14205 implements saving notes to a Diary file.
14206
14207 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14208
14209 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14210 Relocate in file.
14211 (allout-doublecheck-at-and-shallower): Increase to include
14212 slightly greater depths, since yank interaction is now ok.
14213 Also, elaborate the docstring to explain the situation.
14214 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14215 instead of concat, so we accommodate key sequences expressed as
14216 vectors as well as strings and lists.
14217 (allout-flag-region, allout-hide-by-annotation): Make the
14218 hidden-text overlays 'front-advance.
14219 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14220 (allout-aberrant-container-p, allout-on-current-heading-p)
14221 (allout-e-o-prefix-p, allout-next-heading)
14222 (allout-previous-heading, allout-goto-prefix)
14223 (allout-end-of-prefix, allout-next-sibling-leap)
14224 (allout-next-visible-heading, allout-auto-fill)
14225 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14226 (allout-yank-processing, allout-resolve-xref)
14227 (allout-current-topic-collapsed-p, allout-hide-region-body)
14228 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14229 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14230 (count-trailing-whitespace-region): Preserve match data, so allout
14231 outline navigation doesn't disrupt other Emacs operations.
14232 (allout-beginning-of-line): Retreat to the beginning of the hidden
14233 text, so fields are respected (for submodes that care).
14234 (allout-end-of-line): Preserve mark activation status when jumping.
14235 (allout-open-topic): Account for opening after a child that
14236 contains a hidden trailing newline. Preserve match data.
14237 Run allout-structure-added-hook
14238 (allout-encrypt-decrypted): Preserve match data.
14239 (allout-toggle-current-subtree-exposure): Add new interactive
14240 function for toggle subtree exposure - suggested by tassilo.
14241 (move-beginning-of-line, move-end-of-line): Don't use
14242 line-move-invisible-p, it's obsolete - substitute the code, instead.
14243
14244 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14245
14246 * textmodes/flyspell.el (message-signature-separator):
14247 * longlines.el (message-indent-citation-function): Pacify byte
14248 compiler.
14249
14250 * emacs-lisp/cl-loaddefs.el:
14251 * ldefs-boot.el: Regenerate.
14252
14253 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14254 (.el.elc, compile, compile-always, compile-calc)
14255 ($(lisp)/progmodes/cc-mode.elc): Use it.
14256
14257 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14258 Only do work for XEmacs.
14259 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14260 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14261 on XEmacs.
14262 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14263 (ps-x-color-name, ps-x-color-specifier-p)
14264 (ps-x-copy-coding-system, ps-x-device-class)
14265 (ps-x-extent-end-position, ps-x-extent-face)
14266 (ps-x-extent-priority, ps-x-extent-start-position)
14267 (ps-x-face-font-instance, ps-x-find-coding-system)
14268 (ps-x-font-instance-properties, ps-x-make-color-instance)
14269 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14270 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14271 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14272 (ps-generate-postscript-with-faces): Delete defaliases.
14273 (ps-face-foreground-name, ps-face-background-name)
14274 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14275 Move definitions to top level, make the body conditional on the Emacs
14276 flavor. Replace uses of deleted aliases and renamed functions.
14277 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14278 of deleted aliases and renamed functions.
14279
14280 * calc/calc.el (calc-emacs-type-lucid): Remove.
14281 (calc-digit-map, calcDigit-start, calc-read-key)
14282 (calc-clear-unread-commands):
14283 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14284 calc-emacs-type-lucid with (featurep 'xemacs)
14285
14286 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14287 (featurep 'xemacs).
14288 (tpu-lucid-emacs19-p): Remove.
14289 (tpu-map-key): Make it a function instead of using fset. Inline
14290 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14291 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14292
14293 * ielm.el: Use featurep 'xemacs.
14294
14295 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14296 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14297 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14298 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14299 cperl-xemacs-p with (featurep 'xemacs).
14300 (font-lock-cache-position): Pacify byte compiler.
14301
14302 2007-10-29 Drew Adams <drew.adams@oracle.com>
14303
14304 * faces.el (read-color): New function.
14305 (face-at-point, foreground-color-at-point)
14306 (background-color-at-point): New functions.
14307
14308 2007-10-28 Richard Stallman <rms@gnu.org>
14309
14310 * net/browse-url.el (browse-url-text-xterm): Rename from
14311 browse-url-lynx-xterm and made generic.
14312 (browse-url-text-emacs): Likewise.
14313 (browse-url-text-browser): New variable.
14314 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14315 (browse-url-text-input-field, browse-url-text-input-attempts)
14316 (browse-url-kde-program): Likewise.
14317
14318 2007-10-29 Glenn Morris <rgm@gnu.org>
14319
14320 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14321 Use mapc rather than mapcar (reinstall change deleted without log
14322 entry 2007-10-22).
14323
14324 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14325
14326 * wdired.el (wdired-next-line, wdired-previous-line):
14327 Use next-line and previous-line wrapped in with-no-warnings.
14328
14329 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14330
14331 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14332 (rcirc-recent-quit-alist): New function.
14333 (rcirc): Print a better message when there is only one connected server.
14334 (rcirc-complete-nick): Do not update the nick table here.
14335 (rcirc-mode-map): Add M-o.
14336 (rcirc-current-line): Add variable.
14337 (rcirc-mode): Setup variables for line based omit.
14338 (rcirc-edit-multiline): Strip text properties.
14339 (rcirc-omit-responses): Add NICK.
14340 (rcirc-omit-threshold): Add variable.
14341 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14342 Add functions.
14343 (rcirc-print): Keep track of current line. Do not fill text if
14344 `rcirc-fill-flag' is null. Only omit text if the last activity
14345 from the sender is more than `rcirc-omit-threshold' lines ago.
14346 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14347 numbers instead of time.
14348 (rcirc-channel-nicks): Sort by line numbers instead of time.
14349 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14350 (rcirc-handler-JOIN): Restore the joiners linestamp.
14351 (rcirc-maybe-remember-nick-quit): Add function.
14352 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14353
14354 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14355
14356 * loadhist.el (unload-feature-special-hooks):
14357 Add `delete-frame-functions' and `suspend-tty-functions'.
14358
14359 * server.el (server-unload-function): Rename from `server-unload-hook'
14360 and adapt to new `unload-feature' functionality. Remove hook from
14361 `kill-buffer-hook' buffer-locally.
14362 (server-unload-hook): Remove.
14363 (server-unload-function): New var; replaces `server-unload-hook'.
14364
14365 2007-10-29 Glenn Morris <rgm@gnu.org>
14366
14367 * dirtrack.el (dirtrack-debug): Doc fix.
14368 (dirtrack-mode, dirtrack-debug-mode): New names for
14369 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14370 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14371 Make obsolete.
14372 (dirtrack-debug-message): Only print message if
14373 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14374 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14375 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14376
14377 2007-10-28 Glenn Morris <rgm@gnu.org>
14378
14379 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14380 (byte-compile-warnings-safe-p): Handle `not'.
14381 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14382 (byte-compile-enable-warning): New functions.
14383 (byte-compile-eval-before-compile)
14384 (byte-compile-file-form-require): Use byte-compile-disable-warning.
14385 (byte-compile-close-variables): Locally bind byte-compile-warnings,
14386 but do not modify it.
14387 (byte-compile-eval, byte-compile-obsolete)
14388 (byte-compile-warn-about-unresolved-functions)
14389 (byte-compile-file-form-defvar)
14390 (byte-compile-file-form-custom-declare-variable)
14391 (byte-compile-file-form-require)
14392 (byte-compile-file-form-defmumble, byte-compile-lambda)
14393 (byte-compile-form, byte-compile-normal-call)
14394 (byte-compile-variable-ref, byte-compile-defvar)
14395 (byte-compile-make-variable-buffer-local):
14396 Use byte-compile-warning-enabled-p.
14397 * emacs-lisp/advice.el (ad-compile-function):
14398 Use byte-compile-disable-warning.
14399 * emacs-lisp/cl.el: Move local variables to end of file, and set
14400 byte-compile-warnings to `(not cl-functions)'.
14401 * emacs-lisp/cl-compat.el: Add a local variables section, and set
14402 byte-compile-warnings to `(not cl-functions)'.
14403 * emacs-lisp/cl-macs.el: Unify local variable section, and set
14404 byte-compile-warnings to `(not cl-functions)'.
14405 (cl-do-proclaim): Use byte-compile-disable-warning and
14406 byte-compile-enable-warning.
14407 * emacs-lisp/cl-seq.el: Unify local variable section, and set
14408 byte-compile-warnings to `(not cl-functions)'.
14409 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14410 Use byte-compile-disable-warning.
14411
14412 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14413
14414 * cus-edit.el (custom-browse-insert-prefix):
14415 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14416
14417 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
14418
14419 * server.el (server-process-filter): Fix typo in docstring.
14420 (server-log): Reflow docstrings.
14421 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14422 (server-goto-line-column): Use `when'.
14423
14424 2007-10-28 Juri Linkov <juri@jurta.org>
14425
14426 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14427 when mouse is clicked on the isearch message.
14428 (isearch-resume): Call `isearch-update' at the end.
14429 Rename argument `search' to `string' to conform to the
14430 isearch terminology.
14431
14432 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14433
14434 Rewrite abbrev.c in Elisp.
14435 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14436 (abbrev-table-get, abbrev-table-put, abbrev-get)
14437 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14438 (define-abbrev, abbrev--check-chars, define-global-abbrev)
14439 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14440 (abbrev-expansion, abbrev--before-point, expand-abbrev)
14441 (unexpand-abbrev, abbrev--write, abbrev--describe)
14442 (insert-abbrev-table-description, define-abbrev-table):
14443 New funs, largely transcribed from abbrev.c.
14444 (abbrev-with-wrapper-hook): New macro.
14445 (abbrev-table-name-list, global-abbrev-table)
14446 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14447 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14448 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14449 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14450 New vars, largely transcribed from abbrev.c.
14451 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
14452 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14453 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14454
14455 2007-10-27 Glenn Morris <rgm@gnu.org>
14456
14457 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14458 (shell-dirtrack-toggle): Mark as obsolete.
14459 (dirtrack-toggle, dirtrack-mode): No longer alias to
14460 shell-dirtrack-mode.
14461
14462 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14463
14464 * calc/calc.el (math-standard-opers): Lower the precedence
14465 of negation.
14466 * calc/calc-lang.el (math-oper-table): Lower precedence of
14467 negation for C, TeX, and eqn.
14468
14469 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14470
14471 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14472
14473 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14474
14475 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14476 (desktop-not-loaded-hook): Fix :version tags.
14477
14478 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14479
14480 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14481 (tramp-get-remote-tmpdir): New defun.
14482 (tramp-make-tramp-temp-file): Use it.
14483 (tramp-local-call-process): New defun. Replace all calls of
14484 `call-process' by this when appropriate.
14485 (tramp-handle-write-region): Replace calls of `file-attributes' by
14486 `tramp-compat-file-attributes'.
14487 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14488 Make the first command a `tramp-send-command' call, with let-bind
14489 of `tramp-end-of-output'.
14490 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14491 (tramp-load-report-modules, tramp-append-tramp-buffers):
14492 Move to tramp-cmds.el.
14493
14494 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14495 (tramp-fish-do-copy-or-rename-file)
14496 (tramp-fish-do-copy-or-rename-file-directly):
14497 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14498 Add parameter PRESERVE-UID-GID.
14499
14500 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14501
14502 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14503 New defcustoms.
14504 (display-time-world-list): Use them as appropriate for the current
14505 value of `system-type'.
14506
14507 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14508
14509 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14510 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14511 around uses of previous-line and next-line.
14512
14513 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14514 New defvars.
14515
14516 * textmodes/css-mode.el (comment-continue):
14517 * net/browse-url.el (url-handler-regexp):
14518 * progmodes/idlw-help.el (idlwave-system-routines):
14519 Pacify byte-compiler.
14520
14521 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14522 line-move-invisible-p with its former definition: invisible-p.
14523 line-move-invisible-p was removed on 2007-08-29.
14524
14525 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14526
14527 * files.el (kill-emacs-query-functions): Doc fix;
14528 `save-buffers-kill-emacs' is no longer bound to a key.
14529
14530 2007-10-26 Richard Stallman <rms@gnu.org>
14531
14532 * isearch-multi.el (isearch-buffers-multi): New option.
14533 (isearch-buffers-search-fun): Test it.
14534
14535 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14536 Put ps-run-clear on C-c C-l.
14537
14538 * newcomment.el (comment-styles): New style indent-or-triple.
14539 (comment-style): Make that the default.
14540 (comment-add defvar): Doc fix.
14541 (comment-add): Delete arg EXTRA.
14542 (comment-region-default): Open code call to comment-add.
14543 Handle indent-or-triple style which uses `multi-char' for INDENT.
14544
14545 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14546
14547 * eshell/em-unix.el (nil-blank-string): Doc fix.
14548
14549 2007-10-26 John Wiegley <johnw@newartisans.com>
14550
14551 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14552 function, ensure that the third argument is turned into a nil if
14553 the string is otherwise completely empty (either no characters, or
14554 all tabs/spaces). This fixes a bug from a user who found himself
14555 unable to customize `diff-switches' and still use Eshell's diff
14556 command.
14557
14558 2007-10-26 Glenn Morris <rgm@gnu.org>
14559
14560 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14561 safe-local-variable property.
14562
14563 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14564
14565 * net/browse-url.el (browse-url-browser-function): Delete grail.
14566 (browse-url-grail): Function and variable deleted.
14567 (browse-url-browser-function): Delete IXI Mosaic.
14568 (browse-url-default-browser): Don't try IXI Mosaic.
14569 (browse-url-iximosaic): Function deleted.
14570 (browse-url-browser-function): Delete MMM.
14571 (browse-url-default-browser): Don't try MMM.
14572 (browse-url-mmm): Function deleted.
14573
14574 2007-10-26 Drew Adams <drew.adams@oracle.com>
14575
14576 * custom.el (custom-note-var-changed): New function.
14577
14578 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14579
14580 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14581 use with the definition. Remove.
14582
14583 * add-log.el (change-log-start-entry-re): New defconst.
14584 (change-log-sortable-date-at): Use it.
14585 (change-log-beginning-of-defun, change-log-end-of-defun):
14586 New functions.
14587 (change-log-mode): Use them for beginning-of-defun-function and
14588 end-of-defun-function.
14589
14590 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14591
14592 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14593 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14594 (ses-recalculate-cell): Deal with point being just beyond end of
14595 data area (why does this happen?)
14596 (ses-set-curcell): Ditto.
14597 (ses-column-letter): Handle columns beyond 702. Code written by
14598 Gareth Rees.
14599
14600 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14601
14602 * textmodes/org.el (org-agenda-get-restriction-and-command):
14603 Use `mapc' instead of `mapcar'.
14604 (org-agenda-list): Numeric prefix argument can specify the number
14605 of days.
14606 (remember-register, remember-buffer): Prevent byte compiler from
14607 complaining.
14608 (org-todo): Save and restore match data.
14609 (org-no-warnings): New macro.
14610 (org-columns-eval): Use `org-no-warnings'.
14611
14612 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14613
14614 * comint.el (comint-password-prompt-regexp):
14615 Handle `[sudo] password'-style prompt.
14616
14617 2007-10-25 Glenn Morris <rgm@gnu.org>
14618
14619 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14620 (defcustom): Doc fix.
14621
14622 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14623 Add `non_intrinsic'.
14624 (f90-constants-re): Add ieee modules.
14625 (f90-typedef-matcher, f90-typedec-matcher)
14626 (f90-imenu-type-matcher): New functions.
14627 (f90-font-lock-keywords-1): Give module procedures function-name face.
14628 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14629 Add `use, intrinsic'.
14630 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14631 Move start of `enum' blocks to separate entry.
14632 (f90-start-block-re): Fix `type', `abstract interface'.
14633 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14634 derived types.
14635 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14636 `elemental', change `enumerator'.
14637 (f90-no-block-limit): Fix `abstract interface'.
14638
14639 * progmodes/f90.el (f90-indented-comment-re)
14640 (f90-directive-comment-re, f90-break-delimiters):
14641 * progmodes/fortran.el (fortran-comment-line-start-skip)
14642 (fortran-directive-re):
14643 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14644 as safe if they are strings.
14645
14646 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * startup.el (window-system): Remove. Don't make it frame-local.
14649
14650 2007-10-24 Richard Stallman <rms@gnu.org>
14651
14652 * savehist.el (savehist-save): Omit unreadable elements.
14653
14654 * loadhist.el (unload-function-defs-list): Rename from
14655 unload-function-features-list.
14656 (unload-feature-special-hooks, unload-feature): Doc fixes.
14657
14658 * indent.el (indent-to-left-margin): If point's in the indentation,
14659 move to the end of the indentation.
14660
14661 * cus-edit.el (customize-changed-options): Make arg optional.
14662
14663 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14664
14665 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14666
14667 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14668
14669 * textmodes/org-publish.el (org-publish-attachment): Re-install
14670 accidentally deleted change.
14671
14672 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14675
14676 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14677
14678 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14679 (Buffer-menu-mode-map): Initialize in the declaration.
14680 (Buffer-menu-mode): Define with `define-derived-mode'.
14681
14682 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14683
14684 * textmodes/org.el (org-version): Change to 5.13e.
14685 (org-agenda-file-regexp): Fix typo in docstring.
14686 (org-add-planning-info): Fix bug in parenthesis settings.
14687 (org-scan-tags): Catch the case of indirect buffers with no filename.
14688 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14689 Re-install switch to mapc, had been removed by accident.
14690 (org-columns-map): New binding `C-c C-o'.
14691 (org-columns-menu): Change menu text and added new entry.
14692 (org-columns-eval): Document the use of `next-line'.
14693 (org-columns-open-link): New function.
14694 (org-columns-follow-link): Remove function.
14695 (org-open-link-from-string): New function.
14696 (org-read-date-get-relative): Fix typo in docstring.
14697 (org-read-date-get-relative): Leading +/- is not optional.
14698 (org-agenda-get-restriction-and-command): Always resize window on
14699 first loop cycle.
14700 (org-agenda-open-link): Make sure the link abbreviations are
14701 present in the agenda buffer.
14702 (org-agenda-copy-local-variable): New function.
14703
14704 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14707
14708 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * simple.el (reindent-then-newline-and-indent): Use a `move after
14711 insert' kind of marker in the save-excursion.
14712
14713 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * textmodes/css-mode.el: Require CL.
14716 (comment-continue): Declare.
14717
14718 * subr.el (make-variable-frame-localizable): Remove.
14719 (make-variable-frame-local): Mark obsolete.
14720
14721 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14724 of the subdirs is unreadable.
14725
14726 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14727
14728 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14729 when we are local.
14730
14731 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * progmodes/python.el (python-current-defun): Remove left-over
14734 assignment to `start'.
14735
14736 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14737
14738 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14739 than `mapcar'; return value is not used.
14740
14741 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14742
14743 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14744 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14745
14746 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14747
14748 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14749 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14750
14751 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14752
14753 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14754
14755 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14756
14757 * emacs-lisp/advice.el (ad-make-advised-docstring):
14758 Add ad-advice-info text property to doc string.
14759
14760 2007-10-23 Glenn Morris <rgm@gnu.org>
14761
14762 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14763 (f90-type-indent, f90-program-indent, f90-associate-indent)
14764 (f90-continuation-indent, f90-comment-region)
14765 (f90-beginning-ampersand, f90-smart-end)
14766 (f90-break-before-delimiters, f90-auto-keyword-case)
14767 (f90-leave-line-no, f90-mode-hook):
14768 Give an appropriate safe-local-variable property.
14769
14770 * progmodes/fortran.el (fortran-tab-mode-default)
14771 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14772 (fortran-structure-indent, fortran-continuation-indent)
14773 (fortran-comment-indent, fortran-comment-line-extra-indent)
14774 (fortran-comment-line-start)
14775 (fortran-minimum-statement-indent-fixed)
14776 (fortran-minimum-statement-indent-tab)
14777 (fortran-comment-indent-char, fortran-line-number-indent)
14778 (fortran-check-all-num-for-matching-do)
14779 (fortran-blink-matching-if, fortran-continuation-string)
14780 (fortran-comment-region, fortran-electric-line-number)
14781 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14782 (fortran-analyze-depth, fortran-break-before-delimiters):
14783 Give an appropriate safe-local-variable property.
14784
14785 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14786
14787 * printing.el: Move variable definitions before use.
14788 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14789
14790 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14793 (tpu-edt-off): Use it.
14794 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
14795 the global-map before adding it to global-map.
14796
14797 * menu-bar.el (global-buffers-menu-map): New var.
14798 (global-map, menu-bar-update-buffers): Use it.
14799 * msb.el (msb-menu-bar-update-buffers): Use it.
14800 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14801 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14802 Use with-current-buffer.
14803
14804 2007-10-22 Juri Linkov <juri@jurta.org>
14805
14806 * isearch-multi.el: New file.
14807
14808 * isearch.el (isearch-search-string): After finding the next
14809 occurrence switch to buffer isearch-buffers-current-buffer when
14810 isearch-buffers-next-buffer-function is non-nil and
14811 isearch-buffers-current-buffer is live.
14812
14813 * add-log.el (change-log-mode): Make and set buffer-local variable
14814 isearch-buffers-next-buffer-function to change-log-next-buffer.
14815 Call isearch-buffers-minor-mode.
14816 (change-log-next-buffer): New function.
14817
14818 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
14819
14820 * textmodes/org-export-latex.el (org-export-latex-protect-string):
14821 Renaming of `org-latex-protect'.
14822 (org-export-latex-emphasis-alist): By default, don't protect
14823 any emphasis formatter from further conversion.
14824 (org-export-latex-tables): Honor column grouping for tables.
14825 (org-export-latex-title-command): New option.
14826 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14827 export backslash character.
14828
14829 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14830
14831 * textmodes/org.el (org-read-date-get-relative): New function.
14832 (org-agenda-file-regexp): New variable.
14833 (org-agenda-files): Allow directories in the variable.
14834 (org-agenda-get-restriction-and-command): New function.
14835 (org-agenda): Use `org-agenda-get-restriction-and-command'.
14836 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14837 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14838 New functions.
14839 (org-entry-add-to-multivalued-property)
14840 (org-entry-remove-from-multivalued-property)
14841 (org-entry-member-in-multivalued-property): New functions.
14842 (org-remember-apply-template): Catch C-g and make sure window
14843 configuration is restored.
14844 (org-agenda-open-link): Make it work with several links in the line.
14845 (org-drawers, org-set-regexps-and-options)
14846 (org-get-current-options): Add support for a DRAWERS in-buffer option.
14847 (org-agenda-window-frame-fractions): New option.
14848 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14849 (org-columns-cleanup-item, org-find-entry-with-id)
14850 (org-insert-columns-dblock, org-listtable-to-string)
14851 (org-dblock-write:columnview, org-columns-capture-view)
14852 (org-edit-headline): New functions.
14853 (org-agenda-to-appt): Require calendar.
14854 (org-entry-get-with-inheritance): Widen for search.
14855 (org-columns-display-here): Don't mark buffer as modified when
14856 adding space characters to accomodate column overlays.
14857 (org-export-as-html): Better formatting of tags in the toc.
14858 (org-columns-display-here): Make the ITEM column as compact as possible.
14859 (org-remember-templates): Customization interface improved.
14860 (org-export-with-property-drawer): Variable removed.
14861 (org-export-with-drawers): New option.
14862 (org-complex-heading-regexp): New variable.
14863 (org-sort-entries): Rewrite using `sort-subr'.
14864 (org-set-property): More appropriate completion during interactive use.
14865 (org-sort-entries): Allow sorting by property.
14866 (org-additional-option-like-keywords): Add more values.
14867 (org-sort-entries-or-items): Rename from `org-sort-entries'.
14868
14869 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
14870
14871 * textmodes/org.el (org-get-date-from-calendar): New function.
14872 (org-at-timestamp-p, org-timestamp-change)
14873 (org-remember-templates): First element of each entry is now a
14874 name for the template.
14875 (org-store-log-note): Check for `org-note-abort'.
14876 (org-kill-note-or-show-branches): New command.
14877 (org-fontify-priorities): New option.
14878 (org-fontify-priorities): New function.
14879 (org-cut-subtree, org-copy-subtree): New argument N to
14880 act on N sequential subtrees.
14881 (org-paste-subtree): Fix the level at which a tree is pasted.
14882 (org-fit-agenda-window): Limitations on window size removed.
14883 (org-agenda-find-same-or-today-or-agenda): Rename from
14884 `org-agenda-find-today-or-agenda'.
14885 (org-scheduled-past-days): New option.
14886 (org-agenda-scheduled-leaders)
14887 (org-agenda-deadline-leaders): New options.
14888 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14889 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14890 (org-export-with-tags, org-export-plist-vars)
14891 (org-infile-export-plist): New "tags" option.
14892 (org-use-property-inheritance): New option.
14893 (org-cached-entry-get): Use `org-use-property-inheritance'.
14894 (org-remember-apply-template): Fix typo.
14895
14896 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
14897
14898 * net/tramp.el (tramp-find-shell)
14899 (tramp-open-connection-setup-interactive-shell): Improve sending
14900 initial commands.
14901 (tramp-action-terminal): Send debug message.
14902 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14903 (tramp-barf-if-no-shell-prompt): Insert code of
14904 `tramp-wait-for-shell-prompt'.
14905
14906 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14909
14910 * term/vt200.el (terminal-init-vt200):
14911 * term/vt201.el (terminal-init-vt201):
14912 * term/vt220.el (terminal-init-vt220):
14913 * term/vt240.el (terminal-init-vt240):
14914 * term/vt300.el (terminal-init-vt300):
14915 * term/vt320.el (terminal-init-vt320):
14916 * term/vt400.el (terminal-init-vt400):
14917 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14918
14919 * term/wyse50.el (wyse50-terminal-map): New var.
14920 (terminal-init-wyse50): Use it and input-decode-map.
14921 (enable-arrow-keys): Emasculate.
14922
14923 * term/tvi970.el (tvi970-terminal-map): New var.
14924 (terminal-init-tvi970): Use it and input-decode-map.
14925 (tvi970-keypad-numeric): Remove.
14926 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14927
14928 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14929 (terminal-init-sun): Use it and input-decode-map.
14930
14931 * term/news.el (terminal-init-news):
14932 * term/lk201.el (terminal-init-lk201):
14933 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14934
14935 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14936
14937 * complete.el (PC-expand-many-files): Remove.
14938 (PC-do-completion): Call file-expand-wildcards instead of
14939 PC-expand-many-files.
14940
14941 * net/tramp.el (tramp-handle-expand-many-files): Remove.
14942 (PC-expand-many-files): Remove advice.
14943
14944 2007-10-22 Glenn Morris <rgm@gnu.org>
14945
14946 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14947 Add some support for Fortran 2003 syntax:
14948 (f90-type-indent): Now also applies to `enum'.
14949 (f90-associate-indent): New user option.
14950 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14951 Add some F2003 keywords.
14952 (f90-constants-re): New constant.
14953 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14954 Interface'.
14955 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14956 `class'. Arguments for `type'/`class' may have spaces. Add a new
14957 element for functions with specified types. Add `end enum' and
14958 `select type'. Add `implicit enumerator' and `procedure'.
14959 Add `class default' and `type is', `class is'. Fix `go to' regexp.
14960 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14961 (f90-font-lock-keywords-4): Add `f90-constants-re'.
14962 (f90-blocks-re): Add `enum' and `associate'.
14963 (f90-else-like-re): Add `class is', `type is', and `class default'.
14964 (f90-end-type-re): Add `enum'.
14965 (f90-end-associate-re, f90-typeis-re): New constants.
14966 (f90-end-block-re): Add `enum' and `associate'. Change from
14967 optional whitespace to end-of-word, to avoid `enumerator'.
14968 (f90-start-block-re): Add `select type', `abstract interface', and
14969 `enum'. Avoid `type is', and `type (sometype)'.
14970 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14971 (f90-mode): Doc fix.
14972 (f90-looking-at-select-case): Doc fix. Add `select type'.
14973 (f90-looking-at-associate): New function.
14974 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14975 Add `enum' and `abstract interface'.
14976 (f90-no-block-limit): Add `select type' and `abstract interface'.
14977 (f90-get-correct-indent, f90-calculate-indent)
14978 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14979 (f90-indent-region, f90-match-end): Handle `associate' blocks.
14980
14981 2007-10-22 Martin Rudalics <rudalics@gmx.at>
14982
14983 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14984 Use window-full-width-p.
14985
14986 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
14987
14988 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14989
14990 * tooltip.el: Use featurep 'xemacs.
14991
14992 * printing.el: Move variable definitions before use, no code change.
14993
14994 2007-10-22 Juri Linkov <juri@jurta.org>
14995
14996 * simple.el (goto-history-element): Allow minibuffer-default to be
14997 a list of default values accessible by typing M-n in the minibuffer.
14998
14999 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15000 minibuffer default value list instead of pushing them temporarily
15001 to the history list.
15002
15003 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15004
15005 * hexl.el (hexl-menu): New major mode menu.
15006
15007 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15010
15011 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15012
15013 * w32-fns.el (w32-quote-process-args):
15014 * dos-w32.el (print-region-function, lpr-headers-switches)
15015 (ps-print-region-function): Pacify byte-compiler.
15016
15017 * emulation/edt-mapper.el (function-key-map):
15018 (edt-map-key): Make it a function instead of using fset.
15019 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15020 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15021 (edt-x-emacs-p): Remove.
15022 (edt-emacs-variant, edt-window-system, edt-xserver):
15023 Use featurep 'xemacs.
15024
15025 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15026 Replace eudc-xemacs-p with its definition.
15027 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15028 (eudc-emacs-mule-p): Remove.
15029 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15030 eudc-xemacs-p with feature tests.
15031
15032 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15033 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15034 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15035 (eudc-bob-toggle-inline-display):
15036 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15037 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15038
15039 * net/eudcb-ph.el (eudc-ph-open-session):
15040 Replace eudc-xemacs-mule-p with its former definition.
15041
15042 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15043 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15044
15045 * progmodes/vera-mode.el (vera-xemacs): Remove.
15046 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15047
15048 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15049 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15050 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15051 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15052 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15053 with (featurep 'xemacs).
15054
15055 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15056 (save-buffer-state-x):
15057 * obsolete/fast-lock.el (fast-lock-verbose):
15058 * emulation/viper-init.el (viper-xemacs-p)
15059 (viper-cond-compile-for-xemacs-or-emacs):
15060 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15061 * ps-print.el (case-fold-search):
15062 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15063 * calculator.el (calculator-help): Use featurep 'xemacs.
15064
15065 * progmodes/prolog.el: Undo previous change.
15066 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15067
15068 * progmodes/dcl-mode.el:
15069 * play/yow.el:
15070 * calendar/todo-mode.el:
15071 * calendar/cal-hebrew.el:
15072 * vc-hg.el: Undo previous change.
15073
15074 * vms-patch.el: Likewise.
15075 (print-region-function): Pacify byte-compiler.
15076
15077 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15078
15079 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15080 preserve-uid-gid.
15081
15082 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15083 compatibility. It is not used, though.
15084
15085 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15086 Require tramp-cmds.el.
15087 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15088 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15089 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15090 (tramp-do-copy-or-rename-file-out-of-band)
15091 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15092 possible, because we don't need to create the temporary file, but
15093 we need a prefix for ssh, which has its own temporary file handling.
15094 (tramp-handle-delete-directory): Add "-f" to rmdir.
15095 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15096 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15097 a signal, in order to give the callee a chance to suppress.
15098 (tramp-handle-write-region): Set owner also in case of short
15099 track. Don't use compatibility calls for `write-region' anymore.
15100 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15101 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15102
15103 * net/tramp-cmds.el: New file.
15104
15105 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15106 `tramp-clear-passwd'.
15107
15108 * net/trampver.el: Update release number.
15109
15110 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15111
15112 * progmodes/gud.el (gud-target-name): Move definition before use.
15113
15114 * progmodes/dcl-mode.el: Require imenu at compile time.
15115
15116 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15117 Pacify byte-compiler.
15118
15119 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15120
15121 * eshell/esh-mode.el (eshell-handle-ansi-color):
15122 Require ansi-color at compile time too.
15123
15124 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15125
15126 * w32-fns.el: Require w32-vars.
15127
15128 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15129 time too.
15130
15131 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 * double.el ([ignore]): Use `ignore'.
15134 (double-setup): Inline into double-mode.
15135 (double-mode): Use define-minor-mode.
15136
15137 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15138
15139 * textmodes/reftex.el: Move require easymenu before first use.
15140 (reftex-info): Require info at compile too.
15141
15142 * textmodes/org-publish.el (org-publish-org-to-html)
15143 (org-publish-org-to): Require org at compile time too.
15144 (org-publish-attachment): Require at compile time too.
15145
15146 * term/tty-colors.el (w32-tty-standard-colors):
15147 Pacify byte-compiler.
15148
15149 * term/pc-win.el (frame-creation-function-alist): Add to this
15150 instead of setting frame-creation-function.
15151
15152 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15153
15154 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15155
15156 * calendar/todo-mode.el: Require calendar at compile time.
15157
15158 * calendar/cal-hebrew.el: Require holidays at compile time.
15159
15160 * w32-vars.el: Provide w32-vars.
15161
15162 * term/w32-win.el: Require w32-vars.
15163 (w32-color-map): Pacify byte-compiler.
15164
15165 * loadup.el: Load w32-vars before term/w32-win.
15166
15167 2007-10-20 Juri Linkov <juri@jurta.org>
15168
15169 * textmodes/fill.el (fill-paragraph): When the region is active,
15170 don't try other `or' branches regardless of the value returned by
15171 fill-region; just return t.
15172
15173 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15174
15175 * vc.el (vc-do-command): Condition out a misleading message when
15176 running asynchronously.
15177 (vc-deduce-fileset): New argument enables using an unregistered
15178 visited file as a singleton fileset if nothing else is available.
15179 (vc-next-action): Restore file-registering behavior.
15180
15181 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15182
15183 * calc/README: Add recent news.
15184
15185 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15186
15187 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15188 (x-gtk-map-stock): Delete duplicated definitions from merge.
15189
15190 * progmodes/compile.el (compilation-skip-to-next-location)
15191 (compilation-skip-threshold, compilation-skip-visited):
15192 Move definitions earlier.
15193
15194 * play/decipher.el (decipher-keypress):
15195 * play/zone.el (zone-fall-through-ws):
15196 * play/landmark.el (lm-move-down, lm-move-up):
15197 * play/handwrite.el (handwrite):
15198 * mail/mspools.el (mspools-visit-spool):
15199 * wdired.el (wdired-next-line, wdired-previous-line):
15200 * tar-mode.el (tar-subfile-save-buffer):
15201 * scroll-lock.el (scroll-lock-next-line)
15202 (scroll-lock-previous-line):
15203 * image-dired.el (image-dired-next-line)
15204 (image-dired-previous-line):
15205 * ediff-help.el (ediff-help-message-line-length):
15206 Use forward-line.
15207
15208 * smerge-mode.el (smerge-auto-refine):
15209 * diff-mode.el (diff-auto-refine): Add :group.
15210
15211 * play/yow.el: Require doctor at compile time.
15212
15213 * vmsproc.el: Provide vmsproc.
15214 (command-send-input): Use forward-line.
15215
15216 * vms-patch.el: Require ps-print and vmsproc at compile time.
15217
15218 * vc-mtn.el (log-view-message-re, log-view-file-re)
15219 (log-view-font-lock-keywords): Pacify byte-compiler.
15220
15221 * vc-hg.el: Require log-view at compile time.
15222
15223 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15224
15225 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15226
15227 2007-10-20 Glenn Morris <rgm@gnu.org>
15228
15229 * progmodes/f90.el (f90-font-lock-keywords-2)
15230 (f90-looking-at-type-like): Fix regexp typos.
15231
15232 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15233
15234 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15235 (bs-mode): Set mode-class property to special.
15236
15237 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * diff-mode.el (diff-auto-refine): New var.
15240 (diff-hunk): Use it.
15241 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15242 (diff-refine-change): Rename from diff-fine-change. Change it.
15243 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15244 (diff-refine-hunk): Rename from diff-fine-highlight.
15245
15246 2007-10-20 John Paul Wallington <jpw@pobox.com>
15247
15248 * help-fns.el (describe-variable-custom-version-info): New function
15249 to return variable's version or package version note.
15250 (describe-variable): Use it, display result.
15251
15252 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * smerge-mode.el (smerge-auto-refine): New var.
15255 (smerge-next, smerge-prev): Use it.
15256 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15257
15258 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15259 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15260
15261 * vc-bzr.el (vc-bzr-diff-tree):
15262 * vc-git.el (vc-git-diff-tree):
15263 * vc-hg.el (vc-hg-diff-tree):
15264 * vc-mcvs.el (vc-mcvs-diff-tree):
15265 * vc-mtn.el (vc-mtn-diff-tree):
15266 * vc-svn.el (vc-svn-diff-tree): Remove.
15267
15268 * vc-mtn.el (vc-mtn-revision-completion-table):
15269 * vc-cvs.el (vc-cvs-revision-completion-table):
15270 * vc-arch.el (vc-arch-revision-completion-table):
15271 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15272 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15273 Make it work when the arg is a list of files.
15274
15275 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15278 Also `revision-completion-table' now takes a list of files.
15279 (vc-deduce-fileset): Remove unused var `regexp'.
15280 Only obey allow-directory-wildcard in dired buffers.
15281 (vc-default-diff-tree): Remove.
15282 (vc-diff-added-files): New var.
15283 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15284 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15285 Remove the `backend' arg.
15286 (vc-contains-version-controlled-file): Remove.
15287 (vc-diff): Bring it closer to the version in Emacs-22.
15288 (vc-revert): Fix typo in let-binding.
15289 (vc-default-unregister): Remove.
15290 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15291
15292 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15293
15294 * textmodes/two-column.el (2C-split, 2C-merge):
15295 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15296 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15297 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15298 * progmodes/ada-xref.el (ada-get-all-references):
15299 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15300 * emulation/vi.el (vi-previous-line-first-nonwhite)
15301 (vi-effective-range, vi-put-before):
15302 * emulation/edt.el (edt-next-line, edt-previous-line)
15303 (edt-paragraph-forward): Use forward-line.
15304
15305 * progmodes/etags.el (tags-apropos): Require apropos at compile
15306 time too.
15307
15308 * progmodes/prolog.el: Require comint when compiling.
15309 (inferior-prolog-flavor): Move defvar before use.
15310
15311 2007-10-19 Richard Stallman <rms@gnu.org>
15312
15313 * font-core.el (turn-on-font-lock-if-desired):
15314 Rename from `turn-on-font-lock-if-enabled'.
15315 Fully obey `font-lock-global-modes'.
15316
15317 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15318
15319 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15320 which will not affect the behavior of things like forward-word.
15321 (diff-fine-highlight): Preserve point.
15322
15323 * doc-view.el (doc-view-mode-map): Use remapping.
15324 Don't rebind C-v, M-v to their default value.
15325 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15326
15327 * smerge-mode.el: Add word-granularity refinement.
15328 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15329 (smerge-refine-weight-hack): New vars.
15330 (smerge-refine-forward): New fun.
15331 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15332 (smerge-refine-subst): Use them as well. Preserve point.
15333
15334 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15335
15336 * follow.el (follow-unload-function): New function.
15337
15338 * loadhist.el (unload-function-features-list):
15339 Rename from `unload-hook-features-list'.
15340 (unload-hook-features-list): Add as obsolete alias.
15341 (unload-feature): Use `unload-function-features-list'
15342 and new FEATURE-unload-function.
15343
15344 2007-10-19 Glenn Morris <rgm@gnu.org>
15345
15346 * bindings.el (mouse-minor-mode-menu)
15347 (minor-mode-menu-from-indicator): Move to mouse.el.
15348 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15349 Move here from bindings.el.
15350
15351 2007-10-19 Richard Stallman <rms@gnu.org>
15352
15353 * help-fns.el (describe-function-1): Don't use the advice origname
15354 if it has no function definition.
15355
15356 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15357
15358 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15359 Use `save-restriction' rather than `widen'.
15360
15361 2007-10-18 Richard Stallman <rms@gnu.org>
15362
15363 * time.el (display-time-world-time-format): Display day # not month #.
15364
15365 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15366
15367 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15368
15369 * doc-view.el: Remove version keyword.
15370 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15371 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15372 (doc-view-ghostscript-options): Improve custom type.
15373 (doc-view-cache-directory, doc-view-conversion-buffer)
15374 (doc-view-conversion-refresh-interval): Simplify custom type.
15375
15376 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15377
15378 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15379 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15380 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15381 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15382 Remove superfluous messages.
15383 (doc-view-mode-map): Use the image-mode scrolling commands.
15384 Don't rebind C-x k.
15385
15386 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15387
15388 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15389 Add comment about "-dSAFER".
15390
15391 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * term/xterm.el: Don't require xt-mouse.
15394 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15395 calling turn-on-xterm-mouse-tracking-on-terminal directly.
15396
15397 * xt-mouse.el: Don't change the global function-key-map anny more.
15398 (xterm-mouse-mode): Use terminal-init-xterm-hook.
15399 Don't use after-make-frame-functions now that term/xterm.el calls
15400 us directly.
15401 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15402 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
15403 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15404 Setup input-decode-map and remember that xterm-mouse-mode was
15405 enabled in this terminal.
15406 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15407 terminals where it has been enabled.
15408
15409 * faces.el (tty-create-frame-with-faces): Make sure not only
15410 tty-run-terminal-initialization but also set-locale-environment
15411 are run only once per terminal.
15412 (tty-run-terminal-initialization): Don't check if the terminal was
15413 already initted.
15414
15415 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15416 not to remove keymaps that just happen to inherit from one of ours.
15417 When setting up our keymap, make sure it won't be accidentally
15418 modified by someone else.
15419
15420 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15421
15422 * textmodes/artist.el (artist-previous-line, artist-next-line):
15423 * dired.el (dired-next-line, dired-previous-line):
15424 * progmodes/delphi.el (delphi-newline):
15425 * textmodes/org.el (org-columns-eval):
15426 Use forward-line.
15427
15428 * emerge.el (emerge-setup): Use insert-buffer-substring.
15429 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15430
15431 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
15432
15433 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15434 (adaptive-fill-function): Doc fix. Remove * from docstring.
15435
15436 2007-10-18 Tom Horsley <tom.horsley@att.net>
15437
15438 * simple.el (interprogram-paste-function): Doc fix.
15439 (current-kill): Accept list of strings as well
15440 as single string from `interprogram-paste-function'.
15441
15442 2007-10-18 Glenn Morris <rgm@gnu.org>
15443
15444 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15445
15446 2007-10-18 Drew Adams <drew.adams@oracle.com>
15447
15448 * bindings.el (mode-line-minor-mode-keymap):
15449 Add mouse-minor-mode-menu on mouse-1.
15450 (mode-line-modes): Add mouse-1 to help-echo text.
15451 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15452 New functions.
15453 (mode-line-minor-mode-help): Doc fix.
15454
15455 2007-10-17 Juri Linkov <juri@jurta.org>
15456
15457 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15458 at the request of RMS.
15459 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15460 arg `region'. Fix docstring. At the first `or' branch add call to
15461 `fill-region' if it the region is active in transient-mark-mode.
15462
15463 * bindings.el (esc-map): Bind M-q to fill-paragraph
15464 instead of fill-paragraph-or-region.
15465
15466 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15467 with fill-paragraph.
15468
15469 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15470 Fix docstring.
15471
15472 * indent.el (indent-for-tab-command): Change interactive spec from
15473 "P" to "p". Add check for interactive arg before indenting the
15474 active region.
15475
15476 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15477 Regroup.
15478
15479 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15480
15481 * emacs-lisp/find-func.el: Don't require loadhist.
15482
15483 * loadhist.el (feature-symbols, file-provides, file-requires)
15484 (file-set-intersect, file-dependents): Simplify.
15485 (unload-feature-special-hooks): Update list of special hooks.
15486
15487 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15488
15489 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15490 extensions since they can be viewed with doc-view.
15491
15492 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15493 for pdf, ps and dvi files.
15494
15495 * doc-view.el: Make doc-view-mode the standard mode for viewing
15496 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15497 text and image display. Add binding C-c C-e to switch to an
15498 editing mode.
15499 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15500 avoid security problems when rendering files from untrusted sources.
15501
15502 2007-10-17 Aaron Hawley <aaronh@garden.org>
15503
15504 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15505 position is not saved.
15506
15507 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15508
15509 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15510 (doc-view-ghostscript-options): Fix typo in doc string.
15511
15512 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15513
15514 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15515 handling, so compilation-fake-loc works again.
15516
15517 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15518 (server-process-filter): Revert last change.
15519
15520 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15521 behavior unrelated to filesets.
15522
15523 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15524
15525 * longlines.el (longlines-wrap-follows-window-size): Integer value
15526 specifies wrapping margin.
15527 (longlines-mode, longlines-window-change-function):
15528 Set window-specific wrapping margin based on the above.
15529
15530 2007-10-17 John Wiegley <johnw@newartisans.com>
15531
15532 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15533
15534 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15535
15536 * server.el (server-process-filter): Only set display if X11 is
15537 supported.
15538
15539 2007-10-17 Glenn Morris <rgm@gnu.org>
15540
15541 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15542 Tweak regexp to avoid stack overflow.
15543
15544 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * simple.el (reindent-then-newline-and-indent): Don't assume that
15547 indent-according-to-mode preserves point.
15548
15549 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15550
15551 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15552 (bs--nth-wrapper): Simplify.
15553 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15554 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15555 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15556 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15557 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15558 (bs-configurations, bs-default-configuration)
15559 (bs-alternative-configuration, bs-cycle-configuration-name)
15560 (bs-string-show-always, bs-string-show-never, bs-string-current)
15561 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15562 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15563 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15564 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15565 (bs--window-config-coming-from): Revert 2006-11-09 change.
15566 (bs--restore-window-config): Keep the selected frame.
15567 (bs--track-window-changes, bs--remove-hooks): New functions.
15568 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15569 (bs--create-header): Remove.
15570 (bs--create-header-line): New function, based on `bs--create-header'.
15571 (bs--show-header): Use `bs--create-header-line'.
15572 (bs--show-with-configuration): Revert 2006-11-09 change.
15573 Don't reuse window unless it is visible on the selected frame.
15574 Restore window configuration (possibly in a different frame)
15575 before creating any window.
15576
15577 2007-10-16 Glenn Morris <rgm@gnu.org>
15578
15579 * simple.el (blink-matching-open): Don't report false errors with
15580 the `$' syntax class.
15581
15582 2007-10-16 Richard Stallman <rms@gnu.org>
15583
15584 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15585 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15586 (ad-is-advised, ad-get-advice-info-field)
15587 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15588
15589 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15592 (vc-default-working-revision): Compatibility for backends.
15593
15594 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15595
15596 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15597 (filesets-ormap, filesets-sort-case-sensitive-flag)
15598 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15599 Fix typos in docstrings.
15600 (filesets-conditional-sort, filesets-find-or-display-file)
15601 (filesets-data-get-name, filesets-data-get-data)
15602 (filesets-data-set, filesets-cmd-query-replace-getargs)
15603 (filesets-ingroup-collect): Doc fixes.
15604
15605 2007-10-15 Sam Steingold <sds@gnu.org>
15606
15607 * mail/sendmail.el (sendmail-error-reporting-interactive)
15608 (sendmail-error-reporting-non-interactive): New variables for
15609 sendmail error reporting options to simplify support for imperfect
15610 sendmail emulators.
15611 (sendmail-send-it): Use them instead of list literals.
15612
15613 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15614
15615 * help-fns.el: Revert previous change; it creates a
15616 dependency loop between advice.el and help-fns.el.
15617
15618 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15619
15620 * help-fns.el: Require advice when compiling.
15621
15622 2007-10-14 Drew Adams <drew.adams@oracle.com>
15623
15624 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15625 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15626 (ring-next, ring-previous): New functions.
15627
15628 2007-10-14 Richard Stallman <rms@gnu.org>
15629
15630 * emacs-lisp/advice.el (documentation): Advice deleted.
15631 Doc for advised functions is now handled at C level.
15632 (ad-stop-advice, ad-start-advice): Don't enable or disable
15633 advice for `documentation'.
15634 (ad-advised-definition-docstring-regexp): Var deleted.
15635 (ad-make-advised-definition-docstring): Store orig name
15636 as text property of string.
15637 (ad-advised-definition-p): Check for text property of docstring.
15638
15639 * help-fns.el (describe-function-1): Find source of advised functions.
15640
15641 2007-10-14 Juri Linkov <juri@jurta.org>
15642
15643 * faces.el (describe-face): Allow handling a string as the face name.
15644
15645 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15646 active region in transient-mark-mode.
15647 (ispell-region): Change messages displayed at the start and end of
15648 the spell-checking to be the same.
15649
15650 * startup.el (fancy-startup-tail): Say exactly what does the button
15651 dismiss ("Dismiss this startup screen"). Use text "Never show
15652 it again" for the checkbox after this button.
15653 (fancy-startup-screen, fancy-about-screen): Put point before the
15654 first link, so the user can quickly select links with the keyboard.
15655 (normal-mouse-startup-screen): Add more useful text describing how
15656 to follow a link.
15657
15658 2007-10-14 Glenn Morris <rgm@gnu.org>
15659
15660 * progmodes/etags.el (select-tags-table): Disable undo in the
15661 `*Tags Table List*' buffer.
15662
15663 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15664
15665 * dired.el (dired-warn-writable): New face.
15666 (dired-warn-writable-face): New variable.
15667 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15668 of dired-warning-face, for group- and world-writable files.
15669
15670 2007-10-13 Richard Stallman <rms@gnu.org>
15671
15672 * files.el (directory-abbrev-alist): Doc fix.
15673
15674 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15675
15676 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15677
15678 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15679
15680 * frame.el (set-frame-configuration): Assign name parameter only
15681 if it has been set explicitly before.
15682
15683 2007-10-11 Tom Tromey <tromey@redhat.com>
15684
15685 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15686 frame is visible.
15687
15688 2007-10-10 Richard Stallman <rms@gnu.org>
15689
15690 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15691 in *Backtrace*.
15692
15693 * faces.el (face-font-selection-order): Doc fix.
15694
15695 * loadhist.el (unload-feature): Doc fix.
15696
15697 2007-10-13 Glenn Morris <rgm@gnu.org>
15698
15699 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15700 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15701 Add doc string, and an explicit COUNT argument.
15702 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15703 `inc' to search functions.
15704
15705 * faces.el (face-spec-set): When FRAME is nil, set the default for
15706 new frames (restores pre-2007-09-17 behavior). Doc fix.
15707
15708 2007-10-13 John W. Eaton <jwe@octave.org>
15709
15710 * progmodes/octave-mod.el (octave-looking-at-kw)
15711 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15712 New functions.
15713 (octave-in-defun-p, calculate-octave-indent)
15714 (octave-blink-matching-block-open, octave-beginning-of-defun)
15715 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15716 to search for regexps that contain case-sensitive keywords.
15717 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15718 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15719
15720 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15723 Do not use a single clause cond.
15724
15725 * cus-start.el (all): Use test that does not match the X11 version
15726 for mac.
15727
15728 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15729
15730 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15731 BROWSE buffer.
15732
15733 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15734
15735 * cus-start.el (all): Undo previous change.
15736
15737 2007-10-13 Glenn Morris <rgm@gnu.org>
15738
15739 * woman.el (woman0-rename): Fix paren typo.
15740
15741 * mail/feedmail.el (feedmail-run-the-queue)
15742 (feedmail-look-at-queue-directory):
15743 * mail/reporter.el (reporter-dump-state):
15744 * net/eudc-hotlist.el (eudc-edit-hotlist):
15745 * net/eudc.el (eudc-display-records)
15746 (eudc-filter-duplicate-attributes)
15747 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15748 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15749 (eudc-bbdb-query-internal):
15750 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15751 * net/socks.el (socks-build-auth-list):
15752 * progmodes/cc-cmds.el (top level):
15753 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15754 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15755 (cperl-write-tags, cperl-tags-treeify):
15756 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15757 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15758 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15759 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15760 (idlwave-toolbar-remove-everywhere):
15761 * progmodes/idlwave.el (idlwave-indent-line)
15762 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15763 (idlwave-write-paths, idlwave-all-method-classes)
15764 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15765 (idlwave-fix-keywords, idlwave-display-calling-sequence)
15766 (idlwave-complete-in-buffer):
15767 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15768 (org-fast-tag-selection):
15769 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15770 than mapcar.
15771
15772 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15773
15774 * diff-mode.el (diff-fine-change): Add :group.
15775
15776 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
15777
15778 * cus-start.el (all): Use the same test as the 22.2 branch.
15779
15780 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15781
15782 * diff-mode.el (diff-current-defun): Force recomputation of
15783 change-log-default-name.
15784
15785 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
15786
15787 * startup.el (fancy-startup-screen): Remove an unnecessary newline
15788 and some leftover logic regarding dedicated frames. If showing
15789 concise startup screen, fit window to buffer.
15790 (command-line-1): If we will be using the splash screen, use
15791 find-file instead of find-file-other-window to find additional files.
15792 Comment out unused code for coping with the old sit-for behavior.
15793
15794 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15795
15796 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15797 `meta' modifier consistently, rather than using sometimes meta
15798 sometimes alt.
15799
15800 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15801
15802 * window.el (handle-select-window): Revert part of 2007-10-08
15803 change setting the input focus.
15804
15805 2007-10-12 Glenn Morris <rgm@gnu.org>
15806
15807 * startup.el (command-line): Do not read abbrev file in batch mode.
15808
15809 * emacs-lisp/byte-opt.el (top level):
15810 * mail/rmail.el (rmail-list-to-menu):
15811 * obsolete/hilit19.el (hilit-mode):
15812 * progmodes/cc-mode.el (c-postprocess-file-styles)
15813 (c-submit-bug-report):
15814 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15815 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15816 (reftex-access-parse-file):
15817 * textmodes/reftex-cite.el (reftex-do-citation)
15818 (reftex-insert-bib-matches):
15819 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15820 * textmodes/reftex-sel.el (reftex-select-unmark):
15821 * textmodes/reftex-toc.el (reftex-toc-do-promote):
15822 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15823
15824 * cus-edit.el (custom-variable-menu, custom-face-menu)
15825 (custom-group-menu): Check init-file-user rather than
15826 user-init-file, in case cus-edit is loaded by site-run-file.
15827
15828 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
15829
15830 * vc.el (vc-deduce-fileset): Delete unused code.
15831 (vc-next-action): Fix typos.
15832
15833 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15834
15835 * bs.el (bs--mark-unmark): New function.
15836 (bs-mark-current, bs-unmark-current): Use it.
15837
15838 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15839
15840 * vc.el (vc-diff):
15841 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
15842 temporarily disable the check for his edge case of
15843 vc-diff (stopping it from grinding when called from $HOME), as
15844 it's calling some brittle code in vc-hooks.el.
15845 (with-vc-properties): Fix evaluation time of a macro argument.
15846 * ediff-vers.el (ediff-vc-internal):
15847 * vc-hooks.el:
15848 * loaddefs.el: Follow up on VC terminology change.
15849
15850 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * follow.el (follow-stop-intercept-process-output):
15853 Use `follow-call-process-filter' rather than `process-filter'.
15854 Simplify.
15855
15856 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15857
15858 * vc-hooks.el (vc-registered): Robustify this function a bit
15859 against filenames with no directory component.
15860
15861 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * international/characters.el: Undo unwanted and unexplained change.
15864
15865 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15866
15867 * ps-print.el: Fix the usage of :foreground and :background face
15868 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15869 (ps-print-version): New version 6.7.6.
15870 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15871 Fix code.
15872 (ps-face-foreground-color-p, ps-face-background-color-p)
15873 (ps-face-color-p): New inline funs.
15874
15875 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15876
15877 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15878 (org-complete): Use `org-additional-option-like-keywords'.
15879 (org-parse-local-options): New function.
15880
15881 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
15882
15883 * textmodes/org.el (org-in-clocktable-p): New function.
15884 (org-clock-report): Only update the table at point, or insert a new one.
15885 (org-clock-goto): New function.
15886 (org-open-file): Use `start-process-shell-command' instead of
15887 `shell-command' with an ampersand.
15888 (org-deadline, org-schedule): New argument REMOVE to remove the
15889 date from the entry.
15890 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15891 argument to `org-schedule' and `org-deadline'.
15892 (org-trim): Use the correct expressions for beginning and end of
15893 the string.
15894 (org-get-cleaned-entry): Trim the string before returning it.
15895 (org-clock-find-position): New function.
15896 (org-clock-into-drawer): New option.
15897 (org-agenda-tags-column): Rename from
15898 `org-agenda-align-tags-to-column'.
15899 (org-agenda-align-tags): Allow negative values for
15900 `org-agenda-tags-column'.
15901 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15902 (org-agenda-to-appt): New optional argument FILTER.
15903 (org-completion-fallback-command): New variable.
15904 (org-complete): Use `org-completion-fallback-command'.
15905 (org-find-base-buffer-visiting): Catch the case that there is no
15906 buffer visiting the file.
15907 (org-property-or-variable-value): New function.
15908 (org-todo): Use `org-property-or-variable-value'
15909 (org-agenda-compact-blocks): New option.
15910 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15911 (org-agenda-schedule, org-agenda-deadline):
15912 Call `org-agenda-show-new-time'.
15913 (org-agenda-show-new-time): New argument PREFIX.
15914 (org-colgroup-info-to-vline-list): Fix but that cause a
15915 shift in the vertical lines.
15916 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15917 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15918 (org-indent-item): No arg in call to `org-fix-bullet-type'.
15919 (org-fix-bullet-type): Remove argument.
15920 (org-read-date): Check for am/pm twice, to catch the end time.
15921 (org-goto-map): Use `suppress-keymap'.
15922 (org-remember-apply-template): Respect the dynamically scoped
15923 selection character.
15924
15925 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15926
15927 * frame.el (frame-inherited-parameters): Remove unused `environment'
15928 parameter, and let server.el add `client' when needed.
15929
15930 * server.el (server-create-tty-frame)
15931 (server-create-window-system-frame): Set frame-inherited-parameters.
15932
15933 * frame.el (frame-inherited-parameters): New var.
15934 (make-frame): Use it.
15935
15936 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15937
15938 * env.el (let-environment): Remove. Unused.
15939 (read-envvar-name): Simplify.
15940 (setenv): Remove unused arg `frame'.
15941
15942 * help-fns.el (describe-variable): Add missing " " for multiline
15943 obsolescence info and missing EOL after global value.
15944
15945 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15946
15947 * add-log.el:
15948 * ediff-vers.el:
15949 * log-view.el:
15950 * pcvs.el:
15951 * vc-arch.el:
15952 * vc-bzr.el:
15953 * vc-cvs.el:
15954 * vc.el:
15955 * vc-git.el:
15956 * vc-hg.el:
15957 * vc-hooks.el:
15958 * vc-mcvs.el:
15959 * vc-mtn.el:
15960 * vc-rcs.el:
15961 * vc-sccs.el:
15962 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15963 {find,init,next,previous,annotate-*,log}-version ->
15964 {find,init,next,previous,annotate-*,log}-revision,
15965 annotate-focus-version -> annotate-working-revision, The term
15966 'focus' is gone. The term 'revision' is now used consistently
15967 everywhere that reference to a revision ID is intended, replacing
15968 older use of 'version'.
15969
15970 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15971
15972 * follow.el: Change all instances of "Follow Mode" to "Follow
15973 mode" in docstrings and messages.
15974 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15975
15976 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
15977
15978 * vc.el (vc-next-action): Rewrite completely; this principal
15979 entry point now operates on a current fileset selected either
15980 explicitly via VC-Dired or implicitly by visiting a file buffer,
15981 rather than always operating on the file of the current buffer as
15982 in older versions. Rewrite the rest of the mode to match.
15983 (with-vc-properties): Rewrite to operate on a file list.
15984 (with-vc-file): vc-checkin takes a file list argument now.
15985 (vc-post-command-functions): This hook now receives a file list.
15986 (vc-do-command): Take a either a file or a file list as argument.
15987 (vc-deduce-fileset): New function for deducing a file list to
15988 operate on.
15989 (vc-next-action-on-file, vc-next-action-dired): Remove.
15990 Merge into vc-next-action.
15991 (vc-register): Adapt to the fact that vc-start-entry now takes a
15992 file list.
15993 (vc-register-with): New function.
15994 (vc-start-entry): Take a file list argument rather than a
15995 file argument.
15996 (vc-checkout): Cope with vc-start-entry taking a file list.
15997 (vc-steal-lock): Cope with with-vc-properties taking a
15998 file list.
15999 (vc-checkin): Take a file list argument rather than a file argument.
16000 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16001 (vc-diff-internal): Rewrite for filesets.
16002 (vc-diff-sentinel): New function, tests whether changes were
16003 written into a diff buffer.
16004 (vc-diff): Rewrite for filesets.
16005 (vc-version-diff): Rewrite for filesets.
16006 (vc-print-log): Take a fileset argument.
16007 (vc-revert): Revert the entire selected fileset, not just the
16008 current buffer.
16009 (vc-rollback): Roll back the entire selected fileset, if
16010 possible. No longer accepts a prefix argument.
16011 (vc-update): Merge new changes for the entire selected
16012 fileset, not just the current buffer.
16013 (vc-revert-file): Cope with with-vc-properties taking a file list.
16014 (vc-default-dired-state-info): Add + status suffix if the file is
16015 modified.
16016 (vc-annotate-warp-version): Use the new diff machinery.
16017 (vc-log-edit): Take a file list argument rather than a file argument.
16018
16019 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16020
16021 Sync with Tramp 2.1.11.
16022
16023 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16024 Pacify byte compiler.
16025
16026 * net/trampver.el: Update release number.
16027
16028 2007-10-09 Richard Stallman <rms@gnu.org>
16029
16030 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16031
16032 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16033
16034 * follow.el: Require easymenu.
16035 (follow-mode-hook, follow-mode): Doc fixes.
16036 (follow-mode-off-hook): Mark as obsolete.
16037
16038 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16039
16040 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16041 select-window or select-frame events.
16042 (handle-select-window): When autoselecting window set input
16043 focus. Restructure.
16044
16045 * frame.el (focus-follows-mouse): Move to frame.c.
16046 * cus-start.el (all): Add focus-follows-mouse.
16047
16048 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16049
16050 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16051 activate font-locking in the *buffer-selection* buffer.
16052 (bs-show-sorted): Doc fix.
16053
16054 * bs.el (bs--get-marked-string, bs--get-modified-string)
16055 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16056 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16057 (bs--format-aux): Doc fix.
16058
16059 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16060
16061 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16062
16063 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16064
16065 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16066 (gud-gdb): New function for old M-x gdb (text command mode).
16067 (gud-gdb-command-name, gdb): Move to...
16068
16069 * progmodes/gdb-ui.el: ...here and adapt doc string.
16070 (gud-gdba-command-name, gdba): Delete.
16071
16072 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16073
16074 * bs.el: Don't defvar `font-lock-verbose'.
16075 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16076 (bs--get-file-name): Fix typos in docstrings.
16077 (bs--show-header): Use `dolist' instead of `mapcar'.
16078 (bs-mode): Set `show-trailing-whitespace' to nil.
16079 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16080 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16081 Doc fixes.
16082
16083 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16084
16085 * progmodes/gud.el (pdb): Specify file for gud-break.
16086
16087 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16088
16089 * progmodes/gud.el (gdb): Make graphical mode the default and
16090 switch to text command mode if appropriate, i.e., reverse previous
16091 arrangement.
16092 (gud-gdb-marker-filter): Adapt for above change.
16093
16094 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16095 gud-minor-mode and gud-marker-filter.
16096 (gdb-fullname-regexp): New variable.
16097 (gud-gdba-marker-filter): Use it to switch to text command
16098 mode if appropriate.
16099
16100 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16101
16102 * progmodes/gud.el (gud-display-line): Find source buffer even when
16103 GUD buffer has its own frame.
16104
16105 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16106
16107 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16108
16109 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16110
16111 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16112
16113 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16114
16115 * allout.el (allout-before-change-handler): Replace got-char by
16116 goto-char.
16117
16118 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16121 Used to try and automatically enabled smerge-mode in the presence of
16122 conflicts and to call `svn resolved' when the conflicts are gone.
16123 (vc-svn-parse-status): Remember the svn-specific status.
16124
16125 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16126
16127 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16128 menu-bar-apropos-menu. All users changed.
16129 (menu-bar-help-menu): Change menu symbols to better match the text
16130 displayed by the menu.
16131
16132 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16133
16134 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16135 #, @, : and ^.
16136
16137 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16138
16139 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16140
16141 * log-view.el (log-view-mode-map): Likewise.
16142
16143 * diff-mode.el (diff-mode-shared-map): Likewise.
16144
16145 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16146
16147 * files.el (file-name-sans-versions): Also allow `A-Z'.
16148
16149 * vc.el: Mention all supported VC backends.
16150
16151 2007-10-08 Richard Stallman <rms@gnu.org>
16152
16153 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16154 neighbouring buttons.
16155
16156 2007-10-08 Andreas Schwab <schwab@suse.de>
16157
16158 * files.el (file-name-sans-versions): Also allow `_'.
16159
16160 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16161
16162 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16163
16164 * log-view.el (log-view-mode-map, log-view-mode-menu):
16165 Bind log-view-annotate-version.
16166 (log-view-beginning-of-defun, log-view-end-of-defun)
16167 (log-view-annotate-version): New functions.
16168 (log-view-mode): Use log-view-beginning-of-defun and
16169 log-view-end-of-defun.
16170
16171 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16174
16175 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16176
16177 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16178 neighbouring buttons.
16179
16180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16181 Recognize gcc's use of "note" for informational messages.
16182
16183 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16184
16185 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16186 (css-mode): Update correspondingly.
16187
16188 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16189
16190 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16191 Signed-off-by, Acked-by and Merge.
16192
16193 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16196
16197 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * vc-mtn.el: New file.
16200
16201 * vc-hooks.el (vc-handled-backends): Add Mtn.
16202
16203 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16204
16205 * files.el (find-file, find-file-other-window)
16206 (find-file-other-frame, find-file-existing, find-file-read-only)
16207 (find-file-read-only-other-window)
16208 (find-file-read-only-other-frame)
16209 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16210
16211 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16212
16213 * progmodes/gud.el (gdb-ready): New variable.
16214 (gdb): Set it to nil. Set gud-running to nil here...
16215 (gud-common-init): ...instead of here.
16216
16217 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16218 Use gdb-ready. Discard input until GDB is ready to accept it.
16219
16220 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16221
16222 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16223 make it show up with eight colors.
16224
16225 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16228 diffs are concatenated with no intervening line.
16229
16230 2007-10-08 Dave Love <fx@gnu.org>
16231
16232 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16233 (python-font-lock-keywords): Update to the 2.5 version of the language.
16234 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16235 (python-backspace): Only behave funny in code.
16236 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16237 (inferior-python-mode): Add PDB prompt regexp.
16238 (python-fill-paragraph): Refine the fenced-string regexp.
16239 (python-find-imports): Handle imports spanning several lines.
16240 (python-mode): Add `class' to hideshow support.
16241
16242 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16245 Use add-log-buffer-file-name-function rather than binding
16246 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16247 when `fi' is the ChangeLog file itself.
16248
16249 * outline.el (outline-flag-region): Use front-advance.
16250
16251 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16252
16253 * progmodes/cperl-mode.el: Merge upstream 5.23.
16254 (cperl-where-am-i): Remove function.
16255 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16256 (cperl-sniff-for-indent): De-invert [string] and [comment].
16257 When looking for label, skip s:m:y:tr.
16258 (cperl-indent-line): Likewise.
16259 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16260 (cperl-windowed-init): Wrong `ps-print' handling.
16261 Both thanks to Chong Yidong.
16262 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16263 (cperl-find-pods-heres): If the second part of s()[] is missing,
16264 don't try to highlight delimiters...
16265
16266 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * progmodes/compile.el (compilation-get-file-structure): Complete last
16269 change by also using spec-directory in the puthash.
16270
16271 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16272
16273 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16274 (vc-bzr-status): Fix shadowing of variable 'status'.
16275 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16276 Use `expand-file-name' instead of `concat'.
16277 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16278 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16279
16280 2007-10-08 Jason Rumney <jasonr@gnu.org>
16281
16282 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16283
16284 2007-10-08 Richard Stallman <rms@gnu.org>
16285
16286 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16287 Add `safe-local-variable' property.
16288 (lisp-body-indent): Likewise.
16289
16290 2007-10-08 Richard Stallman <rms@gnu.org>
16291
16292 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16293 Add doc string.
16294
16295 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16296
16297 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16298
16299 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16300
16301 * repeat.el (repeat): Use last-repeatable-command instead of
16302 real-last-command. Run pre- and post-command hooks for
16303 self-insertion. Update doc-string.
16304
16305 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16306
16307 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16308 state of the file.
16309 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16310 (vc-git-create-repo): Fix invalid command.
16311
16312 2007-10-08 Richard Stallman <rms@gnu.org>
16313
16314 * textmodes/flyspell.el (flyspell-mode):
16315 Catch errors in flyspell-mode-on.
16316
16317 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16318
16319 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16320
16321 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * international/encoded-kb.el (encoded-kbd-setup-display):
16324 Use input-decode-map rather than local-key-translation-map.
16325
16326 * term/rxvt.el (rxvt-alternatives-map): New map.
16327 (terminal-init-rxvt): Use it.
16328 Bind rxvt-function-map in input-decode-map.
16329
16330 * term/xterm.el (xterm-alternatives-map): New map.
16331 (terminal-init-xterm): Use it.
16332 Bind xterm-function-map in input-decode-map.
16333
16334 * term/x-win.el (x-alternatives-map): New var.
16335 (x-setup-function-keys): Use it.
16336
16337 * help-fns.el (describe-variable): Slightly change the layout of
16338 meta-info to separate it better from the docstring.
16339 Standardize insertion of extra empty lines in various circumstances.
16340
16341 * diff-mode.el (diff-hunk-style): New fun.
16342 (diff-end-of-hunk): Use it.
16343 (diff-context->unified): Use the new `apply' undo element,
16344 if applicable, so as to save undo-log space.
16345 (diff-fine-change): New face.
16346 (diff-fine-highlight-preproc): New function.
16347 (diff-fine-highlight): New command.
16348 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16349
16350 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16351 (smerge-refine-highlight-change): Add `props' argument.
16352 (smerge-refine-subst): New function holding most of smerge-refine.
16353 (smerge-refine): Use it.
16354
16355 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16356
16357 * vc.el (vc-default-wash-log): Remove unused code, the
16358 log washers all live in the backends now.
16359 (vc-default-comment-history): Correct for the fact
16360 that wash-log is argumentless in the new API.
16361
16362 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16363
16364 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16365 (tramp-maybe-send-script): Apply `member' but `memq'.
16366 (tramp-advice-file-expand-wildcards): Simplify implementation.
16367
16368 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16369
16370 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16371
16372 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16373 (minibuf-depth-setup-minibuffer): Use it.
16374
16375 2007-10-07 Glenn Morris <rgm@gnu.org>
16376
16377 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16378 version numbers.
16379
16380 2007-10-06 Juri Linkov <juri@jurta.org>
16381
16382 * textmodes/fill.el (fill-paragraph-or-region): New function.
16383
16384 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16385 instead of fill-paragraph.
16386
16387 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16388 with fill-paragraph-or-region. Suspend command is now the same
16389 `suspend-frame' on window systems and on tty.
16390
16391 * image.el (image-type): Check if image-types is bound to not fail
16392 on tty.
16393
16394 * delsel.el (delete-selection-pre-hook):
16395 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16396 is fbound to not fail on mouseless tty.
16397
16398 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
16399
16400 * net/tramp.el (top): Move loading of tramp-util.el and
16401 tramp-vc.el to tramp-compat.el.
16402 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
16403 temporary file if possible, in order to avoid a security hole.
16404 (tramp-do-copy-or-rename-file-out-of-band)
16405 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16406 with DONT-CREATE, because the connection is not setup yet.
16407 (tramp-handle-process-file): Rewrite temporary file handling.
16408 (tramp-completion-mode): New defvar.
16409 (tramp-completion-mode-p): Use it.
16410
16411 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16412
16413 * net/tramp-fish.el (tramp-fish-handle-process-file):
16414 Rewrite temporary file handling.
16415
16416 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
16417
16418 * vc.el: Workfile version -> focus version change. Port various
16419 comments from new VC to reduce the noise in the diff.
16420 Patch in the new vc-create-repo function to go with the
16421 header comment about it already present.
16422 There are no changes to existing logic in this patch.
16423 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16424
16425 2007-10-06 Aaron Hawley <aaronh@garden.org>
16426
16427 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16428
16429 2007-10-05 Chris Moore <dooglus@gmail.com>
16430
16431 * server.el (server-kill-new-buffers): Doc fix.
16432
16433 2007-10-05 John W. Eaton <jwe@octave.org>
16434
16435 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16436 (octave-begin-keywords): Add "do".
16437 (octave-end-keywords): Remove "end".
16438 (octave-reserved-words): Add "end". Remove "all_va_args",
16439 "gplot", and 'gsplot".
16440 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16441 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16442 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16443 "default_return_value", "define_all_return_values",
16444 "do_fortran_indexing", "empty_list_elements_ok",
16445 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16446 "ok_to_lose_imaginary_part", "prefer_column_vectors",
16447 "prefer_zero_one_indexing", "propagate_empty_matrices",
16448 "resize_on_range_error", "treat_neg_dim_as_zero",
16449 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16450 "warn_divide_by_zero", "warn_function_name_clash",
16451 "warn_missing_semicolon", "whitespace_in_literal_matrix".
16452 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16453 "crash_dumps_octave_core", "sighup_dumps_octave_core",
16454 "sigterm_dumps_octave_core".
16455 (octave-block-match-alist): Remove "end" from block-end keywords.
16456 (octave-mode): Update ftp site address.
16457
16458 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16459
16460 * vc.el: Reorder functions, no code changes.
16461
16462 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16463
16464 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16465 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16466 the cond clauses where needed.
16467 (tramp-handle-write-region): Rearrange code for proper handling of
16468 tmpfile.
16469
16470 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16471
16472 * net/tramp.el:
16473 * net/tramp-fish.el:
16474 * net/tramp-ftp.el:
16475 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16476 `tramp-compat-make-temp-file'.
16477
16478 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16479
16480 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16481
16482 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16485 already uses a more recent copyright version than the "current" one.
16486
16487 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16488
16489 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16490 (doc-view-insert-image): Minor aesthetical docstring changes.
16491
16492 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16493
16494 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16495 completing filename.
16496 (doc-view-search-internal): Docstring change.
16497
16498 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16499
16500 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16501 (tramp-file-name-handler-alist):
16502 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16503 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16504 used before, creates the file already, which is not desired.
16505 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16506 temporary file.
16507 (tramp-handle-insert-file-contents): Assign the result in the
16508 short track case.
16509 (tramp-handle-insert-file-contents-literally): New defun.
16510 (tramp-completion-mode-p): Revert change from 2007-09-24.
16511 Checking for `return' etc as last character is not sufficient, for
16512 example in dired-mode when entering <g> (revert-buffer) or
16513 <s> (dired-sort).
16514
16515 * net/tramp-compat.el (top): Add also compatibility code for loading
16516 appropriate timer package.
16517 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16518 order to avoid autoloading problems.
16519
16520 * net/tramp-fish.el:
16521 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16522
16523 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16524 where the second parameter of `copy-file' or `rename-file' is a
16525 remote file but not via ftp.
16526
16527 2007-10-02 Richard Stallman <rms@gnu.org>
16528
16529 * frame.el (cursor-in-non-selected-windows): Doc fix.
16530
16531 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16532
16533 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16534 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16535
16536 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16537
16538 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16539 when `expt' doesn't give range errors.
16540
16541 2007-10-01 Markus Triska <markus.triska@gmx.at>
16542
16543 * calc/calc-math.el (math-smallest-emacs-expt):
16544 Make the computation more robust.
16545
16546 2007-09-30 David Kastrup <dak@gnu.org>
16547
16548 * startup.el (argv): Alias for `command-line-args-left' to use as
16549 `(pop argv)' inside of --eval command sequences. Allows for
16550 passing shell commands into Emacs verbatim without need for Lisp
16551 quoting.
16552
16553 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16554 check only for changed size.
16555 (auto-revert-tail-handler): Get size from caller. If the file has
16556 shrunk, tail the whole file again (the file presumably has been
16557 rewritten).
16558
16559 * woman.el (woman-topic-all-completions, woman-mini-help):
16560 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16561 actually was being manipulated in the loop.
16562 (woman-Cyg-to-Win, woman-pre-process-region)
16563 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16564 (woman-strings, woman-special-characters, woman1-hc)
16565 (woman-change-fonts, woman-find-next-control-line):
16566 Use `match-beginning' rather than `match-string' when the result is
16567 just used as a flag.
16568
16569 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16570
16571 * net/tramp-compat.el: New file.
16572
16573 * net/tramp.el:
16574 * net/tramp-fish.el:
16575 * net/tramp-smb.el:
16576 * net/tramp-uu.el:
16577 * net/trampver.el: Move compatibility code to tramp-compat.el.
16578 Apply `mapc' instead of `mapcar' when the code needs side effects
16579 only. Move utf-8 coding cookie to the second line.
16580
16581 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16582
16583 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16584 Improve custom type.
16585 (icon-map-list): Make it customizable. Document how to disable
16586 stock icons.
16587
16588 2007-09-30 Richard Stallman <rms@gnu.org>
16589
16590 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16591
16592 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16593
16594 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16595 (t-mouse-mode): New compatibility alias.
16596
16597 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16598
16599 * server.el (server-delete-client): Only delete the terminal if it
16600 is non-nil.
16601
16602 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16603
16604 * net/tramp.el (with-file-property, with-connection-property):
16605 Highlight as keyword.
16606 (tramp-rfn-eshadow-setup-minibuffer)
16607 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16608 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16609 (tramp-do-copy-or-rename-file-directly)
16610 (tramp-do-copy-or-rename-file-out-of-band)
16611 (tramp-handle-shell-command, tramp-get-debug-buffer)
16612 (tramp-send-command-and-read, tramp-equal-remote)
16613 (tramp-get-local-gid): Pacify byte-compiler.
16614 (tramp-handle-file-name-directory): Result shall not be expanded.
16615 (tramp-find-foreign-file-name-handler): Rewrite.
16616 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16617
16618 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16619
16620 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16621 Apply `tramp-completion-mode-p'.
16622 (tramp-fish-handle-set-file-times)
16623 (tramp-fish-handle-executable-find)
16624 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16625 (tramp-fish-retrieve-data): Pacify byte-compiler.
16626
16627 * net/tramp-gw.el (tramp-gw-basic-authentication):
16628 Call `tramp-read-passwd' with first parameter `nil'.
16629
16630 2007-09-28 Glenn Morris <rgm@gnu.org>
16631
16632 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16633 than mapcar.
16634
16635 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16636 (tex-suscript-height-minimum): New customizable variables.
16637 (tex-suscript-height): New function.
16638 (superscript, subscript): Set height using tex-suscript-height
16639 rather than fixing at 0.8.
16640 (tex-fontify-script, tex-font-script-display): Add :version tag.
16641
16642 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16643
16644 * progmodes/python.el (python-eldoc-function): Doc fix.
16645
16646 2007-09-27 Glenn Morris <rgm@gnu.org>
16647
16648 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16649 image if it is not in image-type-auto-detectable, or is there with
16650 a nil value.
16651
16652 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16653
16654 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16655 connection more robust.
16656
16657 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16658
16659 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16660 Deal with the case that special &keywords are at the beginning or
16661 end of the argument list. Also add some (incomplete) support for
16662 non-standard arglists.
16663
16664 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16665
16666 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16667 (eldoc-message-commands, eldoc-current-idle-delay)
16668 (eldoc-function-argstring-format): Fix typos in docstrings.
16669
16670 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16671
16672 * calc/calc-units.el (calc-convert-units)
16673 (calc-convert-temperature): Remove unnecessary colons.
16674
16675 2007-09-26 Bastien Guerry <bzg@altern.org>
16676
16677 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16678 New function.
16679 (org-export-latex-remove-from-headlines): Name changed because of typo.
16680 (org-export-latex-quotation-marks-convention): Option removed.
16681 (org-export-latex-make-preamble): Handle the DATE option.
16682 (org-export-latex-cleaned-string): Now the only cleaning function,
16683 synched up with org.el.
16684 (org-export-latex-lists, org-export-latex-parse-list)
16685 (org-export-list-to-latex): New functions.
16686
16687 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16688
16689 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16690 (org-outline-regexp): New constant.
16691 (org-remember-handler): Throw error when the target file is not in
16692 org-mode.
16693 (org-cleaned-string-for-export): No longer call
16694 `org-export-latex-cleaned-string' with an argument.
16695 (org-get-tags): Returns now a list, not a string.
16696 (org-get-tags-string): New function.
16697 (org-archive-subtree): No need to split return of `org-get-tags'.
16698 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16699 instead of `org-get-tags'.
16700 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16701 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16702 (org-compatible-face): New argument INHERITS. Inherit from this
16703 face if possible.
16704 (org-level-1, org-level-2, org-level-3, org-level-4)
16705 (org-level-5, org-level-6, org-level-7, org-level-8)
16706 (org-special-keyword, org-drawer, org-column, org-warning)
16707 (org-archived, org-todo, org-done, org-headline-done, org-table)
16708 (org-formula, org-code, org-agenda-structure)
16709 (org-scheduled-today, org-scheduled-previously)
16710 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16711 in the new way.
16712 (org-get-heading): New argument NO-TAGS.
16713 (org-fast-tag-selection-include-todo): Made defvar instead of
16714 defcustom, feature is not deprecated.
16715 (org-remember-store-without-prompt): New default value t.
16716 (org-todo-log-states): New variable.
16717 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16718 Compute the log states.
16719 (org-goto-map): More commands copied from global map. Also bind
16720 `org-occur'.
16721 (org-goto): Made into a general lookup command.
16722 (org-get-location): Complete rewrite.
16723 (org-goto-exit-command): New variable.
16724 (org-goto-selected-point): New variable.
16725 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16726 Set the new variables.
16727 (org-paste-subtree): Whitespace insertion strategy revised.
16728 (org-remember-apply-template): Protect v-A from the possibility
16729 that v-a might be nil.
16730 (org-remember-handler): Insertion rules revised.
16731 (org-todo): Respect org-todo-log-states.
16732 (org-up-heading-safe): New function.
16733 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16734
16735 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16736
16737 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16738 region if in transient-mark-mode.
16739
16740 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16741
16742 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16743 * calc/calc-help.el (calc-full-help):
16744 * calc/calc-misc.el (another-calc):
16745 * calc/calc-store.el (calc-var-name-map):
16746 * calc/calc-stuff.el (calc-flush-caches):
16747 * calc/calc-units.el (math-build-units-table):
16748 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16749 (calc-quit):
16750 * calendar/icalendar.el (icalendar--format-ical-event)
16751 (icalendar--convert-ical-to-diary):
16752 * emacs-lisp/authors.el (authors):
16753 * emacs-lisp/cust-print.el (custom-print-install)
16754 (custom-print-uninstall):
16755 * emacs-lisp/disass.el (disassemble-1):
16756 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16757 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16758 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16759 (elint-check-let-form, elint-check-condition-case-form)
16760 (elint-initialize):
16761 * emacs-lisp/elp.el (elp-results):
16762 * emacs-lisp/generic.el (generic-mode-internal):
16763 * emacs-lisp/re-builder.el (reb-delete-overlays):
16764 * emacs-lisp/regi.el (regi-interpret):
16765 * emacs-lisp/sregex.el (sregex--char-aux):
16766 * emulation/cua-rect.el (cua--deactivate-rectangle)
16767 (cua--highlight-rectangle, cua--rectangle-post-command):
16768 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16769 * emulation/viper-macs.el (viper-describe-kbd-macros)
16770 (viper-describe-one-macro):
16771 * emulation/viper-util.el (viper-setup-master-buffer):
16772 * emulation/viper.el (set-viper-state-in-major-mode):
16773 * international/mule-diag.el (describe-current-coding-system):
16774 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16775 * mail/emacsbug.el (report-emacs-bug):
16776 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16777 * obsolete/hilit19.el (hilit-unhighlight-region)
16778 (hilit-set-mode-patterns):
16779 * play/solitaire.el (solitaire-check, solitaire-solve):
16780 * play/zone.el (zone-pgm-rotate):
16781 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16782 * progmodes/ada-prj.el (ada-prj-display-page):
16783 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16784 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16785 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16786 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16787 * progmodes/sh-script.el (sh-make-vars-local)
16788 (sh-reset-indent-vars-to-global-values):
16789 * progmodes/sql.el (top):
16790 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16791 * progmodes/xscheme.el (top):
16792 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16793 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16794 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16795 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16796 (artist-submit-bug-report):
16797 * textmodes/flyspell.el (flyspell-delay-commands)
16798 (flyspell-deplacement-commands):
16799 * textmodes/table.el (table--generate-source-epilogue, table-insert)
16800 (table--generate-source-cells-in-a-row, table--make-cell-map)
16801 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16802
16803 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
16804
16805 * allout.el (produce-allout-mode-map, allout-process-exposed):
16806 * ansi-color.el (ansi-color-make-color-map):
16807 * autoinsert.el (auto-insert):
16808 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16809 * dired-aux.el (dired-create-files):
16810 * dired.el (dired-restore-desktop-buffer):
16811 * ediff-diff.el (ediff-setup-fine-diff-regions):
16812 * ediff-mult.el (ediff-intersect-directories)
16813 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16814 (ediff-redraw-registry-buffer):
16815 * ediff-ptch.el (ediff-fixup-patch-map):
16816 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16817 (ediff-really-quit, ediff-clear-diff-vector):
16818 * emerge.el (emerge-really-quit):
16819 * ffap.el (ffap-replace-file-component):
16820 * filecache.el (file-cache-add-directory)
16821 (file-cache-add-directory-recursively)
16822 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16823 (file-cache-delete-directory, file-cache-files-matching-internal)
16824 (file-cache-display):
16825 * files.el (cd):
16826 * find-lisp.el (find-lisp-insert-directory):
16827 * finder.el (finder-compile-keywords):
16828 * help.el (view-emacs-news):
16829 * hi-lock.el (hi-lock-write-interactive-patterns):
16830 * ido.el (ido-to-end, ido-set-matches-1):
16831 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16832 (image-dired-mark-tagged-files):
16833 * jka-cmpr-hook.el (jka-compr-get-compression-info):
16834 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16835 * ps-print.el (ps-background, ps-begin-file)
16836 (ps-build-reference-face-lists):
16837 * simple.el (clone-buffer):
16838 * startup.el (command-line):
16839 * tempo.el (tempo-insert-template, tempo-is-user-element)
16840 (tempo-forward-mark, tempo-backward-mark):
16841 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16842
16843 2007-09-25 Glenn Morris <rgm@gnu.org>
16844
16845 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16846
16847 * view.el (view-search-no-match-lines): Add a doc string.
16848 Rewrite to simplify and work better.
16849
16850 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16851
16852 * progmodes/cc-mode.el (c-mode-base-map):
16853 Use c-indent-line-or-region instead of c-indent-line.
16854
16855 * indent.el (indent-for-tab-command): First check if the region is
16856 active.
16857
16858 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
16859
16860 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16861 whitespace-rescan-timer-time is 0.
16862
16863 2007-09-24 Karl Berry <karl@gnu.org>
16864
16865 * international/mule.el (coding-system-base): Fix doc string grammar.
16866
16867 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
16868
16869 * net/tramp.el (tramp-completion-mode-p): Rename from
16870 `tramp-completion-mode'. Revert logic, check `return', `newline'
16871 and such alike. Packages like Icicles tend to use other completion
16872 characters but `tab' and `space' only.
16873
16874 2007-09-24 Adam Hupp <adam@hupp.org>
16875
16876 * progmodes/python.el (run-python): Import emacs module without
16877 waiting; prevents lockup on error.
16878
16879 2007-09-23 Richard Stallman <rms@gnu.org>
16880
16881 * mail/sendmail.el (mail-bury): Delete the frame
16882 if this frame looks like it was made for this message.
16883
16884 * completion.el (completion-separator-self-insert-command)
16885 (completion-separator-self-insert-autofilling):
16886 If `self-insert-command' has been remapped, use the substitute.
16887
16888 * simple.el (copy-region-as-kill): Doc fix.
16889
16890 * textmodes/org.el (org-confirm-shell-link-function)
16891 (org-confirm-elisp-link-function): Doc fixes.
16892
16893 2007-09-23 Glenn Morris <rgm@gnu.org>
16894
16895 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16896
16897 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
16898
16899 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16900
16901 * term/tvi970.el (terminal-init-tvi970): Likewise.
16902
16903 * term/sun-mouse.el (print-mouse-format): Likewise.
16904
16905 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16906 Use forward-line instead of previous-line and next-line.
16907
16908 2007-09-22 Juri Linkov <juri@jurta.org>
16909
16910 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16911
16912 * tutorial.el (tutorial--default-keys): Update standard bindings:
16913 rename `iconify-or-deiconify-frame' to `suspend-frame',
16914 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16915
16916 2007-09-22 Juri Linkov <juri@jurta.org>
16917
16918 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16919 Add help-echo to external links and to links without description.
16920 (fancy-splash-insert): Use help-echo from the 3rd element of the
16921 link specification list, or "Follow this link" if it's nil. Doc fix.
16922
16923 2007-09-22 Juri Linkov <juri@jurta.org>
16924
16925 * startup.el (command-line): Rename `inhibit-startup-message' to
16926 `inhibit-startup-screen'.
16927 (fancy-about-text): Use shorter label for "Ordering Manuals".
16928 (fancy-startup-tail): Add optional arg `concise'. When `concise'
16929 is nil, display a line with "To start..." and 3 links to useful
16930 tasks. Display the "Dismiss" button and "Don't show this message
16931 again" only when concise is non-nil.
16932 (fancy-startup-screen): Call `fancy-startup-tail' with optional
16933 arg `concise'. If CONCISE is non-nil, display a concise version
16934 of the splash screen in another window. Otherwise, switch to the
16935 startup buffer in the same window.
16936 (startup-echo-area-message): Change displayed binding from
16937 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16938 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16939 the GNU system".
16940 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16941 to "*GNU Emacs*".
16942 (display-about-screen): Don't check the existence of the buffer
16943 "*About GNU Emacs*".
16944 (display-splash-screen): Make alias to `display-startup-screen'.
16945 (command-line-1): Rename `inhibit-startup-message' to
16946 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
16947 started with command line options "-f", "-funcall", "-e", "-eval",
16948 "-execute", "-insert", "-find-file", "-file", "-visit".
16949 Inhibit startup screen when Emacs is started with a file name only
16950 on tty (i.e. don't inhibit it when started with a file name like
16951 "emacs FILE..." on a window system).
16952 (command-line-1): Simplify logic of displaying the startup screen:
16953 if file-count > 0, then display the concise version in another
16954 window, otherwise display full version in the same window.
16955
16956 * help.el (help-map): Bind C-h C-a to about-emacs.
16957 (help-for-help-internal): Add C-a description to C-h help text.
16958
16959 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
16960
16961 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16962 (checkdoc-permit-comma-termination-flag): Autoload the
16963 safe-local-variable setting.
16964
16965 * bookmark.el (bookmark-xemacsp): Remove.
16966 (bookmark-make): Don't use bookmark-xemacsp,
16967 use (featurep 'xemacs) instead.
16968
16969 * speedbar.el (speedbar-frame-mode)
16970 (speedbar-frame-reposition-smartly)
16971 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16972 (speedbar-check-vc): Remove use of non-existent variable
16973 dframe-xemacsp, use (featurep 'xemacs) instead.
16974
16975 * indent.el (indent-for-tab-command): Indent the region if
16976 transient-mark-mode and the region is active.
16977
16978 2007-09-21 Francesco Potortì <pot@gnu.org>
16979
16980 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16981 add inferior-octave-directory-tracker to the buffer-local value
16982 of comint-input-filter-functions.
16983
16984 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16985
16986 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16987
16988 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
16989
16990 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16991 on w32 frames.
16992
16993 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * startup.el (normal-top-level): Remove DISPLAY from
16996 process-environment to let it be computed dynamically in callproc.c.
16997
16998 * frame.el (frame-initialize, make-frame):
16999 * faces.el (tty-set-up-initial-frame-faces):
17000 * env.el (setenv): Don't set display-environment-variable.
17001
17002 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17003 (server-create-tty-frame): Don't set unused `tty' property.
17004 Set `display' instead of display-environment-variable.
17005 (server-create-window-system-frame): No display-environment-variable.
17006
17007 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17008
17009 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17010 (rfn-eshadow-update-overlay-hook): New defvars.
17011 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17012 Run the hooks.
17013
17014 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17015 (tramp-rfn-eshadow-setup-minibuffer)
17016 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17017 rfn-eshadow.el.
17018
17019 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17020 timeout.
17021
17022 2007-09-21 Glenn Morris <rgm@gnu.org>
17023
17024 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17025 * term/sun-mouse.el (suspend-emacstool): Remove.
17026 * term/sun.el: Remove emacstool-related code.
17027
17028 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17029 (byte-compile-warnings-safe-p): Add `mapcar'.
17030 (byte-compile-warning-types): Add mapcar and make-local.
17031 (byte-compile-normal-call): Add option to suppress mapcar warning.
17032 (top-level): Use mapc rather than mapcar in eval-when-compile.
17033
17034 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17035 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17036 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17037 Handle escaped parens.
17038 (latex-forward-sexp): Doc fix.
17039
17040 * eshell/esh-mode.el (eshell-output-filter-functions):
17041 Add eshell-postoutput-scroll-to-bottom.
17042
17043 * loadup.el: Remove termdev.
17044
17045 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17046 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17047
17048 2007-09-21 Markus Triska <markus.triska@gmx.at>
17049
17050 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17051 `mapcar' is called for effect.
17052
17053 2007-09-21 Kevin Ryde <user42@zip.com.au>
17054
17055 * international/mule.el (sgml-html-meta-auto-coding-function):
17056 Bind `case-fold-search' to t.
17057
17058 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * termdev.el: Remove.
17061
17062 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17063 (frames-on-display-list): Use it.
17064
17065 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17066
17067 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17068
17069 2007-09-20 Richard Stallman <rms@gnu.org>
17070
17071 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17072
17073 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17076
17077 2007-09-20 Glenn Morris <rgm@gnu.org>
17078
17079 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17080 motion functions, rather than hard-coding "\n\n".
17081 (tex-validate-region): Check for eobp, to speed up.
17082 (tex-next-unmatched-end): Doc fix.
17083
17084 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17087
17088 * international/mule.el (auto-coding-alist): Rar archives are binary.
17089
17090 * arc-mode.el: Add basic support for Rar.
17091 (archive-find-type): Recognize Rar's signature.
17092 (archive-desummarize): New fun.
17093 (archive-summarize): Use it to restore the buffer's data in case
17094 someone wants to switch to some other major mode.
17095 (archive-resummarize): Use it as well.
17096 (archive-rar-summarize, archive-rar-extract): New functions.
17097
17098 * filesets.el: Remove spurious * in docstrings.
17099 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17100 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17101 (filesets-ingroup-collect): Remove unused arg `depth'.
17102 (filesets-update): Remove unused arg `version'.
17103
17104 * finder.el (finder-compile-keywords): Fix up comment style.
17105 (finder-mouse-face-on-line): previous-line -> forward-line.
17106
17107 * recentf.el: Remove spurious * in docstrings.
17108 (recentf-save-list): Fix up comment style.
17109
17110 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17111 (octave-mode-map): Move init into declaration and remove \t binding.
17112 (octave-mode-startup-message): Remove unused var.
17113 (octave-scan-blocks): Remove unused arg `from'.
17114 (octave-forward-block, octave-down-block, octave-up-block):
17115 Update callers.
17116
17117 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17118 (meta-mode-map): Likewise and remove \t binding.
17119
17120 * net/snmp-mode.el: Remove spurious * in docstrings.
17121 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17122 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17123 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17124 that completion accepts lists of strings.
17125 (snmp-mode-syntax-table): Move initialization into declaration.
17126 (snmp-mode-map): Likewise and remove \t binding.
17127 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17128 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17129 (snmp-indent-command): Remove.
17130
17131 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17132 binding, so tab-always-indent works right.
17133
17134 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17135
17136 * net/browse-url.el (browse-url-elinks-new-window): New function.
17137 (browse-url-elinks): Use browse-url-elinks-new-window.
17138 Accept optional second argument `new-window'. Fix typo in doc-string.
17139 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17140 Improve error message.
17141
17142 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17143
17144 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17145 parameter name in the function body.
17146 Reported by Johannes Weiner.
17147
17148 2007-09-19 Glenn Morris <rgm@gnu.org>
17149
17150 * net/socks.el (socks-open-network-stream): Signal an explicit
17151 error if the port associated with a service string can't be found.
17152
17153 * textmodes/tex-mode.el (tex-terminate-paragraph):
17154 Use backward-paragraph.
17155
17156 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * server.el (server-running-p): New function.
17159
17160 2007-09-18 Jason Rumney <jasonr@gnu.org>
17161
17162 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17163 x-focus-frame.
17164
17165 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17166 Use x-focus-frame for w32.
17167
17168 2007-09-17 David Kastrup <dak@gnu.org>
17169
17170 * textmodes/tex-mode.el (tex-verbatim-environments):
17171 Eliminate CL dependency.
17172
17173 2007-09-17 Richard Stallman <rms@gnu.org>
17174
17175 * newcomment.el (comment-add): New arg EXTRA.
17176 (comment-region-default): Pass EXTRA if not indenting lines.
17177
17178 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17179
17180 * net/browse-url.el (browse-url-url-encode-chars): New function.
17181 URL-encode some chars in a string.
17182 (browse-url-encode-url): Rewrite using the previous function.
17183 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17184 (browse-url-elinks-sentinel): Fix typo.
17185 (browse-url-new-window-flag): Doc change.
17186
17187 2007-09-17 Glenn Morris <rgm@gnu.org>
17188
17189 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17190 filename from `--file-line-error', if it is available.
17191
17192 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17193
17194 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17195 TeX `--file-line-error' format.
17196
17197 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17198
17199 * xt-mouse.el: Delete add-hook calls that were moved to
17200 xterm-mouse-mode.
17201 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17202 does not work.
17203
17204 2007-09-17 Richard Stallman <rms@gnu.org>
17205
17206 * cus-face.el (custom-theme-set-faces): Undo previous change.
17207
17208 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17209
17210 2007-09-17 Glenn Morris <rgm@gnu.org>
17211
17212 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17213 handling the case where the region is not in `tex-main-file'.
17214 (tex-region-1): Delete.
17215 (tex-region-header): New function, doing the header part of the
17216 old tex-region-1.
17217
17218 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17219
17220 * simple.el (newline): Simplify use of prefix-numeric-value.
17221 (line-move-partial): Remove unused var `ppos'.
17222 (line-move-1): Replace 9999 with most-positive-fixnum.
17223 (move-end-of-line): Use more efficient single-property search.
17224 (move-beginning-of-line): Remove unused var `start'.
17225 (blink-matching-open): Restructure in a more functional style.
17226
17227 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17228
17229 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17230
17231 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * server.el (server-clients): Only keep procs, no properties any more.
17234 (server-client): Remove.
17235 (server-client-get, server-client-set): Remove, replace all callers by
17236 process-get and process-put resp.
17237 (server-clients-with, server-add-client, server-delete-client)
17238 (server-create-tty-frame, server-create-window-system-frame)
17239 (server-process-filter, server-execute, server-visit-files)
17240 (server-buffer-done, server-kill-buffer-query-function)
17241 (server-kill-emacs-query-function, server-switch-buffer)
17242 (server-save-buffers-kill-terminal): Update accordingly.
17243
17244 * server.el (server-with-environment): Simplify.
17245 (server-select-display, server-unselect-display): Re-add functions that
17246 seem to have been lost in the multi-tty merge.
17247 (server-eval-and-print, server-create-tty-frame)
17248 (server-create-window-system-frame, server-goto-toplevel)
17249 (server-execute, server-return-error): New functions extracted from
17250 server-process-filter.
17251 (server-execute-continuation): New functions.
17252 (server-process-filter): Restructure so that all arguments are analysed
17253 first and then acted upon in a subsequent stage. This way
17254 server-goto-toplevel can be executed later, when we know if
17255 it's necessary.
17256 Remove the "-version" and "-version-good" support.
17257
17258 2007-09-16 Drew Adams <drew.adams@oracle.com>
17259
17260 * cus-edit.el (custom-face-edit-activate): Doc fix.
17261
17262 2007-09-16 Glenn Morris <rgm@gnu.org>
17263
17264 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17265 Following cal-bahai renaming, update all instances of
17266 list-bahai-diary-entries to diary-bahai-list-entries,
17267 mark-bahai-diary-entries to diary-bahai-mark-entries,
17268 calendar-goto-bahai-date to calendar-bahai-goto-date,
17269 insert-bahai-diary-entry to diary-bahai-insert-entry,
17270 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17271 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17272 calendar-print-bahai-date to calendar-bahai-print-date.
17273
17274 * textmodes/tex-mode.el (tex-region): Handle the case where the
17275 region is not in `tex-main-file'. Move the old code that applies
17276 to both cases...
17277 (tex-region-1): ...to this new function.
17278
17279 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * vc.el (vc-process-sentinel): New function.
17282 (vc-exec-after): Use it instead of using ugly hackish analysis and
17283 construction of Elisp code.
17284 (vc-sentinel-movepoint): New dynamically scoped var.
17285 (vc-print-log, vc-annotate): Set it to move the user's point.
17286
17287 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17288 inhibit-modification-hooks.
17289
17290 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17291 (calendar-bahai-print-date, calendar-bahai-goto-date)
17292 (diary-bahai-list-entries, diary-bahai-insert-entry):
17293 New names to clean up the namespace a bit more.
17294 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17295
17296 2007-09-15 Glenn Morris <rgm@gnu.org>
17297
17298 * calendar/holidays.el (holiday-list): Rename it back to
17299 `list-holidays', but leave `holiday-list' as an alias.
17300
17301 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17302 custom group.
17303
17304 * textmodes/css-mode.el (css): New custom group.
17305 (css-electrick-keys, css-selector, css-property)
17306 (css-indent-offset): Specify custom group.
17307
17308 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17311 (cvs-execute-single-file): Use process-file.
17312 (cvs-run-process): Use start-file-process.
17313
17314 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17315
17316 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17317 level. Remove the hooks when turning off the mode.
17318
17319 * term/xterm.el: Require xt-mouse at compile time.
17320 (terminal-init-xterm): Turn on xterm mouse tracking for this
17321 terminal if xterm-mouse-mode is enabled.
17322
17323 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17324
17325 * term/xterm.el (xterm-function-map): Replace bindings that were
17326 deleted by the merge.
17327
17328 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17329
17330 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17331 (bubbles-mode-map): Move define-key statements here.
17332 (bubbles-game-theme-menu): Ditto.
17333 (bubbles-graphics-theme-menu): Ditto.
17334 (bubbles-menu): Ditto.
17335 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17336 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17337 (bubbles-plop): Set buffer-undo-list, redisplay.
17338 (bubbles-undo): Reset buffer-undo-list, redisplay.
17339 (bubbles--show-images): Take care of missing text properties.
17340
17341 2007-09-14 Glenn Morris <rgm@gnu.org>
17342
17343 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17344 quoting.
17345
17346 * calendar/cal-hebrew.el, calendar/cal-menu.el
17347 * calendar/calendar.el, calendar/diary-lib.el
17348 * calendar/holidays.el: Rename all instances of
17349 list-calendar-holidays callers to calendar-list-holidays,
17350 list-holidays to holiday-list, check-calendar-holidays to
17351 calendar-check-holidays, mark-calendar-holidays to
17352 calendar-mark-holidays, and filter-visible-calendar-holidays to
17353 holiday-filter-visible-calendar.
17354
17355 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17356
17357 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17358
17359 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17360
17361 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17362 Use transparent background for empty cells in graphics mode.
17363
17364 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17365
17366 * man.el (Man-default-man-entry): At end of line, continue looking
17367 to the next line for possible end of hyphenated command.
17368
17369 2007-09-13 Chris Moore <dooglus@gmail.com>
17370
17371 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17372 the command being edited.
17373
17374 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17375
17376 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17377
17378 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
17379
17380 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17381 C-M-S- keys.
17382
17383 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17384
17385 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
17386
17387 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17388 New argument `filename-p' to use one set of confusing chars or another.
17389 (browse-url-file-url): Use the argument.
17390 Suggested by Johannes Weiner.
17391
17392 2007-09-12 Romain Francoise <romain@orebokech.com>
17393
17394 * cus-start.el (all): Revert 2007-09-08 change.
17395
17396 2007-09-12 Aaron Hawley <aaronh@garden.org>
17397
17398 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17399 extract .Z files, since it is more common than uncompress.
17400
17401 2007-09-12 Glenn Morris <rgm@gnu.org>
17402
17403 * textmodes/org-publish.el (org-publish-org-to-html): Remove
17404 duplicate function definition.
17405
17406 2007-09-10 Chris Moore <dooglus@gmail.com>
17407
17408 * diff-mode.el (diff-sanity-check-hunk):
17409 Also accept single-line hunks.
17410
17411 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
17412
17413 * startup.el (startup-screen-inhibit-startup-screen)
17414 (pure-space-overflow-message): New vars.
17415 (fancy-splash-insert): Allow functions for face and link specs.
17416 (fancy-splash-head): Remove unused arg. Move splash text...
17417 (fancy-startup-text, fancy-about-text): ...here.
17418 (fancy-startup-tail): Rename from fancy-splash-tail.
17419 (fancy-startup-screen, fancy-about-screen): Split off from
17420 fancy-splash-screens.
17421 (display-startup-screen): New function.
17422 (display-about-screen): Rename from display-splash-screen.
17423 (command-line-1): Use concise startup screen if necessary.
17424
17425 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
17426
17427 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17428 Reported by Jan Djärv <jan.h.d@swipnet.se>.
17429
17430 2007-09-10 Dave Love <fx@gnu.org>
17431
17432 * outline.el (outline-4, outline-5, outline-7):
17433 Move font-lock-builtin-face down from 4 to 7 to better keep the
17434 progression of color brightness, and to better match Org-mode's faces.
17435
17436 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17437
17438 * progmodes/meta-mode.el (meta-font-lock-keywords)
17439 (font-lock-match-meta-declaration-item-and-skip-to-next)
17440 (meta-comment-indent, meta-indent-previous-line)
17441 (meta-indent-unfinished-line, meta-beginning-of-defun)
17442 (meta-end-of-defun, meta-common-initialization): Handle \f.
17443 (meta-indent-unfinished-line): Do not handle a `%' in a string as
17444 a comment-start.
17445
17446 * files.el (file-modes-char-to-who, file-modes-char-to-right)
17447 (file-modes-rights-to-number): Auxiliary functions for symbolic to
17448 numeric notation of file modes.
17449 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
17450 numeric value.
17451 (read-file-modes): New. Read either an octal value of a file mode or a
17452 symbolic value, and return its numeric value.
17453
17454 * dired-aux.el (dired-do-chmod): Change to use the built-in
17455 `set-file-modes' and the previous symbolic mode parsing functions.
17456
17457 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * textmodes/texinfo.el: Remove spurious * in docstrings.
17460 (texinfo-mode-syntax-table, texinfo-mode-map):
17461 Initialize in the declaration.
17462
17463 * tmm.el: Remove spurious * in docstrings.
17464 (tmm-prompt): Use with-current-buffer.
17465
17466 * vcursor.el: Remove spurious * in docstrings.
17467 (vcursor-map): Initialize in the declaration.
17468 (vcursor-use-vcursor-map): Use define-minor-mode.
17469 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17470
17471 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17472 Initialize in the declaration.
17473 (widget-minor-mode): Use define-minor-mode.
17474
17475 * woman.el (woman-mode-map, woman-syntax-table):
17476 Initialize in the declaration.
17477
17478 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17479
17480 * doc-view.el: New file.
17481
17482 2007-09-09 Juri Linkov <juri@jurta.org>
17483
17484 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17485
17486 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17487
17488 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17489 to "Startup screen". Fix docstring.
17490 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17491 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17492 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17493 (initial-scratch-message): Fix docstring.
17494 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17495 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17496 Add link to "Customize Startup" and set interval between links to
17497 5 spaces.
17498 (fancy-about-text): Add links "Authors" and "Contributing".
17499 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17500 and "This is " on the about screen. Add link to
17501 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17502 For the about screen move emacs version to the header from
17503 `fancy-splash-tail' (as it's done already for normal about screen).
17504 (fancy-splash-tail): Insert emacs version only for startup screen.
17505 (normal-splash-screen): Remove duplicate empty lines.
17506 (normal-about-screen): Add links "Authors" and "Contributing".
17507
17508 * menu-bar.el (menu-bar-help-menu):
17509 Move "About Emacs" and "About GNU" to the end of the Help menu.
17510 Move "Emacs Psychotherapist" after "Send Bug Report...".
17511 Move "External Packages" after "Find Emacs Packages".
17512
17513 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17514
17515 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17516 they are useless with the byte compiler.
17517 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17518 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17519 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17520 (tramp-file-name-real-host, tramp-file-name-port)
17521 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17522 defuns.
17523
17524 * net/tramp-cache.el (top): Improve error message when
17525 `tramp-persistency-file-name' is corrupted.
17526
17527 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17528
17529 * textmodes/org.el (org-re): Also replace the :alpha: class.
17530 (org-todo-tag-alist): Variable removed.
17531 (org-todo-key-alist, org-todo-key-trigger): New variables.
17532 (org-use-fast-todo-selection): New option.
17533 (org-log-done): Docstring fixed.
17534 (org-deadline-warning-days): New default value 14.
17535 (org-edit-timestamp-down-means-later): New option.
17536 (org-tag-alist): Docstring fixed.
17537 (org-fast-tag-selection-include-todo): New option.
17538 (org-export-language-setup): New languages added.
17539 (org-set-regexps-and-options): Compute the new variables.
17540 (org-paste-subtree): Cleaning up.
17541 (org-remember-apply-template): New escape %A.
17542 (org-todo): Call fast TODO selection.
17543 (org-fast-todo-selection): New function.
17544 (org-add-log-note): Allow prefix for abort exit.
17545 (org-at-property-p, org-entry-properties)
17546 (org-columns-get-autowidth-alist): Use :alpha: class.
17547 (org-get-wdays): New function.
17548 (org-agenda-remove-date): New variable.
17549 (org-agenda-get-deadlines): Use `org-get-wdays'.
17550 (org-agenda-get-deadlines): Reverse ee before returning.
17551 (org-format-agenda-item): New argument REMOVE-RE.
17552 (org-agenda-convert-date): Baha'i calendar added.
17553 (org-infile-export-plist): Also find DATE line.
17554 (org-get-min-level): New function.
17555 (org-export-as-html, org-export-as-ascii): Use the date format.
17556 (org-shiftup, org-shiftdown): Use.
17557 `org-edit-timestamp-down-means-later'.
17558 (org-assign-fast-keys): New function.
17559
17560 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17561
17562 * cus-start.el (all): Add prefer-window-split-horizontally from
17563 window.c.
17564
17565 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17566
17567 * net/browse-url.el (browse-url-galeon): Fix last change.
17568 (top-level): Require cl when compiling.
17569
17570 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17571
17572 * textmodes/org-export-latex.el: arch-tag restored.
17573
17574 * textmodes/org-publish.el: arch-tag restored.
17575
17576 2007-09-08 Masatake YAMATO <jet@gyve.org>
17577
17578 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17579
17580 * progmodes/cc-langs.el: Support new keywords added to
17581 objective-c frontend of gcc.
17582 (c-simple-stmt-kwds): Add @throw.
17583 (c-block-stmt-2-kwds): Add @synchronized.
17584 (c-block-stmt-1-kwds): Add @finally and @try.
17585
17586 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17587
17588 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17589 (org-agenda-after-show-hook): New variable.
17590 (org-columns-compile-format)
17591 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17592 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17593 property names.
17594 (org-get-wdays): New function.
17595
17596 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17597
17598 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17599
17600 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17601
17602 * vc-arch.el (vc-arch-checkin): Fix typo.
17603
17604 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17605
17606 * cus-face.el (custom-theme-set-faces): Set face attributes
17607 locally for each frame.
17608
17609 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17612 via font-lock-defaults.
17613
17614 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17615 derived-mode-p.
17616
17617 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17618
17619 * progmodes/autoconf.el (autoconf-definition-regexp):
17620 Handle optional square brackets around definition name.
17621
17622 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17623
17624 * net/browse-url.el (browse-url-browser-function): Add elinks.
17625 (browse-url-elinks-wrapper): New option.
17626 (browse-url-encode-url, browse-url-elinks)
17627 (browse-url-elinks-sentinel): New functions.
17628 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17629 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17630 Use new function browse-url-encode-url.
17631
17632 2007-09-07 Glenn Morris <rgm@gnu.org>
17633
17634 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17635 say if multi-tty is present.
17636
17637 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * cus-start.el (split-window-preferred-function): Add custom info.
17640
17641 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17642 (calendar-mark-holidays, calendar-list-holidays)
17643 (holiday-filter-visible-calendar): New names to clean up namespace.
17644 (filter-visible-calendar-holidays, list-calendar-holidays)
17645 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17646 Add compatibility aliases.
17647 (calendar-check-holidays, calendar-mark-holidays)
17648 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17649 (holiday-sexp): Replace append with list.
17650 (holiday-filter-visible-calendar): Replace append with push.
17651
17652 * woman.el: Remove spurious * in docstrings.
17653 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17654 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17655 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17656 (woman-write-directory-cache, woman-display-extended-fonts)
17657 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17658 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17659 (woman-mode): Use inhibit-read-only.
17660 (woman-negative-vertical-space): Use dotimes.
17661 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17662
17663 2007-09-06 Romain Francoise <romain@orebokech.com>
17664
17665 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17666 (vc-bzr-workfile-version): Use it.
17667
17668 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17669
17670 * complete.el (PC-do-completion): Don't try to treat
17671 empty string as an abbreviation.
17672
17673 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17674
17675 * help-fns.el (describe-variable): Keep doc's text properties.
17676
17677 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17678
17679 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17680 instead of a file.
17681
17682 2007-09-06 Glenn Morris <rgm@gnu.org>
17683
17684 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17685 (checkdoc-minor-mode): Allow user to specify lighter via
17686 checkdoc-minor-mode-string.
17687
17688 2007-09-05 Richard Stallman <rms@gnu.org>
17689
17690 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17691 Several items removed, simplified, or put on one line.
17692 (fancy-about-text): Add substantial contents, part of startup text.
17693 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17694 (normal-splash-screen): Call normal-mouse-startup-screen,
17695 normal-no-mouse-startup-screen, or normal-about-screen.
17696 (normal-mouse-startup-screen): New fn, broken out, shortened.
17697 (normal-no-mouse-startup-screen): New fn, broken out.
17698 (normal-about-screen): New function, contents all new.
17699
17700 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17701
17702 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17703
17704 2007-09-05 Glenn Morris <rgm@gnu.org>
17705
17706 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17707 is bound.
17708
17709 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17710
17711 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17712 in doc string.
17713
17714 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17715
17716 * server.el (server-start, server-unload-hook): Undo previous change.
17717
17718 * xt-mouse.el: Undo previous change.
17719
17720 2007-09-04 Juri Linkov <juri@jurta.org>
17721
17722 * startup.el (fancy-about-text): New variable.
17723 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17724 (fancy-current-text, fancy-splash-stop-time)
17725 (fancy-splash-outer-buffer): Remove variables.
17726 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17727 `startup' and use it to conditionally display different texts for
17728 Startup and About screens. Don't display Help commands on the About
17729 screen.
17730 (fancy-splash-screens-1): Remove function and move its content to
17731 `fancy-splash-screens' to the part that dislpays the About screen.
17732 (exit-splash-screen): Don't treat specially exiting from
17733 alternating screens.
17734 (fancy-splash-screens): Rename argument `static' to `startup'.
17735 Fix docstring. Remove code for displaying alternating screens.
17736 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17737 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17738 for `inhibit-read-only'.
17739 (normal-splash-screen): Rename argument `static' to `startup'.
17740 Fix docstring. Use argument `startup' to conditionally display
17741 different texts for Startup and About screens. Don't display Help
17742 commands on the About screen. Remove `unwind-protect' `sit-for'
17743 delay and `kill-buffer' after it.
17744 (display-startup-echo-area-message): Remove call to
17745 `use-fancy-splash-screens-p' because image.el is preloaded and
17746 doesn't display "Loading image... done".
17747 (display-splash-screen): Rename argument `static' to `startup'.
17748 Fix docstring.
17749
17750 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17751
17752 * server.el (server-start, server-unload-hook):
17753 suspend-tty-functions has been renamed to suspend-tty-hook.
17754
17755 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17756 resume-tty-hook.
17757
17758 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17759
17760 * loadup.el: Fix merge problem, only load "button" once.
17761
17762 2007-09-03 Glenn Morris <rgm@gnu.org>
17763
17764 * vc-svn.el (vc-svn-print-log): If there is only one file, use
17765 "Working file:" as the prefix, for the sake of
17766 log-view-current-file.
17767
17768 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17769
17770 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17771 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17772 if the selected frames is in
17773 xterm-modify-other-keys-terminal-list.
17774 (xterm-turn-off-modify-other-keys): Add an optional frame
17775 parameter. Only turn off modify-other-keys if FRAME is in
17776 xterm-modify-other-keys-terminal-list.
17777 (xterm-remove-modify-other-keys): New function.
17778 (terminal-init-xterm): Use it. Deal with delete-frame hook.
17779 Add the selected frame to xterm-modify-other-keys-terminal-list.
17780
17781 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17782
17783 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17784 (icon-map-list): New variable.
17785 (x-gtk-map-stock): Use icon-map-list.
17786
17787 2007-09-02 Romain Francoise <romain@orebokech.com>
17788
17789 * log-view.el (log-view-current-file): Balance parens.
17790
17791 2007-09-02 Glenn Morris <rgm@gnu.org>
17792
17793 * comint.el (comint-mode): Don't set scroll-conservatively.
17794
17795 * eshell/em-unix.el (eshell/time): Stringify and flatten the
17796 non-command arguments.
17797
17798 * log-view.el (log-view-current-file): Give a more explicit error
17799 if log-view-file-re fails to find a match.
17800
17801 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17802
17803 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17804 Fix bug: Don't expand top-level file name more than once.
17805 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17806
17807 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17808
17809 * server.el (server-process-filter): Don't display the splash screen.
17810 It's annoying enough on the initial screen and becomes positively
17811 obnoxious here.
17812
17813 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17816 Change naming to use "avl-tree--" for internal functions.
17817
17818 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
17819
17820 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17821 the merge.
17822 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17823 (provide): Move to the end of file.
17824
17825 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17826
17827 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
17828
17829 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17830 New variable. List of exceptions for the duplicated word rule.
17831 (flyspell-mark-duplications-flag): Mention it.
17832 (flyspell-word): Treat it.
17833
17834 * files.el (create-file-buffer): If the filename sans directory starts
17835 with spaces, remove them.
17836
17837 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17838
17839 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17840 (x-gtk-map-stock): Use two directory elements when matching
17841 file name.
17842
17843 2007-08-31 James Wright <james@chumsley.org>
17844
17845 * eshell/em-unix.el (eshell/info): New function.
17846
17847 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * frame.el (frame-initialize, make-frame):
17850 * server.el (server-process-filter):
17851 * faces.el (tty-set-up-initial-frame-faces): Don't set
17852 term-environment-variable since it's not used any more.
17853
17854 * env.el (setenv): Don't treat $TERM specially.
17855
17856 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17857 stated otherwise, subprocesses do not send back escape sequences
17858 corresponding to the terminal from which Emacs was started.
17859
17860 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
17861
17862 * calculator.el: Require cl for compilation.
17863
17864 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
17865
17866 * outline.el (outline-font-lock-levels): Comment out unused var.
17867 (outline-font-lock-face): Wrap around face list to handle any
17868 nesting depth gracefully.
17869
17870 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
17871
17872 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17873 `set-file-times'.
17874
17875 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
17876
17877 * textmodes/org.el (org-export-visible): Fix drawers before export.
17878 (org-do-sort): Allow sorting by priority.
17879 (org-agenda-files): Ignore non-existing files.
17880 (org-agenda-skip-unavailable-files): New variable.
17881 (org-ellipsis): All a face as value.
17882 (org-mode): Interprete the face value of `org-ellipsis'.
17883 (org-archive-save-context-info): New option.
17884 (org-archive-subtree): Store context info in archived entry.
17885 (org-fast-tag-selection-can-set-todo-state): New variable.
17886 (org-fast-tag-selection): Allow setting TODO states through this
17887 interface.
17888 (org-cycle): Docstring updated.
17889 (org-todo-keyword-faces): New option.
17890 (org-get-todo-face): New function.
17891 (org-set-font-lock-defaults, org-agenda-highlight-todo):
17892 Use `org-get-todo-face'.
17893 (org-switch-to-buffer-other-window): New function.
17894 (org-table-edit-field, org-table-show-reference)
17895 (org-table-edit-formulas, org-add-log-note)
17896 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17897 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17898 `switch-to-buffer-other-window' to make sure that the temporary
17899 windows show up on the current frame.
17900 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17901 (org-get-entries-from-diary, org-replace-region-by-html):
17902 Don't allow pop-up frames.
17903 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17904 Fix problems with time-of-day.
17905 (org-export-get-title-from-subtree): New function.
17906 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17907 with listing items that are DONE.
17908 (org-change-tag-in-region): New command.
17909 (org-agenda-skip-scheduled-if-done)
17910 (org-agenda-skip-deadline-if-done): Docstring clarified.
17911 (org-mode): Hide drawers on startup.
17912 (org-get-todo-face): New function.
17913 (org-todo-keyword-faces): New option.
17914 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17915 (org-remove-keyword-keys): New function.
17916
17917 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
17918
17919 * progmodes/grep.el (grep-find-ignored-directories):
17920 Add monotone _MTN bookkeeping directory in workspaces.
17921 Add RCS control directory. List items in alphabetical order.
17922
17923 * progmodes/grep.el (grep-files-aliases): Add cc alias.
17924 Sort items in alphabetical order. Fix parens.
17925
17926 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17927
17928 * vc-hg.el (vc-hg-extra-menu-map): New variable.
17929 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17930 (vc-hg-pull): New functions.
17931 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17932
17933 * term/mac-win.el: Don't require url, only autoloaded url
17934 functions are used in this file.
17935
17936 2007-08-29 Andreas Schwab <schwab@suse.de>
17937
17938 * shell.el (shell): Return correct value from interactive spec.
17939
17940 2007-08-29 Glenn Morris <rgm@gnu.org>
17941
17942 * version.el (emacs-version): Increase to 23.0.50.
17943
17944 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
17945
17946 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17947
17948 2007-08-29 Juri Linkov <juri@jurta.org>
17949
17950 * loadup.el: Add "button" loading after "faces" and move "startup"
17951 to load after "button".
17952
17953 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17954
17955 * loadup.el: Load term/mac-win on a Mac using Carbon.
17956
17957 * term/mac-win.el: Provide mac-win.
17958 (mac-initialized): New variable.
17959 (mac-initialize-window-system): New function. Move global setup here.
17960 (handle-args-function-alist, frame-creation-function-alist):
17961 (window-system-initialization-alist): Add mac entries.
17962 (x-setup-function-keys): New function containing all the
17963 top level function key definitions.
17964
17965 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17966
17967 * env.el (read-envvar-name): Don't consider the environment frame param.
17968
17969 * env.el (setenv):
17970 * frame.el (frame-initialize, make-frame):
17971 * faces.el (tty-set-up-initial-frame-faces):
17972 * server.el (server-process-filter): Set
17973 display-environment-variable and term-environment-variable.
17974
17975 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17976
17977 2007-08-29 Jason Rumney <jasonr@gnu.org>
17978
17979 * loadup.el: Only load term/x-win when X is compiled in.
17980 Load term/w32-win and dependencies on windows-nt.
17981
17982 * term/w32-win.el: Reorder to match x-win.el more closely.
17983 Provide w32-win. Don't throw error when global window-system not w32.
17984 (internal-face-interactive): Remove obsolete function.
17985 (x-setup-function-keys): Use local-function-key-map.
17986 (w32-initialized): New variable.
17987 (w32-initialize-window-system): Set it.
17988 Move more global setup here.
17989 (x-setup-function-keys): New function.
17990 (w32-initialize-window-system): Move non function key global setup here.
17991 (x-cut-buffer-max): Remove.
17992 (w32-initialize-window-system): New function.
17993 (handle-args-function-alist, frame-creation-function-alist):
17994 (window-system-initialization-alist): Add w32 entries.
17995
17996 2007-08-29 David Kastrup <dak@gnu.org>
17997
17998 * env.el (getenv): Pass frame to getenv-internal.
17999
18000 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18001
18002 * version.el (emacs-version): Show if multi-tty is present.
18003
18004 * loadup.el: Delay loading env; mule-conf gets confused by cl
18005 during bootstrap. Also load termdev and term/x-win.
18006
18007 * bindings.el (mode-line-client): New variable.
18008 (help-echo): Add it to the default mode-line format.
18009
18010 * cus-start.el: Remove bogus window-system reference from GTK test.
18011
18012 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18013 (ebrowse-electric-position-mode-map):
18014 * ebuff-menu.el (electric-buffer-menu-mode-map):
18015 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18016 not `suspend-emacs'.
18017
18018 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18019 (ediff-window-setup-function): Use it as default.
18020
18021 * files.el (save-buffers-kill-terminal): New function.
18022 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18023
18024 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18025 and `with-selected-frame'.
18026
18027 * help-fns.el (describe-variable): Describe frame-local variables
18028 correctly.
18029
18030 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18031 display support.
18032 (normal-erase-is-backspace-setup-frame): New function.
18033
18034 * subr.el (with-selected-frame): New function.
18035 (read-quoted-char): Use terminal-local binding of
18036 local-function-key-map instead of function-key-map.
18037
18038 * talk.el (talk): New function.
18039 (talk-handle-delete-frame): New function.
18040 (talk-add-display): Open a new frame only if FRAME was not a frame.
18041
18042 * termdev.el: New file.
18043
18044 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18045 * term/x-win.el: Don't bind f10.
18046 * tmm.el: Remove autoload binding for f10.
18047
18048 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18049 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18050 Store the saved input method as a terminal parameter. Add keymap
18051 parameter. Use it instead of changing key-translation-map directly.
18052 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18053 Remove.
18054 (encoded-kbd-setup-display): New function.
18055
18056 * international/mule-cmds.el (set-locale-environment): Fix getenv
18057 call. Use save-buffers-kill-terminal. Ignore window-system; always
18058 set the keyboard coding system. Add DISPLAY parameter.
18059 (set-display-table-and-terminal-coding-system): Add DISPLAY
18060 parameter. Pass it to set-terminal-coding-system.
18061
18062 * international/mule.el (keyboard-coding-system): Test for
18063 encoded-kbd-setup-display, not encoded-kbd-mode.
18064 (set-terminal-coding-system, set-keyboard-coding-system): Add
18065 DISPLAY parameter.
18066 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18067
18068 * term/README: Update.
18069
18070 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18071
18072 * term/x-win.el (x-setup-function-keys): New function. Move
18073 function-key-map tweaks here. Protect against multiple calls on
18074 the same terminal. Use terminal-local binding of
18075 local-function-key-map instead of function-key-map.
18076 (x-initialize-window-system): Make a copy of pure list. Pass a
18077 frame getenv.
18078
18079 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18080 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18081 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18082 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18083 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18084 local-function-key-map instead of function-key-map.
18085
18086 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18087 `substitute-key-definition' and `define-key' calls against
18088 multiple execution. Use terminal-local binding of
18089 local-function-key-map instead of function-key-map. Pass a frame
18090 to getenv.
18091
18092 * edmacro.el (edmacro-format-keys):
18093 * emulation/cua-base.el (cua--pre-command-handler):
18094 * isearch.el (isearch-other-meta-char):
18095 * xt-mouse.el: Use terminal-local binding of
18096 local-function-key-map instead of function-key-map.
18097
18098 * fringe.el (set-fringe-mode): Simplify and fix using
18099 `modify-all-frames-parameters'.
18100 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18101 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18102 check before calling `tool-bar-setup'.
18103 (tool-bar-setup): New variable.
18104 (tool-bar-setup): Use it to guard against multiple calls. Add
18105 optional frame parameter, and select that frame before adding items.
18106 (toggle-tool-bar-mode-from-frame): New function.
18107
18108 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18109 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18110 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18111 "Tool-bar" toggles to reflect the state of the current frame.
18112 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18113
18114 * env.el: Require cl for byte compilation (for `block' and `return').
18115 (environment, setenv-internal): New functions.
18116 (let-environment): New macro.
18117 (setenv, getenv): Add optional terminal parameter. Update docs.
18118 (setenv): Use setenv-internal. Always set process-environment.
18119 Handle `local-environment-variables'.
18120 (read-envvar-name, setenv, getenv): Use frame parameters
18121 to store the local environment, not terminal parameters. Include
18122 `process-environment' as well.
18123
18124 * faces.el (tty-run-terminal-initialization): New function.
18125 (tty-create-frame-with-faces): Use it. Set up faces and
18126 background mode only after the terminal has been initialized.
18127 Call terminal-init-*. Don't load the initialization file more
18128 than once. Call set-locale-environment.
18129 (frame-set-background-mode): Handle the 'background-mode terminal
18130 parameter.
18131 (tty-find-type): New function.
18132 (x-create-frame-with-faces): Remove bogus check for
18133 first frame. Call `tool-bar-setup'. Don't make frame visible
18134 until we are done setting up all its parameters. Call
18135 x-setup-function-keys.
18136
18137 * frame.el (make-frame): Always inherit 'environment and 'client
18138 parameters. Set up the 'environment frame parameter, when needed.
18139 Also inherit 'client parameter. Don't override explicitly
18140 specified values with inherited ones. Add 'terminal frame
18141 parameter. Append window-system-default-frame-alist to parameters
18142 before calling frame-creation-function.
18143 (frame-initialize): Copy the environment from the initial frame.
18144 (window-system-default-frame-alist): Enhance doc string.
18145 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18146 `default-frame-alist' when initial frame is on a tty.
18147 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18148 Remove specified parameters from `window-system-default-frame-alist'.
18149 (make-frame-on-tty, framep-on-display, suspend-frame):
18150 Extend doc string, update parameter names.
18151 (frames-on-display-list): Use terminal-id to get the display id.
18152 (frame-notice-user-settings): Extend to apply
18153 settings in `window-system-default-frame-alist' as well.
18154 (terminal-id, terminal-parameters, terminal-parameter)
18155 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18156 (delete-frame-functions): Add to `delete-frame-functions' hook.
18157 (blink-cursor-mode): Adapt blink-cursor-mode default
18158 value from startup.el.
18159 (make-frame-on-display): Protect condition on x-initialized when
18160 x-win.el is not loaded. Update doc.
18161 (suspend-frame): Use display-controlling-tty-p to decide between
18162 suspend-emacs and suspend-tty.
18163 (frames-on-display-list): Update for display ids.
18164 (framep-on-display): Ditto.
18165 (suspend-frame): Use display-name, not frame-tty-name.
18166 (selected-terminal): New function.
18167
18168 * server.el: Use `device' instead of `display' or `display-id' in
18169 variable and client parameter names.
18170 (server-select-display): Remove (unused).
18171 (server-tty-live-p, server-handle-delete-tty): Remove.
18172 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18173 Update docs.
18174 (server-getenv-from, server-with-environment, server-send-string)
18175 (server-save-buffers-kill-terminal): New functions.
18176 (server-delete-client): Handle quits in kill-buffer. Don't kill
18177 modified buffers. Add extra logging. Delete frames after
18178 deleting the tty. Clear 'client parameter before deleting a frame.
18179 Use delete-display, not delete-tty.
18180 (server-visit-files): Don't set `server-existing-buffer' if the
18181 buffer already has other clients. Return list of buffers
18182 created. Update doc. Don't set client-record when nowait.
18183 (server-handle-delete-frame): Delete the client if this was its
18184 last frame. Check that the frame is alive. Remove bogus comment.
18185 Add note on possible race condition. Delete tty clients, if needed.
18186 (server-handle-suspend-tty): Use server-send-string. Kill the
18187 client in case of errors from process-send-string. Use the display
18188 parameter.
18189 (server-unload-hook): Remove obsolete delete-tty hook.
18190 (server-start): Ask before restarting if the old server still has
18191 clients. Add feedback messages. Remove obsolete delete-tty hook.
18192 (server-process-filter): Use server-send-string. Accept `-dir'
18193 command. Switch to *scratch* immediately after creating the frame,
18194 before evaluating any -evals. Protect `display-splash-screen'
18195 call in a condition-case. Explain why. Call
18196 `display-startup-echo-area-message' before
18197 `display-splash-screen'. Don't display the splash screen when no
18198 frame was created. Show the Emacs splash screen and startup echo
18199 area message. Display the *scratch* buffer by default. Store the
18200 local environment in a frame (not terminal) parameter. Do not try
18201 to decode environment strings. Fix reference to the 'display
18202 frame parameter. Change syntax of environment variables. Put
18203 environment into terminal parameters, not client parameters. Use
18204 a dummy client with --no-wait's X frames. In `-position LINE'
18205 handler, don't ruin the request string until the line number is
18206 extracted. Log opened files. Handle -current-frame command.
18207 Don't create frames when it is given. Don't bind X frames to the
18208 client when we are in -no-wait mode. Set locale environment
18209 variables from client while creating tty frames. Disable call to
18210 configure-display-for-locale. When processing -position command,
18211 don't change the request string until the parameters are
18212 extracted. Don't try to create an X frame when Emacs does not
18213 support it. Improve logging. Temporarily set ncurses-related
18214 environment variables to those of the client while creating a new
18215 tty frame. Select buffers opened by nowait clients, don't leave
18216 them buried under others. Set the display parameter, and use it
18217 when appropriate.
18218
18219 * startup.el (display-startup-echo-area-message): Handle
18220 `inhibit-startup-echo-area-message' here.
18221 (command-line-1): Moved from here.
18222 (fancy-splash-screens): Use `overriding-local-map' instead of
18223 `overriding-terminal-local-map' for now; the latter doesn't work
18224 right, it looses keypresses to another terminal. Use
18225 `overriding-terminal-local-map' to set up keymap. Install a
18226 `delete-frame-functions' hook to catch `delete-frame' events.
18227 Ignore `select-window' events to cope better with
18228 `focus-follows-mouse'. Don't switch back to the original buffer
18229 if the splash frame has been killed. Restore previous buffer, even
18230 if it's *scratch*.
18231 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18232 changes the global binding - setq it instead. Use
18233 `save-buffers-kill-terminal'.
18234 (display-splash-screen): Don't do anything if the splash screen is
18235 already displayed elsewhere.
18236 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18237 (command-line): Replace duplicated code with a call to
18238 tty-run-terminal-initialization. Don't load the terminal
18239 initialization file more than once. Remove call to nonexistent
18240 function `set-locale-translation-file-name'.
18241
18242 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18243 parameters.
18244 (xterm-mouse-position-function, xterm-mouse-event): Update.
18245 (xterm-mouse-mode): Don't depend on current value of window-system.
18246 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18247 Update for multi-tty.
18248 (turn-on-xterm-mouse-tracking-on-terminal)
18249 (turn-off-xterm-mouse-tracking-on-terminal)
18250 (xterm-mouse-handle-delete-frame): New functions.
18251 (delete-frame-functions, after-make-frame-functions)
18252 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18253 for multi-tty.
18254
18255 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18256
18257 * simple.el (invisible-p): Remove: implemented in C now.
18258 (line-move-invisible-p): Remove obsolete alias.
18259
18260 2007-08-28 Juri Linkov <juri@jurta.org>
18261
18262 * image-mode.el (image-type): New variable.
18263 (image-mode): Set default major mode name to "Image[text]".
18264 (image-minor-mode): Change LIGHTER to display image-type in the
18265 mode line.
18266 (image-minor-mode): Set default image-type to "text".
18267 (image-toggle-display): After switching to text mode, set
18268 image-type to "text" and major mode name to "Image[text]".
18269 After switching to image mode, set image-type to actual image
18270 type, and add image type to major mode name. Let-bind the same
18271 variable names as arguments of `image-type' and `create-image'.
18272 Bind `type' to the result of `image-type' and use it as arg
18273 of `create-image' to not determine the image type twice.
18274
18275 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18276
18277 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18278 (tramp-set-file-uid-gid, tramp-get-local-uid)
18279 (tramp-get-local-gid): New defuns.
18280 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18281 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18282 Improve fast track.
18283 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18284 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18285 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18286 (tramp-handle-write-region): Improve fast track.
18287 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18288 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18289 be nil.
18290
18291 2007-08-28 Ivan Kanis <apple@kanis.eu>
18292
18293 * time.el: New feature to display several time zones in a buffer.
18294 (display-time-world-mode, display-time-world-display)
18295 (display-time-world, display-time-world-timer): New functions.
18296 (display-time-world-list, display-time-world-time-format)
18297 (display-time-world-buffer-name, display-time-world-timer-enable)
18298 (display-time-world-timer-second, display-time-world-mode-map):
18299 New variables.
18300
18301 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18302
18303 * term/x-win.el (x-gtk-stock-map): New variable.
18304 (x-gtk-map-stock): New function.
18305
18306 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18307 prev/next-node.
18308
18309 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18310
18311 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18312
18313 2007-08-28 Glenn Morris <rgm@gnu.org>
18314
18315 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18316
18317 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18318
18319 * progmodes/modula2.el (m2-definition, m2-module):
18320 Don't use previous-line. Reported by T. V. Raman.
18321
18322 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18323
18324 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18325 argument to tool-bar-mode call.
18326
18327 2007-08-27 Glenn Morris <rgm@gnu.org>
18328
18329 * diff-mode.el (diff-find-file-name): Only accept regular files,
18330 to rule out /dev/null, directories, etc.
18331
18332 * vc-svn.el (vc-svn-diff): If the repository version of all the
18333 files is the same as the specified OLDVERS, do a local diff.
18334
18335 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18338 of buffers in uniquify-managed.
18339
18340 * simple.el (invisible-p): Rename from text-invisible-p.
18341 Update callers.
18342
18343 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18344 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18345 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18346 (cperl-etags-goto-tag-location): Use new style backquotes.
18347
18348 * net/browse-url.el: Remove spurious * in custom docstrings.
18349 (browse-url-filename-alist): Use new-style backquote.
18350
18351 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18352 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18353
18354 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18355 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18356
18357 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18358
18359 * net/socks.el (socks-username/password-auth-filter):
18360 Remove unused vars `state' and `desired-len'.
18361 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18362 (socks-wait-for-state-change): Use new-style backquotes.
18363
18364 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18365
18366 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18367 backquotes after each `read' rather than once per buffer.
18368
18369 * dframe.el: Remove spurious * in custom docstrings.
18370 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18371 (dframe-xemacs20p): Remove, inline at the sole use point.
18372 (defface): Don't defvar the face, don't use old-style backquote.
18373 (defcustom): Don't use old-style backquote.
18374 (dframe-frame-parameter, dframe-mouse-event-p):
18375 Make it obvious that it's always defined.
18376 (dframe-popup-kludge): New function to replace
18377 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18378 (dframe-frame-mode, dframe-set-timer-internal)
18379 (dframe-mouse-set-point): Remove use of with-no-warnings from
18380 XEmacs-specific code.
18381 (dframe-set-timer-internal): Fix very old bug with
18382 post-command-idle-hook.
18383
18384 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18385
18386 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18387 warning if the file uses old style backquotes.
18388
18389 * emacs-lisp/bytecomp.el (byte-compile-log-file)
18390 (byte-recompile-directory, byte-compile-file)
18391 (byte-compile-from-buffer): Use with-current-buffer.
18392
18393 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18394 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18395 (line-move-1, line-move-finish, line-move-to-column)
18396 (move-end-of-line, move-beginning-of-line): Use new name.
18397
18398 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18399
18400 * progmodes/ada-mode.el: Fix up comment style in header.
18401 (ada-check-emacs-version): Remove.
18402 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18403 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18404 to try and quieten the byte-compiler.
18405 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18406
18407 * vc.el (vc-annotate-warp-version): Don't use previous-line.
18408
18409 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
18410
18411 * net/browse-url.el (browse-url-emacs): New function.
18412
18413 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18414
18415 * emacs-lisp/avl-tree.el: New file.
18416
18417 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
18418
18419 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18420 was used.
18421
18422 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
18423
18424 * complete.el (PC-do-completion): Make RET accept a non-unique but
18425 complete expansion again.
18426
18427 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
18428
18429 * eshell/esh-opt.el (eshell-eval-using-options):
18430 Add debug declaration.
18431
18432 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18433
18434 * log-view.el (log-view-toggle-mark-entry): Add docstring.
18435 (log-view-get-marked): Likewise.
18436
18437 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18438 (vc-delete-automatic-version-backups): Likewise.
18439
18440 * vc.el (vc-dired-buffers-for-dir): Likewise.
18441
18442 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
18443
18444 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18445 safe-local-variable setting.
18446 * progmodes/perl-mode.el (perl-indent-level): Likewise.
18447
18448 * log-view.el (log-view-marked-list): Delete variable.
18449 (log-view-mode): Don't use it.
18450 (log-view-toggle-mark-entry): Likewise, simplify.
18451 (log-view-current-tag): Don't return properties.
18452 (log-view-get-marked): New function.
18453
18454 2007-08-25 Alexandre Julliard <julliard@winehq.org>
18455
18456 * vc-git.el (vc-git-mode-line-string): New function.
18457
18458 2007-08-25 Alan Mackenzie <acm@muc.de>
18459
18460 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18461 new language variable.
18462
18463 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18464 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18465 "extern" etc., rather than BOI. Fix addition of spurious
18466 syntactic-symbol 'defun-block-intro, replacing it with
18467 'innamespace, etc.
18468
18469 2007-08-25 Juri Linkov <juri@jurta.org>
18470
18471 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18472
18473 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18474 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18475 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18476
18477 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18478 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18479 (image-type-auto-detectable): Add (svg . maybe).
18480
18481 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18482 to treat it like .tgz.
18483
18484 * calendar/cal-bahai.el: Add file coding cookie.
18485
18486 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18487
18488 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18489 Don't behave differently when executed via M-x. Add doc string.
18490
18491 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18492 safe-local-variable.
18493
18494 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18495
18496 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18497 the default value.
18498 (math-calendar-tzinfo): New variable.
18499 (math-get-calendar-tzinfo): New function.
18500 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18501 to get information when zone is nil.
18502
18503 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18504
18505 * log-view.el (log-view-toggle-mark-entry): New function.
18506 (log-view-mode-map): Bind it.
18507 (log-view-marked-list): New variable.
18508 (log-view-mode): Make it local.
18509
18510 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18511
18512 * play/zone.el (zone-pgm-rat-race): New func.
18513 (zone-programs): Add `zone-pgm-rat-race'.
18514
18515 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18516
18517 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18518 a list.
18519
18520 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18521
18522 * progmodes/hideshow.el (hs-match-data): Delete alias.
18523 (hs-hide-block-at-point, hs-find-block-beginning)
18524 (hs-show-block): Use `match-data' directly.
18525
18526 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18527
18528 * format.el (format-alist): Fix typo in doc-string.
18529
18530 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18531
18532 * net/tramp.el (tramp-local-host-p): New defun.
18533 (tramp-handle-file-local-copy, tramp-handle-write-region):
18534 Implement fast track when being on the local host.
18535 (tramp-file-name-handler): Don't set "started" property. It shall
18536 be reserved for the "ftp" method.
18537 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18538
18539 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18540 (tramp-ftp-file-name-handler): Set "started" property.
18541
18542 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18543
18544 * files.el (backup-buffer-copy): Don't wrap delete in
18545 condition-case, only try to delete if file exists.
18546
18547 2007-08-24 Glenn Morris <rgm@gnu.org>
18548
18549 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18550
18551 * startup.el (tutorial-directory): Set with eval-at-startup so it
18552 gets the right value in an installed Emacs.
18553
18554 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18555
18556 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18557 (eldoc-highlight-function-argument): Use it.
18558
18559 2007-08-23 Masatake YAMATO <jet@gyve.org>
18560
18561 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18562 name of parameters in document body.
18563
18564 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18567 (byte-compile-output-as-comment): Use with-current-buffer rather than
18568 a weird set-buffer&prog1 combination.
18569
18570 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18571 test so as to optimise cases where the `progn's result is constant.
18572
18573 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18574
18575 * locate.el (locate-get-file-positions):
18576 Use line-beginning-position and line-end-position.
18577
18578 2007-08-23 John Wiegley <johnw@newartisans.com>
18579
18580 * calendar/cal-bahai.el: Added in the diacriticals that were
18581 missing for many of the month names.
18582
18583 2007-08-22 Jason Rumney <jasonr@gnu.org>
18584
18585 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18586
18587 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18588
18589 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18590
18591 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18592
18593 * dabbrev.el (dabbrev--progress-reporter): New variable.
18594 (dabbrev--scanning-message): Delete func.
18595 (dabbrev--find-expansion): Use a progress reporter
18596 instead of dabbrev--scanning-message.
18597
18598 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18599
18600 * comint.el (comint-exec-1): Raise an error if
18601 `start-file-process' does not return a process object.
18602
18603 * shell.el (shell): Prompt for `default-directory' if it is a
18604 remote file name, and if called with a prefix arg.
18605
18606 2007-08-22 Sam Steingold <sds@gnu.org>
18607
18608 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18609
18610 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18611
18612 * textmodes/org-export-latex.el: New file.
18613
18614 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18615
18616 * textmodes/org.el (org-agenda-skip): Allow a form for
18617 `org-agenda-skip-function'.
18618 (org-agenda-redo): Re-use local settings.
18619 (org-agenda): Store local settings.
18620 (org-agenda-deadline-faces): New option.
18621 (org-agenda-deadline-face): New function.
18622 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18623 entries on their due date.
18624 (org-agenda-get-timestamps): No longer handle the due dates of
18625 schedules and deadline items.
18626 (org-insert-link-global, org-open-at-point-global): New commands.
18627 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18628 :for-ascii parameter.
18629 (org-skip-comments): Function removed.
18630 (org-cleaned-string-for-export): Handle special table lines.
18631 (org-global-properties): New option.
18632 (org-entry-get-with-inheritance): Check global properties.
18633 (org-local-properties): New variable.
18634 (org-set-regexps-and-options): Find the #+PROPERTY line.
18635 (org-link-types): Change type into variable (was constant).
18636 (org-make-link-regexps): New function.
18637 (org-link-re-with-space, org-link-re-with-space2)
18638 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18639 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18640 these regular expressions happens now in the function
18641 `org-make-link-regexps'.
18642 (org-store-link): Call the functions in
18643 `org-store-link-functions'.
18644 (org-add-link-type): New function.
18645 (org-store-link-functions): New variable.
18646 (org-activate-tags): Force matches to be in headlines.
18647 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18648 (org-columns-display-here): Make sure this works in a narrowed
18649 buffer by checking for point-min.
18650 (org-columns-display-here): Make the rest of the line intangible,
18651 so that point never can be there.
18652 (org-cleaned-string-for-export): Use `with-current-buffer'.
18653 (org-replace-region-by-html): Use `with-current-buffer'.
18654 (org-unfontify-region, org-do-occur, org-columns-display-here)
18655 (org-columns-remove-overlays, org-columns-quit)
18656 (org-columns-edit-value, org-columns-next-allowed-value)
18657 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18658 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18659 (org-agenda-todo, org-agenda-change-all-lines)
18660 (org-agenda-align-tags, org-agenda-priority)
18661 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18662 (org-agenda-show-new-time, org-cleaned-string-for-export)
18663 (org-export-grab-title-from-buffer)
18664 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18665 instead of `buffer-read-only'.
18666 (org-export-as-html): Set `coding-system-for-write'.
18667 (org-remember-store-without-prompt): New option.
18668 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18669 (org-beginning-of-line): Also treat C-a special in items.
18670 (org-table-convert-refs-to-rc): Fixed problem with column
18671 reference after "..".
18672 (org-columns-compute): Don't mark buffer modified because of text
18673 properties.
18674 (org-batch-store-agenda-views): Use the variable
18675 `default-directory', not the function.
18676 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18677 (org-clock-out-when-done): New option.
18678 (org-html-entities): Added HTML entities for smileys.
18679
18680 2007-08-22 Glenn Morris <rgm@gnu.org>
18681
18682 * image.el (create-image): Doc fix.
18683
18684 * startup.el (tutorial-directory): New constant.
18685 (fancy-splash-text): Tutorials now in tutorial-directory.
18686 * tutorial.el (help-with-tutorial): Tutorials now in
18687 tutorial-directory.
18688
18689 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18690
18691 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18692 otherwise.
18693 (tramp-get-remote-path): New defun. Replace occurrences of
18694 `tramp-default-remote-path' by this function.
18695 (tramp-set-remote-path): Move most of the code to
18696 `tramp-get-remote-path'.
18697 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18698 existing directories, this is done already in
18699 `tramp-get-remote-path'.
18700
18701 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18702
18703 * image-file.el (image-file-name-extensions): Add "svg".
18704 * image.el (image-type-header-regexps): Add svg entry.
18705
18706 2007-08-22 Glenn Morris <rgm@gnu.org>
18707
18708 * files.el (backup-buffer-copy): Check backup directory is
18709 writable, to avoid infloop deleting old backup.
18710
18711 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18712 movemail related variables.
18713 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18714 will now be set before this is called.
18715
18716 2007-08-21 Juri Linkov <juri@jurta.org>
18717
18718 * delsel.el (delete-selection-pre-hook):
18719 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18720 instead of checking last-command.
18721
18722 2007-08-21 Juri Linkov <juri@jurta.org>
18723
18724 * loadup.el: Preload "button".
18725
18726 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18729 Add previous-line and next-line.
18730
18731 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18732 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18733
18734 * vc-hooks.el (vc-menu-entry): New var.
18735 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18736 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18737 (vc-menu-map): Declare and initialize in one step.
18738 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18739
18740 * menu-bar.el (vc-menu-map): Don't setup any more.
18741 Instead, just create the proper spot in the menu.
18742
18743 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * smerge-mode.el (smerge-resolve): New arg `safe'.
18746 (smerge-resolve-all, smerge-batch-resolve): New function.
18747 (smerge-refine): Make sure `diff' returns the expected result.
18748 (smerge-parsep-re): New const.
18749 (smerge-mode): Use it to adjust paragraph-separate.
18750
18751 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18752 Correctly match / regexp matchers as first char on a line when
18753 fontifying only that line.
18754
18755 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18756
18757 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18760 (vc-bzr-registered): Don't redundantly protect against
18761 file-error. Actually use the format-specific code.
18762 (vc-bzr-buffer-nonblank-p): Remove.
18763 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18764
18765 2007-08-20 Juri Linkov <juri@jurta.org>
18766
18767 * startup.el (fancy-splash-text): Change multiple tabs into one
18768 tab. Remove "Useful File menu items" section (with "Exit Emacs"
18769 and "Recover Crashed Session").
18770 (fancy-splash-screens): Set tab-width to 22.
18771 (normal-splash-screen): Replace literal tabs with \t and
18772 fix whitespace. Remove "Useful File menu items" section (with
18773 "Exit Emacs" and "Recover Crashed Session").
18774
18775 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18776
18777 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18778 extracted from `eval-last-sexp-1'.
18779 (eval-last-sexp-1): Call `preceding-sexp'.
18780
18781 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
18782
18783 * vc-rcs.el (vc-rcs-annotate-command):
18784 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18785 Add back :vc-annotate-prefix propertization.
18786
18787 2007-08-20 Andreas Schwab <schwab@suse.de>
18788
18789 * mail/rmail.el (rmail-autodetect): Doc fix.
18790
18791 2007-08-19 Juri Linkov <juri@jurta.org>
18792
18793 * startup.el (normal-splash-screen): Add more links.
18794
18795 2007-08-19 Juri Linkov <juri@jurta.org>
18796
18797 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18798 because it's common to both types of splash screen: fancy and normal.
18799 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18800 (exit-splash-screen): Rename from `fancy-splash-quit'.
18801 Use `quit-window' instead of `kill-buffer'.
18802 (fancy-splash-head): Use make-button to insert GNU image link.
18803 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18804 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18805 (normal-splash-screen): Put "Browse manuals" on the same line with
18806 "Emacs manual". Remove descriptions from "Useful tasks" and put
18807 all links in two columns on two lines.
18808
18809 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
18810
18811 * emulation/viper.el (viper-remove-hooks): Remove some additional
18812 viper hooks when the user calls viper-go-away.
18813 (viper-go-away): Restore the default of default-major-mode.
18814 Save the value of default-major-mode before vaperization.
18815
18816 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18817
18818 * emulation/viper-ex.el: Replace error "" with "Viper bell".
18819
18820 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18821 buffer for which file is created.
18822
18823 2007-08-19 Glenn Morris <rgm@gnu.org>
18824
18825 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18826 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18827 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
18828 shadow files messing up the compilation.
18829
18830 2007-08-18 Glenn Morris <rgm@gnu.org>
18831
18832 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18833 string. Also apply eldoc-argument-case in the help-split-fundoc
18834 case. Adapt for changed behavior of eldoc-function-argstring,
18835 eldoc-function-argstring-format, and
18836 eldoc-highlight-function-argument.
18837 (eldoc-highlight-function-argument): Handle nil INDEX argument,
18838 just call eldoc-docstring-format-sym-doc in that case.
18839 (eldoc-function-argstring): Change the behavior. Now it converts
18840 an argument list to a string.
18841 (eldoc-function-argstring-format): Change the behavior. Now it
18842 applies `eldoc-argument-case' to a string.
18843
18844 * progmodes/scheme.el (scheme-mode-variables): Set
18845 font-lock-comment-start-skip.
18846
18847 2007-08-18 Martin Rudalics <rudalics@gmx.at>
18848
18849 * progmodes/ada-mode.el (ada-create-syntax-table): Move
18850 set-syntax-table from here to ...
18851 (ada-mode): ... here. Do not change global value of
18852 comment-multi-line. Call new function
18853 ada-initialize-syntax-table-properties and add new function
18854 ada-handle-syntax-table-properties to font-lock-mode-hook.
18855 (ada-deactivate-properties, ada-initialize-properties): Replace
18856 by new functions ...
18857 (ada-handle-syntax-table-properties)
18858 (ada-initialize-syntax-table-properties)
18859 (ada-set-syntax-table-properties): ... to set up syntax-table
18860 properties uniformly, independently from whether font-lock-mode
18861 is enabled or not. Handle read-only buffers and do not change
18862 undo-list when setting syntax-table properties.
18863 (ada-after-change-function): Use ada-set-syntax-table-properties.
18864
18865 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
18866
18867 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18868 (meta-indent-current-nesting): Use a computation of the nesting
18869 instead.
18870 (meta-indent-current-indentation): Indentation is given according
18871 to nesting and if the previous line was finished or not.
18872 (meta-indent-unfinished-line): Tell if the current line ends with
18873 a finished expression.
18874 (meta-indent-looking-at-code): Like `looking-at', but checks if
18875 the point is in a string before.
18876 (meta-indent-level-count): Use it. Don't count parenthesis as it's
18877 done in the nesting function.
18878 (meta-indent-in-string-p): Tell if the current point is in a
18879 string.
18880 (meta-indent-calculate): Treat b-o-b as a special case. Use the
18881 previous functions.
18882
18883 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
18884
18885 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18886 (copyright-update-year, copyright-update)
18887 (copyright-fix-years): Use it.
18888
18889 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
18890
18891 * emacs-lisp/copyright.el (copyright-update-year):
18892 Fix bug: Handle nil copyright-limit.
18893
18894 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18895
18896 * calc/calc-units.el (math-standard-units): Give exact
18897 conversion for tsp.
18898
18899 * calc/calc.el (math-bignum-digit-length): Compute the
18900 appropriate value.
18901
18902 * calc/calc-bin.el (math-bignum-logb-digit-size)
18903 (math-bignum-digit-power-of-two):
18904 * calc/calc-comb.el (math-small-factorial-table):
18905 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18906 (math-approx-gamma-const):
18907 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18908 (math-besY1, math-bernoulli-b-cache):
18909 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18910 Remove `eval-when-compile's.
18911
18912 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
18913
18914 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18915 (cperl-find-pods-heres): Fix an error when typing expressions like
18916 `s{a}{b}'.
18917
18918 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
18919
18920 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18921 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
18922 a special case (there's no build number).
18923
18924 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
18925
18926 * completion.el (symbol-under-point, symbol-before-point)
18927 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18928
18929 2007-08-17 Glenn Morris <rgm@gnu.org>
18930
18931 * progmodes/compile.el (compilation-get-file-structure): Make use
18932 of the directory part when checking for an existing entry, to
18933 handle files with same basename in different directories.
18934
18935 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
18936
18937 * calc/calc.el (calc-language-alist): Add texinfo-mode.
18938
18939 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18940
18941 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18942 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18943 (ps-paragraph-spacing): Docstring fix.
18944
18945 2007-08-16 Glenn Morris <rgm@gnu.org>
18946
18947 * ps-print.el (ps-font-size): Doc fix.
18948
18949 2007-08-16 Richard Stallman <rms@gnu.org>
18950
18951 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18952
18953 2007-08-15 Juri Linkov <juri@jurta.org>
18954
18955 * startup.el (initialization): Change parent group from `internal'
18956 to `environment'.
18957 (initial-buffer-choice): New variable.
18958 (command-line): Revert 2007-07-02 change that sets
18959 buffer-offer-save in *scratch* and enables auto-save in it.
18960 (fancy-splash-text): Add links to existing items. Add new items
18961 with links for useful tasks. Move information about Control-g to
18962 fancy-splash-head. Move "Emacs Guided Tour" to the end.
18963 (fancy-splash-keymap): New variable.
18964 (fancy-splash-last-input-event): Remove variable.
18965 (fancy-splash-insert): Add processing of `:link' element.
18966 (fancy-splash-head): Replace "Type Control-l to begin editing"
18967 with "Type `q' to exit".
18968 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18969 (fancy-splash-default-action, fancy-splash-special-event-action):
18970 Remove functions.
18971 (fancy-splash-quit): New function.
18972 (fancy-splash-screens): Rename input arg from `hide-on-input' to
18973 `static' and reverse the condition of its usage. Don't preserve
18974 original values of `minor-mode-map-alist',
18975 `emulation-mode-map-alists', `special-event-map'.
18976 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18977 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18978 Remove processing of special events. Use local key map
18979 `fancy-splash-keymap'. Set buffer to read-only.
18980 (normal-splash-screen): Rename input arg from `hide-on-input' to
18981 `static' and reverse the condition of its usage.
18982 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18983 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18984 Add links to existing items. Add new items with links for useful
18985 tasks. Use local key map `fancy-splash-keymap'.
18986 (display-splash-screen): Rename input arg from `hide-on-input' to
18987 `static'.
18988 (about-emacs): Add alias to display-splash-screen.
18989 (command-line-1): Use `initial-buffer-choice'.
18990
18991 * menu-bar.el (menu-bar-help-menu):
18992 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18993 item to about-emacs instead of display-splash-screen.
18994
18995 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
18996
18997 * calc/calc-units.el (math-standard-units): Update values.
18998 Put in exact, rational values when possible.
18999 (math-unit-prefixes): Replace floats with powers of ten.
19000 (math-standard-units-systems): Replace floats with integers.
19001 (math-make-unit-string): Remove extra spaces in output.
19002
19003 2007-08-15 Glenn Morris <rgm@gnu.org>
19004
19005 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19006 sloppier, for the sake of GNU Mailman.
19007 (rmail-digest-rfc1153): Initialize `result' correctly.
19008
19009 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19010
19011 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19012 in the mail title. Suggested by Reiner Steib.
19013
19014 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19015
19016 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19017 representation of integers to the list of outputs.
19018
19019 2007-08-14 Glenn Morris <rgm@gnu.org>
19020
19021 * simple.el (bad-packages-alist): New constant.
19022 (bad-package-check): New function. Together, these two add elements
19023 to `after-load-alist' to check for problematic external packages.
19024 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19025
19026 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19027
19028 * calc/calc-units.el (math-get-standard-units)
19029 (math-get-units, math-make-unit-string)
19030 (math-get-default-units, math-put-default-units): New functions.
19031 (math-default-units-table): New variable.
19032 (calc-convert-units, calc-convert-temperature): Add machinery
19033 to supply default values.
19034
19035 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19036
19037 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19038 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19039 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19040 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19041
19042 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19043 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19044 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19045 Make into a proper minor-mode.
19046 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19047 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19048 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19049 (tpu-set-cursor-free, tpu-set-cursor-bound):
19050 Delegate to tpu-cursor-free-mode.
19051 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19052 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19053 Use line-move or forward-line instead of next-line-internal.
19054
19055 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19056
19057 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19058
19059 2007-08-12 Richard Stallman <rms@gnu.org>
19060
19061 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19062 (cvs-execute-single-file): Use new name split-string-and-unquote.
19063 (cvs-header-msg): Use new name combine-and-quote-strings.
19064
19065 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19066
19067 * progmodes/gud.el (gud-common-init): Use new name
19068 split-string-and-unquote.
19069
19070 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19071 in javac regexp.
19072
19073 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19074 combine-and-quote-strings and split-string-and-unquote.
19075
19076 * subr.el (combine-and-quote-strings): Rename from strings->string.
19077 (split-string-and-unquote): Rename from string->strings.
19078
19079 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19080
19081 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19082 to buffer-local settings.
19083
19084 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19085 (backquote-process): Add internal arg `level'. Use the two to
19086 correctly handle nested backquotes.
19087
19088 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19089
19090 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19091 (vc-bzr-state-words): Add "kind changed" state word.
19092 (vc-bzr-status): New function. Return Bzr idea of file status,
19093 which is different from VC's.
19094 (vc-bzr-state): Use vc-bzr-status.
19095 (vc-workfile-unchanged-p): Use vc-bzr-status.
19096 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19097 (vc-dired-state): Process "kind changed" state word.
19098
19099 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19102
19103 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19104 Move from vc-default-find-file-not-found-hook.
19105
19106 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19107
19108 * man.el: Remove spurious * in docstrings.
19109 Merge defvars and toplevel setq-defaults.
19110 (Man-highlight-references0): Limit=nil rather than point-max.
19111 (Man-mode-map): Move initialization into the declaration.
19112 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19113 (Man-view-header-file): Use expand-file-name rather than concat.
19114 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19115
19116 * man.el (Man-next-section): Make sure we do not move backward.
19117
19118 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19119
19120 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19121
19122 2007-08-08 Glenn Morris <rgm@gnu.org>
19123
19124 * Replace `iff' in doc-strings and comments.
19125
19126 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19127
19128 * dired.el (dired-pop-to-buffer):
19129 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19130 * calendar/calendar.el (generate-calendar-window):
19131 * progmodes/compile.el (compilation-set-window-height):
19132 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19133 Use window-full-width-p instead of comparing frame-width and
19134 window-width.
19135
19136 * progmodes/compile.el (compilation-find-buffer): Remove extra
19137 argument in call to compilation-buffer-internal-p.
19138
19139 2007-08-07 Tom Tromey <tromey@redhat.com>
19140
19141 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19142 Add safe-local-variable property.
19143
19144 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19145
19146 * image-mode.el (image-toggle-display): Use image-refresh.
19147
19148 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19149
19150 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19151 unofficial version.
19152 (vc-bzr-command): Remove redundant setting of process-connection-type.
19153 (vc-bzr-admin-checkout-format-file): Add autoload.
19154 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19155 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19156 (vc-bzr-registered): Compare dirstate format tag with known good
19157 value, abort parsing if match fails. Warn user in docstring.
19158 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19159 See bzrlib/branch.py in Bzr sources.
19160 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19161 (vc-bzr-shell-command): Remove in favor of
19162 vc-bzr-command-discarding-stderr.
19163 (vc-bzr-command-discarding-stderr): New function.
19164
19165 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19166
19167 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19168 program, and return nil.
19169 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19170 (vc-bzr-state): Look for path names relative to the repository
19171 root after status keyword.
19172 (vc-bzr-file-name-relative): New function.
19173 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19174 depend on it.
19175 (vc-bzr-admin-dirname, ...-checkout-format-file)
19176 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19177 files that we now parse directly for speed.
19178 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19179 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19180 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19181 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19182 Bzr warnings, so we must discard it.
19183 (vc-bzr-workfile-version): Speedup counting lines from
19184 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19185 if that file doesn't exist.
19186 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19187 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19188 to `vc-directory-exclusion-list'.
19189 (vc-bzr-shell-command): New function.
19190
19191 2007-08-06 Tom Tromey <tromey@redhat.com>
19192
19193 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19194 (diff-fixup-modifs): Typo in docstring.
19195
19196 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19199 count-screen-lines.
19200 (tpu-edt-off): Disable relevant pieces of advice.
19201
19202 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19203 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19204 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19205 redefining the function.
19206 (tpu-set-scroll-margins): Activate the pieces of advice.
19207
19208 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19209
19210 * help.el (resize-temp-buffer-window): Use window-full-width-p
19211 instead of comparing frame-width and window-width.
19212
19213 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19214
19215 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19216 optional quotes around files in NEED-UPDATE . REMOVED case.
19217
19218 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19219 (ada-treat-cmd-string): Improve error message.
19220 (ada-do-file-completion): Call `ada-require-project-file', so
19221 project variables are set properly.
19222 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19223 (ada-gnatfind-buffer-name): New constant.
19224 (ada-find-any-references): Use new constant. Set buffer name
19225 properly in compilation-start. Toggle read-only properly.
19226 (ada-find-in-src-path): Fix spelling error in docstring.
19227
19228 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19229 by zero error.
19230
19231 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19232
19233 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19234
19235 2007-08-12 Richard Stallman <rms@gnu.org>
19236
19237 * progmodes/sh-script.el (sh): Delete group `unix'.
19238
19239 * progmodes/gud.el (gud): Change to group `processes'.
19240
19241 2007-08-11 Glenn Morris <rgm@gnu.org>
19242
19243 * progmodes/compile.el (compilation-buffer-name): Don't check
19244 compilation-arguments. It is superfluous, and the variable isn't
19245 even set when this function is called.
19246
19247 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19248
19249 * term/mac-win.el (mac-ae-reopen-application): New function.
19250 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19251
19252 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19255 take tex-font-script-display into account.
19256 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19257 cell to a list of 2 elements to simplify the unfontify code.
19258
19259 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19260
19261 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19262 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19263 ps-print-color-p is neither nil nor black-white. Reported by Christian
19264 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19265
19266 2007-08-08 Andreas Schwab <schwab@suse.de>
19267
19268 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19269 self-insert-command, not self-insert.
19270
19271 2007-08-08 Glenn Morris <rgm@gnu.org>
19272
19273 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19274 argument optional, for backwards compatibility, and only highlight
19275 args when present. Fix symbol name typo (doc/args).
19276
19277 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19278 rather than just `-'.
19279
19280 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19281
19282 * calc/calc-units.el (calc-convert-temperature):
19283 Use `/' to create fractions.
19284
19285 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19286
19287 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19288 global matching.
19289 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19290 ERROR-BUFFER more robust. Display output.
19291 (tramp-file-name-handler): Add a connection property when we found
19292 a foreign file name handler. This allows backends like ftp to
19293 profit also from usr/host name completion based on connection
19294 cache.
19295 (tramp-send-command-and-read): Search for trash after the regexp
19296 until eol only. In XEmacs, there is a problem with \n.
19297
19298 * net/tramp-cache.el (top): Read persistent connection history
19299 when cache is empty.
19300
19301 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19302
19303 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19304 resulting output.
19305
19306 2007-08-07 Sam Steingold <sds@gnu.org>
19307
19308 * progmodes/compile.el (compilation-start): Pass nil as startfile
19309 to comint-exec.
19310
19311 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19312
19313 * longlines.el (longlines-decoded): New variable.
19314 (longlines-mode): Avoid encoding or decoding the buffer twice.
19315
19316 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19317
19318 * format.el (format-insert-file): Make sure that at most one undo
19319 entry is recorded for the insertion. Inhibit point-motion and
19320 modification hooks around call to insert-file-contents.
19321
19322 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19325 Select the buffer's window before moving point.
19326
19327 2007-08-07 Richard Stallman <rms@gnu.org>
19328
19329 * term.el (term): Remove parent group `unix'.
19330
19331 * simple.el (default-indent-new-line): New function.
19332 It calls comment-line-break-function if there are comments.
19333 (do-auto-fill): Use that.
19334
19335 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19336
19337 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19338 (PC-do-completion): Add "acronym completion" for symbols and
19339 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19340
19341 2007-08-06 Sam Steingold <sds@gnu.org>
19342
19343 * mouse.el (mouse-buffer-menu): Pass mode-name through
19344 format-mode-line because it may be a list,
19345 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19346
19347 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19348
19349 * printing.el (pr-update-menus): Docstring fix.
19350
19351 2007-08-06 Jason Rumney <jasonr@gnu.org>
19352
19353 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19354
19355 * vc-hooks.el (vc-call): Add doc string.
19356
19357 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19358
19359 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19360 process-filter.
19361
19362 2007-08-06 Kenichi Handa <handa@m17n.org>
19363
19364 * international/quail.el: Wrap (require 'help-mode) by
19365 eval-when-compile.
19366 (quail-help-init): New function.
19367 (quail-help): Call quail-help-init.
19368 (quail-store-decode-map-key): Change it to a function.
19369
19370 2007-08-05 Jason Rumney <jasonr@gnu.org>
19371
19372 * vc.el (vc-rollback): Add norevert argument back.
19373 (vc-revert-buffer): Add back as obsolete alias.
19374
19375 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19376
19377 * term.el: Honor term-default-fg-color and term-default-bg-color
19378 settings when modifying term-current-face.
19379 (term-default-fg-color, term-default-bg-color): Initialize from
19380 default term-current-face.
19381 (term-mode, term-reset-terminal): Set term-current-face with
19382 term-default-fg-color and term-default-bg-color.
19383 (term-handle-colors-array): term-current-face has term-default-fg-color
19384 and term-default-bg-color after reset escape sequence.
19385 (term-handle-colors-array): Set term-current-color with
19386 term-default-fg/bg-color instead of ansi-term-color-vector when the
19387 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19388
19389 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
19390
19391 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19392 (math-nlfit-givens): Let bind free variables.
19393
19394 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
19395
19396 * printing.el: Require lpr and ps-print when loading printing package.
19397 Reported by Glenn Morris <rgm@gnu.org>.
19398
19399 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
19400
19401 * files.el (set-auto-mode): Handle also remote files wrt
19402 `auto-mode-alist'.
19403
19404 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
19405
19406 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19407 curves and plotting.
19408
19409 * calc/calc-nlfit.el: New file.
19410
19411 2007-08-04 Glenn Morris <rgm@gnu.org>
19412
19413 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19414 zero, not nil, when the library is first loaded. Check for a file
19415 that has been modified on disk.
19416
19417 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19418 Remove duplicate defvar preventing initialization.
19419 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19420
19421 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19422
19423 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19424 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19425 may match up to 4 lines.
19426 (diff-beginning-of-file-and-junk): Rewrite.
19427
19428 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19429
19430 * printing.el: Evaluate require only during compilation.
19431 (pr-version): New version 6.9.1.
19432 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19433 (pr-global-menubar): Fix code.
19434
19435 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
19436
19437 * term.el (term-erase-in-display): Fix case when point is not at
19438 the beginning of the line.
19439
19440 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
19441
19442 * calc/calc-ext.el (math-get-value, math-get-sdev)
19443 (math-contains-sdev): New functions.
19444
19445 * calc/calc-graph.el (calc-graph-format-data)
19446 (calc-graph-add-curve): Check for error forms.
19447 (calc-graph-set-styles): Add option for error forms.
19448
19449 2007-08-03 Miles Bader <miles@gnu.org>
19450
19451 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19452 backend names for new backends to `Git', `Hg', and `Bzr'.
19453 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19454 not `HG'.
19455 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19456 name, not `GIT'.
19457 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19458 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19459
19460 2007-08-03 Richard Stallman <rms@gnu.org>
19461
19462 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19463 to update deleted flag.
19464
19465 * cus-edit.el (customize-apropos, customize-apropos-options)
19466 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19467
19468 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19469
19470 * startup.el (fancy-splash-head, startup-echo-area-message):
19471 Change message text.
19472
19473 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19474 All callers use line-move.
19475
19476 * progmodes/compile.el (compilation-find-buffer): Return current
19477 buffer immediately if suitable.
19478 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19479
19480 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19481
19482 * faces.el (face-normalize-spec): New function.
19483 (frame-set-background-mode): Normalize face-spec before calling
19484 face-spec-match-p.
19485
19486 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19487
19488 * server.el (server-window): Add switch-to-buffer-other-frame option.
19489
19490 2007-08-03 Glenn Morris <rgm@gnu.org>
19491
19492 * cus-edit.el (customize-apropos): Make the error message indicate
19493 what kind of thing the user was trying to customize.
19494
19495 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19496
19497 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19498 Fix off-by-one error in previous change.
19499
19500 2007-08-03 Drew Adams <drew.adams@oracle.com>
19501
19502 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19503 Make buffer writable.
19504
19505 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19506
19507 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19508 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19509 Use native Emacs functions, when appropriate.
19510
19511 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19512 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * vc.el: Document new VC operation `extra-menu'.
19515
19516 * vc-hooks.el (vc-default-extra-menu): New function.
19517
19518 * menu-bar.el (menu-bar-vc-filter): New function.
19519 (menu-bar-tools-menu): Use it as a filter.
19520
19521 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19522
19523 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19524
19525 2007-08-01 Glenn Morris <rgm@gnu.org>
19526
19527 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19528 strings.
19529 (fortran-tab-mode-default): Remove needless autoload.
19530 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19531 mark as risky.
19532 (fortran-line-length): New buffer-local variable, safe if integer.
19533 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19534 Change from variables to constants.
19535 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19536 replace with a new function definition.
19537 (fortran-mode): Use fortran-line-length, and
19538 fortran-font-lock-syntactic-keywords as a function. Add a
19539 hack-local-variables-hook function.
19540 (fortran-line-length, fortran-hack-local-variables): New functions.
19541 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19542 Use fortran-line-length rather than 72.
19543 (fortran-window-create-momentarily): Doc fix.
19544
19545 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19546
19547 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19548 Fix parent groups link.
19549
19550 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19551
19552 * progmodes/python.el (python-current-defun): Adjust to never fall
19553 into infinite loop.
19554
19555 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19556
19557 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19558
19559 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19560
19561 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19562 (copyright-fix-years, copyright): Correctly handle the case where
19563 copyright-limit is nil.
19564
19565 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19566
19567 * progmodes/python.el (run-python): Fix path separator under w32.
19568
19569 2007-07-30 Richard Stallman <rms@gnu.org>
19570
19571 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19572 Treat non-break space as whitespace in Lisp.
19573
19574 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 * vc.el (vc-dired-hook): Use inhibit-read-only.
19577
19578 * progmodes/compile.el (compilation-forget-errors):
19579 Reset compilation-auto-jump-to-next.
19580
19581 2007-07-30 Michael Olson <mwolson@gnu.org>
19582
19583 * cus-edit.el (custom-group-save): Fix void function definition
19584 error. Thanks to Zhang Wei for the report.
19585
19586 * ps-print.el: Check in trivial changes to the autoloads section
19587 caused by the build process. These autoloads really ought to be
19588 placed in a separate file, methinks.
19589
19590 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19591
19592 * calendar/calendar.el (calendar-mode): Make sure
19593 displayed-(month|year) are set.
19594 (calendar-basic-setup): Display buffer before adjusting window sizes.
19595 (generate-calendar-window): Use inhibit-read-only. Simplify.
19596 Generate buffer and set displayed-month and displayed-year before
19597 calling update-calendar-mode-line.
19598
19599 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19600
19601 * net/tramp.el:
19602 * net/tramp-uu.el:
19603 * net/trampver.el: Use utf-8 encoding with coding cookie.
19604
19605 * net/tramp-cache.el:
19606 * net/tramp-fish.el:
19607 * net/tramp-ftp.el:
19608 * net/tramp-gw.el:
19609 * net/tramp-smb.el: Remove coding cookie.
19610
19611 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19612 Flush buffer file-name's file property.
19613 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19614
19615 * net/trampver.el: Update release number.
19616
19617 2007-07-29 Juri Linkov <juri@jurta.org>
19618
19619 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19620 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19621 when major-mode is not dired-mode.
19622 (dired-toggle-read-only): New function.
19623 (dired-recursive-deletes): Remove obsolete comments about old
19624 default value.
19625 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19626
19627 * wdired.el (wdired-exit): New function.
19628 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19629
19630 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * cus-edit.el (customize-read-group): New fun.
19633 (customize-group-other-window, customize-face-other-window):
19634 Prompt before delegating to customize-(group|face).
19635 Bind pop-up-windows rather than use the other-window argument.
19636 (customize-group, customize-face): Prompt from the interactive spec.
19637 Remove args `prompt-for-group' and `other-window'.
19638
19639 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19640 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19641 last change.
19642
19643 2007-07-28 Masatake YAMATO <jet@gyve.org>
19644
19645 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19646 Use backend name as the menu label. Suggested by David Kastrup.
19647
19648 2007-07-28 Alan Mackenzie <acm@muc.de>
19649
19650 Fix problem with modes derived from CC Mode:
19651 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19652 macro to cc-langs.
19653 (c-init-language-vars-for): Remove call to above macro.
19654 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19655 been moved to here.
19656 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19657
19658 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19659
19660 * net/trampver.el: Fix the `coding' cookie.
19661
19662 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19663
19664 * vc-git.el (vc-git-print-log): Support both the old single file
19665 interface and the new one.
19666
19667 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19668
19669 * bindings.el (mode-line-remote): Use updated %@ construct.
19670
19671 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19674 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19675 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19676 (diary-list-bahai-entries, diary-bahai-mark-entries)
19677 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19678 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19679 New names to clean up namespace.
19680 (list-bahai-diary-entries, mark-bahai-diary-entries)
19681 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19682 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19683 Add compatibility aliases.
19684
19685 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19686
19687 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19688 (calendar-scroll-left-three-months)
19689 (calendar-scroll-right-three-months): Clean up namespace.
19690 (scroll-calendar-left, scroll-calendar-right)
19691 (scroll-calendar-left-three-months)
19692 (scroll-calendar-right-three-months): Add compatibility aliases.
19693
19694 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19695 Behave like mouse-scroll-calendar-* when used from the mouse.
19696
19697 * calendar/cal-menu.el (cal-menu-scroll-menu)
19698 (cal-menu-global-mouse-menu):
19699 * calendar/calendar.el (calendar-mode-map):
19700 Use new calendar-scroll-* names.
19701 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19702 Remove. Use calendar-scroll-* directly instead.
19703
19704 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19707 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19708 (ad-make-advised-definition, ad-cache-id-verification-code):
19709 Use commandp and interactive-form instead.
19710
19711 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19712
19713 * vc-git.el: Relicense to GPLv3 or later.
19714 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19715
19716 * vc-hooks.el (vc-handled-backends): Add GIT.
19717
19718 * vc.el (vc-directory-exclusion-list): Add .git.
19719
19720 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19721
19722 * vc-git.el (vc-git-revision-table)
19723 (vc-git-revision-completion-table): New functions.
19724
19725 2007-07-25 Glenn Morris <rgm@gnu.org>
19726
19727 * Relicense all FSF files to GPLv3 or later.
19728
19729 * COPYING: Switch to GPLv3.
19730
19731 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19732
19733 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19734 Replace it with another one which disables undo before calling
19735 erase-buffer and then turns it back on if needed.
19736
19737 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19738
19739 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19740
19741 2007-07-24 Glenn Morris <rgm@gnu.org>
19742
19743 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19744 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19745 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19746 (cal-tex-cursor-week, cal-tex-cursor-week2)
19747 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19748 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19749 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19750 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19751
19752 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * calendar/calendar.el (calendar-mode-map): Move initialization
19755 into declaration. Add menu bindings (used to be done in cal-menu).
19756 (calendar-mode): Don't add an activate-menubar-hook.
19757
19758 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19759 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19760 can be used on the menu entries.
19761 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19762 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19763 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19764 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19765 (calendar-flatten, cal-menu-update): Remove.
19766 (calendar-mouse-insert-hebrew-diary-entry)
19767 (calendar-mouse-insert-islamic-diary-entry)
19768 (calendar-mouse-insert-bahai-diary-entry):
19769 Remove (fold into cal-menu-diary-menu).
19770 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19771 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19772 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19773 (calendar-mouse-view-diary-entries): Minor simplifications.
19774 (calendar-event-to-date): Use with-current-buffer.
19775
19776 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
19777
19778 * add-log.el (change-log-redate): Remove (not needed anymore and
19779 doesn't appear to work).
19780
19781 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * frame.el: Use mapc and dolist instead of mapcar where possible.
19784 (close-display-connection): New command.
19785
19786 2007-07-25 Alexandre Julliard <julliard@winehq.org>
19787
19788 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19789 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19790
19791 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19792
19793 * ps-print.el (ps-multibyte-buffer): Docstring fix.
19794
19795 * ps-mule.el: Doc fix.
19796 (ps-multibyte-buffer, ps-mule-font-info-database-default)
19797 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19798
19799 2007-07-25 Glenn Morris <rgm@gnu.org>
19800
19801 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19802 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19803 (cal-tex-daily-end, cal-tex-hook)
19804 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19805 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19806 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19807 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19808 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19809 (cal-tex-day-prefix, cal-tex-day-name-format)
19810 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19811 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19812 (cal-tex-LaTeX-subst-list): Change from variables to constants.
19813 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19814 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19815 etc, rather than \bf.
19816 (cal-tex-mini-calendar): Fix typos in previous change.
19817 (cal-tex-latexify-list): Remove inner let binding.
19818 (cal-tex-end-document, cal-tex-banner): Use multi-line
19819 cal-tex-comment.
19820 (cal-tex-comment): Handle embedded newlines.
19821 (cal-tex-LaTeXify-string): Use substring-no-properties.
19822
19823 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
19824
19825 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19826 Add support for the Maden build tool.
19827
19828 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
19829
19830 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19831
19832 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19835
19836 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19837
19838 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19839 C-x C-q.
19840
19841 * vc-git.el (vc-git-print-log): Fix previous change.
19842
19843 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19844
19845 * window.el (save-selected-window): Minor optimization.
19846 (bw-adjust-window): If operation failed, try with a smaller delta.
19847 (window-fixed-size-p): New function.
19848 (window-area-factor): New var.
19849 (balance-windows-area): New command.
19850
19851 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19852 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19853 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19854 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19855 (ps-mule-begin-job): Use dolist.
19856
19857 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
19858
19859 * subr.el (start-file-process-shell-command)
19860 (process-file-shell-command): New defuns.
19861
19862 * progmodes/compile.el (compilation-start):
19863 Apply `start-file-process-shell-command'.
19864
19865 2007-07-24 Alexandre Julliard <julliard@winehq.org>
19866
19867 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19868
19869 2007-07-24 Alan Mackenzie <acm@muc.de>
19870
19871 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19872 Initialise byte-compile-unresolved-functions before rather than
19873 after a compilation.
19874 (byte-compile-unresolved-functions): Amplify doc string.
19875
19876 2007-07-24 Glenn Morris <rgm@gnu.org>
19877
19878 * startup.el (normal-splash-screen): Use `emacs-copyright'.
19879
19880 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19881 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19882 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19883 (cal-tex-cursor-week, cal-tex-cursor-week2)
19884 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19885 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19886 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19887 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19888
19889 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19890 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19891 (cal-tex-day-name-format, cal-tex-cal-one-month)
19892 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19893 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19894 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19895 (cal-tex-list-holidays, cal-tex-cursor-year)
19896 (cal-tex-cursor-year-landscape, cal-tex-year)
19897 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19898 (cal-tex-cursor-month, cal-tex-insert-days)
19899 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19900 (cal-tex-first-blank-p, cal-tex-cursor-week)
19901 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19902 (cal-tex-week-hours, cal-tex-cursor-week-monday)
19903 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19904 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19905 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19906 (cal-tex-latexify-list, cal-tex-previous-month)
19907 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19908 modernization, including using dotimes rather than
19909 calendar-for-loop.
19910 (cal-tex-LaTeX-subst-list): Remove `@'.
19911 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19912 Use \textit and \textbf rather than \em and \it.
19913
19914 * calendar/cal-bahai.el (list-bahai-diary-entries)
19915 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19916 * calendar/cal-islam.el (list-islamic-diary-entries)
19917 * calendar/calendar.el (generate-calendar, generate-calendar-month)
19918 * calendar/diary-lib.el (diary-list-entries)
19919 (mark-calendar-date-pattern): Use `dotimes' rather than
19920 `calendar-for-loop'.
19921
19922 * calendar/calendar.el (calendar-for-loop): Doc fix.
19923
19924 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19927 underlying file is uptodate.
19928
19929 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
19930
19931 * replace.el (perform-replace): Use isearch-no-upper-case-p.
19932
19933 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * vc-hooks.el (vc-mode-line-map): New const.
19936 (vc-mode-line): Use it.
19937
19938 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19939
19940 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19941 (vc-git-unregister): New functions.
19942 (vc-git-find-version): Use the result of ls-files as a parameter
19943 for cat-file.
19944
19945 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
19946
19947 * net/tramp.el (tramp-perl-file-attributes)
19948 (tramp-perl-directory-files-and-attributes)
19949 (tramp-handle-file-attributes-with-stat)
19950 (tramp-handle-directory-files-and-attributes-with-stat)
19951 (tramp-convert-file-attributes): Handle huge file sizes.
19952
19953 2007-07-23 Juri Linkov <juri@jurta.org>
19954
19955 * isearch.el (isearch-message-function): New variable.
19956 (isearch-update, isearch-search): Use it.
19957
19958 * simple.el (goto-history-element): New function created from
19959 next-history-element.
19960 (next-history-element): Most code moved to goto-history-element.
19961 Call goto-history-element with (- minibuffer-history-position n).
19962 (previous-history-element): Call goto-history-element with (+
19963 minibuffer-history-position n).
19964 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19965 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19966 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19967 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19968 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19969 (minibuffer-history-isearch-pop-state): New functions.
19970
19971 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19972
19973 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19974 Also, if FILE is a list, return non-nil if any of its elements
19975 should stay local. Update docstring.
19976
19977 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
19978
19979 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19980 change by reverting a small part.
19981
19982 2007-07-23 Richard Stallman <rms@gnu.org>
19983
19984 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19985
19986 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19987
19988 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19989 handling it. Use vc-git-command.
19990 (vc-git-find-version, vc-git-diff-tree): New functions.
19991 (vc-git-revert): Use vc-git-command.
19992 (vc-git--run-command): Delete.
19993
19994 2007-07-23 Alexandre Julliard <julliard@winehq.org>
19995
19996 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19997
19998 2007-07-20 Kenichi Handa <handa@m17n.org>
19999
20000 * international/utf-8.el (utf-8-post-read-conversion):
20001 Temporarily bind utf-8-compose-scripts to nil while running
20002 *-compose-region functions.
20003
20004 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20005
20006 * vc-git.el: Update status.
20007 (vc-directory-exclusion-list): Use eval-after-load.
20008
20009 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20010
20011 * bindings.el (mode-line-remote): New variable.
20012 (help-echo): Add to default values of mode-line-format.
20013
20014 * files.el: Mark mode-line-remote as risky.
20015
20016 2007-07-22 Juri Linkov <juri@jurta.org>
20017
20018 * isearch.el (isearch-edit-string): Save old point and
20019 isearch-other-end to old-point and old-other-end before reading
20020 the search string from minibuffer. After exiting minibuffer set
20021 point to old-other-end if point and the search direction is the
20022 same as before reading the search string.
20023 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20024 to isearch-other-end. Instead of isearch-search-and-update call
20025 three functions isearch-search, isearch-push-state and isearch-update.
20026
20027 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20028
20029 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20030 deal with multiple file arguments.
20031 (vc-git-print-log): Deal with multiple file arguments.
20032
20033 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20036 diff-refine-hunk. Adjust users.
20037 (diff-unified-hunk-p, diff-splittable-p): New functions.
20038 (diff-mode-menu): Use it to disable Split when it doesn't work.
20039
20040 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20041
20042 * diff-mode.el (diff-mode-menu): New entries.
20043
20044 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20047 if applicable, so as to save undo-log space.
20048
20049 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20050
20051 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20052 (diff-file-kill): Use it.
20053 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20054 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20055 Use it so they find the hunk even when we're in the file header.
20056
20057 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20058
20059 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20060 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20061 (vc-git-create-repo): New functions.
20062 (vc-git-registered): New autoloaded function definition.
20063 (vc-git-registered): Use vc-git-root.
20064 (vc-git-responsible-p): New defalias.
20065 (vc-git-annotate-extract-revision-at-line): Uncomment.
20066 (vc-git-print-log): Add the file name to the log.
20067 (vc-git-log-view-mode): New derived mode.
20068 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20069
20070 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20071
20072 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20073
20074 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20075
20076 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20077 file in a way that does not interfere with recentf mode.
20078 (reftex-access-parse-file): Do not risk destroying an existing
20079 buffer.
20080
20081 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20082
20083 * vc-git.el: New file.
20084
20085 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20086
20087 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20088
20089 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20090
20091 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20092 for branches and new files.
20093
20094 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20095 local-map handling ...
20096 (vc-mode-line): ... here. Improve handling of help-echo.
20097
20098 * vc.el (mode-line-string): Document help-echo usage.
20099
20100 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20101
20102 Sync with Tramp 2.1.10.
20103
20104 * net/tramp.el (tramp-get-ls-command): Fix typo.
20105
20106 * net/trampver.el: Update release number.
20107
20108 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20109
20110 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20111
20112 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20113
20114 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20115
20116 * add-log.el (change-log-fill-parenthesized-list): New function.
20117 (change-log-indent): Call change-log-fill-parenthesized-list.
20118 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20119 Have lines with leading asterisk start a paragraph.
20120
20121 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20122
20123 * calc/calc-math.el (math-emacs-precision)
20124 (math-largest-emacs-expt, math-smallest-emacs-expt):
20125 New variables.
20126 (math-use-emacs-fn): New function.
20127 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20128 appropriate.
20129
20130 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20131
20132 * image-dired.el (image-dired-sane-db-file): New func.
20133 (image-dired-write-tags, image-dired-remove-tag)
20134 (image-dired-list-tags, image-dired-write-comments)
20135 (image-dired-get-comment, image-dired-mark-tagged-files)
20136 (image-dired-create-gallery-lists): Call new func.
20137 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20138
20139 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20140
20141 * vc-hg.el (vc-hg-dir-state): Fix loop.
20142 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20143 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20144 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20145 (vc-hg-revert): Likewise.
20146 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20147 functions.
20148
20149 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20152 merge fails.
20153
20154 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20155
20156 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20157 Add group and version.
20158
20159 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * add-log.el (add-log-file-name): Use file-relative-name.
20162 (add-change-log-entry): Delay reading
20163 add-log-(full-name|mailing-address) to after we've switched to the
20164 ChangeLog buffer so we get the right value.
20165 (add-change-log-entry, add-log-current-defun, change-log-merge):
20166 Use derived-mode-p rather than checking major-mode directly.
20167
20168 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20169 name for buffer-file-name if it refers to a directory.
20170
20171 * vc-arch.el (vc-arch-diff): Fix last change.
20172
20173 * progmodes/compile.el (compilation-start): Remember the original
20174 directory in a buffer-local compilation-directory.
20175 (compile): Set the global value of compilation-directory.
20176 (recompile): Use compilation-directory even in the compilation buffer.
20177
20178 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20179
20180 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20181
20182 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20183
20184 * ps-print.el: Problem with foreground and background color when
20185 printing a buffer with and without faces. Reported by Christian
20186 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20187 (ps-print-version): New version 6.7.5.
20188 (ps-default-fg): Change default value to nil, so black color is used
20189 when a face does not specify a foreground color.
20190 (ps-default-bg): Change default value to nil, so white color is used
20191 for background color.
20192 (ps-begin-job): Fix code.
20193
20194 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20195
20196 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20197 in $(INSTALL_DIR)/lisp/ if they already exist.
20198
20199 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20200
20201 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20202 in $(INSTALL_DIR)/lisp/ if they already exist.
20203
20204 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * progmodes/vera-mode.el (vera-re-search-forward)
20207 (vera-re-search-backward): Remove use of store-match-data.
20208 (vera-mode-map): Move initialization into declaration.
20209
20210 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20211 (flymake-find-buildfile): Use locate-dominating-file.
20212
20213 * vc.el (vc-delistify): Use mapconcat.
20214 (vc-do-command): Minor simplification.
20215 (vc-expand-dirs): Use push.
20216
20217 * vc-mcvs.el (vc-mcvs-create-repo):
20218 * vc-cvs.el (vc-cvs-create-repo): Remove.
20219
20220 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20221 directory and the root as well.
20222
20223 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20224
20225 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20226 instead of a file.
20227
20228 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20229 (vc-hg-registered): Replace if with when.
20230 (vc-hg-state): Deal with nonexistent files and handle removed files.
20231 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20232 (vc-hg-checkout): Re-enable.
20233 (vc-hg-create-repo): Fix typos.
20234 (vc-hg-print-log): Fix for multiple files.
20235 (vc-hg-workfile-unchanged-p): New function.
20236
20237 * vc.el: Fix typo.
20238 (vc-print-log): Fix call to print-log.
20239 (vc-default-comment-history): Likewise.
20240 (vc-directory-exclusion-list): Add .hg and .bzr.
20241 (vc-diff-internal): Pass a list instead of a file.
20242
20243 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20244
20245 * vc-bzr.el (vc-bzr-create-repo): New function.
20246
20247 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20250 `file' from which to start the search.
20251
20252 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20253
20254 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20255 having a single file argument to having a list of files as the
20256 first argument.
20257
20258 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * files.el (locate-dominating-file): New function.
20261
20262 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20263
20264 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20265 (grep-compute-defaults): Use it.
20266
20267 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20268
20269 * uniquify.el: Docstring fixes.
20270
20271 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20272
20273 * vc.el (revision-granularity, create-repo): Document new vc
20274 backend properties.
20275 (vc-rollback): Renamed from vc-cancel-version. Update references.
20276 Pass a list instead of a file.
20277 (vc-revert): Renamed from vc-revert-buffer. Update references.
20278 (vc-delistify, vc-expand-dirs): New functions.
20279 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20280 of files instead of a single file.
20281 (vc-position-context, vc-resync-window, vc-diff-internal)
20282 (vc-print-log): Pass a list instead of a file.
20283
20284 * vc-hooks.el (vc-stay-local-p, vc-backend)
20285 (vc-backend-subdirectory-name): Work on a file list, not a single
20286 file.
20287 (vc-workfile-version): Update docstring.
20288 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20289 vc-revert instead of vc-revert-buffer.
20290 (vc-prefix-map): Likewise. Bind vc-update.
20291
20292 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20293 (vc-svn-wash-log): New functions.
20294 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20295 (vc-svn-command): Deal with a list of files, not a single file.
20296
20297 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20298 (vc-rcs-wash-log): New functions.
20299 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20300 Deal with a list of files, not a single file.
20301 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20302
20303 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20304 functions.
20305 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20306 list of files, not a single file.
20307
20308 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20309 New functions.
20310 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20311 (vc-mcvs-diff): Deal with a list of files, not a single file.
20312
20313 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20314 functions.
20315 (vc-hg-print-log): Deal with a list of files, not a single file.
20316 (vc-hg-diff-tree): New function, replace defalias with the same
20317 name.
20318 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20319 FILES to denote that it is a file list, not a single file.
20320
20321 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20322 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20323 a single file.
20324 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20325 that it is a file list, not a single file.
20326 (vc-cvs-diff): Likewise. Simplify.
20327
20328 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20329 Deal with a list of files, not a single file.
20330
20331 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20332 (vc-bzr-print-log): Update FILE parameter name to denote that it
20333 is a file list, not a single file.
20334 (vc-bzr-diff): Likewise. Use the car of files.
20335
20336 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20337
20338 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20339 (follow-delete-other-windows-and-split, follow-recenter)
20340 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20341 (follow-redisplay, follow-estimate-first-window-start)
20342 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20343 Fix typos in docstrings.
20344
20345 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20346
20347 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20348 avoid that filling introduces lines with a single asterisk.
20349
20350 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20351 avoid incorrect kmacro-ring-empty-p messages.
20352 Reported by Michael Schierl <schierlm@gmx.de>.
20353
20354 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20355
20356 * vc.el: Add more info about the vc-registered function.
20357
20358 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20359
20360 * files.el (file-remote-p): Introduce optional parameter
20361 IDENTIFICATION.
20362
20363 * recentf.el (recentf-keep-default-predicate): Adapt call of
20364 `file-remote-p'.
20365
20366 * progmodes/grep.el (grep-probe): Use `process-file'.
20367 (grep-compute-defaults): Handle variables host specific.
20368
20369 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20370 parameter IDENTIFICATION.
20371
20372 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20373 parameter IDENTIFICATION.
20374 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20375 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20376 Add entry for `set-file-times'.
20377 (tramp-do-copy-or-rename-file-via-buffer)
20378 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20379 (tramp-handle-unhandled-file-name-directory): Rewrite.
20380 (tramp-convert-file-attributes): Add error handling when inode is
20381 extraordinary big.
20382 (tramp-get-inode): Change parameter from FILE to VEC.
20383 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20384 is nil. This is according to the specification. Goto (point-max)
20385 when ready.
20386 (tramp-handle-shell-command): Rewrite completely, using
20387 `process-file' and `start-file-process'.
20388 (tramp-methods, tramp-find-shell)
20389 (tramp-open-connection-setup-interactive-shell)
20390 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20391 var. Reported by Steve Youngs <steve@sxemacs.org>.
20392
20393 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20394 entry for `set-file-times'. Rename `start-process' into
20395 `start-file-process'. Remove `call-process' entry.
20396 (tramp-fish-handle-set-file-times): New defun.
20397 (tramp-fish-handle-executable-find): Use `process-file'.
20398 (tramp-fish-handle-process-file): New defun. Replaces
20399 `tramp-fish-handle-call-process'.
20400 (tramp-fish-do-copy-or-rename-file-directly): Use
20401 `set-file-times'.
20402 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20403
20404 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20405 `tramp-get-inode' parameter.
20406
20407 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20408
20409 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20410 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
20411 nowadays, and by the time Emacs-23 comes out, nobody will even remember
20412 it has ever existed.
20413
20414 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20415
20416 * vc.el: Undo previous change.
20417
20418 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20419
20420 * makefile.w32-in (clean): Don't delete *~.
20421
20422 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
20423
20424 * textmodes/tex-mode.el (tex-verbatim-environments):
20425 Add safe-local-variable property.
20426 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20427 when starting font-lock rather than when loading tex-mode.el.
20428
20429 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20430 whole $( rather than just the $. Rename from sh-quoted-subshell.
20431 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20432
20433 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20434
20435 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20436 bookmark-alist. Instead, if not sorting, simply return it.
20437 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20438 for its return value, not for its side effect.
20439
20440 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20441 case of alignment under a constant symbol, find and consider
20442 the sexp actually at indentation to be the "last sexp".
20443
20444 2007-07-16 Drew Adams <drew.adams@oracle.com>
20445
20446 * mouse.el (mouse-yank-secondary): Better error message if no
20447 secondary selection.
20448
20449 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20450
20451 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20452
20453 * term/xterm.el (xterm-turn-on-modify-other-keys)
20454 (xterm-turn-off-modify-other-keys): New functions.
20455 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20456 terminal supports it.
20457
20458 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20459
20460 * bookmark.el (bookmark-show-all-annotations):
20461 Make sure each inserted annotation ends with newline.
20462
20463 2007-07-15 Richard Stallman <rms@gnu.org>
20464
20465 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20466
20467 * tutorial.el (tutorial--find-changed-keys):
20468 Handle C-x specially like ESC.
20469
20470 2007-07-15 Aaron Hawley <aaronh@garden.org>
20471
20472 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20473
20474 2007-07-15 Juri Linkov <juri@jurta.org>
20475
20476 * delsel.el (delete-selection-pre-hook):
20477 * emulation/cua-base.el (cua-paste): Before a yank command,
20478 check also whether last-command is one of mouse-save-then-kill,
20479 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20480
20481 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20482
20483 * recentf.el (recentf-keep-default-predicate): New defun.
20484 (recentf-keep): Use it as initial value.
20485
20486 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20487
20488 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20489 thus restoring bookmark bindings to three slots under C-x r. See
20490 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20491
20492 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20493
20494 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20495
20496 2007-07-15 Jason Rumney <jasonr@gnu.org>
20497
20498 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20499 for input to cmdproxy on all versions of Windows.
20500 Use dos line ends for input to plink.
20501
20502 * comint.el (comint-simple-send): Concat newline before sending.
20503 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20504
20505 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20506
20507 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20508 safe-local-variable setting.
20509
20510 2007-07-14 David Kastrup <dak@gnu.org>
20511
20512 * emacs-lisp/advice.el (defadvice): Doc fix.
20513
20514 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20515
20516 * subr.el (when, unless): Doc fix.
20517
20518 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20519
20520 * replace.el (match): Use yellow1 instead of yellow.
20521
20522 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20523 red.
20524
20525 * pcvs-info.el (cvs-unknown): Likewise.
20526
20527 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20528
20529 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20530 (install): Use them to copy all *.el files before *.elc.
20531
20532 2007-07-13 Drew Adams <drew.adams@oracle.com>
20533
20534 * bookmark.el (bookmark-jump-other-window): New function.
20535 (bookmark-map): Bind it to "o".
20536
20537 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20538 and its thread contains discussion about this change.
20539 The original patch was slightly tweaked by Karl Fogel
20540 <kfogel@red-bean.com> before committing.
20541
20542 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20543
20544 * bookmark.el: Shorten some comments to fit within 80 lines.
20545
20546 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20547
20548 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20549 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20550 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20551 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20552
20553 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20554
20555 * textmodes/org.el: Bug fixes.
20556 (org-end-of-line): Move to end of line if in headline without tags.
20557
20558 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * vc-hooks.el: Remove spurious * in docstrings.
20561 (vc-handled-backends): Add BZR.
20562
20563 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20564
20565 2007-07-12 Davis Herring <herring@lanl.gov>
20566
20567 * desktop.el (desktop-buffer-info, desktop-save):
20568 Use `desktop-dirname' instead of `dirname'.
20569
20570 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20571
20572 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20573
20574 * progmodes/python.el (python-which-func-length-limit): New var.
20575 (python-which-func): New function.
20576 (python-current-defun): Add optional `length-limit' and try to fit
20577 computed function name to that length.
20578 (python-mode): Hook `python-which-func' up.
20579
20580 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20581
20582 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20583
20584 * comint.el (comint-dynamic-complete-as-filename):
20585 Use read-file-name-completion-ignore-case.
20586
20587 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * comint.el (comint-dynamic-list-filename-completions):
20590 Use read-file-name-completion-ignore-case.
20591
20592 * vc-cvs.el: Require CL.
20593 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20594 New functions to provide completion of revision names.
20595
20596 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20597 (vc-cvs-annotate-first-line-re): New const.
20598 (vc-cvs-annotate-process-filter): New fun.
20599 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20600
20601 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20602
20603 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20604 (eldoc-print-current-symbol-info): Adjust for changed helper
20605 function signatures.
20606 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20607 `eldoc-highlight-function-argument'.
20608 (eldoc-highlight-function-argument): New function.
20609 (eldoc-get-var-docstring): Format documentation with
20610 `font-lock-variable-name-face'.
20611 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20612 where suited.
20613 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20614 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20615
20616 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20617
20618 * progmodes/compile.el (compilation-start): `start-process' must
20619 still be redefined when calling `start-process-shell-command'.
20620
20621 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20622 remote file name, prepend its remote part to the filename.
20623 (gud-common-init): When `default-directory' is a remote file name,
20624 make the filename relative to it.
20625 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20626
20627 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20628
20629 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20630 mouse binding and a tooltip.
20631
20632 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20633
20634 * menu-bar.el (vc-menu-map): New defalias.
20635
20636 2007-07-10 Richard Stallman <rms@gnu.org>
20637
20638 * emacs-lisp/lisp-mode.el (eval-defun):
20639 Explain special handling of `defface'.
20640
20641 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20642
20643 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20644
20645 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20646
20647 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20650
20651 * vc-arch.el (vc-arch-complete): Remove.
20652 (vc-arch-revision-completion-table): Use complete-with-action.
20653
20654 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20655 (complete-with-action): New function.
20656 (dynamic-completion-table): Use it.
20657
20658 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20659
20660 * comint.el (make-comint, make-comint-in-buffer)
20661 (comint-exec-1): Replace `start-process' by `start-file-process'.
20662
20663 * progmodes/compile.el (compilation-start): Revert redefining
20664 `start-process'.
20665
20666 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20669 with EOLs when generating MD5 checksums.
20670
20671 * follow.el: Don't change the global map from the follow-mode-map
20672 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20673 XEmacs code.
20674 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20675 since `follow-mode' should be used instead for that.
20676
20677 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20678 (easy-menu-do-define): Use it.
20679 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20680
20681 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20682 (compilation-auto-jump-to-next): New vars.
20683 (compilation-auto-jump): New function.
20684 (compilation-error-properties): Use them to jump to first error.
20685 (compilation-start): Set the var if requested.
20686
20687 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20688 duplicates without also removing entries from other directories.
20689
20690 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20691
20692 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20693 Remember span as default.
20694 (org-columns-edit-value): Rename from `org-column-edit'.
20695 (org-columns-display-here-title): Rename from
20696 `org-overlay-columns-title'.
20697 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20698 (org-columns-get-autowidth-alist): Rename from
20699 `org-get-columns-autowidth-alist'.
20700 (org-columns-display-here): Rename from `org-overlay-columns'.
20701 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20702 (org-columns-quit): Rename from `org-column-quit'.
20703 (org-columns-show-value): Rename from `org-column-show-value'.
20704 (org-columns-content, org-columns-widen)
20705 (org-columns-next-allowed-value)
20706 (org-columns-edit-allowed, org-columns-store-format)
20707 (org-columns-uncompile-format, org-columns-redo)
20708 (org-columns-edit-attributes, org-delete-property)
20709 (org-set-property, org-columns-update)
20710 (org-columns-compute, org-columns-eval)
20711 (org-columns-not-in-agenda, org-columns-compute-all)
20712 (org-property-next-allowed-value)
20713 (org-columns-compile-format)
20714 (org-fill-paragraph-experimental)
20715 (org-string-to-number, org-property-action)
20716 (org-columns-move-left, org-columns-new)
20717 (org-column-number-to-string)
20718 (org-property-previous-allowed-value)
20719 (org-at-property-p, org-columns-delete)
20720 (org-columns-previous-allowed-value)
20721 (org-columns-move-right, org-columns-narrow)
20722 (org-property-get-allowed-values)
20723 (org-verify-version, org-column-string-to-number)
20724 (org-delete-property-globally): New functions.
20725 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20726 (org-columns-overlays): Rename from `org-column-overlays'.
20727 (org-columns-map): Rename from `org-column-map'.
20728 (org-columns-current-maxwidths): Rename from
20729 `org-current-columns-maxwidths'.
20730 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20731 (org-previous-header-line-format)
20732 (org-columns-inhibit-recalculation)
20733 (org-columns-top-level-marker): New variables.
20734 (org-columns-default-format): Rename from `org-default-columns-format'.
20735 (org-property-re): New constant.
20736
20737 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20738
20739 * subr.el (looking-at-p, string-match-p): New functions.
20740
20741 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20742
20743 * textmodes/tex-mode.el (tex-fontify-script)
20744 (tex-font-script-display): New variables to make display of
20745 superscripts and subscripts customizable.
20746 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20747
20748 2007-07-09 Richard Stallman <rms@gnu.org>
20749
20750 * isearch.el (isearch-edit-string): Call to isearch-push-state
20751 after the search.
20752
20753 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20754
20755 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20756 to 1 as enlarge-window uses the value to resize/shrink windows other
20757 than WINDOW if needed.
20758
20759 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20760
20761 * cus-start.el (file-coding-system-alist): Fix custom type.
20762
20763 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20764
20765 * longlines.el (longlines-wrap-region): Avoid marking buffer as
20766 modified.
20767 (longlines-auto-wrap, longlines-window-change-function):
20768 Remove unnecessary calls to set-buffer-modified-p.
20769
20770 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20773 (vc-cvs-checkout): Remove last arg now unused; simplify.
20774
20775 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
20776
20777 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20778
20779 * net/tramp.el:
20780 * net/tramp-ftp.el:
20781 * net/tramp-smb.el:
20782 * net/tramp-uu.el:
20783 * net/trampver.el: Migrate to Tramp 2.1.
20784
20785 * net/tramp-cache.el:
20786 * net/tramp-fish.el:
20787 * net/tramp-gw.el: New Tramp packages.
20788
20789 * net/tramp-util.el:
20790 * net/tramp-vc.el: Removed.
20791
20792 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20793 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20794
20795 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20796
20797 * progmodes/compile.el (compilation-start): Redefine
20798 `start-process' temporarily when `default-directory' is remote.
20799 Remove case of synchronous compilation, this won't happen ever.
20800 (compilation-setup): Make local variable `comint-file-name-prefix'
20801 for remote compilation.
20802
20803 2007-07-08 Martin Rudalics <rudalics@gmx.at>
20804
20805 * novice.el (disabled-command-function): Fit window to buffer to
20806 make last line visible.
20807 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20808
20809 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20810 when handling the terminating event.
20811
20812 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20813
20814 * calc/calc.el (math-read-number-simple): Remove leading 0s.
20815 (math-bignum-digit-length): Change to optimal value.
20816
20817 * calc/calc-bin.el (math-bignum-logb-digit-size)
20818 (math-bignum-digit-power-of-two): Evaluate when compiled.
20819
20820 * calc/calc-comb.el (math-small-factorial-table)
20821 (math-init-random-base, math-prime-test): Remove unnecessary calls
20822 to `math-read-number-simple'.
20823
20824 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20825 (math-approx-gamma-const): Add docstrings.
20826
20827 * calc/calc-forms.el (math-julian-date-beginning)
20828 (math-julian-date-beginning-int): New constants.
20829 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20830 Use the new constants.
20831
20832 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20833
20834 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20835 Add docstrings.
20836
20837 2007-07-07 Tom Tromey <tromey@redhat.com>
20838
20839 * vc.el (vc-annotate): Jump to line and output message only after the
20840 process is really all done.
20841
20842 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * vc.el (vc-exec-after): Don't move point from the sentinel.
20845 Forcefully read all the remaining text in the pipe upon process exit.
20846 (vc-annotate-display-autoscale, vc-annotate-lines):
20847 Don't stop at the first unrecognized line.
20848 (vc-annotate-display-select): Run autoscale after the process is done
20849 since it depends on the whole result.
20850
20851 2007-07-07 Eli Zaretskii <eliz@gnu.org>
20852
20853 * term/w32-win.el (menu-bar-open): New function.
20854 Bind <f10> to it.
20855
20856 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
20857
20858 * simple.el (start-file-process): New defun.
20859
20860 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20861
20862 * files.el (find-file-confirm-nonexistent-file): Rename from
20863 find-file-confirm-inexistent-file. Update users.
20864
20865 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20866 format of autoload block where the file's time-stamp is replaced by its
20867 MD5 checksum.
20868 (autoload-generate-file-autoloads): Use MD5 checksum instead of
20869 time-stamp for secondary autoloads files.
20870 (update-directory-autoloads): Remove duplicate entries.
20871 Use time-less-p for time-stamps, as done in autoload-find-destination.
20872
20873 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
20874
20875 * calc/calc.el (math-read-number): Replace number by variable.
20876 (math-read-number-simple): Properly parse small integers.
20877
20878 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
20879
20880 * vc.el: Fix doc for the checkout function.
20881
20882 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
20883
20884 * vc-hg.el (vc-hg-root): New function.
20885 (vc-hg-registered): Use it.
20886 (vc-hg-diff-tree): New defalias.
20887 (vc-hg-responsible-p): Likewise.
20888 (vc-hg-checkout): Comment out, not needed.
20889 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20890 (vc-hg-find-version, vc-hg-next-version): New functions.
20891
20892 2007-07-06 Andreas Schwab <schwab@suse.de>
20893
20894 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20895 dynamic bindings around the evaluation of the expression.
20896 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20897
20898 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20901 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
20902 Use run-hooks rather than run-mode-hooks.
20903
20904 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
20905
20906 * calc/calc-comb.el (math-random-digit): Rename to
20907 `math-random-three-digit-number'.
20908 (math-random-digits): Don't depend on representation of integer.
20909
20910 * calc/calc-bin.el (math-bignum-logb-digit-size)
20911 (math-bignum-digit-power-of-two): New constants.
20912 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20913 (math-not-bignum, math-clip-bignum): Use the constants
20914 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20915 instead of their values.
20916 (math-clip): Use math-small-integer-size instead of its value.
20917
20918 * calc/calc.el (math-add-bignum): Replace number by constant.
20919
20920 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20921
20922 * wid-edit.el (widget-documentation-string-value-create):
20923 Insert indentation spaces.
20924
20925 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20926
20927 * emacs-lisp/byte-opt.el: Revert last change.
20928
20929 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20930
20931 * vc-hooks.el (vc-handled-backends): Add HG.
20932
20933 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20934
20935 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20936
20937 * complete.el (PC-do-complete-and-exit): Add support for the new
20938 `confirm-only' confirmation mode.
20939
20940 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * cus-edit.el (custom-commands): New variable.
20943 (custom-tool-bar-map): New variable. Initialize using
20944 `custom-commands'.
20945 (custom-mode): Use `custom-tool-bar-map'.
20946 (custom-buffer-create-internal): Insert action buttons only if
20947 tool bar is not used. Use `custom-commands'.
20948 (Custom-help, custom-command-apply): New function.
20949 (custom-command-apply, Custom-set, Custom-save)
20950 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20951 Use `custom-command-apply' instead of duplicating code.
20952 (customize-group-other-window): Call `customize-group' instead of
20953 duplicating code.
20954 (customize-face-other-window): Call `customize-face' instead of
20955 duplicating code.
20956 (customize-group, customize-face): Add optional args for opening
20957 in another window.
20958 (custom-variable-tag): Don't inherit `variable-pitch' face.
20959 (custom-group-tag): Inherit `variable-pitch' face.
20960 (custom-variable-value-create): Set documentation indentation.
20961 (custom-group-value-create): Make group name a link, instead of
20962 using an extra "go to group" button.
20963 (custom-prompt-variable, custom-group-set, custom-group-save)
20964 (custom-group-reset-current, custom-group-reset-saved)
20965 (custom-group-reset-standard): Minor cleanup.
20966
20967 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
20968
20969 * Makefile.in (bootstrap-prepare): When copying from
20970 ldefs-boot.el, make sure loaddefs.el is writeable.
20971
20972 (bootstrap-prepare): Make $(lisp)/ps-print.el
20973 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20974
20975 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
20976
20977 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20978 only caller, and delete.
20979 (vc-hg-state): Deal with exceptions and only parse the output on
20980 successful return.
20981 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20982 caller, and delete.
20983 (vc-hg-workfile-version): Deal with exceptions and only parse the
20984 output on successful return.
20985 (vc-hg-revert): New function.
20986
20987 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
20988
20989 * calculator.el (calculator-expt): Use more cases to determine
20990 the value.
20991
20992 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
20993
20994 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20995 file names.
20996
20997 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20998
20999 * calculator.el (calculator-expt, calculator-integer-p):
21000 New functions.
21001 (calculator-fact): Check to see if the factorial will be too
21002 large before computing it.
21003 (calculator-initial-operators): Use `calculator-expt' to
21004 compute "^".
21005 (calculator-mode): Mention that results which are too large
21006 will return inf.
21007 * calc/calc-comb.el (math-small-factorial-table): Replace list
21008 by vector.
21009
21010 2007-07-03 David Kastrup <dak@gnu.org>
21011
21012 * shell.el: On request of the authors, remove their addresses for
21013 the sake of bug reports, and add the developer list address as
21014 maintainer information.
21015
21016 2007-07-03 Richard Stallman <rms@gnu.org>
21017
21018 * files.el (make-directory): Doc fix.
21019 (find-file-confirm-inexistent-file): Make it a defcustom.
21020 Make nil the default.
21021
21022 2007-07-02 Richard Stallman <rms@gnu.org>
21023
21024 * startup.el (command-line): Set buffer-offer-save in *scratch*
21025 and enable auto-save in it.
21026
21027 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21028
21029 * textmodes/org.el (orgstruct-mode-map): New variable.
21030 (orgstruct-mode): New minor mode.
21031 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21032 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21033 (org-run-like-in-org-mode): New functions.
21034 (org-cycle-list-bullet): New command.
21035 (org-special-properties, org-property-start-re)
21036 (org-property-end-re): New constants.
21037 (org-with-point-at): New macro.
21038 (org-get-property-block, org-entry-properties, org-entry-get)
21039 (org-entry-delete, org-entry-get-with-inheritance)
21040 (org-entry-put, org-buffer-property-keys): New functions.
21041 (org-insert-property-drawer): New command.
21042 (org-entry-property-inherited-from): New variable.
21043 (org-column): New face.
21044 (org-column-overlays, org-current-columns-fmt)
21045 (org-current-columns-maxwidths, org-column-map): New variables.
21046 (org-column-menu): New menu.
21047 (org-new-column-overlay, org-overlay-columns)
21048 (org-overlay-columns-title, org-remove-column-overlays)
21049 (org-column-show-value, org-column-quit, org-column-edit):
21050 New functions.
21051 (org-columns, org-agenda-columns): New commands.
21052 (org-get-columns-autowidth-alist): New functions.
21053 (org-properties): New customize group.
21054 (org-default-columns-format): New option.
21055 (org-priority): Realign tags after changing priority.
21056 (org-preserve-lc): New macro.
21057 (org-update-checkbox-count): Catch case when there is no headline.
21058 (org-agenda-quit): Remove any column overlays.
21059 (org-beginning-of-item-list): Fixed bug when non-item line is
21060 indented too deep.
21061 (org-cached-props): New variable.
21062 (org-cached-entry-get): New function.
21063 (org-make-tags-matcher): Handle property matches.
21064 (org-table-recalculate): Swap evaluation order: Field formula
21065 first, then column formulas, but don't allow them to overwrite the
21066 field formulas.
21067 (org-table-eval-formula): New argument untouchable.
21068 (org-table-put-field-property): New function.
21069
21070 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21071
21072 * help-mode.el (help-make-xrefs): Skip spaces too when
21073 skipping tabs.
21074
21075 * ffap.el (dired-at-point-prompter): Improve prompt in
21076 list-directory case.
21077
21078 2007-07-01 Richard Stallman <rms@gnu.org>
21079
21080 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21081
21082 2007-07-01 Richard Stallman <rms@gnu.org>
21083
21084 * cus-start.el (max-mini-window-height): Added.
21085
21086 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21087
21088 * complete.el (partial-completion-mode): Remove advice of
21089 read-file-name-internal.
21090 (PC-do-completion): Rebind minibuffer-completion-table.
21091 (PC-read-file-name-internal): New function doing what
21092 read-file-name-internal advice did.
21093
21094 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21095
21096 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21097 property on a few symbols.
21098 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21099 (byte-optimize-lapcode): Remove bindings that are not referenced
21100 and certainly will not effect through dynamic scoping.
21101
21102 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21103
21104 * files.el (find-file-confirm-inexistent-file): New var.
21105 (find-file, find-file-other-window, find-file-other-frame)
21106 (find-file-read-only, find-file-read-only-other-window)
21107 (find-file-read-only-other-frame): Use it.
21108
21109 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21112
21113 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21114
21115 * generic-x.el (generic-define-mswindows-modes)
21116 (generic-define-unix-modes, apache-log-generic-mode)
21117 (bat-generic-mode-keymap, java-manifest-generic-mode)
21118 (show-tabs-generic-mode): Fix typos in docstrings.
21119
21120 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21121
21122 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21123 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21124 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21125 (rcirc-print): Never ignore messages from ourself.
21126
21127 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21128
21129 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21130 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21131
21132 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21133
21134 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21135 replace-regexp-in-string.
21136
21137 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21138
21139 * emacs-lisp/cl.el: Set edebug and indentation before loading
21140 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21141
21142 2007-06-28 Andreas Schwab <schwab@suse.de>
21143
21144 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21145 $(lisp)/subdirs.el.
21146
21147 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21148
21149 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21150 the speedbar frame if nil; that deletes the current frame or
21151 causes an error if it is the only frame.
21152 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21153
21154 2007-06-28 Kevin Ryde <user42@zip.com.au>
21155
21156 * textmodes/nroff-mode.el: Groff \# comments.
21157 (nroff-mode-syntax-table): \# comment intro,
21158 plain # as punct per global table.
21159 (nroff-font-lock-keywords): Add # as a single char escape.
21160 (nroff-mode): In comment-start-skip, match \#.
21161
21162 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21163
21164 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21165 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21166 point-min == 1.
21167
21168 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21169
21170 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21171 Rename and move to...
21172
21173 * subr.el (strings->string, string->strings): ...here.
21174
21175 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21176 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21177
21178 * progmodes/gud.el (gud-common-init): Call string->strings instead
21179 of split-string.
21180
21181 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21182
21183 * dired-aux.el: Remove `dired-call-process'.
21184 (dired-check-process): Call `process-file'.
21185
21186 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21187
21188 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21189 `ange-ftp-process-file'.
21190
21191 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21192
21193 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21194
21195 * emacs-lisp/cl-extra.el:
21196 * emacs-lisp/cl-seq.el:
21197 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21198 Add autoload cookies on all defs autoloaded manually in cl.el.
21199
21200 * emacs-lisp/cl-loaddefs.el: New file.
21201
21202 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21203 (texinfo-lowersections-alist): Merge definition and declaration.
21204 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21205 (texinfo-format-syntax-table): Merge init into declaration.
21206 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21207 (texinfo-format-parse-defun-args, texinfo-format-node)
21208 (texinfo-push-stack, texinfo-multitable-widths)
21209 (texinfo-define-info-enclosure, texinfo-alias)
21210 (texinfo-format-defindex, batch-texinfo-format): Use push.
21211 (texinfo-footnote-number): Remove duplicate declaration.
21212
21213 * ps-print.el: Update with auto-generated autoloads.
21214
21215 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21216
21217 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21218
21219 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21220 relative to current dir for file-local settings.
21221 (autoload-generate-file-autoloads): Add `outfile' arg.
21222 (update-directory-autoloads): Use it to directly call
21223 autoload-generate-file-autoloads instead of going through
21224 update-file-autoloads so we avoid redundant searches and so we can know
21225 the set of buffers changed so we can save them all.
21226
21227 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21228 rather than throwing `up-to-date'.
21229 (autoload-generate-file-autoloads): Adjust correspondingly.
21230 (update-file-autoloads): Be careful to let-bind
21231 autoload-modified-buffers and adjust to new calling conventions.
21232 (autoload-modified-buffers): Make it a dynamically scoped var.
21233 (update-directory-autoloads): Use file-relative-name instead of
21234 autoload-trim-file-name.
21235 (autoload-insert-section-header): Don't use autoload-trim-file-name
21236 since the file is already relative now.
21237 (autoload-trim-file-name): Remove.
21238
21239 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21240 (vc-arch-complete, vc-arch--version-completion-table)
21241 (vc-arch-revision-completion-table): New functions to provide
21242 completion of revision names.
21243 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21244 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21245 to let the user trim the revlib.
21246
21247 * vc.el: Add new VC operation `revision-completion-table'.
21248 (vc-default-revision-completion-table): New function.
21249 (vc-version-diff, vc-version-other-window): Use it to provide
21250 completion of revision names if the backend provides it.
21251
21252 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21253
21254 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21255 of newer .svn/entries.
21256
21257 2007-06-25 David Kastrup <dak@gnu.org>
21258
21259 * calc/calc-poly.el (math-padded-polynomial)
21260 (math-partial-fractions): Add some function comments.
21261
21262 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21263
21264 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21265 Make `outbuf' optional.
21266 (update-file-autoloads): Use it.
21267
21268 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21269
21270 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21271 (autoload-find-destination): Keep it uptodate.
21272 (autoload-save-buffers): New fun.
21273 (update-file-autoloads): Use it. Re-add the "up to date" message.
21274
21275 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21276 (autoload-find-destination): New function extracted from
21277 update-file-autoloads.
21278 (update-file-autoloads): Use it.
21279 (autoload-generate-file-autoloads): New function extracted from
21280 generate-file-autoloads. Use file-relative-name. Delay computation of
21281 output-start to the first cookie. Remove done-any, replaced by
21282 output-start.
21283 (generate-file-autoloads): Use it.
21284
21285 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21286
21287 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21288 Use math-read-number-simple to insert constants.
21289 (math-prime-test): Redo calculation of sum.
21290
21291 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21292
21293 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21294 math-scale-bignum-3.
21295 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21296 math-bignum-digit-size.
21297 (math-isqrt-small): Add another possible initial guess.
21298
21299 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21300
21301 * textmodes/bibtex.el (bibtex-entry-format): New options
21302 `whitespace', `braces', and `string'.
21303 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21304 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21305 (bibtex-cite-matcher-alist): New variables.
21306 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21307 (bibtex-flash-head): Use blink-matching-delay.
21308 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21309 (bibtex-format-entry, bibtex-reformat): Handle new options of
21310 bibtex-entry-format.
21311 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21312 New functions.
21313 (bibtex-complete-internal): Do not display messages while
21314 minibuffer is used. Do not leave around a completions buffer
21315 that is out of date.
21316 (bibtex-copy-summary-as-kill): New optional arg.
21317 (bibtex-font-lock-url): New optional arg no-button.
21318 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21319 (bibtex-url): Allow multiple URLs per entry.
21320
21321 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21322
21323 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21324 (update-file-autoloads, update-directory-autoloads): Use it.
21325 (autoload-file-load-name): New function.
21326 (generate-file-autoloads, update-file-autoloads): Use it.
21327 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21328 (generate-file-autoloads): If the autoloaded form is malformed,
21329 indicate the problem with a warning instead of aborting.
21330
21331 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21332
21333 * simple.el (next-error-recenter): Accept `(4)' as well;
21334 also, specify `integer' instead of `number'.
21335
21336 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21337
21338 * ls-lisp.el (insert-directory): If an invalid regexp error is
21339 thrown, try using FILE as a literal file name, not a wildcard.
21340
21341 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21342
21343 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21344 `header-line-format' when reentering ruler mode.
21345
21346 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21347
21348 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21349 FILE exists as a file.
21350
21351 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21352
21353 * calc/calc.el (math-bignum-digit-length)
21354 (math-bignum-digit-size, math-small-integer-size):
21355 New constants.
21356 (math-normalize, math-bignum-big, math-make-float)
21357 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21358 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21359 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21360 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21361 (math-quotient, math-div-bignum, math-div-bignum-digit)
21362 (math-div-bignum-part, math-format-bignum-decimal)
21363 (math-read-bignum): Use math-bignum-digit-length,
21364 math-bignum-digit-size and math-small-integer-size.
21365
21366 * calc/calc-ext.el (math-fixnum-big): Use the variable
21367 math-bignum-digit-size.
21368
21369 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21370
21371 * log-view.el (log-view-mode-menu): New menu.
21372
21373 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21376 differently.
21377
21378 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21379 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21380
21381 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21382
21383 * vc-hg.el (vc-hg-print-log): Insert the file name.
21384 (vc-hg-log-view-mode): Fontify the file name.
21385
21386 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21387
21388 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21389 (calcFunc-julian): Fix incorrect number used in calculations.
21390
21391 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
21392
21393 * simple.el (next-error-recenter): New defcustom.
21394 (next-error, next-error-internal): Recenter if specified,
21395 immediately prior to running `next-error-hook'.
21396
21397 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21398 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21399
21400 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21401
21402 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21403
21404 * calc/calc-comb.el (math-small-factorial-table): New variable.
21405 (calcFunc-fact): Use `math-small-factorial-table'.
21406
21407 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21408 initial values.
21409 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21410 New variables to use in caches.
21411
21412 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21413 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21414
21415 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21416 (math-bernoulli-b-cache): Use math-read-number-simple to insert
21417 bignums.
21418
21419 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21420 New variables to use in caches.
21421
21422 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21423
21424 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21425
21426 * vc-hg.el (vc-hg-log-view-mode): New mode.
21427
21428 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
21429
21430 * calc/calc.el (math-read-number-simple): New function.
21431
21432 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21435 (vera-font-lock-match-item): Fix doc string.
21436 (vera-in-comment-p): Remove unused function.
21437 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21438 use `syntax-ppss'.
21439 (vera-forward-syntactic-ws): Fix argument order.
21440 (vera-prepare-search): Use `with-syntax-table'.
21441 (vera-indent-line): Fix doc string.
21442 (vera-electric-tab): Fix doc string.
21443 (vera-expand-abbrev): Define alias instead of using `fset'.
21444 (vera-comment-uncomment-region): Use `comment-start-skip'.
21445
21446 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
21447
21448 * textmodes/org.el (org-export-with-footnotes): New option.
21449 (org-export-as-html): Fix replacement bug for XEmacs.
21450 (org-agenda-default-appointment-duration): New option.
21451
21452 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
21453
21454 * vc-hg.el: Add to do items.
21455 (vc-hg-diff): Add support for comparing different revisions.
21456 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21457 (vc-hg-annotate-extract-revision-at-line)
21458 (vc-hg-previous-version, vc-hg-checkin): New functions.
21459 (vc-hg-annotate-re): New constant.
21460
21461 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21462
21463 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21464
21465 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21468 buffer-local value of log-view-*-re if applicable.
21469
21470 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21471 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21472 (vc-bzr-command*): Remove both (incompatible) versions.
21473 (vc-bzr-do-command*): Remove.
21474 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21475 Remove by folding into its only caller vc-bzr-command.
21476 (vc-bzr-command): Always set the environment, even when ineffective.
21477 (vc-bzr-version): Minor fix up.
21478 (vc-bzr-admin-dirname): New var.
21479 (vc-bzr-bzr-dir): Remove.
21480 (vc-bzr-root-dir): New fun.
21481 (vc-bzr-registered): Use it. Add an autoloaded version.
21482 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21483 (vc-bzr-view-log-function): Remove.
21484 (vc-bzr-log-view-mode): New major mode to replace it.
21485 (vc-bzr-print-log): Only activate the old hack if needed.
21486
21487 * vc.el (vc-default-log-view-mode): New function.
21488 (vc-print-log): Add new `log-view-mode' VC operation.
21489
21490 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21491
21492 * ido.el (ido-find-file-in-dir): Don't signal an error for
21493 empty directories.
21494
21495 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21496
21497 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21498 directory where the desktop file was found, as the docstring says.
21499 (desktop-kill): Use `read-directory-name'.
21500
21501 2007-06-20 Alan Mackenzie <acm@muc.de>
21502
21503 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21504 When removing lines, also remove the \n. Correction of patch of
21505 2007-04-21.
21506
21507 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21508
21509 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21510 event is not a cons cell. Do not unread drag-mouse-1 events.
21511 Select right window in check whether space was stolen from
21512 window above.
21513
21514 * help-mode.el (help-make-xrefs): Adjust position of new forward
21515 button.
21516
21517 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21518
21519 * vc-bzr.el (vc-bzr-with-process-environment)
21520 (vc-bzr-std-process-invocation): New macros.
21521 (vc-bzr-command, vc-bzr-command*): Use them.
21522 (vc-bzr-with-c-locale): Remove.
21523 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21524 (vc-bzr-buffer-nonblank-p): New function.
21525 (vc-bzr-state-words): New const.
21526 (vc-bzr-state): Look for `bzr status' keywords in output.
21527 Display everything else as a warning message to the user.
21528 Fix status report with bzr >= 0.15.
21529
21530 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21531
21532 * vc-hg.el (vc-hg-global-switches): Simplify.
21533 (vc-hg-state): Handle more states.
21534 (vc-hg-diff): Fix doc-string.
21535 (vc-hg-register): New function.
21536 (vc-hg-checkout): Likewise.
21537
21538 2007-06-20 Reto Zimmermann <reto@gnu.org>
21539
21540 * progmodes/vera-mode.el: New file.
21541
21542 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21543
21544 * calc/calc.el (calc-multiplication-has-precendence):
21545 New variable.
21546 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21547 New functions.
21548 (math-expr-opers): Define using math-standard-ops rather than
21549 math-standard-opers.
21550 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21551 equal the function math-standard-ops rather than the variable
21552 math-standard-opers.
21553 (calc-algebraic-entry): Let math-expr-opers equal
21554 math-standard-ops or math-expr-ops, as appropriate.
21555 (math-expr-read-level, math-read-factor): Let math-expr-opers
21556 equal math-expr-ops.
21557 * calc/calc-embed.el (calc-embedded-finish-edit):
21558 Let math-expr-opers equal the function math-standard-ops
21559 rather than the variable math-standard-opers.
21560 * calc/calc-ext.el (math-read-plain-expr)
21561 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21562 function math-standard-ops rather than the variable
21563 math-standard-opers.
21564 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21565 Let math-expr-opers equal the function math-standard-ops rather
21566 than the variable math-standard-opers.
21567 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21568 equal the function math-standard-ops rather than the variable
21569 math-standard-opers.
21570 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21571 equal the function math-standard-ops rather than the variable
21572 math-standard-opers.
21573 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21574 math-expr-ops.
21575
21576 2007-06-19 Ivan Kanis <apple@kanis.eu>
21577
21578 * vc-hg.el: New file.
21579
21580 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21583 with font-lock-multiline.
21584
21585 2007-06-17 Glenn Morris <rgm@gnu.org>
21586
21587 * lpr.el (lpr-page-header-switches): Move %s to separate element
21588 for correct quoting. Doc fix.
21589
21590 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21593 than setting sgml-xml-mode.
21594 (sgml-mode, html-mode): Set sgml-xml-mode.
21595 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21596 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21597 (sgml-electric-tag-pair-before-change-function)
21598 (sgml-electric-tag-pair-flush-overlays): New functions.
21599 (sgml-electric-tag-pair-mode): New minor mode.
21600 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21601 (sgml-calculate-indent): Use assoc-string.
21602
21603 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21604
21605 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21606 chars before the "@" in an email address. Andreas Roehler noticed
21607 this problem.
21608
21609 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21610
21611 * thingatpt.el: Add support for email addresses (`email').
21612 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21613 (thing-at-point-email-regexp): New variable.
21614 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21615 properties on this symbol, with lambda forms for values.
21616
21617 2007-06-15 Masatake YAMATO <jet@gyve.org>
21618
21619 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21620
21621 * vc.el (vc-dired-hook): Check the backend returned from
21622 `vc-responsible-backend' can really handle `subdir'.
21623
21624 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21625
21626 * wid-edit.el (widget-add-documentation-string-button):
21627 Fix handling of documentation indent.
21628
21629 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21630
21631 * mb-depth.el: New file.
21632
21633 2007-06-15 Masatake YAMATO <jet@gyve.org>
21634
21635 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21636
21637 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21638
21639 * wid-edit.el (widget-default-create): Move ?h handling here...
21640 (widget-default-format-handler): ...from here.
21641 (widget-docstring, widget-add-documentation-string-button): New funs.
21642 (documentation-string): Add :visibility-widget property.
21643 (widget-documentation-string-value-create): Use it.
21644
21645 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21646 (custom-buffer-create-internal): Simplify message.
21647 (custom-variable-tag): Reduce height to normal.
21648 (custom-variable-value-create, custom-face-value-create)
21649 (custom-visibility): New widget.
21650 (custom-visibility): New face.
21651 (custom-group-value-create):
21652 Call widget-add-documentation-string-button, using `custom-visibility'.
21653
21654 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21657 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21658 change. Apparently the "warning even if the group is implicit" is
21659 a feature rather than a bug.
21660
21661 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21662
21663 * emulation/viper.el (viper-describe-key-ad)
21664 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21665 Compile them conditionally.
21666 (viper-version): Belated version change.
21667
21668 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21669
21670 * follow.el (follow-all-followers, follow-generic-filter):
21671 * pcomplete.el (pcomplete-restore-windows):
21672 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21673 (x-dnd-drop-data):
21674 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21675 * progmodes/python.el (python-complete-symbol):
21676 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21677
21678 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21679
21680 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21681 around bright and dim regexps. Make sure bright and dim matches
21682 use word anchors. Send text through rcirc-markup functions.
21683 (rcirc-url-regexp): Add single quote character.
21684 (rcirc-connect): Write logs to disk on auto-save-hook.
21685 Make server a non-optional argument.
21686 (rcirc-log-alist): New variable.
21687 (rcirc-log-directory): Make customizable.
21688 (rcirc-log-flag): New customizable variable.
21689 (rcirc-log): New function.
21690 (rcirc-print): Use above function.
21691 (rcirc-log-write): New function.
21692 (rcirc-generate-new-buffer-name): Strip text properties.
21693 (rcirc-switch-to-buffer-function): Remove variable.
21694 (rcirc-last-non-irc-buffer): Remove variable.
21695 (rcirc-non-irc-buffer): Add function.
21696 (rcirc-next-active-buffer): Use above function.
21697 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21698 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21699 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21700 (rcirc-omit-mode): Add minor-mode.
21701 (rcirc-mode-map): Change C-c C-o binding.
21702 (rcirc-mode): Clear mode-line-process. Use a custom
21703 fill-paragraph-function. Set up buffer-invisibility-spec.
21704 (rcirc-response-formats): Remove timestamp code.
21705 (rcirc-omit-responses): Add variable.
21706 (rcirc-print): Don't put the overlay arrow on potentially omitted
21707 lines. Log line to disk. Record activity for private messages
21708 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21709 (rcirc-jump-to-first-unread-line): Print message if there is no
21710 unread text.
21711 (rcirc-clear-unread): New function.
21712 (rcirc-markup-text-functions): Add variable.
21713 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21714 (rcirc-debug): Don't mess with window configuration.
21715 (rcirc-send-message): Send message before printing locally.
21716 Add SILENT argument, do not print message if non-nil.
21717 (rcirc-visible-buffers): New function and variable.
21718 (rcirc-window-configuration-change-1): Add function.
21719 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21720 server buffer.
21721 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21722 (rcirc-fill-paragraph): Add function.
21723 (rcirc-record-activity, rcirc-window-configuration-change-1):
21724 Only update the activity string if it has actually changed.
21725 (rcirc-update-activity-string): Remove padding characters from the
21726 mode-line string.
21727 (rcirc-disconnect-buffer): New function to be called when a
21728 channel is parted or the user quits.
21729 (rcirc-server-name): Warn when the server-name hasn't been set.
21730 (rcirc-window-configuration-change): Postpone work until
21731 post-command-hook.
21732 (rcirc-window-configuration-change-1): Update mode-line and
21733 overlay arrows here.
21734 (rcirc-authenticate): Fixc hanserv identification.
21735 (rcirc-default-server): Remove variable.
21736 (rcirc): Connect according to rcirc-connections.
21737 (rcirc-connections): Add variable.
21738 (rcirc-startup-channels-alist): Remove variable.
21739 (rcirc-startup-channels): Remove function.
21740
21741 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21744
21745 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21746
21747 * term/xterm.el (terminal-init-xterm): Escape parens in character
21748 constants.
21749
21750 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21751
21752 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21753 Use [:alpha:] and [:alnum:] where applicable.
21754 (sh-quoted-subshell): Rewrite to correctly
21755 handle nested mixes of `...' and $(...).
21756 (sh-apply-quoted-subshell): Remove.
21757 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21758
21759 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21760
21761 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21762
21763 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21764 previous change.
21765
21766 2007-06-12 Tom Tromey <tromey@redhat.com>
21767
21768 * subr.el (user-emacs-directory): New defconst.
21769 * cmuscheme.el (scheme-start-file):
21770 * shell.el (shell):
21771 * completion.el (save-completions-file-name):
21772 * custom.el (custom-theme-directory):
21773 * term/x-win.el (emacs-session-filename):
21774 * filesets.el (filesets-menu-cache-file):
21775 * thumbs.el (thumbs-thumbsdir):
21776 * server.el (server-auth-dir):
21777 * image-dired.el (image-dired-dir):
21778 (image-dired-db-file):
21779 (image-dired-temp-image-file):
21780 (image-dired-gallery-dir):
21781 (image-dired-temp-rotate-image-file):
21782 * play/gamegrid.el (gamegrid-user-score-file-directory):
21783 * savehist.el (savehist-file):
21784 * tutorial.el (tutorial--saved-dir):
21785 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21786
21787 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
21788
21789 * scroll-lock.el (scroll-lock-mode): Doc fix.
21790
21791 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21792
21793 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21794
21795 * ediff-init.el: Doc strings.
21796
21797 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21798
21799 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21800 (byte-compile-file): Bind it.
21801 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21802 group argument is provided implicitly.
21803 (byte-compile-format-warn, byte-compile-from-buffer)
21804 (byte-compile-insert-header): Don't hardcode point-min==1.
21805 (byte-compile-file-form-require): Remove unused var old-load-list.
21806 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21807
21808 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
21809
21810 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21811 Display error messages.
21812 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21813 Get rid of cl.el dependencies.
21814
21815 * emulation/viper-init.el (viper-suppress-input-method-change-message):
21816 New variable.
21817 (viper-activate-input-method-action)
21818 (viper-inactivate-input-method-action):
21819 Use viper-suppress-input-method-change-message.
21820
21821 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21822 for C-s, C-r.
21823
21824 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21825 Use viper-replace-overlay-cursor-color instead of
21826 viper-replace-overlay-cursor-color.
21827 (viper-sit-for-short): Use sit-for with 3 arguments.
21828
21829 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21830 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21831 to gud-mode.
21832
21833 * ediff-mult.el (ediff-meta-buffer-brief-message)
21834 (ediff-meta-buffer-verbose-message): New variables.
21835 (ediff-meta-buffer-message): Variable deleted.
21836 (ediff-verbose-help-enabled): New variable.
21837 (ediff-toggle-verbose-help-meta-buffer): New function.
21838 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21839 message options.
21840
21841 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21842 (ediff-fixup-patch-map): Improve heuristic.
21843
21844 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21845
21846 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21847 (log-view-font-lock-keywords): Simplify.
21848 (log-view-current-file, log-view-current-tag): Simplify.
21849
21850 2007-06-12 Sam Steingold <sds@gnu.org>
21851
21852 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21853
21854 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
21855
21856 * desktop.el (desktop-load-locked-desktop): New option.
21857 (desktop-read): Use it.
21858 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21859 Use `when'.
21860
21861 2007-06-12 Davis Herring <herring@lanl.gov>
21862
21863 * desktop.el (desktop-save-mode-off): New function.
21864 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21865 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21866 (desktop-claim-lock, desktop-release-lock): New functions.
21867 (desktop-kill): Tell `desktop-save' that this is the last save.
21868 Release the lock afterwards.
21869 (desktop-buffer-info): New function.
21870 (desktop-save): Use it. Run `desktop-save-hook' where the doc
21871 says to. Detect conflicts, and manage the lock.
21872 (desktop-read): Detect conflicts. Manage the lock.
21873
21874 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21875
21876 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21877
21878 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21879 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
21880 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21881 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21882 keysyms rather than byte sequences.
21883 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21884
21885 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21886
21887 * font-lock.el (font-lock-add-keywords): In case font-lock was only
21888 half-activated, forcefully activate it completely.
21889
21890 2007-06-11 Richard Stallman <rms@gnu.org>
21891
21892 * cus-edit.el (custom-variable-type): Doc fix.
21893
21894 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21895
21896 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21897 (sh-font-lock-flush-syntax-ppss-cache): New functions.
21898 (sh-font-lock-syntactic-keywords): Use them to distinguish the
21899 different possible cases for \'.
21900
21901 * complete.el (PC-bindings): Don't bind things already bound in the
21902 parent keymap.
21903
21904 * textmodes/bibtex-style.el: New file.
21905
21906 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
21907
21908 * vc-bzr.el: New file.
21909
21910 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21911
21912 * vc-svn.el (vc-svn-program): New var.
21913 (vc-svn-command): Use it.
21914
21915 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
21916
21917 * server.el (server-switch-buffer): Remove redundant check.
21918
21919 2007-06-10 Martin Rudalics <rudalics@gmx.at>
21920
21921 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21922 Match against file-name-nondirectory.
21923 Fix text on user customization variables.
21924 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21925
21926 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21927
21928 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21929
21930 2007-06-09 Davis Herring <herring@lanl.gov>
21931
21932 * desktop.el (desktop-minor-mode-table): Doc fix.
21933
21934 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * textmodes/css-mode.el (css-navigation-syntax-table):
21937 Use set-char-table-range so it also works in the unicode branch.
21938
21939 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
21940
21941 * help-mode.el (help-xref-forward-stack)
21942 (help-xref-stack-forward-item, help-forward-label): New variables.
21943 (help-forward): New button type.
21944 (help-setup-xref): Initialise help-xref-forward-stack.
21945 (help-make-xrefs): Add forward button, if appropriate.
21946 (help-xref-go-back): Push item on forward stack.
21947 (help-xref-go-forward, help-go-forward): New functions.
21948
21949 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
21950
21951 * dired.el (dired-mode-map): Remove spurious separator.
21952
21953 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21954
21955 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21956
21957 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21958 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21959
21960 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
21961
21962 * textmodes/org.el: Version number fixed.
21963
21964 2007-06-07 Glenn Morris <rgm@gnu.org>
21965
21966 * version.el (emacs-copyright): New constant.
21967 * startup.el (fancy-splash-tail): Use emacs-copyright.
21968 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21969
21970 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21971 `make-local'.
21972 (byte-compile-warnings-safe-p): Add `make-local'.
21973 (byte-compile-make-variable-buffer-local):
21974 Allow byte-compile-warnings to suppress this warning.
21975
21976 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21977 format of "menu" description.
21978 (tutorial--find-changed-keys): Describe the specific menu a
21979 command is in.
21980
21981 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21982 Rewrite compatibility functions to silence byte-compiler.
21983
21984 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
21985
21986 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21987 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21988
21989 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
21990
21991 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21992
21993 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
21994
21995 * progmodes/ebrowse.el (ebrowse-member-table):
21996 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21997 (org-batch-agenda-csv): Fix typos in docstrings.
21998
21999 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22000
22001 * pgg.el (pgg-sign-region, pgg-sign):
22002 * ses.el (ses-call-printer):
22003 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22004 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22005
22006 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22007
22008 * textmodes/org.el (org-export-region-as-html)
22009 (org-replace-region-by-html, org-number-to-letters)
22010 (org-table-fedit-finish, org-normalize-color)
22011 (org-table-fedit-ref-right, org-date-to-gregorian)
22012 (org-table-fedit-move, org-table-convert-refs-to-rc)
22013 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22014 (org-write-agenda, org-colgroup-info-to-vline-list)
22015 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22016 (org-indent-line-function, org-export-as-html-to-buffer)
22017 (org-store-agenda-views, org-update-mode-line)
22018 (org-find-if, org-delete-all)
22019 (org-table-fedit-convert-buffer, org-emphasize)
22020 (org-uniquify, org-table-fedit-lisp-indent)
22021 (org-table-fedit-scroll, org-get-todo-sequence-head)
22022 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22023 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22024 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22025 (org-table-fedit-line-up, org-table-fedit-ref-down)
22026 (org-table-formula-from-user, org-mode-flyspell-verify)
22027 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22028 (org-table-formula-to-user, org-diary-to-ical-string)
22029 (orgtbl-export, org-table-fedit-post-command)
22030 (org-closed-in-range, org-shiftcontrolright)
22031 (org-table-convert-refs-to-an, org-table-hline-and-move)
22032 (org-table-formula-less-p, org-format-table-ascii)
22033 (org-agenda-get-sexps, org-shift-refpart)
22034 (org-diary-sexp-entry, org-time-string-to-absolute)
22035 (org-table-show-reference, org-letters-to-number)
22036 (org-fix-agenda-info, org-table-fedit-ref-up)
22037 (org-table-fedit-shift-reference, org-table-fedit-abort)
22038 (org-closest-date, org-shiftcontrolleft)
22039 (org-at-heading-or-item-p, org-rematch-and-replace)
22040 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22041 New functions.
22042 (org-table-edit-scroll-down, org-finish-edit-formulas)
22043 (org-table-edit-next-field, org-abort-edit-formulas)
22044 (org-font-lock-level, org-export-find-first-heading-line)
22045 (org-table-edit-line-down, org-table-edit-backward-field)
22046 (org-edit-formula-lisp-indent, org-table-edit-move)
22047 (org-check-log-option, org-this-word)
22048 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22049 (org-agenda-file-to-end, org-expand-file-name)
22050 (org-fake-empty-table-line, org-table-edit-scroll)
22051 (org-toggle-log-option, org-show-reference): Function removed.
22052 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22053 New defsubsts.
22054 (org-unmodified, org-batch-store-agenda-views)
22055 (org-batch-agenda-csv): New macro.
22056 (org-agenda-export): New customization group.
22057 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22058 (org-highest-priority, org-agenda-exporter-settings)
22059 (org-log-done-with-time, org-replace-disputed-keys)
22060 (org-format-latex-header, org-export-table-header-tags)
22061 (org-cycle-separator-lines, org-export-table-data-tags)
22062 (org-icalendar-include-sexps)
22063 (org-empty-line-terminates-plain-lists)
22064 (org-log-repeat, org-special-ctrl-a)
22065 (org-table-use-standard-references, org-disputed-keys)
22066 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22067 (org-agenda-export-html-style): New option.
22068 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22069 (org-CUA-compatible): Option removed.
22070 (org-agenda-structure, org-sexp-date): New face.
22071 (org-todo-keywords-for-agenda, org-not-done-keywords)
22072 (org-planning-or-clock-line-re, org-agenda-name)
22073 (org-table-colgroup-info, org-todo-sets)
22074 (constants-unit-system, org-clock-mode-line-entry)
22075 (org-mode-line-timer, org-table-current-begin-pos)
22076 (org-todo-keywords-1, org-mode-line-string)
22077 (org-table-clean-did-remove-column, org-table-fedit-map)
22078 (org-clock-heading, org-table-buffer-is-an)
22079 (org-agenda-info, org-done-keywords)
22080 (org-done-keywords-for-agenda, org-todo-heads)
22081 (org-todo-kwd-alist, org-clock-start-time): New variable.
22082 (org-todo-kwd-priority-p, org-edit-formulas-map)
22083 (org-repeat-re, org-todo-kwd-max-priority)
22084 (org-version, org-done-string)
22085 (org-table-clean-did-remove-column-1, org-disputed-keys):
22086 Remove variables.
22087 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22088 (org-ts-lengths): Constant removed.
22089 (org-follow-gnus-link): Don't ask how many articles to read.
22090 (org-export-find-first-export-line): Rename from
22091 `org-export-find-first-heading'.
22092 Use `org-export-skip-text-before-1st-heading'.
22093 (org-table-fedit-post-command): Rename from
22094 `org-table-edit-formulas-post-command'.
22095 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22096 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22097 (org-table-fedit-lisp-indent): Rename from
22098 `org-edit-formula-lisp-indent'.
22099 (org-table-show-reference): Rename from `org-show-reference'.
22100 (org-table-store-formulas): Use `org-table-formula-less-p'.
22101 (org-table-edit-formulas): Position cursor to current field equation.
22102 (org-update-checkbox-count, org-hide-archived-subtrees)
22103 (org-timestamp-up-day, org-timestamp-down-day)
22104 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22105 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22106 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22107 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22108 Let `org-on-heading-p' also check for invisible heading.
22109 (org-read-date): Match am/pm times.
22110 (org-eval-in-calendar): Fix default date in prompt.
22111
22112 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22113
22114 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22115 "ChangeLog.a" entries, giving the latter lower priority.
22116
22117 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22118
22119 * faces.el (face-id): If the argument is a face alias,
22120 return the ID of the target face.
22121
22122 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22123
22124 * net/socks.el (top): Remove unnecessary copyright line.
22125
22126 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22127
22128 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22129
22130 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22131
22132 * net/socks.el: New file, taken from w3 repository.
22133 (top): Update Copyright. Don't load cl.el.
22134 (all): Replace `case' by `cond', `string-to-int' by
22135 `string-to-number', and `process-kill-without-query' by
22136 `set-process-query-on-exit-flag'.
22137 (socks-char-int): Remove defalias and all occurrences.
22138
22139 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22140
22141 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22142 Fix typos in docstrings.
22143 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22144 (compilation-finish-function): Fix typo in obsolescence declaration.
22145
22146 2007-06-03 Sam Steingold <sds@gnu.org>
22147
22148 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22149 handle unending automatic recompilation of changed files (`omake -P').
22150 (compilation-loop): VISITED is now 5th CDR.
22151 (compilation-next-error-function): Set TIMESTAMP.
22152
22153 2007-06-03 Sam Steingold <sds@gnu.org>
22154
22155 * files.el (kill-buffer-ask): New function.
22156 (kill-some-buffers): Use it.
22157 (kill-matching-buffers): New user command.
22158
22159 2007-06-01 David Kastrup <dak@gnu.org>
22160
22161 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22162 Change default to `top'.
22163
22164 2007-05-31 Richard Stallman <rms@gnu.org>
22165
22166 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22167
22168 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22169
22170 * textmodes/css-mode.el: New file.
22171
22172 2007-05-30 Michael Olson <mwolson@gnu.org>
22173
22174 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22175 died and we are trying to send a signal to it. The program using
22176 tq.el should periodically check to see whether the process has
22177 died and react appropriately -- this is not the responsibility of
22178 tq.el, and is consistent with the rest of the tq.el source code.
22179
22180 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22181
22182 * textmodes/table.el (table--point-entered-cell-function)
22183 (table--point-left-cell-function):
22184 Bind `inhibit-point-motion-hooks' to t.
22185
22186 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22187
22188 * emacs-lisp/rx.el (rx): Doc fix.
22189
22190 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22191
22192 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22193
22194 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22195
22196 Sync with Tramp 2.0.56.
22197
22198 * net/tramp.el:
22199 * net/tramp-ftp.el:
22200 * net/tramp-smb.el:
22201 * net/tramp-util.el:
22202 * net/tramp-vc.el:
22203 Don't load cl.el, because that pollutes the namespace. Replace cl
22204 macros by their implementations where necessary. Requested by
22205 Richard Stallman <rms@gnu.org>.
22206
22207 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22208 doesn't exist.
22209 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22210 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22211 (tramp-file-name-p, tramp-file-name-multi-method)
22212 (tramp-file-name-method, tramp-file-name-user)
22213 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22214 replacing defstruct `tramp-file-name'.
22215 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22216 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22217 Apply `vector' instead of `make-tramp-file-name'.
22218 (tramp-handle-make-auto-save-file-name):
22219 Apply `tramp-temporary-file-directory' for compatibility reasons.
22220 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22221 because of XEmacs.
22222 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22223 started.
22224
22225 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22226
22227 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22228
22229 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22230
22231 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22232 as the end of the ChangeLog paragraph when it ends without a line
22233 termination.
22234
22235 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22236
22237 * net/webjump.el (webjump-sample-sites):
22238 Add simple Wikipedia query.
22239
22240 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22241
22242 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22243 compatibility code.
22244
22245 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22246 (copyright-update-year): Use it.
22247
22248 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22249
22250 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22251 Add indentation and debugging info. Fix up comment convention.
22252
22253 * cus-dep.el (custom-make-dependencies): Simplify.
22254
22255 * composite.el (compose-region, decompose-region):
22256 Use inhibit-read-only and restore-buffer-modified-p.
22257
22258 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22259 (xterm-mouse-event): Use it.
22260
22261 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22262
22263 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22264 `switch-to-buffer' has returned succesfully.
22265 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22266 window is dedicated (it could iconify the frame).
22267
22268 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22269
22270 * vc-hooks.el (vc-find-root): Fix file attribute test.
22271
22272 2007-05-24 Richard Stallman <rms@gnu.org>
22273
22274 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22275 Don't let opoint be nil.
22276 (flyspell-emacs-popup): Explicit error if no dialogs.
22277
22278 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22279
22280 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22281 (image-next-line, image-previous-line, image-scroll-up)
22282 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22283 New functions.
22284 (image-mode-map): Remap motion commands.
22285 (image-mode-text-map): New keymap for viewing images as text.
22286 (image-mode): Use image-mode-map.
22287 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22288
22289 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * textmodes/fill.el (canonically-space-region): Make the second arg
22292 a marker if it's not already the case.
22293
22294 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22295
22296 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22297 (tar-get-descriptor): Handle type 55, an extended pax header.
22298
22299 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22300
22301 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22302 to confuse outline-minor-mode.
22303
22304 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22305
22306 * tar-mode.el (tar-file-name-handler): New function.
22307 (tar-extract): Bind file-name-handler-alist to it to force
22308 find-buffer-file-type-coding-system behave as if the file being
22309 extracted existed. Use last-coding-system-used to force
22310 buffer-file-coding-system to what decode-coding-region actually
22311 used to decode the file.
22312
22313 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22314
22315 * progmodes/compile.el (compilation-handle-exit):
22316 `compilation-finish-function' may change the current buffer.
22317
22318 2007-05-22 Richard Stallman <rms@gnu.org>
22319
22320 * files.el (set-auto-mode): Doc fix.
22321
22322 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22323
22324 * help-fns.el (find-source-lisp-file): New function.
22325 (describe-function-1): Use find-source-lisp-file to find source
22326 file in compile tree.
22327
22328 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22329
22330 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22331
22332 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22333
22334 * emacs-lisp/easy-mmode.el (define-minor-mode)
22335 (easy-mmode-define-navigation): Fix typos in docstrings.
22336
22337 2007-05-22 Glenn Morris <rgm@gnu.org>
22338
22339 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22340
22341 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22342
22343 * mail/mail-extr.el (mail-extract-address-components):
22344 Recognize non-ASCII characters except for NBSP as words.
22345
22346 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22347
22348 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22349 (rcirc-print): Handle `window-width'.
22350 (rcirc-buffer-maximum-lines): Doc fix.
22351
22352 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22353
22354 * image-mode.el (image-toggle-display): Don't clear image cache.
22355 Only use filename in image spec if the file is readable.
22356 Call image-refresh.
22357
22358 * image.el (image-type-from-file-name, image-type): Simplify.
22359 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22360
22361 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22362 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22363
22364 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22365
22366 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22367 is an error.
22368
22369 * term/linux.el (terminal-init-linux): Don't signal an error
22370 if gpm isn't running.
22371
22372 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22373
22374 * t-mouse.el: Reduce to a minor-mode macro call.
22375 (t-mouse-mode): Remove the lighter.
22376
22377 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22378
22379 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
22380
22381 * files.el (auto-mode-alist): Change the regexp so that
22382 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22383
22384 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22385
22386 * Version 22.1 released.
22387
22388 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22389
22390 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22391 changes.
22392
22393 2007-05-19 Kevin Ryde <user42@zip.com.au>
22394
22395 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22396
22397 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
22398
22399 * textmodes/sgml-mode.el: Revert last change.
22400
22401 2007-05-18 Richard Stallman <rms@gnu.org>
22402
22403 * simple.el (push-mark): Doc fix.
22404
22405 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
22406
22407 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22408 tpu-global-map.
22409 (tpu-original-global-map): Variable deleted.
22410 (tpu-control-keys-map): New keymap variable.
22411 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22412 setting keymapping directly.
22413 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22414 tpu-global-map.
22415 (tpu-edt-on): Activate the tpu-global-map.
22416 (tpu-edt-off): Deactivate the tpu-global-map.
22417
22418 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
22419
22420 * textmodes/ispell.el (ispell-get-word): Return markers
22421 for start and end positions.
22422 (ispell-word): Assume END is a marker.
22423
22424 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
22425
22426 * textmodes/sgml-mode.el (sgml-tag):
22427 Fix bug: Call sgml-transformation-function.
22428
22429 2007-05-17 Martin Rudalics <rudalics@gmx.at>
22430
22431 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22432 modified flag of buffer. Use `inhibit-modification-hooks'.
22433
22434 2007-05-16 Richard Stallman <rms@gnu.org>
22435
22436 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22437
22438 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * files.el (magic-mode-alist, magic-fallback-mode-alist):
22441 Move the *ml, Postscript, and XmCD entries to the fallback part.
22442
22443 * files.el (magic-fallback-mode-alist):
22444 Rename from file-start-mode-alist.
22445
22446 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22447
22448 * progmodes/compile.el (compilation-handle-exit): Quote first
22449 argument of `run-hook-with-args'.
22450
22451 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
22452
22453 * buff-menu.el (Buffer-menu-sort-column):
22454 * dabbrev.el (dabbrev-upcase-means-case-search):
22455 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22456 * info.el (Info-current-subfile):
22457 * ls-lisp.el (ls-lisp-verbosity):
22458 * msb.el (msb-menu-cond):
22459 * pcvs.el (cvs-dired-use-hook):
22460 * simple.el (set-mark-command-repeat-pop):
22461 * time.el (display-time-24hr-format, display-time-mail-file):
22462 Doc fixes.
22463
22464 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22465 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22466
22467 * view.el (view-inhibit-help-message): Fix typo in docstring.
22468 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22469
22470 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22471
22472 * textmodes/ispell.el (ispell-start-process): Defend against bad
22473 default-directory.
22474
22475 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22476
22477 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22478 content-transfer-encoding _last_, because it's its position that
22479 we need as value of base64-header-field-end.
22480
22481 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22482
22483 * files.el (mode-require-final-newline, require-final-newline)
22484 (enable-local-variables, enable-local-eval): Doc fixes.
22485
22486 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22487
22488 * ps-print.el: Use default color when foreground or background color
22489 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22490 (ps-print-version): New version 6.7.4.
22491 (ps-rgb-color): New argument. Use default color when color is
22492 unspecified.
22493 (ps-begin-job): Fix code.
22494
22495 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22496
22497 * longlines.el (longlines-mode): Make longlines-auto-wrap
22498 buffer-local. Add hooks unconditionally.
22499 (longlines-auto-wrap): Toggle wrapping.
22500 (longlines-after-change-function)
22501 (longlines-post-command-function): Check longlines-auto-wrap.
22502
22503 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22504
22505 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22506 (xterm-mouse-translate): Use it.
22507
22508 2007-05-10 Richard Stallman <rms@gnu.org>
22509
22510 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22511 (iso-cvt-write-only): Likewise.
22512
22513 * emacs-lisp/easy-mmode.el (define-minor-mode):
22514 Fix generated doc string.
22515
22516 * startup.el (fancy-splash-text): Add URL of guided tour.
22517 Adjust horizontal and vertical whitespace.
22518
22519 * progmodes/compile.el (compilation-handle-exit):
22520 Use run-hook-with-args to run compilation-finish-functions.
22521
22522 * files.el (file-start-mode-alist): New variable.
22523 (magic-mode-regexp-match-limit): Doc fix.
22524 (set-auto-mode): Handle file-start-mode-alist.
22525 A little cleanup of structure.
22526
22527 * dabbrev.el (dabbrev-eliminate-newlines):
22528 Renamed from dabbrev--eliminate-newlines. All uses changed.
22529
22530 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22531
22532 * man.el (Man-next-section): Don't consider the last line of the page
22533 as being part of any section.
22534
22535 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22536
22537 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22538 can take any number of values.
22539
22540 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22543 to the list of citation commands.
22544
22545 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22548
22549 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22550
22551 * progmodes/python.el (python-font-lock-keywords)
22552 (python-open-block-statement-p, python-mode): Add support for the new
22553 "with" keyword.
22554
22555 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22556
22557 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22558 the exact opposite of diff-goto-source.
22559
22560 * emacs-lisp/advice.el (ad-special-forms): Remove.
22561 (ad-special-form-p): Use subr-arity.
22562
22563 * newcomment.el (comment-search-forward): Make sure we search forward.
22564 (comment-enter-backward): Try and distinguish the non-matching case at
22565 EOB from the non-matching case with a missing comment-end-skip for
22566 a 2-char comment ender.
22567 (comment-choose-indent): New function extracted from comment-indent.
22568 Improve the alignment algorithm.
22569 (comment-indent): Use it.
22570
22571 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22572 XML style Processing Instructions.
22573 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22574 (sgml-calculate-indent): Handle `pi' context.
22575
22576 * vc.el: Ensure that update-changelog issues an error when used with
22577 a backend that does not implement it.
22578 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22579 Remove `backend' argument. Use expand-file-name.
22580 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22581
22582 * progmodes/python.el (python-end-of-block): Revert last change.
22583 (python-end-of-statement): Make sure we move *forward*.
22584
22585 2007-05-08 Richard Stallman <rms@gnu.org>
22586
22587 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22588 Don't include non-self-insert commands in the exception for `-'.
22589
22590 2007-05-08 David Reitter <david.reitter@gmail.com>
22591
22592 * progmodes/python.el (python-guess-indent): Check non-nullness
22593 before comparing indent against the 2..8 interval.
22594
22595 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22596
22597 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22598 available.
22599
22600 2007-05-06 Richard Stallman <rms@gnu.org>
22601
22602 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22603
22604 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22605
22606 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22607 rather than storing their value in the revert-buffer function.
22608
22609 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22610
22611 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22612 when disabling t-mouse-mode.
22613
22614 2007-05-01 Davis Herring <herring@lanl.gov>
22615
22616 * calendar/timeclock.el: Update version number.
22617 (timeclock-modeline-display): Mention timeclock-use-display-time
22618 in explanatory message.
22619 (timeclock-in): Fix non-interactive workday specifications.
22620 (timeclock-log): Don't kill the log buffer if it already existed.
22621 Suppress warnings when finding the log. Don't check for a nil
22622 project twice. Run hooks after killing the buffer (if applicable).
22623 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22624 was geometric). All uses changed.
22625 (timeclock-generate-report): Support prefix argument.
22626
22627 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22628
22629 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22630 disconnections.
22631
22632 2007-05-01 Romain Francoise <romain@orebokech.com>
22633
22634 * dired-x.el: Revert 2007-04-06 change.
22635
22636 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22637
22638 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22639
22640 2007-04-29 Richard Stallman <rms@gnu.org>
22641
22642 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22643
22644 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22645
22646 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22647 than 1.
22648
22649 2007-04-28 Richard Stallman <rms@gnu.org>
22650
22651 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22652
22653 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22654
22655 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22656 don't put stop on toolbar.
22657
22658 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22659
22660 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22661
22662 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22663
22664 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22665 instead of $(lisp)/mh-e.
22666
22667 2007-04-28 Glenn Morris <rgm@gnu.org>
22668
22669 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22670 (image-dired-cmd-create-temp-image-options): Replace option
22671 +profile "*" with -strip.
22672
22673 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22674
22675 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22676 Use window-start and window-end.
22677
22678 2007-04-27 Andreas Schwab <schwab@suse.de>
22679
22680 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22681
22682 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22683
22684 * textmodes/fill.el (fill-paragraph): Doc fix.
22685
22686 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22687
22688 * locate.el (locate-in-alternate-database): Doc fix.
22689
22690 2007-04-26 Glenn Morris <rgm@gnu.org>
22691
22692 * button.el (button): Use underline if supported, else fall back
22693 to color.
22694
22695 * version.el (emacs-version): Increase to 22.1.50.
22696
22697 2007-04-25 Richard Stallman <rms@gnu.org>
22698
22699 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22700
22701 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22702
22703 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22704 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22705 pushing mark.
22706 (idlwave-current-routine): Don't push mark.
22707
22708 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22709
22710 * image-dired.el (image-dired-display-image): Derive image-type from
22711 filename rather than assuming jpeg, in case no resizing was needed.
22712
22713 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22714
22715 * custom.el (defface): Doc fix.
22716
22717 See ChangeLog.12 for earlier changes.
22718
22719 ;; Local Variables:
22720 ;; coding: utf-8
22721 ;; add-log-time-zone-rule: t
22722 ;; End:
22723
22724 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22725
22726 This file is part of GNU Emacs.
22727
22728 GNU Emacs is free software; you can redistribute it and/or modify
22729 it under the terms of the GNU General Public License as published by
22730 the Free Software Foundation; either version 3, or (at your option)
22731 any later version.
22732
22733 GNU Emacs is distributed in the hope that it will be useful,
22734 but WITHOUT ANY WARRANTY; without even the implied warranty of
22735 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22736 GNU General Public License for more details.
22737
22738 You should have received a copy of the GNU General Public License
22739 along with GNU Emacs; see the file COPYING. If not, write to the
22740 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22741 Boston, MA 02110-1301, USA.
22742
22743 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af